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/printer-spooling

Printers typically can print only a single document at a time and require seconds or minutes to do so. If more than one application requires printerโ€™s access, it might result in delay and slow down the application for as long as the printer is busy in serving other application. Printer Spooling has overcome this delay, as the documents formatted for printing are stored into an area on a disk and retrieved and printed by a printer at its own rate. With spooling, multiple processes can write documents to a print queue without waiting. As soon as a process has written its document to the spool device, the process can perform other tasks, while a separate printing process operates the printer. In this project, we will be implementing a printer spooler for a working environment which is equipped with 3 printers using concepts of Linked Lists and Queues.

code cpp data-structures oop oop-principles printer printer-spooler printer-spooling spooling

Last synced: 31 Mar 2025

https://github.com/hxndev/reverse-capitalize-and-shift-strings-using-threads

Perform operations on a string using Multithreading.

capitalize code cpp reverse shift strings threads

Last synced: 06 Jul 2025

https://github.com/cfnptr/vscode-gsl

Visual Studio Code extension, Garden Shading Language (GSL) linter

code compiler extension garden glsl gsl language linter shader shading visual-studio vscode

Last synced: 08 Feb 2026

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/hxndev/simple-translator-in-python

In this project, we'll be making a very simple translator in Python using some libraries.

code googletrans googletranslate googletranslateapi googletranslater python simple-translator tabular-data tabulate translator

Last synced: 31 Mar 2025

https://github.com/jpkusumi/greenfieldpqc

Side step quantum threats. Level up your encryption. Future proof your code. This cryptographic library for .NET development includes NIST standardized cryptographic primitives and Kusumi-512, a novel stream symmetric cipher with a 512 bit key size for enhanced quantum resistance.

cipher code cryptography csharp dotnet encryption future-proof green-field kusumi library package post-quantum pqc quantum-resistant quantum-safe streaming symmetric

Last synced: 06 Feb 2026

https://github.com/ahammadshawki8/dsa-implementations-in-python

๐Ÿ‘€ Knowledge of "Data Structures and Algorithms" is the basic need to become a good programmer. In this repository, you will find the implementations of different DSA's in Python. ๐Ÿ”ฅ๐Ÿ”ฅ

algorithm code data-structures design python

Last synced: 22 Aug 2025

https://github.com/hxndev/solving-a-maze-using-bfs-and-dfs

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. 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.

bfs bfs-algorithm bfs-search code dfs dfs-algorithm dfs-search maze maze-solver python

Last synced: 31 Mar 2025

https://github.com/hxndev/chatbot-using-named-pipes

In this, I have wrote the code such that two child processes can communicate with eachother using pipes and hence it works as a chatbot.

chatbot code cpp fork named-pipes pipes process

Last synced: 31 Mar 2025

https://github.com/gagniuc/combining-two-signals-in-js-c-py-php-vb-pl-rb-java

This is an implementation designed in eight different programming / scripting languages, namely C#, Python, VB6, Javascript, Perl, Ruby, Java and PHP. Each implementation is able to mix two signals/vectors (A and B) in arbitrary proportions.

algorithm code combine csharp design interpolation java javascript languages mix perl php prediction python ruby shortcode spectral-forecast vb6 vba

Last synced: 02 Jan 2026

https://github.com/umerjamshaid/umerjamshaid

Config files for my GitHub profile.

code config github-config python

Last synced: 10 Jul 2025

https://github.com/artentica/pokeclicker-infinite-ressource

Infinite ressource for the game Pokรฉclicker

clicker code idle javascript pokeclicker pokemon scripts tampermonkey

Last synced: 02 Jan 2026

https://github.com/hxndev/assignment01ibc

This is assignment 1 of our Blockchain course. In this assignment, we had to create a Blockchain Data Structure with all its functions.

blockchain blockchain-demos blockchain-technology code

Last synced: 31 Mar 2025

https://github.com/hxndev/counting-alphabets-using-multithreading

Counting frequency of alphabets in the input file using Multithreading.

alphabets alphabets-counting code counting cpp multithreading threading

Last synced: 31 Mar 2025

https://github.com/hxndev/human-voice-to-automated-voice-text

This project converts your human voice input to its text transcript and to an automated voice too.

code gtts human-to-robo-voice human-voice pyaudio python speech-recognition speech-to-text text text-to-speech

Last synced: 31 Mar 2025

https://github.com/seraprogrammer/codewhisperer

๐Ÿš€ CodeWhisperer โ€“ A powerful online code editor built with React and Tailwind CSS. Featuring real-time code execution, syntax highlighting, multi-language support, and a sleek UI. Start coding instantly! ๐Ÿ’ปโœจ

