Trending Projects

Discover the fastest growing open source projects

Showing 5651-5700 of 6,546 trending projects

#5651
vanniktech/gradle-dependency-graph-generator-plugin

A Gradle plugin that generates dependency graphs for your project, helping developers visualize their codebase.

+12
+0.7%
1.6K
total stars
#5652
junit-team/junit-examples

Collection of example projects demonstrating the usage of the popular Java testing framework JUnit.

+12
+0.8%
1.6K
total stars
#5653
kozec/sc-controller

A user-mode driver and GTK3-based GUI for the Steam Controller, allowing developers to customize and use the controller with their applications.

+12
+0.8%
1.6K
total stars
#5654
easy-coding-standard/easy-coding-standard

An easy-to-use coding standard tool for PHP projects that helps maintain code quality and consistency.

+12
+0.8%
1.6K
total stars
#5655
agauniyal/rang

A C++ library for adding terminal goodies like color, formatting, and ANSI escape codes to your console applications.

+12
+0.8%
1.6K
total stars
#5656
afc163/fanyi

A command-line translator tool that supports Chinese-English translation, built with Node.js.

+12
+0.8%
1.5K
total stars
#5657
astral-sh/ruff-lsp

Ruff LSP is a Language Server Protocol implementation for the Ruff Python linter, enabling IDE integration.

+12
+0.8%
1.5K
total stars
#5658
Bhupesh-V/ugit

ugit is a shell script that helps undo git commands, providing a user-friendly interface to recover from over 20 git scenarios.

+12
+0.8%
1.5K
total stars
#5659
wakatime/vscode-wakatime

A Visual Studio Code plugin for automatic time tracking and metrics generation from programming activity.

+12
+0.8%
1.5K
total stars
#5660
google/fuzzer-test-suite

A set of tests for fuzzing engines, which are tools that automatically find bugs in software.

+12
+0.8%
1.5K
total stars
#5661
antfu/case-police

A TypeScript utility library to help developers ensure case consistency across their codebase.

+12
+0.8%
1.4K
total stars
#5662
jkitchin/org-ref

org-ref is a set of Emacs Lisp modules for citations, cross-references, and bibliographies in org-mode.

+12
+0.8%
1.4K
total stars
#5663
not-yet-awesome-rust/not-yet-awesome-rust

A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.

+12
+0.9%
1.4K
total stars
#5664
aarzilli/gdlv

A GUI frontend for the Delve debugger, allowing developers to debug Go applications more easily.

+12
+0.9%
1.4K
total stars
#5665
aitjcize/cppman

This is a C++ manual pages viewer for Linux/MacOS, focused on C++ 98/11/14 standards.

+12
+0.9%
1.4K
total stars
#5666
0xgalz/Virtuailor

An IDAPython tool for creating automatic C++ virtual tables in IDA Pro, a popular reverse engineering tool.

+12
+0.9%
1.4K
total stars
#5667
julia-vscode/julia-vscode

A Visual Studio Code extension that provides a comprehensive development environment for the Julia programming language.

+12
+0.9%
1.3K
total stars
#5668
plantain-00/type-coverage

A CLI tool to check type coverage for TypeScript code

+12
+0.9%
1.3K
total stars
#5669
abo-abo/lispy

A Lisp editing library for Emacs focused on providing a streamlined and efficient coding experience.

+12
+0.9%
1.3K
total stars
#5670
harshjv/github-repo-size

Chrome extension that displays the size of GitHub repositories to help developers manage their projects.

+12
+0.9%
1.3K
total stars
#5671
stotko/stdgpu

An efficient, STL-like data structure library for GPU acceleration in C++.

+12
+1.0%
1.3K
total stars
#5672
CodelyTV/dotly

A modular and customizable dotfiles framework for managing developer environments across different platforms.

+12
+1.0%
1.2K
total stars
#5673
labnol/apps-script-starter

Setup a local development environment and build Google Workspace add-ons with Google Apps Script.

+12
+1.0%
1.2K
total stars
#5674
sebastianbergmann/cli-parser

A library for parsing CLI options in PHP.

+12
+1.0%
1.2K
total stars
#5675
linux-do/override

This Go-based project appears to be a utility or general-purpose library, not specifically related to vibe coders or AI coding tools.

