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-01-24 00:05:35 UTC
- JSON Representation
https://github.com/runtimeterror10/snippetz
Save, edit, download, and share your cool code snippets!
code code-editor code-snippet code-snippets codemirror javascript
Last synced: 28 Dec 2025
https://github.com/fernandod1/code-preprocessor
Automatic remove and replace pieces of code and includes external files code. Simple code pre-processor.
code code-generator codereader processing-library processing-python processor python python-script python3 replace replace-in-files replace-text replaceall replacement replacements replacer
Last synced: 22 Aug 2025
https://github.com/ahammadshawki8/dsa-implementations-in-python
👀 Knowledge of "Data Structures and Algorithms" is the basic need to become a good programmer. In this repository, you will find the implementations of different DSA's in Python. 🔥🔥
algorithm code data-structures design python
Last synced: 22 Aug 2025
https://github.com/stevenjdh/code-librarian
Stores and organizes your code snippets for any programming language.
code database programming programming-language snippets snippets-library snippets-manager
Last synced: 07 May 2025
https://github.com/gildaciolopes/learn-javascript
learn javascript with complete javaScript guide
basic-programming code guide javascript javascript-learn javascript-learning learn learning
Last synced: 12 Apr 2025
https://github.com/macmade/xasm65
A MOS 6502 assembler/disassembler written in Swift.
6502 asm assembler code cpu disassembler disassembly mos mos6502 mostech processor
Last synced: 17 Jun 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/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/nanobox-io/nanobox-docker-code
code developer-tools devtools docker docker-image nanobox
Last synced: 09 Apr 2025
https://github.com/sikandarjodd/svelte-examples
code svelte tailwind tailwindui
Last synced: 26 Jul 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/sayannath/exercise-files-for-dart-course-dsckiit
I teach Dart in DSCKIIT's Youtube channel. So the code, I write are uploaded here.
code dart dart-course-dsckiit dartlang flutter google learn youtube
Last synced: 12 Aug 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/search-integer-in-a-grid-using-divide-and-conquer
Divide and Conquer technique is used to work out different problems of varyying natures. Our problem at hand is to efficiently search an integer value from grid of size n x n, where n is any integer, using the principles of divide and conquer. The grid has both it's rows as well as columns sorted in ascending order.
algortihm code complexity cpp divide-and-conquer grid integer search time-complexity-analysis
Last synced: 24 Aug 2025
https://github.com/xom9ikk/version-by-tag
Github Action to generate version and unique version code based on the last tag
actions android code github node semver tag version version-code
Last synced: 21 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/bonifield/helpers
Brief code examples, templates, and sample data for quick reference.
ansible ansible-playbook bash c code demo example filebeat grok help helper javascript logstash logstash-filter powershell python reference ruby splunk template
Last synced: 07 May 2025
https://github.com/yichengdwu/data_structures_experiment_code
数据结构教程(李春葆)实验题解答
Last synced: 29 Jul 2025
https://github.com/btskinner/btskinner.github.io
My website
code cv personal-site presentations publications
Last synced: 04 Oct 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/hxndev/udp-shopping-store-server
UDP Client Server model in which client asks for record from server.
c client-server code cpp project reciept shopping shopping-store store udp
Last synced: 29 Jul 2025
https://github.com/haseemajaz/hide-wordpress-admin-help-and-screen-options
This versatile piece of code allows you to customize the WordPress admin interface by hiding the Help tab and Screen Options tab based on user roles and preferences.
code codesnippet codesnippets dashboard website website-design website-development websites wordpress wordpress-api wordpress-child-theme wordpress-development wordpress-plugin wordpress-site wordpress-starter-theme wordpress-theme
Last synced: 16 Oct 2025
https://github.com/not-coded/namefabric
Shows you public player data like past usernames, current skin, and more using the Mojang's API and LabyNet's API.
code fabric fabric-server fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-mod minecraft-server misc miscellaneous mod mojang mojang-api namefabric namemc not-coded notcoded stonecutter stonecutter-mod
Last synced: 06 Jul 2025
https://github.com/Sunny-117/tiny-webpack
✨ A JavaScript bundler with Webpack-like features, supporting modern frontend workflows.
code codesplitting dynamic-import loader loader-plugin mpa plugins prefetch preload tree-shaking webpack5
Last synced: 28 Mar 2025
https://github.com/cybex-dev/robot-compiler
A simple code compiler that compiles Pascal code with a syntax and contextual analyser (and production rules)
bnf code compiler context-free-grammar cpp cpp-compiler linux syntax syntax-analysis syntax-analyzer
Last synced: 29 Mar 2025
https://github.com/kim-sunlei/react-code-input
An input component for inputting verification codes for react
Last synced: 23 Mar 2025
https://github.com/quasilyte/phpgrep-contrib
Extra utilities and docs for the phpgrep
ast code code-search community contrib go golang grep php php-grep phpgrep search structural-search structured-search
Last synced: 03 Apr 2025
https://github.com/jeanextreme002/morse-code-translator
Translate texts into morse code or read secret messages that are in morse code using this program. You can also play the sound of morse code if you are using the Windows operating system.
code converter morse morse-code morse-code-translator morse-conversion morse-translator morse-transmitter python3 sound translate-texts translator
Last synced: 10 Sep 2025
https://github.com/mrhrifat/javascript
JavaScript is the most popular Programming language in the world. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.
array code condition function functional-programming javascript javascript-concepts javascript-vanilla js loop object operator programming vanila-javascript
Last synced: 21 Sep 2025
https://github.com/teddybear182/little-interpreter
little interpreter for my typical stack-based language made with Python
code console-app console-application inter interpreted-programming-language interpreter interpreter-written-in-python program programming-language python python-3 python-console python-script python3 stack-based-language
Last synced: 19 Jun 2025
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/sourceduty/python_30
Develop 30 different Python programs for 30 days.
30-day 30-days-of-code 30-days-of-code-solutions code learn-python program programming python python-30 python-challenge python-code python-language python-programmer python-school pythonic
Last synced: 08 Aug 2025
https://github.com/okerew/okraleditor
Okral Code Editor, a code editor based on ace library, created by Okerew, to provide a more extensible, lightweight, OpenSource alternative to vscode
ace ace-editor code code-editor editor jetbrains oce okral-code-editor okraleditor open-source opensource vscode webstorm
Last synced: 08 Sep 2025
https://github.com/miladsade96/fcs
My fortran code snippets
algebra code fortran fortran-language fortran90 linear-algebra numerical-analysis numerical-methods programming-language snippet snippets
Last synced: 22 Feb 2025
https://github.com/gagniuc/mix-two-signals-in-python
This is an implementation designed in Python. 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 number-theory python python3 signal signal-processing source spectral-forecast waveform
Last synced: 04 Mar 2025
https://github.com/hxndev/insta-dp-downloader
This project can download High Quality Instagram Profile Picture of both Public and Private accounts.
code instagram instagram-dp-downloader instagram-profile instaloader python
Last synced: 31 Mar 2025
https://github.com/hxndev/implementing-linear-regression-in-python
Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y)
code implementation jupyter-notebook linear-regression python
Last synced: 04 Nov 2025
https://github.com/nuhmanpk/train-a-machine-learning-model
How to train a model in Fast Ai for Image classification
ai code deeplearning fastai machine machine-learning model-predictive-control python pytorch snippets tensorflow tutorials
Last synced: 04 Mar 2025
https://github.com/powerlevel9000/to-do-review
Just for Peer Code review practice
Last synced: 07 Apr 2025
https://github.com/adamff-dev/burger-king-code-generator
Gerera un código de validación de la encuesta de satisfacción
burger-king code satisfaction-survey web-development
Last synced: 27 Nov 2025
https://github.com/hxndev/apriori-algorithm-frequent-item-in-grocery-store
This assignment will give you basic insight into using Apriori algorithm. Apriori is use for finding the frequent item set in transaction.
apriori apriori-algorithm code cpp data-structures frequency frequency-analysis grocery-list grocery-store oop oop-principles
Last synced: 30 Oct 2025
https://github.com/psingh12354/arduino_obstacle_avoiding_car
Obstacle avoiding arduino based vehicle
arduino arduinoproject code obstacle-avoidance-car source sourcec vehicle
Last synced: 12 Nov 2025
https://github.com/hxndev/implementing-a-dns-server
DNS stands for Domain Name System. We have implemented DNS in this project. The basic task of DNS is to resolve a destination name hosted against some IP Address.
c cache code cpp dns dns-server implement ip-address project proxy routing server
Last synced: 31 Mar 2025
https://github.com/zouariomar/kayori
SDL 1.2 video game project
c code development game game-development linux make makefile sdl sdl2-image ttf-fonts
Last synced: 23 Mar 2025
https://github.com/theoludwig/eslint-config-conventions
ESLint shareable config to enforce strict conventions and good code quality.
code conventions eslint eslintconfig linter quality strict
Last synced: 11 Apr 2025
https://github.com/jahanvisharma-dotcom/hackerrank-cpp
HackerRank Solutions of C++ Programming
basic-programming code coding cpp hackerrank hackerrank-cpp hackerrank-solutions programming
Last synced: 26 Feb 2025
https://github.com/Kontent-ai-Learn/kontent-ai-learn-code-samples
Code samples in Kontent.ai Learn
code documentation kontent-ai sample sample-code
Last synced: 10 Mar 2025
https://github.com/binarskugga/printableqrgenerator
Generates tables of QR codes for automated serial sticker printing. Can be configured with Avery formats provided some mearsurements.
avery bulk code generator pdf pdf-generation printable qr
Last synced: 03 Aug 2025
https://github.com/dog-face-development/dfd-code-style-guide
The Dog Face Development Co. Code Style Guide, published as Markdown files and as a web page.
code hacktoberfest html markdown style-guide
Last synced: 03 Aug 2025
https://github.com/hxndev/bubble-pop-screen-saver-and-game
This is a GUI Version of the Bubble Pop game that we used to play. This is divided into 2 parts. First one is designing a screensaver while the second one is designing the game itself.
bubble bubble-pop code cpp game gui interface itc oop pf project screensaver
Last synced: 17 Jun 2025
https://github.com/marcos4503/sims3-package-interface
The "Sims 3 Package Interface" (S3PI) provides a Core Library of portable code that "understands" The Sims 3 game Packages files. Note that (with some minor tweaks) the Core Library code also understands other game Package formats (e.g. SimCity Online, The Sims 4).
city code csharp dev dot dotnet mod mods net package s3oc s3pe s3pi sim simcity sims sims3 sims4 the
Last synced: 24 Jul 2025
https://github.com/1j01/ooplie
📜✍ Program in English
code coding english interpreter natural-language natural-language-processing programming programming-paradigm programming-system
Last synced: 31 Aug 2025
https://github.com/getgrit/github-action-check
GitHub action for enforcing grit checks
Last synced: 28 Feb 2025
https://github.com/freebirdscrew/brainstorming_codes
Codes that are more Logical then You think, and complete in just 1 or 2 Lines of Code.
brain-computer-interface brainstorming-codes code coding-bootcamp coding-challenge coding-challenges coding-exercises coding-interview coding-questions coding-quiz freebirdscrew interview-challenge interview-coding-challenge interview-preparation interview-questions puzzle-problem python python-programming-practices python3
Last synced: 23 Feb 2025
https://github.com/000daniel/how-to-install-visual-studio-code-on-arch-linux
A simple guide on how to install Visual Studio Code on Arch-Linux or Arch-based systems, and set it up to work with C# and Code-Runner
arch-linux archlinux code code-runner csharp easy guide linux simple studio tutorial visual visual-studio visual-studio-code
Last synced: 26 Feb 2025
https://github.com/zaadevofc/simple-random-char
Simple package to get Random Char
characters chart code generator get random simple voucher
Last synced: 31 Jul 2025
https://github.com/polvallverdu/hpcodewarsbcn
A collection of HP CodeWars solutions of Barcelona. All made with python :D
code codewars hp hpcodewars python wars
Last synced: 29 Oct 2025
https://github.com/danihex/redeemcode
Gemerate redeem codes and run commands when someone uses them.
bedrock bedrock-edition code danihex mcbe mcpe minecraft php pmmp pocketmine pocketmine-mp pocketmine-plugin pocketmine-plugins redeem redeemcode
Last synced: 19 Apr 2025
https://github.com/salemcode8/code
Simple MVC Framework
code framework mvc mvc-framework oop php
Last synced: 11 Apr 2025
https://github.com/shrbharat/gfg_potd
Solutions to the geeks for geeks (gfg potd) problem of day
algorithms code codechef codeigniter competitive-programming data-structures dsa gfg hackathon leetcode leetcode-cpp open-source potd potd-gfg potd-solution solutions
Last synced: 11 Apr 2025
https://github.com/alihassanml/speek-to-code-ai
A Flask-based web application that transcribes audio into code. Users can upload audio files, which are then transcribed into text, and use that text to generate functional code snippets via an AI-powered API.
ai code flask flask-application generator spech-to-text
Last synced: 11 Apr 2025
https://github.com/hxndev/multithreaded-merge-sort
Rewriting the famous Merge Sort Algortihm using Multithreading.
code cpp merge merge-sort mergesort mergesort-algorithm multithreading threading
Last synced: 31 Jul 2025
https://github.com/qiwihui/codedays
One code problem a day, keeps the doctor away.
algorithm code django django-rest-framework python python3
Last synced: 20 Mar 2025
https://github.com/nano-bot01/java-code-collection
All java codes are here!!!
algorithms ankit-nainwal code data-structures data-structures-and-algorithms ds-algo dsa java java-11 javaprogramming nano-bot01
Last synced: 27 Dec 2025
https://github.com/eggy115/java
Java Examples and Scripts
code example-code examples java java-examples java-language java-programming java-programming-examples java-programming-language java-scripts
Last synced: 22 Apr 2025
https://github.com/jaguililla/mrbean
Let MrBean generate most of the boiler plate for you!
code generator intellij-idea intellij-plugin
Last synced: 12 Jul 2025
https://github.com/atharvstill/freefire-ffh4x
FreeFire-FFH4X is a dynamic game enhancement tool designed to amplify the gaming experience in Free Fire. With its powerful features and user-friendly interface, players can enjoy a competitive edge and personalized gameplay.
android cheat-program code development ffh4x free freefire game-cheat gaming github hack mod script software tool
Last synced: 24 Feb 2025
https://github.com/rignaneseleo/latex-listings-dart
Here you have the file to import in order to format your Dart code into your Latex project.
code dart dartlang flutter latex latex-code latex-style latex-template listings lstset
Last synced: 13 May 2025
https://github.com/pointless-code/cortex-forge
A minimalist escape room, right in your terminal.
code dev escape escape-room pointless terminal
Last synced: 15 Jan 2026
https://github.com/lolic0d3/nhentaicodeinfo
Code Nuklir Checker
code nhentai nhentai-api nuklir
Last synced: 24 Jul 2025
https://github.com/adrianbj/processcodetester
A ProcessWire admin module to quickly test code without needing to edit templates
Last synced: 24 Feb 2025
https://github.com/muhammadpauzi/my-pins
List of My Pins
cheet-sheet code frameworks inspirations library list pins tips tricks website
Last synced: 09 Apr 2025
https://github.com/terminus-plugin-project/terminus-code-plugin
Code - A Terminus plugin to clone the code from any available Pantheon site environment to your local system.
code composer pantheon plugin terminus terminus-plugin
Last synced: 05 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/hxndev/aes-encoding-algorithm
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
aes aes-cipher aes-encryption algorithm code compression cpp data-compression decryption encoding project
Last synced: 31 Mar 2025
https://github.com/hxndev/image-to-cartoon
This project converts an image file into its grayscale and it cartoonish figure.
code mediapipe opencv opencv-python python
Last synced: 29 Jun 2025
https://github.com/amanastel/start_vue
This repo contains the code for Projects and exercises to practice 'Learning Vue.js through
code exercises javascript learning-vuejs tutorial vue vuejs
Last synced: 02 Mar 2025
https://github.com/mgedmin/qr2text
Convert PyQRCode generated SVG to ASCII art
Last synced: 10 Apr 2025
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/panashemuriro/shonascript
Learn how to code in Shona using ShonaScript Programming Language🇿🇼
code coding programming programming-language shona
Last synced: 06 Mar 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/one-thing-theme/zed-theme
Zed code editor theme support for Brook Code Theme, the clean and simple looks for code editor theme
code editor monochrome theme zed
Last synced: 04 Apr 2025
https://github.com/null-austin/home
Austins website!
code css free github github-pages html user-page website
Last synced: 25 Jul 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