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/chai2010/vscode-extdev-book

:books: 《VS Code 插件开发》

book code extension lsp vscode

Last synced: 14 Apr 2025

https://github.com/blakeembrey/token-hash

Generate base64url encoding from the left-most half of the hash of a token.

code hash oidc openid-connect token

Last synced: 03 Sep 2025

https://github.com/kristijorgji/db-to-php

A library to generate PHP application code based on database definition.

code code-generation database entity factory framework generator library mysql php repository sql testing

Last synced: 14 May 2025

https://github.com/1998code/isitdownorjustme-API

An API for 'is it down or just me' monitor.

api code nextjs status

Last synced: 14 Apr 2025

https://github.com/leostera/asdf

:bug: Random code snippets

code random snippets

Last synced: 04 Apr 2025

https://github.com/ami-iit/paper_tirupachuri-2021-access-estimation_payload_stresses

Improving the quality of work for human beings is receiving a lot of attention from multiple research communities. This paper focuses on the open problem of estimating the interaction wrench experienced at the human extremities (such as hands), where the feasibility of direct sensor measurements is not practical.

code ergonomics human-factors human-robot-interaction ieee robotics

Last synced: 22 Jun 2025

https://github.com/theguideforyou/theguideforyou.github.io

🔥 Site de apresentação e documentação do projeto.

code developing development docs documentation page project site theguideforyou web

Last synced: 27 Apr 2025

https://github.com/asilvajunior/devops-case-studies

A repository to store and share the code and materials from the various case studies that I've done.

ansible case-study cloud code devops docker kubernetes linux terraform training training-materials videos youtube

Last synced: 01 Mar 2026

https://github.com/rahuletto/codeboard

CodeBoard is a community-driven code sharing platform built by developers, for developers.

bin code codeboard share source-code sourcebin

Last synced: 29 Oct 2025

https://github.com/shimohq/mocha2ava-codemod

codemod for mocha tests

ava code jscodeshift migration mocha

Last synced: 05 Apr 2025

https://github.com/1998code/isitdownorjustme-api

An API for 'is it down or just me' monitor.

api code nextjs status

Last synced: 21 Jun 2025

https://github.com/unixzii/vscode-spotlight

A spotlight that help you focus on some lines

code editor focus highlighter vscode-extension vscode-plugin

Last synced: 25 Mar 2025

https://github.com/victorowinoke/cnn-image-classification-using-fashion-mnist-dataset

There's been much speculation in recent years about neural networks technologies and other deep learning algorithms, primarily because of the popularity of several implementations in the sector utilizing these techniques. Consequently, this hype has yielded several innovative ideas to build open-source libraries and methods to enable the average income tech-savvies to achieve their objective. This research paper aims to examine and illustrate how to use deep learning technologies and algorithms to precisely classify a dataset of fashion images into their respective clothing categories. First, the paper shows the general knowledge of convolutional neural networks (CNN) and the techniques of image classification. Later on, it also discusses the methodology of building a neural network and the simulation process. The results of the neural network simulation are compressively evaluated and discussed.

cnn-classification cnn-keras code deep-neural-networks fashion-classifier fashion-mnist-dataset image-classification python3 report tensorflow tensorflow-models

Last synced: 02 Apr 2025

https://github.com/hxndev/implementing-knapsack-algorithm

The knapsack problem is a problem in combinatorial optimization: Given a set of items, each with a weight and a value, determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large as possible

code constraint-satisfaction-problem kanpsack-problem knapsack-problem knapsack-solver knative python

Last synced: 31 Mar 2025

https://github.com/avennn/vsc-commander

对vscode cli命令的封装

code node nodejs nodejs-cli vscode

Last synced: 12 Feb 2026

https://github.com/hamzalodhi2023/amazing-docs-app-vite

Docs App Using React vite. Give it a star 🌟 if you find it useful.

app code coding docs react reactjs reactvite vite webapp website websites

Last synced: 22 Jul 2025

