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-06-29 00:05:57 UTC
- JSON Representation
https://github.com/the-control-group/react-split-test
A/B Split Testing Components for React
code library npm tcg-pubrec-services
Last synced: 16 Mar 2026
https://github.com/littlewhitecloud/littlewhitecloud
我的github个人资料
bilibili code commit config cplusplus custom github-config littlewhitecloud lssues python star video
Last synced: 19 Apr 2026
https://github.com/seekingalpha/javascript
SeekingAlpha Javascript Guides and Linter
code codequality es6 es7 eslint eslint-config javascript linting naming reactjs sharable-config
Last synced: 18 Jul 2025
https://github.com/javiidiazglez/advent-of-code
Advent of Code 2021 (C++)
advent-of-code advent-of-code-2021 advent-of-code-cpp adventofcode c-plus-plus code cpp
Last synced: 07 Apr 2026
https://github.com/praabindhp/factorial
Python Program To Find The Factorial
code factorial programming-language python3
Last synced: 05 Aug 2025
https://github.com/prashantpandey9/codesseptember2019-
These are the codes which i solved.
algorithms code code-chef codech codechef codechef-solutions december-of-algorithms hackerearth hackerrank hackerrank-solutions leetcode programming
Last synced: 04 Nov 2025
https://github.com/praabindhp/open_address_collision
C Program For Open Address Collision
c-programming code collision language open-addressing
Last synced: 06 Jun 2026
https://github.com/alekpet/gdeposylka_packageradar_advanced
Adding an additional menu for gdeposylka.ru and packageradar.com
aliexpress code en english gdeposylka gearbeast mail post russian services tampermonkey track tracking
Last synced: 29 Apr 2026
https://github.com/theashraf/parse-cloud-function
Create scalable & reusable parse cloud functions with middlewares
cloud code middleware parse parse-server
Last synced: 27 Oct 2025
https://github.com/saegey/personal-blog
Personal blog site consisting of posts, background and race journals
code cycling gatsby javascript
Last synced: 11 Apr 2026
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/hxndev/graph-based-dfs
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.
code depth-first-search dfs dfs-algorithm dfs-search graph lab python
Last synced: 10 Jun 2025
https://github.com/edm00se/devblog-arch
A blog for capturing my efforts, thoughts, and more in dev, ops, cloud, and other more.
amp blog ci cloud code devops git github github-pages gitlab java javascript jekyll nodejs serverlesss xpages
Last synced: 10 Apr 2026
https://github.com/zhanghongen/inject-webpack
Inject code, support webpack-4、5 and module-federation
code inject inject-webpack module-federation webpack webpack-plugin webpack4 webpack5
Last synced: 06 Oct 2025
https://github.com/0xSafkat20/C-Sharp-Project-2
C-Sharp Project
code csharp database mysql-database ui
Last synced: 29 Apr 2025
https://github.com/hxndev/n-queen-problem-using-hill-climbing-and-simulated-annealing
Hill climbing algorithm is a local search algorithm which continuously moves in the direction of increasing elevation/value to find the peak of the mountain or best solution to the problem. Simulated annealing is a probabilistic technique for approximating the global optimum of a given function.
algorithm code google-collab hill-climbing hill-climbing-search jupyter-notebook n-queens problem-solving pyhton simulated-annealing
Last synced: 10 Jun 2025
https://github.com/brandonhimpfen/is-hex-color-code
A simple npm package to validate hexadecimal color codes.
code color colour hex hex-code hex-codes hex-color hex-colors hexidecimal
Last synced: 01 May 2026
https://github.com/frcteam3255/nurdvision
SuperNURDs implementation of vision co-processing
Last synced: 14 May 2025
https://github.com/praabindhp/hybrid_inheritance
Java Program For Hybrid Inheritance
code hybrid illustration inheritance java programming
Last synced: 29 May 2026
https://github.com/praabindhp/currency_time-converter
Java Program For Currency Time Converter
code converter currency-converter java programming time
Last synced: 09 Jun 2026
https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted
workflow-stackspot-actions-runtime-selfhosted
Last synced: 12 Feb 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/kh4sh3i/CVE-2022-26134
[PoC] Atlassian Confluence (CVE-2022-26134) - Unauthenticated OGNL injection vulnerability (RCE)
atlassian atlassian-jira code confluence confluent-platform cve cve-2022-26134 jira payload poc rce remote
Last synced: 10 Mar 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/cryptovictor/cryptov1ct0r-website
My Personal Website
api code css frontend html javascript personal-website reactjs
Last synced: 23 Jul 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: 13 Apr 2026
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/datalayer/codeai
✨ Code AI - A CLI for data analysis that interacts with the Agent Runtimes via AG-UI and ACP protocols.
Last synced: 26 Feb 2026
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/pduartesilva2005/discover-desafio-rocketnews
Desafio resolvido do Discover
code css developer frontend html programming rocketseat tecnologia
Last synced: 22 Apr 2026
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/autocorrect-spelling-mistakes
In this project, i designed an auto-corrector in Python. User enters the word and it initially checks if the spellings are correct, if they arent then it automatically corrects them.
autocomplete autocorrect code python spellcheck spellchecker spelling-correction
Last synced: 31 Mar 2025
https://github.com/rahuletto/better-lab
A better alternative to SRM-Elab. Efficient, Fast, Zippy as hecc
code codeforces elab hackerrank university
Last synced: 14 Jul 2025
https://github.com/miku/runpad
Run code from an etherpad
code collaboration etherpad execution
Last synced: 18 Mar 2025
https://github.com/rodrigooler/rodrigooler
Personal site developed with https://html5up.net/identity
code css3 html5 html5up javascript oler programming site web web-site
Last synced: 10 Jan 2026
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: 12 May 2026
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/aksel911/scgf
Steam Clicker Games Farmer with click hacking function for all 5 games (Bananas, Cucumber, Cats, Egg, Flag Clicker)
autoclicker banana bot cats cheat clicker code cucumber egg farm farming flag-clicker flags game hack python scfg scgf steam steam-clicker-games-farmer
Last synced: 07 Feb 2026
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: 26 May 2026
https://github.com/feds201/operations-manual
This handbook is a collection of resources and guidelines for the FEDS team. It is a living document that will be updated as we learn and grow.
Last synced: 07 Apr 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/carlsverre/devcontainer-k3d-tilt-go
Example of developing go microservices locally using tilt inside a devcontainer and deployed into Kubernetes (k3d)
code devcontainer go golang k3d k3s kube kubernetes tilt vscode
Last synced: 08 May 2026
https://github.com/praabindhp/linear_search
C Program For Linear Search
c-programming-language code linear-search-algorithm
Last synced: 31 Mar 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/abhay557/code-editor-example
A Simple Html Code Editor Example!
code code-editor code-editor-online
Last synced: 30 May 2026
https://github.com/abhay557/code-displayer
A Simple Code Displayer For Website/Blog!
abhay557 autocode autocode-js code code-coloring code-display code-generator
Last synced: 30 May 2026
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/lordofsunshine/codeexectimer
CodeExecTimer - это веб-инструмент, позволяющий пользователям выполнять код на нескольких языках программирования и измерять время его выполнения.
Last synced: 25 Jan 2026
https://github.com/shahiakhilesh1304/dsa
This repository is my personal space for practicing Data Structures and Algorithms. I'll be adding questions, solutions, and explanations as I progress, covering topics from basics to advanced.
algorithms code contribution contributions-and-collaboration contributions-welcome data data-structures data-structures-and-algorithms dsa dsa-algorithm dsa-learning-series dsa-practice hacktober hacktoberfest hacktoberfest-accepted hacktoberfest-starter practice programming python-3
Last synced: 13 Apr 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/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/raivivek/raivivek.github.io
Code, Biology, Blog and bits of my life.
biology blog code embellish gsoc static-website
Last synced: 19 Mar 2026
https://github.com/praabindhp/employee-pay_roll
Java Program For Employee Pay Roll
code employee java payroll programming
Last synced: 06 Jun 2026
https://github.com/hxndev/predicting-heart-disease-using-machine-learning
This was a project from Coursera. In this we had to predict heart diseases using the given dataset
code coursera heart-disease-prediction machine-learning predicting predicting-heart-disease
Last synced: 31 Mar 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/daviskamau/javascript-projects
Html,CSS & JS
100daysofcode beginner code css3 flexbox html html-css-javascript htmlcanvas javascript less projects sass simple-project
Last synced: 02 Feb 2026
https://github.com/killerclaws12/emerald
Emerald - A smooth running code editor
code code-editor codeeditor editor text-editor text-editors vsc vscode
Last synced: 27 Mar 2025
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/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/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/hohnik/noc-examples-pygame
Port to pygame of Nature of Code examples
art code creative generative nature pygame python
Last synced: 13 Apr 2025
https://github.com/praabindhp/scientific_calculator
Java Program For Scientific Calculator
calculator-application code java programming scientific
Last synced: 01 Jun 2026
https://github.com/ismail-mouyahada/health-codify
Health-Codify is a cross-platform desktop application developed using FreePascal, designed to help developers manage their time and maintain a healthy work-life balance while coding. This app tracks coding sessions, reminds users to take breaks, and provides insights into work patterns, promoting better productivity and well-being by encouraging re
code cross-platform freepascal health
Last synced: 31 Jan 2026
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/hxndev/tcp-client-server-communication
A client-server model using TCP
c client client-server code communication server tcp tcp-client tcp-server
Last synced: 31 Mar 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
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: 17 May 2026
https://github.com/kristiyan-velkov/nextjs-prod-dockerfile
This repository offers a guide and examples to optimize Docker for deploying Next.js applications in production. It covers best practices for creating efficient, secure, and lightweight Docker images with multi-stage builds, standalone mode, and selective dependency management to enable faster builds and seamless production deployments.
code docker dockerfile front-end front-end-development nextjs programming web
Last synced: 11 Feb 2026
https://github.com/zombiegeek0/godzilla
Pequeño toolkit en Python
arguments code debian hacking kali linux pentesting py python sh toolkit zombiegeek
Last synced: 11 Apr 2026
https://github.com/hxndev/udp-iterative-client-server-to-reverse-a-string
An iterative UDP Server that reverses a string.
c code iterative-server reverse-strings udp udp-client udp-server
Last synced: 31 Mar 2025
https://github.com/hxndev/udp-2-way-communication-displaying-ip-and-port-number
UDP Two-Way Connection that displays the IP Address and Port Number of both the senders and the recievers.
c code ip-address port-numbers two-way-communication udp udp-client udp-server
Last synced: 14 Aug 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/hxndev/tcp-connection-terminates-on-goodbye
TCP Connection between two clients that terminates the connection upon the word "Goodbye".
c code connection goodbye tcp tcp-client tcp-server termination
Last synced: 31 Mar 2025
https://github.com/kagaya85/codepractice
📑CodePractice, Code Snippets, Algorithm, Interview Code and more~(๑•̀ㅂ•́)و✧ (Mostly in Golang)
algorithms code golang leetcode
Last synced: 09 Mar 2026
https://github.com/notamitgamer/mojic
Obfuscate C source code into encrypted, password-seeded emoji streams.
c code decryption emoji encryption mojic npm npm-package
Last synced: 03 Feb 2026
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/sevenval/structgen
go code generation based on a given json-schema
code generation go golang json json-schema struct
Last synced: 07 Feb 2026
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/eggsy/examples
Examples from my blog, projects or anywhere I post articles!
Last synced: 19 Jun 2025
https://github.com/luxedo/prettycode
Preetycode is a simple software to covert code into pdf
code highlight pdf print print-code shell
Last synced: 04 May 2026