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/brandonhimpfen/is-hex-color-code

A simple npm package to validate hexadecimal color codes.

code color colour hex hex-code hex-codes hex-color hex-colors hexidecimal

Last synced: 01 May 2026

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/image-to-cartoon

This project converts an image file into its grayscale and it cartoonish figure.

code mediapipe opencv opencv-python python

Last synced: 13 Apr 2026

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/sap-samples/security-research-graph-learning

Sample code to reproduce the research on "Deep Learning-Based Code Vulnerability Detection: A New Perspective" at SAP Security Research. The repository implements an GNN evaluation pipeline as well as pretraining schedules.

analysis code detection graph intelligent networks neural vulnerability

Last synced: 20 Apr 2026

https://github.com/kud/referrals

All my referrals codes. Powered by next.js on @vercel and @makenotion as API. 🙌🏻

code discount notion-api sponsorship

Last synced: 11 Feb 2026

https://github.com/teddy95/vscode-customization

Visual Studio Code Packages and Configurations Installscript for Mac OS X and Windows 💻

code customization ide vscode

Last synced: 10 Feb 2026

https://github.com/imrandil/code_assistant_01_codwa

Codwa is a powerful AI-based code assistant designed to help developers with coding, debugging, and understanding programming concepts. It leverages the capabilities of the Codellama model to provide intelligent responses to your coding queries.

assistant chatbot code langchain ollama python3

Last synced: 13 Apr 2026

https://github.com/coconutgoodie/sales-dashboard-demo

🎃 React + Vite Implementation of Seda's Sales Dashboard Design

code demo design figma proof-of-concept react vite

Last synced: 09 Apr 2026

https://github.com/crazymryan/easy-verify

一个 Nodejs + Redis 的邮箱验证码+验证服务,易移植,易使用。

code email email-sender mail mail-code nodejs redis verify-email verifycode

Last synced: 09 Feb 2026

https://github.com/mestackcodes/cleancodedelphi

A short guide will review some key concepts for clean code with Delphi.

clean-code code delphi object-pascal

Last synced: 09 Feb 2026

https://github.com/vardot/ace_editor

Provides integration with Ace code editor https://ace.c9.io.

ace ace-editor c9 code drupal-module ide web-ide

Last synced: 14 May 2026

https://github.com/hemrajmalhi/asp.netcorecode-first-crud-operations

This repository demonstrates how to implement CRUD (Create, Read, Update, Delete) operations

code code-first-approach configuration crud-operation datavalidation entityframework http-requests migration netcore sql-server

Last synced: 02 Mar 2026

https://github.com/n-pcs/cplusplus

C++ Codes

code cpp

Last synced: 22 Mar 2025

https://github.com/avivbens/alfred-advance-fs-search

Better File System search, with advanced options ✨

alfred code file-system macos search

Last synced: 22 Feb 2026

https://github.com/cryptovictor/inteli-activity-4

Activity of Inteli made for learn physics, collision and movements

code css game html javascript phaser

Last synced: 17 Apr 2026

https://github.com/sad0xer/easy-to-c0de

This is the repository of my all learnings from different platforms. In this repository you'll found all the source codes which I have practiced. I don't think this repository is useful for someone.

code dcoder github practice practice-programming sololearn source-code

Last synced: 26 Mar 2025

https://github.com/airbr/legalcode

Code For Atlanta project

atlanta civic-apps code copyright fair-use georgia law

Last synced: 27 Jul 2025

https://github.com/thomasbrueggemann/kody

🔗 Code sharing

code collaboration sharing

Last synced: 18 Jun 2025

https://github.com/pawansingh3889/sql-guard

Fast rule-based SQL linter on PyPI (sql-sop). 38 rules, 149 tests, libCST injection scanner, SARIF output, browser playground. Pre-commit hook + GitHub Action. 500+ monthly downloads.

cli code code-q developer-tools github-actions linter pre-c python sql sql-lint

Last synced: 26 Apr 2026

https://github.com/andyld97/xamarin.android.layoutconverter

A little tool that converts XML or AXML-Layout-Files to C# Code!

android axml code code-gen code-generation layout xamarin xamarin-android xml

Last synced: 06 May 2026

https://github.com/mateuschaves/lp-i

Códigos da disciplina de Linguagem de programação I do curso de sistemas de informação na Universidade de Pernambuco, Caruaru.

c code programming-language university university-course

Last synced: 11 Mar 2025

https://github.com/franklinkemta/codeindexer

