Trending Projects

Discover the fastest growing open source projects

Showing 2051-2100 of 6,546 trending projects

#2051
yzane/vscode-markdown-pdf

A Markdown converter for Visual Studio Code that supports PDF, Mermaid, and PlantUML.

+16
+1.4%
1.2K
total stars
#2052
ssine/pptx2md

A Python library that converts PowerPoint presentations to Markdown format.

+16
+1.4%
1.2K
total stars
#2053
davidgiven/wordgrinder

A lightweight word processor that focuses on productivity and getting work done.

+16
+1.4%
1.2K
total stars
#2054
REhints/efiXplorer

An IDA plugin and loader for UEFI firmware analysis and reverse engineering automation.

+16
+1.5%
1.1K
total stars
#2055
akhilkammila/leetcode-screenshotter

A Java-based tool that takes screenshots of LeetCode problems and editorials for developers.

+16
+1.5%
1.1K
total stars
#2056
ExeinfoASL/ASL

A free Windows executable file analysis tool that can detect and identify malware and other suspicious software.

+16
+1.5%
1.1K
total stars
#2057
BlankSourceCode/obs-zoom-to-mouse

An OBS Lua script that zooms a display-capture source to focus on the mouse cursor.

+16
+1.6%
1.0K
total stars
#2058
expo/fyi

A collection of useful information for interacting with Expo tools and services.

+16
+1.6%
1.0K
total stars
#2059
hyunjun/bookmarks

A collection of bookmarks and resources for developers, including tools, libraries, and learning materials.

+16
+1.6%
1.0K
total stars
#2060
commitizen/cz-cli

A command-line tool that helps developers write semantic commit messages and automate versioning and releases.

+15
+0.1%
17.4K
total stars
#2061
shelljs/shelljs

Portable Unix shell commands for Node.js, enabling cross-platform shell scripting.

+15
+0.1%
14.4K
total stars
#2062
tpope/vim-surround

A Vim plugin that makes it easy to add, change, and remove surrounding parentheses, quotes, and XML tags.

+15
+0.1%
14.0K
total stars
#2063
Idnan/bash-guide

A comprehensive guide to learning the Bash scripting language for developers.

+15
+0.1%
12.2K
total stars
#2064
tylertreat/comcast

A Go library that simulates poor network conditions to help developers build more resilient systems.

+15
+0.1%
10.5K
total stars
#2065
cs01/gdbgui

A browser-based frontend for the GDB debugger, allowing developers to set breakpoints, view the stack, and visualize data structures in C, C++, Go, Rust, and Fortran.

+15
+0.1%
10.3K
total stars
#2066
junegunn/fzf.vim

fzf.vim is a Vim/Neovim plugin that provides a fuzzy finder for quickly searching and opening files, buffers, and more.

+15
+0.1%
10.2K
total stars
#2067
amitshekhariitbhu/Android-Debug-Database

A library for debugging Android databases and shared preferences, making it easier to debug Android apps.

+15
+0.2%
8.6K
total stars
#2068
GoogleCloudPlatform/training-data-analyst

A collection of labs and demos for Google Cloud Platform (GCP) training courses.

+15
+0.2%
8.5K
total stars
#2069
dahlbyk/posh-git

A PowerShell module that provides Git/GitHub integration for PowerShell users.

+15
+0.2%
8.2K
total stars
#2070
golang/tools

A collection of tools for the Go programming language, including a compiler, debugger, and standard library.

+15
+0.2%
7.9K
total stars
#2071
operator-framework/operator-sdk

The Operator SDK provides high-level APIs and abstractions for building Kubernetes applications.

+15
+0.2%
7.6K
total stars
#2072
jepsen-io/jepsen

A framework for distributed systems verification with fault injection, written in Clojure.

+15
+0.2%
7.3K
total stars
#2073
gatling/gatling

Gatling is a modern, powerful, and easy-to-use load testing framework written in Scala.

+15
+0.2%
6.9K
total stars
#2074
race2infinity/The-Documentation-Compendium

A comprehensive collection of README templates and best practices for writing high-quality documentation.

+15
+0.3%
5.9K
total stars
#2075
hsutter/cppfront

