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/vivekkdagar/tic-tac-toe

A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.

artificial-intelligence beginner-friendly board-game code code-review command-line-interface game-development git github object-oriented-programming open-source programming programming-concepts python python-3 tabulate tic-tac-toe two-player-game

Last synced: 30 Dec 2025

https://github.com/sjthesahiljoseph/star_patterns

Star_Patterns - Star Patterns implementation.

c cpp patterns personal programming star

Last synced: 20 Jul 2025

https://github.com/primaryobjects/compare-users

Compare users from two datasets for equality in a Razor web application. Part of a HackerRank technical interview.

dotnet dotnet-core object-oriented-programming programming tech-interview tech-interview-preparation technical-interview technical-interview-questions

Last synced: 17 Oct 2025

https://github.com/fksxiz/sorting-algorithms

An application for demonstrating the operation of sorting algorithms with visualization

algorithms education java javafx programming sorting-algorithms sorting-visualization

Last synced: 13 Apr 2025

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

A simple Tic-Tac-Toe game written in Java with a visual display using JavaFX.

algorithms education github java javafx maven programming tic-tac-toe visualization

Last synced: 13 Apr 2025

https://github.com/philspil66/gw-basic

GW-BASIC is a dialect of the BASIC programming language developed by Microsoft from IBM BASICA. This is the original 1983 source code.

basic basic-programming programming retrocomputing

Last synced: 07 May 2025

https://github.com/guiferviz/cerosyunos-code

Code from the videos on "Ceros y Unos" YouTube channel.

learning programming youtube

Last synced: 03 Apr 2025

https://github.com/omartalaat244/learn-javascript

A complete JavaScript learning roadmap – from fundamentals to advanced topics with real-world examples, diagrams (Mermaid), and interview questions. Perfect for self-learners & aspiring developers!

beginner blockchain challenges dom frontend hardhat html-css-javascript javascript-for-everyone learn-javascript learn-to-code open-source programming solidity webdesign

Last synced: 07 May 2025

https://github.com/abdurrehman2003/typescript-nodejs-45exercises-2024

This repository contains exercises from my "Getting Started with TypeScript and Node.js" assignment. It covers fundamental TypeScript concepts, including variables, arrays, objects, and functions, along with Node.js integration. Completing these exercises strengthened my programming skills and prepared me for advanced web development.

assignment exercises fundamentals javascript learning nodejs programming typescript web-development

Last synced: 30 Oct 2025

https://github.com/0hmx/voxelengineforcreativity

Craft Voxel is a voxel generated aimed at creative programming! it helps create string connection of visual world and the code

creative programming react threejs voxel

Last synced: 07 May 2025

https://github.com/lucasmmg1/scriptscollection

A collection of scripts that I developed across all these years!

c cpp processing programming programming-language programming-languages python

Last synced: 10 Jul 2025

https://github.com/yuldashov10/topic_11

11. Работа с кортежами

learning-python programming python python3 shox-py

Last synced: 11 Sep 2025

https://github.com/kasiimh1/mmu-computer-science-bsc

All my work i have submitted over the duration of my undergraduate degree in BSc Computer Science with awarding of a First Class Classification at The Manchester Metropolitan University 2017-2020

android-studio coding computer-science csharp css3 html5 java javascript jsp mips mips-assembly mysql php processing programming python3 react-native restful-api sql

Last synced: 30 Dec 2025

https://github.com/jeninm72k44/nezur-r0b1ox

Roblox Nezur Executor: The ultimate Roblox Executor, offering top script performance and a user-friendly dashboard for seamless gaming and scripting.

automation code development game github lua open-source programming roblox roblox-script roblox-scriptify roblox-scripts script

Last synced: 10 Jul 2025

https://github.com/vaibhavmojidra/python---demo-creating-your-own-module

In Python, A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended.

coding module mojidra programming python vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 12 Apr 2025

https://github.com/vaibhavmojidra/python---script-pc-health-check-up

The shutil module offers a number of high-level operations on files and collections of files. psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python.

coding mojidra programming python python3 scripting shebang vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 06 Jul 2025

https://github.com/vaibhavmojidra/kotlin---demo-difference-between-var-and-val