https://github.com/gagniuc/mix-two-signals-by-using-spectral-forecast-in-vb6-app-v2.0

This is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on the value of a parameter called distance d. This distance d can be defined from zero to the maximum value found above the two vectors.

basic code combine equation mix prediction signals spectral-forecast vb6 vb6-application vb6-sample vba

Last synced: 09 Feb 2026

https://github.com/gagniuc/mix-two-signals-by-using-spectral-forecast-in-vb6-app-v1.0

Spectral Forecast equation (VB6 app 1.0) - is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on the value of a parameter called distance.

basic code combine complex equation interpolation mix prediction signals spectral-forecast vb6 vb6-application vb6-source

Last synced: 27 Feb 2026

https://github.com/murphsicles/zeta

The final systems language

code compiler programming

Last synced: 25 Jan 2026

https://github.com/hdl-util/gray-code

Generate a gray code of arbitrary width in SystemVerilog

code coding fpga gray gray-code graycode systemverilog

Last synced: 01 Feb 2026

https://github.com/howprogrammingworks/codestyle

Code Style Guide / Code Conventions

code conventions eslint prettier programming style

Last synced: 07 May 2025

https://github.com/paralaxus/auratech

A complete repository of both commercial and military applications of LUA in Minecraft using the ComputerCraft Mod.

code computercraft computercraft-scripts defense defensetech icbm minecraft mod radar

Last synced: 06 Mar 2026

https://github.com/hxndev/battery-percentage-notifier

This is a battery percentage notifier using python. It currently supports Windows, linux, android, ios and macos. It generates a message that shows you the percentage of your remaining battery.

android battery battery-information battery-monitor battery-percentage battery-status code ios linux macos notifications python windows

Last synced: 07 May 2025

https://github.com/hxndev/searching-a-number-among-slave-processes-using-openmp-and-mpi

In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "terminating message" to the slave processes who then abort their search.

code cpp distributed-computing master mpi mpi-library mpich openmp openmp-parallelization openmpi parallel parallel-computing parallel-programming search searching slave

Last synced: 31 Mar 2025

https://github.com/hockyy/peertocp

Electron Project for WebRTC Based Code Editor, Compiler, and C++ runner

code editor electron webrtc ycodemirror yjs

Last synced: 12 Apr 2025

https://github.com/hxndev/consensus-problem-using-mpi

In this task, we had to write a multi-threaded MPICH program, that will solve the consensus problem. If all the slave (child) processes agree on a single decision, then the processes will terminate displaying consensus reached.

c code consensus consensus-clustering mpi mpich parallel-programming

Last synced: 31 Mar 2025

https://github.com/estruyf/vscode-squarl

Squarl Bookmarks - Bookmark important files and/or links for your projects.

bookmarks code squarl vscode

Last synced: 26 Oct 2025

https://github.com/akabharat/dart-all-in-one

🔹 this is a dart code file containing the concept and topics for revision purpose

beginner code course dart dart-lang dartlang dartlanguage flutter language learn learn-to-code learning learning-by-doing practice programming

Last synced: 09 Apr 2025

https://github.com/gustavz/robosoccer_championship

Winner Team C++ Code of TUM Robosoccer Championship 2016

code cpp opencv robosoccer tum turtlebot

Last synced: 12 Apr 2025

https://github.com/kleamertiri/100days-of-python

100 Days of Code: The complete Python Pro Bootcamp for 2023

100daysofpython apps automation code data-science game python

Last synced: 23 Apr 2025

https://github.com/SertraFurr/Deltarune-Debug-Script

Here is a script to enable the Debug mode on all Deltarune Chapters ! Feel free to report any error

code csharp deltarune lua script scripts undertale undertalemodtool

Last synced: 01 Jul 2025

https://github.com/senselogic/geany_prettify

Source code prettifier plugin for Geany.

beautifier c code cpp css d formatter geany html js php plugin prettifier source

Last synced: 09 Mar 2025