A personal experimental C++ compiler that translates C++ Syntax 2 to Syntax 1.

+15
+0.3%
5.9K
total stars
#2076
google/gts

A TypeScript style guide, formatter, and linter provided by Google to ensure consistent code style.

+15
+0.3%
5.3K
total stars
#2077
python/typeshed

A collection of library stubs for Python, providing static type information for improved developer productivity.

+15
+0.3%
5.0K
total stars
#2078
zedr/clean-code-python

A repository that provides clean code concepts adapted for Python development.

+15
+0.3%
4.8K
total stars
#2079
InkboxSoftware/excelCPU

A 16-bit CPU for Excel, allowing developers to build custom CPU-based calculations and logic within Excel.

+15
+0.3%
4.7K
total stars
#2080
pyinvoke/invoke

A Python library for managing tasks and running commands, useful for developer tooling and automation.

+15
+0.3%
4.7K
total stars
#2081
sindresorhus/awesome-npm

A curated list of awesome resources and tips for using the Node.js package manager, npm.

+15
+0.3%
4.7K
total stars
#2082
docker/docs

This is the source repository for the official Docker documentation, not a developer platform focused on vibe coders.

+15
+0.3%
4.5K
total stars
#2083
ory/dockertest

Dockertest helps you write better integration tests by easily booting up ephemeral Docker images for your Go tests.

+15
+0.3%
4.5K
total stars
#2084
plasma-umass/coz

Coz is a causal profiler for C/C++ that helps developers optimize performance by identifying bottlenecks.

+15
+0.3%
4.5K
total stars
#2085
Dav1dde/glad

A versatile Vulkan/OpenGL loader-generator based on official specs for multiple programming languages.

+15
+0.3%
4.4K
total stars
#2086
inputsh/awesome-c

This is an awesome list of C programming language resources for developers.

+15
+0.4%
3.8K
total stars
#2087
ax/apk.sh

Automates repetitive tasks like pulling, decoding, rebuilding and patching Android APKs.

+15
+0.4%
3.8K
total stars
#2088
citation-style-language/styles

Official repository for Citation Style Language (CSL) citation styles, used by developers for bibliography management.

+15
+0.4%
3.7K
total stars
#2089
apple/swift-argument-parser

A type-safe argument parsing library for building command-line interfaces in Swift.

+15
+0.4%
3.7K
total stars
#2090
dendibakh/perf-book

A book on performance analysis and tuning on modern CPUs for developers interested in optimizing their code.

+15
+0.4%
3.5K
total stars
#2091
killercup/cargo-edit

A command-line tool for managing Cargo dependencies in Rust projects.

+15
+0.5%
3.4K
total stars
#2092
stephenfewer/ReflectiveDLLInjection

A library for reflective DLL injection, a technique for loading libraries into a host process.

+15
+0.5%
3.2K
total stars
#2093
noahgorstein/jqp

A TUI playground to experiment with the powerful jq JSON processing tool, written in Go.

+15
+0.5%
2.8K
total stars
#2094
robscott/kube-capacity

A simple CLI tool that provides an overview of resource usage in a Kubernetes cluster.

+15
+0.6%
2.6K
total stars
#2095
mhx/dwarfs

A fast, high-compression read-only file system with deduplication and support for multiple platforms.

+15
+0.6%
2.5K
total stars
#2096
erikw/vim-keybindings-everywhere-the-ultimate-list

A collaborative project that lists programs with native or extensible Vim-like keybindings support.

+15
+0.6%
2.5K
total stars
#2097
ellisonleao/gruvbox.nvim

A Lua-based port of the popular Gruvbox color scheme for Neovim, a modern, extensible Vim-based text editor.

+15
+0.6%
2.5K
total stars
#2098
actions/typescript-action

A template for building and publishing TypeScript-based GitHub Actions with testing, linting, and versioning.

+15
+0.6%
2.4K
total stars
#2099
nvim-pack/nvim-spectre

A Neovim plugin to find and replace text across multiple files using Ripgrep.

+15
+0.6%
2.4K
total stars
#2100
mac-cleanup/mac-cleanup-py

A Python script that helps clean up and optimize your macOS system.

+15
+0.7%
2.3K
total stars
1...4143...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.