+12
+1.0%
1.2K
total stars
#5676
bytedance/memory-leak-detector

A memory leak detection tool for C/C++ projects, useful for maintaining and optimizing performance.

+12
+1.0%
1.2K
total stars
#5677
saimoomedits/dotfiles

A collection of dotfiles and configurations for ArchLinux and AwesomeWM, a popular tiling window manager.

+12
+1.0%
1.2K
total stars
#5678
mrzool/cv-boilerplate

A programmatic, high-quality CV generation tool using LaTeX, Pandoc, and YAML configuration.

+12
+1.1%
1.2K
total stars
#5679
dlclark/regexp2

A powerful, full-featured regular expression engine for Go developers.

+12
+1.1%
1.1K
total stars
#5680
GregFinzer/Compare-Net-Objects

Powerful .NET object comparison library that makes it easy to identify differences between any two objects.

+12
+1.1%
1.1K
total stars
#5681
thewtex/tmux-mem-cpu-load

A lightweight CPU, RAM, and load monitoring tool for use with the tmux terminal multiplexer.

+12
+1.1%
1.1K
total stars
#5682
ochococo/Design-Patterns-In-Swift

A library that provides implementations of classic design patterns in Swift 5.0 for developers.

+11
+0.1%
15.3K
total stars
#5683
redguardtoo/mastering-emacs-in-one-year-guide

A comprehensive guide to mastering the Emacs text editor, a popular choice among developers.

+11
+0.2%
6.4K
total stars
#5684
Maxteabag/sqlit

User-friendly TUI for querying multiple SQL databases from the terminal

+11
+0.3%
3.8K
total stars
#5685
cdoco/common-regex

A comprehensive collection of common regular expressions for use in software development projects.

+11
+0.3%
3.2K
total stars
#5686
presslabs/gitfs

A version-controlled file system that allows developers to work with files like a Git repository.

+11
+0.4%
2.6K
total stars
#5687
selfspy/selfspy

A Python tool that logs everything you do on your computer for statistics, reference, and fun.

+11
+0.5%
2.5K
total stars
#5688
china-testing/python-api-tesing

A collection of Python testing libraries and resources for developers focused on testing and quality assurance.

+11
+0.5%
2.4K
total stars
#5689
downdemo/Cpp-Concurrency-in-Action-2ed

A comprehensive guide to C++11/14/17/20 concurrency and threading, from core principles to thread-safe code.

+11
+0.5%
2.2K
total stars
#5690
taviso/ctypes.sh

A foreign function interface for Bash, allowing developers to call C functions from Bash scripts.

+11
+0.5%
2.2K
total stars
#5691
leinlin/Miku-LuaProfiler

A C# profiler tool for the Lua scripting language, primarily used in Unity game development.

+11
+0.6%
2.0K
total stars
#5692
Fody/PropertyChanged

A .NET library that injects INotifyPropertyChanged code into properties at compile time.

+11
+0.6%
2.0K
total stars
#5693
fabric8io/docker-maven-plugin

A Maven plugin for running and creating Docker images within a Java project.

+11
+0.6%
1.9K
total stars
#5694
cmuratori/meow_hash

A fast and efficient cryptographic hash function written in C++, useful for a variety of applications.

+11
+0.6%
1.8K
total stars
#5695
standardese/cppast

A C++ library for parsing and working with the C++ Abstract Syntax Tree (AST).

+11
+0.6%
1.8K
total stars
#5696
log4cplus/log4cplus

A simple, flexible, and thread-safe C++ logging library modeled after the Java log4j API.

+11
+0.6%
1.7K
total stars
#5697
git-commit-id/git-commit-id-maven-plugin

A Maven plugin that includes build-time Git repository information in your Java applications.

+11
+0.7%
1.7K
total stars
#5698
frk1/hazedumper

This is a .NET library for retrieving up-to-date offsets and configurations for Counter-Strike: Global Offensive (CS:GO).

+11
+0.7%
1.7K
total stars
#5699
lukeed/kleur

A fast Node.js library for formatting terminal text with ANSI colors.

+11
+0.7%
1.7K
total stars
#5700
statoscope/statoscope

Statoscope is a toolkit for analyzing and validating webpack bundle performance and dependencies.

+11
+0.7%
1.6K
total stars
1...113115...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.