Trending Projects

Discover the fastest growing open source projects

Showing 6801-6850 of 7,813 trending projects

#6801
bugsnag/bugsnag-android

BugSnag is a crash monitoring and reporting tool for Android apps that helps developers debug issues.

+7
+0.6%
1.2K
total stars
#6802
smilehao/xlua-framework

A complete Lua-based client framework for Unity games, integrating various Lua libraries and tools.

+7
+0.6%
1.2K
total stars
#6803
witchcrafters/witchcraft

Witchcraft is an Elixir library that provides monads and other functional programming constructs for Elixir developers.

+7
+0.6%
1.2K
total stars
#6804
bigcompany/know-your-http

A series of A1-sized posters about the HTTP protocol, useful for developers to learn and reference.

+7
+0.6%
1.2K
total stars
#6805
MirrorNetworking/Telepathy

A simple, message-based, MMO-scale TCP networking library in C# with no magic.

+7
+0.6%
1.2K
total stars
#6806
BlueRaja/High-Speed-Priority-Queue-for-C-Sharp

A fast, optimized priority queue implementation in C# for pathfinding applications.

+7
+0.6%
1.2K
total stars
#6807
spotify/ruler

A Gradle plugin that analyzes the size of your Android apps to help optimize performance.

+7
+0.6%
1.2K
total stars
#6808
jmrozanec/cron-utils

A Java library for parsing, validating, and working with Cron expressions and schedules.

+7
+0.6%
1.2K
total stars
#6809
coleifer/walrus

Lightweight Python utilities for working with Redis, including autocomplete, full-text search, and ORM features.

+7
+0.6%
1.2K
total stars
#6810
qq549631030/AndroidJunkCode

This Gradle plugin generates boilerplate Android code for obfuscation and app-hiding purposes.

+7
+0.6%
1.2K
total stars
#6811
vibe-d/vibe.d

Official D programming language web framework focused on asynchronous and concurrent networking applications.

+7
+0.6%
1.2K
total stars
#6812
openresty/echo-nginx-module

An Nginx module that adds powerful commands like 'echo', 'sleep', and 'time' to Nginx's configuration file.

+7
+0.6%
1.2K
total stars
#6813
imiphp/imi

imi is a PHP framework for building distributed microservices with support for long-running connections and multiple server environments.

+7
+0.6%
1.2K
total stars
#6814
in28minutes/spring-master-class

An introduction to the Spring Framework 5, with lessons on unit testing, AOP, JDBC, and JPA.

+7
+0.6%
1.2K
total stars
#6815
uber-go/multierr

Combine one or more Go errors together into a single error.

+7
+0.6%
1.2K
total stars
#6816
sultim-t/xash-rt

This is a fork of the Xash3D FWGS project, which adds real-time path tracing capabilities.

+7
+0.6%
1.2K
total stars
#6817
EdwinVW/pitstop

A sample application demonstrating microservices architecture, CQRS, event sourcing, and DDD concepts.

+7
+0.6%
1.2K
total stars
#6818
DocsHome/spring-docs

This is a Chinese translation of the Spring 5.1.3 documentation, a popular Java web application framework.

+7
+0.6%
1.2K
total stars
#6819
evincarofautumn/kitten

Kitten is a statically typed concatenative programming language written in Haskell for systems programming.

+7
+0.6%
1.2K
total stars
#6820
dalek-cryptography/bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto, a cryptographic library for developers.

+7
+0.6%
1.1K
total stars
#6821
TheAlgorithms/Scala

A comprehensive collection of algorithms and data structures implemented in the Scala programming language.

+7
+0.6%
1.1K
total stars
#6822
leostera/caramel

Caramel is a functional programming language for building type-safe, scalable, and maintainable applications.

+7
+0.6%
1.1K
total stars
#6823
rehiy/dnspod-shell

A pure Shell script to manage dynamic DNS using the DNSPod API.

+7
+0.6%
1.1K
total stars
#6824
mongodb/mongo-cxx-driver

C++ driver for connecting to MongoDB databases, with support for latest C++ standards.

+7
+0.7%
1.1K
total stars
#6825
razimantv/mazegenerator