code codeeditor codeedittext online vscode

Last synced: 25 Apr 2026

https://github.com/salemcode8/code

Simple MVC Framework

code framework mvc mvc-framework oop php

Last synced: 01 Mar 2026

https://github.com/hxndev/running-a-file-on-docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. In this task, we had to create a file and host it on Docker.

cloud code docker docker-container docker-image dockerfile task virtualization

Last synced: 01 May 2026

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

https://github.com/geramy/nexus-project-client

Nexus Projects โ€” source-available Application for AI-coordinated project & task management (text + voice Coordinator, plans, tasks, agents).

ai ai-agents ai-tools code harness programming project-management task-manager

Last synced: 15 Jun 2026

https://github.com/gasparfm/emacs.d

Mi .emacs.d files as I like them

code configuration dotfiles editor emacs files lisp modes modules

Last synced: 15 Jun 2026

https://github.com/anwar3606/column-highlighter

A Visual Studio Code Extension to Highlight Columns

code extension formatter javascript vscode vscode-extension

Last synced: 05 May 2026

https://github.com/rishabhknowss/ezcodegen

It auto-generates the code in a specific file provided the file name and the prompt , made this using cli npm package (It was named coderai previously)

cli code generative-ai

Last synced: 21 Apr 2026

https://github.com/hxndev/counting-alphabets-using-pipes

We will count the number of alphabets in the input file using pipes.

alphabets c child code count cpp exec fork os pipes processes

Last synced: 02 May 2026

https://github.com/alphalawless/javascript-codes

๐ŸŸก Vรกrios cรณdigos em JavaScript. Grande parte se deu enquanto eu aprendia e brincava com alguns cรณdigos.

code javascript

Last synced: 15 Feb 2026

https://github.com/hyperse-io/code-inspector

Easily inspect components in the browser, click to navigate source code in your local IDE.

code code-inspector hyperse inspector nextjs reactjs rust swc turbo vuejs

Last synced: 28 Apr 2026

https://github.com/theoludwig/eslint-config-conventions

ESLint shareable config to enforce strict conventions and good code quality.

code conventions eslint eslintconfig linter quality strict

Last synced: 21 Apr 2026

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

https://github.com/ivailop7/ivominesweeper

A ReactJS game written in TypeScript with Windows 95 Styling

code minesweeper nodejs react95 reactjs redux typescript

Last synced: 28 Apr 2026

https://github.com/spicelang/spice-examples

Examples for using Spice in the wild

code examples spice

Last synced: 03 Apr 2026

https://github.com/ami-iit/paper_latella_2023_irim_muscle-force-estimation

Real-time force estimation for the lower leg muscles using a Hill-type model and a distributed network of wearable sensors

code irim musculoskeletal musculoskeletal-models robotics wearable-devices wearables

Last synced: 29 Apr 2026

https://github.com/hxndev/calculating-entropy-of-iris-dataset

This is perhaps the best known database to be found in the pattern recognition literature. Fisher's paper is a classic in the field and is referenced frequently to this day. (See Duda & Hart, for example.) The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are NOT linearly separable from each other.

calculate-entropy code dataset entropy iris iris-dataset jupyter-notebook python

Last synced: 29 Apr 2026

https://github.com/hxndev/producer-worker-problem

This is a common worker producer problem in OS

c code cpp labtasks os problem producer producer-worker project worker

Last synced: 30 Apr 2026

https://github.com/ferhatgec/eee

Eee? Access E codes from Rust.

code crate e rs rust

Last synced: 01 Mar 2026

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/official-novadesk/novadesk

Create Windows Widget using javascript with ease and lot of possibilities.

code customization engine novadesk system-monitoring widget widgets windows

Last synced: 24 Apr 2026

https://github.com/anantoghosh/eslint-config-good-code

A strict eslint configuration for typescript projects promoting good and maintainable coding practices.

code config eslint good maintainable smell strict typescript

Last synced: 05 Mar 2026

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: 07 Jun 2026

https://github.com/hikayamasan353/rbrewrite_test

This is a rewrite of the now highly obsolete GUI route editor for BVE/openbve named RouteBuilder. Will not be that graphic but more similar to now extinct ConstructorBVE. However it will still be based on GUI and modular route construction.

bve code editor openbve revamp rework rewrite route routebuilder trainsim

Last synced: 04 Apr 2026

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: 08 Jun 2026

https://github.com/liyupi/code-master

ๆž็ฌ‘้€šไฟ—็š„็ผ–็จ‹็Ÿฅ่ฏ†ๅคง็™พ็ง‘

