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/stdlib-js/constants-unicode-max-bmp

Maximum Unicode code point in the Basic Multilingual Plane (BMP).

code const constant javascript max maximum node node-js nodejs point stdlib string text unicode utf-16 utf-32 utf-8 utf16 utf32 utf8

Last synced: 15 Mar 2025

https://github.com/knicksaas/wro-rising-water

WRO 2020 code sharing of team "NTE-Innovation"

code eclipse git java lejos lejos-ev3 wro

Last synced: 19 May 2026

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

Hi, welcome to my public scripts

code hacking 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/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/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/limichange/fuck-your-code

Because I Don't Like it πŸ‘―β€β™€οΈ

code fuck your

Last synced: 29 Jul 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/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/praabindhp/scientific_calculator

Java Program For Scientific Calculator

calculator-application code java programming scientific

Last synced: 01 Jun 2026

https://github.com/cedriking/carbon-now

Create beautiful screenshots of your code.

api code highlight screenshot

Last synced: 17 Jan 2026

https://github.com/harishri2002/codefreeze

A lightweight and efficient Visual Studio Code extension that enables toggling read-only mode for any file using a keyboard shortcut, context menu, or Command Palette. Protect your files from accidental edits with clear visual indicators and persistent state across sessions.

code extension microsoft open-source ts vs

Last synced: 03 Sep 2025

https://github.com/vochicong/jp_pref

Japan Prefecture Code

code japan prefecture

Last synced: 21 Feb 2026

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/miku/runpad

Run code from an etherpad

code collaboration etherpad execution

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

workflow-stackspot-actions-runtime-selfhosted

code maintain workflow

Last synced: 12 Feb 2026

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/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/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: 18 Apr 2026

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

JS for Gist code blocks loading

block code gist

Last synced: 28 Oct 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

https://github.com/eggsy/examples

Examples from my blog, projects or anywhere I post articles!

code examples

Last synced: 19 Jun 2025

https://github.com/diefans/implant

asynchronous adhoc remote procedure calls in Python

asyncio bot code implant python3 rpc

Last synced: 08 Apr 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/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/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/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/abhay557/code-editor-example

A Simple Html Code Editor Example!

code code-editor code-editor-online

Last synced: 30 May 2026

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/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/seabbs/backup

Code to automate local backups of remote code

backup bash code github workflow

Last synced: 13 Apr 2026

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

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: 13 Apr 2026

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/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/ranitmanik/sigma-web-development-course

This repository serves as a comprehensive collection of assignments, projects, and captivating code creations from the esteemed Sigma Web Development Course.

code codewithharry course css3 exercises htlm5 javascript nodejs webdevelopment youtube

Last synced: 14 Apr 2026

https://github.com/wellyshen/about-me

πŸ€“ About me.

code design shen welly

Last synced: 19 Mar 2026

https://github.com/fabiospampinato/string-from-charcodes

An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.

char charcode charcodes code codepoint from string

Last synced: 13 Oct 2025

https://github.com/pointless-code/ascii-art

An ASCII art gallery that showcases artwork in a unique way.

art ascii code dev docker funny pointless

Last synced: 27 Jan 2026

https://github.com/aniket965/ipu-core-code

πŸ•΅πŸ»β€β™‚οΈ core code finder

code generator javascript

Last synced: 15 Oct 2025

https://github.com/praabindhp/temperature_converter

Conversion of Celsius to Fahrenheit & Fahrenheit to Celsious

code programming python3 temperature-converter

Last synced: 01 Jun 2026

https://github.com/kitajs/ts-writer

Ts Writer is a simple and lightweight library to generate js and dts files using template strings.

code dts generator js kita source strings template ts writer

Last synced: 10 Apr 2025

https://github.com/mgedmin/qr2text

Convert PyQRCode generated SVG to ASCII art

code qr svg

Last synced: 10 Apr 2025

https://github.com/coder-hxl/learn

Learn Code

code

Last synced: 24 Feb 2026

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/squareslab/probabilisticmodel_saner2018

Paper and supporting materials of the Probabilistic Model paper Accepted to SANER 2018

code data mausotog published replication

Last synced: 26 Oct 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/mnestorov/security-headers-cloudflare-worker

Cloudflare Worker script to dynamically add, modify, and remove HTTP headers for enhancing the security of any website.

clickjacking cloudflare code codeinjection cors headers http security-headers workers wrangler xss xss-filter

Last synced: 24 Jan 2026

https://github.com/spookyorange/kiro-linux-install

Install Kiro from a Tarball on your Linux machine, works on most distros, and makes Tarball installation a breeze!

agent ai archlinux bash bash-script code editor fedora kiro kiro-dev kiro-ide linux sh shell tarball targz vscode

Last synced: 05 Apr 2026

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/jochemstoel/adsense-generator

Nice but extinct code generator for Adsense, pulled from internet cache.

adsense code generator script

Last synced: 06 Feb 2026

https://github.com/praabindhp/list_adt-array

C Program For List ADT Array

adt array c-programming-language code list

Last synced: 30 Jan 2026

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/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/smit2k14/ubuntu-utilities

Repo for people who have just installed ubuntu.

code git shell shell-script ubuntu ubuntu1804

Last synced: 28 Apr 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/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/datalayer/codeai

✨ Code AI - A CLI for data analysis that interacts with the Agent Runtimes via AG-UI and ACP protocols.

ai-agents cli code

Last synced: 26 Feb 2026

https://github.com/wromo/codeuiapp

AI generate Code to Dashboard & run to Preview your App, Nextjs, React, TS end so on!

ai code dashboard generate text

Last synced: 10 Feb 2026

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: 12 Feb 2026

https://github.com/devlopersabbir/sabbir-code-snippet

This is a simple extension that provides code snippets for all programming, framework. It helps to speed up the coding process by providing handy snippets for commonly 😍

code code-snippets js-code-helper snippet vscode

Last synced: 27 Feb 2026