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/k-means-on-iris-dataset

k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

code iris iris-dataset jupyter-notebook kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm python

Last synced: 31 Mar 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/hxndev/parallel-15-puzzle-solver-using-multi-threading

The 15 Puzzle is a sliding puzzle that consists of a 4 by 4 frame of numbered square tiles in an arbitrary ordering with one space. The objective of the puzzle is to place the tiles in ascending order, by making sliding moves that use the empty space.

15-puzzle 15-puzzle-solver code cpp documentation multithreading parallel parallel-15-puzzle-solver project report testing threading

Last synced: 31 Mar 2025

https://github.com/gjbex/best-practices-for-scientific-computing

Material for a training on best practices for scientific computing.

c code coverage cpp documentation fortran functionaltests python training unittesting version-control

Last synced: 13 Jul 2025

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: 31 Mar 2025

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/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/hxndev/analog-clock

In this project, i designed an analog clock using python. The clock is synchronized with the computer time and will keep incrementing accordingly.

analog analog-clock clock code executeable gui python

Last synced: 26 Jun 2025

https://github.com/cryptovictor/testochain-website

The Testo Cryptocurrency Central Website

blockchain code cryptocurrency css frontend html javascript website

Last synced: 02 Sep 2025

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: 31 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/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/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/lmlk-seal/llmodel

Private LLModel GUI Chat allows users to interact with a local large language model (LLM) using the Llama library and GGUF models.

ai assistant chatbot code cpu gguf gpu-computing gui llama llamacpp llm model models offline privacy private prompt python simple virtual-assistant-ai

Last synced: 26 Jan 2026

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/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/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/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/humeai/covcheck

Test coverage validation tool

code codecov coverage pytest test unittest

Last synced: 30 Dec 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/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/miku/runpad

Run code from an etherpad

code collaboration etherpad execution

Last synced: 18 Mar 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/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/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/judy2k/moncode

Format code for MongoDB slides

code developer-tools formatter mongodb slides

Last synced: 12 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/limichange/fuck-your-code

Because I Don't Like it 👯‍♀️

code fuck your

Last synced: 29 Jul 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/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/TexasBullet26/trey-learns

This is a repository to keep track of anything I'm learning. Notes on tutorials, books, docs, anything.

bootstrap code education ember go golang javascript learning notes php progress python react rust self-education tutorial tutorials

Last synced: 23 Aug 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/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/simple_interest

Python Program To Find Simple Interest

code interest programming-language python3 simple

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/hybrid_inheritance

Java Program For Hybrid Inheritance

code hybrid illustration inheritance java programming

Last synced: 05 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/currency_time-converter

Java Program For Currency Time Converter

code converter currency-converter java programming time

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

JS for Gist code blocks loading

block code gist

Last synced: 28 Oct 2025

https://github.com/kalebzaki4/alura-books

O Alura-Books é um projeto desenvolvido para aprimorar as habilidades de manipulação de arrays utilizando JavaScript. O repositório contém uma série de exercícios e desafios que abordam diferentes métodos de array, como map, filter, reduce, entre outros.

alura code css curso html javascript

Last synced: 01 Aug 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/praabindhp/abstract_class-creation

Java Program For Abstract Class Creation

abstract class code creation java programming

Last synced: 05 Mar 2025

https://github.com/rafi021/pycom-module-example

Pycom Micropython Example

code rgbled

Last synced: 23 Aug 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/ullaskunder3/mastering-html-css

Lets learn the concepts of HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets), They are the two core technologies for building Awesome design & Web pages

code css3 design fundamental html5 learning-by-doing resonpsive webapp website

Last synced: 03 Oct 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/zjx-kimi/test-data-generator

用于生成测试数据

code cpp oi oj online-judge

Last synced: 01 Aug 2025

https://github.com/tunnckocore/eslint-config-charlike

Code style: Charlike. Self preferences on top of the Standard Style. They may or may not be included in next releases.

code codestyle config eslint javascript lint preference shareable-configs standard standardjs style

Last synced: 11 Sep 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/heap-priority_queue

C Program For Heap Priority Queue

c-programming-language code heap priority-queue

Last synced: 16 Feb 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/walderlansena/studyingassembly

:mortar_board: :computer: Repositório com código de estudo da linguagem de programação Assembly

0x86 32bits asm assembly baixo-nivel code estudo linguagem-assembly linux nasm nasm-assembly programacao programacion sistema syscalls

Last synced: 09 Jul 2025

https://github.com/najmiter/asm-chitter

assembly code syntax highlighter written in rust (compiled into wasm for browser usage)

assembly code highlighter js rust wasm

Last synced: 15 Apr 2025

https://github.com/0xSafkat20/Hello_Compiler

Compiler Design Lab Code

code compiler cpp

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

workflow-stackspot-actions-runtime-selfhosted

code maintain workflow

Last synced: 12 Feb 2026

https://github.com/arshdeepsahni/crux-coderror

this repo consists java files of android app which helps to ease the effort checking syntax of handwritten program by clicking picture of it and recognising all letters and words.

android android-application android-studio code coderror compiler error-finding ocr photo-to-text text-recoginizer website

Last synced: 08 Jul 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/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/google-marketing-solutions/google_ads_mcp_server

This is the Google Ads Model Context Protocol (MCP) server designed to provide a standardized way to integrate an LLM with Google Ads.

ads claude code context fastmcp gemini google googleads llm mcp

Last synced: 10 Sep 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/Mr-Monster-0248/Algorithm-interpretor

An algorithm interpretor in C language for the 3rd project in first year at EFREI

algorithm c code interpreter

Last synced: 11 May 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/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/karlinarayberinger/karlina_object_extension_pack_20

This repository contains web page source code and media files which supplement the websites named Karlina Object dot WordPress dot Com and Karbytes For Life Blog dot WordPress dot Com.

2024 blog code cplusplus css html javascript karbytes media mp4 python wordpress

Last synced: 05 Oct 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: 05 Mar 2025

https://github.com/upple/boj

백준 온라인 저지 C++

algorithm boj code cpp

Last synced: 25 Mar 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/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/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/surajkareppagol/crepl

🔄 CREPL - C Read Eval Print Loop

code repl

Last synced: 23 Nov 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/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/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/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/aminya/matlab-snippets

Generate Matlab snippets for Atom and VSCode

atom autocomplete code cson json matlab snippet snippets vscode

Last synced: 04 Apr 2025