An open API service indexing awesome lists of open source software.

Programming

Programming is the process of designing and building an executable computer program to accomplish a specific computing result. It involves tasks such as analysis, generating algorithms, profiling algorithms’ accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (coding). The field of programming spans many languages and technologies, forming the backbone of software development and information technology.

https://github.com/bloggrammer/devblog

👨‍💻 A personal programming blog.

blogging coding devblog programming software-engineering tutorials

Last synced: 26 Dec 2025

https://github.com/lemniscate-world/metatron

Metatron is an advanced, AI-powered debugging tool designed to analyze and debug code across various programming languages, including Python, JavaScript, Java, C++, AI frameworks (TensorFlow, PyTorch), and blockchain (Solidity).

ai cirq debugging machine-learning multithreading programming programming-language quantum-computing web

Last synced: 03 Apr 2025

https://github.com/danvitoriano/devs40mais

Repositório da comunidade Dev 40+

dev programacao programming

Last synced: 13 Apr 2025

https://github.com/nofelmahmood/artificiallife

Programming assignments done in Masters In Computer Science course "Artificial Life", using Python and Java.

artificial-life assignments c-plus-plus java programming

Last synced: 11 Apr 2025

https://github.com/halimocakli/python-programming-examples

Some Python programming examples that I developed as classworks and also for enhance my coding and algorithm skills

exercises programming python

Last synced: 18 Feb 2026

https://github.com/choaib-elmadi/risc-v-on-de1-soc-fpga

A simplified RISC-V processor implemented in Verilog and deployed on the DE-1 SoC FPGA board.

de1-soc fpga fpga-board fpga-programming fpga-soc hdl implementation processor programming risc risc-v riscv verilog

Last synced: 14 Apr 2025

https://github.com/jaalto/project--shell-script-performance-and-portability

Shell programing, shell script performance tests. How can you make faster and more portable shell scripts? Keywords: shell, sh, POSIX, bash, ksh93, programming, optimization, performance, profiling, portability.

ksh ksh93 optimization performance portability posix posix-sh posix-shell profiling programming sh shell

Last synced: 30 Jul 2025

https://github.com/deryaxacar/javascript-exercises

This project offers 70 JavaScript exercises covering basics like variables, arithmetic, strings, and DOM manipulation for hands-on practice.

css html javascrip-exercises javascript javascript-learn javascript-learning javascript-library javascript-programming javascript-project javascritp-practices learning programming programming-language project

Last synced: 11 Apr 2026

https://github.com/jepemo/learning

My MOOC (Massive Online Open Courses) Solutions

computer-science distributed-systems machine-learning mooc programming quiz solutions

Last synced: 17 Aug 2025

https://github.com/filiprokita/cracksha256

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

bruteforce cracking hack hacking hacking-tool password-crack password-cracker password-cracking-and-hash-cracking password-decryption password-decryptor password-hash programming python security sha256

Last synced: 29 Aug 2025

https://github.com/anishlearnstocode/python-workshop-6

Python 🐍 Workshop on Language Basics, Constructs and introduction in Data Structures & Algorithms 👨‍💻 @WhatAfterCollege 🎓.

course dictionary intro-to-programming list programming python python3 tuple

Last synced: 09 Sep 2025

https://github.com/howprogrammingworks/codestyle

Code Style Guide / Code Conventions

code conventions eslint prettier programming style

Last synced: 07 May 2025

https://github.com/lakshay1341/password-manager

Password Manager is a simple and secure application designed to store and manage your passwords. Developed using Java, it employs AES encryption to ensure that your passwords are stored securely. The application features a console-based interface for adding and retrieving passwords.

cybersecurity-projects encryption-tool java passwordmanager programming

Last synced: 14 Apr 2025

https://github.com/zicklag/blog

@Zicklag's Blog

programming rust

Last synced: 17 Mar 2025

https://github.com/tijme/blog-v2

My blog about cyber security, hacking, software engineering and much more.

blog cyber hacking jekyll programming redteam security tiber

Last synced: 12 Aug 2025

https://github.com/ferhatgec/flacat

Fegeya Flacat, Colocat implementation. Written in FlaScript.

