Trending Projects

Discover the fastest growing open source projects

Showing 4151-4200 of 6,546 trending projects

#4151
machakann/vim-sandwich

A Vim plugin that provides a set of operators and textobjects for searching, selecting, and editing sandwiched texts.

0
0.0%
1.5K
total stars
#4152
SonarSource/docker-sonarqube

A Docker image for running SonarQube, a platform for continuous code quality management.

0
0.0%
1.5K
total stars
#4153
fossasia/kniteditor

Kniteditor is an Inno Setup script editor, not a developer discovery platform for AI coding tools.

0
0.0%
1.5K
total stars
#4154
calamares/calamares

A distribution-independent installer framework for Linux distributions.

0
0.0%
1.5K
total stars
#4155
AriaMinaei/pretty-error

A library that provides a more readable and less cluttered way to display Node.js errors

0
0.0%
1.5K
total stars
#4156
wongdean/rime-settings

A configuration for the Rime input method editor (IME) that aims to provide a near-native experience.

0
0.0%
1.5K
total stars
#4157
maddiestone/AndroidAppRE

An Android app reverse engineering workshop for developers to learn how to analyze and understand Android applications.

0
0.0%
1.5K
total stars
#4158
dtolnay/quote

A Rust library for generating code using quasi-quoting macros.

0
0.0%
1.5K
total stars
#4159
JeffreyZhao/wind

A library for asynchronous flow control in JavaScript, using JavaScript primitives.

0
0.0%
1.5K
total stars
#4160
ultrasev/cursor-reset

A Python script that helps resolve account and trial issues by resetting the Cursor editor's device identification system.

0
0.0%
1.5K
total stars
#4161
BrightXiaoHan/CMakeTutorial

A tutorial on using CMake, a build automation tool, for C/C++ projects.

0
0.0%
1.5K
total stars
#4162
tasmota/tasmotizer

Tasmotizer is a Python utility that helps developers flash and configure the Tasmota firmware on ESP8266 and ESP32 devices.

0
0.0%
1.5K
total stars
#4163
kahole/edamagit

Magit for Visual Studio Code, a Git client extension for vibe coders who use AI tools.

0
0.0%
1.5K
total stars
#4164
JetBrains/intellij-platform-gradle-plugin

Gradle plugin for building plugins for JetBrains IDEs like IntelliJ IDEA, Android Studio, and more.

0
0.0%
1.5K
total stars
#4165
oh-my-fish/theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for developer productivity and customization.

0
0.0%
1.5K
total stars
#4166
AeonLucid/AndroidNativeEmu

A Python library that allows partial emulation of Android native libraries for development and testing.

0
0.0%
1.5K
total stars
#4167
shenwei356/seqkit

A cross-platform and ultrafast toolkit for FASTA/Q file manipulation, focused on bioinformatics workflows.

0
0.0%
1.5K
total stars
#4168
HerXayah/road-to-yuzu-without-switch

A guide on how to install the Yuzu Switch emulator without a Nintendo Switch.

0
0.0%
1.5K
total stars
#4169
ryanmcdermott/code-review-tips

A collection of common problems to look for and tips for effective code reviews.

0
0.0%
1.5K
total stars
#4170
ddwhan0123/Useful-Open-Source-Android

A curated collection of useful open-source Android libraries and developer tools.

0
0.0%
1.5K
total stars
#4171
laixintao/python-parallel-programming-cookbook-cn

A comprehensive book on parallel programming techniques in Python, covering topics like asyncio, multicore, and threading.

0
0.0%
1.5K
total stars
#4172
tarjoilija/zgen

A lightweight and simple plugin manager for ZSH that helps developers manage their shell environment.

0
0.0%
1.5K
total stars
#4173
DustinWin/dustinwin.github.io

A collection of tutorials for installing, configuring, and customizing proxy tools like Adguard Home, Clash, and Sing-Box.

0
0.0%
1.5K
total stars
#4174
VSpaceCode/VSpaceCode

Spacemacs-like keybindings for Visual Studio Code, a popular editor for vibe coders building with AI tools.

0
0.0%
1.5K
total stars
#4175
AndreaOrru/LaiNES