https://github.com/jill64/exmarkdown-code-utility

❏ Code utility plugin for svelte-exmarkdown

code library markdown plugin svelte

Last synced: 23 Apr 2025

https://github.com/hugomods/code-block-panel

:computer: Hugo Code Block Panel Module

code code-block code-block-panel hugo hugo-mod hugo-module hugopress

Last synced: 13 Apr 2025

https://github.com/cps7/expense-tracker-cli

Expense-Tracker-CLI is a powerful command-line personal finance manager built with Python and SQLite. It allows you to track, analyze, and visualize your expenses with advanced features like budgeting, trend charts, and encrypted notes—all from the terminal.

budgeting cli code encryption expense-tracker finance-management fpdf matplotlib openpyxl personal-finance productivity-tools python rich sqlalchemy sqlite terminal-app

Last synced: 23 Nov 2025

https://github.com/rimurudev/scriptfinder

ScriptFinder - ScriptFinder — это утилита для Unity Editor, разработанная RimuruDev. Она позволяет разработчикам Unity быстро подсчитывать количество скриптов в определенной папке или по всему проекту. Это особенно полезно для крупных проектов, где нужно отследить объем кода или просто организовать ресурсы.

abyssmoth amyss-moth code editor game plugin rimuru-dev rimurudev scripts unity unity-editor unity-utilities unity-utils unity2d unity3d unity3d-plugin utilities utility

Last synced: 25 Feb 2026

https://github.com/dreamingechoes/30-seconds-of-elixir-code

Curated collection of useful Elixir snippets that you can understand in 30 seconds or less.

code elixir-lang learning-resources snippets snippets-collection

Last synced: 04 Sep 2025

https://github.com/avinash6784/ansible-tower-elk

Import Ansible Tower Job, events, inventory...etc all details through its REST API into ELK using python.

ansible ansible-tower code devops elk monitoring python

Last synced: 03 Aug 2025

https://github.com/sertrafurr/deltarune-debug-script

Here is a script to enable the Debug mode on all Deltarune Chapters ! Feel free to report any error

code csharp deltarune lua script scripts undertale undertalemodtool

Last synced: 01 Jul 2025

https://github.com/estruyf/vscode-microsoft-writingstyleguide

Extension that makes your writing better by taking the recommendations from the Microsoft Writing Style Guide into account.

code vscode vscode-extension vscode-plugin writing

Last synced: 11 Aug 2025

https://github.com/mattmezza/italiantaxcode

Everybody loves to pay taxes! [-_-] This library lets you calculate Italian fiscal code with ease. It also reverts it to go back from the code to every (possible) original info. --- Calcola il codice fiscale a partire dai dati personali e viceversa.

code codice codicefiscale fiscal italian tax taxes

Last synced: 02 Apr 2025

https://github.com/ishubham21/voice-enabled-online-code-editor

An online code-editor that enables the user (visually impaired, especially) to type in the commands and texts using their voice.

code editor javascript voice-recognition

Last synced: 01 Aug 2025

https://github.com/javitocor/movies_app

Movie database where users can add, comment, rate movies. Built with Ruby on Rails

bootstrap code css database html project ruby-on-rails

Last synced: 24 Sep 2025

https://github.com/wwnorton/style

Style guides and linting configs for code at Norton

code commitlint config eslint style stylelint

Last synced: 05 Mar 2026

https://github.com/saket-sk/parallax-website

A complete Parallax Website designed with the reference from YouTube Channel = "Online Tutorials"

code html-css-javascript parallax parallax-effect parallax-scrolling parallax-website tutorial

Last synced: 24 Feb 2025

https://github.com/bmalbusca/dworkspace

dWorkspace, the holy script for arranging code directories. The primary concept is to create a simple and quick way to move to other computers without wasting time creating your favorite development folder struture. Often translated as a STANDARD for code organization.

code developer-productivity directory-tree organization subdirectories workspace

Last synced: 04 Apr 2025

https://github.com/gagniuc/programming-languages