A C++ library for generating mazes of different shapes and arbitrary sizes using graph theory.

+7
+0.7%
1.1K
total stars
#6826
jazzband/django-defender

A fast Django app that protects against brute force login attempts to secure web applications.

+7
+0.7%
1.1K
total stars
#6827
bitpoke/mysql-operator

An open-source Kubernetes operator for managing asynchronous MySQL replication using Percona Server.

+7
+0.7%
1.1K
total stars
#6828
IronLanguages/ironpython2

IronPython2 is an implementation of the Python programming language for the .NET Framework, built on the Dynamic Language Runtime (DLR).

+7
+0.7%
1.1K
total stars
#6829
reduxjs/redux-thunk

Redux-Thunk is a middleware for Redux that allows you to write action creators that return a function instead of an action object.

+6
+0.0%
17.7K
total stars
#6830
robbiehanson/CocoaAsyncSocket

Asynchronous socket networking library for Mac and iOS development.

+6
+0.1%
12.5K
total stars
#6831
socketio/socket.io-client

A real-time application framework for building real-time web applications and APIs.

+6
+0.1%
10.6K
total stars
#6832
RestKit/RestKit

RestKit is an Objective-C framework for consuming and modeling RESTful web resources on iOS and OS X.

+6
+0.1%
10.1K
total stars
#6833
heartcombo/simple_form

A simple, opinionated form builder library for Ruby on Rails applications.

+6
+0.1%
8.2K
total stars
#6834
symfony/http-kernel

A structured process for converting a Request into a Response in the Symfony PHP framework.

+6
+0.1%
8.1K
total stars
#6835
dropwizard/metrics

A Java library for capturing JVM- and application-level metrics for monitoring and observability.

+6
+0.1%
7.9K
total stars
#6836
chyingp/nodejs-learning-guide

A comprehensive learning guide for Node.js, featuring notes, examples, and best practices.

+6
+0.1%
6.9K
total stars
#6837
fecshop/yii2_fecshop

A feature-rich, open-source, and multilingual e-commerce platform built on Yii2 PHP framework.

+6
+0.1%
5.3K
total stars
#6838
lingochamp/okdownload

A reliable, flexible, and fast download engine for Java developers.

+6
+0.1%
5.3K
total stars
#6839
http-rs/tide

Fast and friendly HTTP server framework for asynchronous Rust development

+6
+0.1%
5.1K
total stars
#6840
mholt/timeliner

A deprecated tool that allowed users to create a timeline of their digital life from various data sources.

+6
+0.2%
3.6K
total stars
#6841
alexkirsz/dispatch-proxy

This is a library to combine internet connections and increase download speed, not a developer discovery platform for vibe coders.

+6
+0.2%
3.5K
total stars
#6842
cropsly/ffmpeg-android-java

An Android Java library for working with FFmpeg binaries, enabling video and audio processing on mobile devices.

+6
+0.2%
3.4K
total stars
#6843
alexa/alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps developers build voice-based Alexa skills quickly.

+6
+0.2%
3.1K
total stars
#6844
Ehco1996/django-sspanel

A Django-based Shadowsocks panel for managing and configuring Shadowsocks/V2Ray servers.

+6
+0.2%
3.1K
total stars
#6845
orangehill/iseed

A Laravel package that generates seed files from the existing database tables.

+6
+0.2%
2.9K
total stars
#6846
GuoZhaoran/spikeSystem

This Go project is an example implementation of a spike system, a common pattern for handling high-traffic sales events.

+6
+0.2%
2.8K
total stars
#6847
alberliu/gim

This is a Golang-based IM (instant messaging) server that can be used as a service component.

+6
+0.2%
2.7K
total stars
#6848
nelmio/alice

A PHP library for generating expressive fixtures to help manage test data for web applications.

+6
+0.2%
2.5K
total stars
#6849
geekidea/spring-boot-plus

Spring-Boot-Plus is a comprehensive, feature-rich open-source Java framework for building efficient and scalable web applications.

+6
+0.2%
2.5K
total stars
#6850
symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

+6
+0.2%
2.5K
total stars
1...136138...157

Stay in the loop

Get weekly updates on trending AI coding tools and projects.