An open API service indexing awesome lists of open source software.

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.

https://github.com/azozzalfiras/encodeuricomponent

سكربت لفك وتشفير الروابط وبعض الاكواد البرمجية

code coder javascript link

Last synced: 03 Mar 2025

https://github.com/google-marketing-solutions/google_ads_mcp_server

This is the Google Ads Model Context Protocol (MCP) server designed to provide a standardized way to integrate an LLM with Google Ads.

ads claude code context fastmcp gemini google googleads llm mcp

Last synced: 10 Sep 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/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/coder2mo/todo-app

A Simple Todo App Made with Html & Css & Js

app code codermo css github html javascript simple todo todo-app todoapp

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/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/surajkareppagol/crepl

🔄 CREPL - C Read Eval Print Loop

code repl

Last synced: 23 Nov 2025

https://github.com/pointless-code/browser

A browser in your terminal, because using Chrome or Firefox is too mainstream!

browser code dev docker funny pointless terminal

Last synced: 24 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: 02 Mar 2025

https://github.com/pranavparikh/complan

COMPLexity ANalyzer Tool for Javascript projects

code

Last synced: 30 Sep 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/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/seabbs/backup

Code to automate local backups of remote code

backup bash code github workflow

Last synced: 21 Feb 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/praabindhp/factorial

Python Program To Find The Factorial

code factorial programming-language python3

Last synced: 05 Aug 2025

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: 28 Dec 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/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/matixandr09/my-scripts

Hi, welcome to my public scripts

code hacking python

Last synced: 10 Jun 2025

https://github.com/kom50/web-om

This is my personal Portfolio web application, that is created using React.js.

code pwa-app reactjs

Last synced: 03 Aug 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/limichange/fuck-your-code

Because I Don't Like it 👯‍♀️

code fuck your

Last synced: 29 Jul 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/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/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/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/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/stack-spot/workflow-stackspot-actions-runtime-selfhosted

workflow-stackspot-actions-runtime-selfhosted

code maintain workflow

Last synced: 01 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/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/nodef/food-e

E numbers are codes for substances that are permitted to be used as food additives

additive code color e efta europian food number preservative union

Last synced: 14 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/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/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/praabindhp/employee-pay_roll

Java Program For Employee Pay Roll

code employee java payroll programming

Last synced: 06 Dec 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/vochicong/jp_pref

Japan Prefecture Code

code japan prefecture

Last synced: 26 Jun 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/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/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/cedriking/carbon-now

Create beautiful screenshots of your code.

api code highlight screenshot

Last synced: 17 Jan 2026

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/nk-o/gist-simple

JS for Gist code blocks loading

block code gist

Last synced: 28 Oct 2025

https://github.com/vmotta8/callgraph-cli

A CLI tool for analyzing function call graphs and improving LLM context.

chatgpt cli code go golang llm rust zed

Last synced: 18 Jan 2026

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/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/rafi021/pycom-module-example

Pycom Micropython Example

code rgbled

Last synced: 23 Aug 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/praabindhp/compound_interest

Python Program To Find Compound Interest

code compound-interest programming-language python3

Last synced: 11 Sep 2025

https://github.com/mgedmin/qr2text

Convert PyQRCode generated SVG to ASCII art

code qr svg

Last synced: 10 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/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/parmesh119/com_lab

This is the repository for my lab work that have all code in python.

code coding python3

Last synced: 01 Apr 2025

https://github.com/raspiduino/rpu

The stupid realtime Python code updater

code debug python wysiwyg

Last synced: 28 Mar 2025

https://github.com/samk13/ccprompt

AI Code Context Extractor for Prompts ✨

ai code context python tooling workflow

Last synced: 08 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/parasoft/run-dottest-action

Run code analysis with Parasoft dotTEST and review results

action analysis code compliance csharp dotnet dottest lint parasoft quality security static test testing vbnet workflow

Last synced: 11 Apr 2025

https://github.com/stdlib-js/string-from-code-point

Create a string from a sequence of Unicode code points.

code javascript node node-js nodejs point pt stdlib str string unicode utf-16 utf16 util utilities utility utils

Last synced: 09 Apr 2025

https://github.com/vsoch/codestats

Customizable Go command line tool to generate and visualize repository stats (under development)

code github stats

Last synced: 22 Mar 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/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/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/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/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/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/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/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/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/upple/boj

백준 온라인 저지 C++

algorithm boj code cpp

Last synced: 25 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/stdlib-js/string-code-point-at

Return a Unicode code point from a string at a specified position.

astral code javascript node node-js nodejs point pt stdlib str string surrogate unicode utf-16 utf16 util utilities utility utils

Last synced: 28 Apr 2025

https://github.com/praabindhp/thread_synchronization

Java Program For Thread Synchronization

code code-generation java programming synchronization thread

Last synced: 06 Dec 2025

https://github.com/cryptovictor/hello-world

This repository was made for learn how to use GitHub

code cpp

Last synced: 01 Mar 2025

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/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/zjx-kimi/found-program-error

用于对拍程序

code cpp debug oi

Last synced: 26 Mar 2025

https://github.com/praneethkarnena/swift-code-samples

This repo contains Swift code samples written specifically for questions in the HackerRank platform.

code samples swift swift-4 swift4

Last synced: 14 Jun 2025