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/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/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/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: 30 Dec 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/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: 30 Mar 2025

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: 08 May 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/0xsafkat20/hello_compiler

Compiler Design Lab Code

code compiler cpp

Last synced: 28 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/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/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/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/humeai/covcheck

Test coverage validation tool

code codecov coverage pytest test unittest

Last synced: 30 Dec 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/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/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/kalebzaki4/angular-acessivel

Este repositório contém um projeto em Angular que tem como objetivo exemplificar e promover boas práticas de acessibilidade na construção de aplicações web.

angular biblioteca code curso javascript typescript

Last synced: 08 Sep 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/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/miku/runpad

Run code from an etherpad

code collaboration etherpad execution

Last synced: 18 Mar 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/pushkarydv/devlinks

link of all daily dev tools and a little bit data about them

bookmark bookmarks-manager code developer-tools frameworks hosting javascript languages minimal

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

Code to automate local backups of remote code

backup bash code github workflow

Last synced: 21 Feb 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/terminus-plugin-project/terminus-code-plugin

Code - A Terminus plugin to clone the code from any available Pantheon site environment to your local system.

code composer pantheon plugin terminus terminus-plugin

Last synced: 05 Apr 2025

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

C Program For List ADT Array

adt array c-programming-language code list

Last synced: 11 Jun 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/kalebzaki4/animeflix

AnimeFlix é um projeto desenvolvido com o objetivo de proporcionar uma experiência incrível para os fãs de animes. Neste site, você poderá encontrar uma vasta coleção de animes de diferentes gêneros e épocas, para assistir e desfrutar.

anime code css html javascript js

Last synced: 10 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/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/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/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/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/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/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/0xSafkat20/Hello_Compiler

Compiler Design Lab Code

code compiler cpp

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

⚽︎ Second term project with 3 fellow students

code gui java java-8 javafx

Last synced: 03 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

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/vochicong/jp_pref

Japan Prefecture Code

code japan prefecture

Last synced: 26 Jun 2025

https://github.com/panashemuriro/shonascript

Learn how to code in Shona using ShonaScript Programming Language🇿🇼

code coding programming programming-language shona

Last synced: 06 Mar 2025

https://github.com/manuel-di-iorio/parallelcode

Execute code in a Node.js worker threads pool for fast and parallel execution time

code multithreading nodejs parallel pool worker-threads

Last synced: 18 Mar 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/nk-o/gist-simple

JS for Gist code blocks loading

block code gist

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

Replace Function In Python Program

code find programming-language python3 replace word

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

用于对拍程序

code cpp debug oi

Last synced: 26 Mar 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/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: 04 Apr 2025

https://github.com/upple/boj

백준 온라인 저지 C++

algorithm boj code cpp

Last synced: 25 Mar 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/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/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/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/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/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/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/techn0man1ac/powerbankonstm32

Powerbank on STM32 microcontroller

code cube cubemx microcontroller powerbank schematic stm32

Last synced: 17 Jan 2026

https://github.com/laisfrigerio/code4noobs

Vem aí - From Zero to Hero! Dê os primeiros passos na programação 💛

4noobs code code4noobs open-source opensource

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