cat cli colocat cpp cpp17 fegeya flascript implementation programming shell

Last synced: 14 Apr 2025

https://github.com/choaib-elmadi/arduino-maze-robot-with-ai

Arduino based maze solving robot with artificial intelligence. The model still not perfect and need more training.

ai arduino maze-solver programming python robotics

Last synced: 15 Apr 2025

https://github.com/gbennnn/web-portfolio

Take Home Task - Web Programming All Versions

portfolio-website programming web

Last synced: 23 Feb 2025

https://github.com/alpha74/icc

My CodeChef submissions. Maintained from 2020 onwards.

algorithms codechef codechef-problems codechef-solutions coding cpp data-structures programming

Last synced: 13 Apr 2025

https://github.com/wendynorris/dhcode

Learn research-worthy computational text analysis in an afternoon

digital-humanities pandas programming python3 social-sciences text-analysis

Last synced: 03 Apr 2025

https://github.com/gabriel-logan/auto

Repository with several codes that automate tasks in a practical way.

automation c c-plus-plus collaborate communityexchange csharp java javascript linux programming python typescript windows

Last synced: 24 Aug 2025

https://github.com/teivah/thecodercafe

Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve essential concepts for coders.

newsletter programming

Last synced: 17 Jul 2025

https://github.com/anishlearnstocode/leetcode-arrays-101

Solved Questions from LeetCode Learn Section Arrays 101.

array arrays intro-to-programming leetcode leetcode-solutions programming solutions

Last synced: 13 Jul 2025

https://github.com/dakedroid/code-examples-java

In this Repository you can find all kind of Examples in Java SE. Using Netbeans IDE.

algorithm algorithms develoment java javase oop programming

Last synced: 13 Jul 2025

https://github.com/dibyadyutidas/c

c programs

c programming

Last synced: 09 Sep 2025

https://github.com/tsnsoft/presentation-programming-java

Презентация - Программирование на Java

java presentation programming

Last synced: 17 Aug 2025

https://github.com/xia-mc/clang-mc

A Development Toolchain for Minecraft Datapacks.

compiler llvm minecraft minecraft-datapack programming stdlib toolchain

Last synced: 07 Apr 2025

https://github.com/sksumit/codestation

A minimalistic tracker for competitive programming with your friends.

codechef competitive-programming competitive-programming-contests dashboard geeksforgeeks leetcode programming spoj tracker

Last synced: 05 Apr 2025

https://github.com/iamsubhranil/Alang

An algorithmic language with recursive descent parser and tree-walk interpreter/bytecode stack virtual machine(in separate branches)

alang algorithms bytecode-interpreter interpreter interpreters programming programming-language recursive-descent-parser scripting-language stack-machine tree-walker

Last synced: 11 May 2025

https://github.com/swiftdo/books

免费获取编程书籍的途径,持续更新中...

books free programming

Last synced: 07 Mar 2026

https://github.com/tsg405/sms-sender--bot

This bot can help you to send SMS, via queries

automation bot programming python3 sms-api

Last synced: 21 Mar 2025

https://github.com/jus7vb76w/trigon-evo

Trigon Evo is a powerful Roblox Lua IDE and script executor that allows you to run and test Lua scripts with ease. Capable of executing 99% of scripts, Trigon Evo ensures seamless performance across Windows 8-11, with quick updates released within 1-24 hours after each Roblox update, which typically occurs every Wednesday.

algorithm-implementation coding-example computational-intelligence evolutionary-algorithm genetic-algorithm github-repository machine-learning math-algorithms math-library mathematical-modeling numerical-computation open-source optimization programming python-library software-development trigon-evo trigon-framework trigonometric-calculations trigonometric-functions

Last synced: 07 May 2025

https://github.com/kardelruveyda/advanced-programming-csharp

Explore advanced C# programming techniques with in-depth explanations and examples covering arrays, operators, exception handling, and more.

advancedprogramming csharp programming programmngnotes

Last synced: 05 Mar 2025

https://github.com/syedfahadali399/hotel-project

Welcome to our Hotel Website, a beautifully crafted platform designed to enhance your booking experience. Built with HTML and CSS, our website offers a clean and elegant interface where you can effortlessly explore our luxurious rooms, top-notch amenities, and exclusive offers.