A total of 44 poster presentations and 404 source code examples reflected in nine computer languages, namely: C#, C++, Java, JavaScript, PERL, PHP, Python, Ruby and VB.

algorithms code cpp csharp examples introduction-to-programming java javascript perl php programming programming-languages python ruby source vb6 vba visual-basic

Last synced: 23 Sep 2025

https://github.com/cloudbeds/cloudbeds-api-python

Cloudbeds Python API (managed by Terraform)

code managed-by-terraform

Last synced: 24 Feb 2026

https://github.com/itsvinayak/pylint-and-format

Perform Style Checking on your Python 3 using flake8 and formate code using black

code flake8 github githubhackathon pycodestyle pylint

Last synced: 23 Apr 2025

https://github.com/nopour/slidercrank

Flexibility Analysis of a slider crank mechanism with 0,1 and 2 elastic links.

augumented code eom flexible matlab multibody-dynamics multibody-system rigid-body-dynamics slidercrank

Last synced: 02 Sep 2025

https://github.com/tkanngiesser/R-for-Everyone-Code-Samples

Code Examples used in https://www.amazon.com/Everyone-Advanced-Analytics-Graphics-Addison-Wesley/dp/013454692X

code examples r-programming

Last synced: 30 Jul 2025

https://github.com/barghouthi/704examples

Code demonstrations from CS 704 at UW-Madison / MadPL

code

Last synced: 10 Apr 2025

https://github.com/piotr-yuxuan/algo-calisthenics

Practice playground as well as a reminder of some common, simple, yet powerful algorithms

algorithm code kata playground practice

Last synced: 13 Oct 2025

https://github.com/ferhatgec/edifor-gui

Fegeya EdiforGUI, same Edifor with GUI.

c cli code code-editor editor emacs gtk gtk3 gui libvte terminal vim vte

Last synced: 30 Dec 2025

https://github.com/bzppx/bzppx-codepub-doc

bzppx-codepub-doc

bzppx-codepub code codepub git

Last synced: 23 Jul 2025

https://github.com/sodium-labs/playground

Quickly test code snippets in your browser, whenever you need.

code playground programming test

Last synced: 12 Apr 2025

https://github.com/rajjitlai/bca-6th-sem-2025

The official Repository of BCA 6th Semester, 2025 from NIELIT Imphal

6sem arduino code iot programming project

Last synced: 23 Apr 2025

https://github.com/caeassistant-group/abaqus-cae-umat-subroutine-for-3d-composite-fatigue-simulation

In this project, we modeled the fatigue behavior of a composite material in 3D space using the UMAT subroutine in Abaqus. The Abaqus .inp file and part of the UMAT subroutine are provided. To access the video tutorial and all the modeling files for this project, click the link below.

abaqus analysis code composite engineering fatigue fortran numerical-methods simulation subroutine umat

Last synced: 04 Feb 2026

https://github.com/devvali/fiddleit

Develop, run and execute. All in one environment. Free.

code editor php

Last synced: 29 Oct 2025

https://github.com/swichers/code-management-scripts

A set of scripts I use to help managing code

code deployment deployment-tools git jira jira-cli

Last synced: 29 Dec 2025

https://github.com/narudesigns/tic-tac-toe

This is a tic-tac-toe game but differs from most others as it carries the option of playing against an AI (COM) or against a friend.

ai algorithm app code game javascript react tic-tac-toe web

Last synced: 07 May 2025

https://github.com/Paralaxus/AuraTech

A complete repository of both commercial and military applications of LUA in Minecraft using the ComputerCraft Mod.

code computercraft computercraft-scripts defense defensetech icbm minecraft mod radar

Last synced: 21 Feb 2025

https://github.com/justintime50/adventofcode

An advent calendar of coding challenges.

advent advent-of-code calendar challenge challenges code puzzle

Last synced: 19 Feb 2026

https://github.com/whizzes/learn-typescript

TypeScript Fundamentals for Beginner Programmers