code programming

Last synced: 27 Mar 2026

https://github.com/wmhello/koa-nodejs

koaไธŽnodejsๅผ€ๅ‘ๅฎžๆˆ˜ ๆบไปฃ็  ้œ€่ฆ็š„ๅฏไปฅไธ‹่ฝฝ ๆ‰‹ๆ‰“ไธๆ˜“ ๅฆ‚ๆžœ่ƒฝๅธฎๅˆฐไฝ  ๆˆ‘ๅธŒๆœ›ไฝ ไนŸ่ƒฝๅธฎๆˆ‘ ๆฑ‚ๆ”ฏๆŒ ๆฑ‚ๆ‰“่ต

code koa nodejs source

Last synced: 06 May 2026

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: 01 Mar 2026

https://github.com/crilleengvall/wordpress-editor-pre-code-wrapper

Adds a plugin to tinyMCE to quickly wrap or insert <pre><code> tags - Plays good with highlight.js

code highlight tinymce wordpress

Last synced: 02 May 2026

https://github.com/praabindhp/thread_synchronization

Java Program For Thread Synchronization

code code-generation java programming synchronization thread

Last synced: 06 Jun 2026

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

https://github.com/jarrodnorwell/minimalepub

MinimalEPUB is a script that takes in a .epub file and outputs a compressed version by compressing any images inside in-place, written in Python

code compress ebook epub git github minimal python resize script

Last synced: 03 May 2026

https://github.com/christianalfoni/codespark

A coding agent where you still code

agent ai code vscode

Last synced: 06 May 2026

https://github.com/judy2k/moncode

Format code for MongoDB slides

code developer-tools formatter mongodb slides

Last synced: 29 Apr 2026

https://github.com/techn0man1ac/powerbankonstm32

Powerbank on STM32 microcontroller

code cube cubemx microcontroller powerbank schematic stm32

Last synced: 20 Mar 2026

https://github.com/markwylde/gpt-git-tools

Get GPT to generate commit messages and code reviews for you.

ai-code-review chatgpt code code-review commit git gpt review

Last synced: 21 Apr 2026

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 May 2026

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: 02 May 2026

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

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

https://github.com/timgrossmann/tournamentmanager

โšฝ๏ธŽ Second term project with 3 fellow students

code gui java java-8 javafx

Last synced: 02 May 2026

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: 09 May 2026

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

minimal oauth implementation for express

authorization client code express grants mongodb mongoose oauth token user

Last synced: 29 Apr 2026

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

https://github.com/vsoch/codestats

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

code github stats

Last synced: 03 May 2026

https://github.com/sbrugman/pathlad

Your friendly Python Path Converter

code formatter formatting legacy-code linter pathlib python technical-debt

Last synced: 05 Jun 2026

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: 05 Mar 2026

https://github.com/manucian-official/devpulse-tool

analyzer tool for python

code libarires python support tool

Last synced: 05 Apr 2026

https://github.com/zhanghongen/inject-webpack

Inject code, support webpack-4ใ€5 and module-federation

code inject inject-webpack module-federation webpack webpack-plugin webpack4 webpack5

Last synced: 06 Oct 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/rkotze/rkotze.github.io

Software engineering blog

agile blog code engineering javascript nodejs tips xp

Last synced: 05 Aug 2025

https://github.com/pranavparikh/complan

COMPLexity ANalyzer Tool for Javascript projects

code

Last synced: 30 Sep 2025

https://github.com/hxndev/bar-code-generator

In this project, it will generate an random bar code with unique combination each time.

barcode barcode-generator code python

Last synced: 09 Aug 2025

https://github.com/humeai/covcheck

Test coverage validation tool

code codecov coverage pytest test unittest

Last synced: 30 Dec 2025

https://github.com/kalebzaki4/front-end

Este repositรณrio foi criado para publicar todos os meus estudos em front-end, aqui eu coloquei varios projetos feitos que me ajudaram no meu aprendizado

100 code css days html javascript

Last synced: 12 Aug 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/kuduxaaa/python

Python -แƒ˜แƒก แƒกแƒแƒฎแƒ”แƒšแƒ›แƒฆแƒ•แƒแƒœแƒ”แƒšแƒ แƒ“แƒแƒ›แƒฌแƒงแƒ”แƒ‘แƒ—แƒแƒ—แƒ•แƒ˜แƒก แƒฅแƒแƒ แƒ—แƒฃแƒš แƒ”แƒœแƒแƒ–แƒ”

code learn-python learning lesson python tutorial

Last synced: 16 Aug 2025