A lightweight CLI tool for indexing codebases to provide context for LLMs.

chatgpt claude code codebase copilot copy-paste cursor deepseek gemini groq indexing llama llm llms open-source productivity prompt prompt-engineering

Last synced: 08 Mar 2025

https://github.com/ernestng1/pythonchallenge_day4

Day 4 of Python Challenge: Rock, Paper and Scissors Game

code education learning python

Last synced: 18 Mar 2025

https://github.com/asifvora/cake-php

Cake php

cakephp code demo php

Last synced: 07 Jun 2026

https://github.com/demkeys/pythonhexdump

Simple script to create a hexdump of a file in a specific format

code hexdump infosec linux programming python python3 script windows

Last synced: 09 Apr 2026

https://github.com/radeelahmad/assembly-code

various assembly language codes

asm assembly assembly-language code

Last synced: 06 Feb 2026

https://github.com/turkishrational/mp3play

(AC'97 & SB16) MP3 DECODER/PLAYER source code (written entirely in x86 Assembly language). Examples/Versions for Windows (console) and TRDOS 386 operating systems. In FASM & NASM syntax.

ac97 assembler assembly audio code console decode decoder fasm mp3 mp3decoder mp3player nasm nocash play player source trdos386 wav windows

Last synced: 28 Apr 2026

https://github.com/mhatxotic/lua

The Lua interpreter from the official source code tarballs at https://lua.org/download.html which are contained in the master branch and modifications for Mhatxotic/Engine are in a separate branch with a suffix of -MXE. This layout is more manageable than using a fork of the official Lua repository. Lua has a MIT license and is © Lua.Org, PUC-Rio.

api code coding interpreter lua mirror programming puc-rio syntax

Last synced: 29 Apr 2026

https://github.com/cuongndc9/numcode

6️⃣7️⃣ Generating codes is easy and simple.

103cuong code number-code numcode otp-code

Last synced: 15 Mar 2025

https://github.com/xunnamius/commit-spell

📚 Unites Atom's spellchecker, VSCode's Code Spell Checker dictionaries, custom local and user dictionaries, and words from your repository's commit history to spellcheck your commit messages as you craft them

check checker code commit commit-lint cspell hunspell lint message spell spellcheck spellchecker spelling vscode

Last synced: 07 Feb 2026

https://github.com/elazzouzihassan/javatime

Welcome to my Learning Java repository! This repository is dedicated to sharing the code and projects I've worked on as I learn and explore the Java programming language.

code coding java learning tutorial

Last synced: 29 Jun 2025

https://github.com/duriantaco/lykos

End to end secrets guardian

code codequality

Last synced: 28 Jun 2025

https://github.com/bocaletto-luca/code-snippet-organizzer

Code Snippet Organizer is a powerful web app that helps developers store, categorize, and manage source code snippets efficiently. It allows users to save snippets in a database, organize them by category, and export them in various formats for easy integration into projects. By Bocaletto Luca

bocaletto-luca code code-organizer code-snippets css3 html5 javascript open-source responsive source-code

Last synced: 19 Apr 2026

https://github.com/sepy-dev/langswitcher

Language Switcher is a lightweight and efficient tool for managing and switching system input languages. With a single click, you can instantly toggle between English and Persian, without relying on complex shortcuts or digging through system settings.

application-code code language persian rust windows windows-11

Last synced: 08 Jun 2026

https://github.com/RoGamer97/My-Cheat-Code-Collection_ASM-Hacks

A collection of my cheat codes (ASM hacks) for various games across multiple platforms.

3ds arm32 armv7 asm assembly code coding gamecube gcn gecko nintendo powerpc switch wii

Last synced: 29 Aug 2025

https://github.com/zsdfbb/mailcode

Use email to connect your coding agnets! I use mailcode to develop mailcode.

agent ai claude code email llm mail opencode

Last synced: 27 Jun 2026

https://github.com/pvamshi/jsrun

Playground for javascript code execution

code ide javascript playground

Last synced: 06 Feb 2026

https://github.com/Sim3-14159/simplicode

An online HTML editor and website designer, with a live preview and a built-in AI assistant.

ai assistant best built-in code console design edit editor highlight html javascript js live online preview program syntax syntax-highlighted website

Last synced: 18 Jan 2026

https://github.com/sorgazb/powershell_practice

Repository with PoweShell Scripts

code powershell

Last synced: 07 Oct 2025

https://github.com/danstarns/graphql-code-directive

Use a GraphQL Schema Directive to define Javascript logic, have that logic executed as a resolver.

code directive graphql graphql-directive nodejs schema-directive

Last synced: 07 May 2026

https://github.com/piotrpdev/showdown-copy-code

Showdown extension that adds a button above code blocks to quickly and easily copy code to the clipboard.

blocks button clipboard code copy extension highlight showdown

Last synced: 09 Jun 2026

https://github.com/selcia25/programming-in-data-structures

Welcome to the "Programming in Data Structures" repository! This repository contains Python code examples and implementations of various data structures and algorithms to help you learn and practice programming concepts related to data structures.

algorithms code data-structures

Last synced: 22 Jun 2026

https://github.com/jeteve/app-cse

Command line code search engine.

code command-line-tool search-engine

Last synced: 22 Oct 2025

https://github.com/roneetkumar/code

Code is a beautifully designed Progressive Web Application to generate QR Codes form Text.

app code flat generator minimal offline progressive pwa qr web

Last synced: 26 Feb 2025

https://github.com/ferhatgec/typecoders

TypeCodeRs, Rust implementation of TypeCode

code crate introduce rust typecode yourself

Last synced: 09 Oct 2025

https://github.com/kud/sponsorships

All my sponsorship codes. Powered by next.js on @vercel and @makenotion as API. 🙌🏻

code discount notion-api sponsorship

Last synced: 07 Apr 2025

https://github.com/ignackocom/cmacroextensions

C Macro Extensions, a collection of commonly used c macros

c code extension extensions macro macros mit-license source

Last synced: 01 Apr 2025

https://github.com/diegoperea20/robotics_final_project

umbrella smart , ubuntu, umbrella robotic, rviz, ROS, ros python , trayectory etc.

code document gazebo pdf python robot ros ros2 rviz trayectory uao umbrella

Last synced: 31 Dec 2025

https://github.com/halilozel1903/swingexamples

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC), an API for providing a graphical user interface for Java programs. Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit (AWT).