code fundamentals junior learning typescript

Last synced: 24 Aug 2025

https://github.com/daniel-zahariev/music-codes

Music Codes PHP library provides handy tools for codes in the music industry

code isrc music

Last synced: 22 Apr 2025

https://github.com/damiancipolat/handle_money_in_js

Differentes ways of how to handle money values using JS, some recommended libraries and a custom implementation

code js money

Last synced: 01 Sep 2025

https://github.com/sunny-117/tiny-webpack

✨ A JavaScript bundler with Webpack-like features, supporting modern frontend workflows.

code codesplitting dynamic-import loader loader-plugin mpa plugins prefetch preload tree-shaking webpack5

Last synced: 07 Oct 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/hxndev/implementing-linear-regression-in-python

Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y)

code implementation jupyter-notebook linear-regression python

Last synced: 04 Nov 2025

https://github.com/okerew/okraleditor

Okral Code Editor, a code editor based on ace library, created by Okerew, to provide a more extensible, lightweight, OpenSource alternative to vscode

ace ace-editor code code-editor editor jetbrains oce okral-code-editor okraleditor open-source opensource vscode webstorm

Last synced: 08 Sep 2025

https://github.com/macmade/xasm65

A MOS 6502 assembler/disassembler written in Swift.

6502 asm assembler code cpu disassembler disassembly mos mos6502 mostech processor

Last synced: 17 Jun 2025

https://github.com/fernandod1/bulk-search-replace-code

Script that will bulk search and replace creating a new file with al pieces of code found between two delimiters in all subfolders files.

al-pieces all-pieces bulk-operation bulk-search code code-generation delimiters python python-script python3 replace-in-files replace-text replaceall snippet snippet-generator snippets snipping-tool

Last synced: 12 Oct 2025

https://github.com/hxndev/apriori-algorithm-frequent-item-in-grocery-store

This assignment will give you basic insight into using Apriori algorithm. Apriori is use for finding the frequent item set in transaction.

apriori apriori-algorithm code cpp data-structures frequency frequency-analysis grocery-list grocery-store oop oop-principles

Last synced: 30 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/jaagrav/fragments

Fragments is a light weight code editor which supports multiple languages, store your code/snippets here for future use.

code editor javascript snippets

Last synced: 15 Apr 2025

https://github.com/shukur-alom/qr-code-generator

This code is able to convert your data as QR code

code python python3 pythonqrcode qr qrcode qrcode-generator

Last synced: 29 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/arshdeepsahni/cpp

CPP

code cpp

Last synced: 01 Apr 2025

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/juanbindez/uvb-76-decoder

The UVB-76 Decoder is a software tool designed to decode the mysterious UVB-76 radio transmissions. This radio, also known as "Buzzer", is famous for transmitting sequences of numbers and intriguing sounds, generating speculations and theories all over the world.

code decoder mistery uvb-76

Last synced: 29 Apr 2025

https://github.com/000daniel/how-to-install-visual-studio-code-on-arch-linux

A simple guide on how to install Visual Studio Code on Arch-Linux or Arch-based systems, and set it up to work with C# and Code-Runner

arch-linux archlinux code code-runner csharp easy guide linux simple studio tutorial visual visual-studio visual-studio-code

Last synced: 26 Feb 2025

https://github.com/not-coded/namefabric

Shows you public player data like past usernames, current skin, and more using the Mojang's API and LabyNet's API.

code fabric fabric-server fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-mod minecraft-server misc miscellaneous mod mojang mojang-api namefabric namemc not-coded notcoded stonecutter stonecutter-mod

Last synced: 06 Jul 2025

https://github.com/jeanextreme002/morse-code-translator

Translate texts into morse code or read secret messages that are in morse code using this program. You can also play the sound of morse code if you are using the Windows operating system.

code converter morse morse-code morse-code-translator morse-conversion morse-translator morse-transmitter python3 sound translate-texts translator

Last synced: 10 Sep 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