In Kotlin, var and val are used to declare variables. The main difference between them is that var declares a mutable variable, which means its value can be changed after it is initialized, while val declares an immutable variable, which means its value cannot be changed after it is initialized.

coding kotlin mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra var-vs-val

Last synced: 12 Apr 2025

https://github.com/erkamuzuncayir/cpp-primer

This repository contains my solutions of exercises for "C++ Primer, 5th Edition" by Stanley B. Lippman

cpp cpp-programming programming programming-exercises programming-language solutions

Last synced: 15 Jan 2026

https://github.com/xiaoxiae/uvod-do-programovani-vex-v5

Zdrojový kód (a nejaktuálnější verze) učebnice „Úvod do programování VEX V5“ a doplňujícího textu „Metodika k programování VEX V5“

czech programming robotics vex

Last synced: 26 Feb 2025

https://github.com/woolseyworkshop/article-getting-started-with-the-tinyfpga-bx

Getting Started With The TinyFPGA BX Article Resources

electronics programming tinyfpga-bx verilog

Last synced: 24 Jun 2025

https://github.com/phile779/tech-explorer-hub

Create the best technical resources for developers to build a strong foundation for professional growth.

ai-model css diffusion docsify face-swap good-example html image-generation javascript open-source people-of-action programming rotary stable-diffusion

Last synced: 12 Apr 2025

https://github.com/chrismichaelps/topheadlinesinus

Access to US news about all types of content from around the world from different news sources and blogs.

javascript news newsapi programming united-states vue vuejs vuex website

Last synced: 15 Mar 2025

https://github.com/parisaalizadeh2003/accesscontrol-

This project implements an authentication decorator to control user access levels in Python. Based on roles (Admin, Member, Guest), it determines whether a user is authorized to execute a function. 🚀🔒

access-control admin authentication coding decorators guest member permissions programming python python-security rbac role-based-access security user-authentication

Last synced: 12 Apr 2025

https://github.com/coaalaas24aphmua/roblox-bunni-executor

Bunni is a premier Roblox exploiting platform, renowned for its cutting-edge tools, rapid updates, and robust support. Developed by experienced professionals, it ensures maximum efficiency, security, and a seamless user experience with features like HWID spoofer and extensive script support.

cheats code developer executor exploit free gaming github hacking injector lua modding open-source programming project roblox-bunni-executor script software tools

Last synced: 04 Apr 2025

https://github.com/sanjosolutions/programming

A programming game

game programming

Last synced: 05 Apr 2025

https://github.com/sayed94h/aqyanoos

Web Development Services , Teaching Computer, Coding and Programming, Courses and tutorials, Building updating upgrading websites, Cloud technology, Cloud services

amazon build-web-application build-website coding computer computer-science create-web-app create-website make-website programming programming-course web-development web-development-course website website-builder website-design website-development

Last synced: 20 Jul 2025

https://github.com/tcdtist/public-programming-concepts

A repository to explore programming principles, patterns, and methods through code examples, blogs, books, and practical resources. ✌🏻

blogs books javascript programming programming-concepts

Last synced: 24 Jun 2025

https://github.com/bhaktiswarup/think_tank

Collaborate with AI agents on diverse topics using the UltimateThinktank Crew. Store insights in Notion and access real-time web information. 🐙🤖

analysis assistant-chat-bots business-intelligence chatgpt competitive-programming congress cpp gpt4 hacktoberfest hacktoberfest2022 llm openai programming reader scraping semiconductor svelte tauri

Last synced: 30 Dec 2025

https://github.com/slameis/daryo.uz-sayt-project

Digital academy FullStack kursda qilinayotgan birinchi project

backend daryouz express frontend frontend-web fullstack javascript news-site nodejs programming site web

Last synced: 30 Dec 2025

https://github.com/crazywolf132/blackrum

A low level coding language made by me.

c crazywolf example interpreter language opensource programming sample

Last synced: 05 Apr 2025

https://github.com/prashantsaini1525/alpha-course-2025

Java Programming – Alpha Course: Notes, code, & challenges from Apna College Alpha Batch 3.0 covering Java fundamentals, data structures, algorithms & competitive programming.

algorithms apna-college competitive-programming data-structures dsa interview-preparation java java-basics programming programming-notes