bootstrap coding css3 html5 programming tailwindcss vscode

Last synced: 02 Sep 2025

https://github.com/ShanSuharban/termux4all

termux4all is not a project or something. This is some packages that can be used for the development and security purposes on android phone using the termux app itself. The main purpose of this project is to install & setup all the important tools or packages in termux without researching a lot.

android cybersecurity development ethical-hacking programming proot-distro-termux termux termux-tools

Last synced: 05 Apr 2025

https://github.com/abstractalgo/rosetta

A Rosetta stone for software development - learn by comparing different technologies

documentation learning programming rosetta

Last synced: 12 May 2025

https://github.com/dibyadyutidas/java

java programs

java opp programming

Last synced: 09 Jul 2025

https://github.com/shashank-sharma/mp-transportation-analysis

Program to analyze MP Transportation data and comparing

programming python scraping scrapinghub scrapy

Last synced: 17 Mar 2025

https://github.com/hegdepavankumar/websites-a-programmer-should-visit

The objective of this blog is to reveal the features offered by each of the free code learning resources to encourage you to start coding on your own.

coding codingplatform computer-science curriculum javascript learn-to-code programming python university websites websites-programming

Last synced: 15 Jul 2025

https://github.com/sobhan-srza/machine-learning-color-contrast-picker

An AI learning machine with choosing best color text for random background colors.

ai diagram javascript js neural-network programming web website website-design

Last synced: 29 Oct 2025

https://github.com/abrarulhassan-hub/ven_diagram_project_dm

Project of veen diagram using python langauge it can solve union intersection

diagram discreatemathamatic dm programming project projects python veen

Last synced: 25 Sep 2025

https://github.com/yaser-123/cpp-fundamentals

Master the basics of C++ programming in a fun and engaging way. Whether you're a complete beginner or have some programming experience, this course will help you develop the skills you need.

cpp dsa-algorithm programming

Last synced: 21 Aug 2025

https://github.com/madhur-taneja/c

This repository contains C Language codes

c problem-solving programming

Last synced: 23 Aug 2025

https://github.com/nihilantropy/minishell

Minishell: aka Minihell :fire:

42 42rome c minihell minishell programming shell

Last synced: 03 Feb 2026

https://github.com/joaoalisonti/proogramming-activities-in-c

Resolutions of Programming Logic activities in C of the Computer Science Course - bachelor's degree

algorithm-challenges algorithms c c-language computer-science logic-programming programming

Last synced: 23 Mar 2025

https://github.com/sandarutharuneth/cpps

Collection of basic C++ programs. All C++ beginner collaborators are welcome to add there simple tools here.

beginner-project coding collaboration cpp programming programming-language

Last synced: 28 Oct 2025

https://github.com/monhi/blockchain_tutorial

A document to share the link of essays and tutorials about blockchain programming.

blockchain essays ganache programming solidity truffle tutorials web3

Last synced: 02 Jan 2026

https://github.com/vvv-keys/keysguard-unified-threat-intelligence-platform

KeysGuard is a modular cybersecurity suite combining Rust-powered memory scanning, AI-driven reconnaissance, and real-time threat intelligence visualization — built for defenders, red teamers, and curious minds alike.

algorithms antivirus computer-architecture computer-science cyber data-structure edr encryption-decryption guard guardian keys programming security security-audit security-tools siem virus-scanning vpn

Last synced: 05 Mar 2026

https://github.com/shoeffner/monty

Course material for Basic Programming in Python in the summer semester 2017 at Osnabrück University.

lecture-material programming python

Last synced: 25 Feb 2025

https://github.com/yeonghyeon/codility-python

The solutions of the Codility lessons are provided. Each solution is written with python. The starting point for reading solutions is given in the following web link.

codility codility-lessons codility-python codility-solutions codility-training programming python solutions tutorial

Last synced: 26 Feb 2025

https://github.com/stevenjdh/code-librarian

Stores and organizes your code snippets for any programming language.

code database programming programming-language snippets snippets-library snippets-manager

Last synced: 07 May 2025

