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.
- GitHub: https://github.com/topics/programming
- Wikipedia: https://en.wikipedia.org/wiki/Computer_programming
- Created by: Programmers
- Related Topics: coding, software-development, algorithms, data-structures, computer-science,
- Aliases: software-programming,
- Last updated: 2026-01-16 00:25:54 UTC
- JSON Representation
https://github.com/osama-mohamed/practice
All Repos That I've Developed Until Now.
css css3 django django-admin django-framework django-project django-rest-framework html html5 jinja jinja2 programming python python3
Last synced: 17 Mar 2025
https://github.com/sourceduty/custom_python_gpts
👨💻 Custom generative pre-trained transformers (GPT) models using Python.
ai artificial-intelligence custom-gpt customgpt gpt gpt-builder gpt-developer gpt-model gpt-modelling gpt-models gpt-program gpt-programming gpts openai programming python python-gpt
Last synced: 08 Sep 2025
https://github.com/carlisia/website
Carlisia's notes and musings, mostly about tech. Built on top of Quartz v4.5.
blog digital-garden networked-thought obsidian programming quartz-ssg second-brain tech
Last synced: 16 Jun 2025
https://github.com/ficaan/data-analysis-with-python-2023_2024-mooc.fi
These are all the solutions for exercises from Data Analysis with Python 2023/2024, a course offered by the University of Helsinki, Finland.
data-analysis machine-learning mooc-fi programming python
Last synced: 27 Nov 2025
https://github.com/bigpick/leetcode
Various leetcode.com problem prompt solutions
algorithms interview interview-questions leetcode practice programming
Last synced: 22 Feb 2025
https://github.com/alexbinary/code-and-lego
📝 A blog about programming and LEGO
Last synced: 16 Jun 2025
https://github.com/mrjov100/midtest-backend-programming_jovandi-todana
Midtest Backend Programming. Completed three individual project assignments within two weeks, starting from April 22 to May 6. With supervisor, Mr. Janson Hendryli. Tarumanagara University, Indonesia.
Last synced: 05 Mar 2025
https://github.com/oluizeduardo/oluizeduardo
A brief presentation of technical skills as a Full Stack Software Developer.
Last synced: 29 Dec 2025
https://github.com/techrootify/20-days-java-mini-projects
20 Days Java Mini Projects.
coding java javaproject javaprojects programming projects
Last synced: 09 Jul 2025
https://github.com/bravo68web/i-love-js
Just Cringing around with Javascript
hacktoberfest hacktoberfest-accepted hacktoberfest2022 language programming programming-language
Last synced: 11 Jul 2025
https://github.com/dukebismaya/ponggame
Phantom Pong: A fully crafted Pong game using C
c c-lang c-language game game-development gamedev open-source pong pong-game programming raylib retro-game
Last synced: 23 Jul 2025
https://github.com/dirkgroot/dirkgroot.github.io
Source code for my GitHub Pages site
Last synced: 24 Dec 2025
https://github.com/venkatbalajim/placement-training
This repository contains all the DSA and CP problems I solved during my on-campus placement training.
assignment-solutions citchennai coding competitive-programming dsa-practice placement-preparation programming
Last synced: 12 Apr 2025
https://github.com/nabilshadman/programming-skills-github-actions-lab
GitHub Actions lab in Programming Skills
ci-cd cicd github programming software-development
Last synced: 23 Aug 2025
https://github.com/jimcostdev/curso-go
Sumérgete en el mundo de Go y domina uno de los lenguajes más potentes y eficientes de la actualidad.
Last synced: 06 Apr 2025
https://github.com/vaibhavmojidra/android-java---demo-2-simple-data-binding
In Android, the Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.
android android-java coding data-binding mojidra programming vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 12 Apr 2025
https://github.com/rimkart-2006/kotlin-gic
🌟 Simplify game development in Kotlin with easy-to-use libraries and tools for creating engaging interactive content.
android api backend coroutines data-serialization developer-tools gic gradle json kotlin kotlin-multiplatform mobile-app programming software-development web-development
Last synced: 03 Nov 2025
https://github.com/simpson-computer-technologies-research/stem_club_week1
Learn Python Basics in the First Week of STEM Club
club learn programming python stem
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/stem_club_week4
Learn Python Classes in Week 4 of STEM Club
classes learn programming python
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc5-6
Learn the Golang Programming Language in Week 5 and 6 of my Advanced Programming Club
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc9-10
Learn Databases in Week 9 and 10 of my Advanced Programming Club
learn programming python sql sqlite
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc13
Develop a Final Project during the Last Week of my Advanced Programming Club
final go js programming project python rust
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc0
Introduction to my Advanced Programming Club
go learn programming python rust
Last synced: 22 Mar 2025
https://github.com/simpson-computer-technologies-research/apc1-2
Learn the Python Programming Language in Week 1 and 2 of my Advanced Programming Club
coding learn programming python
Last synced: 22 Mar 2025
https://github.com/pranjalco/kanye-quotes-
This is a fun project that displays random quotes from Kanye West using the **Kanye.rest** API. Each time the user clicks the button, a new quote is fetched from the API and displayed on a beautifully designed Tkinter GUI window.
api application development functions gui integration programming python simple tkinter
Last synced: 30 Mar 2025
https://github.com/pranjalco/birthday-wisher
This project automates birthday wishes by checking the birthday.csv file for birthdays matching the current date. If found, it picks a random template from letter_templates, replaces [NAME] with the person's name, and uses Python's smtplib to send the email. Perfect for personalized automation!
automation communication csv email-automation email-sender file-handling intermediate manipulation programming python random-module
Last synced: 30 Mar 2025
https://github.com/pranjalco/pong-game-intermediate
This is a Pong game implemented using Python's `turtle` and `time` modules with an object-oriented programming (OOP) approach. The game involves two players, left and right, competing to reach the winning score.
game-development game-programming object-oriented-programming oop pong-game programming python time turtle turtle-graphics
Last synced: 30 Mar 2025
https://github.com/pranjalco/turtle-racing-intermediate
Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.
game-development intermed logic-programming programming python random turtle user-interaction
Last synced: 30 Mar 2025
https://github.com/akryvtsun/blog
Personal Web Site
architecture blog java jekyll kotlin programming
Last synced: 06 Apr 2025
https://github.com/simpson-computer-technologies-research/cstarterfiles
Starter files and make file for C programs
Last synced: 22 Mar 2025
https://github.com/barbaracalderon/ine5645-the-dining-savages-problem
This problem is told in "The Little Book of Semaphores" by Allen B. Downey. All done in C with the use of semaphores <semaphores.h>
c dining-savages-problem programming semaphores ufsc
Last synced: 22 Mar 2025
https://github.com/ssukhpinder/dotnet-programming
aspire aspnet aspnetcore best-practices blogger blogging coding csharp dotnet dotnet-core mvc programming
Last synced: 02 Jan 2026
https://github.com/peplxx/git-logg
Git log alias with enhanced readability and formatting.
alias comand-line development-tools git git-logs git-visualization open-source productivity programming version-control
Last synced: 06 Apr 2025
https://github.com/irydev/youtube-downloader
🐍📽️A Youtube Downloader made with Python and the PyTube library
programming python python3 pytube pytube3 youtube youtube-downloader
Last synced: 20 Nov 2025
https://github.com/vaibhavmojidra/python---demo-try-except-construct
To handle the exception, we have put the code, result = numerator/denominator inside the try block. Now when an exception occurs, the rest of the code inside the try block is skipped. The except block catches the exception and statements inside the except block are executed.
error-handling error-handling-python exception-handling-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 25 Dec 2025
https://github.com/lucasnbarbero/javascript-guide
Una guía interactiva para aprender JavaScript desde cero, con ejemplos prácticos, ejercicios y explicaciones claras. 🚀📚
astro beginners guide javascript programming web-development
Last synced: 12 Mar 2025
https://github.com/a-bdellatif/timedatetemperaturesystem
Dual Display: Time, Date & Temperature Monitor(unfinished)
clanguage microchip pic pic18f pic18f452 programming project
Last synced: 29 Mar 2025
https://github.com/a-bdellatif/software_pwm_generator
This implementation is useful in case where dedicated PWM hardware is unavailable.
c18-compiler ccp microchip microcontroller pic pic18f pic18f452 programming pwm pwm-duty-cycle software
Last synced: 29 Mar 2025
https://github.com/brittojo7n/webscrap-tt2userdetails
Totem Tribe 2 Jotun User details (ids and account names) dataset and script for scraping and updating the dataset.
datascience dataset games jotun programming programming-languages scrape scraping-python scraping-websites totem totem-tribe totem-tribe-2 totem-tribe-2-jotun totem-tribe-jotun totemtribe tribe userdetails web webscraper webscraping
Last synced: 14 Apr 2025
https://github.com/zommuter/ama
Ask me anything!
42 ama ask-me-anything medical-physics meta music numerics parent physics programming questions
Last synced: 04 May 2025
https://github.com/wellitongervickas/notillew-password-strength
Functional programming learning
functional javascript learning lodash programming ramda typescript
Last synced: 30 Mar 2025
https://github.com/pedro-estevao/college-portal
A Student & Teacher Portal Clone project developed for the Programming Techniques 1 course (3rd semester, Computer Science - Centro Universitário Barão de Mauá) using PHP (OOP) and MySQL. A foundational academic project available for those studying OOP in PHP.
academic-project baraodemaua computer-science database mysql mysql-database oop oop-php php programming programming-techniques
Last synced: 25 Feb 2025
https://github.com/ashsajal1/rust-practice
A repo to practice & learn rust.
coding learning programming rust rust-lang rust-practice
Last synced: 08 Sep 2025
https://github.com/andrewjbateman/programming-resources-planning
:clipboard: Resources to track study for Google Associate Cloud Architect Certification & help with coding tasks: errors-solutions, how-to page and task planning.
dependency error-messages programming resources vscode
Last synced: 29 Oct 2025
https://github.com/nelo-cmd/spend-er
An expense tracking app build with React.js,.
beginner-friendly beginner-project css front-end frontend javascript programming project react reactjs
Last synced: 05 Apr 2025
https://github.com/thinklikeaboss/python-zero-to-hero
Master Python from basics to web apps with this hands-on roadmap. Join the journey and enhance your skills today! 🚀🐍
coding-challenge deep-learning educational learning-by-doing machine-learning neuralnetworks oops-in-python opencv-python programming python-course python-full-course python36 pytorch pytorch-tutorial scikit-learn zero-hero-python zero-to-hero zerotohero
Last synced: 28 Jun 2025
https://github.com/jonatankovalik/jonatankovalik-portfolio
A portfolio of personal programming projects in various languages
c-sharp coding coding-projects cpp css html java javascript my-work programming projects python website-projects
Last synced: 24 Aug 2025
https://github.com/bottesbeck/roblox-scriptify
The Roblox Scriptify Executor is a robust tool designed for seamless script execution in Roblox. It features an efficient injector and DLL mapping for smooth integration, along with a whitelisting system for enhanced security. The executor boasts a user-friendly website and an intuitive UI, ensuring a streamlined experience for users.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 28 Jun 2025
https://github.com/byroncalvete/my-web
My skills and journey! 🎒
blog programming software-engineering ux-ui
Last synced: 03 Nov 2025
https://github.com/wilberdhp/ejercicios-de-logica
Ejercicios de lógica
javascript logic logic-programming programming programming-exercises
Last synced: 19 Jun 2025
https://github.com/kamikaramazov/pylearnhub
Welcome to the Python Learning Repository! This repository is designed to help beginners, intermediate, and advanced learners of Python improve their skills through various resources and projects.
cybersecurity hacking learning programming python tutorials
Last synced: 25 Dec 2025
https://github.com/hamedfathi/hamedfathi
My programming skills.
angular blogging csharp dotnet javascript personal-website programming typescript
Last synced: 30 Dec 2025
https://github.com/40o4notfound/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: 23 Jul 2025
https://github.com/7mee3d/simi-simple-bank-system
📌 A simple bank system programmed in C++ to manage customer data in an organized manner through a text interface that contains a list of main options that allow dealing with customers (view - add - modify - delete - search).
Last synced: 28 Jun 2025
https://github.com/salmansaleem-17/pf-dsa-os-and-cc-lab-cpp-projects
C++ lab projects from university courses: Programming Fundamentals, Data Structures, Operating Systems, and Compiler Construction.
algorithm algorithms algorithms-and-data-structures c-plus-plus compiler-construction data-structures data-structures-algorithms data-structures-and-algorithms operating-systems operating-systems-project problem-solving programming programming-fundamentals
Last synced: 28 Jun 2025
https://github.com/hasnocool/hasnocool
An innovative project that updates a README file with dynamic content from GitHub repositories and WakaTime API.
api automation developer dynamic generator github integration language productivity programming python readme statistics wakatime
Last synced: 14 May 2025
https://github.com/g1joshi/cs50x
CS50x 2020 Introduction to Computer Science
computer-science cs50 cs50x programming
Last synced: 25 Feb 2025
https://github.com/vitormimaki/fortuna_board
Fortuna Board
access programming visual-basic-net
Last synced: 21 Feb 2025
https://github.com/julien-sobczak/blog-astro
Personal Blog
blog lifelong-learning programming reading
Last synced: 12 Jan 2026
https://github.com/akinotaxe-fatlo/roblox-scriptify
The Roblox Scriptify Executor is a robust tool designed for seamless script execution in Roblox. It features an efficient injector and DLL mapping for smooth integration, along with a whitelisting system for enhanced security. The executor boasts a user-friendly website and an intuitive UI, ensuring a streamlined experience for users.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 15 Jun 2025
https://github.com/edandresvan/practice-book-rust-servers-services-apps
Practical exercises from the book «Rust Servers, Services, and Apps» by Prabhu Eshwarla (Manning).
practice practice-programming programming rust rust-lang
Last synced: 25 Feb 2025
https://github.com/edandresvan/practice-book-rust-web-development
Practical exercises from the book "Rust Web Development" by Bastian Gruber (Manning).
practice practice-programming programming rust rustlang
Last synced: 25 Feb 2025
https://github.com/mituskillologies/pcp-python-dec22
Python Training Session at Pimpri Chinchwad Polytechnic, Pune
class data-structures decision-making functions looping objects programming python python3
Last synced: 03 Mar 2025
https://github.com/chameleontartu/competitive_programming
Repository with solution. Preparation to upcoming competitions.
codeforces e-olymp hackerrank programming timus
Last synced: 15 Dec 2025
https://github.com/siddhantprateek/java-resources
Jave Learning Resources
competitive-programming containers data-structures java learning-labs leetcode-java problem-solving programming work-in-progress
Last synced: 10 Apr 2025
https://github.com/diversant27/roblox-krampus
Roblox Krampus 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 project repository roblox roblox-scriptify script scripting
Last synced: 03 Mar 2025
https://github.com/peteroyelegbin/roadmapbackendprojects
Project ideas to take you from beginner to advanced in Backend
api-consumption cli django fastapi file-upload filesystem markdown-parser programming python3 text-processing
Last synced: 10 Apr 2025
https://github.com/pioneershub/euroscipy-conference
Community-driven conference realization for EuroSciPy
ai machine-learning open-source programming python scientific-computing software-engineering statistics
Last synced: 14 Mar 2025
https://github.com/vaibhavmojidra/python---demo-reading-files
Python provides inbuilt functions for creating, writing, and reading files. There are two types of files that can be handled in python, normal text files and binary files (written in binary language, 0s, and 1s)
coding mojidra programming python python2 python3 reading reading-files reading-files-using-python vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 12 Mar 2025
https://github.com/josealz/tienda
Shopping Cart
api css3 deploy ecommerce frontend html5 javascript jsx npm odinproject programming react-router tmdb-api usehooks-ts usestate vscode
Last synced: 30 Dec 2025
https://github.com/ferst102/roblox-krampus
Roblox Krampus 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 project repository roblox roblox-scriptify script scripting
Last synced: 24 Aug 2025
https://github.com/lukedschenk/excellent-privacy-and-security-information
A collection of blogs, podcasts, videos, etc. that I would recommend related to pentesting, hacking, CTF, reverse engineering, privacy, OSINT, programming and the works.
blogs ctf hacking osint penetration-testing pentesting podcasts privacy programming reverse-engineering
Last synced: 25 Feb 2025
https://github.com/maksiz2/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 exploit free gaming github hacking injector lua modding open-source programming project
Last synced: 23 Jul 2025
https://github.com/sourceduty/powershell_boss
👨💻 GUI for PowerShell and it's features.
concept gui gui-application microsoft powershell powershell-app powershell-boss powershell-gui powershell-terminal programmer programming python python-project terminal terminal-window windows windows-powershell
Last synced: 15 Jun 2025
https://github.com/ilyasbozdemir/c-sharp-dokuman
Learn C# programming from scratch with step-by-step tutorials, examples, and exercises. Ideal for beginners and intermediate developers.
beginner-friendly c-sharp coding-exercises csharp-basics csharp-docs developer-tools dotnet learning-resources oop programming tutorial
Last synced: 05 Mar 2025
https://github.com/beversbeck/seliware-executor
Seliware is a powerful and brand-new Roblox executor designed to take your scripting experience to the next level.
automation code collaborate community development execute github open-source programming project repository seliware-executor software tasks tool
Last synced: 05 Mar 2025
https://github.com/vaibhavmojidra/python---demo-writing-files
Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files.
coding files mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra writing-files writing-files-using-python
Last synced: 27 Dec 2025
https://github.com/mhmzdev/solid-principles-dart
A quick summary of SOLID principles and their implementation in dart language
Last synced: 03 Nov 2025
https://github.com/vaibhavmojidra/python---demo-generating-csv-rows-as-lists
The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.
coding csv files generating-csv generating-csv-using-python mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 12 Mar 2025
https://github.com/yohannescodes/dsp-1010
Humorous Manual for developers who want to self-diagnose their career trajectory based on their open-source contributions and personal project portfolio.
comedy humor open-source personal-project programming
Last synced: 05 Nov 2025
https://github.com/dropdevrahul/dot-files
Dot files for vim and i3
dotfiles i3gaps i3wm polybar programming vim vimrc
Last synced: 05 Nov 2025
https://github.com/labex-labs/mongodb-for-beginners
A comprehensive MongoDB course covering essential skills from basic CRUD operations to advanced topics like data modeling, indexing, error handling, and data relationships. Perfect for beginners and intermediate developers.
challenges course exercises hands-on labex labs mongodb playground programming
Last synced: 08 Sep 2025
https://github.com/fatiq123/school-management-system-using-link-list-in-cpp
I developed this project using C++ language.
Last synced: 14 Mar 2025
https://github.com/labex-labs/ctf-for-beginners
In this course, you'll dive into the exciting world of Capture The Flag (CTF) challenges. Learn fundamental cybersecurity concepts and practical techniques through hands-on labs covering hidden files, weak passwords, open ports, misconfigurations, log analysis, directory traversal, environment variable leaks, script analysis, network exploits, a...
beginner capture-the-flag course cryptography cybersecurity forensics hacking hands-on hands-on-labs labex labs linux network-security penetration-testing programming reverse-engineering scripting security-fundamentals vulnerability-assessment web-security
Last synced: 25 Oct 2025
https://github.com/ashirafzal/data-structures-examples
Data-Structures-Examples
csharp data-structures programming
Last synced: 14 Mar 2025
https://github.com/ferr0s04/feup-prog-project
Repository for PROG (Programming) course project of LEIC FEUP, for year 2022-23
cpp feup feup-leic programming
Last synced: 22 Mar 2025
https://github.com/rssr25/ios-development
Learning iOS development
bootcamp ios ios-swift ios11 learning learning-by-doing programming swift4 udemy udemy-course udemy-tutorial
Last synced: 19 Jul 2025
https://github.com/ghivert/papers
All articles published both on Medium or on my blog!
articles functional-programming programming
Last synced: 09 Apr 2025
https://github.com/hexxted/llm-basic-benchmark
# Open Source Language Model BenchmarkThis repository evaluates 43 open source language models across tasks like creative writing and programming. 🚀 It offers insights into model performance, showing that speed does not always equal accuracy. 🐱💻## OverviewThis benchmark evaluates where we currently stand with open source language models, exa
ai benchmark cogito counterfactual gemma3 gpt granite3 llama3 llama4 llm mlx ollama open-source phi4 programming puzzle qwen3 writing
Last synced: 15 Jun 2025
https://github.com/dmarks84/coursework_project_ml-model-eval-refine
Project for IBM Data Science course on ML Models & Analysis -- Read in large dataset of home sales and utilized polynomial linear regression analysis to make predictions of future home sales prices
classification communication data-modeling dataframes machine-learning matplotlib numpy pandas programming python regression scikit-learn scipy seaborn supervised-ml visualization
Last synced: 09 Apr 2025
https://github.com/camara94/python-sacko
Python is an interpreted high-level general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.[31]
artificial-intelligence data-science programming python3
Last synced: 29 Aug 2025
https://github.com/wideadiosbabulya1/roblox-scriptify
The Roblox Scriptify Executor is a robust tool designed for seamless script execution in Roblox. It features an efficient injector and DLL mapping for smooth integration, along with a whitelisting system for enhanced security. The executor boasts a user-friendly website and an intuitive UI, ensuring a streamlined experience for users.
automation code development game github lua open-source programming project repository roblox roblox-scriptify script scripting
Last synced: 30 Mar 2025
https://github.com/abrarkivande/algorithm-code
Welcome to the Java DSA Repository! 🚀 This repository contains well-structured implementations of essential Data Structures and Algorithms (DSA) in Java
algorithm coding dsa java problem-solving programming
Last synced: 24 Aug 2025
https://github.com/riwi-io-medellin/javascript_fundamentals
Explore the world of JavaScript from basic fundamentals to advanced handling
fundamentals javascript learn-to-code programming riwi
Last synced: 11 Nov 2025
https://github.com/oli3djon/xavfsizlik-live.uz
Сайт заглушка для проекта Xavfsizlik live
programming security security-automation telegram telegram-bot website xakep
Last synced: 16 Sep 2025
https://github.com/berke2002/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: 30 Mar 2025
https://github.com/weesecomingsoon48/roblox-krampus
Roblox Krampus 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 project repository roblox roblox-scriptify script scripting
Last synced: 30 Mar 2025
https://github.com/darkmoonlyrix154/roblox-krampus
Roblox Krampus 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 project repository roblox roblox-scriptify script scripting
Last synced: 30 Mar 2025