Trending Projects

Discover the fastest growing open source projects

Showing 5901-5950 of 6,546 trending projects

#5901
EricJMarti/inventory-hunter

A Python-based tool that helps developers get notified when their desired CPUs, GPUs, or game consoles are back in stock.

0
0.0%
1.1K
total stars
#5902
metadriverse/metadrive

MetaDrive is a lightweight driving simulator for everyone, built with Python.

0
0.0%
1.1K
total stars
#5903
whyliam/whyliam.workflows.youdao

A Python-based Alfred workflow that uses the Youdao translation service to translate words and sentences.

0
0.0%
1.1K
total stars
#5904
CCExtractor/vardbg

A Python debugger and profiler that generates animated visualizations of program flow, useful for algorithm learning.

0
0.0%
1.1K
total stars
#5905
marcosnils/bin

Effortless binary manager for developers, built in Go.

0
0.0%
1.1K
total stars
#5906
yshrsmz/BuildKonfig

A Gradle plugin for generating BuildConfig for Kotlin Multiplatform projects.

0
0.0%
1.1K
total stars
#5907
matlink/gplaycli

A Python-based command-line tool for downloading apps from the Google Play Store.

0
0.0%
1.1K
total stars
#5908
c4urself/bump2version

A Python library that simplifies version bumping for software projects with a single command.

0
0.0%
1.1K
total stars
#5909
gautamkrishnar/socli

A command-line tool for searching and browsing Stack Overflow from the terminal.

0
0.0%
1.1K
total stars
#5910
tatuylonen/wiktextract

A Python library for parsing and extracting multilingual data from Wiktionary dump files.

0
0.0%
1.1K
total stars
#5911
notahat/machinist

Machinist is a Ruby library that simplifies fixture management and makes writing tests easier.

0
0.0%
1.1K
total stars
#5912
nickjj/dotfiles

Set up a developer-friendly Arch Linux system with essential CLI tools and configurations.

0
0.0%
1.1K
total stars
#5913
neilpa/cmd-colors-solarized

Solarized color settings for the Windows command prompt, ideal for developers who prefer a consistent aesthetic.

0
0.0%
1.1K
total stars
#5914
fxn/tkn

Terminal Keynote - A hack for terminal-based talks

0
0.0%
1.1K
total stars
#5915
gf3/dotfiles

Dotfiles repository for the developer's personal Emacs, shell, and other daily tool configurations.

0
0.0%
1.1K
total stars
#5916
makejavas/EasyCode

A code generation plugin for IntelliJ IDEA that allows for customizable templates to generate Java, HTML, JS, and XML code from database schemas.

0
0.0%
1.1K
total stars
#5917
littlebee/git-time-machine

An Atom package that allows developers to travel back in Git commit history to view and debug changes.

0
0.0%
1.1K
total stars
#5918
hashivim/vim-terraform

A Vim plugin that provides basic integration between Vim and the Terraform language.

0
0.0%
1.1K
total stars
#5919
PyCQA/flake8-bugbear

A Flake8 plugin that finds likely bugs and design problems in Python programs.

0
0.0%
1.1K
total stars
#5920
schellingb/dosbox-pure

DOSBox Pure is a fork of DOSBox focused on simplicity and ease of use for RetroArch/Libretro.

0
0.0%
1.1K
total stars
#5921
mildsunrise/protobuf-inspector

A tool to reverse-engineer and inspect unknown Protocol Buffers definitions for developers working with serialized data.

0
0.0%
1.1K
total stars
#5922
krzysztofzablocki/KZFileWatchers

A micro-framework for observing file changes, both local and remote, helpful for building developer tools.

0
0.0%
1.1K
total stars
#5923
danger/swift

A tool to automatically detect issues in Swift code and suggest improvements during code review.

0
0.0%
1.1K
total stars
#5924
MRepoApp/MRepo

A modules manager for Magisk, KernelSU and APatch, focused on Android platform tools and utilities.

0
0.0%
1.1K
total stars
#5925
denosaurs/denon

A TypeScript-based daemon that automatically restarts Deno applications on file changes.