Last synced: 04 Apr 2025

https://github.com/ilovebacteria/cheatsheet

My big cheatsheet in programming

cheatsheet github-pages programming static-site

Last synced: 30 Nov 2025

https://github.com/id-andyyy/proghelpbot

👨‍💻📚 Telegram bot with information about Python syntax (temporarily not working)

aiogram fuzzywuzzy nltk programming python sqlite3 telegram telegram-bot

Last synced: 22 Jun 2025

https://github.com/stanislaw-piechota/programowanieapp

Aplikacja do pobierania zadań z serwera strony z zadaniami z programowania i ze zautomatyzowanym wrzucaniem na Githuba

programming

Last synced: 11 Sep 2025

https://github.com/umairazmat/javascript-challenges-world

Check out my beginner-friendly GitHub repo🚀 with free programming exercises and challenges that cover various JavaScript concepts, including problem-solving, programming fundamentals, and ES6 JavaScript.Improve your JavaScript skills and have fun while practicing with open-source exercises.Give it a ⭐️ and fork for inspiration or your own projects

begineer-practice beginner-friendly beginners-exercises beginners-guide beginners-tutorial-series es6-javascript javascript javascript-es6 js problem-solving problem-statement problemsolving programming programming-challenges programming-contests programming-exercises programming-fundamentals programming-language

Last synced: 04 Apr 2025

https://github.com/app-generator/learn-to-code

Learn to code - Free Programming Tutorials | AppSeed

appseed elearning programming

Last synced: 20 Jan 2026

https://github.com/omr-ql/data-structures-algorithms

Hello everyone here is my data structures reading files and source code !

c-plus-plus data-structures programming

Last synced: 09 Sep 2025

https://github.com/isaakiel/isaak_lessons

Short lessons for the ISAAK meetings

archaeology programming teaching teaching-materials

Last synced: 23 Feb 2025

https://github.com/the-real-virus/url-shortener

This script allows you to shorten multiple URLs at once, automatically copies the results to your clipboard, and provides a smooth user experience.

ai automation bash coding ctf cyber-security ethical-hacking github linux networking open-source pentesting programming python scripting software tools url url-shortener

Last synced: 30 Dec 2025

https://github.com/en9inerd/concordance

Test for an interview in C (also did it for myself in C++ and Python). Tool determines lines for every unique word in a file

c cpp interview programming python test

Last synced: 28 Mar 2025

https://github.com/jeong-j/swift_programming

야곰의 Swift 프로그래밍 문법 공부

programming swift5

Last synced: 24 Jan 2026

https://github.com/luhxdante/blox-fruits-script

Powerful script for Blox Fruits game that enhances gameplay and provides players with an edge. Includes features like auto-farm, teleportation, and more for an unparalleled gaming experience.

automation blox-fruits cheats code development exploits farming game github gui hackathon hacks lua multiplayer optimization programming roblox script scripting tools

Last synced: 04 Apr 2025

https://github.com/course-one/javascript-metaprogramming

Code base of JavaScript metaprogramming lessons on JSPoint (Medium publication).

javascript js metaprogramming nodejs programming

Last synced: 02 Mar 2025

https://github.com/fardinhossain32/hacker-news

一个基于 AI 的 Hacker News 中文播客项目,每天自动抓取 Hacker News 热门文章,通过 AI 生成中文总结并转换为播客内容。

ai cli developer-tools firebase hacker javascript linux nextjs programming python react react-app robolectric terminal

Last synced: 04 Mar 2025

https://github.com/lonaryx/lingolinc

LingoLink — это быстрый языковой переводчик, который легко разрешает языковые барьеры! 🚀

css eel eel-python google html programming python python-3 python-app python-script python3 translate translation uk ukraine web website windows

Last synced: 24 Jun 2025

https://github.com/celeste-vandamme/coding_codex

My handmade collection of programming courses and resources for multiple languages. Happy coding! :)

c coding courses cpp csharp java lessons oop programming python

Last synced: 04 Mar 2025

https://github.com/kawapa/kawapa.github.io

A personal blog showcasing my thoughts, and technical insights, built with passion and code.

books cpp productivity programming

Last synced: 30 Oct 2025

https://github.com/rafaelmprogrammer/mondrian_game

