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/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/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/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/mgedmin/qr2text

Convert PyQRCode generated SVG to ASCII art

code qr svg

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

Create beautiful screenshots of your code.

api code highlight screenshot

Last synced: 17 Jan 2026

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/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/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/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/knicksaas/wro-rising-water

WRO 2020 code sharing of team "NTE-Innovation"

code eclipse git java lejos lejos-ev3 wro

Last synced: 15 Mar 2025

https://github.com/lykmapipo/express-oauth

minimal oauth implementation for express

authorization client code express grants mongodb mongoose oauth token user

Last synced: 08 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: 29 Nov 2025

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/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/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/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/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/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/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/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/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/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/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/praabindhp/employee-pay_roll

Java Program For Employee Pay Roll

code employee java payroll programming

Last synced: 06 Dec 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/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/raspiduino/rpu

The stupid realtime Python code updater

code debug python wysiwyg

Last synced: 28 Mar 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/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/pcpratheesh/golang-firebase-example

Sample code snippet for basic operation with firebase realtime db

code database firebase firebase-database golang real-time sample snippets

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

Code to automate local backups of remote code

backup bash code github workflow

Last synced: 21 Feb 2025

https://github.com/somehowchris/planetb-syntax-highlighter

A Web-App written in Rust with Yew, using the same SyntaxHighlighter from Google Code Archive as planetb.ca

code highlight planetb syntax wasm webassembly word

Last synced: 16 Apr 2025

https://github.com/kom50/contacts-app-project-mern

This Project is created with the help of MERN Stack Concept.

code express expressjs heroku mongodb nodejs

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

Japan Prefecture Code

code japan prefecture

Last synced: 26 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/one-thing-theme/zed

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: 30 Jun 2025

https://github.com/snowdreams1006/gitbook-plugin-diff

A gitbook plugin for showing the differences between the codes within markdown

code compare diff gitbook-plugin gitbook-plugin-diff jsdiff

Last synced: 01 Sep 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/jochemstoel/adsense-generator

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

adsense code generator script

Last synced: 26 Jul 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/samk13/ccprompt

AI Code Context Extractor for Prompts ✨

ai code context python tooling workflow

Last synced: 08 Apr 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.

code sample sap-hana

Last synced: 29 Oct 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/nodef/food-additive

Programmatically access E-number and INS-number data for food additives.

additive code color e efta europian food number preservative union

Last synced: 19 Jun 2025

https://github.com/aubreypwd-old/code

Just a collection of code snippets I find useful.

code codesnippets snippets

Last synced: 07 Apr 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/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/upple/boj

λ°±μ€€ 온라인 μ €μ§€ C++

algorithm boj code cpp

Last synced: 25 Mar 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/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/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/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/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/cryptovictor/hello-world

This repository was made for learn how to use GitHub

code cpp

Last synced: 01 Mar 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/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/gko/upside-down

plugin to move code around

code move plugin vim vim-plugin

Last synced: 08 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/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/coder-hxl/learn

Learn Code

code

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