https://github.com/lining0806/advancedpython

Python编程进阶

programming python

Last synced: 01 Sep 2025

https://github.com/theodesp/interview-cake

Solutions to some of the https://www.interviewcake.com/ programming questions

algorithm-challenges algorithms-implemented interview programming

Last synced: 13 Apr 2025

https://github.com/ferhatgec/gretea.vim

Gretea[dot]Vim, Vim syntax highlighting support for Gretea programming language.

fegeya gretea highlight programming script support syntax vim

Last synced: 18 Feb 2026

https://github.com/iamjayprakash/codeclause_unitconvertor

This website helps in unit Conversion. This project is part of my internship.

codeclause codeclause-task covertor css csss development html internship js programming programming-language task unit web

Last synced: 18 May 2026

https://github.com/ayobami6/sparky_utils

Python and Django utils package for efficient and productive development with python and django web development

django django-rest-framework programming tools

Last synced: 06 May 2025

https://github.com/zanxz-lol/lunaris2

Lunaris 2: The successor to Lunaris

assembly assembly-x86 c kernel lunaris osdev programming unix unix-like

Last synced: 17 May 2026

https://github.com/seferogluemre/book-manager

python object oriented programming example

object-oriented-programming programming python

Last synced: 26 Sep 2025

https://github.com/x4raynixx/ryxon

Ryxon is a lightweight programming language focused on simplicity and low resource usage. It’s easy to learn, fast to write, and runs smoothly even on low-end PCs.

cpp csharp javascript language nextjs programming programminglanguage python rx rx-scripting

Last synced: 23 Jun 2025

https://github.com/anfany/project-euler-by-python3

利用Python3解决欧拉计划,中文题目+代码

algorithm euler math programming python python3

Last synced: 06 Mar 2026

https://github.com/ralucado/Bb

Programming language for music composition with compiler that generates MIDI files.

antlr antlr-grammar compiler grammar hacktoberfest java language midi music programming

Last synced: 28 Apr 2025

https://github.com/emrys-hong/programming_notes

various programming languages as I am learning new languages and algos.

notes programming resourful various-programming-language

Last synced: 12 Apr 2025

https://github.com/bznein/aoc2018

(Most probably late) C++ solves for the AoC 2018.

advent-of-code-2018 adventofcode challenge cpp programming

Last synced: 08 Aug 2025

https://github.com/sudiptob2/atcoder-training

This repository includes my solutions of Atcoder training. Problem list can be found here: https://kenkoooo.com/atcoder/#/training/Boot%20camp%20for%20Beginners

atcoder atcoder-solution competitive easy100 programming python training

Last synced: 29 Apr 2025

https://github.com/Tetralux/sublime-zig

My own, more lightweight, syntax highlighting for the Zig Programming Language.

basic highlighting language lightweight programming sublime syntax zig

Last synced: 06 May 2025

https://github.com/husamettinarabaci/rustexam

🦀 A question-based Rust learning project to master Rust through practice and repetition.

coding-challenges exam exercises learning programming questions rust tutorial

Last synced: 30 Sep 2025

https://github.com/ajay-dhangar/javascript-mastery-course

This repository contains a comprehensive list of 100+ project ideas for JavaScript developers at all skill levels. From simple beginner projects to advanced applications, these ideas are designed to help you practice and enhance your JavaScript skills. Each project comes with a brief description to get you started.

advanced beginner coding intermediate javascript js learning open-source practice programming projects web-development

Last synced: 26 Jul 2025

https://github.com/mohammadkarbalaee/programming-fundamentals

All the codes and exercises done during the fundamentals of programming course that I took on fall 2020

c cpp problem-solving programming sbu

Last synced: 27 Mar 2025

https://github.com/andyfratello/pro2

💻 Exercicis de Programació 2 (PRO2) Q1 - UPC FIB

compiler cpp cpp-language language pro2 pro2-fib programming programming-language

Last synced: 22 Jul 2025

https://github.com/abrarulhassan-786/ven_diagram_project_dm

Project of veen diagram using python langauge it can solve union intersection

diagram discreatemathamatic dm programming project projects python veen

Last synced: 17 Mar 2025