code examples java swing-gui

Last synced: 17 Jun 2026

https://github.com/alejomalia/ouijaecho

A computational architecture to quantify Ouija board interactions and transform them into analyzable data.

analysis board cartesian code coordinate-systems javascript mapping ouija python system tracker

Last synced: 11 Aug 2025

https://github.com/squareslab/valgrind-tools

Customized Valgrind with additional "debgrind" tools for collecting execution summaries

code debykatz

Last synced: 09 Jun 2026

https://github.com/tether/response-error

Catch errors and send appropriate status code through HTTP response

code error http response status

Last synced: 17 Aug 2025

https://github.com/akashrchandran/rayso

This is unofficial NodeJs (JavaScript) API for ray.so that turns your code into beautiful images. Choose from a range of syntax colors, hide or show the background, and toggle between a dark and light window.

code codescreenshot prettier rayso screenshot

Last synced: 08 Aug 2025

https://github.com/starg3n/sapph1r3

A BITBURNER SCRIPT PACK WITH A HEAVY LEAN ON THE ALIAS COMMAND, AS TO INTEGRATE THE SCRIPTS INTO ANYONE'S WORKFLOW

bitburner bitburner-scripts code game js

Last synced: 09 Nov 2025

https://github.com/iagolirapasssos/blocklytocode

This project extends the Blockly library with custom blocks for working with dictionaries (or "maps"). It includes blocks for creating, manipulating, and querying dictionary structures in JavaScript.

blockly code dart education javascript lua php python school

Last synced: 03 Jul 2025

https://github.com/devsujay19/js-password-generator

This is Password Generator using JavaScript that generates most hardest Pass codes that are actually safe but hard to remember.

code css css3 generating-algorithm hard html html5 jaavscript javscript-programming js pass pass-code pass-word passcode password programming projects word

Last synced: 25 Mar 2025

https://github.com/adisol07/ohmyos

Library for interacting with operating system without platform specific code

code csharp library nuget nuget-package operating-system os

Last synced: 19 Jan 2026

https://github.com/cnahmetcn/react_tutorial

React Öğreniyorum (Kodlar - Notlar)

code notes react reactjs tutorial

Last synced: 17 Apr 2026

https://github.com/fasih-nasir/qr

Qr Code Generator ⛓

code generator qrcode-generator

Last synced: 26 Jan 2026

https://github.com/solidnetwork-xyz/ascii-symbol-and-java-statements

Some ASCII symbol names, math expressions and statements used in Java programming.

ascii code english expression java math programming statement symbol