0
0.0%
1.1K
total stars
#5926
WilliamVenner/gmpublisher

A utility tool for publishing Garry's Mod mods and addons to the Steam Workshop, built with Rust and Svelte.

0
0.0%
1.1K
total stars
#5927
FengJungle/DesignPattern

This is a C++ project that demonstrates various design patterns, useful for building maintainable and scalable applications.

0
0.0%
1.1K
total stars
#5928
probonopd/go-appimage

A Go-based implementation of AppImage tools, a packaging format for Linux applications.

0
0.0%
1.1K
total stars
#5929
daviddias/awesome-hacking-locations

A curated list of awesome hacking locations with information on power and WiFi availability.

0
0.0%
1.1K
total stars
#5930
sheng-jie/Design-Pattern

A C# library that provides an implementation of the Gang of Four design patterns for .NET 6 developers.

0
0.0%
1.1K
total stars
#5931
OWASP/pytm

A Pythonic framework for threat modeling, enabling secure development through data flow diagrams and sequence diagrams.

0
0.0%
1.1K
total stars
#5932
zigcc/zig-cookbook

A collection of simple Zig programs demonstrating best practices for common programming tasks.

0
0.0%
1.1K
total stars
#5933
max-mapper/monu

A menubar process monitor for macOS, built for developers working with AI tools.

0
0.0%
1.1K
total stars
#5934
instancio/instancio

A Java library that generates fully populated objects for unit testing, helping developers create realistic test data.

0
0.0%
1.1K
total stars
#5935
dart-lang/pub

The pub command-line tool for managing Dart packages and dependencies.

0
0.0%
1.1K
total stars
#5936
bo3b/3Dmigoto

A DX11 modding wrapper to enable fixing broken stereoscopic effects for game developers.

0
0.0%
1.1K
total stars
#5937
nwg-piotr/autotiling

Script for automatically managing window split orientation in Sway and i3 tiling window managers.

0
0.0%
1.1K
total stars
#5938
shunf4/proxychains-windows

A Windows and Cygwin port of the proxychains tool, allowing for proxy chaining and DLL injection.

0
0.0%
1.1K
total stars
#5939
jakespringer/angr_ctf

This Python library provides a platform for reverse engineering and analyzing binaries using the angr framework.

0
0.0%
1.1K
total stars
#5940
jlesage/docker-handbrake

Docker container for HandBrake, a popular open-source video transcoder and converter.

0
0.0%
1.1K
total stars
#5941
ericdrowell/BigOCheatSheet

A cheat sheet for understanding Big O notation, a fundamental concept in computer science.

0
0.0%
1.1K
total stars
#5942
pubyun/macdev

macdev is a collection of developer tools and utilities for Mac users, focused on improving productivity.

0
0.0%
1.1K
total stars
#5943
felangel/mason

A developer tool to create and consume reusable templates called bricks, built with Dart and Flutter.

0
0.0%
1.1K
total stars
#5944
ztrue/tracerr

A Go library that provides better error handling with stack traces and source code fragments.

0
0.0%
1.1K
total stars
#5945
workshopper/workshopper

A terminal workshop runner framework for building interactive coding workshops and tutorials.

0
0.0%
1.1K
total stars
#5946
paul-nameless/tg

A terminal-based Telegram client written in Python for developers who prefer a command-line interface.

0
0.0%
1.1K
total stars
#5947
martijnvanbrummelen/nwipe

nwipe is a secure disk eraser tool written in C for securely wiping data from storage devices.

0
0.0%
1.1K
total stars
#5948
awake1t/PortBrute

A cross-platform port brute-forcing tool supporting various protocols like FTP, SSH, SQL databases, and more.

0
0.0%
1.1K
total stars
#5949
mockdeep/typewiz

A TypeScript library that automatically discovers and adds missing types to your code.

0
0.0%
1.1K
total stars
#5950
panzhangwang/getAwesomeness

A JavaScript library for retrieving amazing open-source projects from GitHub for vibe coders.

0
0.0%
1.1K
total stars
1...118120...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.