Collect the pieces of paint in the maze and complete the painting. Mondrian Maze was developed in 2 days for the Theana Game Jam.

game game-2d game-dev game-development junior-developer junior-programmer junior-project programming

Last synced: 24 Feb 2025

https://github.com/rafaelmprogrammer/random_number_generator

This is a Random Number Generator where you can choose if you want a decimal or a integer random number

csharp programmer programming random-number-generators

Last synced: 10 Sep 2025

https://github.com/mlh-fellowship/anon-code

A fast code collaboration platform.

programming video-chat

Last synced: 18 Oct 2025

https://github.com/kadiryazadzhi/netprobe

🕵️‍♂️ NetProbe is a high-performance, multi-threaded network scanner designed for penetration testers, ethical hackers, and system administrators. ⚡

beginners csharp cybersecurity education port programming scanner

Last synced: 04 Mar 2025

https://github.com/niihaoru/website

Web-site about software development in Petropavlovsk-Kamchatskiy

consulting crm database devops engineering management programming raspberrypi sql stm32 web-site

Last synced: 09 Sep 2025

https://github.com/belauzas/dic

Programmers dictionary for everybody 🎅📚

dictionary programming

Last synced: 20 Oct 2025

https://github.com/sh13y/devops-journey-from-zero-to-hero

From clueless noob to DevOps guru! This repo tracks my hilariously chaotic journey through Linux, Docker, Kubernetes, and everything in between. Follow along as I automate all the things, troubleshoot my own mistakes, and (hopefully) deploy like a pro. Let’s make DevOps fun!

ansible automation aws ci-cd cloud devops devops-roadmap devops-tools docker git jenkins kubernetes learning-devops linux logging monitoring open-source programming roadmap terraform

Last synced: 30 Dec 2025

https://github.com/kanannuruyevs/programming-books

Collections of programming books.

books django javascript programming python react

Last synced: 24 Feb 2025

https://github.com/muhamed-hassan/foundation

Foundation of Java Programming Language 👨‍💻 👩‍💻 🎓

backend java mobile-frontend programming self-study

Last synced: 24 Feb 2025

https://github.com/muhamed-hassan/c-plus-plus-dev-foundation

Preparation of a Junior C++ Developer 👨‍💻 👩‍💻 🎓

c-plus-plus hardware programming self-study

Last synced: 24 Feb 2025

https://github.com/muhamed-hassan/c-sharp-dev-foundation

Preparation of a Junior C# Developer 👨‍💻 👩‍💻 🎓

backend c-sharp programming self-study

Last synced: 13 Jun 2025

https://github.com/netodeolino/celula-de-fup

Arquivos da Célula de Fundamentos de Programação 2016.2

c-plus-plus logic-programming programming

Last synced: 30 Oct 2025

https://github.com/woolseyworkshop/article-controlling-an-arduino-uno-wifi-rev2-or-arduino-uno-with-wifi-shield-from-a-web-browser

Controlling An Arduino Uno WiFi Rev2 Or Arduino Uno With WiFi Shield From A Web Browser Article Resources

arduino electronics linux macos programming web-development windows

Last synced: 30 Dec 2025

https://github.com/archishmansengupta/hackertype

a programming lingo based typing speed drill website

css html javascript programming typing typing-practice

Last synced: 26 Oct 2025

https://github.com/akhil-peram/c-programming

Programs for C Language

c programming

Last synced: 13 Apr 2025

https://github.com/ssnnee/alx-system_engineering-devops

This repository is related to my training in software engineering in the ALX program.

api backend devops programming shell shell-script sysadmin

Last synced: 26 Feb 2025

https://github.com/nathanielgs/crt-css-top20_vscode_extesions

💾 Dive into nostalgia with a retro CRT monitor experience for Visual Studio Code! This collection of 20 extensions enhances your coding with vintage charm, beautifully crafted in CSS3 and JavaScript. Navigate with keyboard shortcuts and enjoy a FILES.BBS list of entries for an authentic DOS vibe. Licensed under GNU GPLv2.

bbs codium crt-monitor development dos javascript keyboard-shortcuts monochrome oldschool programming retrocomputing terminal vscode-extension

Last synced: 21 Mar 2025