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-31 00:06:01 UTC
- JSON Representation
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/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/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: 30 Dec 2025
https://github.com/surajkareppagol/crepl
π CREPL - C Read Eval Print Loop
Last synced: 23 Nov 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: 12 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: 21 Feb 2025
https://github.com/ercanersoy/python-code-examples
Python Code Examples
code examples python python-code python-code-examples python-examples python-programs python3
Last synced: 19 Apr 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/pushkarydv/devlinks
link of all daily dev tools and a little bit data about them
bookmark bookmarks-manager code developer-tools frameworks hosting javascript languages minimal
Last synced: 01 Sep 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/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/arrrrrmin/fastapi-github-oauth
An isolated example to show github authorization-code oauth flow in fastapi for web application flow + simple HttpBearer route dependency
authentification code fastapi github-api github-oauth oauth
Last synced: 08 May 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/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/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/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: 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/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/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/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/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/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/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/miku/runpad
Run code from an etherpad
code collaboration etherpad execution
Last synced: 18 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/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/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/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/hxndev/k-means-knn-and-davies-bouldin-index-on-multi-class-dataset
Calculating DB index, KNN and K-Means from the given dataset
code colab-notebook db-index jupyter-notebook k-means k-means-clustering k-means-implementation-in-python kmeans-clustering knn knn-algorithm knn-classifier multi-class-classification multi-class-dataset python
Last synced: 31 Mar 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/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/kalebzaki4/animeflix
AnimeFlix Γ© um projeto desenvolvido com o objetivo de proporcionar uma experiΓͺncia incrΓvel para os fΓ£s de animes. Neste site, vocΓͺ poderΓ‘ encontrar uma vasta coleΓ§Γ£o de animes de diferentes gΓͺneros e Γ©pocas, para assistir e desfrutar.
anime code css html javascript js
Last synced: 10 Apr 2025
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/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/cpea2506/advent_of_code
Advent of Code on my way
advent-of-code code problem-solving rust swift
Last synced: 20 Feb 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/hxndev/sql-queries-on-hr-dataset
This was our lab task in which we were asked to write various queries for Oracle MySql. All the queries have been tested on the HR Dataset.
code database dataset hr hr-data mysql-database queries query sql
Last synced: 31 Mar 2025
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/lordofsunshine/codeexectimer
CodeExecTimer - ΡΡΠΎ Π²Π΅Π±-ΠΈΠ½ΡΡΡΡΠΌΠ΅Π½Ρ, ΠΏΠΎΠ·Π²ΠΎΠ»ΡΡΡΠΈΠΉ ΠΏΠΎΠ»ΡΠ·ΠΎΠ²Π°ΡΠ΅Π»ΡΠΌ Π²ΡΠΏΠΎΠ»Π½ΡΡΡ ΠΊΠΎΠ΄ Π½Π° Π½Π΅ΡΠΊΠΎΠ»ΡΠΊΠΈΡ ΡΠ·ΡΠΊΠ°Ρ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΠΈΡΠΎΠ²Π°Π½ΠΈΡ ΠΈ ΠΈΠ·ΠΌΠ΅ΡΡΡΡ Π²ΡΠ΅ΠΌΡ Π΅Π³ΠΎ Π²ΡΠΏΠΎΠ»Π½Π΅Π½ΠΈΡ.
Last synced: 25 Jan 2026
https://github.com/sbrugman/pathlad
Your friendly Python Path Converter
code formatter formatting legacy-code linter pathlib python technical-debt
Last synced: 04 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/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/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/hxndev/assignment02ibc
This is assignment 2 of our Blockchain course. In this assignment, we had to create a Blockchain Data Structure with all its functions. We implemented premine alongwith verifying transactions following account based ledger.
blockchain blockchain-technology code
Last synced: 31 Mar 2025
https://github.com/stdlib-js/string-next-grapheme-cluster-break
Return the next extended grapheme cluster break in a string after a specified position.
astral code grapheme javascript node node-js nodejs point pt stdlib str string surrogate unicode utf-16 utf16 util utilities utility utils
Last synced: 11 Apr 2025
https://github.com/tclindner/stylelint-config-tc
Stylelint shareable config
code code-style css lint linter quality style stylelint stylelint-config
Last synced: 29 Oct 2025
https://github.com/wzalazar/meteor-file-status
Meteor aplication
code grunt gruntfile javascript merge meteor
Last synced: 01 Apr 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/0xsafkat20/c-sharp-project-2
C-Sharp Project
code csharp database mysql-database ui
Last synced: 09 Jul 2025
https://github.com/kagaya85/codepractice
πCodePractice, Code Snippets, Algorithm, Interview Code and more~(ΰΉβ’Μγ β’Μ)Ωβ§ (Mostly in Golang)
algorithms code golang leetcode
Last synced: 21 Jul 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: 20 Jun 2025
https://github.com/ami-iit/paper_latella_2021_thms_overhead-exoskeleton-torque
Analysis of the human whole-body kinematics and dynamics during the execution of a typical overhead task to quantify the assistive support given by the exoskeleton.
code exoskeleton human-factors human-robot-interaction ieee robotics
Last synced: 29 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/eggsy/examples
Examples from my blog, projects or anywhere I post articles!
Last synced: 19 Jun 2025
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/praabindhp/infix_to_postfix_eval
C Program For Infix To Postfix Evaluation
c-programming-language code evaluation infix-to-postfix
Last synced: 01 Jan 2026
https://github.com/mian-ali/event-keycodes.js
Create a little app any pree key show window event Code Build in JavaScripts
code event-code-generator event-generator events key-value
Last synced: 04 Mar 2025
https://github.com/mekebabman/kebabvim
A Neovim Config created for ease of use and learning! (Note: This project was created for learning)
bash bash-scripts code code-editor coding easy editor fast kebab lua neovim neovim-config programming quick shell shell-scripts vi vim
Last synced: 07 Sep 2025
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/mgedmin/qr2text
Convert PyQRCode generated SVG to ASCII art
Last synced: 10 Apr 2025
https://github.com/praabindhp/heap-priority_queue
C Program For Heap Priority Queue
c-programming-language code heap priority-queue
Last synced: 04 Oct 2025
https://github.com/hxndev/auto-password-generator-gui
In this project i made an automatic password generator using Python. It generates a password upto a fixed length with a combination of letters, numbers, and special characters.
code executable password password-generator passwords python
Last synced: 16 Jun 2025
https://github.com/byte7/pypackages
Contributers invited! packages need not be only inbuilt. A short tutorial kind of thing for any package would do!
code python-packages python3 tutorial-code
Last synced: 14 Apr 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/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/stack-spot/workflow-stackspot-actions-runtime-selfhosted
workflow-stackspot-actions-runtime-selfhosted
Last synced: 01 Apr 2025
https://github.com/crilleengvall/wordpress-editor-pre-code-wrapper
Adds a plugin to tinyMCE to quickly wrap or insert <pre><code> tags - Plays good with highlight.js
code highlight tinymce wordpress
Last synced: 20 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/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/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/luxedo/prettycode
Preetycode is a simple software to covert code into pdf
code highlight pdf print print-code shell
Last synced: 20 Feb 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/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/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/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/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/mrniamster/noaxai
NoaxAI π - Your Local AI Coding Assistant (HF ONNX Runtime)
ai assistant assistant-chat-bots code huggingface huggingface-transformers onnx transformerjs xenova-transformers
Last synced: 23 Aug 2025
https://github.com/mayank0255/coding-questions
Coding questions for Interview Prep that I have solved on Algoexpert, Leetcode, Codewars, and Hackerrank :man_technologist:
algoexpert code codewars coding-interviews competitive-programming hackerrank interview java javascript leetcode mysql python sql
Last synced: 14 Apr 2025