Code
Code refers to the set of instructions written in a programming language that a computer can execute to perform a specific task. This topic covers the fundamentals of writing, reading, and understanding code, as well as best practices for maintaining and optimizing it. It includes discussions on different programming languages, coding standards, and tools used to write and debug code. The topic also explores the importance of code in software development, automation, and various technological innovations.
- GitHub: https://github.com/topics/code
- Wikipedia: https://en.wikipedia.org/wiki/Source_code
- Created by: The programming community
- Related Topics: programming, software-development, algorithms, data-structures,
- Aliases: coding,
- Last updated: 2026-03-24 00:05:52 UTC
- JSON Representation
https://github.com/hxndev/k-means-on-iris-dataset
k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.
code iris iris-dataset jupyter-notebook kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm python
Last synced: 31 Mar 2025
https://github.com/hxndev/parallel-15-puzzle-solver-using-multi-threading
The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.
15-puzzle 15-puzzle-solver code cpp documentation multithreading parallel parallel-15-puzzle-solver project report testing threading
Last synced: 31 Mar 2025
https://github.com/gjbex/best-practices-for-scientific-computing
Material for a training on best practices for scientific computing.
c code coverage cpp documentation fortran functionaltests python training unittesting version-control
Last synced: 13 Jul 2025
https://github.com/hxndev/printer-spooling
Printers typically can print only a single document at a time and require seconds or minutes to do so. If more than one application requires printer’s access, it might result in delay and slow down the application for as long as the printer is busy in serving other application. Printer Spooling has overcome this delay, as the documents formatted for printing are stored into an area on a disk and retrieved and printed by a printer at its own rate. With spooling, multiple processes can write documents to a print queue without waiting. As soon as a process has written its document to the spool device, the process can perform other tasks, while a separate printing process operates the printer. In this project, we will be implementing a printer spooler for a working environment which is equipped with 3 printers using concepts of Linked Lists and Queues.
code cpp data-structures oop oop-principles printer printer-spooler printer-spooling spooling
Last synced: 31 Mar 2025
https://github.com/elektrostudios/telerik-code-converter-for-visual-studio
Code Conversion extension for C# and VB.NET in Visual Studio
code code-conversion code-converter codeconvertor conversion converter converter-library converters csharp dotnet elektrostudios extension net telerik vb-net vbnet visual-studio visual-studio-extension visualstudio visualstudio-extension
Last synced: 12 Oct 2025
https://github.com/nanobox-io/nanobox-docker-code
code developer-tools devtools docker docker-image nanobox
Last synced: 09 Apr 2025
https://github.com/hxndev/reverse-capitalize-and-shift-strings-using-threads
Perform operations on a string using Multithreading.
capitalize code cpp reverse shift strings threads
Last synced: 06 Jul 2025
https://github.com/hxndev/analog-clock
In this project, i designed an analog clock using python. The clock is synchronized with the computer time and will keep incrementing accordingly.
analog analog-clock clock code executeable gui python
Last synced: 26 Jun 2025
https://github.com/cryptovictor/testochain-website
The Testo Cryptocurrency Central Website
blockchain code cryptocurrency css frontend html javascript website
Last synced: 02 Sep 2025
https://github.com/hxndev/running-a-file-on-docker
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. In this task, we had to create a file and host it on Docker.
cloud code docker docker-container docker-image dockerfile task virtualization
Last synced: 31 Mar 2025
https://github.com/hxndev/simple-translator-in-python
In this project, we'll be making a very simple translator in Python using some libraries.
code googletrans googletranslate googletranslateapi googletranslater python simple-translator tabular-data tabulate translator
Last synced: 31 Mar 2025
https://github.com/hxndev/solving-a-maze-using-bfs-and-dfs
Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.
bfs bfs-algorithm bfs-search code dfs dfs-algorithm dfs-search maze maze-solver python
Last synced: 31 Mar 2025
https://github.com/fasakinhenry/fasakinhenry2023
fasakin
africa best c code coding developer fasakin henry javascript jobs leadership nigeria open-source programmer programming python software-engineering
Last synced: 01 May 2025
https://github.com/weiquanju/vuepress-plugin-demo-code-block
vuepress plugin demo block
block code demo tsx vue3 vuepress-plugin
Last synced: 12 Sep 2025
https://github.com/hxndev/concurrent-server-chat-program-using-fork
A chat bot using concept of concurrent servers.
c chatbot client client-server code concurrent-programming servers
Last synced: 11 Aug 2025
https://github.com/gagniuc/mix-two-signals-in-ruby
This is an implementation designed in Ruby. This implementation is able to mix two signals/vectors (A and B) in arbitrary proportions. This source code uses a novel mathematical model published in the journal Chaos. The model is called Spectral Forecast.
algorithm algorithms code mix numerical-analysis numerical-methods ruby signal signal-processing source waveform
Last synced: 04 Mar 2025
https://github.com/lmlk-seal/llmodel
Private LLModel GUI Chat allows users to interact with a local large language model (LLM) using the Llama library and GGUF models.
ai assistant chatbot code cpu gguf gpu-computing gui llama llamacpp llm model models offline privacy private prompt python simple virtual-assistant-ai
Last synced: 26 Jan 2026
https://github.com/hxndev/solving-a-maze-using-gbfs-and-a-star
In this, we solved a maze using both Greedy Best First Search Algortihm and A* Algorithm
a-star a-star-algorithm a-star-path-finding a-star-search code gbfs gbfs-algorithm greedy-best-first-search maze maze-solver python
Last synced: 16 Jun 2025
https://github.com/pcpratheesh/golang-firebase-example
Sample code snippet for basic operation with firebase realtime db
code database firebase firebase-database golang real-time sample snippets
Last synced: 07 Apr 2025
https://github.com/zmh-program/bytes-radar
A fast code analysis tool for remote repositories with multi-platform support.
cli cloc code code-statistics github gitlab rust wasm
Last synced: 11 Jul 2025
https://github.com/sap-samples/hana-monitoring-statistics-historization
The repository contains a set of Python and Bash scripts that would help historize SAP HANA monitoring statistics.
Last synced: 29 Oct 2025
https://github.com/miku/runpad
Run code from an etherpad
code collaboration etherpad execution
Last synced: 18 Mar 2025
https://github.com/somehowchris/planetb-syntax-highlighter
A Web-App written in Rust with Yew, using the same SyntaxHighlighter from Google Code Archive as planetb.ca
code highlight planetb syntax wasm webassembly word
Last synced: 16 Apr 2025
https://github.com/bensouchet/polarized
Solarized Color Palette but focus for <coders>
code color-palette color-scheme dark dark-mode dark-theme editor highlighter highlighters ide light light-mode light-theme
Last synced: 02 Jul 2025
https://github.com/snowdreams1006/gitbook-plugin-diff
A gitbook plugin for showing the differences between the codes within markdown
code compare diff gitbook-plugin gitbook-plugin-diff jsdiff
Last synced: 01 Sep 2025
https://github.com/giovaneiwamoto/capiara-code-mentor
🦜 CapIAra Code Mentor - Learn to think, not just code! Develop real problem-solving skills by mastering algorithmic logic step by step. Strengthen your reasoning, break down complex challenges, and build a solid foundation for programming without relying on ready-made code.
agent code langchain llm maritalk mentor streamlit
Last synced: 30 Jun 2025
https://github.com/krishpranav/learnobjc
Learn Objective-C
apple clang code cplusplus cpp ios learn learn-to-code linux macos objective objective-c objective-c-library objective-c-programming objective-c-runtime objectivec windows xcdoe
Last synced: 03 Feb 2026
https://github.com/pksilen/eslint-plugin-clean-code
Clean code plugin for ESLint
clean code eslint eslint-plugin eslint-plugin-clean-code plugin
Last synced: 11 Jul 2025
https://github.com/judy2k/moncode
Format code for MongoDB slides
code developer-tools formatter mongodb slides
Last synced: 12 Apr 2025
https://github.com/tayyabmughal676/jetnotesusingfirebase
Jet notes is basic app to make notes.
android android-application android-firebase android-project beginner-project code firebase firebase-crud-realtime freecodecamp kotlin kotlin-firebase
Last synced: 03 Oct 2025
https://github.com/asilvajunior/azure-case-studies
A repository to store and share the code and materials from the various case studies that I've done.
case-study cloud code devops microsoft training training-materials videos youtube
Last synced: 23 Mar 2025
https://github.com/krishpranav/learncpp
learn cpp using this repo
books c-plus-plus clang code cpp idea jetbrains learn learn-to-code learntocode linux macos vscode windows
Last synced: 16 Feb 2026
https://github.com/elearningplugins/edd-invalid-discount-code-notifier
WordPress Plugin for Easy Digital Downloads that notifies the store owner via email when a customer attempts to make a purchase with an expired discount code.
code discount easy-digital-downloads edd email invalid wordpress-plugin
Last synced: 14 May 2025
https://github.com/zombiegeek0/godzilla
Pequeño toolkit en Python
arguments code debian hacking kali linux pentesting py python sh toolkit zombiegeek
Last synced: 03 Mar 2025
https://github.com/TexasBullet26/trey-learns
This is a repository to keep track of anything I'm learning. Notes on tutorials, books, docs, anything.
bootstrap code education ember go golang javascript learning notes php progress python react rust self-education tutorial tutorials
Last synced: 23 Aug 2025
https://github.com/praabindhp/replace_function
Replace Function In Python Program
code find programming-language python3 replace word
Last synced: 05 Mar 2025
https://github.com/praabindhp/temperature_converter
Conversion of Celsius to Fahrenheit & Fahrenheit to Celsious
code programming python3 temperature-converter
Last synced: 05 Mar 2025
https://github.com/praabindhp/simple_interest
Python Program To Find Simple Interest
code interest programming-language python3 simple
Last synced: 05 Mar 2025
https://github.com/praabindhp/open_address_collision
C Program For Open Address Collision
c-programming code collision language open-addressing
Last synced: 05 Mar 2025
https://github.com/praabindhp/hybrid_inheritance
Java Program For Hybrid Inheritance
code hybrid illustration inheritance java programming
Last synced: 05 Mar 2025
https://github.com/praabindhp/graph_rep-transversal_algorithm
C Program For Traversal Algorithm In Graphical Representation
c code graph programming-language representation traversal-algorithms
Last synced: 05 Mar 2025
https://github.com/praabindhp/currency_time-converter
Java Program For Currency Time Converter
code converter currency-converter java programming time
Last synced: 05 Mar 2025
https://github.com/praabindhp/binary_tree-operations
C Program For Operations In Binary Tree
binary-tree c code gcc-compiler operations programming-language
Last synced: 05 Mar 2025
https://github.com/praabindhp/binary_search
C Program For Binary Search
binary-search c code programming-language
Last synced: 05 Mar 2025
https://github.com/not-coded/MiscUtils
The light-weight plugin for easily managing your server with a few extra features.
bukkit bukkit-plugin code code-utilities codeutilities minecraft minecraft-plugin minecraft-server misc-utils miscellaneous miscutils not-coded notcoded paper plugin spigot spigot-plugin
Last synced: 10 Mar 2025
https://github.com/kalebzaki4/alura-books
O Alura-Books é um projeto desenvolvido para aprimorar as habilidades de manipulação de arrays utilizando JavaScript. O repositório contém uma série de exercícios e desafios que abordam diferentes métodos de array, como map, filter, reduce, entre outros.
alura code css curso html javascript
Last synced: 01 Aug 2025
https://github.com/divyansh0980/virtualmouse_module
Control your computer mouse and screen brightness using hand gestures! This project uses computer vision and hand tracking to create a touchless interface for your computer.
code cv2 handtracking mediapipe opencv opencv-python virtual-mouse-using-hand-gestures virtualmouse webcam
Last synced: 05 Nov 2025
https://github.com/praabindhp/abstract_class-creation
Java Program For Abstract Class Creation
abstract class code creation java programming
Last synced: 05 Mar 2025
https://github.com/aubreypwd-old/code
Just a collection of code snippets I find useful.
Last synced: 07 Apr 2025
https://github.com/ullaskunder3/mastering-html-css
Lets learn the concepts of HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets), They are the two core technologies for building Awesome design & Web pages
code css3 design fundamental html5 learning-by-doing resonpsive webapp website
Last synced: 03 Oct 2025
https://github.com/tunnckocore/eslint-config-charlike
Code style: Charlike. Self preferences on top of the Standard Style. They may or may not be included in next releases.
code codestyle config eslint javascript lint preference shareable-configs standard standardjs style
Last synced: 11 Sep 2025
https://github.com/ckatsak/rlocc
Just another blazingly fast LOC counter.
cli cloc code command-line-tool count-lines count-lines-of-code rust rust-library
Last synced: 31 Mar 2025
https://github.com/praabindhp/heap-priority_queue
C Program For Heap Priority Queue
c-programming-language code heap priority-queue
Last synced: 16 Feb 2026
https://github.com/arnaldo10cisne/uno-in-python-terminal
Este proyecto simula el popular juego de cartas "UNO!" en la consola de tu ordenador. El código fue escrito en el lenguaje de programación Python.
code python python-game python-game-programming python3 pythongame uno uno-game
Last synced: 26 Mar 2025
https://github.com/walderlansena/studyingassembly
:mortar_board: :computer: Repositório com código de estudo da linguagem de programação Assembly
0x86 32bits asm assembly baixo-nivel code estudo linguagem-assembly linux nasm nasm-assembly programacao programacion sistema syscalls
Last synced: 09 Jul 2025
https://github.com/najmiter/asm-chitter
assembly code syntax highlighter written in rust (compiled into wasm for browser usage)
assembly code highlighter js rust wasm
Last synced: 15 Apr 2025
https://github.com/manuel-di-iorio/parallelcode
Execute code in a Node.js worker threads pool for fast and parallel execution time
code multithreading nodejs parallel pool worker-threads
Last synced: 18 Mar 2025
https://github.com/muhammadpauzi/my-pins
List of My Pins
cheet-sheet code frameworks inspirations library list pins tips tricks website
Last synced: 06 Mar 2026
https://github.com/softyesti/softglass_zed_theme
Glass themes with color options for Zed Code Editor.
code colors editor glass glassmorphism theme zed zed-industries zed-theme
Last synced: 26 Jan 2026
https://github.com/praabindhp/binary_search-tree
C Program For Binary Search Tree
binary-search-tree c code create delete find inorder insert maximum minimum postorder preorder programming-language
Last synced: 19 Jun 2025
https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted
workflow-stackspot-actions-runtime-selfhosted
Last synced: 12 Feb 2026
https://github.com/arshdeepsahni/crux-coderror
this repo consists java files of android app which helps to ease the effort checking syntax of handwritten program by clicking picture of it and recognising all letters and words.
android android-application android-studio code coderror compiler error-finding ocr photo-to-text text-recoginizer website
Last synced: 08 Jul 2025
https://github.com/hxndev/bar-code-generator
In this project, it will generate an random bar code with unique combination each time.
barcode barcode-generator code python
Last synced: 09 Aug 2025
https://github.com/praabindhp/employee-pay_roll
Java Program For Employee Pay Roll
code employee java payroll programming
Last synced: 06 Dec 2025
https://github.com/hamzalodhi2023/todo-app
Todo App Using React JS, Tailwind CSS,
code coding css css3 cssflex cssflexbox html5 js react reactjs responsive responsive-design responsive-layout tailwind tailwind-css tailwindcss tailwindcss-plugin todo todoapp todolist
Last synced: 08 Mar 2025
https://github.com/Mr-Monster-0248/Algorithm-interpretor
An algorithm interpretor in C language for the 3rd project in first year at EFREI
Last synced: 11 May 2025
https://github.com/epic-codebase/django_drf_shopping_list
A shopping list E-commerce API developed by leveraging standard / real-time development practices.
code codequality django django-rest-framework docker docker-compose pytest pytest-django python render whitenoise
Last synced: 30 Dec 2025
https://github.com/mondonno/aoc
My own solutions of the challenges/algorithmic problems from all years when I attended in the Advent Of Code programmers challenge
advent advent-of-code code swag
Last synced: 26 Feb 2025
https://github.com/karlinarayberinger/karlina_object_extension_pack_20
This repository contains web page source code and media files which supplement the websites named Karlina Object dot WordPress dot Com and Karbytes For Life Blog dot WordPress dot Com.
2024 blog code cplusplus css html javascript karbytes media mp4 python wordpress
Last synced: 05 Oct 2025
https://github.com/tohidkhan6332/tohid-ai-pair
SESSION ID GENERATOR FOR WHATSAPP BOTS USING MEGA
code pair pair-programming pairing qr qr-code qrcode qrcode-generator tohid tohid-yousefi whatsapp whatsapp-bot whatsapp-web
Last synced: 11 Apr 2025
https://github.com/pangz-lab/coingecko-api
Coingecko API Client for PHP
api api-client client code coingeckko-api-client coingecko-api-client coingecko-dart-library coingeko coupon crypto subscription
Last synced: 31 Mar 2025
https://github.com/praabindhp/list_adt-linked_list
C Program For List ADT Linked List
adt c-programming-language code linked-list list
Last synced: 17 Mar 2026
https://github.com/praabindhp/scientific_calculator
Java Program For Scientific Calculator
calculator-application code java programming scientific
Last synced: 05 Mar 2025
https://github.com/alexandresanlim/xamarin-visual-studio-code-snippets
It`s a collection for Xamarin Forms code snippets to improve your experience coding using Visual Studio.
code snippets visual-studio xamarin xamarin-forms
Last synced: 03 Aug 2025
https://github.com/praabindhp/string_operations-array_list
Java Program For String Operations Array List
arraylist code java operations programming string
Last synced: 05 Mar 2025
https://github.com/mesinkasir/angularpos-kiospos
Angular POS point of sale source code free download kiospos apps digital calculator
angular angularpointofsale angularpos app apps calculator code download free freedownload of point pointofsale pos posapp sale source sourcecode web webapp
Last synced: 10 Apr 2025
https://github.com/kientech/data-science-self-study
Self-study in data science involves taking the initiative to learn and master the skills and concepts related to data analysis and modeling through various resources, courses or bootcamps, and personal projects. This approach requires strong self-motivation and discipline, but provides a flexible..
code data-science jupyter-notebook mathematics python
Last synced: 24 Jul 2025
https://github.com/praabindhp/user_defined-exception
Java Program For User-Defined Exception
code defined exception-handling java programming user
Last synced: 05 Mar 2025
https://github.com/abrarulhassan-786/smit-project-zip
link of created pages : https://github.com/Abrarulhassan-786/TMS-PROJECT
code csharp-code csharpcode programming programming-language
Last synced: 13 Jun 2025
https://github.com/richmd/core
Richmd expand basic Markdown syntax to customaize it. This is @richmd/core package.
code katex markdown markdown-parser richmd
Last synced: 09 Sep 2025
https://github.com/aminya/matlab-snippets
Generate Matlab snippets for Atom and VSCode
atom autocomplete code cson json matlab snippet snippets vscode
Last synced: 04 Apr 2025
https://github.com/hxndev/tcp-2-way-communication
TCP Two-Way Connection
2-way-communication c code tcp tcp-client tcp-server two-way-communication
Last synced: 31 Mar 2025