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/multithreaded-merge-sort

Rewriting the famous Merge Sort Algortihm using Multithreading.

code cpp merge merge-sort mergesort mergesort-algorithm multithreading threading

Last synced: 31 Jul 2025

https://github.com/0xgingi/phantom

Phantom is a Lightweight terminal-based text editor written in Rust

code editor minimap rust tabs terminal text texteditor tui tui-rs vim

Last synced: 30 Jul 2025

https://github.com/ivailop7/ivominesweeper

A ReactJS game written in TypeScript with Windows 95 Styling

code minesweeper nodejs react95 reactjs redux typescript

Last synced: 20 Aug 2025

https://github.com/colinkiama/uwp-basics

A collection of examples related to the basics of creating UWP apps

basics blog chsarp code example examples help posts teaching teaching-materials ui ui-design uwp uwp-dev uwp-help ux ux-design xaml xaml-winrt

Last synced: 11 Apr 2025

https://github.com/qiwihui/codedays

One code problem a day, keeps the doctor away.

algorithm code django django-rest-framework python python3

Last synced: 20 Mar 2025

https://github.com/yichengdwu/data_structures_experiment_code

数据结构教程(李春葆)实验题解答

code data-structures

Last synced: 29 Jul 2025

https://github.com/hxndev/udp-shopping-store-server

UDP Client Server model in which client asks for record from server.

c client-server code cpp project reciept shopping shopping-store store udp

Last synced: 29 Jul 2025

https://github.com/mrhrifat/javascript

JavaScript is the most popular Programming language in the world. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.

array code condition function functional-programming javascript javascript-concepts javascript-vanilla js loop object operator programming vanila-javascript

Last synced: 21 Sep 2025

https://github.com/jmulet/moodle-tiny_codepro

An improved code editor for tinyMCE based on CodeMirror6

code html moodle tinymce6

Last synced: 21 Feb 2026

https://github.com/runtimeterror10/snippetz

Save, edit, download, and share your cool code snippets!

code code-editor code-snippet code-snippets codemirror javascript

Last synced: 28 Dec 2025

https://github.com/zukahai/tutor

Mục đích chia sẻ một số file hỗ trợ giảng dạy

code file tutor vic vku

Last synced: 05 Oct 2025

https://github.com/kim-sunlei/react-code-input

An input component for inputting verification codes for react

code input react reactjs

Last synced: 23 Mar 2025

https://github.com/youkol/kaptcha

kaptcha is a modern version of the simple captcha project. This repo is the clone of http://code.google.com/p/kaptcha/

captcha code image java kaptcha

Last synced: 19 Sep 2025

https://github.com/tiagodanin/windows-locale

Windows Language Code Identifier (LCID) for JavaScript

code i18n language languages lcid locale locales tag windows

Last synced: 12 Oct 2025

https://github.com/abcincs/applock

AppLock is a simple SwiftUI framework that makes it easy to create a PinCode user interface. It provides a struct, AppLockView, that can be shown inside a view or a sheet for better user experience.

applock applocker code passcode pin pincode spm swift swiftui

Last synced: 06 Apr 2025

https://github.com/pointless-code/cortex-forge

A minimalist escape room, right in your terminal.

code dev escape escape-room pointless terminal

Last synced: 15 Jan 2026

https://github.com/haseemajaz/hide-wordpress-admin-help-and-screen-options

This versatile piece of code allows you to customize the WordPress admin interface by hiding the Help tab and Screen Options tab based on user roles and preferences.

code codesnippet codesnippets dashboard website website-design website-development websites wordpress wordpress-api wordpress-child-theme wordpress-development wordpress-plugin wordpress-site wordpress-starter-theme wordpress-theme

Last synced: 20 Feb 2026

https://github.com/sayannath/exercise-files-for-dart-course-dsckiit

I teach Dart in DSCKIIT's Youtube channel. So the code, I write are uploaded here.

code dart dart-course-dsckiit dartlang flutter google learn youtube

Last synced: 12 Aug 2025

https://github.com/kevincobain2000/action-scc

Sloc, Cloc and Code Action to update README.md with code stats.

code codecount complexity count scanner scc sloc staticcodeanalysis

Last synced: 23 Mar 2025

https://github.com/lolic0d3/nhentaicodeinfo

Code Nuklir Checker

code nhentai nhentai-api nuklir

Last synced: 24 Jul 2025

https://github.com/beiyuouo/codebase

📑 Common code snippets

code python

Last synced: 19 Apr 2025

https://github.com/salemcode8/code

Simple MVC Framework

code framework mvc mvc-framework oop php

Last synced: 01 Mar 2026

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/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/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/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/praabindhp/abstract_class-creation

Java Program For Abstract Class Creation

abstract class code creation java programming

Last synced: 05 Mar 2025

https://github.com/divyansh0980/virtualmouse_module

Control your computer mouse and screen brightness using hand gestures! This project uses computer vision and hand tracking to create a touchless interface for your computer.

code cv2 handtracking mediapipe opencv opencv-python virtual-mouse-using-hand-gestures virtualmouse webcam

Last synced: 05 Nov 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/matixandr09/my-scripts

Hi, welcome to my public scripts

code hacking python

Last synced: 10 Jun 2025

https://github.com/praabindhp/binary_search

C Program For Binary Search

binary-search c code programming-language

Last synced: 05 Mar 2025

https://github.com/praabindhp/currency_time-converter

Java Program For Currency Time Converter

code converter currency-converter java programming time

Last synced: 05 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/praabindhp/graph_rep-transversal_algorithm

C Program For Traversal Algorithm In Graphical Representation

c code graph programming-language representation traversal-algorithms

Last synced: 05 Mar 2025

https://github.com/praabindhp/hybrid_inheritance

Java Program For Hybrid Inheritance

code hybrid illustration inheritance java programming

Last synced: 05 Mar 2025

https://github.com/praabindhp/open_address_collision

C Program For Open Address Collision

c-programming code collision language open-addressing

Last synced: 05 Mar 2025

https://github.com/praabindhp/simple_interest

Python Program To Find Simple Interest

code interest programming-language python3 simple

Last synced: 05 Mar 2025

https://github.com/praabindhp/temperature_converter

Conversion of Celsius to Fahrenheit & Fahrenheit to Celsious

code programming python3 temperature-converter

Last synced: 05 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/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/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/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/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/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/timgrossmann/tournamentmanager

⚽︎ Second term project with 3 fellow students

code gui java java-8 javafx

Last synced: 03 Apr 2025

https://github.com/feds201/operations-manual

This handbook is a collection of resources and guidelines for the FEDS team. It is a living document that will be updated as we learn and grow.

code collection documentation

Last synced: 07 Apr 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/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/frcteam3255/nurdvision

SuperNURDs implementation of vision co-processing

2017 code cpp

Last synced: 14 May 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/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/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/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/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/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/smit2k14/ubuntu-utilities

Repo for people who have just installed ubuntu.

code git shell shell-script ubuntu ubuntu1804

Last synced: 02 Apr 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/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/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/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/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/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/zjx-kimi/found-program-error

用于对拍程序

code cpp debug oi

Last synced: 26 Mar 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/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/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/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/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: 03 Feb 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: 12 Jul 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/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/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/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/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/aminya/matlab-snippets

Generate Matlab snippets for Atom and VSCode

atom autocomplete code cson json matlab snippet snippets vscode

Last synced: 04 Apr 2025