Last synced: 29 May 2026

https://github.com/thiagowaib/code-compendium

A Compendium of small projects and ideas exploring fun and exciting new subjects

archive code compendium library webdevelopment

Last synced: 01 Sep 2025

https://github.com/svendolin/all-about-jquery

This "All about JQuery"-repository catches up its focus on all the Javascript I've learned, commented and written through the years as a SAE-Web Development student with exercise lessons every week as well as tutorial videos on Youtube.

ajax api code javascript javascript-applications javascript-plugin javascript-tools javascript-vanilla jquery js json typescript

Last synced: 04 Apr 2026

https://github.com/steveseguin/code_cleaner

removes comments and blank lines from javascript/python code

beautifier blank clean code comments lines remove

Last synced: 19 Mar 2026

https://github.com/jarrodnorwell/githubtrendingapi

GitHubTrendingAPI is the middleman of GitHubTrending, built using Vapor and written entirely in Swift, GitHubTrendingAPI handles all communication between frontends, whether they be an application, script or website and the backend.

api code git github spm swift trending vapor

Last synced: 08 May 2026

https://github.com/shaunie2fly/ndlovu-code-reviewer

Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a purpose-built reviewer. It's also cheaper than using coderabbit ;)

code coderabbit mcp review typescript

Last synced: 14 May 2026

https://github.com/yashab-cyber/sentiair

Sentinair is an advanced offline AI-based Intrusion Detection System tailored for isolated environments such as air-gapped military, industrial, or banking systems. It monitors system behavior patterns and flags anomalies using machine learning - all without needing internet connectivity.

code cybersecurity ethicalhacking intrusion-detection-system python

Last synced: 04 Apr 2026

https://github.com/unlbslk/base64-to-wav

A simple Python script that converts a base64 encoded string into a WAV audio file.

base64 code file output python script voice wav

Last synced: 16 Aug 2025

https://github.com/kauffinger/value

The most valuable resources I could find on the internet.

business code knowledgebase machine-learning philosophy

Last synced: 26 May 2026

https://github.com/kyleconrad/portfolio-2024

Astro build of Kyle Conrad's 2024 portfolio redesign/rebuild using Contentful as the content management system.

astro astrojs code contentful contentful-cms design development ui ui-design ux ux-design ux-ui

Last synced: 20 Apr 2026

https://github.com/ahmadjamil888/react-saas-dashboard-magic

CRUD based , Auth full stack e-commerce application

app code dashboard ecommerce products react saas source vite

Last synced: 11 May 2026

https://github.com/fitri-hy/live-share-code-nodejs

Node.js Live Share Code is a feature that enables direct collaboration in Node.js application development by sharing coding sessions in real-time.

code code-editor editor live-coding pairing-code-editor realtime-code-editor

Last synced: 06 Jul 2025

https://github.com/thayllachristine/reprograma-bkp

Conteúdo e exercícios realizados na Reprograma.

bootcamp code contributions front-end-development reprograma

Last synced: 20 Mar 2025

https://github.com/hfmrow/search-and-replace

This program is designed to find and replace a text pattern in one or more files stored in one or more dir, subdir. Search and replace in the clipboard is allowed. Drag and drop can be used. You can use it to search multiple files to find definitions of specific functions in a development environment for example.

batch-processing clipboard code golang gotk3 gtksourceview preview replace search search-and-replace source

Last synced: 16 Dec 2025

https://github.com/guerillastudio/code-showcase

Web Component to embed HTML/CSS/JS demos

code demo showcase snippet vanilla-javascript vanilla-js webcomponent

Last synced: 17 Feb 2026

https://github.com/albertlnz/fixitnow

Learning platform to improve coding fundamentals through short coding problems

code learning nextjs

Last synced: 03 May 2026

https://github.com/devvyyxyz/open-c-sharp-templates

Simple open source C sharp scripts for beginners

c-sharp code examples simple template

Last synced: 04 Apr 2025

https://github.com/katya-incorporated/acode

Acode is an extensible and powerful code editor for Katya ® 👽 OS, designed for developers who need efficiency and flexibility. With support for multiple programming languages, syntax highlighting, and customizable features, Acode offers a seamless coding experience. Optimized for performance and security, it empowers users to write, edit, and deb.

acode acode-editor acode-kotlin acode-kotlin-language-server acode-mod acode-plugin acode-plugin-react acode-plugin-template acodeapp code graphene grapheneos katya katyaos katyasystem

Last synced: 04 Apr 2025