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/praabindhp/factorial
Python Program To Find The Factorial
code factorial programming-language python3
Last synced: 05 Aug 2025
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/rkotze/rkotze.github.io
Software engineering blog
agile blog code engineering javascript nodejs tips xp
Last synced: 05 Aug 2025
https://github.com/pranavparikh/complan
COMPLexity ANalyzer Tool for Javascript projects
Last synced: 30 Sep 2025
https://github.com/nzgl-g/audio-player
.wav audio player GUI , developed by java swing 🤓
audio-player code coding idea java jdk jre music-player project swing wav wav-audio wav-audio-format
Last synced: 28 Jul 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/aubreypwd-old/code
Just a collection of code snippets I find useful.
Last synced: 07 Apr 2025
https://github.com/than-dev/js-functions
Recreating javascript functions and simulating a real use case when we need to type any project that was written without typescript, through ts declarations and .d.ts files!
code development function javascript typescript
Last synced: 30 Mar 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/javitocor/hackerrank-coding-challenges
Solutions to hackerrank coding challenges with JavaScript.
algorithms-and-data-structures code coding-challenge hackerrank-coding-challenges javascript
Last synced: 06 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/cedriking/carbon-now
Create beautiful screenshots of your code.
Last synced: 17 Jan 2026
https://github.com/noriah/go-code
bzzzzzzzzzzz
algorithm code data-structure example fizzbuzz go golang
Last synced: 14 Mar 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/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/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/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/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/kalebzaki4/angular-acessivel
Este repositório contém um projeto em Angular que tem como objetivo exemplificar e promover boas práticas de acessibilidade na construção de aplicações web.
angular biblioteca code curso javascript typescript
Last synced: 08 Sep 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/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/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/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: 21 Feb 2025
https://github.com/miku/runpad
Run code from an etherpad
code collaboration etherpad execution
Last synced: 18 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/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/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/parmesh119/com_lab
This is the repository for my lab work that have all code in python.
Last synced: 01 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/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/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/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/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/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/praabindhp/list_adt-array
C Program For List ADT Array
adt array c-programming-language code list
Last synced: 11 Jun 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/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/0xsafkat20/c-sharp-project-2
C-Sharp Project
code csharp database mysql-database ui
Last synced: 09 Jul 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/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/hxndev/non-forking-concurrent-servers-using-select
Chat bot using non-forking concurrent servers. This is done using select statements.
c chatbot code concurrent-programming non-forking select server
Last synced: 12 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/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/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/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/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/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/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
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/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/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/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/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/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/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/mursalatul/code-park
Welcome to code-park, a comprehensive collection of code implementations for various Data Structures and Algorithms (DSA) alongside special-purpose codes. This repository serves as a valuable resource for programmers, developers, and computer science enthusiasts seeking ready-to-use implementations and solutions.
code code-park dhaka-international-university diu dsa store
Last synced: 14 Apr 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/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/praabindhp/replace_function
Replace Function In Python Program
code find programming-language python3 replace word
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/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/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/daviskamau/javascript-projects
Html,CSS & JS
100daysofcode beginner code css3 flexbox html html-css-javascript htmlcanvas javascript less projects sass simple-project
Last synced: 26 Jun 2025
https://github.com/pduartesilva2005/discover-desafio-rocketnews
Desafio resolvido do Discover
code css developer frontend html programming rocketseat tecnologia
Last synced: 08 Dec 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: 04 Apr 2025
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/hxndev/pl-sql-queries
In this I was asked to write queries for PL/SQL. All the queries have been tested,
code pl-sql pl-sql-script queries
Last synced: 05 Jul 2025
https://github.com/patoflamejantetv/undertale
A re-upload of the UnderTale Source Code
code gamemaker leak leaked source source-code undertale
Last synced: 25 Oct 2025
https://github.com/mtsyntho/love2d-android-ide
Code Löve2D Games on your android phone easily!
android android-app android-application code development foss love love2d love2d-framework mobile mobile-app sketchware sketchware-pro
Last synced: 25 Oct 2025
https://github.com/patrickhoefler/gocovergate
Simple Go code coverage quality gate
ci code code-coverage code-quality continuous-integration coverage go golang qa quality
Last synced: 14 Jan 2026
https://github.com/nzgl-g/Audio-Player
.wav audio player GUI , developed by java swing 🤓
audio-player code coding idea java jdk jre music-player project swing wav wav-audio wav-audio-format
Last synced: 07 Oct 2025
https://github.com/gko/upside-down
plugin to move code around
code move plugin vim vim-plugin
Last synced: 08 Oct 2025
https://github.com/knlsharma/code_editor-
A Code editor for Java programming language . The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that gives optimized native machine code for a particular hardware/operating system combination
bytecode code editor editors java machine
Last synced: 05 Oct 2025
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: 07 May 2025
https://github.com/techn0man1ac/powerbankonstm32
Powerbank on STM32 microcontroller
code cube cubemx microcontroller powerbank schematic stm32
Last synced: 17 Jan 2026
https://github.com/laisfrigerio/code4noobs
Vem aí - From Zero to Hero! Dê os primeiros passos na programação 💛
4noobs code code4noobs open-source opensource
Last synced: 25 Oct 2025
https://github.com/yash-garg/cppfiles
📝 Some of my school projects and random codes on C++
c code cplusplus cplusplus-17 cplusplus-basic
Last synced: 26 Oct 2025