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/rkotze/rkotze.github.io
Software engineering blog
agile blog code engineering javascript nodejs tips xp
Last synced: 05 Aug 2025
https://github.com/praabindhp/factorial
Python Program To Find The Factorial
code factorial programming-language python3
Last synced: 05 Aug 2025
https://github.com/freecx/bunch-of-code
useful code snippets / scripts
bash c code cpp pieces python rust scripts-collection useful-scripts
Last synced: 09 Aug 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/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/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/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/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/cracko298/3ds-sha256
A 3DS Homebew that generates a Sha256 hash (SHA-2 256 Size 0/64 Rounds) from a Test File, with no External/Third-Party Libraries
3ds 3ds-homebrew code homebrew libctru no-third-party-libraries sha2 sha256 source
Last synced: 19 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/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/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/harshit-saraswat/javascript-practice
This repo contains my solutions for various js challlenges throughout the course and other practice solutions.
challenges code es6 es6-javascript javascript javascript-es6 javascript-practice js js-challenge mongodb node nodejs practice practice-solutions react react-hooks reactjs
Last synced: 03 Aug 2025
https://github.com/kom50/web-om
This is my personal Portfolio web application, that is created using React.js.
Last synced: 03 Aug 2025
https://github.com/nzgl-g/audio-player
.wav audio player build on java swing
audio-player code coding idea java jdk jre music-player project swing wav wav-audio wav-audio-format
Last synced: 28 Jan 2026
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/brandonhimpfen/projects
code dataset datasets open-source project projects template templates
Last synced: 30 Jul 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/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/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/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/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/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: 20 Feb 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/null-austin/home
Austins website!
code css free github github-pages html user-page website
Last synced: 25 Jul 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/spiffgreen/flashcard
A simple web app for recording and testing your knowledge.
code flashcards javascript learn-cards learning nodejs
Last synced: 25 Jul 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/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/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/praabindhp/employee-pay_roll
Java Program For Employee Pay Roll
code employee java payroll programming
Last synced: 06 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/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/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/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/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/yracnet/formatter-build
Format Source Code JAVA, CSS, JS, XML, HTML with Eclipse Platform
code format formatter indentation java js source-code xml
Last synced: 11 Nov 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/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/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/ercanersoy/qbasic-code-examples
QBasic Code Examples
basic code dos examples qbasic qbasic-code qbasic-code-examples qbasic-programs retro
Last synced: 26 Feb 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/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/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/vsoch/codestats
Customizable Go command line tool to generate and visualize repository stats (under development)
Last synced: 22 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/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/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/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/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/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/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/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/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/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/vishalshenoy2002/file-monitor
It is a security application. It Monitors the given list of files and if there are any changes detected it will notify you through mail 📧
code cyber-security cybersecurity file file-monitoring file-security filesystem monitoring project python python3 security
Last synced: 29 Nov 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/kuduxaaa/python
Python -ის სახელმღვანელო დამწყებთათვის ქართულ ენაზე
code learn-python learning lesson python tutorial
Last synced: 16 Aug 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/mgedmin/qr2text
Convert PyQRCode generated SVG to ASCII art
Last synced: 10 Apr 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
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/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: 14 Oct 2025
https://github.com/littlewhitecloud/littlewhitecloud
我的github个人资料
bilibili code commit config cplusplus custom github-config littlewhitecloud lssues python star video
Last synced: 11 Dec 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/hxndev/convert-text-to-speech
This project uses Google Text to Speech to convert the written text into any language that you want. Furthermore, it can also save the converted audio.
code google-text-to-speech python text-mining text-to-speech
Last synced: 05 Oct 2025
https://github.com/ankansaha/code-compiler
"Code-Compiler: Your online tool to edit, run, and refine code in real-time. A seamless platform for coding, testing, and learning."
cloudcomputing code codeeditor collaborate editor github-codespaces gitkraken gitlens mongodb student-vscode
Last synced: 25 Apr 2025
https://github.com/avivbens/alfred-text-transformer
Use Alfred to enhance your text: translate, correct spelling, beautify, fix grammar, and more! ✨
ai alfred beautify code gen-ai macos spell-check text translate
Last synced: 26 Oct 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/techn0man1ac/powerbankonstm32
Powerbank on STM32 microcontroller
code cube cubemx microcontroller powerbank schematic stm32
Last synced: 17 Jan 2026
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/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/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