Compact, cycle-accurate NES emulator written in C++

0
0.0%
1.5K
total stars
#4176
oooldking/script

A collection of Linux scripts for various system administration and automation tasks.

0
0.0%
1.5K
total stars
#4177
yannbertrand/macos-defaults

Incomplete list of macOS `defaults` commands with demos for Mac developers

0
0.0%
1.5K
total stars
#4178
sstalle/php7cc

PHP 7 Compatibility Checker: A command-line tool to check PHP code for compatibility with PHP 7.

0
0.0%
1.5K
total stars
#4179
vashpan/xcode-dev-cleaner

A tool for reclaiming storage used by Xcode caches and build artifacts.

0
0.0%
1.5K
total stars
#4180
ngs-lang/ngs

Next Generation Shell (NGS) is a powerful, modern shell and scripting language written in C.

0
0.0%
1.5K
total stars
#4181
VcDevel/Vc

A high-performance C++ SIMD vector library for data-parallel computing across various CPU architectures.

0
0.0%
1.5K
total stars
#4182
notepad-plus-plus/nppPluginList

The official collection of Notepad++ plugins, a code editor for developers.

0
0.0%
1.5K
total stars
#4183
peritus/bumpversion

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

0
0.0%
1.5K
total stars
#4184
SimonSchubert/LinuxCommandLibrary

A comprehensive Linux reference app with basics, tips, and formatted man pages for developers.

0
0.0%
1.5K
total stars
#4185
fastnlp/fitlog

fitlog is a tool for logging and managing code during deep learning training in Python

0
0.0%
1.5K
total stars
#4186
astral-sh/ruff-lsp

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

0
0.0%
1.5K
total stars
#4187
TheThirdOne/rars

RARS is a RISC-V assembler and runtime simulator for educational and development purposes.

0
0.0%
1.5K
total stars
#4188
python-injector/injector

A dependency injection framework for Python, inspired by Guice, to help manage dependencies in Python projects.

0
0.0%
1.5K
total stars
#4189
creusot-rs/creusot

Creusot helps developers prove their Rust code is correct using automated formal verification.

0
0.0%
1.5K
total stars
#4190
Warrenren/inside-rust-std-library

This project provides a deep dive into the Rust standard library, helping developers understand its internals.

0
0.0%
1.5K
total stars
#4191
magit/forge

Magit Forge allows developers to work with Git forges (GitHub, GitLab, Bitbucket, etc.) directly from the Magit Emacs interface.

0
0.0%
1.5K
total stars
#4192
dustinkirkland/byobu

A powerful shell multiplexer and text window manager for developers working in terminal-based environments.

0
0.0%
1.5K
total stars
#4193
Bekaboo/dropbar.nvim

Dropbar.nvim provides IDE-like breadcrumbs and winbar for Neovim, powered by LSP and Treesitter.

0
0.0%
1.5K
total stars
#4194
qmhc/unplugin-dts

An unplugin for generating declaration (dts) files, supporting various frontend frameworks and build tools.

0
0.0%
1.5K
total stars
#4195
jethrokuan/z

A pure-fish z directory jumping plugin for efficient navigation on the command line.

0
0.0%
1.5K
total stars
#4196
zmzimpl/chrome-power-app

A multi-chrome manager tool for developers, focused on productivity and efficiency.

0
0.0%
1.5K
total stars
#4197
folke/twilight.nvim

Twilight is a Lua plugin for Neovim that dims inactive portions of the code you're editing using TreeSitter.

0
0.0%
1.5K
total stars
#4198
logrotate/logrotate

A lightweight, open-source log rotation tool for managing system logs on Linux and Unix-like systems.

0
0.0%
1.5K
total stars
#4199
zhongwencool/observer_cli

A command-line tool for visualizing Erlang and Elixir node metrics and performance.

0
0.0%
1.5K
total stars
#4200
caisah/emacs.dz

An awesome Emacs configuration file collection for developers looking to customize their Emacs experience.

0
0.0%
1.5K
total stars
1...8385...131

Stay in the loop

Get weekly updates on trending AI coding tools and projects.