From 5edde5386e83615cdf63a73b924e1f645cb8fbfd Mon Sep 17 00:00:00 2001 From: kaxapi Date: Thu, 19 Oct 2017 15:40:16 +0600 Subject: [PATCH] update readmes 2017-10-10 --- README-Assembly.md | 1166 +++++++++++------------ README-C.md | 1982 +++++++++++++++++++-------------------- README-CPP.md | 1994 +++++++++++++++++++-------------------- README-CSharp.md | 1990 +++++++++++++++++++-------------------- README-CoffeeScript.md | 1572 +++++++++++++++---------------- README-Go.md | 1986 +++++++++++++++++++-------------------- README-Groovy.md | 1372 +++++++++++++-------------- README-Haskell.md | 1614 ++++++++++++++++---------------- README-Java.md | 2000 ++++++++++++++++++++-------------------- README-Lua.md | 1718 +++++++++++++++++----------------- README-MATLAB.md | 1666 ++++++++++++++++----------------- README-Node.md | 2000 ++++++++++++++++++++-------------------- README-ObjectiveC.md | 1970 +++++++++++++++++++-------------------- README-PHP.md | 1990 +++++++++++++++++++-------------------- README-Perl.md | 1480 ++++++++++++++--------------- README-Python.md | 1994 +++++++++++++++++++-------------------- README-R.md | 1788 +++++++++++++++++------------------ README-Ruby.md | 1944 +++++++++++++++++++------------------- README-SQL.md | 391 ++++---- README-Scala.md | 1790 +++++++++++++++++------------------ README-Swift.md | 1976 +++++++++++++++++++-------------------- README-TypeScript.md | 1940 +++++++++++++++++++------------------- README-VB.net.md | 1086 +++++++++++----------- 23 files changed, 19704 insertions(+), 19705 deletions(-) diff --git a/README-Assembly.md b/README-Assembly.md index eec84d2..87f66b0 100644 --- a/README-Assembly.md +++ b/README-Assembly.md @@ -1,697 +1,736 @@ ## This is a most popular repository list for Assembly sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 24824 | 3422 | 75 | [Apollo-11](https://github.com/chrislgarry/Apollo-11) | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | -| 4357 | 484 | 0 | [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | -| 3693 | 189 | 69 | [dgraph](https://github.com/dgraph-io/dgraph) | Fast, Distributed Graph DB | -| 3218 | 259 | 1 | [pics](https://github.com/corkami/pics) | Posters, drawings... | -| 3046 | 451 | 111 | [cjdns](https://github.com/cjdelisle/cjdns) | An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. | -| 2413 | 187 | 0 | [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | Continuous Unix commit history from 1970 until today | -| 2007 | 684 | 8 | [hello-world](https://github.com/leachim6/hello-world) | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | -| 1697 | 302 | 24 | [BareMetal-OS-legacy](https://github.com/ReturnInfinity/BareMetal-OS-legacy) | BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly, C/C++, and Rust. | -| 1596 | 146 | 151 | [binaryen](https://github.com/WebAssembly/binaryen) | Compiler infrastructure and toolchain library for WebAssembly, in C++ | -| 1517 | 99 | 6 | [asmttpd](https://github.com/nemasu/asmttpd) | Web server for Linux written in amd64 assembly. | -| 1470 | 299 | 17 | [raspberrypi](https://github.com/dwelch67/raspberrypi) | Raspberry Pi ARM based bare metal examples | -| 1276 | 205 | 12 | [pokered](https://github.com/pret/pokered) | disassembly of Pokémon Red/Blue | -| 1146 | 454 | 11 | [cpuminer](https://github.com/pooler/cpuminer) | CPU miner for Litecoin and Bitcoin | -| 929 | 186 | 104 | [KnightOS](https://github.com/KnightOS/KnightOS) | OS for z80 calculators | -| 881 | 171 | 20 | [pokecrystal](https://github.com/pret/pokecrystal) | disassembly of Pokémon Crystal | -| 779 | 55 | 4 | [MineAssemble](https://github.com/Overv/MineAssemble) | A tiny bootable Minecraft clone written partly in x86 assembly | -| 690 | 41 | 0 | [floppybird](https://github.com/icebreaker/floppybird) | Floppy Bird (OS) | -| 643 | 76 | 3 | [sinkhole](https://github.com/xoreaxeaxeax/sinkhole) | Architectural privilege escalation on x86 | -| 637 | 90 | 1 | [asm](https://github.com/0xAX/asm) | Learning assembly for linux-x64 | -| 624 | 29 | 0 | [tetros](https://github.com/daniel-e/tetros) | Tetris that fits into the boot sector. | -| 587 | 111 | 194 | [ring](https://github.com/briansmith/ring) | Safe, fast, small crypto using Rust | +| 25023 | 3422 | 75 | [Apollo-11](https://github.com/chrislgarry/Apollo-11) | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | +| 4384 | 489 | 0 | [Prince-of-Persia-Apple-II](https://github.com/jmechner/Prince-of-Persia-Apple-II) | A running-jumping-swordfighting game I made on the Apple II from 1985-89 | +| 3911 | 203 | 82 | [dgraph](https://github.com/dgraph-io/dgraph) | Fast, Distributed Graph DB | +| 3268 | 264 | 1 | [pics](https://github.com/corkami/pics) | Posters, drawings... | +| 3122 | 461 | 109 | [cjdns](https://github.com/cjdelisle/cjdns) | An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. | +| 2479 | 188 | 0 | [unix-history-repo](https://github.com/dspinellis/unix-history-repo) | Continuous Unix commit history from 1970 until today | +| 2068 | 690 | 9 | [hello-world](https://github.com/leachim6/hello-world) | Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions! | +| 1726 | 307 | 24 | [BareMetal-OS-legacy](https://github.com/ReturnInfinity/BareMetal-OS-legacy) | BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly, C/C++, and Rust. | +| 1692 | 155 | 154 | [binaryen](https://github.com/WebAssembly/binaryen) | Compiler infrastructure and toolchain library for WebAssembly, in C++ | +| 1535 | 98 | 5 | [asmttpd](https://github.com/nemasu/asmttpd) | Web server for Linux written in amd64 assembly. | +| 1515 | 309 | 17 | [raspberrypi](https://github.com/dwelch67/raspberrypi) | Raspberry Pi ARM based bare metal examples | +| 1350 | 214 | 9 | [pokered](https://github.com/pret/pokered) | disassembly of Pokémon Red/Blue | +| 1218 | 489 | 10 | [cpuminer](https://github.com/pooler/cpuminer) | CPU miner for Litecoin and Bitcoin | +| 952 | 190 | 104 | [KnightOS](https://github.com/KnightOS/KnightOS) | OS for z80 calculators | +| 902 | 177 | 20 | [pokecrystal](https://github.com/pret/pokecrystal) | disassembly of Pokémon Crystal | +| 782 | 55 | 4 | [MineAssemble](https://github.com/Overv/MineAssemble) | A tiny bootable Minecraft clone written partly in x86 assembly | +| 690 | 43 | 0 | [floppybird](https://github.com/icebreaker/floppybird) | Floppy Bird (OS) | +| 687 | 96 | 1 | [asm](https://github.com/0xAX/asm) | Learning assembly for linux-x64 | +| 680 | 79 | 4 | [sinkhole](https://github.com/xoreaxeaxeax/sinkhole) | Architectural privilege escalation on x86 | +| 623 | 28 | 0 | [tetros](https://github.com/daniel-e/tetros) | Tetris that fits into the boot sector. | +| 622 | 118 | 194 | [ring](https://github.com/briansmith/ring) | Safe, fast, small crypto using Rust | | 540 | 26 | 1 | [calc.asm](https://github.com/flouthoc/calc.asm) | Minimal arithmetic calculator in x86 assembly | -| 491 | 337 | 88 | [BLHeli](https://github.com/bitdump/BLHeli) | BLHeli for brushless ESC firmware | -| 477 | 330 | 70 | [tgy](https://github.com/sim-/tgy) | tgy -- Open Source Firmware for ATmega-based Brushless ESCs | -| 477 | 116 | 15 | [virtualagc](https://github.com/virtualagc/virtualagc) | Virtual Apollo Guidance Computer (AGC) software | -| 418 | 190 | 0 | [tools](https://github.com/nullsecuritynet/tools) | security and hacking tools, exploits, proof of concepts, shellcodes, scripts | -| 411 | 77 | 3 | [8086tiny](https://github.com/adriancable/8086tiny) | Official repository for 8086tiny: a tiny PC emulator/virtual machine | -| 360 | 34 | 4 | [xos](https://github.com/omarrx024/xos) | Hobby OS built from scratch for the PC with a compositing graphical user interface, multitasking, ACPI, USB, networking and more to come, written entirely in assembly. Applications can be written in assembly or C. | -| 360 | 25 | 1 | [dissection](https://github.com/mewrev/dissection) | The dissection of a simple "hello world" ELF binary. | -| 353 | 63 | 12 | [Pure64](https://github.com/ReturnInfinity/Pure64) | Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer. | -| 351 | 27 | 0 | [kindle-5.6.5-jailbreak](https://github.com/sgayou/kindle-5.6.5-jailbreak) | Kindle 5.6.5 exploitation tools. | -| 309 | 112 | 12 | [CardboardSDK-iOS](https://github.com/rsanchezsaez/CardboardSDK-iOS) | iOS port of Google's CardboardSDK (mobile VR toolkit) | -| 303 | 22 | 2 | [PiFox](https://github.com/ICTeam28/PiFox) | 3D rail shooter written in ARM assembly | -| 269 | 7 | 4 | [Tuff.gb](https://github.com/BonsaiDen/Tuff.gb) | Tuff - An original game for the Nintendo GameBoy | -| 259 | 37 | 0 | [REpsych](https://github.com/xoreaxeaxeax/REpsych) | Psychological warfare in reverse engineering | +| 497 | 347 | 90 | [BLHeli](https://github.com/bitdump/BLHeli) | BLHeli for brushless ESC firmware | +| 491 | 123 | 12 | [virtualagc](https://github.com/virtualagc/virtualagc) | Virtual Apollo Guidance Computer (AGC) software | +| 484 | 333 | 71 | [tgy](https://github.com/sim-/tgy) | tgy -- Open Source Firmware for ATmega-based Brushless ESCs | +| 431 | 198 | 0 | [tools](https://github.com/nullsecuritynet/tools) | security and hacking tools, exploits, proof of concepts, shellcodes, scripts | +| 423 | 80 | 3 | [8086tiny](https://github.com/adriancable/8086tiny) | Official repository for 8086tiny: a tiny PC emulator/virtual machine | +| 365 | 34 | 6 | [xos](https://github.com/omarrx024/xos) | Hobby OS built from scratch for the PC with a compositing graphical user interface, multitasking, ACPI, USB, networking and more to come, written entirely in assembly. Applications can be written in assembly or C. | +| 360 | 26 | 1 | [dissection](https://github.com/mewrev/dissection) | The dissection of a simple "hello world" ELF binary. | +| 359 | 65 | 12 | [Pure64](https://github.com/ReturnInfinity/Pure64) | Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer. | +| 353 | 27 | 0 | [kindle-5.6.5-jailbreak](https://github.com/sgayou/kindle-5.6.5-jailbreak) | Kindle 5.6.5 exploitation tools. | +| 310 | 109 | 13 | [CardboardSDK-iOS](https://github.com/rsanchezsaez/CardboardSDK-iOS) | iOS port of Google's CardboardSDK (mobile VR toolkit) | +| 309 | 23 | 2 | [PiFox](https://github.com/ICTeam28/PiFox) | 3D rail shooter written in ARM assembly | +| 287 | 37 | 0 | [REpsych](https://github.com/xoreaxeaxeax/REpsych) | Psychological warfare in reverse engineering | +| 272 | 7 | 4 | [Tuff.gb](https://github.com/BonsaiDen/Tuff.gb) | Tuff - An original game for the Nintendo GameBoy | | 255 | 7 | 0 | [halt](https://github.com/augustl/halt) | OS where everything is immutable! (Experimental) | -| 250 | 53 | 11 | [openvg](https://github.com/ajstarks/openvg) | Tools for exploring OpenVG | -| 245 | 27 | 0 | [msdos](https://github.com/BlastarIndia/msdos) | MS-DOS Source Code 1.X and 2.0 | -| 233 | 107 | 0 | [x265](https://github.com/videolan/x265) | https://bitbucket.org/multicoreware/x265/ git mirror | -| 227 | 39 | 5 | [gambatte](https://github.com/sinamas/gambatte) | None | -| 225 | 22 | 0 | [Unix-1st-Edition-jun72](https://github.com/c3x04/Unix-1st-Edition-jun72) | Restoration of 1st Edition UNIX kernel sources from pdf document. | -| 218 | 32 | 0 | [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/cirosantilli/x86-assembly-cheat Keywords: hello world, bare bones, boot sector, MBR, BIOS, UEFI, VGA, GRUB, Multiboot, QEMU. | -| 213 | 127 | 5 | [hrm-solutions](https://github.com/atesgoral/hrm-solutions) | Human Resource Machine solutions and size/speed hacks | -| 201 | 25 | 0 | [sample-os](https://github.com/tuhdo/sample-os) | A sample OS as demonstrated in the book Operating System: From 0 to 1 | -| 196 | 62 | 3 | [KeccakCodePackage](https://github.com/gvanas/KeccakCodePackage) | Keccak Code Package | -| 196 | 23 | 0 | [jonesforth](https://github.com/nornagon/jonesforth) | Mirror of JONESFORTH | -| 187 | 26 | 0 | [x86-assembly-cheat](https://github.com/cirosantilli/x86-assembly-cheat) | x86 userland minimal examples. Hundreds of runnable asserts. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples | -| 180 | 25 | 1 | [iOSAppInAssembly](https://github.com/richardjrossiii/iOSAppInAssembly) | An iOS app in assembly | +| 251 | 55 | 13 | [openvg](https://github.com/ajstarks/openvg) | Tools for exploring OpenVG | +| 250 | 29 | 0 | [msdos](https://github.com/BlastarIndia/msdos) | MS-DOS Source Code 1.X and 2.0 | +| 239 | 114 | 1 | [x265](https://github.com/videolan/x265) | https://bitbucket.org/multicoreware/x265/ git mirror | +| 232 | 41 | 5 | [gambatte](https://github.com/sinamas/gambatte) | None | +| 231 | 35 | 0 | [x86-bare-metal-examples](https://github.com/cirosantilli/x86-bare-metal-examples) | Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/cirosantilli/x86-assembly-cheat Keywords: hello world, bare bones, boot sector, MBR, BIOS, UEFI, VGA, GRUB, Multiboot, QEMU. | +| 224 | 22 | 0 | [Unix-1st-Edition-jun72](https://github.com/c3x04/Unix-1st-Edition-jun72) | Restoration of 1st Edition UNIX kernel sources from pdf document. | +| 215 | 130 | 7 | [hrm-solutions](https://github.com/atesgoral/hrm-solutions) | Human Resource Machine solutions and size/speed hacks | +| 203 | 25 | 0 | [sample-os](https://github.com/tuhdo/sample-os) | A sample OS as demonstrated in the book Operating System: From 0 to 1 | +| 202 | 70 | 3 | [KeccakCodePackage](https://github.com/gvanas/KeccakCodePackage) | Keccak Code Package | +| 200 | 27 | 0 | [jonesforth](https://github.com/nornagon/jonesforth) | Mirror of JONESFORTH | +| 195 | 27 | 0 | [x86-assembly-cheat](https://github.com/cirosantilli/x86-assembly-cheat) | x86 userland minimal examples. Hundreds of runnable asserts. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples | +| 188 | 43 | 1 | [pocs](https://github.com/corkami/pocs) | Proof of Concepts (PE, PDF...) | +| 183 | 26 | 1 | [iOSAppInAssembly](https://github.com/richardjrossiii/iOSAppInAssembly) | An iOS app in assembly | +| 177 | 7 | 0 | [asm-space-invaders](https://github.com/flxbe/asm-space-invaders) | A small, bootable clone of Space Invaders written in x86 Assembly | +| 175 | 26 | 1 | [videocoreiv-qpu](https://github.com/hermanhermitage/videocoreiv-qpu) | Fun and Games with the Videocoreiv Quad Processor Units | | 175 | 29 | 10 | [regionthree](https://github.com/smealum/regionthree) | region free loader for 3DS/3DSXL/2DS on firmware versions 9.0-9.4 | -| 174 | 40 | 1 | [pocs](https://github.com/corkami/pocs) | Proof of Concepts (PE, PDF...) | -| 174 | 25 | 1 | [videocoreiv-qpu](https://github.com/hermanhermitage/videocoreiv-qpu) | Fun and Games with the Videocoreiv Quad Processor Units | -| 174 | 7 | 0 | [asm-space-invaders](https://github.com/flxbe/asm-space-invaders) | A small, bootable clone of Space Invaders written in x86 Assembly | | 171 | 22 | 0 | [apfcp](https://github.com/vsergeev/apfcp) | x86 Assembly Primer for C Programmers | -| 171 | 33 | 75 | [reko](https://github.com/uxmal/reko) | Reko is a binary decompiler. | -| 168 | 69 | 1 | [mikeOS](https://github.com/mig-hub/mikeOS) | Mirror for MikeOS 4.5 - Simple and educational Operating System written by Mike Saunders | -| 165 | 63 | 1 | [helloworld](https://github.com/Prithvirajbilla/helloworld) | Helloworld programs in different languages,pull requests are welcome :) | -| 160 | 51 | 0 | [gcc_five_minute](https://github.com/lexdene/gcc_five_minute) | gcc五分钟系列 | -| 156 | 31 | 0 | [AsmFlappyBird](https://github.com/YueDayu/AsmFlappyBird) | A flappy bird using asm language with QLearning method | -| 155 | 27 | 2 | [kernel](https://github.com/KnightOS/kernel) | Kernel for z80 calculators | -| 155 | 11 | 1 | [ulix](https://github.com/hgesser/ulix) | Ulix, the Literate Unix | -| 153 | 7 | 0 | [armbot](https://github.com/wyc/armbot) | None | -| 153 | 39 | 1 | [LoadDll](https://github.com/edix/LoadDll) | Better version of RunDll with GUI. This program allows you to load DLLs on Windows. You can select how to load the DLL. By direct Entry Point call (DllMain) or if you want to call directly an exported function of the DLL. | -| 142 | 7 | 0 | [c64-slack-client](https://github.com/jeff-1amstudios/c64-slack-client) | A Slack client for the Commodore 64 | -| 137 | 20 | 0 | [msdos1](https://github.com/mist64/msdos1) | A collection of disassembled and commented source of parts of MS-DOS 1.0 | -| 133 | 3 | 190 | [its](https://github.com/PDP-10/its) | Incompatible Timesharing System | -| 131 | 10 | 0 | [arpilisp](https://github.com/marcpaq/arpilisp) | A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file | -| 131 | 2 | 0 | [VexRiscv](https://github.com/SpinalHDL/VexRiscv) | A FPGA friendly 32 bit RISC-V CPU implementation | +| 171 | 73 | 1 | [mikeOS](https://github.com/mig-hub/mikeOS) | Mirror for MikeOS 4.5 - Simple and educational Operating System written by Mike Saunders | +| 164 | 67 | 3 | [helloworld](https://github.com/Prithvirajbilla/helloworld) | Helloworld programs in different languages,pull requests are welcome :) | +| 164 | 52 | 0 | [gcc_five_minute](https://github.com/lexdene/gcc_five_minute) | gcc五分钟系列 | +| 161 | 32 | 0 | [AsmFlappyBird](https://github.com/YueDayu/AsmFlappyBird) | A flappy bird using asm language with QLearning method | +| 161 | 29 | 2 | [kernel](https://github.com/KnightOS/kernel) | Kernel for z80 calculators | +| 156 | 39 | 1 | [LoadDll](https://github.com/edix/LoadDll) | Better version of RunDll with GUI. This program allows you to load DLLs on Windows. You can select how to load the DLL. By direct Entry Point call (DllMain) or if you want to call directly an exported function of the DLL. | +| 156 | 11 | 1 | [ulix](https://github.com/hgesser/ulix) | Ulix, the Literate Unix | +| 154 | 7 | 0 | [armbot](https://github.com/wyc/armbot) | None | +| 151 | 15 | 1 | [hang](https://github.com/nathan-osman/hang) | Extremely simple Linux application that hangs until a signal is received. | +| 146 | 10 | 0 | [arpilisp](https://github.com/marcpaq/arpilisp) | A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file | +| 145 | 6 | 0 | [c64-slack-client](https://github.com/jeff-1amstudios/c64-slack-client) | A Slack client for the Commodore 64 | +| 143 | 5 | 0 | [VexRiscv](https://github.com/SpinalHDL/VexRiscv) | A FPGA friendly 32 bit RISC-V CPU implementation | +| 142 | 38 | 12 | [BareMetal-kernel](https://github.com/ReturnInfinity/BareMetal-kernel) | A very minimal, resource efficient exo-kernel | +| 140 | 39 | 39 | [pokeruby](https://github.com/pret/pokeruby) | Disassembly of Pokémon Ruby/Sapphire | +| 139 | 21 | 0 | [msdos1](https://github.com/mist64/msdos1) | A collection of disassembled and commented source of parts of MS-DOS 1.0 | +| 138 | 16 | 1 | [sha256-simd](https://github.com/minio/sha256-simd) | Pure Go implementation of SHA256 using SIMD instructions for Intel and ARM | +| 137 | 3 | 192 | [its](https://github.com/PDP-10/its) | Incompatible Timesharing System | +| 137 | 45 | 0 | [windows-syscall-table](https://github.com/tinysec/windows-syscall-table) | windows syscall table from xp ~ 10 rs3 | +| 134 | 3 | 0 | [ucity](https://github.com/AntonioND/ucity) | The open-source city-building game for Game Boy Color. | | 130 | 61 | 6 | [unused-My-Wallet-iPhone](https://github.com/blockchain/unused-My-Wallet-iPhone) | For latest source, please see: https://github.com/blockchain/My-Wallet-V3-iOS | -| 129 | 15 | 2 | [sha256-simd](https://github.com/minio/sha256-simd) | Pure Go implementation of SHA256 using SIMD instructions for Intel and ARM | -| 128 | 17 | 1 | [rust-barebones-kernel](https://github.com/thepowersgang/rust-barebones-kernel) | A barebones framework for a rust kernel. | -| 124 | 13 | 0 | [geos](https://github.com/mist64/geos) | Source code of GEOS 2.0 for the Commodore 64 and 128 | +| 129 | 17 | 1 | [rust-barebones-kernel](https://github.com/thepowersgang/rust-barebones-kernel) | A barebones framework for a rust kernel. | +| 127 | 28 | 0 | [jonesforth](https://github.com/AlexandreAbreu/jonesforth) | Just a backup of the very nice Richard W.M. Jones Forth interpreter | +| 125 | 14 | 0 | [geos](https://github.com/mist64/geos) | Source code of GEOS 2.0 for the Commodore 64 and 128 | +| 125 | 11 | 37 | [hacl-star](https://github.com/mitls/hacl-star) | HACL*, a formally verified cryptographic library written in F* | | 124 | 8 | 0 | [PCS_Atari800](https://github.com/billbudge/PCS_Atari800) | None | -| 124 | 27 | 0 | [jonesforth](https://github.com/AlexandreAbreu/jonesforth) | Just a backup of the very nice Richard W.M. Jones Forth interpreter | | 123 | 18 | 0 | [anti-analysis-tricks](https://github.com/ricardojrdez/anti-analysis-tricks) | Bunch of techniques potentially used by malware to detect analysis environments | -| 123 | 3 | 0 | [ucity](https://github.com/AntonioND/ucity) | The open-source city-building game for Game Boy Color. | +| 121 | 23 | 20 | [oot3dhax](https://github.com/yellows8/oot3dhax) | 3DS OoT3D savegame haxx | | 120 | 3 | 4 | [SwiftTrace](https://github.com/johnno1962/SwiftTrace) | Trace Swift and Objective-C method invocations | -| 120 | 36 | 44 | [pokeruby](https://github.com/pret/pokeruby) | Disassembly of Pokémon Ruby/Sapphire | -| 118 | 36 | 13 | [BareMetal-kernel](https://github.com/ReturnInfinity/BareMetal-kernel) | A very minimal, resource efficient exo-kernel | -| 118 | 23 | 16 | [oot3dhax](https://github.com/yellows8/oot3dhax) | 3DS OoT3D savegame haxx | -| 116 | 40 | 8 | [nrf51-pure-gcc-setup](https://github.com/hlnd/nrf51-pure-gcc-setup) | A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux | -| 114 | 5 | 6 | [HoustonTracker2](https://github.com/utz82/HoustonTracker2) | A music editor for TI graphing calculators | -| 111 | 17 | 1 | [blas](https://github.com/ziutek/blas) | Go implementation of BLAS (Basic Linear Algebra Subprograms) | +| 120 | 32 | 2 | [Ka-Radio](https://github.com/karawin/Ka-Radio) | A wifi webradio with only low cost boards ESP8266 and VS1053 | +| 119 | 9 | 3 | [outcome](https://github.com/ned14/outcome) | Provides very lightweight outcome and result (non-Boost edition) | +| 117 | 40 | 8 | [nrf51-pure-gcc-setup](https://github.com/hlnd/nrf51-pure-gcc-setup) | A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux | +| 115 | 5 | 6 | [HoustonTracker2](https://github.com/utz82/HoustonTracker2) | A music editor for TI graphing calculators | +| 112 | 8 | 1 | [PwnAdventureZ](https://github.com/Vector35/PwnAdventureZ) | NES zombie survival game made to be hacked | +| 110 | 17 | 1 | [blas](https://github.com/ziutek/blas) | Go implementation of BLAS (Basic Linear Algebra Subprograms) | +| 108 | 11 | 0 | [M0S](https://github.com/dumitru-stama/M0S) | Cortex M0 Real Time Operating System | | 108 | 34 | 0 | [PL3](https://github.com/kakaroto/PL3) | PS3 payloads for PSGroove/PSFreedom/Other in order to 'jailbreak' the PS3 | -| 107 | 8 | 1 | [PwnAdventureZ](https://github.com/Vector35/PwnAdventureZ) | NES zombie survival game made to be hacked | -| 106 | 9 | 0 | [M0S](https://github.com/dumitru-stama/M0S) | Cortex M0 Real Time Operating System | +| 106 | 58 | 5 | [Shellcode](https://github.com/isislab/Shellcode) | None | | 105 | 1 | 1 | [systemf](https://github.com/ajyoon/systemf) | a brainfuck interpreter supporting linux syscalls with an example HTTP server | -| 104 | 52 | 5 | [Shellcode](https://github.com/isislab/Shellcode) | None | -| 101 | 10 | 7 | [outcome](https://github.com/ned14/outcome) | Provides very lightweight outcome and result (non-Boost edition) | -| 101 | 14 | 0 | [sokobanDOS](https://github.com/adamsmasher/sokobanDOS) | A tutorial for 16-bit, x86 assembly language-based game programming | -| 99 | 27 | 8 | [x86-kernel](https://github.com/ashleygwilliams/x86-kernel) | a simple x86 kernel, extended with Rust | -| 95 | 11 | 0 | [Commodore64Programming](https://github.com/petriw/Commodore64Programming) | The source from my Commodore 64 assembly programming tutorial for Windows | -| 95 | 29 | 2 | [Ka-Radio](https://github.com/karawin/Ka-Radio) | A wifi webradio with only low cost boards ESP8266 and VS1053 | -| 93 | 62 | 4 | [Nand2Tetris](https://github.com/havivha/Nand2Tetris) | Computer implementation as described in "The Elements of Computing Systems" | -| 92 | 74 | 0 | [CSAPP-Labs](https://github.com/xuzhezhaozhao/CSAPP-Labs) | CSAPP网站上的9个labs | -| 91 | 55 | 0 | [pentest](https://github.com/yaseng/pentest) | some pentest scripts & tools by yaseng@uauc.net | -| 91 | 30 | 39 | [Enigma](https://github.com/Kaelri/Enigma) | A featured "suite" for the Windows system monitoring application, Rainmeter. | -| 90 | 17 | 1 | [pdp7-unix](https://github.com/DoctorWkt/pdp7-unix) | A project to resurrect Unix on the PDP-7 from a scan of the original assembly code | -| 90 | 29 | 0 | [huxley](https://github.com/reprap/huxley) | 2010 replicating machine design, based on the earlier mini-Mendel | +| 103 | 22 | 1 | [pokeyellow](https://github.com/pret/pokeyellow) | Disassembly of Pokemon Yellow | +| 101 | 27 | 8 | [x86-kernel](https://github.com/ashleygwilliams/x86-kernel) | a simple x86 kernel, extended with Rust | +| 99 | 67 | 4 | [Nand2Tetris](https://github.com/havivha/Nand2Tetris) | Computer implementation as described in "The Elements of Computing Systems" | +| 99 | 14 | 0 | [sokobanDOS](https://github.com/adamsmasher/sokobanDOS) | A tutorial for 16-bit, x86 assembly language-based game programming | +| 98 | 25 | 12 | [pokeemerald](https://github.com/pret/pokeemerald) | disassembly of Pokémon Emerald | +| 98 | 13 | 0 | [Commodore64Programming](https://github.com/petriw/Commodore64Programming) | The source from my Commodore 64 assembly programming tutorial for Windows | +| 95 | 31 | 34 | [Enigma](https://github.com/Kaelri/Enigma) | A featured "suite" for the Windows system monitoring application, Rainmeter. | +| 94 | 57 | 0 | [pentest](https://github.com/yaseng/pentest) | some pentest scripts & tools by yaseng@uauc.net | +| 94 | 76 | 0 | [CSAPP-Labs](https://github.com/xuzhezhaozhao/CSAPP-Labs) | CSAPP网站上的9个labs | +| 91 | 17 | 1 | [pdp7-unix](https://github.com/DoctorWkt/pdp7-unix) | A project to resurrect Unix on the PDP-7 from a scan of the original assembly code | +| 91 | 2 | 5 | [sewing](https://github.com/JodiTheTigger/sewing) | Multiplatform multithreaded context swapping fiber based job system. | +| 90 | 30 | 0 | [huxley](https://github.com/reprap/huxley) | 2010 replicating machine design, based on the earlier mini-Mendel | +| 90 | 47 | 0 | [asm_prog_ex](https://github.com/xorpd/asm_prog_ex) | Exercises for Assembly language course | | 89 | 4 | 0 | [servasm](https://github.com/zarkzork/servasm) | X86_64 Linux webserver in assembler | -| 89 | 19 | 1 | [pokeyellow](https://github.com/pret/pokeyellow) | Disassembly of Pokemon Yellow | | 88 | 27 | 4 | [CardboardVR-iOS](https://github.com/equinox2k/CardboardVR-iOS) | Port of google's cardboard SDK for iOS | -| 88 | 81 | 1 | [STM32F4-examples](https://github.com/g4lvanix/STM32F4-examples) | Various example codes for the STM32F4 Discovery board | +| 88 | 83 | 1 | [STM32F4-examples](https://github.com/g4lvanix/STM32F4-examples) | Various example codes for the STM32F4 Discovery board | | 87 | 11 | 2 | [asmhttpd](https://github.com/jcalvinowens/asmhttpd) | A minimalist HTTP server for Linux, written in x86_64 assembly | -| 86 | 2 | 4 | [sewing](https://github.com/JodiTheTigger/sewing) | Multiplatform multithreaded context swapping fiber based job system. | -| 84 | 22 | 0 | [meeblip-synth](https://github.com/MeeBlip/meeblip-synth) | MeeBlip's internal sound generation code - the stuff that makes noise | -| 84 | 43 | 0 | [asm_prog_ex](https://github.com/xorpd/asm_prog_ex) | Exercises for Assembly language course | +| 86 | 23 | 0 | [meeblip-synth](https://github.com/MeeBlip/meeblip-synth) | MeeBlip's internal sound generation code - the stuff that makes noise | +| 85 | 43 | 1 | [piccolo](https://github.com/adafruit/piccolo) | Tiny Arduino music visualizer | +| 84 | 11 | 0 | [nes-test-roms](https://github.com/christopherpow/nes-test-roms) | Collection of test ROMs for testing a NES emulator. | | 83 | 7 | 1 | [connectedNES](https://github.com/hxlnt/connectedNES) | A WiFi "modem" that connects your NES to the internet. Includes sample Twitter client. | -| 82 | 41 | 2 | [piccolo](https://github.com/adafruit/piccolo) | Tiny Arduino music visualizer | +| 83 | 22 | 2 | [low_power_voltage_measurement](https://github.com/EspressifSystems/low_power_voltage_measurement) | This repository contains the codes for ESP8266 to wake up and measure its own supply voltage. More details in README. | | 81 | 24 | 4 | [rpi-kernel](https://github.com/SharpCoder/rpi-kernel) | A Basic (non Linux) C++ Kernel for Raspberry Pi. | | 81 | 5 | 1 | [asmscan](https://github.com/edma2/asmscan) | a port scanner written in x86 assembly | -| 81 | 22 | 2 | [low_power_voltage_measurement](https://github.com/EspressifSystems/low_power_voltage_measurement) | This repository contains the codes for ESP8266 to wake up and measure its own supply voltage. More details in README. | -| 78 | 3 | 0 | [exdos](https://github.com/omarrx024/exdos) | Extensible Disk Operating System (dead project) | -| 77 | 71 | 5 | [InDroid](https://github.com/romangol/InDroid) | Dalvik vm Instrumentation OS | -| 77 | 9 | 0 | [nes-test-roms](https://github.com/christopherpow/nes-test-roms) | Collection of test ROMs for testing a NES emulator. | -| 75 | 5 | 2 | [ReC98](https://github.com/nmlgc/ReC98) | The Touhou PC-98 Restoration Project | +| 79 | 5 | 2 | [ReC98](https://github.com/nmlgc/ReC98) | The Touhou PC-98 Restoration Project | +| 78 | 23 | 1 | [RedPlusPlus](https://github.com/TheFakeMateo/RedPlusPlus) | An upgrade to Pokémon Red. Fixes several bugs and adds a lot of new features. Current official release is v2.4.1 from 13 November 2016. | +| 77 | 3 | 0 | [exdos](https://github.com/omarrx024/exdos) | Extensible Disk Operating System (dead project) | +| 77 | 19 | 1 | [siofra](https://github.com/Cybereason/siofra) | None | +| 76 | 71 | 5 | [InDroid](https://github.com/romangol/InDroid) | Dalvik vm Instrumentation OS | +| 75 | 5 | 0 | [ZGB](https://github.com/Zal0/ZGB) | A little engine for creating games for the Game Boy and Game Boy Color | +| 75 | 6 | 2 | [asm2c](https://github.com/frranck/asm2c) | Tool to convert DOS Assembly code to C code | +| 75 | 38 | 32 | [Hmisc](https://github.com/harrelfe/Hmisc) | Harrell Miscellaneous | +| 74 | 19 | 101 | [z88dk](https://github.com/z88dk/z88dk) | The development kit for over fifty z80 machines - c compiler, assembler, linker, libraries. | | 74 | 7 | 1 | [assembly_chess](https://github.com/xu-ji/assembly_chess) | None | -| 72 | 17 | 2 | [pokeemerald](https://github.com/pret/pokeemerald) | disassembly of Pokémon Emerald | -| 72 | 13 | 4 | [nesnes](https://github.com/koenkivits/nesnes) | New EcmaScript NES emulator | -| 72 | 6 | 0 | [asm2c](https://github.com/frranck/asm2c) | Tool to convert DOS Assembly code to C code | -| 72 | 5 | 0 | [ZGB](https://github.com/Zal0/ZGB) | A little engine for creating games for the Game Boy and Game Boy Color | -| 71 | 22 | 1 | [RedPlusPlus](https://github.com/TheFakeMateo/RedPlusPlus) | An upgrade to Pokémon Red. Fixes several bugs and adds a lot of new features. Current official release is v2.4.1 from 13 November 2016. | -| 69 | 15 | 0 | [pure-linux-threads-demo](https://github.com/skeeto/pure-linux-threads-demo) | Pthreads-free Linux threading demo | -| 69 | 36 | 31 | [Hmisc](https://github.com/harrelfe/Hmisc) | Harrell Miscellaneous | -| 69 | 21 | 0 | [win-exec-calc-shellcode](https://github.com/peterferrie/win-exec-calc-shellcode) | A small, null-free Windows shellcode that executes calc.exe (x86/x64, all OS/SPs) | -| 68 | 45 | 74 | [mpir](https://github.com/wbhart/mpir) | Multiple Precision Integers and Rationals | -| 68 | 10 | 17 | [hacl-star](https://github.com/mitls/hacl-star) | HACL*, a formally verified cryptographic library written in F* | -| 68 | 5 | 0 | [computers-are-easy](https://github.com/hxlnt/computers-are-easy) | A "Hello World" NES ROM with fully-commented 6502 assembly-language source code. | -| 67 | 16 | 0 | [iCufflinks](https://github.com/adafruit/iCufflinks) | Sleek. Modern. Blinky. | +| 73 | 13 | 4 | [nesnes](https://github.com/koenkivits/nesnes) | New EcmaScript NES emulator | +| 72 | 47 | 74 | [mpir](https://github.com/wbhart/mpir) | Multiple Precision Integers and Rationals | +| 71 | 16 | 0 | [pure-linux-threads-demo](https://github.com/skeeto/pure-linux-threads-demo) | Pthreads-free Linux threading demo | +| 71 | 5 | 0 | [computers-are-easy](https://github.com/hxlnt/computers-are-easy) | A "Hello World" NES ROM with fully-commented 6502 assembly-language source code. | +| 71 | 22 | 0 | [win-exec-calc-shellcode](https://github.com/peterferrie/win-exec-calc-shellcode) | A small, null-free Windows shellcode that executes calc.exe (x86/x64, all OS/SPs) | +| 70 | 34 | 1 | [equihash-xenon](https://github.com/xenoncat/equihash-xenon) | None | +| 69 | 10 | 0 | [c64js](https://github.com/mborgbrant/c64js) | A commodore 64 emulator written in pure JavaScript | +| 68 | 13 | 1 | [6502](https://github.com/jefftranter/6502) | Code for the 6502 microprocessor, mostly for the Replica 1 computer. | +| 68 | 21 | 1 | [newhope](https://github.com/tpoeppelmann/newhope) | None | +| 67 | 15 | 0 | [iCufflinks](https://github.com/adafruit/iCufflinks) | Sleek. Modern. Blinky. | | 66 | 20 | 0 | [Spider3DSTools](https://github.com/yifanlu/Spider3DSTools) | Tools to work with 3DS 9.x Spider exploit | -| 66 | 13 | 1 | [6502](https://github.com/jefftranter/6502) | Code for the 6502 microprocessor, mostly for the Replica 1 computer. | -| 66 | 31 | 1 | [equihash-xenon](https://github.com/xenoncat/equihash-xenon) | None | | 65 | 15 | 21 | [3ds_smashbroshax](https://github.com/yellows8/3ds_smashbroshax) | 3DS wifi beaconhax for Super Smash Bros. | -| 65 | 8 | 0 | [c64js](https://github.com/mborgbrant/c64js) | A commodore 64 emulator written in pure JavaScript | -| 64 | 6 | 1 | [2048-gb](https://github.com/Sanqui/2048-gb) | a gameboy (and SMS) port of 2048 | +| 65 | 6 | 1 | [2048-gb](https://github.com/Sanqui/2048-gb) | a gameboy (and SMS) port of 2048 | +| 64 | 58 | 0 | [defcad-repo](https://github.com/maduce/defcad-repo) | Official Defcad Megapack Repo | +| 64 | 68 | 2 | [emu8086](https://github.com/AhmadNaserTurnkeySolutions/emu8086) | Assembly tutorial | | 64 | 21 | 0 | [evilmaid_chkdsk](https://github.com/alexwebr/evilmaid_chkdsk) | An bootable 'evil maid' tool that pretends to be Windows CHKDSK | -| 64 | 20 | 1 | [newhope](https://github.com/tpoeppelmann/newhope) | None | +| 64 | 1 | 0 | [dinozorus](https://github.com/vigo/dinozorus) | 1990'lı yıllara damgasını vuran efsane televizyon oyunu Dinozorus. Amiga 1200 - AGA | | 64 | 20 | 19 | [Hantek6022API](https://github.com/rpcope1/Hantek6022API) | Hantek 6022BE Python API for Windows and Linux. | +| 64 | 22 | 0 | [slimshader](https://github.com/tgjones/slimshader) | SlimShader is a Direct3D shader bytecode parser for .NET and C++ | | 64 | 3 | 1 | [tetrasm](https://github.com/programble/tetrasm) | Tetris for x86 in NASM | -| 63 | 57 | 0 | [defcad-repo](https://github.com/maduce/defcad-repo) | Official Defcad Megapack Repo | -| 63 | 1 | 0 | [dinozorus](https://github.com/vigo/dinozorus) | 1990'lı yıllara damgasını vuran efsane televizyon oyunu Dinozorus. Amiga 1200 - AGA | | 63 | 12 | 5 | [gbdk-n](https://github.com/andreasjhkarlsson/gbdk-n) | gbdk libraries updated for newer versions of sdcc | -| 63 | 21 | 0 | [slimshader](https://github.com/tgjones/slimshader) | SlimShader is a Direct3D shader bytecode parser for .NET and C++ | +| 63 | 5 | 0 | [chipdisk-nac-vol.1](https://github.com/c64scene-ar/chipdisk-nac-vol.1) | Chipdisk Nacional Vol.1 | | 62 | 8 | 0 | [systorm](https://github.com/ScorchSecurity/systorm) | NASM Standard Library for shellcode | | 62 | 5 | 6 | [echo](https://github.com/kelseyhightower/echo) | echo prints the first positional argument to stdout | -| 61 | 5 | 0 | [chipdisk-nac-vol.1](https://github.com/c64scene-ar/chipdisk-nac-vol.1) | Chipdisk Nacional Vol.1 | -| 60 | 60 | 2 | [emu8086](https://github.com/AhmadNaserTurnkeySolutions/emu8086) | Assembly tutorial | -| 60 | 15 | 90 | [z88dk](https://github.com/z88dk/z88dk) | The development kit for over fifty z80 machines - c compiler, assembler, linker, libraries. | -| 60 | 7 | 0 | [libo](https://github.com/xiw/libo) | Integer arithmetic with overflow detection | -| 59 | 17 | 4 | [isa-l_crypto](https://github.com/01org/isa-l_crypto) | None | -| 58 | 4 | 0 | [echo](https://github.com/faissaloo/echo) | echo in 153 bytes (99% smaller) (x86) | +| 61 | 67 | 0 | [jos](https://github.com/Clann24/jos) | JOS lab | +| 61 | 7 | 0 | [libo](https://github.com/xiw/libo) | Integer arithmetic with overflow detection | +| 60 | 19 | 5 | [isa-l_crypto](https://github.com/01org/isa-l_crypto) | None | +| 60 | 29 | 0 | [WindSLIC](https://github.com/AR1972/WindSLIC) | SLIC injector | +| 59 | 5 | 0 | [echo](https://github.com/faissaloo/echo) | echo in 153 bytes (99% smaller) (x86) | +| 58 | 4 | 1 | [8queens](https://github.com/davidad/8queens) | x64 assembler solution to n-queens problem. Not tested for n!=8. | | 57 | 8 | 0 | [copies-and-fills](https://github.com/simonjhall/copies-and-fills) | None | -| 57 | 62 | 0 | [jos](https://github.com/Clann24/jos) | JOS lab | -| 57 | 27 | 0 | [WindSLIC](https://github.com/AR1972/WindSLIC) | SLIC injector | -| 56 | 4 | 1 | [8queens](https://github.com/davidad/8queens) | x64 assembler solution to n-queens problem. Not tested for n!=8. | | 55 | 3 | 0 | [2048-2600](https://github.com/chesterbr/2048-2600) | A port of the 2048 game to the Atari 2600 VCS | +| 55 | 16 | 1 | [s1disasm](https://github.com/sonicretro/s1disasm) | Sonic 1 Disassembly | | 55 | 12 | 0 | [jonesforth](https://github.com/chengchangwu/jonesforth) | My ANS FORTH consistent version of jonesforth | +| 54 | 25 | 5 | [BLHeliSuite](https://github.com/4712/BLHeliSuite) | None | +| 54 | 15 | 2 | [hpgl](https://github.com/hpgl/hpgl) | High Perfomance Geostatistics Library | | 54 | 2 | 0 | [boot2sol](https://github.com/masneyb/boot2sol) | Solitaire. Written inside the bootloader. | | 54 | 13 | 0 | [mpress_dumper](https://github.com/gdbinit/mpress_dumper) | MPRESS dumper for OS X | | 54 | 26 | 0 | [DSOQuad_SourceCode](https://github.com/Seeed-Studio/DSOQuad_SourceCode) | SourceCode for DSO Quad HWv2.6 | -| 53 | 22 | 5 | [BLHeliSuite](https://github.com/4712/BLHeliSuite) | None | -| 52 | 15 | 2 | [s1disasm](https://github.com/sonicretro/s1disasm) | Sonic 1 Disassembly | -| 52 | 18 | 0 | [Atari_ST_Sources](https://github.com/ggnkua/Atari_ST_Sources) | A large repository of Atari ST (and family) source code | -| 52 | 17 | 0 | [walleclass](https://github.com/sangwf/walleclass) | 《跟着瓦利哥学写OS》的课程代码 | +| 53 | 14 | 6 | [stm8ef](https://github.com/TG9541/stm8ef) | eForth for STM8S Value Line and Access Line devices | +| 53 | 18 | 0 | [Atari_ST_Sources](https://github.com/ggnkua/Atari_ST_Sources) | A large repository of Atari ST (and family) source code | +| 53 | 17 | 0 | [walleclass](https://github.com/sangwf/walleclass) | 《跟着瓦利哥学写OS》的课程代码 | +| 53 | 10 | 1 | [SNES](https://github.com/PeterLemon/SNES) | SNES Assembly Programming | +| 52 | 164 | 1 | [ps3-firmware-beginners-luck](https://github.com/skrptktty/ps3-firmware-beginners-luck) | ps3_firmware | +| 52 | 7 | 0 | [exdos64](https://github.com/omarrx024/exdos64) | Extensible Disk Operating System x64 version (dead project) | | 52 | 11 | 0 | [cranky-data-virus](https://github.com/cranklin/cranky-data-virus) | Educational virus written in Assembly that infects 32-bit ELF executables on Linux using the data segment infection method | -| 51 | 166 | 1 | [ps3-firmware-beginners-luck](https://github.com/skrptktty/ps3-firmware-beginners-luck) | ps3_firmware | -| 51 | 7 | 0 | [exdos64](https://github.com/omarrx024/exdos64) | Extensible Disk Operating System x64 version (dead project) | -| 51 | 12 | 8 | [UnrealCS](https://github.com/xiongfang/UnrealCS) | None | -| 50 | 229 | 1 | [core-win64](https://github.com/hackedteam/core-win64) | RCS Agent for Windows (64bit) | +| 51 | 226 | 1 | [core-win64](https://github.com/hackedteam/core-win64) | RCS Agent for Windows (64bit) | +| 51 | 10 | 2 | [CoreForth](https://github.com/ekoeppen/CoreForth) | Forth for the ARM Cortex-M3 | | 50 | 16 | 0 | [unix-v1](https://github.com/jserv/unix-v1) | Restoration of 1st Edition UNIX kernel sources from Bell Laboratories | -| 50 | 14 | 2 | [hpgl](https://github.com/hpgl/hpgl) | High Perfomance Geostatistics Library | | 50 | 8 | 0 | [Tetris-Duel](https://github.com/Tetris-Duel-Team/Tetris-Duel) | Multiplayer Tetris for Raspberry Pi (in bare metal assembly) | -| 49 | 10 | 2 | [CoreForth](https://github.com/ekoeppen/CoreForth) | Forth for the ARM Cortex-M3 | -| 49 | 9 | 1 | [SNES](https://github.com/PeterLemon/SNES) | SNES Assembly Programming | -| 48 | 5 | 0 | [sega-system-for-fpga](https://github.com/danluu/sega-system-for-fpga) | FPGA Sega in Verilog, for Xilinx Virtex, circa 2002. Has an emulator thrown in, to simplify FPGA debugging. | -| 48 | 12 | 2 | [context-rs](https://github.com/zonyitoo/context-rs) | Context utilities in Rust | -| 47 | 9 | 3 | [forth](https://github.com/phf/forth) | Porting Richard Jones' FORTH to ARM | -| 47 | 11 | 3 | [stm8ef](https://github.com/TG9541/stm8ef) | eForth for STM8S Value Line and Access Line devices | -| 46 | 17 | 0 | [CompilerBackdoor](https://github.com/bojieli/CompilerBackdoor) | Course project to insert a backdoor into an open source compiler (Ken Thompson’s Reflections on Trusting Trust) | -| 46 | 7 | 0 | [tiny-bootstrap](https://github.com/Jophish/tiny-bootstrap) | A tiny bootloader for x86 IBM-PC compatible machines | -| 46 | 4 | 11 | [chip16](https://github.com/chip16/chip16) | The Chip16 emulation project. | -| 46 | 44 | 4 | [context](https://github.com/boostorg/context) | None | +| 49 | 5 | 0 | [sega-system-for-fpga](https://github.com/danluu/sega-system-for-fpga) | FPGA Sega in Verilog, for Xilinx Virtex, circa 2002. Has an emulator thrown in, to simplify FPGA debugging. | +| 49 | 17 | 0 | [CompilerBackdoor](https://github.com/bojieli/CompilerBackdoor) | Course project to insert a backdoor into an open source compiler (Ken Thompson’s Reflections on Trusting Trust) | +| 48 | 11 | 1 | [CasperReverse](https://github.com/casperreverser/CasperReverse) | Here's a quick rundown of how I reversed the Casper API (https://casper.io) | +| 48 | 10 | 3 | [forth](https://github.com/phf/forth) | Porting Richard Jones' FORTH to ARM | +| 48 | 11 | 2 | [context-rs](https://github.com/zonyitoo/context-rs) | Context utilities in Rust | +| 48 | 10 | 0 | [tiny-bootstrap](https://github.com/Jophish/tiny-bootstrap) | A tiny bootloader for x86 IBM-PC compatible machines | +| 47 | 47 | 2 | [context](https://github.com/boostorg/context) | None | +| 46 | 5 | 11 | [chip16](https://github.com/chip16/chip16) | The Chip16 emulation project. | +| 46 | 10 | 1 | [RC2014](https://github.com/RC2014Z80/RC2014) | Official RC2014 repository for hardware schematics / software and more! | +| 45 | 11 | 0 | [poketcg](https://github.com/pret/poketcg) | Disassembly of Pokémon TCG | | 44 | 2 | 0 | [wcx64](https://github.com/eliben/wcx64) | Clone of wc in x64 assembly | -| 44 | 10 | 1 | [CasperReverse](https://github.com/casperreverser/CasperReverse) | Here's a quick rundown of how I reversed the Casper API (https://casper.io) | -| 44 | 10 | 1 | [RC2014](https://github.com/RC2014Z80/RC2014) | Official RC2014 repository for hardware schematics / software and more! | | 43 | 3 | 4 | [freakyhax](https://github.com/plutooo/freakyhax) | QR-code exploit for Freakyforms Deluxe (3DS) | -| 43 | 4 | 0 | [Malicious](https://github.com/Shinao/Malicious) | ASM Malicious code - PE infector | +| 43 | 6 | 1 | [mecrisp-stellaris](https://github.com/jeelabs/mecrisp-stellaris) | Mecrisp-Stellaris mirror (without the binaries) | +| 43 | 10 | 0 | [rustboot64](https://github.com/IanSeyler/rustboot64) | A tiny 64 bit kernel written in Rust | | 43 | 5 | 0 | [gbt-player](https://github.com/AntonioND/gbt-player) | A music player library for Game Boy. | -| 42 | 13 | 0 | [stacksmash](https://github.com/rcoh/stacksmash) | A collection of toy programs for teaching buffer overflow vulnerabilities. | -| 42 | 13 | 1 | [rpiForth](https://github.com/aviatorRHK/rpiForth) | A Forth Operating System for Raspberry Pi | +| 43 | 13 | 0 | [stacksmash](https://github.com/rcoh/stacksmash) | A collection of toy programs for teaching buffer overflow vulnerabilities. | +| 43 | 13 | 1 | [rpiForth](https://github.com/aviatorRHK/rpiForth) | A Forth Operating System for Raspberry Pi | +| 42 | 5 | 0 | [Malicious](https://github.com/Shinao/Malicious) | ASM Malicious code - PE infector | +| 42 | 15 | 2 | [assemblytutorials](https://github.com/DGivney/assemblytutorials) | This project was put together to teach myself NASM assembly language on linux. | | 41 | 4 | 0 | [u4remastered](https://github.com/MagerValp/u4remastered) | Ultima IV Remastered for the C64 | -| 41 | 16 | 20 | [rms](https://github.com/harrelfe/rms) | Regression Modeling Strategies | -| 41 | 9 | 0 | [rustboot64](https://github.com/IanSeyler/rustboot64) | A tiny 64 bit kernel written in Rust | +| 41 | 15 | 19 | [rms](https://github.com/harrelfe/rms) | Regression Modeling Strategies | | 41 | 4 | 0 | [micro-coreutils](https://github.com/mystor/micro-coreutils) | An implementation of the unix commands yes, cat, and echo in as few bytes of executable as possible | | 41 | 5 | 0 | [Toledo-Atomchess](https://github.com/nanochess/Toledo-Atomchess) | Toledo Atomchess is the world's smallest chess program in x86 assembly code | -| 40 | 5 | 0 | [mecrisp-stellaris](https://github.com/jeelabs/mecrisp-stellaris) | Mecrisp-Stellaris mirror (without the binaries) | +| 41 | 13 | 1 | [s2disasm](https://github.com/sonicretro/s2disasm) | Sonic 2 Disassembly | +| 41 | 31 | 1 | [Allwinner-Info](https://github.com/hno/Allwinner-Info) | Collecting information on Allwinner A10 internals | | 40 | 5 | 0 | [noiseplug](https://github.com/dop3j0e/noiseplug) | The Noiseplug, an ATtiny9 µC playing a chiptune | -| 40 | 8 | 0 | [Oldies](https://github.com/ricbit/Oldies) | Old code written by Ricbit | -| 40 | 5 | 0 | [leela](https://github.com/locaweb/leela) | Scalable metrics monitoring engine | -| 40 | 29 | 1 | [Allwinner-Info](https://github.com/hno/Allwinner-Info) | Collecting information on Allwinner A10 internals | -| 39 | 14 | 2 | [assemblytutorials](https://github.com/DGivney/assemblytutorials) | This project was put together to teach myself NASM assembly language on linux. | +| 40 | 41 | 2 | [My-Wallet-V3-iOS](https://github.com/blockchain/My-Wallet-V3-iOS) | None | +| 40 | 9 | 0 | [Oldies](https://github.com/ricbit/Oldies) | Old code written by Ricbit | +| 39 | 5 | 0 | [gb-disasm](https://github.com/mmuszkow/gb-disasm) | GameBoy ROMs disassembler | +| 39 | 7 | 1 | [JTAG](https://github.com/mrjimenez/JTAG) | JTAG library for Arduino | +| 39 | 9 | 8 | [low-level-programming](https://github.com/Apress/low-level-programming) | Source code for 'Low-Level Programming' by Igor Zhirkov | | 39 | 18 | 1 | [meeblip-anode](https://github.com/MeeBlip/meeblip-anode) | Meeblip anode hybrid MIDI synthesizer | -| 39 | 12 | 1 | [s2disasm](https://github.com/sonicretro/s2disasm) | Sonic 2 Disassembly | -| 38 | 35 | 2 | [My-Wallet-V3-iOS](https://github.com/blockchain/My-Wallet-V3-iOS) | None | +| 39 | 5 | 0 | [tetris.c64](https://github.com/wiebow/tetris.c64) | Tetris in 6502 for the Commodore 64 | +| 39 | 5 | 0 | [leela](https://github.com/locaweb/leela) | Scalable metrics monitoring engine | +| 39 | 6 | 33 | [shader-compiler-bugs](https://github.com/mc-imperial/shader-compiler-bugs) | A collection of shader compiler bugs. | +| 39 | 15 | 0 | [msbasic](https://github.com/mist64/msbasic) | Microsoft BASIC for 6502 (Commodore, Apple, KIM-1, AIM-65, OSI, ...) | | 38 | 2 | 1 | [vicdoom](https://github.com/Kweepa/vicdoom) | Doom for the VIC-20 | -| 38 | 5 | 0 | [gb-disasm](https://github.com/mmuszkow/gb-disasm) | GameBoy ROMs disassembler | -| 38 | 6 | 0 | [JTAG](https://github.com/mrjimenez/JTAG) | JTAG library for Arduino | | 38 | 3 | 0 | [360](https://github.com/spitbol/360) | SPITBOL 360 is an implementation of the SNOBOL4 programming language for use on IBM 360 compatible computers. SPITBOL 360 was the first true compiler for SNOBOL4 and is an incredibly clever work of assembly language. | | 38 | 2 | 0 | [seq.asm](https://github.com/shawnanastasio/seq.asm) | Minimal implementation of UNIX seq command in x86_64 assembly. | -| 38 | 5 | 0 | [tetris.c64](https://github.com/wiebow/tetris.c64) | Tetris in 6502 for the Commodore 64 | -| 38 | 9 | 0 | [poketcg](https://github.com/pret/poketcg) | Disassembly of Pokémon TCG | -| 38 | 5 | 33 | [shader-compiler-bugs](https://github.com/mc-imperial/shader-compiler-bugs) | A collection of shader compiler bugs. | +| 38 | 8 | 1 | [strata](https://github.com/StanfordPL/strata) | Automatic inference of a formal specification of the x86_64 instruction set | +| 38 | 3 | 1 | [go-cv-simd](https://github.com/fwessels/go-cv-simd) | Low level image processing library in pure Go with SIMD assembly | | 37 | 14 | 1 | [firminsight](https://github.com/ilovepp/firminsight) | Automatic collect firmwares from internet,decompress,find binary code,extract info,file relation and function relation | | 37 | 6 | 1 | [tiny-rust-demo](https://github.com/kmcallister/tiny-rust-demo) | Using Rust to make a 151-byte static AMD64 Linux binary | -| 36 | 40 | 10 | [wolfssl-examples](https://github.com/wolfSSL/wolfssl-examples) | Example applications using the wolfSSL lightweight SSL/TLS library | -| 36 | 7 | 1 | [strata](https://github.com/StanfordPL/strata) | Automatic inference of a formal specification of the x86_64 instruction set | +| 36 | 0 | 0 | [cppnow2016](https://github.com/SuperV1234/cppnow2016) | Repository for my C++Now 2016 sessions. | +| 36 | 11 | 2 | [elf-parser](https://github.com/TheCodeArtist/elf-parser) | Identifying/Extracting various sections of an ELF file | +| 36 | 43 | 10 | [wolfssl-examples](https://github.com/wolfSSL/wolfssl-examples) | Example applications using the wolfSSL lightweight SSL/TLS library | +| 36 | 7 | 0 | [practical-reverse-engineering](https://github.com/baderj/practical-reverse-engineering) | my results for the exercises in the book "Practical Reverse Engineering" by Bruce Dang et al. | +| 36 | 1 | 0 | [nyanmbr](https://github.com/brainsmoke/nyanmbr) | Nyancat in the MBR | +| 35 | 2 | 0 | [ip65](https://github.com/oliverschmidt/ip65) | IP65 - a TCP/IP stack for 6502 based computers — | | 35 | 18 | 3 | [Goodbye-World](https://github.com/datacorruption/Goodbye-World) | The last program that every developer writes. | -| 35 | 6 | 0 | [practical-reverse-engineering](https://github.com/baderj/practical-reverse-engineering) | my results for the exercises in the book "Practical Reverse Engineering" by Bruce Dang et al. | -| 35 | 1 | 0 | [nyanmbr](https://github.com/brainsmoke/nyanmbr) | Nyancat in the MBR | -| 35 | 15 | 0 | [msbasic](https://github.com/mist64/msbasic) | Microsoft BASIC for 6502 (Commodore, Apple, KIM-1, AIM-65, OSI, ...) | -| 34 | 0 | 0 | [cppnow2016](https://github.com/SuperV1234/cppnow2016) | Repository for my C++Now 2016 sessions. | -| 34 | 12 | 2 | [elf-parser](https://github.com/TheCodeArtist/elf-parser) | Identifying/Extracting various sections of an ELF file | -| 34 | 5 | 1 | [imp_implementationForwardingToSelector](https://github.com/OliverLetterer/imp_implementationForwardingToSelector) | IMP forwarding to a different selector. | +| 35 | 15 | 8 | [toolchain](https://github.com/CE-Programming/toolchain) | Toolchain and libraries for C programming on the TI-84 Plus CE / TI-83 Premium CE calculators | | 34 | 20 | 3 | [walleos](https://github.com/sangwf/walleos) | Walle OS | -| 33 | 5 | 0 | [Assembly](https://github.com/mikesmullin/Assembly) | Teaching myself Assembly language | +| 33 | 4 | 0 | [Assembly](https://github.com/mikesmullin/Assembly) | Teaching myself Assembly language | +| 33 | 13 | 0 | [buildscripts](https://github.com/devkitPro/buildscripts) | Scripts for building devkitPro toolchains | +| 33 | 5 | 1 | [imp_implementationForwardingToSelector](https://github.com/OliverLetterer/imp_implementationForwardingToSelector) | IMP forwarding to a different selector. | +| 33 | 25 | 9 | [asmFish](https://github.com/lantonov/asmFish) | A continuation of the nice project asmFish by Mohammed Li. Latest version: 04.10.2017 | +| 33 | 7 | 0 | [MetroidMMC3](https://github.com/ZaneDubya/MetroidMMC3) | Metroid for NES in 6502 Assembly, MMC3 port. | | 33 | 10 | 0 | [JetQi](https://github.com/Dopi/JetQi) | Qi bootloader for the Jét (S8000) | -| 33 | 11 | 1 | [libmumble](https://github.com/mumble-voip/libmumble) | libmumble is an attempt at writing a cross-platform C++ library for implementing Mumble clients | +| 33 | 11 | 2 | [libmumble](https://github.com/mumble-voip/libmumble) | libmumble is an attempt at writing a cross-platform C++ library for implementing Mumble clients | | 33 | 1 | 0 | [neskell](https://github.com/blitzcode/neskell) | A Haskell 6502 Emulator | -| 32 | 11 | 1 | [buildscripts](https://github.com/devkitPro/buildscripts) | Scripts for building devkitPro toolchains | -| 32 | 2 | 0 | [ip65](https://github.com/oliverschmidt/ip65) | IP65 - a TCP/IP stack for 6502 based computers — | -| 32 | 3 | 2 | [aos](https://github.com/xlq/aos) | Applied operating system - an operating system kernel written in the ATS programming language. | +| 32 | 3 | 1 | [aos](https://github.com/xlq/aos) | Applied operating system - an operating system kernel written in the ATS programming language. | | 32 | 3 | 0 | [tetranglix](https://github.com/shikhin/tetranglix) | A bootable 512-byte Tetris clone. | -| 32 | 3 | 2 | [gendev-macos](https://github.com/SONIC3D/gendev-macos) | Genesis/MegaDrive Development Environment for Mac OS X | +| 32 | 1 | 0 | [the-cpp-abstraction-penalty](https://github.com/germandiagogomez/the-cpp-abstraction-penalty) | Modern C++ benchmarking | +| 32 | 15 | 0 | [viruses](https://github.com/rdebath/viruses) | Hundreds of 20th Century viruses; clone this repository to upset your AV | | 31 | 6 | 0 | [forthos](https://github.com/jdinunzio/forthos) | x386 OS developed in Forth | | 31 | 7 | 0 | [blog](https://github.com/gduarte/blog) | Brain Food for Hackers | -| 31 | 1 | 0 | [the-cpp-abstraction-penalty](https://github.com/germandiagogomez/the-cpp-abstraction-penalty) | Modern C++ benchmarking | -| 31 | 15 | 0 | [viruses](https://github.com/rdebath/viruses) | Hundreds of 20th Century viruses; clone this repository to upset your AV | +| 31 | 3 | 0 | [os-study](https://github.com/tuhdo/os-study) | My OS study following Broken Thorn OS series: http://www.brokenthorn.com/Resources/OSDevIndex.html | +| 31 | 17 | 3 | [blheli-multishot](https://github.com/cleanflight/blheli-multishot) | None | +| 31 | 4 | 0 | [FortApocalypse](https://github.com/heyigor/FortApocalypse) | The original Atari 400/800 6502 assembly code for the classic game Fort Apocalypse. | +| 31 | 10 | 3 | [pokered-gbc](https://github.com/dannye/pokered-gbc) | Pokémon Red remade with full GBC support. Made by FroggestSpirit, Drenn, and myself. | | 31 | 1 | 2 | [spitbol](https://github.com/hardbol/spitbol) | staging area for spitbol-linux | -| 30 | 3 | 0 | [os-study](https://github.com/tuhdo/os-study) | My OS study following Broken Thorn OS series: http://www.brokenthorn.com/Resources/OSDevIndex.html | | 30 | 1 | 1 | [pprof_mac_fix](https://github.com/rsc/pprof_mac_fix) | None | | 30 | 2 | 1 | [gocool](https://github.com/zellyn/gocool) | Go implementation of the Cool programming language | | 30 | 4 | 2 | [pynacl](https://github.com/seanlynch/pynacl) | Python wrapper for http://nacl.cace-project.eu/ | | 30 | 5 | 0 | [rpi-nano-httpd](https://github.com/hypriot/rpi-nano-httpd) | A nano sized web server packed into a Docker Nano Container | -| 30 | 4 | 0 | [FortApocalypse](https://github.com/heyigor/FortApocalypse) | The original Atari 400/800 6502 assembly code for the classic game Fort Apocalypse. | -| 30 | 6 | 0 | [MetroidMMC3](https://github.com/ZaneDubya/MetroidMMC3) | Metroid for NES in 6502 Assembly, MMC3 port. | -| 30 | 23 | 9 | [asmFish](https://github.com/lantonov/asmFish) | A continuation of the nice project asmFish by Mohammed Li. Latest version: 25.08.2017 | +| 30 | 1 | 0 | [Neslyric](https://github.com/0xabad1dea/Neslyric) | 8-bit music video framework in 6502 assembly | +| 30 | 5 | 0 | [unix-jun72](https://github.com/DoctorWkt/unix-jun72) | The working source code to PDP-11 Unix from 1972. | | 30 | 2 | 1 | [flapple](https://github.com/digarok/flapple) | Flapple Bird - A de-make of Flappy Bird for the Apple II computer | -| 30 | 12 | 7 | [toolchain](https://github.com/CE-Programming/toolchain) | Toolchain and libraries for C programming on the TI-84 Plus CE / TI-83 Premium CE calculators | +| 30 | 11 | 18 | [polishedcrystal](https://github.com/roukaour/polishedcrystal) | An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content. | | 29 | 2 | 56 | [granary2](https://github.com/Granary/granary2) | Granary dynamic binary translation system. | -| 29 | 16 | 3 | [blheli-multishot](https://github.com/cleanflight/blheli-multishot) | None | -| 29 | 1 | 0 | [Neslyric](https://github.com/0xabad1dea/Neslyric) | 8-bit music video framework in 6502 assembly | +| 29 | 16 | 0 | [No_Sandboxes](https://github.com/Th4nat0s/No_Sandboxes) | Test suite for bypassing Malware sandboxes. | +| 29 | 11 | 5 | [cpuburn-arm](https://github.com/ssvb/cpuburn-arm) | A collection of cpuburn programs tuned for different ARM hardware | | 29 | 5 | 2 | [lolSnes](https://github.com/StapleButter/lolSnes) | SNES emulator for DS | -| 29 | 10 | 3 | [pokered-gbc](https://github.com/dannye/pokered-gbc) | Pokémon Red remade with full GBC support. Made by FroggestSpirit, Drenn, and myself. | | 29 | 2 | 0 | [3DS-SSL-Patch](https://github.com/SciresM/3DS-SSL-Patch) | Patches the SSL module to disable Root CA Verification | -| 28 | 17 | 0 | [No_Sandboxes](https://github.com/Th4nat0s/No_Sandboxes) | Test suite for bypassing Malware sandboxes. | +| 29 | 12 | 0 | [pokepinball](https://github.com/pret/pokepinball) | disassembly of pokémon pinball | +| 29 | 4 | 0 | [avr-vga](https://github.com/aarossig/avr-vga) | A VGA controller implemented on an AVR microcontroller. | +| 28 | 13 | 0 | [TachyonOS](https://github.com/ZeroKelvinKeyboard/TachyonOS) | An operating system project. | | 28 | 19 | 4 | [rpi-sense](https://github.com/raspberrypi/rpi-sense) | Sense HAT firmware and driver | -| 28 | 5 | 0 | [unix-jun72](https://github.com/DoctorWkt/unix-jun72) | The working source code to PDP-11 Unix from 1972. | -| 28 | 11 | 5 | [cpuburn-arm](https://github.com/ssvb/cpuburn-arm) | A collection of cpuburn programs tuned for different ARM hardware | -| 28 | 11 | 2 | [ESP8266_RTOS_ALINK_DEMO](https://github.com/espressif/ESP8266_RTOS_ALINK_DEMO) | None | +| 28 | 10 | 0 | [assembly](https://github.com/t00sh/assembly) | Collection of Linux shellcodes | | 28 | 4 | 0 | [UltraCIC](https://github.com/mikeryan/UltraCIC) | Nintendo 64 CIC clone | -| 28 | 4 | 0 | [avr-vga](https://github.com/aarossig/avr-vga) | A VGA controller implemented on an AVR microcontroller. | +| 28 | 12 | 2 | [ESP8266_RTOS_ALINK_DEMO](https://github.com/espressif/ESP8266_RTOS_ALINK_DEMO) | Alink 1.0 早期版本 | +| 28 | 13 | 0 | [Token-Stealing-Shellcode](https://github.com/MortenSchenk/Token-Stealing-Shellcode) | None | +| 28 | 1 | 0 | [emulator-backed-remakes](https://github.com/ggambetta/emulator-backed-remakes) | See http://www.gabrielgambetta.com/remakes.html for a full description. | +| 28 | 6 | 1 | [GloomAmiga](https://github.com/earok/GloomAmiga) | Source code to the Amiga FPS classic by Black Magic | +| 28 | 5 | 1 | [aesni-examples](https://github.com/kmcallister/aesni-examples) | Example code for the AES crypto instructions on Intel chips | +| 28 | 18 | 0 | [USB-FAT32-Bootloader](https://github.com/ishanthilina/USB-FAT32-Bootloader) | A simple FAT32 bootloader written in assembly to boot from USB drives. | +| 28 | 4 | 3 | [curvedns](https://github.com/curvedns/curvedns) | A DNSCurve Forwarding Name Server | | 28 | 1 | 0 | [PCS_AppleII](https://github.com/billbudge/PCS_AppleII) | Pinball Construction Set Source Code for Apple II | | 28 | 4 | 0 | [libaeabi-cortexm0](https://github.com/bobbl/libaeabi-cortexm0) | ARM Run-Time ABI for the Cortex-M0 processor | -| 28 | 5 | 3 | [curvedns](https://github.com/curvedns/curvedns) | A DNSCurve Forwarding Name Server | +| 27 | 6 | 2 | [flashforth](https://github.com/oh2aun/flashforth) | FlashForth development | | 27 | 1 | 1 | [SwiftAspects](https://github.com/johnno1962/SwiftAspects) | Experiments in Aspects with Swift (Xtrace for Swift) | -| 27 | 1 | 0 | [emulator-backed-remakes](https://github.com/ggambetta/emulator-backed-remakes) | See http://www.gabrielgambetta.com/remakes.html for a full description. | -| 27 | 17 | 0 | [USB-FAT32-Bootloader](https://github.com/ishanthilina/USB-FAT32-Bootloader) | A simple FAT32 bootloader written in assembly to boot from USB drives. | -| 27 | 6 | 1 | [GloomAmiga](https://github.com/earok/GloomAmiga) | Source code to the Amiga FPS classic by Black Magic | -| 27 | 9 | 4 | [arm-mem](https://github.com/bavison/arm-mem) | ARM-accelerated versions of selected functions from | -| 27 | 14 | 0 | [automated-essay-grader](https://github.com/karthikprasad/automated-essay-grader) | grade an English essay | -| 26 | 13 | 0 | [TachyonOS](https://github.com/ZeroKelvinKeyboard/TachyonOS) | An operating system project. | +| 27 | 4 | 0 | [superbomberman](https://github.com/LIJI32/superbomberman) | Disassembly and remade build system for SNES game Super Bomberman | +| 27 | 7 | 1 | [arm-mem](https://github.com/bavison/arm-mem) | ARM-accelerated versions of selected functions from | +| 27 | 14 | 1 | [automated-essay-grader](https://github.com/karthikprasad/automated-essay-grader) | grade an English essay | +| 27 | 2 | 1 | [pvsneslib](https://github.com/alekmaul/pvsneslib) | PVSnesLib : A small, open and free development kit for the Nintendo SNES | +| 26 | 9 | 0 | [reed](https://github.com/reider-roque/reed) | Reverse Engineering and Exploit Development stuff | | 26 | 7 | 1 | [JSPatchPlaygroundTool](https://github.com/Awhisper/JSPatchPlaygroundTool) | 不需要重新编译重新运行APP,直接在模拟器里就可以随时修改JS代码,随时看效果,实时报错提醒,实时Reload刷新 | -| 26 | 8 | 0 | [reed](https://github.com/reider-roque/reed) | Reverse Engineering and Exploit Development stuff | -| 26 | 4 | 0 | [superbomberman](https://github.com/LIJI32/superbomberman) | Disassembly and remade build system for SNES game Super Bomberman | +| 26 | 1 | 0 | [ages-disasm](https://github.com/Drenn1/ages-disasm) | Disassembly of Oracle of Ages | +| 26 | 26 | 0 | [REBoot](https://github.com/sogeti-esec-lab/REBoot) | Bootkits Revisited | | 26 | 16 | 0 | [Xylitol-MASM32-snippets](https://github.com/Xyl2k/Xylitol-MASM32-snippets) | MASM32 Code collection for reverse engineers | -| 26 | 5 | 3 | [low-level-programming](https://github.com/Apress/low-level-programming) | Source code for 'Low-Level Programming' by Igor Zhirkov | -| 26 | 5 | 1 | [aesni-examples](https://github.com/kmcallister/aesni-examples) | Example code for the AES crypto instructions on Intel chips | +| 26 | 6 | 0 | [YOLO](https://github.com/KarimGeiger/YOLO) | You Only Live Once | +| 26 | 18 | 1 | [patmos](https://github.com/t-crest/patmos) | Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project | +| 26 | 4 | 0 | [kbdasm](https://github.com/grompe/kbdasm) | Assembler/disassembler of Windows keyboard layouts in flat assembler | +| 26 | 7 | 0 | [DiagROM](https://github.com/ChuckyGang/DiagROM) | The Amiga Diagnostic tool | | 25 | 2 | 7 | [nesly-sound](https://github.com/emkay/nesly-sound) | Create beautiful music on your NES | -| 25 | 6 | 2 | [flashforth](https://github.com/oh2aun/flashforth) | FlashForth development | -| 25 | 24 | 0 | [REBoot](https://github.com/sogeti-esec-lab/REBoot) | Bootkits Revisited | -| 25 | 1 | 0 | [ages-disasm](https://github.com/Drenn1/ages-disasm) | Disassembly of Oracle of Ages | | 25 | 7 | 0 | [c64](https://github.com/0xc64/c64) | C64 Development - Assembly Language | +| 25 | 10 | 2 | [rpi2-hyp-boot](https://github.com/slp/rpi2-hyp-boot) | Raspberry Pi 2 bootloader for starting the cores in HYP mode | +| 25 | 4 | 1 | [x265-Yuuki-Asuna](https://github.com/msg7086/x265-Yuuki-Asuna) | A git fork of x265. A mod version. | | 25 | 4 | 0 | [hessian](https://github.com/cadaver/hessian) | C64 action / adventure game | -| 25 | 6 | 0 | [YOLO](https://github.com/KarimGeiger/YOLO) | You Only Live Once | -| 25 | 17 | 1 | [patmos](https://github.com/t-crest/patmos) | Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project | | 25 | 3 | 0 | [GBA-Pokemon-Engine](https://github.com/Jambo51/GBA-Pokemon-Engine) | Source code for my Open Source GBA Pokémon Game Engine | -| 25 | 4 | 0 | [kbdasm](https://github.com/grompe/kbdasm) | Assembler/disassembler of Windows keyboard layouts in flat assembler | +| 25 | 4 | 0 | [SMWPracticeCart](https://github.com/Dotsarecool/SMWPracticeCart) | A hack of Super Mario World that makes practicing for speedrunning quicker, easier, and more fun. | +| 25 | 6 | 1 | [mriscvcore](https://github.com/onchipuis/mriscvcore) | A 32-bit RISC-V processor for mriscv project | +| 25 | 2 | 0 | [pbgzip](https://github.com/nh13/pbgzip) | Parallel Block GZIP | | 25 | 3 | 1 | [Ultim809](https://github.com/74hc595/Ultim809) | Schematics, design files, and software for my Ultim809 homebrew 8-bit computer. | -| 25 | 10 | 16 | [polishedcrystal](https://github.com/roukaour/polishedcrystal) | An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content. | | 24 | 1 | 1 | [SunMoonPatches](https://github.com/SciresM/SunMoonPatches) | Collection of ARM ASM patches for Pokemon Sun/Moon. | | 24 | 13 | 3 | [mspgcc-install](https://github.com/jlhonora/mspgcc-install) | Script to install mspgcc (open-source compiler for msp430) in ubuntu | +| 24 | 14 | 2 | [osfs01](https://github.com/yyu/osfs01) | Operating System From Scratch : learn OS by practice | | 24 | 7 | 0 | [skdisasm](https://github.com/sonicretro/skdisasm) | Sonic and Knuckles Disassembly | -| 24 | 10 | 0 | [assembly](https://github.com/t00sh/assembly) | Collection of Linux shellcodes | -| 24 | 2 | 13 | [salt](https://github.com/thoughtpolice/salt) | Fast cryptographic networking for Haskell | -| 24 | 2 | 0 | [pbgzip](https://github.com/nh13/pbgzip) | Parallel Block GZIP | -| 24 | 6 | 1 | [mriscvcore](https://github.com/onchipuis/mriscvcore) | A 32-bit RISC-V processor for mriscv project | -| 24 | 3 | 0 | [SMWPracticeCart](https://github.com/Dotsarecool/SMWPracticeCart) | A hack of Super Mario World that makes practicing for speedrunning quicker, easier, and more fun. | +| 24 | 3 | 0 | [RaspberryPi-CPUMiner](https://github.com/demogorgonz/RaspberryPi-CPUMiner) | CPUMiner for RaspberryPi Zero, Pi 3, Pi 2, B+, A+ | | 24 | 2 | 0 | [tetris-464](https://github.com/cjauvin/tetris-464) | A stripped down Tetris clone for the C=64 (no points, no levels, no nothing, except the bare block falling, controlling and colliding mechanism), in about a KLOC of 6502 assembly. | -| 24 | 6 | 0 | [DiagROM](https://github.com/ChuckyGang/DiagROM) | The Amiga Diagnostic tool | -| 23 | 7 | 0 | [hazelnut](https://github.com/l4ka/hazelnut) | L4Ka::Hazelnut micro-kernel | -| 23 | 10 | 2 | [rpi2-hyp-boot](https://github.com/slp/rpi2-hyp-boot) | Raspberry Pi 2 bootloader for starting the cores in HYP mode | -| 23 | 1 | 0 | [Dreamdealers](https://github.com/pchalamet/Dreamdealers) | Deamdealers Amiga demo sources !!! | -| 23 | 4 | 1 | [x265-Yuuki-Asuna](https://github.com/msg7086/x265-Yuuki-Asuna) | A git fork of x265. A mod version. | +| 24 | 38 | 1 | [wisp5](https://github.com/wisp/wisp5) | Firmware repository for the WISP 5.0 | +| 24 | 17 | 0 | [assembly-exercise](https://github.com/Forec/assembly-exercise) | 汇编基础习题集 | +| 24 | 10 | 0 | [avr_fft](https://github.com/bradley219/avr_fft) | 16-bit Real-Time Fast Fourier Transform Audio Spectrum Analyzer with AVR ATmega328P | +| 23 | 8 | 0 | [CTF-From-Zero-To-One](https://github.com/Inndy/CTF-From-Zero-To-One) | TDOH Conf 2016 演講相關資料 | +| 23 | 6 | 0 | [hazelnut](https://github.com/l4ka/hazelnut) | L4Ka::Hazelnut micro-kernel | | 23 | 5 | 3 | [pfff](https://github.com/pfff/pfff) | -- | | 23 | 2 | 0 | [lumazoid](https://github.com/nootropicdesign/lumazoid) | Firmware for the Lumazoid realtime music visualizer board | -| 23 | 38 | 1 | [wisp5](https://github.com/wisp/wisp5) | Firmware repository for the WISP 5.0 | -| 23 | 11 | 0 | [pokepinball](https://github.com/pret/pokepinball) | disassembly of pokémon pinball | -| 22 | 7 | 0 | [CTF-From-Zero-To-One](https://github.com/Inndy/CTF-From-Zero-To-One) | TDOH Conf 2016 演講相關資料 | -| 22 | 15 | 2 | [osfs01](https://github.com/yyu/osfs01) | Operating System From Scratch : learn OS by practice | +| 23 | 2 | 13 | [salt](https://github.com/thoughtpolice/salt) | Fast cryptographic networking for Haskell | +| 23 | 4 | 2 | [DisFire](https://github.com/shinyquagsire23/DisFire) | A compilable disassembly of Pokemon Fire Red for GBA | +| 23 | 3 | 0 | [64spec](https://github.com/64bites/64spec) | 6502/Commodore64 Testing Framework for KickAssembler | +| 23 | 5 | 0 | [intel-ipsec-mb](https://github.com/01org/intel-ipsec-mb) | Intel(R) Multi-Buffer Crypto for IPSec | +| 23 | 1 | 0 | [zeldasource](https://github.com/camthesaxman/zeldasource) | Disassembly of Legend of Zelda | | 22 | 2 | 0 | [echod](https://github.com/kelseyhightower/echod) | A small echo server written in x86-32 asm | -| 22 | 3 | 0 | [RaspberryPi-CPUMiner](https://github.com/demogorgonz/RaspberryPi-CPUMiner) | CPUMiner for RaspberryPi Zero, Pi 3, Pi 2, B+, A+ | -| 22 | 1 | 0 | [tinycr](https://github.com/kubo39/tinycr) | The challenge for creating a tiny binary in crystal. | +| 22 | 14 | 0 | [modern-x86-assembly-language-programming](https://github.com/Apress/modern-x86-assembly-language-programming) | Source code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm | +| 22 | 1 | 0 | [seiko](https://github.com/azya52/seiko) | Seiko uc-2000 reverse engineering | +| 22 | 10 | 0 | [cs630-qemu-lab](https://github.com/tinyclub/cs630-qemu-lab) | Qemu Based X86/Linux/AT&T Assembly Development Lab | +| 22 | 3 | 12 | [pcmos386v501](https://github.com/roelandjansen/pcmos386v501) | PC-MOS/386 v5.01 final release including cdrom driver sources. | +| 22 | 1 | 0 | [Dreamdealers](https://github.com/pchalamet/Dreamdealers) | Deamdealers Amiga demo sources !!! | +| 22 | 8 | 0 | [cc65-nes-examples](https://github.com/jmk/cc65-nes-examples) | Shiru's NES programming examples (with Makefiles) | +| 22 | 0 | 0 | [atsboot](https://github.com/puffnfresh/atsboot) | A tiny 32 bit kernel written in ATS | | 22 | 3 | 1 | [Planet-Rocklobster](https://github.com/AxisOxy/Planet-Rocklobster) | The Amiga OCS Demo Planet Rocklobster by Oxyron | -| 22 | 17 | 0 | [assembly-exercise](https://github.com/Forec/assembly-exercise) | 汇编基础习题集 | -| 22 | 3 | 0 | [64spec](https://github.com/64bites/64spec) | 6502/Commodore64 Testing Framework for KickAssembler | +| 22 | 32 | 1 | [avr-libc](https://github.com/vancegroup-mirrors/avr-libc) | Automated svn2git mirror of avr-libc - link goes to upstream | +| 22 | 1 | 0 | [tinycr](https://github.com/kubo39/tinycr) | The challenge for creating a tiny binary in crystal. | +| 22 | 2 | 0 | [vittorioromeo.info](https://github.com/SuperV1234/vittorioromeo.info) | Latest iteration of my static webpage/blog generator | | 22 | 4 | 0 | [NNEDI3](https://github.com/jpsdr/NNEDI3) | Update of nnedi3 to new avs 2.6 API and port to x64. | | 22 | 6 | 0 | [GB303](https://github.com/furrtek/GB303) | GB303 wavetable-based TB-303 style synthesizer for the Nintendo Gameboy. | | 21 | 8 | 2 | [PIC16F1-USB-Bootloader](https://github.com/74hc595/PIC16F1-USB-Bootloader) | A tiny USB CDC bootloader for PIC16F1454/5/9 microcontrollers | -| 21 | 0 | 0 | [atsboot](https://github.com/puffnfresh/atsboot) | A tiny 32 bit kernel written in ATS | -| 21 | 8 | 0 | [cc65-nes-examples](https://github.com/jmk/cc65-nes-examples) | Shiru's NES programming examples (with Makefiles) | -| 21 | 5 | 2 | [DisFire](https://github.com/shinyquagsire23/DisFire) | A compilable disassembly of Pokemon Fire Red for GBA | +| 21 | 1 | 3 | [softmpu](https://github.com/bjt42/softmpu) | An MPU-401 emulation TSR for DOS | +| 21 | 1 | 0 | [learn-software-engineering](https://github.com/revmischa/learn-software-engineering) | A collection of resources for people interested in learning more about programming | +| 21 | 3 | 0 | [pgo-rust](https://github.com/Geal/pgo-rust) | Testing LLVM's profile guided optimization with Rust | | 21 | 2 | 7 | [stickerhax](https://github.com/yellows8/stickerhax) | Nintendo 3DS savedata exploit for "Paper Mario: Sticker Star". | -| 21 | 32 | 1 | [avr-libc](https://github.com/vancegroup-mirrors/avr-libc) | Automated svn2git mirror of avr-libc - link goes to upstream | -| 21 | 12 | 0 | [Token-Stealing-Shellcode](https://github.com/MortenSchenk/Token-Stealing-Shellcode) | None | | 21 | 17 | 0 | [rookit_playground](https://github.com/muffins/rookit_playground) | Educational repository for learning about rootkits and Windows Kernel Hooks. | +| 21 | 14 | 3 | [openssl](https://github.com/luvit/openssl) | gyp version of openssl to embed in projects. | | 21 | 4 | 0 | [ZX-Spectrum-1-Bit-Routines](https://github.com/utz82/ZX-Spectrum-1-Bit-Routines) | Z80 music routines for ZX Spectrum beeper and compatibles | -| 21 | 5 | 0 | [intel-ipsec-mb](https://github.com/01org/intel-ipsec-mb) | Intel(R) Multi-Buffer Crypto for IPSec | -| 20 | 1 | 0 | [learn-software-engineering](https://github.com/revmischa/learn-software-engineering) | A collection of resources for people interested in learning more about programming | +| 21 | 3 | 0 | [amiga_examples](https://github.com/alpine9000/amiga_examples) | Amiga programming examples | +| 21 | 4 | 0 | [alpha3](https://github.com/SkyLined/alpha3) | Automatically exported from code.google.com/p/alpha3 | +| 21 | 2 | 0 | [yoshisisland-disassembly](https://github.com/Raidenthequick/yoshisisland-disassembly) | Full disassembly of Yoshi's Island (SNES) version U 1.0 | | 20 | 5 | 3 | [Xamarin.Forms_Authentication](https://github.com/rlingineni/Xamarin.Forms_Authentication) | Xamarin Forms Solution which uses Facebook Authentication | | 20 | 3 | 0 | [PlcInjector](https://github.com/BorjaMerino/PlcInjector) | Modbus stager in assembly and some scripts to upload/download data to the holding register of a PLC | -| 20 | 1 | 3 | [softmpu](https://github.com/bjt42/softmpu) | An MPU-401 emulation TSR for DOS | +| 20 | 4 | 0 | [DPS-1200FB](https://github.com/raplin/DPS-1200FB) | Python code to read status from the DPS-1200FB power supply | | 20 | 3 | 0 | [DCPU-Bas](https://github.com/M4v3R/DCPU-Bas) | QuickBasic-like compiler for DCPU in 0x10c game | -| 20 | 3 | 0 | [pgo-rust](https://github.com/Geal/pgo-rust) | Testing LLVM's profile guided optimization with Rust | | 20 | 2 | 0 | [w32evol](https://github.com/martinvelez/w32evol) | an obfuscation engine which obfuscates Intel x86 32-bit binary code | -| 20 | 16 | 0 | [AndroidFramebufferScreenshot](https://github.com/faip520/AndroidFramebufferScreenshot) | None | +| 20 | 17 | 0 | [AndroidFramebufferScreenshot](https://github.com/faip520/AndroidFramebufferScreenshot) | None | +| 20 | 5 | 2 | [tiny-linux-bootloader](https://github.com/owenson/tiny-linux-bootloader) | A single sector Linux bootloader that can handle initrd | | 20 | 1 | 0 | [deboost.context](https://github.com/septag/deboost.context) | "Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms. | -| 20 | 15 | 3 | [openssl](https://github.com/luvit/openssl) | gyp version of openssl to embed in projects. | -| 20 | 11 | 2 | [FFmpegAndroid](https://github.com/nxtreaming/FFmpegAndroid) | FFmpeg project for Android | -| 20 | 3 | 0 | [amiga_examples](https://github.com/alpine9000/amiga_examples) | Amiga programming examples | -| 20 | 1 | 0 | [tappet](https://github.com/amenonsen/tappet) | None | -| 20 | 9 | 0 | [ase](https://github.com/andysworkshop/ase) | Andy's Workshop Sprite Engine | -| 20 | 4 | 0 | [goatse.mbr](https://github.com/jbremer/goatse.mbr) | A 512-byte bootloader displaying ASCII Goatse on boot. | +| 20 | 13 | 0 | [xv6_rpi_port](https://github.com/zhiyihuang/xv6_rpi_port) | This is an xv6 port to Raspberry Pi | +| 20 | 10 | 2 | [FFmpegAndroid](https://github.com/nxtreaming/FFmpegAndroid) | FFmpeg project for Android | +| 20 | 10 | 0 | [ase](https://github.com/andysworkshop/ase) | Andy's Workshop Sprite Engine | +| 20 | 5 | 0 | [PiscisOS](https://github.com/tishion/PiscisOS) | Tiny operating system based on x86 architecture. | +| 20 | 2 | 1 | [nes-gamedev-examples](https://github.com/algofoogle/nes-gamedev-examples) | Example Nintendo (NES) source code for an article series on http://anton.maurovic.com | +| 20 | 10 | 0 | [AGC](https://github.com/donnaware/AGC) | FPGA Based Apollo Guidance Computer | +| 20 | 2 | 0 | [tappet](https://github.com/amenonsen/tappet) | None | | 20 | 5 | 0 | [mammon.github.com](https://github.com/mammon/mammon.github.com) | Papers on reverse engineering and assembly language programming | | 20 | 3 | 1 | [transballmsx](https://github.com/santiontanon/transballmsx) | Transball game for MSX by Santi Ontañón | +| 20 | 1 | 0 | [victoriaos](https://github.com/iley/victoriaos) | Tiny OS written in pure assemby language | +| 20 | 0 | 0 | [tiresias](https://github.com/xoreaxeaxeax/tiresias) | ARM is Turing-complete without data fetches | +| 20 | 5 | 0 | [DankOS](https://github.com/Druaga1/DankOS) | A really simple Real Mode OS, in honour of youtuber Druaga1. | | 19 | 1 | 0 | [cpgb](https://github.com/wbl/cpgb) | CPGB is the Curve Privacy Guard B, a secure replacement for GPG using ECC. | -| 19 | 12 | 0 | [xv6_rpi_port](https://github.com/zhiyihuang/xv6_rpi_port) | This is an xv6 port to Raspberry Pi | -| 19 | 2 | 0 | [bp128](https://github.com/robskie/bp128) | Go implementation of SIMD-BP128 integer encoding and decoding | +| 19 | 1 | 0 | [The-Great-Escape](https://github.com/dpt/The-Great-Escape) | Reverse engineering classic ZX Spectrum game "The Great Escape" from a raw binary image. | +| 19 | 12 | 2 | [cpuminer-vert](https://github.com/Bufius/cpuminer-vert) | adapted CPU cgminer for vertcoin based on pooler-cpuminer | +| 19 | 7 | 1 | [MSX](https://github.com/Konamiman/MSX) | Most of the MSX software developed by Konamiman since the 1990s | +| 19 | 4 | 0 | [pokegold](https://github.com/PikalaxALT/pokegold) | Disassembly of Pokemon Gold | | 19 | 5 | 0 | [mynes](https://github.com/yaglo/mynes) | Simple NES Emulator | +| 19 | 2 | 0 | [bp128](https://github.com/robskie/bp128) | Go implementation of SIMD-BP128 integer encoding and decoding | +| 19 | 4 | 0 | [a6502](https://github.com/BigEd/a6502) | A 6502 emulator (library) written in assembly for ARM Cortex-M4 | +| 19 | 1 | 1 | [snesdev](https://github.com/gilligan/snesdev) | Super Nintendo Development | +| 19 | 0 | 19 | [NovaTheSquirrel](https://github.com/NovaSquirrel/NovaTheSquirrel) | an open source NES platformer game | | 19 | 7 | 0 | [Ansible-Webinar-Mar2016](https://github.com/privateip/Ansible-Webinar-Mar2016) | Playbook used during Ansible webinar in March, 2016 | | 19 | 4 | 0 | [os-dev-16](https://github.com/appusajeev/os-dev-16) | A 16-bit Real Mode OS in NASM | +| 19 | 1 | 0 | [makeshift](https://github.com/yupferris/makeshift) | Source code for Makeshift by Logicoma | +| 19 | 14 | 0 | [asm_prog_material](https://github.com/xorpd/asm_prog_material) | x86 Assembly Adventures code snippets | +| 19 | 1 | 5 | [SMAS-Disassembly](https://github.com/Ersanio/SMAS-Disassembly) | Disassembly of the Super Mario All-Stars ROM | | 19 | 5 | 0 | [os-old](https://github.com/akasei/os-old) | Prosty wielozadaniowy system operacyjny, napisany w języku asemblera dla procesorów z rodziny amd64/x86-64. | -| 19 | 5 | 0 | [PiscisOS](https://github.com/tishion/PiscisOS) | Tiny operating system based on x86 architecture. | | 19 | 3 | 0 | [libSFX](https://github.com/Optiroc/libSFX) | Super Nintendo (SNES) development framework | +| 19 | 3 | 0 | [GBA](https://github.com/PeterLemon/GBA) | Game Boy Advance Bare Metal Assembly Programming | +| 19 | 2 | 0 | [ulp-i2c](https://github.com/tomtor/ulp-i2c) | Esp32 ULP I2C code and bmp180 example | | 19 | 4 | 1 | [nexus9_demo](https://github.com/andreiw/nexus9_demo) | 64-bit ARM OS/Kernel/Systems Development Demo on a Nexus 9 | -| 19 | 1 | 0 | [victoriaos](https://github.com/iley/victoriaos) | Tiny OS written in pure assemby language | -| 19 | 9 | 0 | [avr_fft](https://github.com/bradley219/avr_fft) | 16-bit Real-Time Fast Fourier Transform Audio Spectrum Analyzer with AVR ATmega328P | -| 19 | 5 | 0 | [DankOS](https://github.com/Druaga1/DankOS) | A really simple Real Mode OS, in honour of youtuber Druaga1. | | 19 | 2 | 0 | [fash](https://github.com/douglascrockford/fash) | The Fash Fast Hash Family | -| 19 | 2 | 0 | [yoshisisland-disassembly](https://github.com/Raidenthequick/yoshisisland-disassembly) | Full disassembly of Yoshi's Island (SNES) version U 1.0 | | 19 | 4 | 1 | [esp32-devkit](https://github.com/CHERTS/esp32-devkit) | Unofficial Development Kit for Espressif ESP32 | -| 19 | 1 | 1 | [pvsneslib](https://github.com/alekmaul/pvsneslib) | PVSnesLib : A small, open and free development kit for the Nintendo SNES | +| 19 | 0 | 1 | [asmsh](https://github.com/GarethNelson/asmsh) | A *nix shell implemented in assembly - because why not? | +| 19 | 3 | 0 | [BootProg](https://github.com/alexfru/BootProg) | FAT12/16/32 Bootsector for .COMs/.EXEs | +| 19 | 4 | 0 | [goatse.mbr](https://github.com/jbremer/goatse.mbr) | A 512-byte bootloader displaying ASCII Goatse on boot. | | 18 | 0 | 0 | [smallest-docker-httpd](https://github.com/sigmonsays/smallest-docker-httpd) | smallest docker httpd server I know... | -| 18 | 1 | 0 | [The-Great-Escape](https://github.com/dpt/The-Great-Escape) | Reverse engineering classic ZX Spectrum game "The Great Escape" from a raw binary image. | -| 18 | 3 | 0 | [DPS-1200FB](https://github.com/raplin/DPS-1200FB) | Python code to read status from the DPS-1200FB power supply | | 18 | 0 | 0 | [NeHeNASM](https://github.com/duncanspumpkin/NeHeNASM) | NeHe's OpenGL Tutorial in NASM | -| 18 | 13 | 0 | [modern-x86-assembly-language-programming](https://github.com/Apress/modern-x86-assembly-language-programming) | Source code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm | +| 18 | 0 | 0 | [furryrpg](https://github.com/Ramsis-SNES/furryrpg) | An all-new role-playing game for SNES, currently in development! | | 18 | 2 | 0 | [blockyskies](https://github.com/alpine9000/blockyskies) | Blocky Skies (Amiga game) | | 18 | 5 | 1 | [commaled](https://github.com/geohot/commaled) | comma.ai LED controller cause the car needs some lights bro. SWAG! | -| 18 | 4 | 0 | [a6502](https://github.com/BigEd/a6502) | A 6502 emulator (library) written in assembly for ARM Cortex-M4 | -| 18 | 1 | 1 | [snesdev](https://github.com/gilligan/snesdev) | Super Nintendo Development | -| 18 | 3 | 0 | [GBA](https://github.com/PeterLemon/GBA) | Game Boy Advance Bare Metal Assembly Programming | +| 18 | 5 | 1 | [mcl](https://github.com/herumi/mcl) | generic and fast pairing-based cryptography library | | 18 | 4 | 1 | [smw-coop](https://github.com/rhelmot/smw-coop) | 2 Player cooperative gameplay patch for Super Mario World | -| 18 | 12 | 0 | [asm_prog_material](https://github.com/xorpd/asm_prog_material) | x86 Assembly Adventures code snippets | -| 18 | 6 | 1 | [GromPy](https://github.com/GromPy/GromPy) | A python interface for the GROMACS molecular simulation package. | -| 18 | 2 | 0 | [vittorioromeo.info](https://github.com/SuperV1234/vittorioromeo.info) | Latest iteration of my static webpage/blog generator | +| 18 | 22 | 0 | [MBRhack](https://github.com/eric21/MBRhack) | 感染MBR 下载并运行文件。 | +| 18 | 11 | 0 | [asm_prog_ex_yasm](https://github.com/xorpd/asm_prog_ex_yasm) | Assembly Language Adventures exercises for Yasm on Linux | +| 18 | 5 | 1 | [pokered-gen-II](https://github.com/dannye/pokered-gen-II) | Disassembly of Pokémon Red/Blue with 2nd Gen. Graphics | +| 18 | 6 | 0 | [GromPy](https://github.com/GromPy/GromPy) | A python interface for the GROMACS molecular simulation package. | +| 18 | 16 | 0 | [linux-firmware](https://github.com/cernekee/linux-firmware) | (forked from git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git) | | 18 | 6 | 4 | [HippoPlayer](https://github.com/koobo/HippoPlayer) | HippoPlayer - a module player for the classic Amiga | -| 18 | 6 | 0 | [tronsolitare](https://github.com/XlogicX/tronsolitare) | Bootable 512 byte OS that is a game | -| 18 | 12 | 2 | [PenisParser](https://github.com/ZhengC1/PenisParser) | Replace every word with penis | -| 18 | 2 | 0 | [talesofpopolon](https://github.com/santiontanon/talesofpopolon) | Tales of Popolon (MSX) | -| 18 | 1 | 1 | [asmsh](https://github.com/GarethNelson/asmsh) | A *nix shell implemented in assembly - because why not? | -| 17 | 0 | 0 | [furryrpg](https://github.com/Ramsis-SNES/furryrpg) | An all-new role-playing game for SNES, currently in development! | +| 18 | 6 | 0 | [GromPy](https://github.com/GromPy/GromPy) | A python interface for the GROMACS molecular simulation package. | +| 18 | 6 | 4 | [HippoPlayer](https://github.com/koobo/HippoPlayer) | HippoPlayer - a module player for the classic Amiga | +| 18 | 12 | 1 | [PenisParser](https://github.com/ZhengC1/PenisParser) | Replace every word with penis | | 17 | 7 | 0 | [assembly-example](https://github.com/jaredsburrows/assembly-example) | Common Functions and Code written in Assembly Language | -| 17 | 6 | 0 | [MSX](https://github.com/Konamiman/MSX) | Most of the MSX software developed by Konamiman since the 1990s | -| 17 | 12 | 2 | [cpuminer-vert](https://github.com/Bufius/cpuminer-vert) | adapted CPU cgminer for vertcoin based on pooler-cpuminer | -| 17 | 9 | 0 | [cs630-qemu-lab](https://github.com/tinyclub/cs630-qemu-lab) | Qemu Based X86/Linux/AT&T Assembly Development Lab | +| 17 | 4 | 0 | [final_cartridge](https://github.com/mist64/final_cartridge) | None | | 17 | 6 | 3 | [node-nacl](https://github.com/thejh/node-nacl) | None | -| 17 | 4 | 1 | [tiny-linux-bootloader](https://github.com/owenson/tiny-linux-bootloader) | A single sector Linux bootloader that can handle initrd | -| 17 | 0 | 15 | [NovaTheSquirrel](https://github.com/NovaSquirrel/NovaTheSquirrel) | an open source NES platformer game | -| 17 | 1 | 0 | [arm-trustzone](https://github.com/avk7vk/arm-trustzone) | Trust Zone Project | -| 17 | 2 | 1 | [nes-gamedev-examples](https://github.com/algofoogle/nes-gamedev-examples) | Example Nintendo (NES) source code for an article series on http://anton.maurovic.com | -| 17 | 20 | 0 | [MBRhack](https://github.com/eric21/MBRhack) | 感染MBR 下载并运行文件。 | -| 17 | 1 | 5 | [SMAS-Disassembly](https://github.com/Ersanio/SMAS-Disassembly) | Disassembly of the Super Mario All-Stars ROM | +| 17 | 3 | 0 | [brainfuck](https://github.com/peterferrie/brainfuck) | compiler for x86 in 100 bytes | +| 17 | 2 | 0 | [castle_platformer](https://github.com/undisbeliever/castle_platformer) | A simple SNES platformer | | 17 | 7 | 0 | [Rootkit](https://github.com/RagingGrim/Rootkit) | None | -| 17 | 16 | 0 | [linux-firmware](https://github.com/cernekee/linux-firmware) | (forked from git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git) | -| 17 | 2 | 2 | [fallout-2-for-linux-source](https://github.com/kirksteele/fallout-2-for-linux-source) | fallout 2 for linux source | +| 17 | 1 | 0 | [arm-trustzone](https://github.com/avk7vk/arm-trustzone) | Trust Zone Project | +| 17 | 2 | 0 | [ngin](https://github.com/fo-fo/ngin) | NES Game Engine | +| 17 | 4 | 0 | [cesium](https://github.com/mateoconlechuga/cesium) | A slim GUI based shell | +| 16 | 5 | 0 | [SLAE](https://github.com/abatchy17/SLAE) | Example ASM code following SLAE course and exam assignments. | | 16 | 4 | 0 | [console](https://github.com/patrickvogt/console) | Homebrew development for gaming consoles | -| 16 | 3 | 0 | [final_cartridge](https://github.com/mist64/final_cartridge) | None | | 16 | 6 | 2 | [nds-examples](https://github.com/devkitPro/nds-examples) | None | -| 16 | 6 | 0 | [SLAE](https://github.com/abatchy17/SLAE) | Example ASM code following SLAE course and exam assignments. | +| 16 | 4 | 0 | [pokemonAnniversaryRed](https://github.com/TwitchPlaysPokemon/pokemonAnniversaryRed) | Anniversary Red dissassembly | +| 16 | 2 | 0 | [APISearch-Plugin-x86](https://github.com/mrfearless/APISearch-Plugin-x86) | APISearch Plugin (x86) - A Plugin For x64dbg | | 16 | 1 | 0 | [c64-misc](https://github.com/ricardoquesada/c64-misc) | Commodore 64 tips'n tricks | -| 16 | 3 | 0 | [brainfuck](https://github.com/peterferrie/brainfuck) | compiler for x86 in 100 bytes | -| 16 | 5 | 0 | [mcl](https://github.com/herumi/mcl) | generic and fast pairing-based cryptography library | -| 16 | 14 | 2 | [gameboid](https://github.com/slp/gameboid) | Gameboy Advance emulator for Android phones | +| 16 | 4 | 14 | [pokestadium](https://github.com/pret/pokestadium) | None | +| 16 | 15 | 2 | [gameboid](https://github.com/slp/gameboid) | Gameboy Advance emulator for Android phones | | 16 | 5 | 0 | [corkami](https://github.com/gunmetalbackupgooglecode/corkami) | https://github.com/corkami cool :) | -| 16 | 9 | 0 | [AGC](https://github.com/donnaware/AGC) | FPGA Based Apollo Guidance Computer | -| 16 | 1 | 0 | [makeshift](https://github.com/yupferris/makeshift) | Source code for Makeshift by Logicoma | -| 16 | 5 | 1 | [pokered-gen-II](https://github.com/dannye/pokered-gen-II) | Disassembly of Pokémon Red/Blue with 2nd Gen. Graphics | +| 16 | 5 | 1 | [zx-diagnostics](https://github.com/brendanalford/zx-diagnostics) | Firmware to allow functional testing of ZX Spectrum hardware and related clones. See the wiki for full details. | | 16 | 7 | 3 | [tubehax](https://github.com/smealum/tubehax) | None | | 16 | 1 | 0 | [doctorhow](https://github.com/elfgames/doctorhow) | A sample game for Gameboy created with gbdk, gbdk-lib-extension and GB Lemon tracker LP1.297a. | -| 16 | 3 | 0 | [BootProg](https://github.com/alexfru/BootProg) | FAT12/16/32 Bootsector for .COMs/.EXEs | -| 15 | 15 | 0 | [fibonacci](https://github.com/cristian-henrique/fibonacci) | Fibonacci sequence in every programming language | -| 15 | 0 | 0 | [Amiga-programming-examples](https://github.com/Sakura-IT/Amiga-programming-examples) | Various programming examples for (mostly classic) Amiga. | -| 15 | 4 | 0 | [pokemonAnniversaryRed](https://github.com/TwitchPlaysPokemon/pokemonAnniversaryRed) | Anniversary Red dissassembly | +| 16 | 1 | 0 | [coroutine](https://github.com/sfider/coroutine) | Coroutine implementation for C++ | +| 16 | 3 | 25 | [TriloTracker](https://github.com/cornelisser/TriloTracker) | MSX Music tracker for PSG+SCC, PSG+PSG and PSG+FM. | +| 16 | 2 | 2 | [fallout-2-for-linux-source](https://github.com/spunkybd/fallout-2-for-linux-source) | fallout 2 for linux source | +| 15 | 1 | 0 | [avx_qsort](https://github.com/vkrasnov/avx_qsort) | Quick sort code using AVX2 instructions | | 15 | 5 | 0 | [ExePacker](https://github.com/gunmetal313/ExePacker) | ExePacker | | 15 | 3 | 0 | [fasm_example_64](https://github.com/davidad/fasm_example_64) | Using FASM (the Flat assembler) cross-platform (OSX/Linux) | -| 15 | 1 | 0 | [avx_qsort](https://github.com/vkrasnov/avx_qsort) | Quick sort code using AVX2 instructions | +| 15 | 0 | 0 | [Amiga-programming-examples](https://github.com/Sakura-IT/Amiga-programming-examples) | Various programming examples for (mostly classic) Amiga. | +| 15 | 7 | 4 | [edid-generator](https://github.com/akatrevorjay/edid-generator) | Hackerswork to generate an EDID binary from given Xorg Modelines, complete with valid checksum. | +| 15 | 0 | 0 | [8BP](https://github.com/jjaranda13/8BP) | 8 bits de poder ( 8 bits of power) | +| 15 | 2 | 0 | [chacha20](https://github.com/Yawning/chacha20) | Golang (X)ChaCha20 stream cipher. (Mirror) | | 15 | 3 | 0 | [stm32l1xx-template](https://github.com/uctools/stm32l1xx-template) | A template for building firmware for the STM32L1xx | -| 15 | 4 | 14 | [pokestadium](https://github.com/pret/pokestadium) | None | | 15 | 2 | 0 | [BooterMicro](https://github.com/zylon-internet/BooterMicro) | Updating Supermicro BIOS/UEFI through PXE | | 15 | 8 | 0 | [switch](https://github.com/deroko/switch) | None | +| 15 | 1 | 0 | [gba-switch-to-gbc](https://github.com/AntonioND/gba-switch-to-gbc) | Routine to switch a GBA into GBC mode by software! | +| 15 | 9 | 2 | [libgens-sonicglvl](https://github.com/DarioSamo/libgens-sonicglvl) | Level Editor for the PC version of Sonic Generations | +| 15 | 12 | 0 | [SLAE](https://github.com/geyslan/SLAE) | SLAE Assignments | | 15 | 10 | 0 | [linux-firmware](https://github.com/Jolicloud/linux-firmware) | Firmware for Linux kernel drivers | | 15 | 2 | 0 | [secd](https://github.com/bwkimmel/secd) | SECD Machine Implementation in x86 Assembly | +| 15 | 4 | 1 | [sneskit](https://github.com/DanielOaks/sneskit) | SNES Devkit – simplifying Super Nintendo homebrew development | | 15 | 2 | 0 | [reloaded](https://github.com/Project-64/reloaded) | Continuation and extension of Project 64 | -| 15 | 5 | 1 | [zx-diagnostics](https://github.com/brendanalford/zx-diagnostics) | Firmware to allow functional testing of ZX Spectrum hardware and related clones. See the wiki for full details. | | 15 | 5 | 0 | [bootloader](https://github.com/OsandaMalith/bootloader) | My OS Stuff :) | | 15 | 2 | 10 | [freemlib-neogeo](https://github.com/freem/freemlib-neogeo) | library(-ish) and utils for programming the Neo-Geo | -| 15 | 3 | 1 | [sneskit](https://github.com/DanielOaks/sneskit) | SNES Devkit – simplifying Super Nintendo homebrew development | -| 15 | 2 | 25 | [TriloTracker](https://github.com/cornelisser/TriloTracker) | MSX Music tracker for PSG+SCC, PSG+PSG and PSG+FM. | -| 15 | 0 | 0 | [3ds-totalcontrolhaxx](https://github.com/yellows8/3ds-totalcontrolhaxx) | Nintendo 3DS totalcontrolhaxx for <=v9.2. | +| 15 | 1 | 0 | [pokepuzzle](https://github.com/pret/pokepuzzle) | Disassembly of Pokémon Puzzle Challenge | +| 15 | 4 | 0 | [BootkitsBook](https://github.com/REhints/BootkitsBook) | repository with additional materials and source code | | 15 | 0 | 1 | [mariokart64](https://github.com/RenaKunisaki/mariokart64) | Mario Kart 64 hacking, disassembling, and notes | -| 15 | 0 | 0 | [VM](https://github.com/nothingcosmos/VM) | vm process virtual machine | | 15 | 0 | 0 | [nesnet](https://github.com/cppchriscpp/nesnet) | Networking library for the Nintendo NES | -| 15 | 1 | 0 | [tiresias](https://github.com/xoreaxeaxeax/tiresias) | ARM is Turing-complete without data fetches | -| 15 | 2 | 0 | [tatOS](https://github.com/tatimmer/tatOS) | tatOS operating system, x86 Assembly, usb UHCI & EHCI, flash drive, keyboard, mouse | +| 15 | 1 | 0 | [2040AtePi](https://github.com/2040AtePi/2040AtePi) | A 2048 port for Rapsberry Pi in ARM Assembly | +| 15 | 17 | 0 | [GPBB](https://github.com/othieno/GPBB) | Graphics Programming Black Book by Michael Abrash. | +| 15 | 3 | 0 | [tatOS](https://github.com/tatimmer/tatOS) | tatOS operating system, x86 Assembly, usb UHCI & EHCI, flash drive, keyboard, mouse | | 14 | 2 | 0 | [nemesis](https://github.com/coderaiser/nemesis) | :floppy_disk: x86 operation system writen on fasm | -| 14 | 3 | 0 | [NTRDisasm](https://github.com/patois/NTRDisasm) | Annotated disassembly of the NTR 2.x custom firmware for the Nintendo N3DS | | 14 | 2 | 0 | [back-to-color](https://github.com/AntonioND/back-to-color) | Back to Color, a GBC demo for the GBDev 2014 compo. | -| 14 | 0 | 0 | [8BP](https://github.com/jjaranda13/8BP) | 8 bits de poder ( 8 bits of power) | +| 14 | 2 | 0 | [NTRDisasm](https://github.com/patois/NTRDisasm) | Annotated disassembly of the NTR 2.x custom firmware for the Nintendo N3DS | +| 14 | 7 | 0 | [APIInfo-Plugin-x86](https://github.com/mrfearless/APIInfo-Plugin-x86) | APIInfo Plugin (x86) - A Plugin For x64dbg | +| 14 | 16 | 2 | [osfs03](https://github.com/yyu/osfs03) | Operating System From Scratch : learn OS by practice | | 14 | 2 | 0 | [YoshiDis](https://github.com/TheGreekBrit/YoshiDis) | Progress on our disassembly of Super Mario World 2: Yoshi's Island | -| 14 | 1 | 0 | [gba-switch-to-gbc](https://github.com/AntonioND/gba-switch-to-gbc) | Routine to switch a GBA into GBC mode by software! | | 14 | 10 | 0 | [ExploitSerie](https://github.com/Adastra-thw/ExploitSerie) | Programs used in the Exploitation Tutorial. Check out thehackerway.com | -| 14 | 4 | 0 | [arm-doom](https://github.com/kcsongor/arm-doom) | Doom-like engine on Raspberry Pi (bare metal ASM) | -| 14 | 8 | 2 | [libgens-sonicglvl](https://github.com/DarioSamo/libgens-sonicglvl) | Level Editor for the PC version of Sonic Generations | +| 14 | 5 | 0 | [arm-doom](https://github.com/kcsongor/arm-doom) | Doom-like engine on Raspberry Pi, in pure bare metal assembly | +| 14 | 0 | 0 | [SIDboard](https://github.com/Noah1989/SIDboard) | open source hardware board for the legendary MOS Technology SID | | 14 | 4 | 0 | [rom4x](https://github.com/mgcaret/rom4x) | Improved Apple //c (ROM 4X) and Apple IIc Plus (ROM 5X) firmware. | -| 14 | 12 | 0 | [SLAE](https://github.com/geyslan/SLAE) | SLAE Assignments | -| 14 | 3 | 0 | [mecrisp-stellaris](https://github.com/lowfatcomputing/mecrisp-stellaris) | A native code Forth implementation for ARM-Cortex M microcontrollers. Upstream is at http://mecrisp.sourceforge.net/ (this repo is out-of-date) | -| 14 | 1 | 0 | [ngin](https://github.com/fo-fo/ngin) | NES Game Engine | -| 14 | 1 | 0 | [pokepuzzle](https://github.com/pret/pokepuzzle) | Disassembly of Pokémon Puzzle Challenge | -| 14 | 10 | 0 | [asm_prog_ex_yasm](https://github.com/xorpd/asm_prog_ex_yasm) | Assembly Language Adventures exercises for Yasm on Linux | +| 14 | 7 | 0 | [Assembly](https://github.com/brianrhall/Assembly) | Assembly Programming and Computer Architecture for Software Engineers | +| 14 | 1 | 5 | [pently](https://github.com/pinobatch/pently) | Compact music engine for NES games | +| 14 | 4 | 2 | [blasfeo](https://github.com/giaf/blasfeo) | None | +| 14 | 3 | 5 | [z80asmmooc](https://github.com/AssemblerClub/z80asmmooc) | A Massive Online Open Course on Z80 Assembly Language | | 14 | 0 | 0 | [swars](https://github.com/mefistotelis/swars) | Syndicate Wars port, alternative binary for the classic Bullfrog game | -| 14 | 2 | 5 | [z80asmmooc](https://github.com/AssemblerClub/z80asmmooc) | A Massive Online Open Course on Z80 Assembly Language | -| 14 | 4 | 2 | [cesium](https://github.com/mateoconlechuga/cesium) | A slim GUI based shell | +| 14 | 3 | 0 | [mecrisp-stellaris](https://github.com/lowfatcomputing/mecrisp-stellaris) | A native code Forth implementation for ARM-Cortex M microcontrollers. Upstream is at http://mecrisp.sourceforge.net/ (this repo is out-of-date) | | 14 | 4 | 1 | [UAE4Droid](https://github.com/shagr4th/UAE4Droid) | Amiga 500 Emulator for Android | -| 14 | 1 | 0 | [coroutine](https://github.com/sfider/coroutine) | Coroutine implementation for C++ | | 14 | 2 | 0 | [bb313](https://github.com/johngineer/bb313) | A breadboarding platform for the ATTiny2313/4313 | | 14 | 5 | 0 | [ERebuilder](https://github.com/number201724/ERebuilder) | eyuyan image rebuild tools source code | -| 14 | 1 | 0 | [2040AtePi](https://github.com/2040AtePi/2040AtePi) | A 2048 port for Rapsberry Pi in ARM Assembly | -| 14 | 1 | 0 | [gb-test-roms](https://github.com/retrio/gb-test-roms) | Collection of Game Boy test roms. | +| 14 | 2 | 0 | [gb-test-roms](https://github.com/retrio/gb-test-roms) | Collection of Game Boy test roms. | | 14 | 2 | 0 | [geometrix](https://github.com/AntonioND/geometrix) | A puzzle game for GB and GBC. | | 14 | 4 | 0 | [Spb-Eph-Amiga-4k](https://github.com/drslem/Spb-Eph-Amiga-4k) | "Timur Lenk" and "Fistpig", Amiga 4ks by Spaceballs and Ephidrena | -| 14 | 1 | 1 | [go-cv-simd](https://github.com/fwessels/go-cv-simd) | Low level image processing library in pure Go with SIMD assembly | | 14 | 2 | 0 | [c64-smooth-scrolling](https://github.com/jeff-1amstudios/c64-smooth-scrolling) | An implementation of smoothly scrolling a character-based screen on a Commodore 64 | | 14 | 14 | 0 | [malware](https://github.com/coruws/malware) | Проекты участников, выложенные в образовательных целях. | +| 14 | 0 | 0 | [3ds-totalcontrolhaxx](https://github.com/yellows8/3ds-totalcontrolhaxx) | Nintendo 3DS totalcontrolhaxx for <=v9.2. | +| 14 | 0 | 0 | [VM](https://github.com/nothingcosmos/VM) | vm process virtual machine | +| 14 | 0 | 0 | [smb3](https://github.com/captainsouthbird/smb3) | Disassembly of Super Mario Bros 3 | | 13 | 1 | 0 | [tzboot](https://github.com/winocm/tzboot) | A monstrosity of sorts. TrustZone stubloader for S5L8930. | | 13 | 1 | 0 | [snes_dev](https://github.com/bttf/snes_dev) | A collection of documents dedicated to SNES development. | | 13 | 6 | 0 | [hikaru](https://github.com/dbbbit/hikaru) | Just for fun | -| 13 | 7 | 0 | [XPlotter](https://github.com/Blagodarenko/XPlotter) | CPU plotter for BURST | | 13 | 0 | 1 | [MarioKart64](https://github.com/abitalive/MarioKart64) | Mario Kart 64 assembly patches and notes | | 13 | 2 | 0 | [x64-Forth](https://github.com/chisophugis/x64-Forth) | a simple Forth system for x64 Linux | | 13 | 2 | 0 | [bootlib](https://github.com/m-ou-se/bootlib) | A minimalistic library to help making your x86 assembly program bootable. | -| 13 | 2 | 0 | [chacha20](https://github.com/Yawning/chacha20) | Golang (X)ChaCha20 stream cipher. (Mirror) | +| 13 | 7 | 0 | [XPlotter](https://github.com/Blagodarenko/XPlotter) | CPU plotter for BURST | +| 13 | 5 | 0 | [asm_concurrency](https://github.com/davidad/asm_concurrency) | A demo of concurrency primitives in x64 assembly | +| 13 | 8 | 0 | [Sem4](https://github.com/MITCSE2019/Sem4) | Codes for Labs and Study Materials | | 13 | 4 | 15 | [writeos](https://github.com/solrex/writeos) | Automatically exported from code.google.com/p/writeos | -| 13 | 2 | 0 | [castle_platformer](https://github.com/undisbeliever/castle_platformer) | A simple SNES platformer | | 13 | 8 | 2 | [Ninokuni](https://github.com/pleonex/Ninokuni) | Hacks and tools for "Ni no Kuni" games | | 13 | 1 | 0 | [meetingcpp2016](https://github.com/SuperV1234/meetingcpp2016) | Repository for my Meeting C++ 2016 sessions. | +| 13 | 0 | 0 | [intrusion](https://github.com/lnqs/intrusion) | A linux 4k intro | | 13 | 0 | 0 | [Scarlett-Witch](https://github.com/Davitsu/Scarlett-Witch) | A GameBoy assembly game | | 13 | 0 | 0 | [pda6502](https://github.com/pda/pda6502) | Code + notes for a 6502-based breadboard computer. | | 13 | 0 | 0 | [akeem](https://github.com/hraberg/akeem) | Akeem is a small JIT-ed subset of R7RS Scheme written in x86-64 assembler as an experiment. | +| 13 | 5 | 0 | [avrop](https://github.com/mwrlabs/avrop) | ROP based Movfuscator VM | +| 13 | 2 | 2 | [tracker-history](https://github.com/cmatsuoka/tracker-history) | Sources for the Tracker History Graphing Project. | | 13 | 1 | 0 | [spell-of-mastery](https://github.com/saniv/spell-of-mastery) | Innovative Turn-based Strategy with High Quality Pixel-Art Graphics | -| 13 | 0 | 0 | [intrusion](https://github.com/lnqs/intrusion) | A linux 4k intro | | 13 | 0 | 0 | [fcontext](https://github.com/reginaldl/fcontext) | Fast user context API (coroutine) | -| 13 | 3 | 0 | [BootkitsBook](https://github.com/REhints/BootkitsBook) | repository with additional materials and source code | -| 13 | 0 | 0 | [c64_kernal](https://github.com/mist64/c64_kernal) | None | -| 13 | 2 | 0 | [supermon64](https://github.com/jblang/supermon64) | Original sources and binaries for Supermon+64 V1.2 by Jim Butterfield | | 13 | 3 | 0 | [forced-inlining](https://github.com/project-imas/forced-inlining) | Inlining functions can be a very effective method of duplicating sensitive code for increased security | +| 13 | 3 | 0 | [supermon64](https://github.com/jblang/supermon64) | Original sources and binaries for Supermon+64 V1.2 by Jim Butterfield | +| 13 | 0 | 0 | [c64_kernal](https://github.com/mist64/c64_kernal) | None | +| 13 | 2 | 0 | [aes-armcortexm](https://github.com/Ko-/aes-armcortexm) | Fast, constant-time and masked AES assembly implementations for ARM Cortex-M3 and M4 | +| 13 | 6 | 0 | [meeblip-anode-limited-edition](https://github.com/MeeBlip/meeblip-anode-limited-edition) | Limited Edition MeeBlip anode firmware adds a second envelope for the filter and improved wavetable mode access. | +| 13 | 0 | 2 | [painthax](https://github.com/MrNbaYoh/painthax) | A PixelPaint secondary homebrew exploit for the Nintendo 3DS | +| 13 | 5 | 0 | [assembly-fun](https://github.com/simon-whitehead/assembly-fun) | Just a collection of NASM code while I learn/refresh my Assembly understanding | +| 13 | 6 | 0 | [ForceXtended](https://github.com/mallchin/ForceXtended) | ForceXtended Rainmeter Skin | | 13 | 1 | 0 | [msx-wrally](https://github.com/theNestruo/msx-wrally) | World Rally (MSX game cartridge / 48kB ROM / 16kB RAM) | | 13 | 1 | 0 | [PSGlib](https://github.com/sverx/PSGlib) | Z80 ASM library (and C conversion/compression tools) to allow replay of VGMs as background music/SFX in SEGA Master System / SEGA Game Gear homebrew programs | -| 13 | 17 | 0 | [GPBB](https://github.com/othieno/GPBB) | Graphics Programming Black Book by Michael Abrash. | -| 13 | 5 | 0 | [alpha3](https://github.com/SkyLined/alpha3) | Automatically exported from code.google.com/p/alpha3 | -| 13 | 4 | 0 | [assembly-fun](https://github.com/simon-whitehead/assembly-fun) | Just a collection of NASM code while I learn/refresh my Assembly understanding | -| 12 | 16 | 2 | [osfs03](https://github.com/yyu/osfs03) | Operating System From Scratch : learn OS by practice | | 12 | 4 | 0 | [nand2tetris](https://github.com/SeaRbSg/nand2tetris) | None | | 12 | 2 | 0 | [blog-operating-system](https://github.com/TutorialsByNick/blog-operating-system) | This is the operating system for http://tutorialsbynick.com/writing-an-os-baby-steps/. Feel free to clone and follow along! | | 12 | 8 | 0 | [SLAE64](https://github.com/zerosum0x0/SLAE64) | x64 Linux Shellcode | | 12 | 2 | 0 | [uforth](https://github.com/gerard/uforth) | A Forth interpreter in ARM assembly | -| 12 | 2 | 0 | [fblit](https://github.com/SamuraiCrow/fblit) | CPU-based blitting routines for 68k Amiga computers | +| 12 | 0 | 0 | [mesh](https://github.com/davidad/mesh) | Software from scratch. An OS with the heart of a database. | | 12 | 0 | 0 | [bootstrap.gb](https://github.com/yenatch/bootstrap.gb) | None | | 12 | 0 | 0 | [defcon25_crypto_village](https://github.com/gtank/defcon25_crypto_village) | Materials accompanying "Implementing an Elliptic Curve in Go" | -| 12 | 5 | 0 | [asm_concurrency](https://github.com/davidad/asm_concurrency) | A demo of concurrency primitives in x64 assembly | -| 12 | 3 | 0 | [pokegold](https://github.com/PikalaxALT/pokegold) | Disassembly of Pokemon Gold | -| 12 | 0 | 0 | [mesh](https://github.com/davidad/mesh) | Software from scratch. An OS with the heart of a database. | -| 12 | 6 | 0 | [APIInfo-Plugin-x86](https://github.com/mrfearless/APIInfo-Plugin-x86) | APIInfo Plugin (x86) - A Plugin For x64dbg | -| 12 | 0 | 0 | [SIDboard](https://github.com/Noah1989/SIDboard) | open source hardware board for the legendary MOS Technology SID | +| 12 | 2 | 0 | [fblit](https://github.com/SamuraiCrow/fblit) | CPU-based blitting routines for 68k Amiga computers | +| 12 | 2 | 0 | [okita-poc](https://github.com/Ge0/okita-poc) | Disassembling binaries to neat asm sources. | +| 12 | 2 | 0 | [asm-exercise](https://github.com/frogoscar/asm-exercise) | Assembly Exercise 王爽 《汇编语言 第二版》练习题答案 | +| 12 | 9 | 0 | [MMURTL](https://github.com/bproctor/MMURTL) | Operating System from Richard A. Burgess | | 12 | 1 | 0 | [my_forth_-os-](https://github.com/august0815/my_forth_-os-) | forth standalone for 386 | | 12 | 5 | 0 | [write_os](https://github.com/descent/write_os) | write os | | 12 | 0 | 0 | [nanorc4](https://github.com/FauxFaux/nanorc4) | A very small, almost-encryption library | | 12 | 1 | 1 | [nrf52-production-programming](https://github.com/NordicSemiconductor/nrf52-production-programming) | A guide to programming nRF52 series devices in production, along with test cases to verify implementation | -| 12 | 4 | 0 | [avrop](https://github.com/mwrlabs/avrop) | ROP based Movfuscator VM | | 12 | 2 | 0 | [amiga-assembly-crashcourse](https://github.com/uhef/amiga-assembly-crashcourse) | None | -| 12 | 1 | 0 | [bootris](https://github.com/dbittman/bootris) | Bootsector Tetris Game | -| 12 | 1 | 1 | [tracker-history](https://github.com/cmatsuoka/tracker-history) | Sources for the Tracker History Graphing Project. | | 12 | 3 | 0 | [flappybird4msx](https://github.com/plainspooky/flappybird4msx) | My version of Flappy Bird for MSX Computers | -| 12 | 6 | 0 | [Assembly](https://github.com/brianrhall/Assembly) | Assembly Programming and Computer Architecture for Software Engineers | -| 12 | 1 | 5 | [pently](https://github.com/pinobatch/pently) | Compact music engine for NES games | -| 12 | 1 | 0 | [APISearch-Plugin-x86](https://github.com/mrfearless/APISearch-Plugin-x86) | APISearch Plugin (x86) - A Plugin For x64dbg | +| 12 | 13 | 0 | [nand2tetris](https://github.com/Sean-Der/nand2tetris) | nand2tetris problems | +| 12 | 1 | 0 | [bootris](https://github.com/dbittman/bootris) | Bootsector Tetris Game | +| 12 | 4 | 0 | [80columns](https://github.com/mist64/80columns) | 80x25 text mode for the Commodore 64 BASIC/KERNAL environment | | 12 | 5 | 0 | [jonesforth-macintel](https://github.com/ruda/jonesforth-macintel) | Port of JonesForth to Macintosh (Intel 32-bit) | -| 12 | 6 | 0 | [meeblip-anode-limited-edition](https://github.com/MeeBlip/meeblip-anode-limited-edition) | Limited Edition MeeBlip anode firmware adds a second envelope for the filter and improved wavetable mode access. | | 12 | 1 | 0 | [NES](https://github.com/PeterLemon/NES) | NES Assembly Programming | | 12 | 4 | 0 | [snes-pad](https://github.com/amilkovich/snes-pad) | None | -| 12 | 0 | 2 | [painthax](https://github.com/MrNbaYoh/painthax) | A PixelPaint secondary homebrew exploit for the Nintendo 3DS | | 12 | 0 | 0 | [GBVisualizer](https://github.com/LIJI32/GBVisualizer) | None | +| 12 | 1 | 0 | [faster-map](https://github.com/aantron/faster-map) | A tail-recursive list map with good performance for all list sizes. Not actually written in assembly. | +| 12 | 0 | 0 | [Boktai-Solar-Sensor-Patches](https://github.com/Prof9/Boktai-Solar-Sensor-Patches) | Solar sensor patches for the Boktai / Bokura no Taiyou games. | +| 12 | 10 | 0 | [OpenEmu-Update](https://github.com/OpenEmu/OpenEmu-Update) | None | +| 12 | 1 | 0 | [graviton](https://github.com/gewballs/graviton) | SNES Graviton | +| 12 | 2 | 1 | [B-uOSD](https://github.com/nppc/B-uOSD) | Super-Buper Battery microOSD (8.8mm X 6mm) | | 12 | 13 | 0 | [dalvik](https://github.com/MiCode/dalvik) | add class interceptor into dalvik vm | | 12 | 5 | 0 | [RasPi-bare](https://github.com/MichaelBell/RasPi-bare) | Bare metal code for the raspberry Pi | | 12 | 1 | 0 | [salent](https://github.com/agentzh/salent) | A toy x86 disassembler and x86 style toy chip | | 12 | 0 | 0 | [homeopathic-antivirus](https://github.com/moritzjacobs/homeopathic-antivirus) | Use homeopathic principles to protect your computer from viruses and worms! | -| 12 | 18 | 0 | [rtmp_streamer_for_windows](https://github.com/Vbytes/rtmp_streamer_for_windows) | 对OBS添加了UI界面,模仿斗鱼客户端设计,丢弃了一些不必要的功能 | +| 12 | 19 | 0 | [rtmp_streamer_for_windows](https://github.com/Vbytes/rtmp_streamer_for_windows) | 对OBS添加了UI界面,模仿斗鱼客户端设计,丢弃了一些不必要的功能 | | 12 | 2 | 0 | [bare-bones-bootloader](https://github.com/joesavage/bare-bones-bootloader) | http://www.reinterpretcast.com/creating-a-bare-bones-bootloader | -| 12 | 3 | 0 | [PRELOAD](https://github.com/zMarch/PRELOAD) | LD_PRELOAD rootkit utils | -| 12 | 5 | 1 | [ForceXtended](https://github.com/mallchin/ForceXtended) | ForceXtended Rainmeter Skin | +| 12 | 2 | 0 | [PRELOAD](https://github.com/zMarch/PRELOAD) | LD_PRELOAD rootkit utils | | 12 | 5 | 0 | [mxass](https://github.com/mist64/mxass) | mxass, a cross assembler that targets Commodore 64-like platforms (6502/65816/Z80) | -| 12 | 0 | 0 | [zeldasource](https://github.com/camthesaxman/zeldasource) | Disassembly of Legend of Zelda | | 12 | 0 | 0 | [pe](https://github.com/nalsakas/pe) | pe | +| 12 | 2 | 0 | [D_CodeGen](https://github.com/Pigrecos/D_CodeGen) | Assembly Code Generator | +| 12 | 5 | 0 | [pic-assembly-examples](https://github.com/magkopian/pic-assembly-examples) | This is a collection of basic PIC assembly examples for the 16F microcontroller family. | +| 12 | 4 | 0 | [Compiler](https://github.com/shibai/Compiler) | repo for cs143 - compiler | +| 12 | 6 | 2 | [GnGeo-Pi](https://github.com/ymartel06/GnGeo-Pi) | NeoGeo emulator optimized for Raspberry Pi | | 11 | 0 | 0 | [pong-nes](https://github.com/emmett9001/pong-nes) | Pong for Nintendo Entertainment System | | 11 | 3 | 1 | [SNES-SA-1-demo](https://github.com/DocSchoko/SNES-SA-1-demo) | a litte 3d renderer for the SNES written in 65816 assembly | | 11 | 0 | 3 | [AVR-Assembly-Cookbook](https://github.com/fmorgner/AVR-Assembly-Cookbook) | A joined effort to provide the community with a guide to nice and clean AVR assembly programming | | 11 | 0 | 0 | [wodscipe](https://github.com/shikhin/wodscipe) | A bootable 512-byte insane IDE. | | 11 | 2 | 0 | [mic-meter](https://github.com/haibo031031/mic-meter) | MIC Meter | | 11 | 9 | 10 | [interfaz7a-Archived](https://github.com/tectijuana/interfaz7a-Archived) | Assembly language Course | -| 11 | 8 | 1 | [meshlab](https://github.com/Kuranes/meshlab) | meshlab fork | +| 11 | 4 | 0 | [kit](https://github.com/AyalaRs/kit) | rebuild ollydbg | | 11 | 6 | 0 | [shellcodes](https://github.com/packz/shellcodes) | utilities | -| 11 | 7 | 2 | [edid-generator](https://github.com/akatrevorjay/edid-generator) | Hackerswork to generate an EDID binary from given Xorg Modelines, complete with valid checksum. | | 11 | 0 | 3 | [hrm-cpu](https://github.com/nrkn/hrm-cpu) | Run Human Resource Machine programs | -| 11 | 9 | 0 | [MMURTL](https://github.com/bproctor/MMURTL) | Operating System from Richard A. Burgess | -| 11 | 4 | 0 | [kit](https://github.com/AyalaRs/kit) | rebuild ollydbg | -| 11 | 7 | 2 | [corkami](https://github.com/angea/corkami) | Automatically exported from code.google.com/p/corkami | -| 11 | 2 | 0 | [okita-poc](https://github.com/Ge0/okita-poc) | Disassembling binaries to neat asm sources. | +| 11 | 8 | 1 | [meshlab](https://github.com/Kuranes/meshlab) | meshlab fork | +| 11 | 8 | 2 | [corkami](https://github.com/angea/corkami) | Automatically exported from code.google.com/p/corkami | +| 11 | 6 | 0 | [gslib](https://github.com/digarok/gslib) | Apple IIgs Assembly Language Crash Course | +| 11 | 3 | 0 | [ctf-writeups](https://github.com/david942j/ctf-writeups) | None | +| 11 | 4 | 9 | [wassm](https://github.com/tsoding/wassm) | Web framework for x86_64 nasm | +| 11 | 7 | 0 | [cerebro](https://github.com/adrianlzt/cerebro) | Chuletas, ideas, documentacion... | | 11 | 2 | 0 | [amiga-stuff](https://github.com/gidouin/amiga-stuff) | old 68000 amiga stuff I wrote on Amiga (1989+) | | 11 | 1 | 0 | [Christmas-Card-2014](https://github.com/0xabad1dea/Christmas-Card-2014) | Nintendo Entertainment System (NES) demo rom | -| 11 | 1 | 5 | [zvm](https://github.com/sussman/zvm) | A pure-python implementation of a Z-machine interpreter | | 11 | 0 | 0 | [jq](https://github.com/jonasmr/jq) | None | | 11 | 0 | 0 | [phosphene](https://github.com/kmcallister/phosphene) | fractal video feedback demo as a PC master boot record | -| 11 | 12 | 0 | [nand2tetris](https://github.com/Sean-Der/nand2tetris) | nand2tetris problems | | 11 | 1 | 0 | [snesdev](https://github.com/ARM9/snesdev) | Various algorithms and other assorted pastries for the snes, mostly coprocessor stuff (SuperFX, DSP-1, SA-1 etc.) | | 11 | 0 | 0 | [Corewar_x86](https://github.com/sebastiencs/Corewar_x86) | Corewar project fully written in x86 Assembly - NASM - Linux | -| 11 | 4 | 0 | [80columns](https://github.com/mist64/80columns) | 80x25 text mode for the Commodore 64 BASIC/KERNAL environment | -| 11 | 7 | 0 | [emet_bypass](https://github.com/shjalayeri/emet_bypass) | Bypassing EMET 3.5′s ROP Mitigations | +| 11 | 1 | 5 | [zvm](https://github.com/sussman/zvm) | A pure-python implementation of a Z-machine interpreter | +| 11 | 4 | 0 | [xspelunker](https://github.com/santiontanon/xspelunker) | A Spelunky-style game for MSX1, created for the MSXDev'17 competition | +| 11 | 4 | 0 | [Carnivore2](https://github.com/RBSC/Carnivore2) | Carnivore2 MultiFunctional Cartridge for MSX | +| 11 | 6 | 3 | [project-ironfist](https://github.com/jkoppel/project-ironfist) | None | +| 11 | 8 | 0 | [emet_bypass](https://github.com/shjalayeri/emet_bypass) | Bypassing EMET 3.5′s ROP Mitigations | | 11 | 7 | 0 | [gpSP4Cute](https://github.com/Summeli/gpSP4Cute) | gpsp port for Symbian | | 11 | 1 | 0 | [amiga-startup](https://github.com/vilcans/amiga-startup) | System shutdown and preparation for hardware-hitting for Amiga demos | | 11 | 1 | 0 | [Code-Breaker](https://github.com/Defacto2/Code-Breaker) | Various tools, trainers and utilities created by Code Breaker during 1992-1995 | +| 11 | 2 | 0 | [apple2_hgr_font_tutorial](https://github.com/Michaelangel007/apple2_hgr_font_tutorial) | Apple ][ //e HGR Font Tutorial | | 11 | 2 | 0 | [picstep](https://github.com/alangarf/picstep) | PICStep Stepper Controller | | 11 | 8 | 2 | [lde64](https://github.com/BeaEngine/lde64) | LDE64 (relocatable) source code | -| 11 | 0 | 0 | [Boktai-Solar-Sensor-Patches](https://github.com/Prof9/Boktai-Solar-Sensor-Patches) | Solar sensor patches for the Boktai / Bokura no Taiyou games. | | 11 | 12 | 6 | [optlink](https://github.com/DigitalMars/optlink) | None | -| 11 | 10 | 0 | [OpenEmu-Update](https://github.com/OpenEmu/OpenEmu-Update) | None | | 11 | 5 | 0 | [nand2tetris](https://github.com/davidbrenner/nand2tetris) | Implementation of a general purpose computer and OS built from first principles. | -| 11 | 2 | 1 | [B-uOSD](https://github.com/nppc/B-uOSD) | Super-Buper Battery microOSD (8.8mm X 6mm) | -| 11 | 2 | 0 | [apple2_hgr_font_tutorial](https://github.com/Michaelangel007/apple2_hgr_font_tutorial) | Apple ][ //e HGR Font Tutorial | -| 11 | 0 | 0 | [StudyAssembly](https://github.com/sunghun7511/StudyAssembly) | Assembly is God's language! | +| 11 | 0 | 2 | [PokePlat](https://github.com/JimB16/PokePlat) | Disassembly of Pokemon Platinum | +| 11 | 11 | 1 | [CrystalComplete](https://github.com/froggestspirit/CrystalComplete) | Disassembly of the hack Crystal Complete | +| 11 | 5 | 0 | [The-Door-Access-control](https://github.com/leon0516/The-Door-Access-control) | 门禁系统 基于ESP8266 base on esp8266(OpenWRT,Android,NFC) | +| 11 | 1 | 0 | [ARM-episodes](https://github.com/invictus1306/ARM-episodes) | Arm Episodes | +| 11 | 1 | 0 | [feline](https://github.com/gnooth/feline) | Feline, a concatenative programming language (Windows and Linux x86-64). Early days. | | 11 | 10 | 2 | [nrf51-uart-bootloader](https://github.com/hlnd/nrf51-uart-bootloader) | A very simple UART bootloader for nRF51822. | | 11 | 1 | 18 | [Sonic1-Z80-ASM](https://github.com/Kroc/Sonic1-Z80-ASM) | Master System Sonic 1 Disassembly | | 11 | 1 | 0 | [NES-Breakout](https://github.com/rsandor/NES-Breakout) | An implementation of the classic game "Breakout" written for the NES in 100% pure 6502 Assembly. | -| 11 | 3 | 0 | [mendel](https://github.com/reprap/mendel) | Mechanical files for Mendel | +| 11 | 4 | 0 | [mendel](https://github.com/reprap/mendel) | Mechanical files for Mendel | | 11 | 0 | 0 | [UEFI-32bit-asm-examples](https://github.com/eszkadev/UEFI-32bit-asm-examples) | None | -| 11 | 0 | 0 | [ChaosTracker](https://github.com/LeviathaninWaves/ChaosTracker) | Native Sega Genesis/Megadrive Tracker | -| 11 | 5 | 0 | [mystudynotes](https://github.com/unicornx/mystudynotes) | To archive all my study notes. | -| 11 | 7 | 0 | [Getting-Started-Tutorials](https://github.com/FlingOS/Getting-Started-Tutorials) | Resources to accompany the Getting Started tutorial series. | +| 11 | 1 | 0 | [ChaosTracker](https://github.com/LeviathaninWaves/ChaosTracker) | Native Sega Genesis/Megadrive Tracker | +| 11 | 8 | 0 | [Getting-Started-Tutorials](https://github.com/FlingOS/Getting-Started-Tutorials) | Resources to accompany the Getting Started tutorial series. | | 11 | 0 | 0 | [chipce8](https://github.com/trapexit/chipce8) | CHIP-8 emulator for the PC Engine / TurboGrafx-16 | -| 11 | 5 | 2 | [GnGeo-Pi](https://github.com/ymartel06/GnGeo-Pi) | NeoGeo emulator optimized for Raspberry Pi | | 11 | 0 | 0 | [are-mutable-references-in-haskell-fast](https://github.com/jfischoff/are-mutable-references-in-haskell-fast) | Code to go along with the blog post "Are Mutable References in Haskell Fast?" | -| 11 | 7 | 0 | [iworm.Darknet](https://github.com/mal-project/iworm.Darknet) | Darknet botnet/worm aims to be a distributed anonymous P2P-based simple botnet written in Assembly | -| 11 | 4 | 0 | [Compiler](https://github.com/shibai/Compiler) | repo for cs143 - compiler | -| 11 | 4 | 0 | [dotacheater](https://github.com/feisuzhu/dotacheater) | A proof of concept DotA cheater, written in x86 asm, supports war3 1.24e only. | +| 11 | 0 | 0 | [are-mutable-references-in-haskell-fast](https://github.com/jfischoff/are-mutable-references-in-haskell-fast) | Code to go along with the blog post "Are Mutable References in Haskell Fast?" | +| 11 | 4 | 0 | [PayloadAdder](https://github.com/bilka00/PayloadAdder) | PE32 binary + W32 payload | +| 11 | 5 | 0 | [x86-Assembly-Language-and-Shellcoding-on-Linux](https://github.com/Kan1shka9/x86-Assembly-Language-and-Shellcoding-on-Linux) | Shellcoding on Linux | | 11 | 4 | 0 | [bootldr_demo](https://github.com/hasherezade/bootldr_demo) | Demo bootloaders - created just for fun | +| 11 | 4 | 0 | [dotacheater](https://github.com/feisuzhu/dotacheater) | A proof of concept DotA cheater, written in x86 asm, supports war3 1.24e only. | | 11 | 3 | 0 | [V8Power](https://github.com/LoopZ/V8Power) | Putting the power of an 8-cylinder engine under the hood of DOS batch files. | -| 11 | 2 | 0 | [D_CodeGen](https://github.com/Pigrecos/D_CodeGen) | Assembly Code Generator | -| 11 | 4 | 0 | [pic-assembly-examples](https://github.com/magkopian/pic-assembly-examples) | This is a collection of basic PIC assembly examples for the 16F microcontroller family. | +| 11 | 0 | 0 | [ructiss](https://github.com/kotetuco/ructiss) | A operating system in Rust. | +| 11 | 3 | 0 | [bootloader](https://github.com/redox-os/bootloader) | Redox OS Bootloader | | 10 | 5 | 1 | [cnacl](https://github.com/cjdelisle/cnacl) | A CMake enabled fork of Daniel J. Bernstein and Tanja Lange's NaCl. | | 10 | 4 | 5 | [HelloOS](https://github.com/kbu1564/HelloOS) | The Operating System is executed on x86 Intel CPU Instruction set. It is written in assembly language only. | | 10 | 1 | 0 | [genhax](https://github.com/svanheulen/genhax) | Monster Hunter Generations secondary homebrew exploit | -| 10 | 5 | 0 | [x86rc4](https://github.com/defuse/x86rc4) | A tiny x86 implementation of RC4 | -| 10 | 1 | 0 | [asm-exercise](https://github.com/frogoscar/asm-exercise) | Assembly Exercise 王爽 《汇编语言 第二版》练习题答案 | | 10 | 1 | 0 | [PlantBoy](https://github.com/exezin/PlantBoy) | A Gameboy DMG game written in z80 asm for LudumDare | -| 10 | 6 | 0 | [gslib](https://github.com/digarok/gslib) | Apple IIgs Assembly Language Crash Course | -| 10 | 7 | 0 | [cerebro](https://github.com/adrianlzt/cerebro) | Chuletas, ideas, documentacion... | +| 10 | 5 | 0 | [x86rc4](https://github.com/defuse/x86rc4) | A tiny x86 implementation of RC4 | +| 10 | 0 | 0 | [match](https://github.com/klauspost/match) | Byte matching in Go | +| 10 | 0 | 0 | [raos](https://github.com/rsms/raos) | The lolcat operating system | | 10 | 4 | 1 | [BootDuet](https://github.com/migle/BootDuet) | Boot sector program for booting Intel's EDK Developer's UEFI Emulation (DUET) from hard disk with LBA. | +| 10 | 9 | 0 | [Assembly-Course](https://github.com/Dr-Kevin-Zhang/Assembly-Course) | None | +| 10 | 1 | 1 | [Csu-85](https://github.com/skaht/Csu-85) | Looking for crt0.o for Mac OSX? | +| 10 | 1 | 5 | [zen](https://github.com/AndreaOrru/zen) | Experimental operating system written in Zig | | 10 | 0 | 0 | [jFML](https://github.com/TheGrandmother/jFML) | this is the worlds most pointless VM | | 10 | 1 | 0 | [scheme-compiler](https://github.com/egisatoshi/scheme-compiler) | Scheme compiler implemented in 2008 with friends | | 10 | 0 | 0 | [poly1305-mips32r2-donna](https://github.com/cjdelisle/poly1305-mips32r2-donna) | An implementation of Poly1305 for mips32r2 processors, based on the donna32 algorithm | | 10 | 0 | 1 | [nana](https://github.com/pjmaker/nana) | Nana - a design by contract framework for C/C++ | -| 10 | 5 | 0 | [assembly](https://github.com/soci64/assembly) | Assembly language sources of old 6502 stuff, for preserving and understanding historical stuff | +| 10 | 6 | 0 | [assembly](https://github.com/soci64/assembly) | Assembly language sources of old 6502 stuff, for preserving and understanding historical stuff | | 10 | 0 | 7 | [c64demo](https://github.com/c64scene-ar/c64demo) | None | | 10 | 0 | 0 | [swiftness](https://github.com/neilpa/swiftness) | NES emulator in Swift | -| 10 | 6 | 3 | [project-ironfist](https://github.com/jkoppel/project-ironfist) | None | +| 10 | 5 | 0 | [Linux-0.12](https://github.com/sky-big/Linux-0.12) | Linux0.12内核代码中文注释+在高版本GCC 5.4.0 + Ubuntu 16.04中编译运行通过 | +| 10 | 2 | 0 | [19XXTE](https://github.com/jordanbarkley/19XXTE) | None | +| 10 | 1 | 2 | [a2audit](https://github.com/zellyn/a2audit) | Apple II audit routines: for testing your Apple II or emulator | | 10 | 1 | 1 | [blitz2](https://github.com/nitrologic/blitz2) | Official Acid Software Amiga development tools | +| 10 | 2 | 1 | [telefang](https://github.com/telefang/telefang) | Partial Telefang disassembly and English translation (on the patch branch) | +| 10 | 1 | 0 | [adtpro](https://github.com/ADTPro/adtpro) | Apple Disk Transfer ProDOS (ADTPro) | | 10 | 4 | 0 | [6502](https://github.com/charliesome/6502) | my toy 6502 emulator | | 10 | 3 | 14 | [sebasic4](https://github.com/cheveron/sebasic4) | None | | 10 | 0 | 0 | [MeeBlip](https://github.com/peterkirn/MeeBlip) | Firmware for the MeeBlip open source synthesizer | | 10 | 0 | 0 | [minios](https://github.com/olalonde/minios) | Minimal OS that prints "Hello world" to the screen. Also an OS X "starter kit" for http://littleosbook.github.io/ | | 10 | 1 | 1 | [MASM_OSX](https://github.com/janka102/MASM_OSX) | Use Xcode to edit, compile, and debug MASM files | | 10 | 0 | 0 | [go-sip13](https://github.com/dgryski/go-sip13) | siphash 1-3 | -| 10 | 11 | 1 | [CrystalComplete](https://github.com/froggestspirit/CrystalComplete) | Disassembly of the hack Crystal Complete | | 10 | 1 | 0 | [Atomchess-6502](https://github.com/nanochess/Atomchess-6502) | Toledo Atomchess for Atari VCS/2600 | -| 10 | 0 | 1 | [PokePlat](https://github.com/JimB16/PokePlat) | Disassembly of Pokemon Platinum | -| 10 | 4 | 0 | [The-Door-Access-control](https://github.com/leon0516/The-Door-Access-control) | 门禁系统 基于ESP8266 base on esp8266(OpenWRT,Android,NFC) | | 10 | 2 | 0 | [c64-game](https://github.com/epost/c64-game) | A horizontal space shooter for Commodore 64. | +| 10 | 1 | 1 | [ring-TESLA](https://github.com/fschlieker/ring-TESLA) | Optimized implementation of ring-TESLA | +| 10 | 0 | 1 | [ZiFi](https://github.com/HackerVBI/ZiFi) | Internet client for ZX Evolution with TS Conf | +| 10 | 0 | 0 | [StudyAssembly](https://github.com/sunghun7511/StudyAssembly) | Assembly is God's language! | | 10 | 0 | 0 | [alto-mandel](https://github.com/shirriff/alto-mandel) | Mandelbrot for Xerox Alto, written in BCPL | -| 10 | 1 | 0 | [aes-armcortexm](https://github.com/Ko-/aes-armcortexm) | Fast, constant-time and masked AES assembly implementations for ARM Cortex-M3 and M4 | -| 10 | 1 | 0 | [feline](https://github.com/gnooth/feline) | Feline, a concatenative programming language (Windows and Linux x86-64). Early days. | +| 10 | 1 | 1 | [Toyota-PCM-hacking](https://github.com/sparkiedk/Toyota-PCM-hacking) | None | +| 10 | 5 | 0 | [FASM](https://github.com/Konctantin/FASM) | Unofficial git history of flat assembler | +| 10 | 0 | 1 | [tppcrystal251pub](https://github.com/TwitchPlaysPokemon/tppcrystal251pub) | Public fork of 251 | | 10 | 1 | 0 | [3ds_ropkit](https://github.com/yellows8/3ds_ropkit) | Common codebase for userland application ROP with Nintendo 3DS. | | 10 | 0 | 0 | [ascii](https://github.com/ericfischer/ascii) | History of ASCII and its predecessors | +| 10 | 1 | 0 | [vpmadd](https://github.com/vkrasnov/vpmadd) | Multiplication using AVX512 and AVX512IFMA instructions | | 10 | 1 | 1 | [dclxvi](https://github.com/agl/dclxvi) | Naehrig, Niederhagen and Schwabe's pairings code, massaged into a shared library. | -| 10 | 0 | 0 | [vpmadd](https://github.com/vkrasnov/vpmadd) | Multiplication using AVX512 and AVX512IFMA instructions | -| 10 | 13 | 1 | [libcgc](https://github.com/CyberGrandChallenge/libcgc) | DARPA Cyber Grand Challenge OS syscall library | +| 10 | 14 | 1 | [libcgc](https://github.com/CyberGrandChallenge/libcgc) | DARPA Cyber Grand Challenge OS syscall library | +| 10 | 5 | 0 | [mystudynotes](https://github.com/unicornx/mystudynotes) | To archive all my study notes. | +| 10 | 0 | 0 | [FYSOS](https://github.com/fysnet/FYSOS) | The FYSOS Operating System | +| 10 | 9 | 0 | [SLAE](https://github.com/gkweb76/SLAE) | None | | 10 | 2 | 0 | [c64_fun](https://github.com/kondrak/c64_fun) | Code written for Commodore 64 (games, utilities, etc.) | -| 10 | 10 | 0 | [SLAE](https://github.com/gkweb76/SLAE) | None | -| 10 | 3 | 0 | [PayloadAdder](https://github.com/bilka00/PayloadAdder) | PE32 binary + W32 payload | +| 10 | 2 | 0 | [PowerMeter](https://github.com/vad7/PowerMeter) | Esp8266 Power meter with webserver | +| 10 | 1 | 0 | [cbm-edit-rom](https://github.com/sjgray/cbm-edit-rom) | PET/CBM Edit ROMs | +| 10 | 6 | 0 | [rewolf-md5](https://github.com/rwfpl/rewolf-md5) | MD5 algorithm implementation - x86 assembler | | 9 | 6 | 0 | [itsy-linux](https://github.com/kt97679/itsy-linux) | Linux port of itsy forth by John Metcalf | | 9 | 0 | 1 | [smilehax](https://github.com/plutooo/smilehax) | Exploit for SmileBASIC (3DS) | | 9 | 1 | 0 | [baremetal-d-hello-serial](https://github.com/syuu1228/baremetal-d-hello-serial) | Hello World from D Language without OS(Serial version) | | 9 | 1 | 0 | [s2smsdisasm](https://github.com/sonicretro/s2smsdisasm) | Sonic 2 SMS Disassembly | | 9 | 4 | 0 | [ccgmsterm](https://github.com/spathiwa/ccgmsterm) | CCGMS Term, Commodore Colors Graphics Terminal program for C=64. | -| 9 | 0 | 0 | [match](https://github.com/klauspost/match) | Byte matching in Go | -| 9 | 5 | 1 | [nand2tetris](https://github.com/jcoglan/nand2tetris) | Solutions for http://www.nand2tetris.org/ | -| 9 | 0 | 1 | [gif-to-c64-sprites](https://github.com/jeff-1amstudios/gif-to-c64-sprites) | Animated GIF to Commodore64 sprite converter | +| 9 | 7 | 1 | [nand2tetris](https://github.com/jcoglan/nand2tetris) | Solutions for http://www.nand2tetris.org/ | | 9 | 2 | 0 | [AntSnes](https://github.com/Summeli/AntSnes) | Snes9x emulator port for Symbian | -| 9 | 4 | 0 | [BurstSoftware](https://github.com/BurstTools/BurstSoftware) | None | -| 9 | 0 | 0 | [raos](https://github.com/rsms/raos) | The lolcat operating system | +| 9 | 5 | 0 | [BurstSoftware](https://github.com/BurstTools/BurstSoftware) | None | +| 9 | 0 | 1 | [gif-to-c64-sprites](https://github.com/jeff-1amstudios/gif-to-c64-sprites) | Animated GIF to Commodore64 sprite converter | +| 9 | 8 | 1 | [sc_spdif](https://github.com/xcore/sc_spdif) | xmos S/PDIF TX and RX component | +| 9 | 3 | 0 | [neopenbios](https://github.com/neogeodev/neopenbios) | Open source bios for the NeoGeo | +| 9 | 0 | 0 | [appendix-bios](https://github.com/kaneton/appendix-bios) | IBM AT 80286 BIOS | +| 9 | 2 | 1 | [opc](https://github.com/revaldinho/opc) | OPC Project | +| 9 | 6 | 0 | [6502_EhBASIC_V2.22](https://github.com/Klaus2m5/6502_EhBASIC_V2.22) | 6502 enhanced BASIC unmodified source | | 9 | 1 | 0 | [oplen](https://github.com/rti7743/oplen) | x86とx64のマシン語サイズを求めるライブラリ sexyhookのサブプロダクト | | 9 | 0 | 0 | [kernel](https://github.com/gereeter/kernel) | An experiment in writing a kernel in Rust | -| 9 | 1 | 0 | [19XXTE](https://github.com/jordanbarkley/19XXTE) | None | | 9 | 1 | 0 | [pokemon-gen3-hq-sound-mixer](https://github.com/angelXwind/pokemon-gen3-hq-sound-mixer) | ipatix's high quality sound mixer for the Generation III Pokemon games. | -| 9 | 1 | 0 | [R3X](https://github.com/Benderx2/R3X) | Official repository for the REX virtual machine | | 9 | 1 | 0 | [flatcheat](https://github.com/RIscRIpt/flatcheat) | CS 1.6 ring3 cheat written in flatassembler | | 9 | 5 | 0 | [x86virtstudy](https://github.com/earlence/x86virtstudy) | x86 virtualization study notes using Intel VT-x | -| 9 | 0 | 0 | [1000percent](https://github.com/rrath/1000percent) | Amiga 40k Intro (1st at TheParty98) | -| 9 | 0 | 0 | [Airaki](https://github.com/furrtek/Airaki) | Tile-matching RPG puzzle game for the Nintendo GameBoy released in 2014 | | 9 | 1 | 0 | [savesploits](https://github.com/WinterMute/savesploits) | Various savegame exploits for DS/DSi | -| 9 | 1 | 2 | [a2audit](https://github.com/zellyn/a2audit) | Apple II audit routines: for testing your Apple II or emulator | -| 9 | 4 | 0 | [xspelunker](https://github.com/santiontanon/xspelunker) | A Spelunky-style game for MSX1, created for the MSXDev'17 competition | -| 9 | 5 | 0 | [Linux-0.12](https://github.com/sky-big/Linux-0.12) | Linux0.12内核代码中文注释+在高版本GCC 5.4.0 + Ubuntu 16.04中编译运行通过 | -| 9 | 5 | 2 | [rpc8e-cc65](https://github.com/steventroughtonsmith/rpc8e-cc65) | Sample code to boot on Eloraam's RPC8/e 65el02 CPU in Red Power / Minecraft | +| 9 | 1 | 0 | [R3X](https://github.com/Benderx2/R3X) | Official repository for the REX virtual machine | +| 9 | 0 | 0 | [Airaki](https://github.com/furrtek/Airaki) | Tile-matching RPG puzzle game for the Nintendo GameBoy released in 2014 | +| 9 | 4 | 0 | [xtideuniversalbios](https://github.com/FozzTexx/xtideuniversalbios) | Automatically exported from code.google.com/p/xtideuniversalbios | +| 9 | 0 | 0 | [gameboy](https://github.com/Kartones/gameboy) | Gameboy development examples and tools | +| 9 | 2 | 0 | [windows_reverse_shell_1](https://github.com/sh3llc0d3r1337/windows_reverse_shell_1) | Windows Reverse Shell shellcode | +| 9 | 0 | 1 | [nand2vm](https://github.com/mlouielu/nand2vm) | nand2vm - pure python implement of nand2tetris Hack platform | +| 9 | 6 | 0 | [Frank-Synced-BLDC-ESC](https://github.com/frank26080115/Frank-Synced-BLDC-ESC) | None | +| 9 | 7 | 3 | [NeoScrypt](https://github.com/ghostlander/NeoScrypt) | NeoScrypt, a Strong Memory Intensive Key Derivation Function | +| 9 | 9 | 0 | [MASM32-graphical-effects](https://github.com/Xyl2k/MASM32-graphical-effects) | Various graphic effects from the scene. | | 9 | 1 | 0 | [toy-bootloader](https://github.com/jackrusher/toy-bootloader) | Toy bootloader written for a class I was teaching. | -| 9 | 0 | 1 | [ZiFi](https://github.com/HackerVBI/ZiFi) | Internet client for ZX Evolution with TS Conf | -| 9 | 1 | 1 | [ring-TESLA](https://github.com/fschlieker/ring-TESLA) | Optimized implementation of ring-TESLA | -| 9 | 0 | 1 | [tppcrystal251pub](https://github.com/TwitchPlaysPokemon/tppcrystal251pub) | Public fork of 251 | -| 9 | 1 | 1 | [Toyota-PCM-hacking](https://github.com/sparkiedk/Toyota-PCM-hacking) | None | +| 9 | 5 | 2 | [rpc8e-cc65](https://github.com/steventroughtonsmith/rpc8e-cc65) | Sample code to boot on Eloraam's RPC8/e 65el02 CPU in Red Power / Minecraft | | 9 | 0 | 0 | [dsmi](https://github.com/ochrons/dsmi) | Digital Sound and Music Interface (from the 90's) | | 9 | 3 | 0 | [brushless-encoder](https://github.com/Hello1024/brushless-encoder) | Use a DC brushless motor as a rotary encoder to measure angles | +| 9 | 5 | 0 | [ESP8266-Weather-Station](https://github.com/hxy513696765/ESP8266-Weather-Station) | Use ESP8266_RTOS_SDK-1.4.x CJson Resolution Weather Web Json Data and Display on the OLED12864,the code include ESP8266 SmartConfig function can use SmartPhone APP connect to WiFi | +| 9 | 1 | 0 | [lneditor](https://github.com/regomne/lneditor) | A multiline editor for translators | +| 9 | 0 | 0 | [RetailClerk89](https://github.com/huguesjohnson/RetailClerk89) | Retail Clerk '89 is a personal exercise to learn Sega Genesis programming. This might even turn into a real game demo one day. | | 9 | 2 | 0 | [hd6309sbc](https://github.com/tomcircuit/hd6309sbc) | Hitachi HD6309 Singleboard Computer | -| 9 | 6 | 0 | [rewolf-md5](https://github.com/rwfpl/rewolf-md5) | MD5 algorithm implementation - x86 assembler | | 9 | 1 | 2 | [cube64-dx](https://github.com/darthcloud/cube64-dx) | NGC controllers adapter for N64 | -| 9 | 2 | 0 | [PowerMeter](https://github.com/vad7/PowerMeter) | Esp8266 Power meter with webserver | | 9 | 1 | 0 | [sse-strings](https://github.com/aklomp/sse-strings) | SSE string functions for x86-64 Linux | -| 9 | 1 | 0 | [MyAmigaIntros](https://github.com/spifd/MyAmigaIntros) | My old 90s Amiga intros source code | | 9 | 2 | 0 | [os-dev-32](https://github.com/appusajeev/os-dev-32) | Writing a 32-bit Protected Mode OS in NASM | -| 9 | 1 | 0 | [cbm-edit-rom](https://github.com/sjgray/cbm-edit-rom) | PET/CBM Edit ROMs | -| 9 | 3 | 0 | [bootloader](https://github.com/redox-os/bootloader) | Redox OS Bootloader | +| 9 | 7 | 0 | [menuetos](https://github.com/marcosptf/menuetos) | fan respository - not official - os linux made with assembly language | | 9 | 0 | 0 | [gmp-z003](https://github.com/HandsomeMatt/gmp-z003) | Information on the M3i Zero (GMP-Z003) | | 9 | 2 | 0 | [C64-assembly-examples](https://github.com/wizofwor/C64-assembly-examples) | c64 assembly examples | -| 9 | 0 | 0 | [ructiss](https://github.com/kotetuco/ructiss) | A operating system in Rust. | -| 9 | 3 | 0 | [x86-Assembly-Language-and-Shellcoding-on-Linux](https://github.com/Kan1shka9/x86-Assembly-Language-and-Shellcoding-on-Linux) | Shellcoding on Linux | +| 9 | 0 | 0 | [snake-gb](https://github.com/DonaldHays/snake-gb) | A version of Snake for Game Boy | +| 9 | 2 | 0 | [OldSkool](https://github.com/majiccode/OldSkool) | Dumping ground for some old school demoscene related stuff and things I did a long long time ago now Includes: MSDOS, WATCOM C, ASM, TASM, A86, VGA, VESA. XMODE. PMODE, 3D, 3DS Keyframing, 2D Effects like water, fire and plasma., BBS intros, cracktros, Polyfillers, etc. (frenzy) | +| 9 | 3 | 3 | [nanoBoot](https://github.com/volium/nanoBoot) | nanoBoot - 512 byte USB HID Bootloader for ATmega16U4/ATmega32U4 | +| 9 | 0 | 0 | [Z80](https://github.com/ralphbecket/Z80) | My ZX Spectrum Z80 Playground | +| 9 | 4 | 0 | [ORCALib](https://github.com/byteworksinc/ORCALib) | ORCALib | +| 9 | 1 | 1 | [lttphack](https://github.com/helgefmi/lttphack) | A romhack of "The Legend of Zelda: A Link to the Past" made for speedrunners | | 8 | 7 | 6 | [synciga](https://github.com/matsumotory/synciga) | None | | 8 | 3 | 0 | [bit-rot](https://github.com/segoh/bit-rot) | 8 nonlinear waveform combination effects for the Spin Semiconductor FV-1 DSP chip: new complex waveforms, digital harshness and FSU. | | 8 | 1 | 0 | [NasmHelloWorld](https://github.com/anderscarling/NasmHelloWorld) | Hello World in NASM assembly for OS X (32 & 64 bit) | | 8 | 2 | 1 | [ROPInstaller](https://github.com/WinterMute/ROPInstaller) | 3DS ds profile exploit installer | -| 8 | 1 | 0 | [Furby-2012](https://github.com/mncoppola/Furby-2012) | Reverse engineering the Furby 2012 | -| 8 | 0 | 0 | [appendix-bios](https://github.com/kaneton/appendix-bios) | IBM AT 80286 BIOS | +| 8 | 2 | 0 | [Furby-2012](https://github.com/mncoppola/Furby-2012) | Reverse engineering the Furby 2012 | | 8 | 0 | 0 | [false](https://github.com/faissaloo/false) | false in 90 bytes | | 8 | 3 | 0 | [DexOS](https://github.com/dex-os/DexOS) | The OS and related projects/examples | | 8 | 4 | 0 | [overwrite_mbr](https://github.com/jeffball55/overwrite_mbr) | A collection of tools for overwriting the MBR (Master Boot Record) of a machine with another file. | -| 8 | 2 | 0 | [adpcm-68k](https://github.com/Kalmalyzer/adpcm-68k) | IMA ADPCM codec for PC, and decoder for Amiga and Atari ST | -| 8 | 2 | 0 | [ModernUI](https://github.com/mrfearless/ModernUI) | Modern UI controls for win32 assembler | -| 8 | 6 | 0 | [6502_EhBASIC_V2.22](https://github.com/Klaus2m5/6502_EhBASIC_V2.22) | 6502 enhanced BASIC unmodified source | +| 8 | 1 | 21 | [HuDK](https://github.com/BlockoS/HuDK) | ASM and C open source software development kit for the NEC PC Engine | | 8 | 5 | 2 | [WeeGUI](https://github.com/blondie7575/WeeGUI) | A compact and easy to use GUI library for 8-bit Apple ][ computers | -| 8 | 8 | 1 | [sc_spdif](https://github.com/xcore/sc_spdif) | xmos S/PDIF TX and RX component | | 8 | 7 | 2 | [KaggleMicrosoftMalware](https://github.com/reillydj/KaggleMicrosoftMalware) | Repository for team's work on the Microsoft Malware Classification Challenge Kaggle competition. | | 8 | 0 | 1 | [carazu](https://github.com/mholtkamp/carazu) | Gameboy platformer written in assembly | | 8 | 7 | 0 | [rc2014](https://github.com/sbelectronics/rc2014) | None | -| 8 | 1 | 21 | [HuDK](https://github.com/BlockoS/HuDK) | ASM and C open source software development kit for the NEC PC Engine | -| 8 | 1 | 1 | [Csu-85](https://github.com/skaht/Csu-85) | Looking for crt0.o for Mac OSX? | -| 8 | 3 | 0 | [neopenbios](https://github.com/neogeodev/neopenbios) | Open source bios for the NeoGeo | -| 8 | 8 | 0 | [Sem4](https://github.com/MITCSE2019/Sem4) | Codes for Labs and Study Materials | +| 8 | 2 | 0 | [adpcm-68k](https://github.com/Kalmalyzer/adpcm-68k) | IMA ADPCM codec for PC, and decoder for Amiga and Atari ST | +| 8 | 2 | 0 | [ModernUI](https://github.com/mrfearless/ModernUI) | Modern UI controls for win32 assembler | +| 8 | 0 | 0 | [EightZero](https://github.com/Noah1989/EightZero) | 8-bit microcomputer from scratch | +| 8 | 1 | 0 | [newton-framework](https://github.com/newtonresearch/newton-framework) | The Newton OS in a Mac OS X framework. | +| 8 | 0 | 0 | [toy-os](https://github.com/aosmith/toy-os) | A simple x86 operating system | +| 8 | 3 | 1 | [ll_asm](https://github.com/deater/ll_asm) | linux_logo in 26+ kinds of assembly language | +| 8 | 5 | 0 | [zsnes](https://github.com/ericpearson/zsnes) | zsnes | +| 8 | 0 | 0 | [Vide](https://github.com/malbanGit/Vide) | Vectrex Integrated Development Environment | +| 8 | 4 | 2 | [z3randomizer](https://github.com/mmxbass/z3randomizer) | None | | 8 | 3 | 1 | [Ambioder](https://github.com/Gabriel-LG/Ambioder) | Reprogram Ikea's Dioder, to interface with Boblight for Ambient Lighting | | 8 | 7 | 0 | [shellcode](https://github.com/stillson/shellcode) | Win32 Shellcodes | | 8 | 3 | 1 | [zsnes](https://github.com/emillon/zsnes) | Debian packaging for the zsnes emulator | @@ -700,20 +739,22 @@ | 8 | 3 | 1 | [ESP8266-AT](https://github.com/TomerCo/ESP8266-AT) | ESP8266 AT Commands | | 8 | 2 | 0 | [Mini_Bind_Shell](https://github.com/xillwillx/Mini_Bind_Shell) | a CMD shell in masm that listens on port 8080 | | 8 | 2 | 2 | [ChaOS](https://github.com/HerobrinesArmy/ChaOS) | ChaOS development for Herobrine's Army in 0x10c | -| 8 | 6 | 0 | [Frank-Synced-BLDC-ESC](https://github.com/frank26080115/Frank-Synced-BLDC-ESC) | None | -| 8 | 4 | 0 | [xtideuniversalbios](https://github.com/FozzTexx/xtideuniversalbios) | Automatically exported from code.google.com/p/xtideuniversalbios | | 8 | 0 | 0 | [yx](https://github.com/tstih/yx) | yx is a multitasking operating system for zx spectrum 48K | -| 8 | 2 | 0 | [windows_reverse_shell_1](https://github.com/sh3llc0d3r1337/windows_reverse_shell_1) | Windows Reverse Shell shellcode | | 8 | 2 | 0 | [ctf](https://github.com/moralfag/ctf) | None | -| 8 | 0 | 0 | [c64-lng](https://github.com/ytmytm/c64-lng) | LUnix Next Generation - a Little Unix operating system for C64/128/Atari and any 6502-based machine | -| 8 | 1 | 1 | [lc3-sublime](https://github.com/aviaryan/lc3-sublime) | LC3 Programming Package for Sublime Text | -| 8 | 0 | 0 | [gameboy](https://github.com/Kartones/gameboy) | Gameboy development examples and tools | +| 8 | 1 | 0 | [c64-lng](https://github.com/ytmytm/c64-lng) | LUnix Next Generation - a Little Unix operating system for C64/128/Atari and any 6502-based machine | | 8 | 82 | 12 | [iPhone2015](https://github.com/blighli/iPhone2015) | 2015年秋季iPhone应用开发 | | 8 | 1 | 0 | [z80](https://github.com/zxasm/z80) | Various snippets and examples of z80 assembler | -| 8 | 3 | 0 | [unity-admob-example](https://github.com/keijiro/unity-admob-example) | CAUTION! This example is deprecated. Use "unity-adbanner-example" (see URL below) instead. | | 8 | 4 | 8 | [TriloTracker-Re-player](https://github.com/cornelisser/TriloTracker-Re-player) | TriloTracker stand-alone replayer (and music compiler tool) | -| 8 | 2 | 1 | [telefang](https://github.com/telefang/telefang) | Partial Telefang disassembly and English translation (on the patch branch) | -| 8 | 1 | 0 | [lneditor](https://github.com/regomne/lneditor) | A multiline editor for translators | +| 8 | 3 | 0 | [exynos5410-firmware](https://github.com/hsnaves/exynos5410-firmware) | None | +| 8 | 1 | 1 | [lc3-sublime](https://github.com/aviaryan/lc3-sublime) | LC3 Programming Package for Sublime Text | +| 8 | 3 | 0 | [unity-admob-example](https://github.com/keijiro/unity-admob-example) | CAUTION! This example is deprecated. Use "unity-adbanner-example" (see URL below) instead. | +| 8 | 2 | 0 | [dpf-ax](https://github.com/dreamlayers/dpf-ax) | Tools and firmware for AX206 photo frames, from http://sourceforge.net/projects/dpf-ax/ | +| 8 | 0 | 0 | [smsbioses](https://github.com/maxim-zhao/smsbioses) | Sega 8-bit home systems (Master System, Game Gear, SF-7000) BIOS/bootloader code | +| 8 | 0 | 0 | [1000percent](https://github.com/rrath/1000percent) | Amiga 40k Intro (1st at TheParty98) | +| 8 | 0 | 1 | [fastd-android](https://github.com/rlei/fastd-android) | Unofficial Android port of fastd ("Fast and Secure Tunneling Daemon") | +| 8 | 1 | 0 | [ps4disasm](https://github.com/lory90/ps4disasm) | Phantasy Star IV Disassembly | +| 8 | 2 | 0 | [peCloak](https://github.com/bilka00/peCloak) | None | +| 8 | 2 | 0 | [CSC_CIS_11](https://github.com/PaulConradRCC/CSC_CIS_11) | Assembly Language | | 8 | 0 | 0 | [NedOS](https://github.com/nedbrek/NedOS) | My hobby operating system | | 8 | 1 | 0 | [gb-snake](https://github.com/jeremyherbert/gb-snake) | Snake written in gameboy (DMG-style) z80 assembly | | 8 | 0 | 0 | [ming](https://github.com/nopaniers/ming) | The Ming Operating System | @@ -721,133 +762,123 @@ | 8 | 1 | 0 | [amforth-shadow](https://github.com/wexi/amforth-shadow) | Forth system for Atmel AVR microcontrollers. See: | | 8 | 1 | 0 | [bobbyjunior](https://github.com/csssuf/bobbyjunior) | Some sort of OS for the IBM PCJr | | 8 | 1 | 0 | [Stierlitz](https://github.com/asciilifeform/Stierlitz) | Stierlitz, the Fearless, Driver-Less Bus Analyzer. | -| 8 | 4 | 0 | [FASM](https://github.com/Konctantin/FASM) | Unofficial git history of flat assembler | | 8 | 1 | 0 | [writing-an-os-from-scratch](https://github.com/prabirshrestha/writing-an-os-from-scratch) | This is a tutorial that teaches you how to write a bootloader/os from scratch | | 8 | 4 | 1 | [bare-bones](https://github.com/intermezzOS/bare-bones) | a skeleton of the intermezzos kernel | | 8 | 0 | 0 | [vipdem](https://github.com/gligli/vipdem) | VIP'17 Sega Master System demo | -| 8 | 1 | 0 | [graviton](https://github.com/gewballs/graviton) | SNES Graviton | | 8 | 1 | 0 | [lazerpong](https://github.com/huderlem/lazerpong) | Game Boy homebrew game featuring Pong and lasers | | 8 | 0 | 0 | [dkdasm](https://github.com/furrykef/dkdasm) | Donkey Kong hacking kit | -| 8 | 0 | 0 | [ARM-episodes](https://github.com/invictus1306/ARM-episodes) | Arm Episodes | -| 8 | 5 | 0 | [ESP8266-Weather-Station](https://github.com/hxy513696765/ESP8266-Weather-Station) | Use ESP8266_RTOS_SDK-1.4.x CJson Resolution Weather Web Json Data and Display on the OLED12864,the code include ESP8266 SmartConfig function can use SmartPhone APP connect to WiFi | | 8 | 1 | 0 | [yams](https://github.com/brenns10/yams) | YAMS: Awesome MIPS Server | -| 8 | 0 | 0 | [RetailClerk89](https://github.com/huguesjohnson/RetailClerk89) | Retail Clerk '89 is a personal exercise to learn Sega Genesis programming. This might even turn into a real game demo one day. | -| 8 | 9 | 7 | [pd-for-unity](https://github.com/bzgeb/pd-for-unity) | A sample unity project with pure data embedded. Currently iOS only. | +| 8 | 0 | 0 | [flappy-boy-asm](https://github.com/bitnenfer/flappy-boy-asm) | Flappy Bird clone made for the Game Boy. | +| 8 | 0 | 0 | [3Mix](https://github.com/captainsouthbird/3Mix) | Super Mario Bros 3Mix hack | +| 8 | 1 | 2 | [stage0](https://github.com/oriansj/stage0) | A set of minimal dependency bootstrap binaries | +| 8 | 8 | 0 | [x86_shellcode_tutorial](https://github.com/bruce30262/x86_shellcode_tutorial) | A training course for BambooFox | +| 8 | 8 | 7 | [pd-for-unity](https://github.com/bzgeb/pd-for-unity) | A sample unity project with pure data embedded. Currently iOS only. | | 8 | 2 | 0 | [Mini_Reverse_Shell](https://github.com/xillwillx/Mini_Reverse_Shell) | Shovels a shell back to you on a specified port | | 8 | 6 | 0 | [inPEct](https://github.com/creaktive/inPEct) | inPEct means "infect", applicable to PE ("Portable Executable") format. It is an executable binder, thus, it's able to join two .exe files in one. | | 8 | 2 | 0 | [D2GS](https://github.com/Zakamurite/D2GS) | Diablo II game server emulator for 1.11b | | 8 | 2 | 0 | [mist1032sa](https://github.com/cpulabs/mist1032sa) | Open Source MIST32 architecture processor(Out of Order version) | -| 8 | 0 | 0 | [FYSOS](https://github.com/fysnet/FYSOS) | The FYSOS Operating System | -| 8 | 2 | 0 | [OldSkool](https://github.com/majiccode/OldSkool) | Dumping ground for some old school demoscene related stuff and things I did a long long time ago now Includes: MSDOS, WATCOM C, ASM, TASM, A86, VGA, VESA. XMODE. PMODE, 3D, 3DS Keyframing, 2D Effects like water, fire and plasma., BBS intros, cracktros, Polyfillers, etc. (frenzy) | | 8 | 1 | 0 | [tsxcfi](https://github.com/eurecom-s3/tsxcfi) | Prototye Implementation for TSX-based CFI Enforcement | -| 8 | 3 | 3 | [nanoBoot](https://github.com/volium/nanoBoot) | nanoBoot - 512 byte USB HID Bootloader for ATmega16U4/ATmega32U4 | -| 8 | 0 | 0 | [smb3](https://github.com/captainsouthbird/smb3) | Disassembly of Super Mario Bros 3 | +| 8 | 1 | 0 | [MyAmigaIntros](https://github.com/spifd/MyAmigaIntros) | My old 90s Amiga intros source code | +| 8 | 3 | 6 | [stm32js](https://github.com/Catethysis/stm32js) | None | +| 8 | 2 | 2 | [gambatte-speedrun](https://github.com/Dabomstew/gambatte-speedrun) | Fork of https://github.com/sinamas/gambatte with Pokemon speedrunning-related changes. | | 8 | 0 | 0 | [brmsx](https://github.com/ricbit/brmsx) | MSX emulator written entirely in Assembly | -| 8 | 0 | 0 | [snake-gb](https://github.com/DonaldHays/snake-gb) | A version of Snake for Game Boy | | 8 | 2 | 1 | [lisp8x](https://github.com/deephooloovoo/lisp8x) | Lisp for the TI-83+ line of graphing calculators | | 8 | 0 | 0 | [firth](https://github.com/cthulhuology/firth) | Firth is an experimental modern Forth for 64bit x86_64 processors | | 8 | 5 | 0 | [SecretWeapon](https://github.com/BITNP/SecretWeapon) | Secret weapons that arm your studies. | -| 8 | 0 | 0 | [Z80](https://github.com/ralphbecket/Z80) | My ZX Spectrum Z80 Playground | -| 7 | 1 | 0 | [bubblestorm](https://github.com/DVS-P2P/bubblestorm) | The BubbleStorm middleware | +| 8 | 3 | 0 | [Bootloader](https://github.com/devekar/Bootloader) | A simple bootloader for linux kernel | +| 8 | 6 | 1 | [sgemm_hsw](https://github.com/pigirons/sgemm_hsw) | This is a sgemm implementation on Intel Haswell | | 7 | 7 | 0 | [s3eGooglePlayGames](https://github.com/marmalade/s3eGooglePlayGames) | Google Play Games Service | | 7 | 1 | 0 | [hecklifter](https://github.com/albailey/hecklifter) | NES side scrolling platform engine written mostly in CC65 | -| 7 | 2 | 1 | [CS-Computer-Architecture](https://github.com/aMinuteMan/CS-Computer-Architecture) | MIPS Assembly Programming, mips-Sorting, Three Stage Pipelined Processor in Verilog, CS-F342 Computer Architecture | -| 7 | 1 | 0 | [mindo](https://github.com/aoh/mindo) | an extremely pure functional programming language | -| 7 | 2 | 0 | [osfs05](https://github.com/yyu/osfs05) | Operating System From Scratch : learn OS by practice | -| 7 | 5 | 0 | [zsnes](https://github.com/ericpearson/zsnes) | zsnes | +| 7 | 1 | 0 | [bubblestorm](https://github.com/DVS-P2P/bubblestorm) | The BubbleStorm middleware | | 7 | 1 | 0 | [chocoforth](https://github.com/quek/chocoforth) | Forth: Direct threaded code, 64 bit Linux | -| 7 | 0 | 0 | [EightZero](https://github.com/Noah1989/EightZero) | 8-bit microcomputer from scratch | -| 7 | 1 | 0 | [cambridgegcsecomputing](https://github.com/raspberrypilearning/cambridgegcsecomputing) | [NOT MAINTAINED] Cambridge GCSE Computing MOOC support material | -| 7 | 0 | 0 | [toy-os](https://github.com/aosmith/toy-os) | A simple x86 operating system | +| 7 | 2 | 0 | [osfs05](https://github.com/yyu/osfs05) | Operating System From Scratch : learn OS by practice | | 7 | 3 | 0 | [kolibrios](https://github.com/luki122/kolibrios) | None | +| 7 | 1 | 0 | [cambridgegcsecomputing](https://github.com/raspberrypilearning/cambridgegcsecomputing) | [NOT MAINTAINED] Cambridge GCSE Computing MOOC support material | | 7 | 2 | 0 | [Doors_CS_7](https://github.com/KermMartian/Doors_CS_7) | Doors CS 7 | -| 7 | 5 | 0 | [Assembly-Course](https://github.com/Dr-Kevin-Zhang/Assembly-Course) | None | | 7 | 0 | 0 | [AssemblyBrainfuckInterpreter](https://github.com/skiwi2/AssemblyBrainfuckInterpreter) | A Brainfuck Interpreter written in Assembly. | -| 7 | 1 | 12 | [minos](https://github.com/triforce/minos) | A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language | | 7 | 2 | 0 | [authenc](https://github.com/conradoplg/authenc) | Standalone implemention of authenticated encryption algorithms | -| 7 | 0 | 0 | [learning-asm](https://github.com/denysdovhan/learning-asm) | Here I'm gonna collect links and resources, that I used for learning Assembly | +| 7 | 1 | 12 | [minos](https://github.com/triforce/minos) | A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language | | 7 | 3 | 0 | [assembly](https://github.com/humanshell/assembly) | practice and experimental programs written in NASM assembly | -| 7 | 2 | 0 | [pong.asm](https://github.com/thlorenz/pong.asm) | pong game written in assembly for i386 (32-bit) architecture. | -| 7 | 4 | 1 | [PsychsonMaker](https://github.com/soomeone/PsychsonMaker) | A GUI tool to create a BadUSB stick (based on Psychson) | -| 7 | 0 | 0 | [snake](https://github.com/caillouplus/snake) | None | +| 7 | 0 | 0 | [learning-asm](https://github.com/denysdovhan/learning-asm) | Here I'm gonna collect links and resources, that I used for learning Assembly | +| 7 | 3 | 0 | [pong.asm](https://github.com/thlorenz/pong.asm) | pong game written in assembly for i386 (32-bit) architecture. | | 7 | 0 | 0 | [Century-64](https://github.com/eryjus/Century-64) | 64-bit OS | -| 7 | 3 | 1 | [ll_asm](https://github.com/deater/ll_asm) | linux_logo in 26+ kinds of assembly language | -| 7 | 1 | 0 | [newton-framework](https://github.com/newtonresearch/newton-framework) | The Newton OS in a Mac OS X framework. | -| 7 | 2 | 0 | [tornado-dos-flightsim](https://github.com/tornadorebooted/tornado-dos-flightsim) | None | +| 7 | 4 | 1 | [PsychsonMaker](https://github.com/soomeone/PsychsonMaker) | A GUI tool to create a BadUSB stick (based on Psychson) | | 7 | 2 | 0 | [ffft](https://github.com/PaintYourDragon/ffft) | elm-chan's fast FFT lib for Arduino + WIP | -| 7 | 0 | 0 | [Vide](https://github.com/malbanGit/Vide) | Vectrex Integrated Development Environment | -| 7 | 4 | 2 | [z3randomizer](https://github.com/mmxbass/z3randomizer) | None | -| 7 | 0 | 0 | [NESnake](https://github.com/brovador/NESnake) | Snake game for Nintendo NES written in C | -| 7 | 1 | 0 | [88-binary](https://github.com/spitbol/88-binary) | Binary distribution of Micro version of SPITBOL-386 with all of its functionality but with a much reduced memory capability. | -| 7 | 0 | 0 | [lotus](https://github.com/dustmop/lotus) | Experimental alternative text input for the NES. | | 7 | 2 | 0 | [dust-tutorial-c64-spritro](https://github.com/actraiser/dust-tutorial-c64-spritro) | Sprite Tutorial | -| 7 | 8 | 0 | [nand2tetris](https://github.com/seebees/nand2tetris) | None | -| 7 | 0 | 0 | [snes-powerpak-firmware-v3](https://github.com/Ramsis-SNES/snes-powerpak-firmware-v3) | SNES PowerPak Firmware v3 "MUFASA" | +| 7 | 1 | 0 | [88-binary](https://github.com/spitbol/88-binary) | Binary distribution of Micro version of SPITBOL-386 with all of its functionality but with a much reduced memory capability. | +| 7 | 0 | 0 | [NESnake](https://github.com/brovador/NESnake) | Snake game for Nintendo NES written in C | | 7 | 1 | 0 | [SortingNetworks](https://github.com/komrad36/SortingNetworks) | Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compilers to generate optimal sorting networks. | -| 7 | 2 | 0 | [PE_Bootloader_x86](https://github.com/gotoco/PE_Bootloader_x86) | My Bootloader for processors with x86 Arch. to load kernels compiled in PE (Portable Executable) format. Written while studying Gynvael Coldwind and Mateusz Jurczyk low-programming tutorial | +| 7 | 0 | 0 | [snes-powerpak-firmware-v3](https://github.com/Ramsis-SNES/snes-powerpak-firmware-v3) | SNES PowerPak Firmware v3 "MUFASA" | +| 7 | 0 | 0 | [lotus](https://github.com/dustmop/lotus) | Experimental alternative text input for the NES. | +| 7 | 0 | 0 | [snake](https://github.com/caillouplus/snake) | None | +| 7 | 2 | 0 | [tornado-dos-flightsim](https://github.com/tornadorebooted/tornado-dos-flightsim) | None | +| 7 | 0 | 0 | [ggsound](https://github.com/gradualgames/ggsound) | GGSound: A lightweight sound engine for your NES homebrew game. | +| 7 | 2 | 0 | [ntshutdown-shellcode](https://github.com/wekillpeople/ntshutdown-shellcode) | Windows hard shutdown shellcode. Don't need administrator rights. | +| 7 | 2 | 0 | [cae-lab](https://github.com/schoeberl/cae-lab) | Lab Material for CAE | +| 7 | 1 | 0 | [mindo](https://github.com/aoh/mindo) | executable λ-calclulus | +| 7 | 3 | 0 | [0xb4ckd00r](https://github.com/sch3m4/0xb4ckd00r) | Backdoor for Windows systems (client and server) writen in C (client) and ASM (server) using reverse connection | +| 7 | 0 | 0 | [pokered-prototype](https://github.com/dannye/pokered-prototype) | The Pokémon Red hack, Pokémon Prototype | +| 7 | 1 | 0 | [picoboot](https://github.com/nerdralph/picoboot) | Automatically exported from code.google.com/p/picoboot | +| 7 | 6 | 0 | [corewars8086-survivors](https://github.com/codeguru-il/corewars8086-survivors) | Survivors submitted to various CodeGuru Extreme competitions | | 7 | 0 | 0 | [dos](https://github.com/joewing/dos) | DOS Programs | | 7 | 1 | 0 | [mboot-kernel](https://github.com/klange/mboot-kernel) | Demo multiboot kernel | -| 7 | 6 | 0 | [corewars8086-survivors](https://github.com/codeguru-il/corewars8086-survivors) | Survivors submitted to various CodeGuru Extreme competitions | -| 7 | 7 | 0 | [MASM32-graphical-effects](https://github.com/Xyl2k/MASM32-graphical-effects) | Various graphic effects from the scene. | | 7 | 2 | 0 | [learnasm](https://github.com/thlorenz/learnasm) | Learning a bit of assembly programming | -| 7 | 0 | 1 | [fastd-android](https://github.com/rlei/fastd-android) | Unofficial Android port of fastd ("Fast and Secure Tunneling Daemon") | | 7 | 1 | 0 | [BasicOS](https://github.com/vogon101/BasicOS) | A basic operating system based on Cosmos | -| 7 | 2 | 0 | [dpf-ax](https://github.com/dreamlayers/dpf-ax) | Tools and firmware for AX206 photo frames, from http://sourceforge.net/projects/dpf-ax/ | -| 7 | 0 | 1 | [nand2vm](https://github.com/mlouielu/nand2vm) | nand2vm - pure python implement of nand2tetris Hack platform | | 7 | 2 | 2 | [os](https://github.com/olsner/os) | x86-64 assembly µkernel | | 7 | 2 | 0 | [WriteYourOwnOS](https://github.com/geekskool/WriteYourOwnOS) | Write your own simple OS | -| 7 | 7 | 3 | [NeoScrypt](https://github.com/ghostlander/NeoScrypt) | NeoScrypt, a Strong Memory Intensive Key Derivation Function | -| 7 | 1 | 0 | [peCloak](https://github.com/bilka00/peCloak) | None | -| 7 | 23 | 3 | [CS1530_Summer2017](https://github.com/laboon/CS1530_Summer2017) | CS1530 Software Engineering Summer 2017 | -| 7 | 0 | 0 | [swift-bare-bones](https://github.com/rzhikharevich/swift-bare-bones) | Swift Bare Bones | -| 7 | 1 | 0 | [adt](https://github.com/david-schmidt/adt) | Apple Disk Transfer | +| 7 | 20 | 3 | [CS1530_Summer2017](https://github.com/laboon/CS1530_Summer2017) | CS1530 Software Engineering Summer 2017 | | 7 | 0 | 0 | [swift-bare-bones](https://github.com/rzhikharevich/swift-bare-bones) | Swift Bare Bones | -| 7 | 3 | 2 | [blasfeo](https://github.com/giaf/blasfeo) | None | | 7 | 4 | 1 | [pony-site](https://github.com/acm-uiuc/pony-site) | SIGpony's website | | 7 | 1 | 0 | [Uridium-2-for-msx](https://github.com/Maneldemo/Uridium-2-for-msx) | Uridium 2 demake for msx 2 | | 7 | 1 | 0 | [adt](https://github.com/david-schmidt/adt) | Apple Disk Transfer | | 7 | 1 | 0 | [DustyTP7](https://github.com/shidel/DustyTP7) | Ancient Turbo Pascal source code for programs and units with lots of inline assembly code. | +| 7 | 3 | 2 | [ecutools](https://github.com/javiermuniz/ecutools) | Tools for disassembling and analyzing ECUs | +| 7 | 0 | 1 | [go-speck](https://github.com/dgryski/go-speck) | SPECK cipher | +| 7 | 0 | 0 | [nasmx](https://github.com/thlorenz/nasmx) | The NASMX Project (manually maintained mirror) Documentation: https://thlorenz.github.io/nasmx | +| 7 | 0 | 0 | [roboto-demo](https://github.com/naavis/roboto-demo) | Game Boy demo for Skrolli Party 2017. | +| 7 | 0 | 0 | [x86-Enigma](https://github.com/samdmarshall/x86-Enigma) | World War 2 German Enigma Encryption Machine in x86 assembly. | +| 7 | 2 | 2 | [HiSprite](https://github.com/blondie7575/HiSprite) | A hi-res sprite compiler for Apple II | +| 7 | 1 | 0 | [DKC2-disassembly](https://github.com/p4plus2/DKC2-disassembly) | A repository dedicated to the reverse engineering of the SNES game DKC2. | +| 7 | 27 | 13 | [XV6](https://github.com/THSS13/XV6) | 软件学院 2015年计算机系统软件 XV6 系统优化开发 | +| 7 | 3 | 1 | [alotware](https://github.com/muazzamalikazmi/alotware) | Public Domain, Self-hosting Operating System | +| 7 | 0 | 0 | [romdisk](https://github.com/cnvogelg/romdisk) | Boot an Amiga from a disk image embedded into the ext. ROM | | 7 | 1 | 1 | [forth-arm](https://github.com/shepheb/forth-arm) | Custom Forth implementation for ARMv6 (RasPi) | -| 7 | 4 | 0 | [system-v-asm-64](https://github.com/michael-g/system-v-asm-64) | None | -| 7 | 2 | 0 | [armvisor](https://github.com/finallyjustice/armvisor) | Sample code for ARM hardware virtualization | +| 7 | 3 | 0 | [armvisor](https://github.com/finallyjustice/armvisor) | Sample code for ARM hardware virtualization | | 7 | 12 | 0 | [docker-alpine](https://github.com/seek-ai/docker-alpine) | A docker image for data science based in alpine base image | | 7 | 1 | 0 | [embedded-bazel](https://github.com/prattmic/embedded-bazel) | A Bazel workspace for embedded systems | | 7 | 0 | 0 | [68kTutorials](https://github.com/db-electronics/68kTutorials) | Tutorials to teach myself 68k assembly | | 7 | 2 | 0 | [OpenCL_Raytracer](https://github.com/markbecker/OpenCL_Raytracer) | A Raytracer utilizing OpenCL | +| 7 | 3 | 0 | [RollercoasterSimulator](https://github.com/andrewnakas/RollercoasterSimulator) | A open source narrow and broad VR Rollercoaster game for mobile. | +| 7 | 2 | 1 | [Switchless-Mods](https://github.com/borti4938/Switchless-Mods) | Switchless Mods for several Retro-Consoles | | 7 | 1 | 0 | [std-benchmark](https://github.com/hiraditya/std-benchmark) | A benchmark for standard libraries | -| 7 | 0 | 2 | [BT3-DOS-patch](https://github.com/ChrisAubuchon/BT3-DOS-patch) | None | +| 7 | 2 | 0 | [AvrX](https://github.com/kororos/AvrX) | A repository to host Larry Barello's wonderful AvrX RTOS for the Atmel AVR family of micros | | 7 | 1 | 0 | [Symphonie](https://github.com/MastaTabs/Symphonie) | Source to 256 channel Amiga music tracker made compilable | -| 7 | 2 | 4 | [xray-extensions](https://github.com/KD87/xray-extensions) | Unofficial extensions of X-Ray game engine | -| 7 | 0 | 0 | [3Mix](https://github.com/captainsouthbird/3Mix) | Super Mario Bros 3Mix hack | | 7 | 3 | 0 | [CryptoAccel](https://github.com/PaulStoffregen/CryptoAccel) | None | -| 7 | 2 | 0 | [AvrX](https://github.com/kororos/AvrX) | A repository to host Larry Barello's wonderful AvrX RTOS for the Atmel AVR family of micros | -| 7 | 1 | 2 | [stage0](https://github.com/oriansj/stage0) | A set of minimal dependency bootstrap binaries | -| 7 | 3 | 0 | [RollercoasterSimulator](https://github.com/andrewnakas/RollercoasterSimulator) | A open source narrow and broad VR Rollercoaster game for mobile. | -| 7 | 3 | 0 | [ICE](https://github.com/PeterTillema/ICE) | ICE Compiler | -| 7 | 0 | 0 | [faust](https://github.com/thedrgreenthumb/faust) | Experimental faust effects. | +| 7 | 4 | 0 | [system-v-asm-64](https://github.com/michael-g/system-v-asm-64) | None | +| 7 | 0 | 2 | [BT3-DOS-patch](https://github.com/ChrisAubuchon/BT3-DOS-patch) | None | +| 7 | 1 | 0 | [AVR-ASM-Software-UART](https://github.com/sirgal/AVR-ASM-Software-UART) | Simple software UART for AVR microcontrollers, written in assembly | | 7 | 4 | 0 | [snes](https://github.com/bsummer4/snes) | A C compiler, an assembler, and a collection of games for the SNES | | 7 | 3 | 0 | [random](https://github.com/meh/random) | Random codes. | -| 7 | 0 | 1 | [bangai-o-sploit](https://github.com/smealum/bangai-o-sploit) | None | | 7 | 2 | 0 | [Introduction-to-ARM](https://github.com/dpt/Introduction-to-ARM) | Examples from my Introduction to ARM training course | -| 7 | 2 | 0 | [lbt](https://github.com/Jonathan2251/lbt) | Develop toolchain based on llvm to for Cpu0 processor | +| 7 | 0 | 0 | [faust](https://github.com/thedrgreenthumb/faust) | Experimental faust effects. | +| 7 | 0 | 1 | [bangai-o-sploit](https://github.com/smealum/bangai-o-sploit) | None | +| 7 | 3 | 0 | [lbt](https://github.com/Jonathan2251/lbt) | Develop toolchain based on llvm to for Cpu0 processor | | 7 | 3 | 2 | [BareBonesOS](https://github.com/MadMockers/BareBonesOS) | ROM / Firmware for DCPU | | 7 | 2 | 0 | [SNESZoi](https://github.com/gyuque/SNESZoi) | SNES homebrew test | | 7 | 1 | 0 | [APISearch-Plugin-x64](https://github.com/mrfearless/APISearch-Plugin-x64) | APISearch Plugin (x64) - A Plugin For x64dbg | -| 7 | 0 | 0 | [helloboing](https://github.com/Nadrin/helloboing) | "Hello Boing" - a 4k procedural, executable graphics for Commodore Amiga | | 7 | 0 | 0 | [DotNetZip](https://github.com/HalfVoxel/DotNetZip) | A version of DotNetZip which is more suited for Unity, especially mobile versions | -| 7 | 5 | 0 | [dynosprite](https://github.com/richard42/dynosprite) | Sophisticated video game engine for Tandy Color Computer 3 | -| 7 | 1 | 5 | [stm32js](https://github.com/Catethysis/stm32js) | None | -| 7 | 0 | 0 | [gameboy-helicopter](https://github.com/jhayley/gameboy-helicopter) | Just playin around with some gameboy z80 programming | -| 7 | 1 | 0 | [nand2tetris](https://github.com/mudphone/nand2tetris) | Recursive, top-down, language processing, and So Can You! | -| 7 | 3 | 0 | [Bootloader](https://github.com/devekar/Bootloader) | A simple bootloader for linux kernel | -| 7 | 1 | 1 | [lttphack](https://github.com/helgefmi/lttphack) | A romhack of "The Legend of Zelda: A Link to the Past" made for speedrunners | -| 7 | 2 | 3 | [gambatte-speedrun](https://github.com/Dabomstew/gambatte-speedrun) | Fork of https://github.com/sinamas/gambatte with Pokemon speedrunning-related changes. | | 7 | 1 | 1 | [Uridium-msx1](https://github.com/artrag/Uridium-msx1) | Uridium for msx 1 chartridge release | -| 7 | 6 | 1 | [sgemm_hsw](https://github.com/pigirons/sgemm_hsw) | This is a sgemm implementation on Intel Haswell | +| 7 | 1 | 0 | [nand2tetris](https://github.com/mudphone/nand2tetris) | Recursive, top-down, language processing, and So Can You! | +| 7 | 17 | 1 | [Nand2Tetris](https://github.com/xctom/Nand2Tetris) | All projects for Nand2Teris | +| 7 | 1 | 0 | [lib.asm](https://github.com/thlorenz/lib.asm) | Collection of assembly routines in one place to facilitate reuse. | | 7 | 0 | 0 | [c64game](https://github.com/wbovela/c64game) | c64 game code in assembly for kick assembler | -| 6 | 0 | 0 | [pokered-prototype](https://github.com/dannye/pokered-prototype) | The Pokémon Red hack, Pokémon Prototype | +| 7 | 0 | 0 | [gameboy-helicopter](https://github.com/jhayley/gameboy-helicopter) | Just playin around with some gameboy z80 programming | +| 7 | 0 | 0 | [psx-hardware-tests](https://github.com/simias/psx-hardware-tests) | None | +| 7 | 4 | 2 | [CPU-Dasher-for-iOS](https://github.com/zenny-chen/CPU-Dasher-for-iOS) | CPU Dasher for iOS source code. It only supports ARMv7 and ARMv7s architectures. | +| 7 | 1 | 0 | [talk_casually](https://github.com/ChinaFlutterPioneerTeam/talk_casually) | 使用Flutter框架开发的实时聊天APP | +| 7 | 5 | 0 | [dynosprite](https://github.com/richard42/dynosprite) | Sophisticated video game engine for Tandy Color Computer 3 | | 6 | 4 | 1 | [Telefang-2-English-Translation-Project](https://github.com/moozilla/Telefang-2-English-Translation-Project) | A translation project for translating the Japanese GBA game Telefang 2 into English. | -| 6 | 0 | 0 | [maxguiex](https://github.com/skn3/maxguiex) | A collection of functions to extend the maxgui module | +| 6 | 1 | 0 | [maxguiex](https://github.com/skn3/maxguiex) | A collection of functions to extend the maxgui module | | 6 | 2 | 0 | [SimpleOS](https://github.com/mike820324/SimpleOS) | A simple x86 based Operating System | | 6 | 7 | 0 | [box2d](https://github.com/marmalade/box2d) | Box2D for Marmalade | | 6 | 3 | 0 | [prometheus](https://github.com/j-hannah/prometheus) | Prometheus - a Drupal installation profile | @@ -857,49 +888,58 @@ | 6 | 2 | 1 | [Assembly_Codes](https://github.com/rohangoel96/Assembly_Codes) | Microprocessor Programming & Interfacing [CS F241] | | 6 | 0 | 0 | [SNES-Mode7](https://github.com/Kannagi/SNES-Mode7) | example code for Mode 7 perspective | | 6 | 1 | 0 | [Assembly_language_primer](https://github.com/Kan1shka9/Assembly_language_primer) | Quick review of Assembly language | -| 6 | 0 | 0 | [ggsound](https://github.com/gradualgames/ggsound) | GGSound: A lightweight sound engine for your NES homebrew game. | -| 6 | 2 | 0 | [ntshutdown-shellcode](https://github.com/wekillpeople/ntshutdown-shellcode) | Windows hard shutdown shellcode. Don't need administrator rights. | | 6 | 2 | 1 | [AES-ARM-NEON](https://github.com/junwei-wang/AES-ARM-NEON) | Efficient implementation of maksed AES on ARM NEON | -| 6 | 0 | 0 | [picoboot](https://github.com/nerdralph/picoboot) | Automatically exported from code.google.com/p/picoboot | -| 6 | 12 | 0 | [From-Nand-to-Tetris](https://github.com/itzhak-razi/From-Nand-to-Tetris) | assignments | +| 6 | 13 | 0 | [From-Nand-to-Tetris](https://github.com/itzhak-razi/From-Nand-to-Tetris) | assignments | | 6 | 1 | 0 | [gruniozerca](https://github.com/arhneu/gruniozerca) | Gruniożerca | -| 6 | 4 | 0 | [iBeacon-Unity](https://github.com/taskx6004/iBeacon-Unity) | iBeacon discovery in Unity 3D | | 6 | 1 | 0 | [apple2_rwts18](https://github.com/Michaelangel007/apple2_rwts18) | Roland Gustafsson's RWTS18 source code. | +| 6 | 4 | 0 | [iBeacon-Unity](https://github.com/taskx6004/iBeacon-Unity) | iBeacon discovery in Unity 3D | +| 6 | 8 | 0 | [nand2tetris](https://github.com/seebees/nand2tetris) | None | +| 6 | 2 | 0 | [PE_Bootloader_x86](https://github.com/gotoco/PE_Bootloader_x86) | My Bootloader for processors with x86 Arch. to load kernels compiled in PE (Portable Executable) format. Written while studying Gynvael Coldwind and Mateusz Jurczyk low-programming tutorial | +| 6 | 6 | 0 | [ACL_Edit](https://github.com/MortenSchenk/ACL_Edit) | Assembly code to use for Windows kernel shellcode to edit winlogon.exe ACL | +| 6 | 1 | 0 | [cc65-nes-demo](https://github.com/sintrb/cc65-nes-demo) | CC65的NES例子 | +| 6 | 0 | 0 | [libasm_io](https://github.com/EriHoss/libasm_io) | Simple x64 bit IO library for nasm/yasm assembly programs, with extra examples and tutorials. Written to assist students learning Intel style assembly language. API is based on Dr. Paul Carters x32 bit IO library used in his old tutorials. | +| 6 | 1 | 0 | [pokefirered](https://github.com/cosarara97/pokefirered) | Pokémon Fire Red disassembly project | +| 6 | 1 | 0 | [nes-demos](https://github.com/thentenaar/nes-demos) | Misc. NES demos | +| 6 | 2 | 0 | [HonkeyPong](https://github.com/HonkeyKong/HonkeyPong) | Homebrew NES Pong clone, designed as a lesson on programming NES games. | +| 6 | 1 | 0 | [strata-data](https://github.com/StanfordPL/strata-data) | Experimental results of the strata project | +| 6 | 2 | 0 | [faimbot](https://github.com/0xMaryPoppins/faimbot) | Muti-hack for csgo written in FASM | +| 6 | 4 | 2 | [Linker](https://github.com/byteworksinc/Linker) | None | +| 6 | 2 | 0 | [NASCOM_BASIC_4.7](https://github.com/feilipu/NASCOM_BASIC_4.7) | NASCOM ROM BASIC Version 4.7 - (C) 1978 Microsoft | | 6 | 3 | 0 | [marioland2](https://github.com/froggestspirit/marioland2) | Disassembly of Super Mario Land 2 | | 6 | 0 | 0 | [blosxasm-arm-linux-eabi](https://github.com/cho45/blosxasm-arm-linux-eabi) | None | | 6 | 1 | 0 | [nesdev](https://github.com/avik-das/nesdev) | NES Development | | 6 | 0 | 0 | [calculator](https://github.com/dustmop/calculator) | A sample NES rom demo to calculate addition, and demonstrate unit testing | | 6 | 0 | 0 | [millipede-asm-x86_64](https://github.com/getmillipede/millipede-asm-x86_64) | :bug: Print a beautiful millipede | | 6 | 2 | 0 | [FallingBlocks](https://github.com/soiaf/FallingBlocks) | Game written in z80 assembly for the ZX Spectrum | -| 6 | 0 | 0 | [smsbioses](https://github.com/maxim-zhao/smsbioses) | Sega 8-bit home systems (Master System, Game Gear, SF-7000) BIOS/bootloader code | | 6 | 2 | 0 | [van-bus](https://github.com/dwery/van-bus) | Peugeot/Citroen VAN BUS reverse engineering | | 6 | 0 | 0 | [GC](https://github.com/PeterLemon/GC) | GameCube Assembly Programming | | 6 | 0 | 0 | [arm-mariokart](https://github.com/levex/arm-mariokart) | ARM11 group project; Atanas G., Norbert P., Daniel Z., Levente K.: MARIO KART | | 6 | 1 | 0 | [GB](https://github.com/PeterLemon/GB) | Game Boy Assembly Programming | -| 6 | 2 | 2 | [ecutools](https://github.com/javiermuniz/ecutools) | Tools for disassembling and analyzing ECUs | -| 6 | 3 | 0 | [exynos5410-firmware](https://github.com/hsnaves/exynos5410-firmware) | None | | 6 | 0 | 0 | [x86-Minecraft](https://github.com/corey-/x86-Minecraft) | Basic minecraft classic server written in mostly FASM | | 6 | 4 | 0 | [ensamblador](https://github.com/codeneomatrix/ensamblador) | PROGRAMAS DEL CURSO DE ENSAMBLADOR | -| 6 | 0 | 0 | [roboto-demo](https://github.com/naavis/roboto-demo) | Game Boy demo for Skrolli Party 2017. | -| 6 | 27 | 13 | [XV6](https://github.com/THSS13/XV6) | 软件学院 2015年计算机系统软件 XV6 系统优化开发 | | 6 | 0 | 0 | [blaze](https://github.com/keithbugeja/blaze) | Repository for the unfinished Amiga game Blaze. | -| 6 | 2 | 0 | [kxploits](https://github.com/GUIDOBOT/kxploits) | Some reverses | -| 6 | 1 | 0 | [snes-nsf-player](https://github.com/AntiheroSoftware/snes-nsf-player) | NSF Player for the SNES | -| 6 | 1 | 0 | [bcx-basic-Jaguar](https://github.com/ggnkua/bcx-basic-Jaguar) | A stab at porting bcx-basic to the Atari Jaguar | -| 6 | 1 | 1 | [asm4mo](https://github.com/leonardo-ono/asm4mo) | Assembler for MikeOS. For more information, please see: | -| 6 | 3 | 1 | [alotware](https://github.com/muazzamalikazmi/alotware) | Public Domain, Self-hosting Operating System | | 6 | 6 | 0 | [shellcoding](https://github.com/NoviceLive/shellcoding) | Introduce you to shellcode development. | | 6 | 0 | 0 | [article-align-x86](https://github.com/pzemtsov/article-align-x86) | Source code for the article "A bug story: data alignment on x86" | | 6 | 0 | 0 | [rpi-projects](https://github.com/mikedurso/rpi-projects) | Raspberry PI projects | | 6 | 1 | 0 | [pulse](https://github.com/SvenMichaelKlose/pulse) | A horizontally smooth-scrolling shoot-'em-up for the unexpanded Commodore VIC-20. | -| 6 | 0 | 0 | [x86-Enigma](https://github.com/samdmarshall/x86-Enigma) | World War 2 German Enigma Encryption Machine in x86 assembly. | | 6 | 3 | 0 | [Privilege_Shellcode](https://github.com/MortenSchenk/Privilege_Shellcode) | Kernel Shellcode to add all privileges in token | | 6 | 3 | 0 | [PCI-Expansion-ROM-OS](https://github.com/pinczakko/PCI-Expansion-ROM-OS) | Two stage x86 boot loader and preliminary kernel code which are combined into single binary file to be flashed to PCI expansion card with Flash ROM/EEPROM. | -| 6 | 1 | 0 | [ps4disasm](https://github.com/lory90/ps4disasm) | Phantasy Star IV Disassembly | +| 6 | 4 | 1 | [NumGuess](https://github.com/DarthJDG/NumGuess) | Number guessing game collection in multiple programming languages | +| 6 | 2 | 0 | [kxploits](https://github.com/GUIDOBOT/kxploits) | Some reverses | +| 6 | 1 | 0 | [snes-nsf-player](https://github.com/AntiheroSoftware/snes-nsf-player) | NSF Player for the SNES | +| 6 | 1 | 0 | [bcx-basic-Jaguar](https://github.com/ggnkua/bcx-basic-Jaguar) | A stab at porting bcx-basic to the Atari Jaguar | +| 6 | 1 | 1 | [asm4mo](https://github.com/leonardo-ono/asm4mo) | Assembler for MikeOS. For more information, please see: | +| 6 | 0 | 1 | [x64-fasm-examples](https://github.com/macton/x64-fasm-examples) | x64 Assembly Examples (fasm) | +| 6 | 2 | 0 | [fastarm](https://github.com/hglm/fastarm) | Experimental memcpy speed toolkit for ARM CPUs (libc replacement) | +| 6 | 2 | 2 | [wenlin_db_scanner](https://github.com/pwnall/wenlin_db_scanner) | Extracts the data from the Wenlin dictionary program | +| 6 | 2 | 2 | [maru](https://github.com/melvinzhang/maru) | A compiler to IA32 and REPL for maru in maru under 7k s-expressions | +| 6 | 2 | 1 | [MouseII](https://github.com/blondie7575/MouseII) | A mouse driver for Apple II computers | +| 6 | 0 | 0 | [lorom-template](https://github.com/pinobatch/lorom-template) | Super NES LoROM (mode $20) project template for ca65 assembler | +| 6 | 1 | 0 | [Assembly](https://github.com/m0nad/Assembly) | Assembly codes | +| 6 | 2 | 9 | [megaman-zx-traducao-ptbr](https://github.com/leomontenegro6/megaman-zx-traducao-ptbr) | [NDS] Megaman ZX - Tradução PT-BR | | 6 | 4 | 0 | [LinkedList-IA32](https://github.com/joao29a/LinkedList-IA32) | Linked List Assembly | -| 6 | 0 | 0 | [osxbom](https://github.com/cooljeanius/osxbom) | A reimplementation of lsbom | +| 6 | 1 | 0 | [osxbom](https://github.com/cooljeanius/osxbom) | A reimplementation of lsbom | | 6 | 1 | 0 | [680](https://github.com/chronomex/680) | z80 calculator emulator for 68k calculators | -| 6 | 0 | 0 | [semplice](https://github.com/duckinator/semplice) | A 2-stage bootloader written in assembly. | | 6 | 1 | 0 | [riscy-pygness](https://github.com/xunil/riscy-pygness) | STM32F4 port of Riscy Pygness Forth, originally by Frank Sergeant | | 6 | 2 | 0 | [myforth](https://github.com/cforth/myforth) | Forth system by FASM | | 6 | 0 | 0 | [512-3d](https://github.com/XanClic/512-3d) | Rasterized 3D triangle in 512 Bytes. | @@ -910,22 +950,27 @@ | 6 | 2 | 0 | [c64rpg](https://github.com/svjson/c64rpg) | C64 Tile-based RPG playground project | | 6 | 0 | 0 | [quic](https://github.com/archevel/quic) | Quasi-isolated container | | 6 | 3 | 1 | [test-arm-kernel-memcpy](https://github.com/hglm/test-arm-kernel-memcpy) | Experimental benchmark and test toolkit for optimized ARM memcpy/memset functions in the Linux kernel | -| 6 | 0 | 0 | [AVR-ASM-Software-UART](https://github.com/sirgal/AVR-ASM-Software-UART) | Simple software UART for AVR microcontrollers, written in assembly | | 6 | 0 | 2 | [corkami](https://github.com/shrz/corkami) | Automatically exported from code.google.com/p/corkami | -| 6 | 0 | 0 | [aforth](https://github.com/viswans83/aforth) | A simplistic FORTH bootstrapped from x86 assembly language | -| 6 | 1 | 0 | [qemu-mips-docker](https://github.com/ASMImproved/qemu-mips-docker) | None | +| 6 | 1 | 0 | [aforth](https://github.com/viswans83/aforth) | A simplistic FORTH bootstrapped from x86 assembly language | +| 6 | 2 | 0 | [qemu-mips-docker](https://github.com/ASMImproved/qemu-mips-docker) | None | | 6 | 1 | 0 | [ModernUI64](https://github.com/mrfearless/ModernUI64) | Modern UI controls for win64 assembler | | 6 | 0 | 0 | [nes-starter](https://github.com/dustmop/nes-starter) | Starter NES skeleton, containing the minimal amount of code that is useful for building a new project. | | 6 | 1 | 0 | [kuznezhik](https://github.com/MaXaMaR/kuznezhik) | Implementation of Kuznechik cipher Russian standard GOST R 3412-2015 - 128 bit block size / 256 bit key - 8,16, 32, 64, 128-bit x86 versions (main parts) C++ / ASM & 8-bit MCS-51 - optimized versions | | 6 | 3 | 0 | [maxmod](https://github.com/devkitPro/maxmod) | None | | 6 | 0 | 0 | [nes_corelib](https://github.com/freem/nes_corelib) | The freemco NES Corelib, a set of functions for NES/Famicom assembly programming | -| 6 | 0 | 0 | [boot2flappy](https://github.com/fabianishere/boot2flappy) | Flappy Bird for UEFI written in x86 Assembly | -| 6 | 6 | 0 | [verilog-sample](https://github.com/sheepsleep/verilog-sample) | verilog-sample | +| 6 | 5 | 0 | [verilog-sample](https://github.com/sheepsleep/verilog-sample) | verilog-sample | | 6 | 2 | 0 | [dust-tutorial-c64-first-intro](https://github.com/actraiser/dust-tutorial-c64-first-intro) | A very simple C64 intro with a color cycle effect and music on the interrupt | -| 6 | 0 | 0 | [flappy-boy-asm](https://github.com/bitnenfer/flappy-boy-asm) | Flappy Bird clone made for the Game Boy. | +| 6 | 1 | 0 | [dolphinos](https://github.com/EarlGray/dolphinos) | A simple bare-metal shell using x86 assembly in real mode. | | 6 | 1 | 0 | [trackloader](https://github.com/deplinenoise/trackloader) | Amiga floppy trackloader bootblock + Demo startup. | -| 6 | 2 | 1 | [Switchless-Mods](https://github.com/borti4938/Switchless-Mods) | Switchless Mods for several Retro-Consoles | -| 6 | 9 | 0 | [x86_shellcode_tutorial](https://github.com/bruce30262/x86_shellcode_tutorial) | A training course for BambooFox | +| 6 | 2 | 0 | [nes-template](https://github.com/Mikejmoffitt/nes-template) | A template for a Nintendo Entertainment System project, using the ca65 assembler, targeting a UNROM (CHR-RAM + PRG bankswitching) board. Includes toolchain, and has build infrastructure for Windows and Linux. | +| 6 | 1 | 0 | [basic](https://github.com/alexyz/basic) | A very simple BASIC interpreter for Linux written in Intel assembly language | +| 6 | 1 | 8 | [asMSX](https://github.com/Fubukimaru/asMSX) | AsMSX, originally developed by Pitpan. More info: https://www.msx.org/wiki/AsMSX. | +| 6 | 0 | 0 | [3D-Demo](https://github.com/mgolombeck/3D-Demo) | 3D-Demo for the Apple ][ | +| 6 | 2 | 4 | [xray-extensions](https://github.com/KD87/xray-extensions) | Unofficial extensions of X-Ray game engine | +| 6 | 2 | 0 | [StreamOS](https://github.com/tsjost/StreamOS) | Simple (x86 currently) bootloader and kernel. | +| 6 | 3 | 0 | [SF2DISASM](https://github.com/ShiningForceCentral/SF2DISASM) | A disassembly of the game "Shining Force II" for documentation and fan-project purposes. | +| 6 | 1 | 0 | [GameDroid](https://github.com/mwpenny/GameDroid) | A GameBoy emulator for Android | +| 6 | 0 | 0 | [boot2flappy](https://github.com/fabianishere/boot2flappy) | Flappy Bird for UEFI written in x86 Assembly | | 6 | 1 | 6 | [649-Patch](https://github.com/649-Patch/649-Patch) | None | | 6 | 5 | 0 | [beageek](https://github.com/phodal/beageek) | how to be a geek | | 6 | 1 | 0 | [tinyelf-arm](https://github.com/mydzor/tinyelf-arm) | executable ELF binary with minimum size for ARM | @@ -935,69 +980,24 @@ | 6 | 0 | 0 | [DCPU16-Snake](https://github.com/Mowsh/DCPU16-Snake) | Snake made in DCPU-16 assembly. | | 6 | 4 | 0 | [HaikuSyscallFuzzer](https://github.com/isislab/HaikuSyscallFuzzer) | A fuzzer for the haiku OS | | 6 | 2 | 0 | [NeoDS](https://github.com/Yardape8000/NeoDS) | NDS NeoGeo Emulator (updated from 2.0 source) | -| 6 | 0 | 0 | [metro_station_display](https://github.com/sooda/metro_station_display) | Ohjaussoftaa HSL:n vanhoille metroasemien laiturinäytöille | +| 6 | 2 | 0 | [metro_station_display](https://github.com/sooda/metro_station_display) | Ohjaussoftaa HSL:n vanhoille metroasemien laiturinäytöille | | 6 | 1 | 0 | [hd174k](https://github.com/w23/hd174k) | None | | 6 | 2 | 0 | [scd-bios-disassembly](https://github.com/DarkMorford/scd-bios-disassembly) | Disassembly of US Sega CD BIOS | -| 6 | 1 | 0 | [lib.asm](https://github.com/thlorenz/lib.asm) | Collection of assembly routines in one place to facilitate reuse. | | 6 | 2 | 0 | [CPUFeaturesLib](https://github.com/lordmulder/CPUFeaturesLib) | CPU Features Lib | | 6 | 0 | 0 | [gbdev](https://github.com/avik-das/gbdev) | Game Boy Development | | 6 | 1 | 22 | [XPMCK](https://github.com/bazzinotti/XPMCK) | fork/continuation of http://jiggawatt.org/muzak/xpmck/ Release 32 with bugfixes and new features | -| 6 | 0 | 0 | [sc](https://github.com/rhoot/sc) | Cross platform co-routine library exposed through a minimal C API. | | 6 | 1 | 1 | [LibC-String-Optimisations](https://github.com/macmade/LibC-String-Optimisations) | Heavily optimised versions of the string functions from the C standard library, for x86 and x86_64 platforms, developed for the XEOS Operating System. | | 6 | 2 | 0 | [asm](https://github.com/hc0d3r/asm) | None | -| 6 | 0 | 0 | [flappy](https://github.com/tomgrove/flappy) | initial commit | -| 6 | 1 | 0 | [amiga](https://github.com/bronxwhq/amiga) | Amiga sources & releases | | 6 | 3 | 0 | [retro](https://github.com/alemorf/retro) | Apogee BK01, Assestent 128, BK0010, Crystal 2, Lvov PK01, Orion 128, PC, Radio 86RK, Specialist, TI99 | -| 6 | 7 | 0 | [menuetos](https://github.com/marcosptf/menuetos) | fan respository - not official - os linux made with assembly language | | 6 | 3 | 1 | [Zicronix](https://github.com/Benderx2/Zicronix) | Zicronix is a 32-bit Operating System written in FASM | -| 6 | 15 | 0 | [Nand2Tetris](https://github.com/xctom/Nand2Tetris) | All projects for Nand2Teris | +| 6 | 4 | 0 | [ctf](https://github.com/mpaxson/ctf) | Technical Write-ups for the cyber security challenges on the web today | +| 6 | 4 | 1 | [new-multilinear-maps](https://github.com/tlepoint/new-multilinear-maps) | Implementation of the new multilinear maps over the integers | +| 6 | 2 | 0 | [asm](https://github.com/ssherei/asm) | shellcode | +| 6 | 1 | 0 | [qhasm-translator](https://github.com/tfaoliveira/qhasm-translator) | x86 qhasm to C translator (powered by Perl) | +| 6 | 0 | 0 | [helloboing](https://github.com/Nadrin/helloboing) | "Hello Boing" - a 4k procedural, executable graphics for Commodore Amiga | +| 6 | 2 | 0 | [arm-assembly-cheat](https://github.com/cirosantilli/arm-assembly-cheat) | ARM userland minimal examples. Runnable asserts on x86 host with QEMU. Tested on Ubuntu 16.04. | +| 6 | 0 | 0 | [gba_bios](https://github.com/camthesaxman/gba_bios) | Disassembly of the Game Boy Advance BIOS | | 6 | 10 | 0 | [Processador-ICMC](https://github.com/simoesusp/Processador-ICMC) | Development of a complete environment to teach and learn computer architecture, VHDL processor design and Assembly language | -| 6 | 3 | 1 | [CPU-Dasher-for-iOS](https://github.com/zenny-chen/CPU-Dasher-for-iOS) | CPU Dasher for iOS source code. It only supports ARMv7 and ARMv7s architectures. | -| 6 | 0 | 0 | [psx-hardware-tests](https://github.com/simias/psx-hardware-tests) | None | -| 5 | 2 | 0 | [exploit-exercises](https://github.com/linse/exploit-exercises) | See http://exploit-exercises.com | -| 5 | 2 | 0 | [PEWSHOOM](https://github.com/motevets/PEWSHOOM) | Post Estimation With States Hidden Omitting Observable Metrics | -| 5 | 2 | 0 | [bcard](https://github.com/jwcxz/bcard) | An Experiment with a PCB Business Card | -| 5 | 0 | 0 | [BRTOS-PIC18-SDCC](https://github.com/rmaalmeida/BRTOS-PIC18-SDCC) | BRTOS port for PIC18 using the opensource compiler SDCC | -| 5 | 1 | 0 | [Infotec](https://github.com/marksteward/Infotec) | Station board firmware | -| 5 | 0 | 0 | [quines](https://github.com/jdiez17/quines) | Quines are like the sudokus of programming, little mind puzzles. Here are my attempts. | -| 5 | 0 | 0 | [oodle-compiler](https://github.com/lseelenbinder/oodle-compiler) | A implementation of a compiler for the Oodle educational language, written in Haskell. | -| 5 | 1 | 0 | [rgbds-template](https://github.com/nezticle/rgbds-template) | Basic hello-world example for GameBoy using rgbds | -| 5 | 0 | 0 | [up-captn](https://github.com/BlockoS/up-captn) | "Captain Cavern Might Have Been Proud Of Us", Datastorm 2014 PC Engine intro | -| 5 | 2 | 0 | [HonkeyPong](https://github.com/HonkeyKong/HonkeyPong) | Homebrew NES Pong clone, designed as a lesson on programming NES games. | -| 5 | 1 | 0 | [pokefirered](https://github.com/cosarara97/pokefirered) | Pokémon Fire Red disassembly project | -| 5 | 0 | 0 | [tinyschemeos](https://github.com/clarkeaa/tinyschemeos) | 16-bit operating system for i386 written in assembly and a scheme subset | -| 5 | 1 | 0 | [breaking-baud](https://github.com/ralferoo/breaking-baud) | An Amstrad CPC tape loading demo | -| 5 | 0 | 0 | [plops](https://github.com/mrspeaker/plops) | Plops! for the Atari 2600 | -| 5 | 2 | 0 | [BareMetalPi](https://github.com/blueintegral/BareMetalPi) | A bare metal OS for the Raspberry Pi | -| 5 | 4 | 0 | [RyuMalwareDetect](https://github.com/dragonjohn/RyuMalwareDetect) | Machine learning for malware detection | -| 5 | 1 | 0 | [asm](https://github.com/starsep/asm) | Assembly Language (x86-64 NASM) course @ University of Warsaw | -| 5 | 3 | 0 | [0xb4ckd00r](https://github.com/sch3m4/0xb4ckd00r) | Backdoor for Windows systems (client and server) writen in C (client) and ASM (server) using reverse connection | -| 5 | 0 | 0 | [Super-Kannagi-Sound](https://github.com/Kannagi/Super-Kannagi-Sound) | Sound driver for SNES ( SPC 700 ) | -| 5 | 2 | 0 | [shellcode](https://github.com/hammackj/shellcode) | Various Shellcode | -| 5 | 0 | 1 | [Keira](https://github.com/vtomole/Keira) | An Operating System based on IPFS | -| 5 | 5 | 0 | [Data-Encryption-Standard](https://github.com/ammosh/Data-Encryption-Standard) | DES algorithm implemented in C++ and assembly | -| 5 | 3 | 0 | [fastboot1541](https://github.com/mist64/fastboot1541) | fastboot1541, an autostart fastloader for the Commodore 64 and 1541 that fits into a single sector. | -| 5 | 1 | 0 | [cc65-nes-demo](https://github.com/sintrb/cc65-nes-demo) | CC65的NES例子 | -| 5 | 2 | 0 | [ucl](https://github.com/korczis/ucl) | UCL is a portable lossless data compression library written in ANSI C. See http://www.oberhumer.com/opensource/ucl | -| 5 | 3 | 0 | [linuxasmtools](https://github.com/thlorenz/linuxasmtools) | This package is part of AsmTools (a collection of programs for assembler developent on Linux X86 cpu's.) | -| 5 | 0 | 0 | [softbox](https://github.com/mnaberez/softbox) | Reverse engineering the SSE SoftBox, a CP/M system for Commodore PET/CBM computers | -| 5 | 1 | 5 | [zen](https://github.com/AndreaOrru/zen) | Experimental operating system written in Zig | -| 5 | 0 | 0 | [libsfc](https://github.com/ARM9/libsfc) | C library for SNES programming with DSP-1 support | -| 5 | 1 | 0 | [libmeng](https://github.com/esrrhs/libmeng) | routine lib | -| 5 | 0 | 0 | [nihserver](https://github.com/winstonli/nihserver) | Multi-threaded web server written in pure assembly for x86 64-bit Linux | -| 5 | 0 | 0 | [libasm_io](https://github.com/EriHoss/libasm_io) | Simple x64 bit IO library for nasm/yasm assembly programs, with extra examples and tutorials. Written to assist students learning Intel style assembly language. API is based on Dr. Paul Carters x32 bit IO library used in his old tutorials. | -| 5 | 2 | 0 | [assembly-x-cupcakes](https://github.com/klauscfhq/assembly-x-cupcakes) | Sprinkles:sparkles:, buttercream:cake:, chocolate chips:chocolate_bar:, assembly code:computer: & lots of:rainbow: | -| 5 | 0 | 1 | [cpp-dod-tests](https://github.com/Manu343726/cpp-dod-tests) | Performance tests for an encapsulation-enabled Data Oriented Design implementation | -| 5 | 0 | 0 | [nspire-z80](https://github.com/pbfy0/nspire-z80) | TI-84 emulator for the TI-Nspire | -| 5 | 3 | 0 | [Carnivore](https://github.com/RBSC/Carnivore) | Carnivore MultiFlashROM SCC Cartridge for MSX | -| 5 | 0 | 0 | [arm4th](https://github.com/0ctobyte/arm4th) | Minimal Forth interpreter for ARMv7 machines | -| 5 | 1 | 0 | [m4rom](https://github.com/M4Duke/m4rom) | M4 Board, z80 rom part | -| 5 | 4 | 1 | [imx-libc-neon](https://github.com/genesi/imx-libc-neon) | Performance NEON supplements for libc (LD_PRELOAD) | -| 5 | 0 | 0 | [jonesforth](https://github.com/kristopherjohnson/jonesforth) | Mirror of git://git.annexia.org/git/jonesforth.git | -| 5 | 1 | 0 | [amiga-sources](https://github.com/pchalamet/amiga-sources) | Various Amiga demos/code I've written long long time ago | -| 5 | 1 | 0 | [strata-data](https://github.com/StanfordPL/strata-data) | Experimental results of the strata project | -| 5 | 0 | 0 | [c64-the-uni-games](https://github.com/ricardoquesada/c64-the-uni-games) | The Uni Games, a Commodore 64 game | -| 5 | 2 | 0 | [NASCOM_BASIC_4.7](https://github.com/feilipu/NASCOM_BASIC_4.7) | NASCOM ROM BASIC Version 4.7 - (C) 1978 Microsoft | -| 5 | 12 | 0 | [cs143](https://github.com/frankchn/cs143) | CS143 Decaf Project | -| 5 | 6 | 0 | [ACL_Edit](https://github.com/MortenSchenk/ACL_Edit) | Assembly code to use for Windows kernel shellcode to edit winlogon.exe ACL | -| 5 | 9 | 0 | [x265](https://github.com/ShiftMediaProject/x265) | Unofficial X265 with added custom native Visual Studio project build tools. X265: x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format. | \ No newline at end of file +| 6 | 0 | 0 | [flappy](https://github.com/tomgrove/flappy) | initial commit | +| 6 | 0 | 0 | [6502jam](https://github.com/Mikejmoffitt/6502jam) | Some work for getting started with ca65 for 6502JAM | +| 6 | 1 | 0 | [fix32](https://github.com/warpco/fix32) | Highly optimized 32-bit fixed-point math library for embedded systems | \ No newline at end of file diff --git a/README-C.md b/README-C.md index 947a7ff..69d34b4 100644 --- a/README-C.md +++ b/README-C.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for C sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 48839 | 18305 | 167 | [linux](https://github.com/torvalds/linux) | Linux kernel source tree | -| 25071 | 9568 | 1421 | [redis](https://github.com/antirez/redis) | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps. | -| 23663 | 1907 | 288 | [netdata](https://github.com/firehol/netdata) | Get control of your servers. Simple. Effective. Awesome! https://my-netdata.io/ | -| 18887 | 10811 | 89 | [git](https://github.com/git/git) | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | -| 15946 | 2839 | 58 | [How-to-Make-a-Computer-Operating-System](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System) | How to Make a Computer Operating System in C++ | -| 15134 | 4484 | 1419 | [ijkplayer](https://github.com/Bilibili/ijkplayer) | Android/iOS video player based on FFmpeg n3.3, with MediaCodec, VideoToolbox support. | -| 13331 | 1070 | 68 | [wrk](https://github.com/wg/wrk) | Modern HTTP benchmarking tool | -| 13148 | 883 | 313 | [the_silver_searcher](https://github.com/ggreer/the_silver_searcher) | A code-searching tool similar to ack, but faster. | -| 12874 | 1557 | 1180 | [emscripten](https://github.com/kripken/emscripten) | Emscripten: An LLVM-to-JavaScript Compiler | -| 12774 | 4326 | 117 | [php-src](https://github.com/php/php-src) | The PHP Interpreter | -| 11552 | 5136 | 54 | [The-Art-Of-Programming-By-July](https://github.com/julycoding/The-Art-Of-Programming-By-July) | 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售 | -| 11188 | 2354 | 1382 | [grpc](https://github.com/grpc/grpc) | The C based gRPC (C++, Node.js, Python, Ruby, Objective-C, PHP, C#) | -| 10037 | 2125 | 79 | [JSPatch](https://github.com/bang590/JSPatch) | JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App. | -| 9958 | 1242 | 525 | [vim](https://github.com/vim/vim) | The official Vim repository | -| 9574 | 539 | 302 | [jq](https://github.com/stedolan/jq) | Command-line JSON processor | -| 8225 | 1075 | 101 | [toxcore](https://github.com/irungentoo/toxcore) | The future of online communications. | -| 8157 | 3741 | 2 | [FFmpeg](https://github.com/FFmpeg/FFmpeg) | mirror of git://source.ffmpeg.org/ffmpeg.git | -| 7991 | 3411 | 350 | [Telegram](https://github.com/DrKLO/Telegram) | Telegram for Android source | -| 7634 | 578 | 3 | [tmux](https://github.com/tmux/tmux) | tmux source code | -| 7288 | 1225 | 161 | [libuv](https://github.com/libuv/libuv) | Cross-platform asynchronous I/O | -| 7230 | 2142 | 178 | [torch7](https://github.com/torch/torch7) | http://torch.ch | -| 7144 | 1389 | 176 | [twemproxy](https://github.com/twitter/twemproxy) | A fast, light-weight proxy for memcached and redis | -| 7128 | 1709 | 75 | [obs-studio](https://github.com/jp9000/obs-studio) | OBS - Free and open source software for live streaming and screen recording | -| 7125 | 5662 | 876 | [Arduino](https://github.com/arduino/Arduino) | open-source electronics prototyping platform | -| 6996 | 489 | 75 | [nuklear](https://github.com/vurtun/nuklear) | A single-header ANSI C gui library | -| 6734 | 523 | 328 | [h2o](https://github.com/h2o/h2o) | H2O - the optimized HTTP/1, HTTP/2 server | -| 6730 | 1137 | 166 | [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | -| 6676 | 2171 | 19 | [memcached](https://github.com/memcached/memcached) | memcached development tree | -| 6573 | 1809 | 19 | [swoole-src](https://github.com/swoole/swoole-src) | Event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP. | -| 6338 | 436 | 49 | [disque](https://github.com/antirez/disque) | Disque is a distributed message broker | -| 6263 | 304 | 91 | [robotjs](https://github.com/octalmage/robotjs) | Node.js Desktop Automation. | -| 6192 | 804 | 362 | [mpv](https://github.com/mpv-player/mpv) | 🎥 Video player based on MPlayer/mplayer2 | -| 6186 | 1401 | 41 | [openpilot](https://github.com/commaai/openpilot) | open source driving agent | -| 6173 | 1568 | 222 | [libgit2](https://github.com/libgit2/libgit2) | The Library | -| 5963 | 487 | 7 | [anypixel](https://github.com/googlecreativelab/anypixel) | A web-friendly way for anyone to build unusual displays | -| 5933 | 1633 | 180 | [tengine](https://github.com/alibaba/tengine) | A distribution of Nginx with some advanced features | -| 5922 | 1496 | 84 | [ccv](https://github.com/liuliu/ccv) | C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library | -| 5815 | 866 | 68 | [stb](https://github.com/nothings/stb) | stb single-file public domain libraries for C/C++ | -| 5745 | 426 | 93 | [goaccess](https://github.com/allinurl/goaccess) | GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. | -| 5616 | 1861 | 83 | [curl](https://github.com/curl/curl) | A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features | -| 5603 | 2448 | 84 | [skynet](https://github.com/cloudwu/skynet) | A lightweight online game framework | -| 5500 | 1509 | 155 | [phpredis](https://github.com/phpredis/phpredis) | A PHP extension for Redis | -| 5404 | 1611 | 640 | [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module) | NGINX-based Media Streaming Server | -| 5355 | 491 | 25 | [zstd](https://github.com/facebook/zstd) | Zstandard - Fast real-time compression algorithm | -| 5325 | 449 | 13 | [macvim](https://github.com/b4winckler/macvim) | Vim - the text editor - for Mac OS X | -| 5306 | 2726 | 402 | [openssl](https://github.com/openssl/openssl) | TLS/SSL and crypto library | -| 5291 | 1099 | 820 | [radare2](https://github.com/radare/radare2) | unix-like reverse engineering framework and commandline tools | -| 5127 | 1237 | 402 | [micropython](https://github.com/micropython/micropython) | MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems | -| 5118 | 921 | 258 | [seafile](https://github.com/haiwen/seafile) | File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high performance. | -| 5002 | 534 | 18 | [brotli](https://github.com/google/brotli) | Brotli compression format | -| 4989 | 135 | 17 | [mjolnir](https://github.com/sdegutis/mjolnir) | Lightweight automation and productivity app for OS X | -| 4954 | 1130 | 149 | [lua-nginx-module](https://github.com/openresty/lua-nginx-module) | Embed the Power of Lua into NGINX HTTP servers | -| 4949 | 2231 | 1686 | [numpy](https://github.com/numpy/numpy) | Numpy main repository | -| 4747 | 337 | 129 | [tig](https://github.com/jonas/tig) | Text-mode interface for git | -| 4668 | 272 | 42 | [japronto](https://github.com/squeaky-pl/japronto) | Screaming-fast Python 3.5+ web micro-framework integrated with pipelining HTTP server based on uvloop and picohttpparser. | -| 4590 | 643 | 7 | [libsodium](https://github.com/jedisct1/libsodium) | A modern and easy-to-use crypto library. | -| 4579 | 251 | 146 | [libui](https://github.com/andlabs/libui) | Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. | -| 4558 | 225 | 59 | [xhyve](https://github.com/mist64/xhyve) | xhyve, a lightweight OS X virtualization solution | -| 4543 | 2482 | 0 | [Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code) | Leaked Mirai Source Code for Research/IoC Development Purposes | -| 4517 | 649 | 49 | [Craft](https://github.com/fogleman/Craft) | A simple Minecraft clone written in C using modern OpenGL (shaders). | -| 4203 | 1013 | 6 | [mimikatz](https://github.com/gentilkiwi/mimikatz) | A little tool to play with Windows security | -| 4158 | 256 | 14 | [vim.js](https://github.com/coolwanglu/vim.js) | JavaScript port of Vim | -| 4140 | 1816 | 1 | [nginx](https://github.com/nginx/nginx) | An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html | -| 4130 | 820 | 30 | [lab](https://github.com/deepmind/lab) | A customisable 3D platform for agent-based AI research | -| 4097 | 233 | 23 | [streem](https://github.com/matz/streem) | prototype of stream based programming language | -| 4066 | 590 | 102 | [beanstalkd](https://github.com/kr/beanstalkd) | Beanstalk is a simple, fast work queue. | -| 4029 | 646 | 56 | [openresty](https://github.com/openresty/openresty) | Turning Nginx into a Full-Fledged Scriptable Web Platform | -| 4028 | 459 | 67 | [redcarpet](https://github.com/vmg/redcarpet) | The safe Markdown parser, reloaded. | -| 4015 | 474 | 40 | [lwan](https://github.com/lpereira/lwan) | Experimental, scalable, high performance HTTP server | -| 3995 | 785 | 8 | [c4](https://github.com/rswier/c4) | C in four functions | -| 3980 | 1795 | 138 | [darknet](https://github.com/pjreddie/darknet) | Convolutional Neural Networks | -| 3930 | 1179 | 48 | [mongoose](https://github.com/cesanta/mongoose) | Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more. | -| 3927 | 2147 | 154 | [linux](https://github.com/raspberrypi/linux) | Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum | -| 3888 | 600 | 146 | [mruby](https://github.com/mruby/mruby) | Lightweight Ruby | -| 3880 | 457 | 13 | [wcdb](https://github.com/Tencent/wcdb) | WCDB is a cross-platform database framework developed by WeChat. | -| 3852 | 1253 | 259 | [SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN) | A Free Cross-platform Multi-protocol VPN Software. * For support, troubleshooting and feature requests we have http://www.vpnusers.com/. For critical vulnerability please email us. (mail address is on the header.) | -| 3823 | 500 | 13 | [rufus](https://github.com/pbatard/rufus) | The Reliable USB Formatting Utility | -| 3706 | 641 | 50 | [nanomsg](https://github.com/nanomsg/nanomsg) | nanomsg library | -| 3686 | 198 | 37 | [pifs](https://github.com/philipl/pifs) | πfs - the data-free filesystem! | -| 3683 | 1707 | 172 | [nodemcu-firmware](https://github.com/nodemcu/nodemcu-firmware) | lua based interactive firmware for mcu like esp8266 | -| 3563 | 244 | 11 | [Cello](https://github.com/orangeduck/Cello) | Higher level programming in C | -| 3541 | 235 | 44 | [flinux](https://github.com/wishstudio/flinux) | Foreign LINUX - Run unmodified Linux applications inside Windows. | -| 3484 | 952 | 52 | [http-parser](https://github.com/nodejs/http-parser) | http request/response parser for c | -| 3476 | 402 | 39 | [kilo](https://github.com/antirez/kilo) | A text editor in less than 1000 LOC with syntax highlight and search. | -| 3453 | 699 | 12 | [fastsocket](https://github.com/fastos/fastsocket) | Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA. | -| 3433 | 423 | 67 | [macvim](https://github.com/macvim-dev/macvim) | Vim - the text editor - for Mac OS X | -| 3412 | 197 | 27 | [progress](https://github.com/Xfennec/progress) | Linux tool to show progress for cp, mv, dd, ... (formerly known as cv) | -| 3382 | 728 | 64 | [libuv](https://github.com/joyent/libuv) | Go to | -| 3366 | 441 | 17 | [react-native-code-push](https://github.com/Microsoft/react-native-code-push) | React Native module for CodePush | -| 3316 | 196 | 7 | [movfuscator](https://github.com/xoreaxeaxeax/movfuscator) | The single instruction C compiler | -| 3307 | 1002 | 848 | [tg](https://github.com/vysheng/tg) | telegram-cli | -| 3212 | 739 | 249 | [Cinder](https://github.com/cinder/Cinder) | Cinder is a community-developed, free and open source library for professional-quality creative coding in C++. | -| 3180 | 1234 | 110 | [yaf](https://github.com/laruence/yaf) | A fast php framework written in c, built in php-ext | -| 3172 | 668 | 36 | [kcp](https://github.com/skywind3000/kcp) | KCP - A Fast and Reliable ARQ Protocol | -| 3164 | 157 | 0 | [no-more-secrets](https://github.com/bartobri/no-more-secrets) | A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. | -| 3155 | 579 | 77 | [hashcat](https://github.com/hashcat/hashcat) | World's fastest and most advanced password recovery utility | -| 3113 | 267 | 177 | [Win32-OpenSSH](https://github.com/PowerShell/Win32-OpenSSH) | Win32 port of OpenSSH | -| 3109 | 1238 | 9 | [freebsd](https://github.com/freebsd/freebsd) | FreeBSD src tree (read-only mirror) | -| 3093 | 1355 | 7 | [vlc](https://github.com/videolan/vlc) | VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ | -| 3069 | 696 | 62 | [Tesseract-OCR-iOS](https://github.com/gali8/Tesseract-OCR-iOS) | Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64. | -| 3044 | 975 | 0 | [postgres](https://github.com/postgres/postgres) | Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch | -| 3030 | 826 | 25 | [ZipArchive](https://github.com/ZipArchive/ZipArchive) | ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac. | -| 3016 | 271 | 17 | [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) | A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector). | -| 2991 | 261 | 4 | [system-bus-radio](https://github.com/fulldecent/system-bus-radio) | This program transmits radio on computers without radio transmitting hardware. | -| 2988 | 873 | 131 | [Atlas](https://github.com/Qihoo360/Atlas) | A high-performance and stable proxy for MySQL, it is developed by Qihoo's DBA and infrastructure team | -| 2980 | 348 | 27 | [8cc](https://github.com/rui314/8cc) | A Small C Compiler | -| 2943 | 483 | 697 | [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) | An open source re-implementation of RollerCoaster Tycoon 2 🎢 | -| 2934 | 786 | 154 | [glfw](https://github.com/glfw/glfw) | A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input | -| 2911 | 209 | 134 | [redshift](https://github.com/jonls/redshift) | Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. | -| 2858 | 258 | 94 | [s2n](https://github.com/awslabs/s2n) | s2n : an implementation of the TLS/SSL protocols | -| 2834 | 347 | 58 | [proxychains-ng](https://github.com/rofl0r/proxychains-ng) | proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead. | -| 2799 | 1360 | 9 | [redis-3.0-annotated](https://github.com/huangz1990/redis-3.0-annotated) | 带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。 | -| 2798 | 4448 | 877 | [Marlin](https://github.com/MarlinFirmware/Marlin) | Optimized firmware for RepRap 3D printers based on the Arduino platform. | -| 2792 | 142 | 3 | [mdp](https://github.com/visit1985/mdp) | A command-line based markdown presentation tool. | -| 2772 | 826 | 3 | [exploit-database](https://github.com/offensive-security/exploit-database) | The official Exploit Database repository | -| 2768 | 774 | 47 | [OBS](https://github.com/jp9000/OBS) | Open Broadcaster Software | -| 2737 | 224 | 10 | [p2pvc](https://github.com/mofarrell/p2pvc) | A point to point color terminal video chat. | -| 2710 | 175 | 155 | [sway](https://github.com/SirCmpwn/sway) | i3-compatible Wayland compositor | -| 2700 | 636 | 902 | [zfs](https://github.com/zfsonlinux/zfs) | ZFS on Linux - the official OpenZFS implementation for Linux. | -| 2675 | 230 | 54 | [mozjpeg](https://github.com/mozilla/mozjpeg) | Improved JPEG encoder. | -| 2638 | 937 | 55 | [hiredis](https://github.com/redis/hiredis) | Minimalistic C client for Redis >= 1.2 | -| 2603 | 428 | 17 | [pthreads](https://github.com/krakjoe/pthreads) | Threading for PHP - Share Nothing, Do Everything :) | -| 2601 | 135 | 22 | [clib](https://github.com/clibs/clib) | C package manager-ish | -| 2589 | 600 | 43 | [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation) | The Foundation Project, providing core utilities, internationalization, and OS independence | -| 2556 | 122 | 11 | [reptyr](https://github.com/nelhage/reptyr) | Reparent a running program to a new terminal | -| 2551 | 957 | 73 | [libfreenect](https://github.com/OpenKinect/libfreenect) | Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X | -| 2538 | 468 | 354 | [osv](https://github.com/cloudius-systems/osv) | OSv, a new operating system for the cloud. | -| 2510 | 119 | 54 | [vis](https://github.com/martanne/vis) | A vi-like editor based on Plan 9's structural regular expressions | -| 2498 | 599 | 59 | [eddystone](https://github.com/google/eddystone) | Specification for Eddystone, an open beacon format from Google | -| 2487 | 664 | 54 | [ngx_http_google_filter_module](https://github.com/cuber/ngx_http_google_filter_module) | Nginx Module for Google Mirror | -| 2474 | 232 | 6 | [kore](https://github.com/jorisvink/kore) | An easy to use, scalable and secure web application framework for writing web APIs in C. | -| 2467 | 290 | 50 | [jerryscript](https://github.com/jerryscript-project/jerryscript) | Ultra-lightweight JavaScript engine for the Internet of Things. | -| 2466 | 1996 | 360 | [contiki](https://github.com/contiki-os/contiki) | The official git repository for Contiki, the open source OS for the Internet of Things | -| 2463 | 288 | 146 | [htop](https://github.com/hishamhm/htop) | htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'. | -| 2447 | 620 | 17 | [sqlcipher](https://github.com/sqlcipher/sqlcipher) | SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. | -| 2399 | 547 | 2 | [DOOM](https://github.com/id-Software/DOOM) | DOOM Open Source Release | -| 2370 | 116 | 33 | [qlmarkdown](https://github.com/toland/qlmarkdown) | QuickLook generator for Markdown files. | -| 2363 | 518 | 113 | [jemalloc](https://github.com/jemalloc/jemalloc) | None | -| 2296 | 283 | 128 | [i3](https://github.com/i3/i3) | A better tiling and dynamic window manager | -| 2287 | 1435 | 156 | [grbl](https://github.com/grbl/grbl) | An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino | -| 2281 | 307 | 112 | [HandBrake](https://github.com/HandBrake/HandBrake) | HandBrake's main development repository | -| 2272 | 859 | 1 | [Quake-III-Arena](https://github.com/id-Software/Quake-III-Arena) | Quake III Arena GPL Source Release | -| 2266 | 93 | 20 | [gravity](https://github.com/marcobambini/gravity) | Gravity Programming Language | -| 2228 | 837 | 139 | [firmware](https://github.com/raspberrypi/firmware) | This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware. | -| 2219 | 141 | 8 | [loadlibrary](https://github.com/taviso/loadlibrary) | Porting Windows Dynamic Link Libraries to Linux | -| 2207 | 249 | 143 | [cmus](https://github.com/cmus/cmus) | Small, fast and powerful console music player for Unix-like operating systems. | -| 2206 | 670 | 69 | [yasea](https://github.com/begeekmyfriend/yasea) | RTMP live streaming client for Android | -| 2197 | 693 | 53 | [shairport](https://github.com/abrasive/shairport) | Airtunes emulator! Shairport is no longer maintained. | -| 2189 | 396 | 7 | [lz4](https://github.com/lz4/lz4) | Extremely Fast Compression algorithm | -| 2178 | 158 | 438 | [citus](https://github.com/citusdata/citus) | Scalable PostgreSQL for multi-tenant and real-time workloads | -| 2169 | 918 | 775 | [systemd](https://github.com/systemd/systemd) | systemd System and Service Manager | -| 2169 | 812 | 476 | [poco](https://github.com/pocoproject/poco) | POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus. | -| 2167 | 657 | 58 | [tcpcopy](https://github.com/session-replay-tools/tcpcopy) | An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc | -| 2167 | 128 | 36 | [luna](https://github.com/tj/luna) | luna programming language - a small, elegant VM implemented in C | -| 2164 | 157 | 17 | [os](https://github.com/minoca/os) | Minoca operating system | -| 2160 | 297 | 29 | [naxsi](https://github.com/nbs-system/naxsi) | NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX | -| 2154 | 246 | 34 | [toaruos](https://github.com/klange/toaruos) | Hobby kernel + userspace, built mostly from scratch. Composited GUI, dynamically linked ELF binaries, networking, Python applications, and more. | -| 2143 | 1154 | 30 | [ChinaDNS](https://github.com/shadowsocks/ChinaDNS) | Protect yourself against DNS poisoning in China. | -| 2136 | 727 | 4 | [xLua](https://github.com/Tencent/xLua) | xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. | -| 2110 | 313 | 14 | [hashcat-legacy](https://github.com/hashcat/hashcat-legacy) | Advanced CPU-based password recovery utility | -| 2100 | 302 | 57 | [zimg](https://github.com/buaazp/zimg) | A lightweight and high performance image storage and processing system. | -| 2087 | 259 | 33 | [dynomite](https://github.com/Netflix/dynomite) | A generic dynamo implementation for different k-v storage engines | -| 2086 | 765 | 13 | [SmartAppUpdates](https://github.com/cundong/SmartAppUpdates) | Android应用增量更新 | -| 2082 | 154 | 12 | [robotgo](https://github.com/go-vgo/robotgo) | RobotGo, Go Native cross-platform system automation | -| 2071 | 103 | 36 | [tmate](https://github.com/tmate-io/tmate) | Instant Terminal Sharing | -| 2053 | 639 | 151 | [gpdb](https://github.com/greenplum-db/gpdb) | Greenplum Database | -| 2050 | 446 | 27 | [Box2D](https://github.com/erincatto/Box2D) | Box2D is a 2D physics engine for games | -| 2042 | 172 | 8 | [icmptunnel](https://github.com/DhavalKapil/icmptunnel) | Transparently tunnel your IP traffic through ICMP echo and reply packets. | -| 2034 | 327 | 178 | [nanovg](https://github.com/memononen/nanovg) | Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations. | -| 2032 | 348 | 23 | [darkforestGo](https://github.com/facebookresearch/darkforestGo) | DarkForest, the Facebook Go engine. | -| 2029 | 373 | 6 | [MBE](https://github.com/RPISEC/MBE) | Course materials for Modern Binary Exploitation by RPISEC | -| 2028 | 203 | 67 | [sds](https://github.com/antirez/sds) | Simple Dynamic Strings library for C | -| 2021 | 340 | 173 | [zephir](https://github.com/phalcon/zephir) | Zephir is a compiled high level language aimed to the creation of C-extensions for PHP | -| 2020 | 139 | 123 | [AppImageKit](https://github.com/AppImage/AppImageKit) | Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.freenode.net | -| 2017 | 462 | 19 | [zmap](https://github.com/zmap/zmap) | ZMap Internet Scanner | -| 2006 | 191 | 75 | [wren](https://github.com/munificent/wren) | The Wren Programming Language | -| 2002 | 323 | 80 | [RMStore](https://github.com/robotmedia/RMStore) | A lightweight iOS library for In-App Purchases | -| 2001 | 60 | 0 | [jo](https://github.com/jpmens/jo) | JSON output from a shell | -| 1999 | 637 | 33 | [wax](https://github.com/probablycorey/wax) | Wax is now being maintained by alibaba | -| 1971 | 302 | 14 | [fishhook](https://github.com/facebook/fishhook) | A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS. | -| 1967 | 450 | 68 | [go-sqlite3](https://github.com/mattn/go-sqlite3) | sqlite3 driver for go that using database/sql | -| 1961 | 259 | 17 | [pngquant](https://github.com/pornel/pngquant) | Lossy PNG compressor — pngquant command and libimagequant library | -| 1951 | 999 | 6 | [tess-two](https://github.com/rmtheis/tess-two) | Fork of Tesseract Tools for Android | -| 1949 | 463 | 14 | [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) | A tool for securing communications between a client and a DNS resolver | -| 1930 | 78 | 12 | [neural-redis](https://github.com/antirez/neural-redis) | Neural networks module for Redis | -| 1925 | 173 | 115 | [lwip](https://github.com/EyalAr/lwip) | Light Weight Image Processor for NodeJS | -| 1908 | 172 | 6 | [iodine](https://github.com/yarrick/iodine) | Official git repo for iodine dns tunnel | -| 1905 | 217 | 2 | [legacy-cc](https://github.com/mortdeus/legacy-cc) | The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr. | -| 1904 | 1005 | 647 | [FreeRDP](https://github.com/FreeRDP/FreeRDP) | FreeRDP is a free remote desktop protocol client | -| 1901 | 214 | 40 | [webdis](https://github.com/nicolasff/webdis) | A Redis HTTP interface with JSON output | -| 1896 | 191 | 25 | [ultrajson](https://github.com/esnme/ultrajson) | Ultra fast JSON decoder and encoder written in C with Python bindings | -| 1893 | 787 | 27 | [openvpn](https://github.com/OpenVPN/openvpn) | OpenVPN is an open source VPN daemon | -| 1870 | 666 | 128 | [fastdfs](https://github.com/happyfish100/fastdfs) | FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. | -| 1864 | 694 | 2 | [Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms) | 算法学习笔记 | -| 1864 | 546 | 66 | [hackrf](https://github.com/mossmann/hackrf) | low cost software radio platform | -| 1863 | 432 | 394 | [uwsgi](https://github.com/unbit/uwsgi) | uWSGI application server container | -| 1855 | 199 | 46 | [nchan](https://github.com/slact/nchan) | Fast, horizontally scalable, multiprocess pub/sub queuing server and proxy for HTTP, long-polling, Websockets and EventSource (SSE), powered by Nginx. | -| 1854 | 1125 | 115 | [tmk_keyboard](https://github.com/tmk/tmk_keyboard) | Keyboard firmwares for Atmel AVR and Cortex-M | -| 1848 | 164 | 73 | [siege](https://github.com/JoeDog/siege) | Siege is an http load tester and benchmarking utility | -| 1847 | 113 | 41 | [darling](https://github.com/darlinghq/darling) | Darwin/macOS emulation layer for Linux | -| 1840 | 618 | 0 | [msysgit](https://github.com/msysgit/msysgit) | msysGit has been superseded by Git for Windows 2.x | -| 1836 | 537 | 414 | [sumatrapdf](https://github.com/sumatrapdfreader/sumatrapdf) | SumatraPDF reader | -| 1828 | 113 | 2 | [oj](https://github.com/ohler55/oj) | Optimized JSON | -| 1809 | 239 | 75 | [dokany](https://github.com/dokan-dev/dokany) | User mode file system library for windows with FUSE Wrapper | -| 1807 | 132 | 8 | [libmill](https://github.com/sustrik/libmill) | Go-style concurrency in C | -| 1800 | 89 | 1 | [CreepyCodeCollection](https://github.com/MinhasKamal/CreepyCodeCollection) | A Nonsense Collection of Disgusting Codes | -| 1794 | 621 | 167 | [lxc](https://github.com/lxc/lxc) | LXC - Linux Containers | -| 1794 | 243 | 65 | [rugged](https://github.com/libgit2/rugged) | ruby bindings to libgit2 | -| 1794 | 154 | 69 | [bspwm](https://github.com/baskerville/bspwm) | A tiling window manager based on binary space partitioning | -| 1792 | 596 | 685 | [RetroArch](https://github.com/libretro/RetroArch) | Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. | -| 1790 | 2079 | 11 | [platform_development](https://github.com/android/platform_development) | None | -| 1783 | 603 | 53 | [USB-Rubber-Ducky](https://github.com/hak5darren/USB-Rubber-Ducky) | None | -| 1780 | 248 | 60 | [io](https://github.com/stevedekorte/io) | Io programming language | -| 1780 | 246 | 42 | [klib](https://github.com/attractivechaos/klib) | A standalone and lightweight C library | -| 1778 | 549 | 269 | [ossec-hids](https://github.com/ossec/ossec-hids) | OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. | -| 1759 | 127 | 17 | [phc-winner-argon2](https://github.com/P-H-C/phc-winner-argon2) | The password hash Argon2, winner of PHC | -| 1754 | 58 | 13 | [tmux-MacOSX-pasteboard](https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard) | Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice. | -| 1753 | 916 | 3 | [annotated_redis_source](https://github.com/huangz1990/annotated_redis_source) | 带有详细注释的 Redis 2.6 源码 | -| 1751 | 585 | 12 | [mpc-hc](https://github.com/mpc-hc/mpc-hc) | MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/ | -| 1746 | 430 | 63 | [net-speeder](https://github.com/snooda/net-speeder) | net-speeder 在高延迟不稳定链路上优化单线程下载速度 | -| 1735 | 332 | 90 | [linenoise](https://github.com/antirez/linenoise) | A small self-contained alternative to readline and libedit | -| 1729 | 1916 | 37 | [cleanflight](https://github.com/cleanflight/cleanflight) | Clean-code version of the baseflight flight controller firmware | -| 1720 | 367 | 7 | [how2heap](https://github.com/shellphish/how2heap) | A repository for learning various heap exploitation techniques. | -| 1718 | 257 | 21 | [nginx-push-stream-module](https://github.com/wandenberg/nginx-push-stream-module) | A pure stream http push technology for your Nginx setup. Comet made easy and really scalable. | -| 1716 | 406 | 3 | [Quake](https://github.com/id-Software/Quake) | Quake GPL Source Release | -| 1697 | 146 | 52 | [lastpass-cli](https://github.com/lastpass/lastpass-cli) | LastPass command line interface tool | -| 1696 | 161 | 105 | [clink](https://github.com/mridgers/clink) | Bash's powerful command line editing in cmd.exe | -| 1687 | 109 | 30 | [rofi](https://github.com/DaveDavenport/rofi) | Rofi: A window switcher, application launcher and dmenu replacement | -| 1681 | 434 | 98 | [yara](https://github.com/VirusTotal/yara) | The pattern matching swiss knife | -| 1680 | 888 | 379 | [collectd](https://github.com/collectd/collectd) | The system statistics collection daemon. Please send Pull Requests here! | -| 1678 | 349 | 33 | [SQLAdvisor](https://github.com/Meituan-Dianping/SQLAdvisor) | 输入SQL,输出索引优化建议 | -| 1666 | 222 | 7 | [seL4](https://github.com/seL4/seL4) | The seL4 microkernel | -| 1647 | 343 | 129 | [yajl](https://github.com/lloyd/yajl) | A fast streaming JSON parsing library in C. | -| 1638 | 163 | 29 | [licecap](https://github.com/justinfrankel/licecap) | LICEcap simple animated screen capture tool for Windows and OS X | -| 1636 | 148 | 2 | [keen](https://github.com/keendreams/keen) | Keen Dreams on Greenlight! | -| 1635 | 431 | 19 | [esp8266_deauther](https://github.com/spacehuhn/esp8266_deauther) | ESP8266 deauther | -| 1626 | 258 | 53 | [Broadway](https://github.com/mbebenita/Broadway) | A JavaScript H.264 decoder. | -| 1622 | 854 | 0 | [nginx-releases](https://github.com/nginx/nginx-releases) | * NOTE: This repository has been retired *. Complete (unofficial) history of nginx releases. Please note that this repository is unofficial and pull requests have no chance of being merged. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html. | -| 1610 | 272 | 42 | [tidy-html5](https://github.com/htacg/tidy-html5) | The granddaddy of HTML tools, with support for modern standards | -| 1602 | 441 | 3 | [dSYMTools](https://github.com/answer-huang/dSYMTools) | dSYM analyze | -| 1600 | 430 | 10 | [dumpdecrypted](https://github.com/stefanesser/dumpdecrypted) | Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption. | -| 1597 | 1697 | 50 | [Windows-driver-samples](https://github.com/Microsoft/Windows-driver-samples) | This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. | -| 1594 | 567 | 196 | [ModSecurity](https://github.com/SpiderLabs/ModSecurity) | ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence. | -| 1593 | 643 | 26 | [ejoy2d](https://github.com/ejoy/ejoy2d) | A 2D Graphics Engine for Mobile Game | -| 1586 | 291 | 891 | [fontforge](https://github.com/fontforge/fontforge) | Free (libre) font editor for Windows, Mac OS X and GNU+Linux | -| 1584 | 136 | 1 | [tcpkali](https://github.com/machinezone/tcpkali) | Fast multi-core TCP and WebSockets load generator. | -| 1584 | 327 | 519 | [hexchat](https://github.com/hexchat/hexchat) | GTK+ IRC client - | -| 1564 | 489 | 231 | [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) | A cross-platform protocol library to communicate with iOS devices | -| 1563 | 565 | 208 | [WizQTClient](https://github.com/WizTeam/WizQTClient) | 为知笔记跨平台客户端 | -| 1563 | 216 | 95 | [irssi](https://github.com/irssi/irssi) | The client of the future | -| 1555 | 101 | 9 | [u2f-zero](https://github.com/conorpp/u2f-zero) | U2F USB token optimized for physical security, affordability, and style | -| 1551 | 206 | 16 | [statsite](https://github.com/statsite/statsite) | C implementation of statsd | -| 1540 | 439 | 4 | [public-pentesting-reports](https://github.com/juliocesarfort/public-pentesting-reports) | Curated list of public penetration test reports released by several consulting firms and academic security groups | -| 1535 | 307 | 47 | [sundown](https://github.com/vmg/sundown) | Standards compliant, fast, secure markdown processing library in C | -| 1527 | 72 | 10 | [i3](https://github.com/Airblader/i3) | i3-gaps – i3 with more features (forked from https://github.com/i3/i3) | -| 1525 | 1054 | 4 | [Tinyhttpd](https://github.com/EZLippi/Tinyhttpd) | tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。 | -| 1524 | 796 | 2 | [CMake](https://github.com/Kitware/CMake) | CMake, the cross-platform, open-source build system. | -| 1522 | 354 | 42 | [GloVe](https://github.com/stanfordnlp/GloVe) | GloVe model for distributed word representation | -| 1519 | 471 | 27 | [httpd](https://github.com/apache/httpd) | Mirror of Apache HTTP Server | -| 1506 | 120 | 34 | [sophia](https://github.com/pmwkaa/sophia) | Modern transactional key-value/row storage library. | -| 1493 | 225 | 44 | [qira](https://github.com/BinaryAnalysisPlatform/qira) | QEMU Interactive Runtime Analyser | -| 1489 | 352 | 6 | [libphenom](https://github.com/facebook/libphenom) | An eventing framework for building high performance and high scalability systems in C. | -| 1484 | 477 | 15 | [thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | hydra | -| 1473 | 141 | 13 | [xxHash](https://github.com/Cyan4973/xxHash) | Extremely fast non-cryptographic hash algorithm | -| 1471 | 614 | 372 | [nmap](https://github.com/nmap/nmap) | Nmap - the Network Mapper. Github mirror of official SVN repository. | -| 1466 | 288 | 16 | [aerospike-server](https://github.com/aerospike/aerospike-server) | Aerospike Database Server – flash-optimized, in-memory, nosql database | -| 1461 | 407 | 44 | [jansson](https://github.com/akheron/jansson) | C library for encoding, decoding and manipulating JSON data | -| 1456 | 208 | 125 | [ctags](https://github.com/universal-ctags/ctags) | A maintained ctags implementation | -| 1455 | 559 | 20 | [tsar](https://github.com/alibaba/tsar) | Taobao System Activity Reporter | -| 1455 | 250 | 1 | [tbox](https://github.com/tboox/tbox) | :package: A glib-like multi-platform c library | -| 1443 | 229 | 27 | [jsmpeg-vnc](https://github.com/phoboslab/jsmpeg-vnc) | A low latency, high framerate screen sharing server for Windows and client for browsers | -| 1442 | 384 | 25 | [flashcache](https://github.com/facebookarchive/flashcache) | A general purpose, write-back block cache for Linux. | -| 1441 | 76 | 7 | [tini](https://github.com/krallin/tini) | A tiny but valid `init` for containers | -| 1439 | 42 | 10 | [miller](https://github.com/johnkerl/miller) | Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON | -| 1424 | 162 | 11 | [Collections-C](https://github.com/srdja/Collections-C) | A library of generic data structures. | -| 1410 | 275 | 19 | [pianobar](https://github.com/PromyLOPh/pianobar) | Console-based pandora.com player | -| 1409 | 2065 | 146 | [qmk_firmware](https://github.com/qmk/qmk_firmware) | keyboard controller firmware for Atmel AVR and ARM USB families | -| 1408 | 502 | 222 | [openwebrtc](https://github.com/EricssonResearch/openwebrtc) | A cross-platform WebRTC client framework based on GStreamer | -| 1399 | 527 | 305 | [sl4a](https://github.com/damonkohler/sl4a) | SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. | -| 1395 | 118 | 84 | [pipelinedb](https://github.com/pipelinedb/pipelinedb) | SQL on streams, backed by PostgreSQL | -| 1391 | 193 | 71 | [stud](https://github.com/bumptech/stud) | The Scalable TLS Unwrapping Daemon | -| 1384 | 327 | 1 | [ip2region](https://github.com/lionsoul2014/ip2region) | 准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有1.5M,提供了java,php,c,python,nodejs,golang查询绑定和Binary,B树,内存三种查询算法,妈妈再也不用担心我的ip地址定位! | -| 1379 | 820 | 654 | [RIOT](https://github.com/RIOT-OS/RIOT) | RIOT - The friendly OS for IoT | -| 1376 | 205 | 61 | [ffi](https://github.com/ffi/ffi) | Ruby FFI | -| 1374 | 359 | 63 | [coturn](https://github.com/coturn/coturn) | coturn TURN server project | -| 1369 | 304 | 67 | [small-video-record](https://github.com/mabeijianxi/small-video-record) | 利用FFmpeg视频录制微信小视频与其压缩处理 | -| 1369 | 899 | 275 | [openwrt](https://github.com/openwrt/openwrt) | Linux distribution for embedded devices | -| 1365 | 129 | 10 | [lzfse](https://github.com/lzfse/lzfse) | LZFSE compression library and command line tool | -| 1362 | 129 | 41 | [sslh](https://github.com/yrutschle/sslh) | Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) | -| 1356 | 394 | 22 | [darktable](https://github.com/darktable-org/darktable) | darktable is an open source photography workflow application and raw developer | -| 1345 | 934 | 6 | [ovs](https://github.com/openvswitch/ovs) | Open vSwitch | -| 1345 | 124 | 42 | [libvips](https://github.com/jcupitt/libvips) | A fast image processing library with low memory needs. | -| 1341 | 44 | 14 | [sudo-touchid](https://github.com/mattrajca/sudo-touchid) | A fork of `sudo` with Touch ID support. | -| 1338 | 550 | 34 | [janus-gateway](https://github.com/meetecho/janus-gateway) | Janus WebRTC Gateway | -| 1331 | 1419 | 2 | [qemu](https://github.com/qemu/qemu) | Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. | -| 1329 | 874 | 6 | [gcc](https://github.com/gcc-mirror/gcc) | None | -| 1326 | 135 | 23 | [magma](https://github.com/lavabit/magma) | The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development. | -| 1313 | 586 | 8 | [iphone-private-frameworks](https://github.com/kennytm/iphone-private-frameworks) | Headers for private frameworks or undocumented interfaces of iPhoneOS 3.x or before (4.x is not supported yet). | -| 1313 | 295 | 176 | [unicorn](https://github.com/unicorn-engine/unicorn) | Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86) | -| 1312 | 117 | 102 | [urbit](https://github.com/urbit/urbit) | An operating function. | -| 1304 | 158 | 10 | [iOS-Hierarchy-Viewer](https://github.com/glock45/iOS-Hierarchy-Viewer) | iOS Hierarchy viewer - View and Coredata debugging made easy | -| 1290 | 552 | 4 | [libwebsockets](https://github.com/warmcat/libwebsockets) | canonical libwebsockets.org websocket library | -| 1284 | 470 | 39 | [stlink](https://github.com/texane/stlink) | stm32 discovery line linux programmer | -| 1281 | 1085 | 40 | [ShadowVPN](https://github.com/clowwindy/ShadowVPN) | Removed according to regulations. | -| 1270 | 244 | 66 | [cucumber](https://github.com/cucumber/cucumber) | Cucumber monorepo - polyglot home for Cucumber building blocks | -| 1265 | 61 | 23 | [extension](https://github.com/php-ds/extension) | An extension providing efficient data structures for PHP 7 | -| 1264 | 645 | 145 | [librdkafka](https://github.com/edenhill/librdkafka) | The Apache Kafka C/C++ library | -| 1262 | 177 | 31 | [upx](https://github.com/upx/upx) | UPX - the Ultimate Packer for eXecutables | -| 1260 | 167 | 29 | [onion](https://github.com/davidmoreno/onion) | C library to create simple HTTP servers and Web Applications. | -| 1260 | 538 | 171 | [glusterfs](https://github.com/gluster/glusterfs) | Gluster Filesystem - (this is only a public mirror, see the README for contributing) | -| 1255 | 166 | 28 | [picoc](https://github.com/zsaleeba/picoc) | A very small C interpreter | -| 1250 | 104 | 5 | [Raphters](https://github.com/danielwaterworth/Raphters) | [DEPRECATED] A web framework for C. | -| 1248 | 182 | 60 | [bypass](https://github.com/Uncodin/bypass) | Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS. | -| 1243 | 472 | 15 | [TheFatRat](https://github.com/Screetsec/TheFatRat) | Thefatrat a massive exploiting tool revealed >> An easy tool to generate backdoor and easy tool to post exploitation attack like browser attack,dll . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection . | -| 1242 | 153 | 56 | [yajl-ruby](https://github.com/brianmario/yajl-ruby) | A streaming JSON parsing and encoding library for Ruby (C bindings to yajl) | -| 1237 | 351 | 53 | [iperf](https://github.com/esnet/iperf) | iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool | -| 1235 | 131 | 195 | [compton](https://github.com/chjj/compton) | A compositor for X11. | -| 1234 | 146 | 5 | [mpc](https://github.com/orangeduck/mpc) | A Parser Combinator library for C | -| 1234 | 267 | 41 | [esp8266-wiki](https://github.com/esp8266/esp8266-wiki) | None | -| 1232 | 176 | 55 | [mongrel2](https://github.com/mongrel2/mongrel2) | The Mongrel2 Web Server Project | -| 1231 | 41 | 9 | [herebedragons](https://github.com/kosua20/herebedragons) | A basic 3D scene implemented with various engines, frameworks or APIs. | -| 1229 | 141 | 5 | [webgl-noise](https://github.com/ashima/webgl-noise) | Procedural Noise Shader Routines compatible with WebGL | -| 1229 | 298 | 9 | [pocketsphinx](https://github.com/cmusphinx/pocketsphinx) | PocketSphinx is a lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop | -| 1228 | 369 | 11 | [word2vec](https://github.com/danielfrg/word2vec) | Python interface to Google word2vec | -| 1227 | 349 | 15 | [phptrace](https://github.com/Qihoo360/phptrace) | A tracing and troubleshooting tool for PHP scripts. | -| 1221 | 84 | 22 | [Pux](https://github.com/c9s/Pux) | Pux is a fast PHP Router and includes out-of-box controller tools | -| 1216 | 119 | 46 | [bottledwater-pg](https://github.com/confluentinc/bottledwater-pg) | Change data capture from PostgreSQL into Kafka | -| 1214 | 566 | 4 | [xv6-public](https://github.com/mit-pdos/xv6-public) | xv6 OS | -| 1205 | 92 | 31 | [checkedc](https://github.com/Microsoft/checkedc) | Checked C is an extension of C that adds bounds checking to C. This repo contains the specification for the extension, test code, and samples. | -| 1203 | 409 | 225 | [write-ups-2016](https://github.com/ctfs/write-ups-2016) | Wiki-like CTF write-ups repository, maintained by the community. 2016 | -| 1203 | 189 | 75 | [shoes](https://github.com/shoes/shoes) | a tiny graphical app kit for ruby | -| 1202 | 84 | 0 | [yojimbo](https://github.com/networkprotocol/yojimbo) | A network library for client/server games with dedicated servers | -| 1196 | 157 | 10 | [fatcache](https://github.com/twitter/fatcache) | Memcache on SSD | -| 1194 | 271 | 89 | [nginx_tcp_proxy_module](https://github.com/yaoweibin/nginx_tcp_proxy_module) | add the feature of tcp proxy with nginx, with health check and status monitor | -| 1192 | 180 | 32 | [bcrypt-ruby](https://github.com/codahale/bcrypt-ruby) | bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords. | -| 1182 | 203 | 48 | [inotify-tools](https://github.com/rvoicilas/inotify-tools) | inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. | -| 1179 | 363 | 109 | [Espruino](https://github.com/espruino/Espruino) | The Espruino JavaScript interpreter - Official Repo | -| 1179 | 1124 | 480 | [mbed-os](https://github.com/ARMmbed/mbed-os) | ARM mbed OS is a platform operating system designed for the internet of things | -| 1179 | 368 | 199 | [JohnTheRipper](https://github.com/magnumripper/JohnTheRipper) | This is the official repo for the Jumbo version of John the Ripper. The "bleeding-jumbo" branch (default) is based on 1.8.0-Jumbo-1 (but we are literally thousands of commits ahead of it). This is a bug tracker, not a support forum. It's also not the place to report bugs you see in any version of Jumbo other than the LATEST, from HERE! Thanks. | -| 1173 | 632 | 582 | [data.table](https://github.com/Rdatatable/data.table) | R's data.table package extends data.frame. HOMEPAGE: | -| 1170 | 1065 | 33 | [json-tutorial](https://github.com/miloyip/json-tutorial) | 从零开始的 JSON 库教程 | -| 1168 | 231 | 15 | [Luma3DS](https://github.com/AuroraWright/Luma3DS) | Noob-proof (N)3DS "Custom Firmware" | -| 1163 | 123 | 0 | [tinyvm](https://github.com/jakogut/tinyvm) | TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C. | -| 1162 | 721 | 74 | [userland](https://github.com/raspberrypi/userland) | Source code for ARM side libraries for interfacing to Raspberry Pi GPU. | -| 1160 | 160 | 11 | [ck](https://github.com/concurrencykit/ck) | Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems. | -| 1156 | 91 | 38 | [hitch](https://github.com/varnish/hitch) | A scalable TLS proxy by Varnish Software. | -| 1150 | 185 | 21 | [proxychains](https://github.com/haad/proxychains) | proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP. | -| 1147 | 154 | 24 | [clumsy](https://github.com/jagt/clumsy) | clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner. | -| 1134 | 95 | 12 | [gifsicle](https://github.com/kohler/gifsicle) | Create, manipulate, and optimize GIF images and animations | -| 1133 | 260 | 899 | [graphviz](https://github.com/ellson/graphviz) | Graph Visualization Tools | -| 1118 | 214 | 23 | [mongoose-os](https://github.com/cesanta/mongoose-os) | Mongoose OS - an open source Operating System for the Internet of Things. Supported microcontrollers: ESP32, ESP8266, STM32, TI CC3200. Amazon AWS IoT integrated. Code in C or JavaScript. | -| 1111 | 583 | 20 | [json-c](https://github.com/json-c/json-c) | https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. | -| 1106 | 89 | 9 | [termbox](https://github.com/nsf/termbox) | Library for writing text-based user interfaces | -| 1106 | 281 | 92 | [DeepSpeech](https://github.com/mozilla/DeepSpeech) | A TensorFlow implementation of Baidu's DeepSpeech architecture | -| 1105 | 219 | 45 | [sniproxy](https://github.com/dlundquist/sniproxy) | Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session. | -| 1103 | 549 | 11 | [tvheadend](https://github.com/tvheadend/tvheadend) | Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV,SAT>IP and other formats through the unix pipe as input sources. | -| 1100 | 83 | 23 | [brubeck](https://github.com/github/brubeck) | A Statsd-compatible metrics aggregator | -| 1099 | 290 | 40 | [DBProxy](https://github.com/Meituan-Dianping/DBProxy) | None | -| 1098 | 93 | 6 | [bjoern](https://github.com/jonashaag/bjoern) | A screamingly fast Python 2/3 WSGI server written in C. | -| 1097 | 228 | 35 | [polipo](https://github.com/jech/polipo) | The Polipo caching HTTP proxy | -| 1096 | 311 | 23 | [keepalived](https://github.com/acassen/keepalived) | Keepalived | -| 1092 | 67 | 20 | [xcape](https://github.com/alols/xcape) | Linux utility to configure modifier keys to act as other keys when pressed and released on their own. | -| 1088 | 62 | 8 | [tinyheaders](https://github.com/RandyGaul/tinyheaders) | Collection of one-file C/C++ libraries with no dependencies, primarily used for games | -| 1082 | 271 | 18 | [dnspod-sr](https://github.com/DNSPod/dnspod-sr) | A faster recursive dns server from DNSPod | -| 1080 | 283 | 16 | [uthash](https://github.com/troydhanson/uthash) | C macros for hash tables and more | -| 1079 | 188 | 82 | [curb](https://github.com/taf2/curb) | Ruby bindings for libcurl | -| 1078 | 542 | 9 | [ZBar](https://github.com/ZBar/ZBar) | Clone of the mercurial repository http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar | -| 1078 | 478 | 245 | [esp-idf](https://github.com/espressif/esp-idf) | Espressif IoT Development Framework. Official development framework for ESP32. | -| 1075 | 220 | 233 | [AdAway](https://github.com/AdAway/AdAway) | AdAway is an open source ad blocker for Android using the hosts file. | -| 1071 | 643 | 371 | [mbedtls](https://github.com/ARMmbed/mbedtls) | An open source, portable, easy to use, readable and flexible SSL library | -| 1069 | 421 | 2 | [lua](https://github.com/LuaDist/lua) | The Lua programming language with CMake based build | -| 1065 | 64 | 39 | [pg_shard](https://github.com/citusdata/pg_shard) | ATTENTION: pg_shard is superseded by Citus, its more powerful replacement | -| 1065 | 282 | 21 | [passivedns](https://github.com/gamelinux/passivedns) | A network sniffer that logs all DNS server replies for use in a passive DNS setup | -| 1064 | 172 | 108 | [VeraCrypt](https://github.com/veracrypt/VeraCrypt) | Disk encryption with strong security based on TrueCrypt | -| 1063 | 1736 | 17 | [Libevent](https://github.com/nmathewson/Libevent) | Nick's public libevent repository. The official repository is at git://levent.git.sourceforge.net/gitroot/levent/libevent | -| 1060 | 684 | 92 | [Superuser](https://github.com/koush/Superuser) | None | -| 1058 | 658 | 126 | [zlib](https://github.com/madler/zlib) | A massively spiffy yet delicately unobtrusive compression library. | -| 1054 | 206 | 3 | [swift-corelibs-libdispatch](https://github.com/apple/swift-corelibs-libdispatch) | The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware | -| 1050 | 131 | 49 | [v7](https://github.com/cesanta/v7) | Embedded JavaScript engine for C/C++ | -| 1048 | 267 | 4 | [mptun](https://github.com/cloudwu/mptun) | Multi-path Tunnel | -| 1045 | 214 | 174 | [transmission](https://github.com/transmission/transmission) | Official Transmission BitTorrent client repository | -| 1044 | 409 | 62 | [redsocks](https://github.com/darkk/redsocks) | transparent redirector of any TCP connection to proxy | -| 1041 | 517 | 43 | [simplest_ffmpeg_mobile](https://github.com/leixiaohua1020/simplest_ffmpeg_mobile) | ffmpeg examples in Android / IOS / WinPhone | -| 1040 | 1372 | 26 | [samples](https://github.com/ms-iot/samples) | Windows 10 IoT Core Samples | -| 1040 | 178 | 13 | [wiredtiger](https://github.com/wiredtiger/wiredtiger) | WiredTiger's source tree | -| 1039 | 299 | 58 | [fbtft](https://github.com/notro/fbtft) | Linux Framebuffer drivers for small TFT LCD display modules | -| 1035 | 249 | 67 | [rhodes](https://github.com/rhomobile/rhodes) | The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices. | -| 1032 | 218 | 29 | [Chipmunk2D](https://github.com/slembcke/Chipmunk2D) | A fast and lightweight 2D game physics library. | -| 1028 | 92 | 34 | [wrk2](https://github.com/giltene/wrk2) | A constant throughput, correct latency recording variant of wrk | -| 1028 | 22 | 39 | [tectonic](https://github.com/tectonic-typesetting/tectonic) | A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive. | -| 1027 | 749 | 240 | [Xiaomi_Kernel_OpenSource](https://github.com/MiCode/Xiaomi_Kernel_OpenSource) | Xiaomi kernel OpenSource:cancro-kk-oss(contain MI 3W, MI 3C, MI 4 series, MI NOTE), armani-jb-oss(H1S), dior-kk-oss(HM-NOTE-LTE), ferrari-l-oss(Xiaomi 4i), thmoas-kk-oss(HM2 LTE),libra-l-oss(Xiaomi 4c,Xiaomi 4s and Xiaomi NotePro),kenzo-l-oss(HM Note3),ido-l-oss(Redme 3 and Redmi 2 android L),gucci-kk-oss(HM Note dual SIM version),pisces-kk-oss(MI 3TD),gemini-m-oss(Mi 5),hydrogen-m-oss(Mi Max),mocha-kk-oss(Mi Pad),latte-l-oss(Mi Pad2),land-m-oss(Redmi 3S),markw-m-oss(Redmi 4),scorpio-m-oss(Mi 5/5s/5s Plus/Note2 and MIX),mido-m-oss(Redmi Note4X) | -| 1027 | 501 | 17 | [cJSON](https://github.com/DaveGamble/cJSON) | Ultralightweight JSON parser in ANSI C | -| 1023 | 64 | 29 | [perftools.rb](https://github.com/tmm1/perftools.rb) | gperftools for ruby code | -| 1023 | 447 | 6 | [QrCodeScan](https://github.com/chentao0707/QrCodeScan) | Android手机客户端二维码扫描 | -| 1020 | 49 | 92 | [stronglink](https://github.com/btrask/stronglink) | A searchable, syncable, content-addressable notetaking system | -| 1020 | 165 | 411 | [weechat](https://github.com/weechat/weechat) | The extensible chat client. | -| 1018 | 220 | 14 | [panda](https://github.com/panda-re/panda) | Platform for Architecture-Neutral Dynamic Analysis | -| 1015 | 135 | 92 | [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) | The Vulkan API Specification and related tools | -| 1012 | 179 | 16 | [iProxy](https://github.com/tcurdt/iProxy) | Let's you connect your laptop to the iPhone to surf the web. | -| 1012 | 94 | 51 | [libpostal](https://github.com/openvenues/libpostal) | A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data. | -| 1012 | 288 | 0 | [lua](https://github.com/lua/lua) | The Lua repo, as seen by the Lua team. Mirrored irregularly | -| 1011 | 452 | 206 | [bfgminer](https://github.com/luke-jr/bfgminer) | Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities. | -| 1011 | 265 | 41 | [PLCameraStreamingKit](https://github.com/pili-engineering/PLCameraStreamingKit) | PLCameraStreamingKit 是 Pili 直播 SDK 的 iOS 推流端,是带有采集模块老版本 SDK。如果是新用户接入,建议使用 PLMediaStreamingKit。该版本支持 RTMP 推流,h.264 和 AAC 编码,硬编软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。 | -| 1010 | 46 | 14 | [ctypes.sh](https://github.com/taviso/ctypes.sh) | A foreign function interface for bash. | -| 1009 | 328 | 572 | [geany](https://github.com/geany/geany) | A fast and lightweight IDE | -| 1009 | 396 | 26 | [inception](https://github.com/mysql-inception/inception) | 一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具 | -| 1008 | 70 | 5 | [myhtml](https://github.com/lexborisov/myhtml) | Fast C/C++ HTML 5 Parser. Using threads. | -| 1008 | 383 | 5 | [reading-code-of-nginx-1.9.2](https://github.com/y123456yz/reading-code-of-nginx-1.9.2) | nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,持续更新 | -| 1007 | 279 | 54 | [esp-link](https://github.com/jeelabs/esp-link) | esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer | -| 1002 | 315 | 128 | [sleuthkit](https://github.com/sleuthkit/sleuthkit) | The Sleuth Kit® (TSK) is a library and collection of command line digital forensics tools that allow you to investigate volume and file system data. The library can be incorporated into larger digital forensics tools and the command line tools can be directly used to find evidence. | -| 1001 | 67 | 8 | [pigz](https://github.com/madler/pigz) | A parallel implementation of gzip for modern multi-processor, multi-core machines. | -| 997 | 226 | 102 | [ImageMagick](https://github.com/ImageMagick/ImageMagick) | ImageMagick | -| 994 | 112 | 221 | [flatpak](https://github.com/flatpak/flatpak) | Linux application sandboxing and distribution framework (formerly xdg-app) | -| 992 | 255 | 15 | [sysbench](https://github.com/akopytov/sysbench) | Scriptable database and system performance benchmark | -| 991 | 239 | 30 | [lk](https://github.com/littlekernel/lk) | LK embedded kernel | -| 984 | 109 | 14 | [hyperkit](https://github.com/moby/hyperkit) | A toolkit for embedding hypervisor capabilities in your application | -| 983 | 202 | 86 | [LuaJIT](https://github.com/LuaJIT/LuaJIT) | Mirror of the LuaJIT git repository | -| 982 | 179 | 8 | [f-stack](https://github.com/F-Stack/f-stack) | F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API. | -| 972 | 38 | 11 | [lily](https://github.com/FascinatedBox/lily) | An interpreted language with a focus on expressiveness and type safety | -| 965 | 80 | 3 | [bloomd](https://github.com/armon/bloomd) | C network daemon for bloom filters | -| 965 | 239 | 92 | [pygit2](https://github.com/libgit2/pygit2) | Python bindings for libgit2 | -| 961 | 95 | 28 | [sshfs](https://github.com/libfuse/sshfs) | A network filesystem client to connect to SSH servers | -| 961 | 442 | 0 | [wireshark](https://github.com/wireshark/wireshark) | Read-only mirror of Wireshark's Git repository. GitHub won't let us disable pull requests. ☞ THEY WILL BE IGNORED HERE ☜ Please upload them at https://code.wireshark.org/review/ . | -| 960 | 136 | 45 | [megatools](https://github.com/megous/megatools) | Open-source command line tools and C library (libmega) for accessing Mega.co.nz cloud storage. | -| 950 | 458 | 159 | [hidapi](https://github.com/signal11/hidapi) | A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows. | -| 949 | 398 | 175 | [mosquitto](https://github.com/eclipse/mosquitto) | Eclipse Mosquitto | -| 946 | 97 | 14 | [fb-adb](https://github.com/facebook/fb-adb) | A better shell for Android devices | -| 945 | 37 | 9 | [Nintendo_Switch_Reverse_Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering) | A look at inner workings of Joycon and Nintendo Switch | -| 944 | 405 | 37 | [pbc](https://github.com/cloudwu/pbc) | A protocol buffers library for C | -| 943 | 531 | 78 | [libusb](https://github.com/libusb/libusb) | A cross-platform library to access USB devices | -| 943 | 290 | 26 | [yar](https://github.com/laruence/yar) | Light, concurrent RPC framework for PHP & C | -| 943 | 69 | 19 | [goxel](https://github.com/guillaumechereau/goxel) | Goxel: Free and Open Source 3D Voxel Editor | -| 941 | 722 | 40 | [rt-thread](https://github.com/RT-Thread/rt-thread) | RT-Thread is an open source real-time operating system for embedded devices from China. | -| 941 | 474 | 92 | [vlfeat](https://github.com/vlfeat/vlfeat) | An open library of computer vision algorithms | -| 938 | 20 | 6 | [athame](https://github.com/ardagnir/athame) | Full vim for your shell (bash, zsh, gdb, python, etc) | -| 936 | 54 | 0 | [netcode.io](https://github.com/networkprotocol/netcode.io) | A simple protocol for secure client/server connections over UDP | -| 936 | 228 | 1 | [Varnish-Cache](https://github.com/varnish/Varnish-Cache) | Moved. New address: https://github.com/varnishcache/varnish-cache/ | -| 936 | 461 | 25 | [LVS](https://github.com/alibaba/LVS) | A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY. | -| 926 | 163 | 8 | [jsos](https://github.com/charliesome/jsos) | An operating system written in JavaScript | -| 925 | 87 | 5 | [sha1collisiondetection](https://github.com/cr-marcstevens/sha1collisiondetection) | Library and command line tool to detect SHA-1 collision in a file | -| 925 | 285 | 4 | [c-algorithms](https://github.com/fragglet/c-algorithms) | A library of common data structures and algorithms written in C. | -| 924 | 276 | 70 | [ettercap](https://github.com/Ettercap/ettercap) | Ettercap Project | -| 922 | 116 | 50 | [haywire](https://github.com/haywire/haywire) | Haywire is an asynchronous HTTP server framework written in C that's built using the event loop based libuv platform layer that node.js is built on top of. | -| 921 | 94 | 44 | [extempore](https://github.com/digego/extempore) | A cyber-physical programming environment | -| 919 | 264 | 35 | [fftw3](https://github.com/FFTW/fftw3) | This is the official repository for the FFTW Fourier transform library, version 3.x | -| 918 | 467 | 53 | [AndroidFFmpeg](https://github.com/appunite/AndroidFFmpeg) | FFmpeg build for android random architectures with example jni | -| 918 | 156 | 162 | [firejail](https://github.com/netblue30/firejail) | Linux namespaces and seccomp-bpf sandbox | -| 916 | 27 | 9 | [thinscript](https://github.com/evanw/thinscript) | A low-level programming language inspired by TypeScript | -| 914 | 74 | 16 | [mon](https://github.com/tj/mon) | mon(1) - Simple single-process process monitoring program written in C | -| 911 | 646 | 657 | [Team-Win-Recovery-Project](https://github.com/TeamWin/Team-Win-Recovery-Project) | Core recovery files for the Team Win Recovery Project (T.W.R.P) - this is not up to date, please see https://github.com/omnirom/android_bootable_recovery/ | -| 911 | 81 | 6 | [carp](https://github.com/tekknolagi/carp) | "interesting" VM in C. Let's see how this goes. | -| 910 | 168 | 0 | [guacamole-server](https://github.com/glyptodon/guacamole-server) | The server-side, native components that form the Guacamole proxy. | -| 909 | 67 | 29 | [msdfgen](https://github.com/Chlumsky/msdfgen) | Multi-channel signed distance field generator | -| 906 | 27 | 3 | [rlite](https://github.com/seppo0010/rlite) | self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL. | -| 904 | 105 | 57 | [dunst](https://github.com/dunst-project/dunst) | lightweight and customizable notification daemon | -| 902 | 165 | 16 | [NNPACK](https://github.com/Maratyszcza/NNPACK) | Acceleration package for neural networks on multi-core CPUs | -| 902 | 332 | 0 | [UACME](https://github.com/hfiref0x/UACME) | Defeating Windows User Account Control | -| 901 | 110 | 13 | [FUZIX](https://github.com/EtchedPixels/FUZIX) | FuzixOS: Because Small Is Beautiful | -| 901 | 312 | 20 | [osmc](https://github.com/osmc/osmc) | OSMC (Open Source Media Center) is a free and open source media center distribution | -| 899 | 156 | 47 | [ZendOptimizerPlus](https://github.com/zendtech/ZendOptimizerPlus) | None | -| 899 | 602 | 65 | [dump1090](https://github.com/antirez/dump1090) | Dump1090 is a simple Mode S decoder for RTLSDR devices | -| 896 | 149 | 9 | [moonlight-embedded](https://github.com/irtimmer/moonlight-embedded) | Gamestream client for embedded systems | -| 895 | 278 | 26 | [libfuse](https://github.com/libfuse/libfuse) | The reference implementation of the Linux FUSE (Filesystem in Userspace) interface | -| 894 | 246 | 0 | [30dayMakeOS](https://github.com/yourtion/30dayMakeOS) | 《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程 | -| 889 | 112 | 219 | [mgba](https://github.com/mgba-emu/mgba) | mGBA Game Boy Advance Emulator | -| 888 | 300 | 25 | [audacity](https://github.com/audacity/audacity) | Audio Editor : : : : developer list at : : https://lists.sourceforge.net/lists/listinfo/audacity-devel | -| 886 | 116 | 141 | [Bumblebee](https://github.com/Bumblebee-Project/Bumblebee) | Bumblebee daemon and client rewritten in C | -| 886 | 260 | 25 | [nDPI](https://github.com/ntop/nDPI) | Open Source Deep Packet Inspection Software Toolkit | -| 884 | 70 | 3 | [greatest](https://github.com/silentbicycle/greatest) | A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed. | -| 882 | 70 | 6 | [FastCoding](https://github.com/nicklockwood/FastCoding) | A faster and more flexible binary file format replacement for NSCoding, Property Lists and JSON | -| 878 | 92 | 47 | [ejdb](https://github.com/Softmotions/ejdb) | EJDB — Embeddable JSON Database engine | -| 877 | 83 | 28 | [cstore_fdw](https://github.com/citusdata/cstore_fdw) | Columnar store for analytics with PostgreSQL. Check out the mailing list at https://groups.google.com/forum/#!forum/cstore-users. | -| 875 | 112 | 6 | [dyad](https://github.com/rxi/dyad) | Asynchronous networking for C | -| 870 | 59 | 3 | [wcc](https://github.com/endrazine/wcc) | The Witchcraft Compiler Collection | -| 866 | 45 | 43 | [node-chimera](https://github.com/deanmao/node-chimera) | A new kind of headless webkit integration for nodejs; a great alternative to phantomjs. | -| 865 | 406 | 101 | [mraa](https://github.com/intel-iot-devkit/mraa) | Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more. | -| 864 | 190 | 45 | [sslsplit](https://github.com/droe/sslsplit) | Transparent SSL/TLS interception | -| 862 | 272 | 32 | [glew](https://github.com/nigels-com/glew) | The OpenGL Extension Wrangler Library | -| 862 | 189 | 294 | [Remmina](https://github.com/FreeRDP/Remmina) | The GTK+ Remmina Remote Desktop Client | -| 861 | 244 | 37 | [enet](https://github.com/lsalzman/enet) | ENet reliable UDP networking library | -| 861 | 467 | 35 | [android-eye](https://github.com/Teaonly/android-eye) | Change your android phone to surveillance camera | -| 861 | 164 | 39 | [bdwgc](https://github.com/ivmai/bdwgc) | The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehmgc) | -| 860 | 418 | 28 | [ics-openvpn](https://github.com/schwabe/ics-openvpn) | OpenVPN for Android | -| 860 | 29 | 1 | [nq](https://github.com/chneukirchen/nq) | Unix command line queue utility | -| 859 | 131 | 4 | [zsh](https://github.com/zsh-users/zsh) | Mirror of the Z shell source code repository. | -| 856 | 189 | 75 | [linux](https://github.com/dtrace4linux/linux) | dtrace for linux - kernel driver and userland tools | -| 855 | 731 | 76 | [source](https://github.com/lede-project/source) | Mirror of https://git.lede-project.org/?p=source.git Please send your PRs against this tree. They will be merged via staging trees and appear in this tree once the staging trees get merged back into source.git | -| 854 | 119 | 66 | [i3blocks](https://github.com/vivien/i3blocks) | A flexible scheduler for your i3bar blocks | -| 852 | 142 | 1 | [git-scripts](https://github.com/jwiegley/git-scripts) | A bunch of random scripts I've either written, downloaded or clipped from #git. | -| 849 | 168 | 24 | [repmgr](https://github.com/2ndQuadrant/repmgr) | The Most Popular Replication Manager for PostgreSQL (Postgres) | -| 844 | 60 | 22 | [winfsp](https://github.com/billziss-gh/winfsp) | Windows File System Proxy - FUSE for Windows | -| 843 | 316 | 1 | [gaeproxy](https://github.com/madeye/gaeproxy) | GAEProxy for Android (Deprecated) | -| 840 | 125 | 13 | [PF_RING](https://github.com/ntop/PF_RING) | High-speed packet processing framework | -| 840 | 318 | 1 | [coroutine](https://github.com/cloudwu/coroutine) | A asymmetric coroutine library for C. | -| 839 | 167 | 12 | [sl](https://github.com/mtoyoda/sl) | SL(1): Cure your bad habit of mistyping | -| 838 | 169 | 6 | [pwnat](https://github.com/samyk/pwnat) | pwnat punches holes in firewalls and NATs allowing any numbers of clients behind NATs to directly connect to a server behind a different NAT using a newly developed technique with no 3rd party, port forwarding, DMZ or spoofing | -| 835 | 298 | 1 | [Quake-2](https://github.com/id-Software/Quake-2) | Quake 2 GPL Source Release | -| 835 | 86 | 6 | [bashreduce](https://github.com/erikfrey/bashreduce) | mapreduce in bash | -| 834 | 72 | 17 | [meinheld](https://github.com/mopemope/meinheld) | meinheld is a high performance asynchronous WSGI Web Server (based on picoev) | -| 833 | 110 | 8 | [dablooms](https://github.com/bitly/dablooms) | scaling, counting, bloom filter library | -| 833 | 328 | 79 | [sigar](https://github.com/hyperic/sigar) | System Information Gatherer And Reporter | -| 832 | 253 | 16 | [libqrencode](https://github.com/fukuchi/libqrencode) | QR Code encoding library | -| 831 | 175 | 131 | [shellinabox](https://github.com/shellinabox/shellinabox) | Unoffical Shell In A Box fork | -| 827 | 136 | 5 | [PS4-SDK](https://github.com/CTurt/PS4-SDK) | Open source PS4 SDK | -| 826 | 179 | 2 | [honggfuzz](https://github.com/google/honggfuzz) | Security oriented fuzzer with powerful analysis options. Supports evolutionary, feedback-driven fuzzing based on code coverage (software- and hardware-based) | -| 826 | 131 | 25 | [bar](https://github.com/LemonBoy/bar) | A featherweight, lemon-scented, bar based on xcb | -| 825 | 452 | 54 | [FFMpeg](https://github.com/havlenapetr/FFMpeg) | this is port of ffmpeg for android (this is app, but in future i will do android lib from it and then system will be able to convert videos automatically) | -| 825 | 67 | 42 | [libucl](https://github.com/vstakhov/libucl) | Universal configuration library parser | -| 822 | 282 | 10 | [PushMeBaby](https://github.com/stefanhafeneger/PushMeBaby) | iOS Push Notification Debug App | -| 821 | 218 | 0 | [gimp](https://github.com/GNOME/gimp) | GIMP (this is a mirror! Reports and patches: https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP) | -| 820 | 71 | 32 | [bcwc_pcie](https://github.com/patjak/bcwc_pcie) | Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam | -| 820 | 209 | 48 | [jsmn](https://github.com/zserge/jsmn) | Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket | +| 50890 | 18969 | 176 | [linux](https://github.com/torvalds/linux) | Linux kernel source tree | +| 25815 | 9854 | 1472 | [redis](https://github.com/antirez/redis) | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps. | +| 24677 | 1999 | 267 | [netdata](https://github.com/firehol/netdata) | Get control of your servers. Simple. Effective. Awesome! https://my-netdata.io/ | +| 19405 | 11206 | 97 | [git](https://github.com/git/git) | Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. | +| 16538 | 2936 | 60 | [How-to-Make-a-Computer-Operating-System](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System) | How to Make a Computer Operating System in C++ | +| 15805 | 4627 | 1476 | [ijkplayer](https://github.com/Bilibili/ijkplayer) | Android/iOS video player based on FFmpeg n3.3, with MediaCodec, VideoToolbox support. | +| 13735 | 1104 | 78 | [wrk](https://github.com/wg/wrk) | Modern HTTP benchmarking tool | +| 13498 | 892 | 331 | [the_silver_searcher](https://github.com/ggreer/the_silver_searcher) | A code-searching tool similar to ack, but faster. | +| 13163 | 4431 | 143 | [php-src](https://github.com/php/php-src) | The PHP Interpreter | +| 13136 | 1583 | 1234 | [emscripten](https://github.com/kripken/emscripten) | Emscripten: An LLVM-to-JavaScript Compiler | +| 11981 | 5232 | 54 | [The-Art-Of-Programming-By-July](https://github.com/julycoding/The-Art-Of-Programming-By-July) | 本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售 | +| 10393 | 1316 | 553 | [vim](https://github.com/vim/vim) | The official Vim repository | +| 10091 | 2134 | 79 | [JSPatch](https://github.com/bang590/JSPatch) | JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App. | +| 9865 | 561 | 333 | [jq](https://github.com/stedolan/jq) | Command-line JSON processor | +| 8544 | 3874 | 2 | [FFmpeg](https://github.com/FFmpeg/FFmpeg) | mirror of git://source.ffmpeg.org/ffmpeg.git | +| 8282 | 3489 | 350 | [Telegram](https://github.com/DrKLO/Telegram) | Telegram for Android source | +| 8256 | 1082 | 101 | [toxcore](https://github.com/irungentoo/toxcore) | The future of online communications. | +| 8099 | 599 | 10 | [tmux](https://github.com/tmux/tmux) | tmux source code | +| 7609 | 1289 | 167 | [libuv](https://github.com/libuv/libuv) | Cross-platform asynchronous I/O | +| 7447 | 1764 | 66 | [obs-studio](https://github.com/jp9000/obs-studio) | OBS - Free and open source software for live streaming and screen recording | +| 7371 | 2174 | 193 | [torch7](https://github.com/torch/torch7) | http://torch.ch | +| 7272 | 5768 | 910 | [Arduino](https://github.com/arduino/Arduino) | open-source electronics prototyping platform | +| 7247 | 1402 | 182 | [twemproxy](https://github.com/twitter/twemproxy) | A fast, light-weight proxy for memcached and redis | +| 7238 | 507 | 76 | [nuklear](https://github.com/vurtun/nuklear) | A single-header ANSI C gui library | +| 6961 | 1182 | 174 | [masscan](https://github.com/robertdavidgraham/masscan) | TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. | +| 6870 | 1849 | 26 | [swoole-src](https://github.com/swoole/swoole-src) | Event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP. | +| 6851 | 534 | 337 | [h2o](https://github.com/h2o/h2o) | H2O - the optimized HTTP/1, HTTP/2 server | +| 6825 | 2196 | 17 | [memcached](https://github.com/memcached/memcached) | memcached development tree | +| 6466 | 838 | 409 | [mpv](https://github.com/mpv-player/mpv) | 🎥 Video player based on MPlayer/mplayer2 | +| 6398 | 443 | 49 | [disque](https://github.com/antirez/disque) | Disque is a distributed message broker | +| 6389 | 314 | 98 | [robotjs](https://github.com/octalmage/robotjs) | Node.js Desktop Automation. | +| 6334 | 1435 | 41 | [openpilot](https://github.com/commaai/openpilot) | open source driving agent | +| 6234 | 1590 | 227 | [libgit2](https://github.com/libgit2/libgit2) | The Library | +| 6079 | 939 | 78 | [stb](https://github.com/nothings/stb) | stb single-file public domain libraries for C/C++ | +| 6074 | 1665 | 177 | [tengine](https://github.com/alibaba/tengine) | A distribution of Nginx with some advanced features | +| 5998 | 488 | 8 | [anypixel](https://github.com/googlecreativelab/anypixel) | A web-friendly way for anyone to build unusual displays | +| 5974 | 1499 | 84 | [ccv](https://github.com/liuliu/ccv) | C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library | +| 5954 | 1945 | 77 | [curl](https://github.com/curl/curl) | A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features | +| 5901 | 439 | 100 | [goaccess](https://github.com/allinurl/goaccess) | GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. | +| 5768 | 2488 | 88 | [skynet](https://github.com/cloudwu/skynet) | A lightweight online game framework | +| 5705 | 1179 | 807 | [radare2](https://github.com/radare/radare2) | unix-like reverse engineering framework and commandline tools | +| 5658 | 726 | 7 | [darwin-xnu](https://github.com/apple/darwin-xnu) | The Darwin Kernel (mirror) | +| 5643 | 1533 | 123 | [phpredis](https://github.com/phpredis/phpredis) | A PHP extension for Redis | +| 5577 | 1667 | 659 | [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module) | NGINX-based Media Streaming Server | +| 5531 | 2838 | 431 | [openssl](https://github.com/openssl/openssl) | TLS/SSL and crypto library | +| 5500 | 510 | 22 | [zstd](https://github.com/facebook/zstd) | Zstandard - Fast real-time compression algorithm | +| 5325 | 448 | 13 | [macvim](https://github.com/b4winckler/macvim) | Vim - the text editor - for Mac OS X | +| 5316 | 1293 | 403 | [micropython](https://github.com/micropython/micropython) | MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems | +| 5302 | 2294 | 1685 | [numpy](https://github.com/numpy/numpy) | Numpy main repository | +| 5257 | 946 | 272 | [seafile](https://github.com/haiwen/seafile) | File syncing and sharing software with file encryption and group sharing, emphasis on reliability and high performance. | +| 5134 | 541 | 14 | [brotli](https://github.com/google/brotli) | Brotli compression format | +| 5126 | 1160 | 150 | [lua-nginx-module](https://github.com/openresty/lua-nginx-module) | Embed the Power of Lua into NGINX HTTP servers | +| 5123 | 354 | 129 | [tig](https://github.com/jonas/tig) | Text-mode interface for git | +| 4993 | 133 | 17 | [mjolnir](https://github.com/sdegutis/mjolnir) | Lightweight automation and productivity app for OS X | +| 4792 | 285 | 48 | [japronto](https://github.com/squeaky-pl/japronto) | Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser. | +| 4752 | 682 | 5 | [libsodium](https://github.com/jedisct1/libsodium) | A modern and easy-to-use crypto library. | +| 4650 | 256 | 149 | [libui](https://github.com/andlabs/libui) | Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports. | +| 4628 | 231 | 61 | [xhyve](https://github.com/mist64/xhyve) | xhyve, a lightweight OS X virtualization solution | +| 4620 | 2519 | 0 | [Mirai-Source-Code](https://github.com/jgamblin/Mirai-Source-Code) | Leaked Mirai Source Code for Research/IoC Development Purposes | +| 4569 | 653 | 57 | [Craft](https://github.com/fogleman/Craft) | A simple Minecraft clone written in C using modern OpenGL (shaders). | +| 4497 | 1934 | 0 | [nginx](https://github.com/nginx/nginx) | An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html | +| 4409 | 1071 | 6 | [mimikatz](https://github.com/gentilkiwi/mimikatz) | A little tool to play with Windows security | +| 4382 | 2026 | 191 | [darknet](https://github.com/pjreddie/darknet) | Convolutional Neural Networks | +| 4271 | 502 | 14 | [wcdb](https://github.com/Tencent/wcdb) | WCDB is a cross-platform database framework developed by WeChat. | +| 4237 | 655 | 56 | [openresty](https://github.com/openresty/openresty) | Turning Nginx into a Full-Fledged Scriptable Web Platform | +| 4197 | 840 | 29 | [lab](https://github.com/deepmind/lab) | A customisable 3D platform for agent-based AI research | +| 4192 | 255 | 15 | [vim.js](https://github.com/coolwanglu/vim.js) | JavaScript port of Vim | +| 4143 | 600 | 103 | [beanstalkd](https://github.com/kr/beanstalkd) | Beanstalk is a simple, fast work queue. | +| 4114 | 234 | 23 | [streem](https://github.com/matz/streem) | prototype of stream based programming language | +| 4078 | 461 | 67 | [redcarpet](https://github.com/vmg/redcarpet) | The safe Markdown parser, reloaded. | +| 4072 | 801 | 9 | [c4](https://github.com/rswier/c4) | C in four functions | +| 4051 | 534 | 11 | [rufus](https://github.com/pbatard/rufus) | The Reliable USB Formatting Utility | +| 4042 | 2198 | 139 | [linux](https://github.com/raspberrypi/linux) | Kernel source tree for Raspberry Pi Foundation-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://www.raspberrypi.org/forum | +| 4041 | 479 | 39 | [lwan](https://github.com/lpereira/lwan) | Experimental, scalable, high performance HTTP server | +| 4037 | 1207 | 55 | [mongoose](https://github.com/cesanta/mongoose) | Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more. | +| 3963 | 1273 | 258 | [SoftEtherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN) | SoftEther VPN (Developer Edition Master Repository): Open Cross-platform Multi-protocol VPN Software. This repository has experimental codes. Pull requests are welcome. Also, Stable Edition is available on https://github.com/SoftEtherVPN/SoftEtherVPN_Stable which the non-developer user can stable use. | +| 3913 | 608 | 151 | [mruby](https://github.com/mruby/mruby) | Lightweight Ruby | +| 3797 | 1768 | 185 | [nodemcu-firmware](https://github.com/nodemcu/nodemcu-firmware) | lua based interactive firmware for mcu like esp8266 | +| 3786 | 656 | 7 | [nanomsg](https://github.com/nanomsg/nanomsg) | nanomsg library | +| 3729 | 203 | 37 | [pifs](https://github.com/philipl/pifs) | πfs - the data-free filesystem! | +| 3589 | 247 | 11 | [Cello](https://github.com/orangeduck/Cello) | Higher level programming in C | +| 3568 | 430 | 70 | [macvim](https://github.com/macvim-dev/macvim) | Vim - the text editor - for Mac OS X | +| 3568 | 961 | 52 | [http-parser](https://github.com/nodejs/http-parser) | http request/response parser for c | +| 3566 | 411 | 39 | [kilo](https://github.com/antirez/kilo) | A text editor in less than 1000 LOC with syntax highlight and search. | +| 3547 | 236 | 44 | [flinux](https://github.com/wishstudio/flinux) | Foreign LINUX - Run unmodified Linux applications inside Windows. | +| 3528 | 208 | 7 | [movfuscator](https://github.com/xoreaxeaxeax/movfuscator) | The single instruction C compiler | +| 3483 | 708 | 12 | [fastsocket](https://github.com/fastos/fastsocket) | Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA. | +| 3462 | 197 | 27 | [progress](https://github.com/Xfennec/progress) | Linux tool to show progress for cp, mv, dd, ... (formerly known as cv) | +| 3398 | 1029 | 873 | [tg](https://github.com/vysheng/tg) | telegram-cli | +| 3398 | 723 | 46 | [kcp](https://github.com/skywind3000/kcp) | KCP - A Fast and Reliable ARQ Protocol | +| 3386 | 725 | 64 | [libuv](https://github.com/joyent/libuv) | Go to | +| 3298 | 599 | 77 | [hashcat](https://github.com/hashcat/hashcat) | World's fastest and most advanced password recovery utility | +| 3276 | 746 | 254 | [Cinder](https://github.com/cinder/Cinder) | Cinder is a community-developed, free and open source library for professional-quality creative coding in C++. | +| 3258 | 1282 | 10 | [freebsd](https://github.com/freebsd/freebsd) | FreeBSD src tree (read-only mirror) | +| 3252 | 1252 | 113 | [yaf](https://github.com/laruence/yaf) | A fast php framework written in c, built in php-ext | +| 3220 | 1378 | 7 | [vlc](https://github.com/videolan/vlc) | VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/ | +| 3219 | 160 | 0 | [no-more-secrets](https://github.com/bartobri/no-more-secrets) | A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers. | +| 3218 | 1088 | 2 | [postgres](https://github.com/postgres/postgres) | Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see http://wiki.postgresql.org/wiki/Submitting_a_Patch | +| 3212 | 270 | 180 | [Win32-OpenSSH](https://github.com/PowerShell/Win32-OpenSSH) | Win32 port of OpenSSH | +| 3134 | 720 | 68 | [Tesseract-OCR-iOS](https://github.com/gali8/Tesseract-OCR-iOS) | Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64. | +| 3117 | 280 | 14 | [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) | A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector). | +| 3116 | 846 | 17 | [ZipArchive](https://github.com/ZipArchive/ZipArchive) | ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. | +| 3087 | 892 | 132 | [Atlas](https://github.com/Qihoo360/Atlas) | A high-performance and stable proxy for MySQL, it is developed by Qihoo's DBA and infrastructure team | +| 3048 | 803 | 162 | [glfw](https://github.com/glfw/glfw) | A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input | +| 3029 | 347 | 29 | [8cc](https://github.com/rui314/8cc) | A Small C Compiler | +| 3009 | 216 | 133 | [redshift](https://github.com/jonls/redshift) | Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. | +| 3003 | 267 | 4 | [system-bus-radio](https://github.com/fulldecent/system-bus-radio) | This program transmits radio on computers without radio transmitting hardware. | +| 2961 | 362 | 62 | [proxychains-ng](https://github.com/rofl0r/proxychains-ng) | proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead. | +| 2936 | 4594 | 1013 | [Marlin](https://github.com/MarlinFirmware/Marlin) | Optimized firmware for RepRap 3D printers based on the Arduino platform. | +| 2905 | 859 | 3 | [exploit-database](https://github.com/offensive-security/exploit-database) | The official Exploit Database repository | +| 2885 | 265 | 81 | [s2n](https://github.com/awslabs/s2n) | s2n : an implementation of the TLS/SSL protocols | +| 2884 | 1389 | 9 | [redis-3.0-annotated](https://github.com/huangz1990/redis-3.0-annotated) | 带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。 | +| 2859 | 190 | 141 | [sway](https://github.com/swaywm/sway) | i3-compatible Wayland compositor | +| 2821 | 144 | 3 | [mdp](https://github.com/visit1985/mdp) | A command-line based markdown presentation tool. | +| 2797 | 780 | 41 | [OBS](https://github.com/jp9000/OBS) | Open Broadcaster Software | +| 2779 | 654 | 912 | [zfs](https://github.com/zfsonlinux/zfs) | ZFS on Linux - the official OpenZFS implementation for Linux. | +| 2750 | 222 | 10 | [p2pvc](https://github.com/mofarrell/p2pvc) | A point to point color terminal video chat. | +| 2728 | 232 | 57 | [mozjpeg](https://github.com/mozilla/mozjpeg) | Improved JPEG encoder. | +| 2698 | 962 | 58 | [hiredis](https://github.com/redis/hiredis) | Minimalistic C client for Redis >= 1.2 | +| 2653 | 436 | 24 | [pthreads](https://github.com/krakjoe/pthreads) | Threading for PHP - Share Nothing, Do Everything :) | +| 2638 | 136 | 23 | [clib](https://github.com/clibs/clib) | C package manager-ish | +| 2634 | 609 | 13 | [swift-corelibs-foundation](https://github.com/apple/swift-corelibs-foundation) | The Foundation Project, providing core utilities, internationalization, and OS independence | +| 2598 | 122 | 11 | [reptyr](https://github.com/nelhage/reptyr) | Reparent a running program to a new terminal | +| 2581 | 479 | 360 | [osv](https://github.com/cloudius-systems/osv) | OSv, a new operating system for the cloud. | +| 2576 | 969 | 75 | [libfreenect](https://github.com/OpenKinect/libfreenect) | Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X | +| 2568 | 554 | 2 | [DOOM](https://github.com/id-Software/DOOM) | DOOM Open Source Release | +| 2560 | 294 | 151 | [htop](https://github.com/hishamhm/htop) | htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'. | +| 2544 | 674 | 54 | [ngx_http_google_filter_module](https://github.com/cuber/ngx_http_google_filter_module) | Nginx Module for Google Mirror | +| 2540 | 637 | 17 | [sqlcipher](https://github.com/sqlcipher/sqlcipher) | SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files. | +| 2537 | 128 | 66 | [vis](https://github.com/martanne/vis) | A vi-like editor based on Plan 9's structural regular expressions | +| 2531 | 2044 | 387 | [contiki](https://github.com/contiki-os/contiki) | The official git repository for Contiki, the open source OS for the Internet of Things | +| 2530 | 300 | 45 | [jerryscript](https://github.com/jerryscript-project/jerryscript) | Ultra-lightweight JavaScript engine for the Internet of Things. | +| 2529 | 236 | 6 | [kore](https://github.com/jorisvink/kore) | An easy to use, scalable and secure web application framework for writing web APIs in C. | +| 2523 | 611 | 65 | [eddystone](https://github.com/google/eddystone) | Specification for Eddystone, an open beacon format from Google | +| 2478 | 532 | 117 | [jemalloc](https://github.com/jemalloc/jemalloc) | None | +| 2431 | 300 | 139 | [i3](https://github.com/i3/i3) | A tiling window manager | +| 2393 | 320 | 127 | [HandBrake](https://github.com/HandBrake/HandBrake) | HandBrake's main development repository | +| 2392 | 116 | 32 | [qlmarkdown](https://github.com/toland/qlmarkdown) | QuickLook generator for Markdown files. | +| 2371 | 703 | 60 | [tcpcopy](https://github.com/session-replay-tools/tcpcopy) | An online request replication tool, also a tcp stream replay tool, fit for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, etc | +| 2346 | 1466 | 162 | [grbl](https://github.com/grbl/grbl) | An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino | +| 2328 | 888 | 1 | [Quake-III-Arena](https://github.com/id-Software/Quake-III-Arena) | Quake III Arena GPL Source Release | +| 2314 | 707 | 83 | [yasea](https://github.com/begeekmyfriend/yasea) | RTMP live streaming client for Android | +| 2289 | 769 | 4 | [xLua](https://github.com/Tencent/xLua) | xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc. | +| 2287 | 91 | 16 | [gravity](https://github.com/marcobambini/gravity) | Gravity Programming Language | +| 2285 | 410 | 12 | [lz4](https://github.com/lz4/lz4) | Extremely Fast Compression algorithm | +| 2284 | 960 | 792 | [systemd](https://github.com/systemd/systemd) | systemd System and Service Manager | +| 2277 | 846 | 145 | [firmware](https://github.com/raspberrypi/firmware) | This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware. | +| 2271 | 258 | 153 | [cmus](https://github.com/cmus/cmus) | Small, fast and powerful console music player for Unix-like operating systems. | +| 2240 | 157 | 444 | [citus](https://github.com/citusdata/citus) | Scalable PostgreSQL for multi-tenant and real-time workloads | +| 2235 | 142 | 9 | [loadlibrary](https://github.com/taviso/loadlibrary) | Porting Windows Dynamic Link Libraries to Linux | +| 2233 | 1174 | 31 | [ChinaDNS](https://github.com/shadowsocks/ChinaDNS) | Protect yourself against DNS poisoning in China. | +| 2230 | 822 | 446 | [poco](https://github.com/pocoproject/poco) | POCO C++ Libraries - Cross-platform C++ libraries with a network/internet focus. | +| 2211 | 305 | 29 | [naxsi](https://github.com/nbs-system/naxsi) | NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX | +| 2203 | 706 | 53 | [shairport](https://github.com/abrasive/shairport) | Airtunes emulator! Shairport is no longer maintained. | +| 2203 | 258 | 33 | [toaruos](https://github.com/klange/toaruos) | Hobby kernel + userspace, built mostly from scratch. Composited GUI, dynamically linked ELF binaries, networking, Python applications, and more. | +| 2190 | 132 | 36 | [luna](https://github.com/tj/luna) | luna programming language - a small, elegant VM implemented in C | +| 2188 | 160 | 18 | [os](https://github.com/minoca/os) | Minoca operating system | +| 2157 | 164 | 15 | [robotgo](https://github.com/go-vgo/robotgo) | RobotGo, Go Native cross-platform system automation | +| 2155 | 266 | 35 | [dynomite](https://github.com/Netflix/dynomite) | A generic dynamo implementation for different k-v storage engines | +| 2134 | 308 | 60 | [zimg](https://github.com/buaazp/zimg) | A lightweight and high performance image storage and processing system. | +| 2130 | 453 | 29 | [Box2D](https://github.com/erincatto/Box2D) | Box2D is a 2D physics engine for games | +| 2128 | 142 | 130 | [AppImageKit](https://github.com/AppImage/AppImageKit) | Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.freenode.net | +| 2128 | 655 | 201 | [gpdb](https://github.com/greenplum-db/gpdb) | Greenplum Database | +| 2127 | 107 | 37 | [tmate](https://github.com/tmate-io/tmate) | Instant Terminal Sharing | +| 2117 | 769 | 14 | [SmartAppUpdates](https://github.com/cundong/SmartAppUpdates) | Android应用增量更新 | +| 2111 | 390 | 6 | [MBE](https://github.com/RPISEC/MBE) | Course materials for Modern Binary Exploitation by RPISEC | +| 2109 | 312 | 14 | [hashcat-legacy](https://github.com/hashcat/hashcat-legacy) | Advanced CPU-based password recovery utility | +| 2103 | 338 | 189 | [nanovg](https://github.com/memononen/nanovg) | Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations. | +| 2096 | 470 | 13 | [zmap](https://github.com/zmap/zmap) | ZMap Internet Scanner | +| 2081 | 192 | 61 | [wren](https://github.com/munificent/wren) | The Wren Programming Language | +| 2080 | 1023 | 7 | [tess-two](https://github.com/rmtheis/tess-two) | Fork of Tesseract Tools for Android | +| 2078 | 178 | 8 | [icmptunnel](https://github.com/DhavalKapil/icmptunnel) | Transparently tunnel your IP traffic through ICMP echo and reply packets. | +| 2063 | 206 | 69 | [sds](https://github.com/antirez/sds) | Simple Dynamic Strings library for C | +| 2046 | 346 | 23 | [darkforestGo](https://github.com/facebookresearch/darkforestGo) | DarkForest, the Facebook Go engine. | +| 2040 | 480 | 18 | [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) | A tool for securing communications between a client and a DNS resolver | +| 2031 | 466 | 70 | [go-sqlite3](https://github.com/mattn/go-sqlite3) | sqlite3 driver for go that using database/sql | +| 2029 | 334 | 81 | [RMStore](https://github.com/robotmedia/RMStore) | A lightweight iOS library for In-App Purchases | +| 2019 | 309 | 14 | [fishhook](https://github.com/facebook/fishhook) | A library that enables dynamically rebinding symbols in Mach-O binaries running on iOS. | +| 2015 | 839 | 26 | [openvpn](https://github.com/OpenVPN/openvpn) | OpenVPN is an open source VPN daemon | +| 2011 | 61 | 3 | [jo](https://github.com/jpmens/jo) | JSON output from a shell | +| 2002 | 636 | 33 | [wax](https://github.com/probablycorey/wax) | Wax is now being maintained by alibaba | +| 1998 | 687 | 135 | [fastdfs](https://github.com/happyfish100/fastdfs) | FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. | +| 1993 | 262 | 17 | [pngquant](https://github.com/pornel/pngquant) | Lossy PNG compressor — pngquant command and libimagequant library | +| 1980 | 737 | 2 | [Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms) | 算法学习笔记 | +| 1960 | 176 | 115 | [lwip](https://github.com/EyalAr/lwip) | Light Weight Image Processor for NodeJS | +| 1960 | 1023 | 659 | [FreeRDP](https://github.com/FreeRDP/FreeRDP) | FreeRDP is a free remote desktop protocol client | +| 1954 | 176 | 8 | [iodine](https://github.com/yarrick/iodine) | Official git repo for iodine dns tunnel | +| 1945 | 82 | 12 | [neural-redis](https://github.com/antirez/neural-redis) | Neural networks module for Redis | +| 1934 | 169 | 77 | [siege](https://github.com/JoeDog/siege) | Siege is an http load tester and benchmarking utility | +| 1925 | 218 | 42 | [webdis](https://github.com/nicolasff/webdis) | A Redis HTTP interface with JSON output | +| 1923 | 191 | 28 | [ultrajson](https://github.com/esnme/ultrajson) | Ultra fast JSON decoder and encoder written in C with Python bindings | +| 1922 | 221 | 2 | [legacy-cc](https://github.com/mortdeus/legacy-cc) | The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr. | +| 1913 | 548 | 433 | [sumatrapdf](https://github.com/sumatrapdfreader/sumatrapdf) | SumatraPDF reader | +| 1903 | 564 | 71 | [hackrf](https://github.com/mossmann/hackrf) | low cost software radio platform | +| 1901 | 439 | 406 | [uwsgi](https://github.com/unbit/uwsgi) | uWSGI application server container | +| 1899 | 200 | 41 | [nchan](https://github.com/slact/nchan) | Fast, horizontally scalable, multiprocess pub/sub queuing server and proxy for HTTP, long-polling, Websockets and EventSource (SSE), powered by Nginx. | +| 1897 | 1153 | 120 | [tmk_keyboard](https://github.com/tmk/tmk_keyboard) | Keyboard firmwares for Atmel AVR and Cortex-M | +| 1886 | 115 | 44 | [darling](https://github.com/darlinghq/darling) | Darwin/macOS emulation layer for Linux | +| 1885 | 629 | 56 | [USB-Rubber-Ducky](https://github.com/hak5darren/USB-Rubber-Ducky) | None | +| 1874 | 480 | 22 | [esp8266_deauther](https://github.com/spacehuhn/esp8266_deauther) | ESP8266 deauther | +| 1872 | 249 | 89 | [dokany](https://github.com/dokan-dev/dokany) | User mode file system library for windows with FUSE Wrapper | +| 1864 | 115 | 4 | [oj](https://github.com/ohler55/oj) | Optimized JSON | +| 1853 | 605 | 724 | [RetroArch](https://github.com/libretro/RetroArch) | Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. | +| 1852 | 628 | 167 | [lxc](https://github.com/lxc/lxc) | LXC - Linux Containers | +| 1845 | 2135 | 12 | [platform_development](https://github.com/aosp-mirror/platform_development) | None | +| 1843 | 620 | 0 | [msysgit](https://github.com/msysgit/msysgit) | msysGit has been superseded by Git for Windows 2.x | +| 1839 | 134 | 9 | [libmill](https://github.com/sustrik/libmill) | Go-style concurrency in C | +| 1834 | 159 | 78 | [bspwm](https://github.com/baskerville/bspwm) | A tiling window manager based on binary space partitioning | +| 1832 | 570 | 275 | [ossec-hids](https://github.com/ossec/ossec-hids) | OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. | +| 1828 | 138 | 8 | [phc-winner-argon2](https://github.com/P-H-C/phc-winner-argon2) | The password hash Argon2, winner of PHC | +| 1819 | 386 | 4 | [how2heap](https://github.com/shellphish/how2heap) | A repository for learning various heap exploitation techniques. | +| 1817 | 247 | 42 | [klib](https://github.com/attractivechaos/klib) | A standalone and lightweight C library | +| 1813 | 91 | 1 | [CreepyCodeCollection](https://github.com/MinhasKamal/CreepyCodeCollection) | A Nonsense Collection of Disgusting Codes | +| 1810 | 252 | 58 | [io](https://github.com/stevedekorte/io) | Io programming language. Inspired by Self, Smalltalk and LISP. | +| 1810 | 242 | 64 | [rugged](https://github.com/libgit2/rugged) | ruby bindings to libgit2 | +| 1810 | 601 | 15 | [mpc-hc](https://github.com/mpc-hc/mpc-hc) | MPC-HC's main repository. For support use our Trac: https://trac.mpc-hc.org/ | +| 1799 | 58 | 14 | [tmux-MacOSX-pasteboard](https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard) | Notes and workarounds for accessing the Mac OS X pasteboard in tmux sessions. Note: The pu branch (“Proposed Updates”) may be rewound without notice. | +| 1797 | 120 | 33 | [rofi](https://github.com/DaveDavenport/rofi) | Rofi: A window switcher, application launcher and dmenu replacement | +| 1796 | 443 | 63 | [net-speeder](https://github.com/snooda/net-speeder) | net-speeder 在高延迟不稳定链路上优化单线程下载速度 | +| 1771 | 924 | 3 | [annotated_redis_source](https://github.com/huangz1990/annotated_redis_source) | 带有详细注释的 Redis 2.6 源码 | +| 1770 | 421 | 3 | [Quake](https://github.com/id-Software/Quake) | Quake GPL Source Release | +| 1769 | 335 | 90 | [linenoise](https://github.com/antirez/linenoise) | A small self-contained alternative to readline and libedit | +| 1765 | 1979 | 34 | [cleanflight](https://github.com/cleanflight/cleanflight) | Clean-code version of the baseflight flight controller firmware | +| 1765 | 379 | 35 | [SQLAdvisor](https://github.com/Meituan-Dianping/SQLAdvisor) | 输入SQL,输出索引优化建议 | +| 1750 | 448 | 100 | [yara](https://github.com/VirusTotal/yara) | The pattern matching swiss knife | +| 1747 | 175 | 31 | [licecap](https://github.com/justinfrankel/licecap) | LICEcap simple animated screen capture tool for Windows and OS X | +| 1742 | 255 | 17 | [nginx-push-stream-module](https://github.com/wandenberg/nginx-push-stream-module) | A pure stream http push technology for your Nginx setup. Comet made easy and really scalable. | +| 1742 | 169 | 109 | [clink](https://github.com/mridgers/clink) | Bash's powerful command line editing in cmd.exe | +| 1739 | 916 | 358 | [collectd](https://github.com/collectd/collectd) | The system statistics collection daemon. Please send Pull Requests here! | +| 1734 | 153 | 52 | [lastpass-cli](https://github.com/lastpass/lastpass-cli) | LastPass command line interface tool | +| 1705 | 225 | 6 | [seL4](https://github.com/seL4/seL4) | The seL4 microkernel | +| 1670 | 75 | 9 | [i3](https://github.com/Airblader/i3) | i3-gaps – i3 with more features (forked from https://github.com/i3/i3) | +| 1669 | 460 | 2 | [dSYMTools](https://github.com/answer-huang/dSYMTools) | dSYM analyze | +| 1664 | 582 | 183 | [ModSecurity](https://github.com/SpiderLabs/ModSecurity) | ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence. | +| 1664 | 1110 | 5 | [Tinyhttpd](https://github.com/EZLippi/Tinyhttpd) | tinyhttpd 是一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。 | +| 1661 | 1759 | 51 | [Windows-driver-samples](https://github.com/Microsoft/Windows-driver-samples) | This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples. | +| 1659 | 348 | 129 | [yajl](https://github.com/lloyd/yajl) | A fast streaming JSON parsing library in C. | +| 1657 | 386 | 41 | [GloVe](https://github.com/stanfordnlp/GloVe) | GloVe model for distributed word representation | +| 1655 | 304 | 901 | [fontforge](https://github.com/fontforge/fontforge) | Free (libre) font editor for Windows, Mac OS X and GNU+Linux | +| 1648 | 262 | 55 | [Broadway](https://github.com/mbebenita/Broadway) | A JavaScript H.264 decoder. | +| 1644 | 445 | 10 | [dumpdecrypted](https://github.com/stefanesser/dumpdecrypted) | Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption. | +| 1640 | 149 | 2 | [keen](https://github.com/keendreams/keen) | Keen Dreams on Greenlight! | +| 1638 | 275 | 38 | [tidy-html5](https://github.com/htacg/tidy-html5) | The granddaddy of HTML tools, with support for modern standards | +| 1624 | 493 | 255 | [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) | A cross-platform protocol library to communicate with iOS devices | +| 1623 | 463 | 3 | [public-pentesting-reports](https://github.com/juliocesarfort/public-pentesting-reports) | Curated list of public penetration test reports released by several consulting firms and academic security groups | +| 1621 | 853 | 0 | [nginx-releases](https://github.com/nginx/nginx-releases) | * NOTE: This repository has been retired *. Complete (unofficial) history of nginx releases. Please note that this repository is unofficial and pull requests have no chance of being merged. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html. | +| 1619 | 337 | 533 | [hexchat](https://github.com/hexchat/hexchat) | GTK+ IRC client - | +| 1617 | 110 | 12 | [u2f-zero](https://github.com/conorpp/u2f-zero) | U2F USB token optimized for physical security, affordability, and style | +| 1613 | 645 | 27 | [ejoy2d](https://github.com/ejoy/ejoy2d) | A 2D Graphics Engine for Mobile Game | +| 1606 | 148 | 12 | [xxHash](https://github.com/Cyan4973/xxHash) | Extremely fast non-cryptographic hash algorithm | +| 1606 | 138 | 2 | [tcpkali](https://github.com/machinezone/tcpkali) | Fast multi-core TCP and WebSockets load generator. | +| 1605 | 575 | 207 | [WizQTClient](https://github.com/WizTeam/WizQTClient) | 为知笔记跨平台客户端 | +| 1592 | 226 | 109 | [irssi](https://github.com/irssi/irssi) | The client of the future | +| 1568 | 509 | 23 | [thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | hydra | +| 1565 | 813 | 2 | [CMake](https://github.com/Kitware/CMake) | Mirror of CMake upstream repository | +| 1562 | 213 | 15 | [statsite](https://github.com/statsite/statsite) | C implementation of statsd | +| 1560 | 476 | 27 | [httpd](https://github.com/apache/httpd) | Mirror of Apache HTTP Server | +| 1548 | 83 | 9 | [tini](https://github.com/krallin/tini) | A tiny but valid `init` for containers | +| 1546 | 2398 | 167 | [qmk_firmware](https://github.com/qmk/qmk_firmware) | keyboard controller firmware for Atmel AVR and ARM USB families | +| 1542 | 218 | 116 | [ctags](https://github.com/universal-ctags/ctags) | A maintained ctags implementation | +| 1542 | 304 | 47 | [sundown](https://github.com/vmg/sundown) | Standards compliant, fast, secure markdown processing library in C | +| 1533 | 351 | 86 | [small-video-record](https://github.com/mabeijianxi/small-video-record) | 利用FFmpeg视频录制微信小视频与其压缩处理 | +| 1525 | 227 | 46 | [qira](https://github.com/BinaryAnalysisPlatform/qira) | QEMU Interactive Runtime Analyser | +| 1517 | 128 | 41 | [libvips](https://github.com/jcupitt/libvips) | A fast image processing library with low memory needs. | +| 1513 | 122 | 34 | [sophia](https://github.com/pmwkaa/sophia) | Modern transactional key-value/row storage library. | +| 1505 | 190 | 38 | [upx](https://github.com/upx/upx) | UPX - the Ultimate Packer for eXecutables | +| 1504 | 353 | 6 | [libphenom](https://github.com/facebook/libphenom) | An eventing framework for building high performance and high scalability systems in C. | +| 1498 | 419 | 45 | [jansson](https://github.com/akheron/jansson) | C library for encoding, decoding and manipulating JSON data | +| 1498 | 258 | 1 | [tbox](https://github.com/tboox/tbox) | :package: A glib-like multi-platform c library | +| 1489 | 292 | 18 | [aerospike-server](https://github.com/aerospike/aerospike-server) | Aerospike Database Server – flash-optimized, in-memory, nosql database | +| 1479 | 562 | 21 | [tsar](https://github.com/alibaba/tsar) | Taobao System Activity Reporter | +| 1477 | 43 | 11 | [miller](https://github.com/johnkerl/miller) | Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON | +| 1473 | 382 | 69 | [coturn](https://github.com/coturn/coturn) | coturn TURN server project | +| 1471 | 945 | 285 | [openwrt](https://github.com/openwrt/openwrt) | Linux distribution for embedded devices | +| 1461 | 229 | 30 | [jsmpeg-vnc](https://github.com/phoboslab/jsmpeg-vnc) | A low latency, high framerate screen sharing server for Windows and client for browsers | +| 1451 | 71 | 0 | [db_tutorial](https://github.com/cstack/db_tutorial) | Writing a sqlite clone from scratch in C | +| 1449 | 169 | 11 | [Collections-C](https://github.com/srdja/Collections-C) | A library of generic data structures. | +| 1449 | 390 | 27 | [flashcache](https://github.com/facebookarchive/flashcache) | A general purpose, write-back block cache for Linux. | +| 1441 | 129 | 95 | [pipelinedb](https://github.com/pipelinedb/pipelinedb) | SQL on streams, backed by PostgreSQL | +| 1440 | 338 | 3 | [ip2region](https://github.com/lionsoul2014/ip2region) | 准确率99.9%的ip地址定位库,0.0x毫秒级查询,数据库文件大小只有1.5M,提供了java,php,c,python,nodejs,golang查询绑定和Binary,B树,内存三种查询算法,妈妈再也不用担心我的ip地址定位! | +| 1433 | 546 | 307 | [sl4a](https://github.com/damonkohler/sl4a) | SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. | +| 1430 | 860 | 680 | [RIOT](https://github.com/RIOT-OS/RIOT) | RIOT - The friendly OS for IoT | +| 1426 | 505 | 225 | [openwebrtc](https://github.com/EricssonResearch/openwebrtc) | A cross-platform WebRTC client framework based on GStreamer | +| 1425 | 277 | 20 | [pianobar](https://github.com/PromyLOPh/pianobar) | Console-based pandora.com player | +| 1407 | 903 | 8 | [gcc](https://github.com/gcc-mirror/gcc) | None | +| 1404 | 577 | 41 | [janus-gateway](https://github.com/meetecho/janus-gateway) | Janus WebRTC Gateway | +| 1403 | 135 | 45 | [sslh](https://github.com/yrutschle/sslh) | Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) | +| 1397 | 1483 | 2 | [qemu](https://github.com/qemu/qemu) | Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. | +| 1395 | 206 | 66 | [ffi](https://github.com/ffi/ffi) | Ruby FFI | +| 1394 | 194 | 71 | [stud](https://github.com/bumptech/stud) | The Scalable TLS Unwrapping Daemon | +| 1386 | 322 | 188 | [unicorn](https://github.com/unicorn-engine/unicorn) | Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, X86) | +| 1385 | 396 | 19 | [darktable](https://github.com/darktable-org/darktable) | darktable is an open source photography workflow application and raw developer | +| 1383 | 964 | 7 | [ovs](https://github.com/openvswitch/ovs) | Open vSwitch | +| 1369 | 50 | 16 | [sudo-touchid](https://github.com/mattrajca/sudo-touchid) | A fork of `sudo` with Touch ID support. | +| 1369 | 132 | 10 | [lzfse](https://github.com/lzfse/lzfse) | LZFSE compression library and command line tool | +| 1365 | 255 | 57 | [cucumber](https://github.com/cucumber/cucumber) | Cucumber monorepo - polyglot home for Cucumber building blocks | +| 1363 | 686 | 149 | [librdkafka](https://github.com/edenhill/librdkafka) | The Apache Kafka C/C++ library | +| 1346 | 121 | 102 | [urbit](https://github.com/urbit/urbit) | An operating function | +| 1336 | 513 | 14 | [TheFatRat](https://github.com/Screetsec/TheFatRat) | Thefatrat a massive exploiting tool revealed >> An easy tool to generate backdoor and easy tool to post exploitation attack like browser attack,dll . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV software protection . | +| 1334 | 578 | 3 | [libwebsockets](https://github.com/warmcat/libwebsockets) | canonical libwebsockets.org websocket library | +| 1333 | 493 | 43 | [stlink](https://github.com/texane/stlink) | stm32 discovery line linux programmer | +| 1332 | 136 | 29 | [magma](https://github.com/lavabit/magma) | The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development. | +| 1325 | 591 | 8 | [iphone-private-frameworks](https://github.com/kennytm/iphone-private-frameworks) | Headers for private frameworks or undocumented interfaces of iPhoneOS 3.x or before (4.x is not supported yet). | +| 1313 | 554 | 184 | [glusterfs](https://github.com/gluster/glusterfs) | Gluster Filesystem - (this is only a public mirror, see the README for contributing) | +| 1306 | 156 | 10 | [iOS-Hierarchy-Viewer](https://github.com/glock45/iOS-Hierarchy-Viewer) | iOS Hierarchy viewer - View and Coredata debugging made easy | +| 1298 | 315 | 9 | [pocketsphinx](https://github.com/cmusphinx/pocketsphinx) | PocketSphinx is a lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop | +| 1293 | 611 | 5 | [xv6-public](https://github.com/mit-pdos/xv6-public) | xv6 OS | +| 1291 | 1100 | 41 | [ShadowVPN](https://github.com/clowwindy/ShadowVPN) | Removed according to regulations. | +| 1290 | 60 | 22 | [extension](https://github.com/php-ds/extension) | An extension providing efficient data structures for PHP 7 | +| 1284 | 169 | 29 | [onion](https://github.com/davidmoreno/onion) | C library to create simple HTTP servers and Web Applications. | +| 1282 | 370 | 49 | [iperf](https://github.com/esnet/iperf) | iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool | +| 1276 | 378 | 9 | [word2vec](https://github.com/danielfrg/word2vec) | Python interface to Google word2vec | +| 1274 | 388 | 209 | [JohnTheRipper](https://github.com/magnumripper/JohnTheRipper) | This is the official repo for the Jumbo version of John the Ripper. The "bleeding-jumbo" branch (default) is based on 1.8.0-Jumbo-1 (but we are literally several thousands of commits ahead of it). | +| 1273 | 165 | 29 | [picoc](https://github.com/zsaleeba/picoc) | A very small C interpreter | +| 1270 | 148 | 5 | [mpc](https://github.com/orangeduck/mpc) | A Parser Combinator library for C | +| 1268 | 140 | 203 | [compton](https://github.com/chjj/compton) | A compositor for X11. | +| 1264 | 1186 | 529 | [mbed-os](https://github.com/ARMmbed/mbed-os) | ARM mbed OS is a platform operating system designed for the internet of things | +| 1261 | 180 | 60 | [bypass](https://github.com/Uncodin/bypass) | Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS. | +| 1256 | 143 | 5 | [webgl-noise](https://github.com/ashima/webgl-noise) | Procedural Noise Shader Routines compatible with WebGL | +| 1253 | 352 | 16 | [phptrace](https://github.com/Qihoo360/phptrace) | A tracing and troubleshooting tool for PHP scripts. | +| 1252 | 103 | 5 | [Raphters](https://github.com/danielwaterworth/Raphters) | [DEPRECATED] A web framework for C. | +| 1250 | 270 | 43 | [esp8266-wiki](https://github.com/esp8266/esp8266-wiki) | None | +| 1242 | 179 | 56 | [mongrel2](https://github.com/mongrel2/mongrel2) | The Mongrel2 Web Server Project | +| 1241 | 152 | 56 | [yajl-ruby](https://github.com/brianmario/yajl-ruby) | A streaming JSON parsing and encoding library for Ruby (C bindings to yajl) | +| 1241 | 42 | 9 | [herebedragons](https://github.com/kosua20/herebedragons) | A basic 3D scene implemented with various engines, frameworks or APIs. | +| 1239 | 418 | 226 | [write-ups-2016](https://github.com/ctfs/write-ups-2016) | Wiki-like CTF write-ups repository, maintained by the community. 2016 | +| 1237 | 96 | 1 | [yojimbo](https://github.com/networkprotocol/yojimbo) | A network library for client/server games with dedicated servers | +| 1236 | 243 | 18 | [Luma3DS](https://github.com/AuroraWright/Luma3DS) | Noob-proof (N)3DS "Custom Firmware" | +| 1235 | 121 | 48 | [bottledwater-pg](https://github.com/confluentinc/bottledwater-pg) | Change data capture from PostgreSQL into Kafka | +| 1224 | 85 | 23 | [Pux](https://github.com/c9s/Pux) | Pux is a fast PHP Router and includes out-of-box controller tools | +| 1218 | 186 | 32 | [bcrypt-ruby](https://github.com/codahale/bcrypt-ruby) | bcrypt-ruby is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm, allowing you to easily store a secure hash of your users' passwords. | +| 1211 | 276 | 88 | [nginx_tcp_proxy_module](https://github.com/yaoweibin/nginx_tcp_proxy_module) | add the feature of tcp proxy with nginx, with health check and status monitor | +| 1211 | 1087 | 33 | [json-tutorial](https://github.com/miloyip/json-tutorial) | 从零开始的 JSON 库教程 | +| 1209 | 93 | 33 | [checkedc](https://github.com/Microsoft/checkedc) | Checked C is an extension of C that adds bounds checking to C. This repo contains the specification for the extension, test code, and samples. | +| 1209 | 205 | 49 | [inotify-tools](https://github.com/rvoicilas/inotify-tools) | inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. | +| 1208 | 641 | 599 | [data.table](https://github.com/Rdatatable/data.table) | R's data.table package extends data.frame: | +| 1208 | 191 | 75 | [shoes](https://github.com/shoes/shoes) | a tiny graphical app kit for ruby | +| 1207 | 72 | 5 | [FastestWebsiteEver](https://github.com/diracdeltas/FastestWebsiteEver) | ultrafast single TCP packet audio/visual experience | +| 1206 | 373 | 102 | [Espruino](https://github.com/espruino/Espruino) | The Espruino JavaScript interpreter - Official Repo | +| 1206 | 557 | 278 | [esp-idf](https://github.com/espressif/esp-idf) | Espressif IoT Development Framework. Official development framework for ESP32. | +| 1205 | 188 | 21 | [proxychains](https://github.com/haad/proxychains) | proxychains - a tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP. | +| 1199 | 158 | 10 | [fatcache](https://github.com/twitter/fatcache) | Memcache on SSD | +| 1197 | 96 | 36 | [hitch](https://github.com/varnish/hitch) | A scalable TLS proxy by Varnish Software. | +| 1187 | 161 | 11 | [ck](https://github.com/concurrencykit/ck) | Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems. | +| 1180 | 122 | 0 | [tinyvm](https://github.com/jakogut/tinyvm) | TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C. | +| 1179 | 235 | 27 | [mongoose-os](https://github.com/cesanta/mongoose-os) | Mongoose OS - an open source Operating System for Internet of Things. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4. Amazon AWS IoT & Google IoT Core integrated. Code in C or JavaScript. | +| 1178 | 728 | 71 | [userland](https://github.com/raspberrypi/userland) | Source code for ARM side libraries for interfacing to Raspberry Pi GPU. | +| 1172 | 229 | 194 | [transmission](https://github.com/transmission/transmission) | Official Transmission BitTorrent client repository | +| 1171 | 265 | 904 | [MOTHBALLED-graphviz](https://github.com/ellson/MOTHBALLED-graphviz) | Moved to https://gitlab.com/graphviz/graphviz | +| 1171 | 65 | 5 | [tinyheaders](https://github.com/RandyGaul/tinyheaders) | Collection of one-file C/C++ libraries with no dependencies, primarily used for games | +| 1168 | 158 | 23 | [clumsy](https://github.com/jagt/clumsy) | clumsy makes your network condition on Windows significantly worse, but in a controlled and interactive manner. | +| 1165 | 100 | 12 | [gifsicle](https://github.com/kohler/gifsicle) | Create, manipulate, and optimize GIF images and animations | +| 1163 | 97 | 5 | [bjoern](https://github.com/jonashaag/bjoern) | A screamingly fast Python 2/3 WSGI server written in C. | +| 1161 | 301 | 40 | [DBProxy](https://github.com/Meituan-Dianping/DBProxy) | None | +| 1145 | 597 | 15 | [json-c](https://github.com/json-c/json-c) | https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. | +| 1140 | 549 | 14 | [cJSON](https://github.com/DaveGamble/cJSON) | Ultralightweight JSON parser in ANSI C | +| 1131 | 47 | 8 | [kitty](https://github.com/kovidgoyal/kitty) | A modern, hackable, featureful, OpenGL based terminal emulator | +| 1130 | 233 | 35 | [polipo](https://github.com/jech/polipo) | The Polipo caching HTTP proxy | +| 1127 | 557 | 12 | [tvheadend](https://github.com/tvheadend/tvheadend) | Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV,SAT>IP and other formats through the unix pipe as input sources. | +| 1126 | 321 | 28 | [keepalived](https://github.com/acassen/keepalived) | Keepalived | +| 1125 | 226 | 49 | [sniproxy](https://github.com/dlundquist/sniproxy) | Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session. | +| 1124 | 91 | 10 | [termbox](https://github.com/nsf/termbox) | Library for writing text-based user interfaces | +| 1120 | 70 | 22 | [xcape](https://github.com/alols/xcape) | Linux utility to configure modifier keys to act as other keys when pressed and released on their own. | +| 1116 | 1804 | 17 | [Libevent](https://github.com/nmathewson/Libevent) | Nick's public libevent repository. The official repository is at git://levent.git.sourceforge.net/gitroot/levent/libevent | +| 1116 | 556 | 9 | [ZBar](https://github.com/ZBar/ZBar) | Clone of the mercurial repository http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar | +| 1112 | 424 | 2 | [lua](https://github.com/LuaDist/lua) | The Lua programming language with CMake based build | +| 1110 | 283 | 15 | [uthash](https://github.com/troydhanson/uthash) | C macros for hash tables and more | +| 1110 | 87 | 23 | [brubeck](https://github.com/github/brubeck) | A Statsd-compatible metrics aggregator | +| 1109 | 669 | 388 | [mbedtls](https://github.com/ARMmbed/mbedtls) | An open source, portable, easy to use, readable and flexible SSL library | +| 1108 | 689 | 111 | [zlib](https://github.com/madler/zlib) | A massively spiffy yet delicately unobtrusive compression library. | +| 1108 | 185 | 117 | [VeraCrypt](https://github.com/veracrypt/VeraCrypt) | Disk encryption with strong security based on TrueCrypt | +| 1104 | 230 | 245 | [AdAway](https://github.com/AdAway/AdAway) | AdAway is an open source ad blocker for Android using the hosts file. | +| 1099 | 280 | 18 | [dnspod-sr](https://github.com/DNSPod/dnspod-sr) | A faster recursive dns server from DNSPod | +| 1095 | 191 | 85 | [curb](https://github.com/taf2/curb) | Ruby bindings for libcurl | +| 1094 | 246 | 58 | [ImageMagick](https://github.com/ImageMagick/ImageMagick) | ImageMagick | +| 1093 | 292 | 21 | [passivedns](https://github.com/gamelinux/passivedns) | A network sniffer that logs all DNS server replies for use in a passive DNS setup | +| 1089 | 420 | 64 | [redsocks](https://github.com/darkk/redsocks) | transparent redirector of any TCP connection to proxy | +| 1088 | 530 | 42 | [simplest_ffmpeg_mobile](https://github.com/leixiaohua1020/simplest_ffmpeg_mobile) | ffmpeg examples in Android / IOS / WinPhone | +| 1086 | 789 | 39 | [rt-thread](https://github.com/RT-Thread/rt-thread) | RT-Thread is an open source real-time operating system for embedded devices from China. | +| 1082 | 104 | 59 | [libpostal](https://github.com/openvenues/libpostal) | A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data. | +| 1081 | 309 | 0 | [lua](https://github.com/lua/lua) | The Lua repo, as seen by the Lua team. Mirrored irregularly | +| 1080 | 214 | 6 | [swift-corelibs-libdispatch](https://github.com/apple/swift-corelibs-libdispatch) | The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware | +| 1080 | 767 | 264 | [Xiaomi_Kernel_OpenSource](https://github.com/MiCode/Xiaomi_Kernel_OpenSource) | Xiaomi kernel OpenSource:cancro-kk-oss(contain MI 3W, MI 3C, MI 4 series, MI NOTE), armani-jb-oss(H1S), dior-kk-oss(HM-NOTE-LTE), ferrari-l-oss(Xiaomi 4i), thmoas-kk-oss(HM2 LTE),libra-l-oss(Xiaomi 4c,Xiaomi 4s and Xiaomi NotePro),kenzo-l-oss(HM Note3),ido-l-oss(Redme 3 and Redmi 2 android L),gucci-kk-oss(HM Note dual SIM version),pisces-kk-oss(MI 3TD),gemini-m-oss(Mi 5),hydrogen-m-oss(Mi Max),mocha-kk-oss(Mi Pad),latte-l-oss(Mi Pad2),land-m-oss(Redmi 3S),markw-m-oss(Redmi 4),scorpio-m-oss(Mi 5/5s/5s Plus/Note2 and MIX),mido-m-oss(Redmi Note4X) | +| 1078 | 95 | 36 | [wrk2](https://github.com/giltene/wrk2) | A constant throughput, correct latency recording variant of wrk | +| 1075 | 1395 | 29 | [samples](https://github.com/ms-iot/samples) | Windows 10 IoT Core Samples | +| 1071 | 192 | 10 | [f-stack](https://github.com/F-Stack/f-stack) | F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API. | +| 1069 | 136 | 49 | [v7](https://github.com/cesanta/v7) | Embedded JavaScript engine for C/C++ | +| 1068 | 123 | 235 | [flatpak](https://github.com/flatpak/flatpak) | Linux application sandboxing and distribution framework (formerly xdg-app) | +| 1068 | 696 | 94 | [Superuser](https://github.com/koush/Superuser) | None | +| 1066 | 64 | 39 | [pg_shard](https://github.com/citusdata/pg_shard) | ATTENTION: pg_shard is superseded by Citus, its more powerful replacement | +| 1065 | 51 | 19 | [unit](https://github.com/nginx/unit) | An official read-only mirror of http://hg.nginx.org/unit/ | +| 1060 | 174 | 417 | [weechat](https://github.com/weechat/weechat) | The extensible chat client. | +| 1060 | 308 | 59 | [fbtft](https://github.com/notro/fbtft) | Linux Framebuffer drivers for small TFT LCD display modules | +| 1060 | 181 | 14 | [wiredtiger](https://github.com/wiredtiger/wiredtiger) | WiredTiger's source tree | +| 1055 | 273 | 5 | [mptun](https://github.com/cloudwu/mptun) | Multi-path Tunnel | +| 1054 | 293 | 63 | [esp-link](https://github.com/jeelabs/esp-link) | esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer | +| 1053 | 265 | 15 | [sysbench](https://github.com/akopytov/sysbench) | Scriptable database and system performance benchmark | +| 1052 | 223 | 29 | [Chipmunk2D](https://github.com/slembcke/Chipmunk2D) | A fast and lightweight 2D game physics library. | +| 1050 | 22 | 41 | [tectonic](https://github.com/tectonic-typesetting/tectonic) | A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive. | +| 1050 | 409 | 28 | [inception](https://github.com/mysql-inception/inception) | 一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具 | +| 1049 | 102 | 18 | [sshfs](https://github.com/libfuse/sshfs) | A network filesystem client to connect to SSH servers | +| 1047 | 231 | 21 | [panda](https://github.com/panda-re/panda) | Platform for Architecture-Neutral Dynamic Analysis | +| 1045 | 141 | 96 | [Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs) | The Vulkan API Specification and related tools | +| 1040 | 397 | 5 | [reading-code-of-nginx-1.9.2](https://github.com/y123456yz/reading-code-of-nginx-1.9.2) | nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,持续更新 | +| 1040 | 469 | 209 | [bfgminer](https://github.com/luke-jr/bfgminer) | Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities. | +| 1040 | 438 | 216 | [mosquitto](https://github.com/eclipse/mosquitto) | Eclipse Mosquitto | +| 1034 | 249 | 66 | [rhodes](https://github.com/rhomobile/rhodes) | The Rhodes framework is a platform for building locally executing, device-optimized mobile applications for all major smartphone devices. | +| 1033 | 112 | 16 | [hyperkit](https://github.com/moby/hyperkit) | A toolkit for embedding hypervisor capabilities in your application | +| 1032 | 447 | 7 | [QrCodeScan](https://github.com/chentao0707/QrCodeScan) | Android手机客户端二维码扫描 | +| 1029 | 326 | 122 | [sleuthkit](https://github.com/sleuthkit/sleuthkit) | The Sleuth Kit® (TSK) is a library and collection of command line digital forensics tools that allow you to investigate volume and file system data. The library can be incorporated into larger digital forensics tools and the command line tools can be directly used to find evidence. | +| 1026 | 334 | 592 | [geany](https://github.com/geany/geany) | A fast and lightweight IDE | +| 1025 | 77 | 5 | [myhtml](https://github.com/lexborisov/myhtml) | Fast C/C++ HTML 5 Parser. Using threads. | +| 1024 | 48 | 92 | [stronglink](https://github.com/btrask/stronglink) | A searchable, syncable, content-addressable notetaking system | +| 1022 | 64 | 28 | [perftools.rb](https://github.com/tmm1/perftools.rb) | gperftools for ruby code | +| 1020 | 209 | 89 | [LuaJIT](https://github.com/LuaJIT/LuaJIT) | Mirror of the LuaJIT git repository | +| 1019 | 464 | 0 | [wireshark](https://github.com/wireshark/wireshark) | Read-only mirror of Wireshark's Git repository. GitHub won't let us disable pull requests. ☞ THEY WILL BE IGNORED HERE ☜ Please upload them at https://code.wireshark.org/review/ . | +| 1018 | 244 | 30 | [lk](https://github.com/littlekernel/lk) | LK embedded kernel | +| 1016 | 179 | 16 | [iProxy](https://github.com/tcurdt/iProxy) | Let's you connect your laptop to the iPhone to surf the web. | +| 1016 | 46 | 14 | [ctypes.sh](https://github.com/taviso/ctypes.sh) | A foreign function interface for bash. | +| 1013 | 266 | 41 | [PLCameraStreamingKit](https://github.com/pili-engineering/PLCameraStreamingKit) | PLCameraStreamingKit 是 Pili 直播 SDK 的 iOS 推流端,是带有采集模块老版本 SDK。如果是新用户接入,建议使用 PLMediaStreamingKit。该版本支持 RTMP 推流,h.264 和 AAC 编码,硬编软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。 | +| 1010 | 61 | 0 | [netcode.io](https://github.com/networkprotocol/netcode.io) | A simple protocol for secure client/server connections over UDP | +| 1009 | 71 | 9 | [pigz](https://github.com/madler/pigz) | A parallel implementation of gzip for modern multi-processor, multi-core machines. | +| 1004 | 40 | 7 | [Nintendo_Switch_Reverse_Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering) | A look at inner workings of Joycon and Nintendo Switch | +| 994 | 551 | 81 | [libusb](https://github.com/libusb/libusb) | A cross-platform library to access USB devices | +| 993 | 138 | 49 | [megatools](https://github.com/megous/megatools) | Open-source command line tools and C library (libmega) for accessing Mega.co.nz cloud storage. | +| 988 | 472 | 165 | [hidapi](https://github.com/signal11/hidapi) | A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows. | +| 983 | 239 | 96 | [pygit2](https://github.com/libgit2/pygit2) | Python bindings for libgit2 | +| 978 | 75 | 30 | [goxel](https://github.com/guillaumechereau/goxel) | Goxel: Free and Open Source 3D Voxel Editor | +| 977 | 41 | 16 | [lily](https://github.com/FascinatedBox/lily) | An interpreted language with a focus on expressiveness and type safety | +| 976 | 81 | 3 | [bloomd](https://github.com/armon/bloomd) | C network daemon for bloom filters | +| 966 | 417 | 39 | [pbc](https://github.com/cloudwu/pbc) | A protocol buffers library for C | +| 965 | 258 | 0 | [30dayMakeOS](https://github.com/yourtion/30dayMakeOS) | 《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程 | +| 965 | 168 | 159 | [firejail](https://github.com/netblue30/firejail) | Linux namespaces and seccomp-bpf sandbox | +| 964 | 823 | 80 | [source](https://github.com/lede-project/source) | Mirror of https://git.lede-project.org/?p=source.git Please send your PRs against this tree. They will be merged via staging trees and appear in this tree once the staging trees get merged back into source.git | +| 964 | 170 | 8 | [jsos](https://github.com/charliesome/jsos) | An operating system written in JavaScript | +| 963 | 295 | 4 | [c-algorithms](https://github.com/fragglet/c-algorithms) | A library of common data structures and algorithms written in C. | +| 963 | 295 | 28 | [yar](https://github.com/laruence/yar) | Light, concurrent RPC framework for PHP & C | +| 959 | 270 | 32 | [fftw3](https://github.com/FFTW/fftw3) | This is the official repository for the FFTW Fourier transform library, version 3.x | +| 959 | 468 | 25 | [LVS](https://github.com/alibaba/LVS) | A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY. | +| 956 | 650 | 677 | [Team-Win-Recovery-Project](https://github.com/TeamWin/Team-Win-Recovery-Project) | Core recovery files for the Team Win Recovery Project (T.W.R.P) - this is not up to date, please see https://github.com/omnirom/android_bootable_recovery/ | +| 956 | 344 | 0 | [UACME](https://github.com/hfiref0x/UACME) | Defeating Windows User Account Control | +| 954 | 482 | 94 | [vlfeat](https://github.com/vlfeat/vlfeat) | An open library of computer vision algorithms | +| 953 | 87 | 30 | [cstore_fdw](https://github.com/citusdata/cstore_fdw) | Columnar store for analytics with Postgres, developed by Citus Data. Check out the mailing list at https://groups.google.com/forum/#!forum/cstore-users or join our slack channel at https://slack.citusdata.com | +| 951 | 98 | 15 | [fb-adb](https://github.com/facebook/fb-adb) | A better shell for Android devices | +| 951 | 20 | 6 | [athame](https://github.com/ardagnir/athame) | Full vim for your shell (bash, zsh, gdb, python, etc) | +| 951 | 292 | 31 | [libfuse](https://github.com/libfuse/libfuse) | The reference implementation of the Linux FUSE (Filesystem in Userspace) interface | +| 949 | 306 | 25 | [audacity](https://github.com/audacity/audacity) | Audio Editor : : : : developer list at : : https://lists.sourceforge.net/lists/listinfo/audacity-devel | +| 948 | 113 | 68 | [dunst](https://github.com/dunst-project/dunst) | lightweight and customizable notification daemon | +| 945 | 277 | 64 | [ettercap](https://github.com/Ettercap/ettercap) | Ettercap Project | +| 936 | 474 | 53 | [AndroidFFmpeg](https://github.com/appunite/AndroidFFmpeg) | FFmpeg build for android random architectures with example jni | +| 934 | 88 | 5 | [sha1collisiondetection](https://github.com/cr-marcstevens/sha1collisiondetection) | Library and command line tool to detect SHA-1 collision in a file | +| 934 | 227 | 1 | [Varnish-Cache](https://github.com/varnish/Varnish-Cache) | Moved. New address: https://github.com/varnishcache/varnish-cache/ | +| 933 | 71 | 29 | [msdfgen](https://github.com/Chlumsky/msdfgen) | Multi-channel signed distance field generator | +| 933 | 97 | 44 | [extempore](https://github.com/digego/extempore) | A cyber-physical programming environment | +| 931 | 118 | 50 | [haywire](https://github.com/haywire/haywire) | Haywire is an asynchronous HTTP server framework written in C that's built using the event loop based libuv platform layer that node.js is built on top of. | +| 931 | 270 | 27 | [nDPI](https://github.com/ntop/nDPI) | Open Source Deep Packet Inspection Software Toolkit | +| 925 | 174 | 16 | [NNPACK](https://github.com/Maratyszcza/NNPACK) | Acceleration package for neural networks on multi-core CPUs | +| 924 | 167 | 0 | [guacamole-server](https://github.com/glyptodon/guacamole-server) | The server-side, native components that form the Guacamole proxy. | +| 922 | 28 | 9 | [thinscript](https://github.com/evanw/thinscript) | A low-level programming language inspired by TypeScript | +| 921 | 29 | 3 | [rlite](https://github.com/seppo0010/rlite) | self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL. | +| 921 | 76 | 16 | [mon](https://github.com/tj/mon) | mon(1) - Simple single-process process monitoring program written in C | +| 919 | 613 | 67 | [dump1090](https://github.com/antirez/dump1090) | Dump1090 is a simple Mode S decoder for RTLSDR devices | +| 917 | 318 | 24 | [osmc](https://github.com/osmc/osmc) | OSMC (Open Source Media Center) is a free and open source media center distribution | +| 917 | 79 | 6 | [carp](https://github.com/tekknolagi/carp) | "interesting" VM in C. Let's see how this goes. | +| 916 | 157 | 18 | [moonlight-embedded](https://github.com/irtimmer/moonlight-embedded) | Gamestream client for embedded systems | +| 913 | 117 | 237 | [mgba](https://github.com/mgba-emu/mgba) | mGBA Game Boy Advance Emulator | +| 911 | 114 | 15 | [FUZIX](https://github.com/EtchedPixels/FUZIX) | FuzixOS: Because Small Is Beautiful | +| 906 | 432 | 35 | [ics-openvpn](https://github.com/schwabe/ics-openvpn) | OpenVPN for Android | +| 905 | 158 | 48 | [ZendOptimizerPlus](https://github.com/zendtech/ZendOptimizerPlus) | None | +| 903 | 119 | 70 | [i3blocks](https://github.com/vivien/i3blocks) | A flexible scheduler for your i3bar blocks | +| 901 | 70 | 5 | [greatest](https://github.com/silentbicycle/greatest) | A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed. | +| 897 | 174 | 13 | [sl](https://github.com/mtoyoda/sl) | SL(1): Cure your bad habit of mistyping | +| 897 | 197 | 249 | [Remmina](https://github.com/FreeRDP/Remmina) | The GTK+ Remmina Remote Desktop Client | +| 894 | 117 | 143 | [Bumblebee](https://github.com/Bumblebee-Project/Bumblebee) | Bumblebee daemon and client rewritten in C | +| 893 | 573 | 2 | [HP-Socket](https://github.com/ldcsaa/HP-Socket) | High Performance TCP/UDP Socket Component | +| 892 | 165 | 43 | [bdwgc](https://github.com/ivmai/bdwgc) | The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehmgc) | +| 892 | 179 | 6 | [pwnat](https://github.com/samyk/pwnat) | pwnat punches holes in firewalls and NATs allowing any numbers of clients behind NATs to directly connect to a server behind a different NAT using a newly developed technique with no 3rd party, port forwarding, DMZ or spoofing | +| 891 | 63 | 22 | [winfsp](https://github.com/billziss-gh/winfsp) | Windows File System Proxy - FUSE for Windows | +| 887 | 136 | 4 | [zsh](https://github.com/zsh-users/zsh) | Mirror of the Z shell source code repository. | +| 887 | 70 | 6 | [FastCoding](https://github.com/nicklockwood/FastCoding) | A faster and more flexible binary file format replacement for NSCoding, Property Lists and JSON | +| 886 | 280 | 35 | [glew](https://github.com/nigels-com/glew) | The OpenGL Extension Wrangler Library | +| 886 | 94 | 47 | [ejdb](https://github.com/Softmotions/ejdb) | EJDB — Embeddable JSON Database engine | +| 883 | 416 | 101 | [mraa](https://github.com/intel-iot-devkit/mraa) | Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more. | +| 882 | 61 | 3 | [wcc](https://github.com/endrazine/wcc) | The Witchcraft Compiler Collection | +| 882 | 110 | 7 | [dyad](https://github.com/rxi/dyad) | Asynchronous networking for C | +| 881 | 132 | 14 | [PF_RING](https://github.com/ntop/PF_RING) | High-speed packet processing framework | +| 880 | 145 | 1 | [git-scripts](https://github.com/jwiegley/git-scripts) | A bunch of random scripts I've either written, downloaded or clipped from #git. | +| 878 | 254 | 39 | [enet](https://github.com/lsalzman/enet) | ENet reliable UDP networking library | +| 877 | 189 | 46 | [sslsplit](https://github.com/droe/sslsplit) | Transparent SSL/TLS interception | +| 875 | 183 | 131 | [shellinabox](https://github.com/shellinabox/shellinabox) | Unoffical Shell In A Box fork | +| 875 | 336 | 1 | [coroutine](https://github.com/cloudwu/coroutine) | A asymmetric coroutine library for C. | +| 874 | 472 | 35 | [android-eye](https://github.com/Teaonly/android-eye) | Change your android phone to surveillance camera | +| 872 | 192 | 76 | [linux](https://github.com/dtrace4linux/linux) | dtrace for linux - kernel driver and userland tools | +| 867 | 190 | 3 | [honggfuzz](https://github.com/google/honggfuzz) | Security oriented fuzzer with powerful analysis options. Supports evolutionary, feedback-driven fuzzing based on code coverage (software- and hardware-based) | +| 867 | 45 | 43 | [node-chimera](https://github.com/deanmao/node-chimera) | A new kind of headless webkit integration for nodejs; a great alternative to phantomjs. | +| 867 | 29 | 1 | [nq](https://github.com/chneukirchen/nq) | Unix command line queue utility | +| 866 | 265 | 17 | [libqrencode](https://github.com/fukuchi/libqrencode) | A fast and compact QR Code encoding library | +| 866 | 170 | 19 | [repmgr](https://github.com/2ndQuadrant/repmgr) | The Most Popular Replication Manager for PostgreSQL (Postgres) | +| 862 | 307 | 1 | [Quake-2](https://github.com/id-Software/Quake-2) | Quake 2 GPL Source Release | +| 862 | 136 | 57 | [varnish-cache](https://github.com/varnishcache/varnish-cache) | Varnish Cache source code repository | +| 862 | 516 | 78 | [domoticz](https://github.com/domoticz/domoticz) | Open source Home Automation System | +| 857 | 226 | 50 | [jsmn](https://github.com/zserge/jsmn) | Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket | +| 855 | 74 | 18 | [meinheld](https://github.com/mopemope/meinheld) | meinheld is a high performance asynchronous WSGI Web Server (based on picoev) | +| 848 | 314 | 1 | [gaeproxy](https://github.com/madeye/gaeproxy) | GAEProxy for Android (Deprecated) | +| 848 | 221 | 0 | [gimp](https://github.com/GNOME/gimp) | GIMP (this is a mirror! Reports and patches: https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP) | +| 847 | 333 | 79 | [sigar](https://github.com/hyperic/sigar) | System Information Gatherer And Reporter | +| 844 | 68 | 44 | [libucl](https://github.com/vstakhov/libucl) | Universal configuration library parser | +| 843 | 65 | 11 | [reactos](https://github.com/reactos/reactos) | A free Windows-compatible Operating System | +| 843 | 134 | 25 | [bar](https://github.com/LemonBoy/bar) | A featherweight, lemon-scented, bar based on xcb | +| 841 | 448 | 54 | [FFMpeg](https://github.com/havlenapetr/FFMpeg) | this is port of ffmpeg for android (this is app, but in future i will do android lib from it and then system will be able to convert videos automatically) | +| 840 | 112 | 8 | [dablooms](https://github.com/bitly/dablooms) | scaling, counting, bloom filter library | +| 840 | 244 | 9 | [uvbook](https://github.com/nikhilm/uvbook) | An Introduction to libuv | +| 839 | 86 | 6 | [bashreduce](https://github.com/erikfrey/bashreduce) | mapreduce in bash | +| 836 | 38 | 56 | [librevault](https://github.com/Librevault/librevault) | Librevault - Peer-to-peer, decentralized and open source file sync. | +| 834 | 289 | 10 | [PushMeBaby](https://github.com/stefanhafeneger/PushMeBaby) | iOS Push Notification Debug App | +| 831 | 352 | 0 | [proxydroid](https://github.com/madeye/proxydroid) | Global Proxy for Android | +| 831 | 137 | 5 | [PS4-SDK](https://github.com/CTurt/PS4-SDK) | Open source PS4 SDK | +| 830 | 257 | 92 | [libffi](https://github.com/libffi/libffi) | A portable foreign-function interface library. | +| 830 | 71 | 35 | [bcwc_pcie](https://github.com/patjak/bcwc_pcie) | Reverse engineered Linux driver for the FacetimeHD (Broadcom 1570) PCIe webcam | +| 828 | 383 | 0 | [windows-kernel-exploits](https://github.com/SecWiki/windows-kernel-exploits) | windows-kernel-exploits Windows平台提权漏洞集合 | +| 826 | 105 | 884 | [drmemory](https://github.com/DynamoRIO/drmemory) | Memory Debugger for Windows, Linux, Mac, and Android | +| 825 | 323 | 0 | [linux-kernel-exploits](https://github.com/SecWiki/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | +| 823 | 282 | 1 | [OpenGL](https://github.com/McNopper/OpenGL) | OpenGL 3 and 4 with GLSL | | 819 | 45 | 2 | [swatd](https://github.com/defuse/swatd) | Run a script when one or more sensors fail. | -| 818 | 125 | 46 | [varnish-cache](https://github.com/varnishcache/varnish-cache) | Varnish Cache source code repository | -| 818 | 33 | 53 | [librevault](https://github.com/Librevault/librevault) | Librevault - Peer-to-peer, decentralized and open source file sync. | -| 817 | 239 | 9 | [uvbook](https://github.com/nikhilm/uvbook) | An Introduction to libuv | -| 816 | 194 | 84 | [rmagick](https://github.com/rmagick-temp/rmagick) | An interface to the ImageMagick and GraphicsMagick image processing libraries. | -| 816 | 547 | 1 | [HP-Socket](https://github.com/ldcsaa/HP-Socket) | High Performance TCP/UDP Socket Component | -| 813 | 55 | 12 | [netcat-cpi-kernel-module](https://github.com/usrbinnc/netcat-cpi-kernel-module) | Kernel module edition of the Cycles Per Instruction (2014) album. | -| 812 | 345 | 0 | [proxydroid](https://github.com/madeye/proxydroid) | Global Proxy for Android | -| 811 | 157 | 66 | [uzbl](https://github.com/uzbl/uzbl) | A web browser that adheres to the unix philosophy. | -| 808 | 244 | 90 | [libffi](https://github.com/libffi/libffi) | A portable foreign-function interface library. | -| 807 | 109 | 17 | [upb](https://github.com/google/upb) | small, fast parsers for the 21st century | -| 807 | 494 | 44 | [domoticz](https://github.com/domoticz/domoticz) | Open source Home Automation System | -| 804 | 214 | 6 | [flight](https://github.com/andybarry/flight) | Flight code for MIT CSAIL Robot Locomotion Group flying-through-forests project | -| 802 | 139 | 11 | [greenlet](https://github.com/python-greenlet/greenlet) | Lightweight in-process concurrent programming | -| 802 | 103 | 877 | [drmemory](https://github.com/DynamoRIO/drmemory) | Memory Debugger for Windows, Linux, Mac, and Android | -| 797 | 275 | 1 | [OpenGL](https://github.com/McNopper/OpenGL) | OpenGL 3 and 4 with GLSL | -| 794 | 163 | 63 | [autopy](https://github.com/msanders/autopy) | A simple, cross-platform GUI automation toolkit for Python. | -| 793 | 21 | 16 | [libsixel](https://github.com/saitoha/libsixel) | The new standard of SIXEL development | -| 792 | 132 | 8 | [twemcache](https://github.com/twitter/twemcache) | Twemcache is the Twitter Memcached | -| 790 | 103 | 22 | [GammaThingy](https://github.com/thomasfinch/GammaThingy) | Changes screen gamma on iOS, no jailbreak required | -| 788 | 28 | 17 | [density](https://github.com/centaurean/density) | Superfast compression library | -| 788 | 115 | 42 | [toxic](https://github.com/JFreegman/toxic) | An ncurses-based Tox client | -| 785 | 59 | 30 | [phpdbg](https://github.com/krakjoe/phpdbg) | The Interactive PHP Debugger | -| 785 | 51 | 33 | [traildb](https://github.com/traildb/traildb) | TrailDB is an efficient tool for storing and querying series of events | -| 783 | 189 | 2 | [WaxPatch](https://github.com/mmin18/WaxPatch) | Dynamically load a lua script to change the behavior of your iOS application. | -| 777 | 223 | 11 | [ffmpeg-avplayer-for-ios-tvos](https://github.com/iMoreApps/ffmpeg-avplayer-for-ios-tvos) | A tiny but powerful iOS and Apple TV OS av player framework that's based on the FFmpeg library. | -| 776 | 91 | 4 | [picohttpparser](https://github.com/h2o/picohttpparser) | tiny HTTP parser written in C (used in HTTP::Parser::XS et al.) | -| 774 | 73 | 4 | [pyuv](https://github.com/saghul/pyuv) | Python interface for libuv | -| 773 | 343 | 70 | [fio](https://github.com/axboe/fio) | Flexible I/O Tester | -| 768 | 570 | 65 | [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library) | Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from | -| 768 | 87 | 46 | [kona](https://github.com/kevinlawler/kona) | Open-source implementation of the K programming language | -| 768 | 58 | 4 | [inception](https://github.com/karthick18/inception) | Inception movie explained programmatically | -| 765 | 67 | 6 | [rdiscount](https://github.com/davidfstr/rdiscount) | Discount (For Ruby) Implementation of John Gruber's Markdown | -| 764 | 245 | 92 | [mtcp](https://github.com/eunyoung14/mtcp) | mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems | -| 761 | 62 | 7 | [sparkey](https://github.com/spotify/sparkey) | Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts. | -| 761 | 104 | 12 | [vmtouch](https://github.com/hoytech/vmtouch) | Portable file system cache diagnostics and control | -| 758 | 181 | 10 | [json-parser](https://github.com/udp/json-parser) | Very low footprint JSON parser written in portable ANSI C | -| 758 | 264 | 61 | [rtlwifi_new](https://github.com/lwfinger/rtlwifi_new) | A repo for the newest Realtek rtlwifi codes. | -| 758 | 338 | 22 | [adbi](https://github.com/crmulliner/adbi) | Android Dynamic Binary Instrumentation Toolkit | -| 758 | 262 | 35 | [ZipArchive](https://github.com/mattconnolly/ZipArchive) | zip archive processing for Cocoa - iPhone and OS X | -| 756 | 139 | 51 | [nginx-gridfs](https://github.com/mdirolf/nginx-gridfs) | Nginx module for serving files from MongoDB's GridFS | -| 756 | 82 | 17 | [kafkacat](https://github.com/edenhill/kafkacat) | Generic command line non-JVM Apache Kafka producer and consumer | -| 753 | 201 | 91 | [premake-core](https://github.com/premake/premake-core) | Premake | -| 751 | 223 | 21 | [RecordMyScreen](https://github.com/coolstar/RecordMyScreen) | Record the display even on non-jailbroken iPhones. | -| 750 | 51 | 75 | [planck](https://github.com/mfikes/planck) | Stand-alone ClojureScript REPL | -| 749 | 267 | 52 | [haproxy](https://github.com/haproxy/haproxy) | UNOFFICIAL fork of haproxy development repository - ISSUE REPORTS ARE IGNORED! | -| 749 | 203 | 15 | [kphp-kdb](https://github.com/vk-com/kphp-kdb) | VK-KittenPHP/DB/Engine suite | -| 747 | 99 | 22 | [ansicon](https://github.com/adoxa/ansicon) | Process ANSI escape sequences for Windows console programs. | -| 746 | 38 | 2 | [osx_app_in_plain_c](https://github.com/jimon/osx_app_in_plain_c) | A simple showcase how to create a simple OS X app in plain C without any Objective-C | -| 745 | 50 | 34 | [freshplayerplugin](https://github.com/i-rinat/freshplayerplugin) | ppapi2npapi compatibility layer | -| 743 | 49 | 56 | [hstr](https://github.com/dvorka/hstr) | Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history. | -| 742 | 314 | 0 | [slua](https://github.com/pangweiwei/slua) | Fastest lua binding via static code generating for Unity3D and mono. | -| 740 | 726 | 109 | [paparazzi](https://github.com/paparazzi/paparazzi) | Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository. | +| 819 | 109 | 18 | [upb](https://github.com/google/upb) | small, fast parsers for the 21st century | +| 818 | 95 | 5 | [nsjail](https://github.com/google/nsjail) | A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters (with help of the kafel bpf language) | +| 818 | 22 | 17 | [libsixel](https://github.com/saitoha/libsixel) | The new standard of SIXEL development | +| 816 | 158 | 68 | [uzbl](https://github.com/uzbl/uzbl) | A web browser that adheres to the unix philosophy. | +| 815 | 197 | 84 | [rmagick](https://github.com/rmagick-temp/rmagick) | An interface to the ImageMagick and GraphicsMagick image processing libraries. | +| 815 | 217 | 6 | [flight](https://github.com/andybarry/flight) | Flight code for MIT CSAIL Robot Locomotion Group flying-through-forests project | +| 812 | 141 | 12 | [greenlet](https://github.com/python-greenlet/greenlet) | Lightweight in-process concurrent programming | +| 811 | 55 | 12 | [netcat-cpi-kernel-module](https://github.com/usrbinnc/netcat-cpi-kernel-module) | Kernel module edition of the Cycles Per Instruction (2014) album. | +| 811 | 166 | 66 | [autopy](https://github.com/msanders/autopy) | A simple, cross-platform GUI automation toolkit for Python. | +| 809 | 358 | 69 | [fio](https://github.com/axboe/fio) | Flexible I/O Tester | +| 806 | 52 | 32 | [traildb](https://github.com/traildb/traildb) | TrailDB is an efficient tool for storing and querying series of events | +| 804 | 272 | 69 | [rtlwifi_new](https://github.com/lwfinger/rtlwifi_new) | A repo for the newest Realtek rtlwifi codes. | +| 799 | 135 | 8 | [twemcache](https://github.com/twitter/twemcache) | Twemcache is the Twitter Memcached | +| 799 | 112 | 7 | [ttyd](https://github.com/tsl0922/ttyd) | Share your terminal over the web | +| 795 | 73 | 3 | [pyuv](https://github.com/saghul/pyuv) | Python interface for libuv | +| 794 | 114 | 40 | [toxic](https://github.com/JFreegman/toxic) | An ncurses-based Tox client | +| 793 | 93 | 4 | [picohttpparser](https://github.com/h2o/picohttpparser) | tiny HTTP parser written in C (used in HTTP::Parser::XS et al.) | +| 792 | 103 | 21 | [GammaThingy](https://github.com/thomasfinch/GammaThingy) | Changes screen gamma on iOS, no jailbreak required | +| 792 | 583 | 70 | [Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library) | Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from | +| 792 | 87 | 20 | [kafkacat](https://github.com/edenhill/kafkacat) | Generic command line non-JVM Apache Kafka producer and consumer | +| 791 | 226 | 13 | [ffmpeg-avplayer-for-ios-tvos](https://github.com/iMoreApps/ffmpeg-avplayer-for-ios-tvos) | A tiny but powerful iOS and Apple TV OS av player framework that's based on the FFmpeg library. | +| 791 | 206 | 16 | [kphp-kdb](https://github.com/vk-com/kphp-kdb) | VK-KittenPHP/DB/Engine suite | +| 790 | 246 | 94 | [mtcp](https://github.com/eunyoung14/mtcp) | mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems | +| 788 | 191 | 2 | [WaxPatch](https://github.com/mmin18/WaxPatch) | Dynamically load a lua script to change the behavior of your iOS application. | +| 787 | 28 | 17 | [density](https://github.com/centaurean/density) | Superfast compression library | +| 787 | 60 | 30 | [phpdbg](https://github.com/krakjoe/phpdbg) | The Interactive PHP Debugger | +| 783 | 278 | 52 | [haproxy](https://github.com/haproxy/haproxy) | UNOFFICIAL fork of haproxy development repository - ISSUE REPORTS ARE IGNORED! | +| 777 | 684 | 6 | [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) | os kernel labs for operating systems course in Tsinghua University. | +| 777 | 123 | 23 | [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) | Nginx virtual host traffic status module | +| 776 | 410 | 185 | [libopencm3](https://github.com/libopencm3/libopencm3) | Open Source ARM cortex m microcontroller library | +| 776 | 213 | 98 | [premake-core](https://github.com/premake/premake-core) | Premake | +| 776 | 314 | 0 | [slua](https://github.com/pangweiwei/slua) | Fastest lua binding via static code generating for Unity3D and mono. | +| 775 | 87 | 46 | [kona](https://github.com/kevinlawler/kona) | Open-source implementation of the K programming language | +| 772 | 52 | 58 | [hstr](https://github.com/dvorka/hstr) | Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history. | +| 771 | 187 | 11 | [json-parser](https://github.com/udp/json-parser) | Very low footprint JSON parser written in portable ANSI C | +| 771 | 516 | 2 | [OLINUXINO](https://github.com/OLIMEX/OLINUXINO) | OLINUXINO is Open Source / Open Hardware, low cost from EUR 24 Linux Industrial grade Single Board Computer capable to operate -25+85C | +| 771 | 213 | 99 | [EasyHook](https://github.com/EasyHook/EasyHook) | EasyHook - The reinvention of Windows API Hooking | +| 770 | 157 | 11 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | How to create an OS from scratch | +| 770 | 312 | 38 | [aircrack-ng](https://github.com/aircrack-ng/aircrack-ng) | WiFi security auditing tools suite | +| 770 | 59 | 4 | [inception](https://github.com/karthick18/inception) | Inception movie explained programmatically | +| 768 | 66 | 6 | [rdiscount](https://github.com/davidfstr/rdiscount) | Discount (For Ruby) Implementation of John Gruber's Markdown | +| 767 | 98 | 28 | [Remotery](https://github.com/Celtoys/Remotery) | Realtime CPU/D3D/OpenGL/CUDA/Metal Profiler in a single C file with web browser viewer | +| 767 | 314 | 14 | [gnucash](https://github.com/Gnucash/gnucash) | GnuCash Double-Entry Accounting Program. | +| 767 | 262 | 36 | [ZipArchive](https://github.com/mattconnolly/ZipArchive) | zip archive processing for Cocoa - iPhone and OS X | +| 766 | 61 | 7 | [sparkey](https://github.com/spotify/sparkey) | Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts. | +| 766 | 379 | 36 | [Arduino_STM32](https://github.com/rogerclarkmelbourne/Arduino_STM32) | Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards | +| 764 | 344 | 22 | [adbi](https://github.com/crmulliner/adbi) | Android Dynamic Binary Instrumentation Toolkit | +| 763 | 105 | 14 | [vmtouch](https://github.com/hoytech/vmtouch) | Portable file system cache diagnostics and control | +| 761 | 41 | 11 | [node-on-android](https://github.com/node-on-mobile/node-on-android) | Make Node.JS apps for Android | +| 761 | 140 | 51 | [nginx-gridfs](https://github.com/mdirolf/nginx-gridfs) | Nginx module for serving files from MongoDB's GridFS | +| 759 | 51 | 58 | [planck](https://github.com/mfikes/planck) | Stand-alone ClojureScript REPL | +| 758 | 56 | 56 | [purple-facebook](https://github.com/dequis/purple-facebook) | Facebook protocol plugin for libpurple (moved from jgeboski/purple-facebook) | +| 757 | 740 | 108 | [paparazzi](https://github.com/paparazzi/paparazzi) | Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository. | +| 757 | 101 | 23 | [ansicon](https://github.com/adoxa/ansicon) | Process ANSI escape sequences for Windows console programs. | +| 756 | 136 | 31 | [processhacker](https://github.com/processhacker2/processhacker) | A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. | +| 755 | 628 | 7 | [WebBench](https://github.com/EZLippi/WebBench) | Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。 | +| 754 | 224 | 21 | [RecordMyScreen](https://github.com/coolstar/RecordMyScreen) | Record the display even on non-jailbroken iPhones. | +| 751 | 43 | 16 | [btrfs](https://github.com/maharmstone/btrfs) | WinBtrfs | +| 751 | 259 | 30 | [esp_mqtt](https://github.com/tuanpmt/esp_mqtt) | MQTT client library for ESP8266 | +| 751 | 170 | 35 | [motion](https://github.com/Motion-Project/motion) | Motion, a software motion detector. | +| 747 | 38 | 2 | [osx_app_in_plain_c](https://github.com/jimon/osx_app_in_plain_c) | A simple showcase how to create a simple OS X app in plain C without any Objective-C | +| 746 | 66 | 12 | [cava](https://github.com/karlstav/cava) | Console-based Audio Visualizer for Alsa (MPD and Pulseaudio) | +| 744 | 123 | 6 | [pcileech](https://github.com/ufrisk/pcileech) | Direct Memory Access (DMA) Attack Software | +| 742 | 213 | 0 | [MaxScale](https://github.com/mariadb-corporation/MaxScale) | An intelligent database proxy. | +| 742 | 50 | 36 | [freshplayerplugin](https://github.com/i-rinat/freshplayerplugin) | ppapi2npapi compatibility layer | +| 741 | 221 | 0 | [SOHU-DBProxy](https://github.com/SOHUDBA/SOHU-DBProxy) | 搜狐公司强大的数据库中间件 | +| 741 | 160 | 44 | [react-native-pushy](https://github.com/reactnativecn/react-native-pushy) | ReactNative中文网推出的代码热更新服务 | +| 741 | 77 | 5 | [nyancat](https://github.com/klange/nyancat) | Nyancat in your terminal, rendered through ANSI escape sequences. This is the source for the Debian package `nyancat`. | +| 740 | 226 | 10 | [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) | Main libjpeg-turbo repository | | 739 | 38 | 5 | [rblineprof](https://github.com/tmm1/rblineprof) | line-profiler for ruby | -| 737 | 98 | 28 | [Remotery](https://github.com/Celtoys/Remotery) | Realtime CPU/D3D/OpenGL/CUDA/Metal Profiler in a single C file with web browser viewer | -| 736 | 221 | 0 | [SOHU-DBProxy](https://github.com/SOHUDBA/SOHU-DBProxy) | 搜狐公司强大的数据库中间件 | -| 736 | 56 | 42 | [purple-facebook](https://github.com/dequis/purple-facebook) | Facebook protocol plugin for libpurple (moved from jgeboski/purple-facebook) | -| 734 | 400 | 181 | [libopencm3](https://github.com/libopencm3/libopencm3) | Open Source ARM cortex m microcontroller library | -| 734 | 251 | 27 | [esp_mqtt](https://github.com/tuanpmt/esp_mqtt) | MQTT client library for ESP8266 | -| 733 | 303 | 12 | [gnucash](https://github.com/Gnucash/gnucash) | GnuCash Double-Entry Accounting Program. | -| 730 | 292 | 36 | [aircrack-ng](https://github.com/aircrack-ng/aircrack-ng) | WiFi security auditing tools suite | -| 729 | 212 | 0 | [MaxScale](https://github.com/mariadb-corporation/MaxScale) | An intelligent database proxy. | -| 726 | 351 | 35 | [Arduino_STM32](https://github.com/rogerclarkmelbourne/Arduino_STM32) | Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards | -| 724 | 79 | 35 | [rumprun](https://github.com/rumpkernel/rumprun) | The Rumprun unikernel and toolchain for various platforms | -| 724 | 97 | 35 | [we-writing](https://github.com/icepy/we-writing) | 👽 《象尘说》,善于生活者,必精于其专业。 | -| 723 | 186 | 9 | [pafish](https://github.com/a0rtega/pafish) | Pafish is a demonstration tool that employs several techniques to detect sandboxes and analysis environments in the same way as malware families do. | -| 722 | 133 | 49 | [box2d.js](https://github.com/kripken/box2d.js) | Port of Box2D to JavaScript using Emscripten | -| 720 | 73 | 11 | [ngx_mruby](https://github.com/matsumotory/ngx_mruby) | ngx_mruby - A Fast and Memory-Efficient Web Server Extension Mechanism Using Scripting Language mruby for nginx | -| 719 | 308 | 8 | [WiringPi](https://github.com/WiringPi/WiringPi) | Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings) | -| 718 | 30 | 12 | [rix](https://github.com/riolet/rix) | Rix language combines the power of C language and the convenience of a high level language | -| 718 | 142 | 7 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | How to create an OS from scratch | -| 718 | 199 | 97 | [EasyHook](https://github.com/EasyHook/EasyHook) | EasyHook - The reinvention of Windows API Hooking | -| 718 | 97 | 8 | [ttyd](https://github.com/tsl0922/ttyd) | Share your terminal over the web | -| 718 | 81 | 14 | [lua.vm.js](https://github.com/daurnimator/lua.vm.js) | The Lua VM, on the Web | -| 717 | 196 | 1 | [pixiewps](https://github.com/wiire-a/pixiewps) | An offline WPS brute-force utility | -| 716 | 657 | 6 | [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) | os kernel labs for operating systems course in Tsinghua University. | -| 716 | 31 | 9 | [node-on-android](https://github.com/node-on-mobile/node-on-android) | Make Node.JS apps for Android | -| 714 | 154 | 41 | [react-native-pushy](https://github.com/reactnativecn/react-native-pushy) | ReactNative中文网推出的代码热更新服务 | -| 712 | 267 | 25 | [php-memcached](https://github.com/php-memcached-dev/php-memcached) | memcached extension based on libmemcached library | -| 711 | 232 | 0 | [DoubleAgent](https://github.com/Cybellum/DoubleAgent) | Zero-Day Code Injection and Persistence Technique | -| 710 | 202 | 8 | [beansdb](https://github.com/douban/beansdb) | Yet another distributed key-value storage system from Douban Inc. | -| 710 | 121 | 5 | [pcileech](https://github.com/ufrisk/pcileech) | Direct Memory Access (DMA) Attack Software | -| 709 | 361 | 85 | [ESP8266_RTOS_SDK](https://github.com/espressif/ESP8266_RTOS_SDK) | Latest ESP8266 SDK based on FreeRTOS | -| 708 | 72 | 5 | [nyancat](https://github.com/klange/nyancat) | Nyancat in your terminal, rendered through ANSI escape sequences. This is the source for the Debian package `nyancat`. | -| 707 | 167 | 20 | [psycopg2](https://github.com/psycopg/psycopg2) | PostgreSQL database adapter for the Python programming language | -| 706 | 224 | 114 | [Nominatim](https://github.com/openstreetmap/Nominatim) | Open Source search based on OpenStreetMap data | -| 704 | 222 | 12 | [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) | Main libjpeg-turbo repository | -| 703 | 231 | 6 | [pidgin-lwqq](https://github.com/xiehuc/pidgin-lwqq) | a pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol | -| 701 | 162 | 53 | [mtr](https://github.com/traviscross/mtr) | Official repository for mtr, a network diagnostic tool | -| 699 | 67 | 11 | [cava](https://github.com/karlstav/cava) | Console-based Audio Visualizer for Alsa (MPD and Pulseaudio) | -| 697 | 265 | 176 | [libarchive](https://github.com/libarchive/libarchive) | Multi-format archive and compression library | -| 696 | 46 | 16 | [vdhh](https://github.com/veertuinc/vdhh) | Veertu Desktop Hosted Hypervisor | -| 696 | 192 | 0 | [post-exploitation](https://github.com/mubix/post-exploitation) | Post Exploitation Collection | -| 696 | 78 | 50 | [Entware-ng](https://github.com/Entware-ng/Entware-ng) | Ultimate repo for embedded devices | -| 696 | 59 | 13 | [lthread](https://github.com/halayli/lthread) | lthread, a multicore enabled coroutine library written in C | -| 696 | 44 | 13 | [rpi-open-firmware](https://github.com/christinaa/rpi-open-firmware) | Open source VPU side bootloader for Raspberry Pi. | -| 695 | 135 | 0 | [jailhouse](https://github.com/siemens/jailhouse) | Linux-based partitioning hypervisor | -| 695 | 337 | 20 | [CVE-2016-5195](https://github.com/timwr/CVE-2016-5195) | CVE-2016-5195 (dirtycow/dirtyc0w) proof of concept for Android | -| 694 | 120 | 338 | [browser-ios](https://github.com/brave/browser-ios) | Brave iOS Browser | -| 693 | 151 | 5 | [ctf](https://github.com/trailofbits/ctf) | CTF Field Guide | -| 693 | 281 | 11 | [ffmpeg-tutorial](https://github.com/mpenkov/ffmpeg-tutorial) | A set of tutorials that demonstrates how to write a video player based on FFmpeg | -| 692 | 596 | 7 | [WebBench](https://github.com/EZLippi/WebBench) | Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。 | -| 691 | 201 | 4 | [dnsforwarder](https://github.com/holmium/dnsforwarder) | Just a DNS utility. | -| 691 | 320 | 26 | [OpenSC](https://github.com/OpenSC/OpenSC) | Open source smart card tools and middleware. PKCS#11/MiniDriver/Tokend | -| 690 | 31 | 2 | [trapcc](https://github.com/jbangert/trapcc) | Computing with traps | -| 690 | 308 | 30 | [bundler_sfm](https://github.com/snavely/bundler_sfm) | Bundler Structure from Motion Toolkit | -| 689 | 252 | 0 | [linux-kernel-exploits](https://github.com/SecWiki/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | -| 687 | 127 | 25 | [processhacker](https://github.com/processhacker2/processhacker) | A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. | -| 687 | 207 | 89 | [mu](https://github.com/djcb/mu) | maildir indexer/searcher + emacs mail client + guile bindings | -| 685 | 182 | 28 | [lcc](https://github.com/drh/lcc) | The lcc retargetable ANSI C compiler | -| 685 | 224 | 56 | [netmap](https://github.com/luigirizzo/netmap) | Automatically exported from code.google.com/p/netmap | -| 684 | 205 | 53 | [rebol](https://github.com/rebol/rebol) | Source code for the Rebol interpreter | -| 683 | 186 | 29 | [nginx-upsync-module](https://github.com/weibocom/nginx-upsync-module) | For http protocol. nginx-upsync-module, sync upstreams from consul or etcd and so on, dynamiclly modify backend-servers attributes(weight, max_fails, down...), needn't reload nginx | -| 682 | 141 | 9 | [nessDB](https://github.com/BohuTANG/nessDB) | A very fast transactional key-value, embedded database storage engine. | -| 682 | 244 | 1 | [TrueCrypt](https://github.com/FreeApophis/TrueCrypt) | This repository applies all Versions of the Original TrueCrypt Source Files in order | -| 681 | 296 | 0 | [windows-kernel-exploits](https://github.com/SecWiki/windows-kernel-exploits) | windows-kernel-exploits Windows平台提权漏洞集合 | -| 681 | 177 | 4 | [wanakiwi](https://github.com/gentilkiwi/wanakiwi) | Automated wanadecrypt with key recovery if lucky | -| 681 | 155 | 63 | [tinyproxy](https://github.com/tinyproxy/tinyproxy) | tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems | -| 680 | 189 | 0 | [lmdb](https://github.com/LMDB/lmdb) | Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues. | -| 680 | 106 | 165 | [profanity](https://github.com/boothj5/profanity) | Ncurses based XMPP client | -| 679 | 155 | 0 | [huststore](https://github.com/Qihoo360/huststore) | High-performance Distributed Storage | -| 677 | 21 | 6 | [histo](https://github.com/tj/histo) | beautiful charts in the terminal for static or streaming data | -| 677 | 36 | 4 | [cool.io](https://github.com/tarcieri/cool.io) | Simple evented I/O for Ruby (but please check out Celluloid::IO instead) | -| 676 | 155 | 7 | [qbsolv](https://github.com/dwavesystems/qbsolv) | Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.) | -| 675 | 83 | 2 | [Corange](https://github.com/orangeduck/Corange) | Pure C Game Engine | -| 673 | 140 | 2 | [ngx_devel_kit](https://github.com/simpl/ngx_devel_kit) | Nginx Development Kit - an Nginx module that adds additional generic tools that module developers can use in their own modules | -| 671 | 113 | 8 | [yajl-objc](https://github.com/gabriel/yajl-objc) | Objective-C bindings for YAJL (Yet Another JSON Library) C library | -| 671 | 83 | 0 | [mac-dictionary-kit](https://github.com/jjgod/mac-dictionary-kit) | Dictionary conversion tool for Mac OS X 10.5 and above | -| 670 | 239 | 4 | [Android-AppDaemon](https://github.com/Coolerfall/Android-AppDaemon) | [Deprecated]App process daemon. | -| 670 | 118 | 18 | [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) | Nginx virtual host traffic status module | -| 670 | 88 | 143 | [moonlight-pc](https://github.com/moonlight-stream/moonlight-pc) | GameStream client for Windows/OS X/Linux | -| 670 | 40 | 2 | [pingfs](https://github.com/yarrick/pingfs) | Stores your data in ICMP ping packets | -| 669 | 158 | 9 | [iOS-OpenGLES-Stuff](https://github.com/jlamarche/iOS-OpenGLES-Stuff) | Various scripts, utils, and code examples for OpenGL ES programming for iOS | -| 666 | 211 | 2 | [bither-android-lib](https://github.com/bither/bither-android-lib) | Bither Android Library | -| 666 | 40 | 12 | [balde](https://github.com/balde/balde) | A microframework for C based on GLib and bad intentions. | -| 666 | 158 | 0 | [RiftDK1](https://github.com/facebookarchive/RiftDK1) | Firmware, Schematics, and Mechanicals for the Oculus Rift Development Kit 1 | -| 666 | 153 | 41 | [motion](https://github.com/Motion-Project/motion) | Motion, a software motion detector. | -| 665 | 203 | 14 | [reaver-wps-fork-t6x](https://github.com/t6x/reaver-wps-fork-t6x) | None | -| 665 | 170 | 8 | [transform360](https://github.com/facebook/transform360) | Transform360 is an equirectangular to cubemap transform for 360 video. | -| 663 | 64 | 91 | [ling](https://github.com/cloudozer/ling) | Erlang on Xen | -| 663 | 198 | 127 | [sheepdog](https://github.com/sheepdog/sheepdog) | Distributed Storage System for QEMU | -| 661 | 334 | 24 | [civetweb](https://github.com/civetweb/civetweb) | Embedded C/C++ web server | -| 658 | 297 | 135 | [rtl8188eu](https://github.com/lwfinger/rtl8188eu) | Repository for stand-alone RTL8188EU driver. | -| 653 | 243 | 42 | [php-beast](https://github.com/liexusong/php-beast) | PHP source code encrypt module (PHP源码加密模块) | -| 652 | 80 | 25 | [RediSearch](https://github.com/RedisLabsModules/RediSearch) | FullText Search module for redis | -| 652 | 146 | 0 | [npcap](https://github.com/nmap/npcap) | Nmap Project's packet sniffing library for Windows, based on WinPcap/Libpcap improved with NDIS 6 and LWF. | -| 652 | 252 | 0 | [sqlite](https://github.com/mackyle/sqlite) | Unofficial git mirror of SQLite sources (see link for build instructions) | -| 651 | 126 | 39 | [freetype-gl](https://github.com/rougier/freetype-gl) | OpenGL text using one vertex buffer, one texture and FreeType | -| 651 | 114 | 5 | [SimpleVisor](https://github.com/ionescu007/SimpleVisor) | SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI. | -| 651 | 70 | 25 | [comdb2](https://github.com/bloomberg/comdb2) | Bloomberg's distributed RDBMS | -| 649 | 304 | 17 | [tiny-AES-c](https://github.com/kokke/tiny-AES-c) | Small portable AES128/192/256 in C | -| 648 | 388 | 4 | [acl](https://github.com/acl-dev/acl) | One advanced C/C++ library for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS | -| 646 | 86 | 13 | [thor](https://github.com/cisco/thor) | Thor Video Codec | -| 645 | 473 | 0 | [Zeus](https://github.com/Visgean/Zeus) | NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. I have created this repository to make the access for study as easy as possible. | -| 645 | 254 | 19 | [Unity](https://github.com/ThrowTheSwitch/Unity) | Simple Unit Testing for C | -| 644 | 41 | 12 | [SimpleRT](https://github.com/vvviperrr/SimpleRT) | Simple Reverse Tethering utility for Android | -| 644 | 121 | 8 | [heartleech](https://github.com/robertdavidgraham/heartleech) | Demonstrates the "heartbleed" problem using full OpenSSL stack | -| 643 | 258 | 40 | [zlog](https://github.com/HardySimpson/zlog) | A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library. | -| 643 | 178 | 3 | [Hack-Night](https://github.com/isislab/Hack-Night) | Hack Night is an open weekly training session run by the ISIS lab. | -| 642 | 89 | 21 | [headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module) | Set, add, and clear arbitrary output headers in NGINX http servers | -| 641 | 21 | 0 | [moreram](https://github.com/graphitemaster/moreram) | Get more system memory | -| 641 | 150 | 34 | [ngx_cache_purge](https://github.com/FRiCKLE/ngx_cache_purge) | nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches. | -| 640 | 46 | 1 | [heap-exploitation](https://github.com/DhavalKapil/heap-exploitation) | This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure. https://heap-exploitation.dhavalkapil.com/ | -| 640 | 725 | 119 | [android_bootable_recovery](https://github.com/omnirom/android_bootable_recovery) | None | -| 639 | 146 | 9 | [micronucleus](https://github.com/micronucleus/micronucleus) | ATTiny usb bootloader with a strong emphasis on bootloader compactness. | -| 638 | 66 | 22 | [WAFer](https://github.com/riolet/WAFer) | WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers. | -| 636 | 248 | 25 | [MemoryModule](https://github.com/fancycode/MemoryModule) | Library to load a DLL from memory. | -| 629 | 281 | 12 | [mproxy](https://github.com/examplecode/mproxy) | c 语言实现的一个最小的http代理,支持翻墙 | -| 628 | 179 | 226 | [syslog-ng](https://github.com/balabit/syslog-ng) | syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL. | -| 628 | 84 | 6 | [nsjail](https://github.com/google/nsjail) | A light-weight process isolation tool, making use of Linux namespaces and seccomp-bpf syscall filters (with help of the kafel bpf language) | -| 627 | 24 | 0 | [yank](https://github.com/mptre/yank) | Yank terminal output to clipboard | -| 627 | 402 | 157 | [firmware](https://github.com/spark/firmware) | Firmware for Particle Devices | -| 626 | 231 | 115 | [libharu](https://github.com/libharu/libharu) | libharu - free PDF library | -| 626 | 57 | 150 | [zfs](https://github.com/openzfsonosx/zfs) | OpenZFS on OS X | -| 625 | 166 | 36 | [rtl8192cu-fixes](https://github.com/pvaret/rtl8192cu-fixes) | Realtek 8192 chipset driver, ported to kernel 3.11. | -| 625 | 227 | 0 | [write-a-C-interpreter](https://github.com/lotabout/write-a-C-interpreter) | Write a simple interpreter of C. Inspired by c4 and largely based on it. | -| 625 | 16 | 26 | [nProbe](https://github.com/ntop/nProbe) | Open source components and extensions for nProbe | -| 624 | 117 | 41 | [cpulimit](https://github.com/opsengine/cpulimit) | CPU usage limiter for Linux | -| 623 | 35 | 6 | [org.quietmodem.Quiet](https://github.com/quiet/org.quietmodem.Quiet) | Quiet for Android - TCP over sound | -| 622 | 341 | 69 | [vanitygen](https://github.com/samr7/vanitygen) | None | -| 621 | 318 | 39 | [ltp](https://github.com/linux-test-project/ltp) | Linux Test Project | -| 619 | 55 | 18 | [r3](https://github.com/c9s/r3) | libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency | -| 619 | 86 | 13 | [CipherShed](https://github.com/CipherShed/CipherShed) | Main CipherShed Development | -| 619 | 262 | 90 | [rtl_433](https://github.com/merbanan/rtl_433) | Application using librtlsdr to decode the temperature from a wireless temperature sensor (433.92MHz) | -| 618 | 35 | 0 | [DEC64](https://github.com/douglascrockford/DEC64) | Decimal floating point | -| 618 | 310 | 96 | [libpcap](https://github.com/the-tcpdump-group/libpcap) | the LIBpcap interface to various kernel packet capture mechanism | -| 618 | 32 | 4 | [ureq](https://github.com/solusipse/ureq) | Micro C library for handling HTTP requests on low resource systems. | -| 617 | 327 | 5 | [word2vec](https://github.com/dav/word2vec) | This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research. | -| 614 | 159 | 65 | [uTox](https://github.com/notsecure/uTox) | Lightweight Tox client | -| 614 | 101 | 54 | [miraclecast](https://github.com/albfan/miraclecast) | Connect external monitors to your system via Wifi-Display specification also known as Miracast | -| 612 | 106 | 47 | [rpitx](https://github.com/F5OEO/rpitx) | RF transmitter for Raspberry Pi | -| 612 | 116 | 19 | [perf-map-agent](https://github.com/jvm-profiling-tools/perf-map-agent) | A java agent to generate method mappings to use with the linux `perf` tool | -| 611 | 180 | 32 | [nginx-http-concat](https://github.com/alibaba/nginx-http-concat) | A Nginx module for concatenating files in a given context: CSS and JS files usually | -| 611 | 20 | 19 | [PX8](https://github.com/Gigoteur/PX8) | Open source Fantasy Console in Rust (with Python and Lua) | -| 610 | 97 | 27 | [aubio](https://github.com/aubio/aubio) | a library for audio and music analysis | -| 610 | 33 | 9 | [hobbes](https://github.com/Morgan-Stanley/hobbes) | A language and an embedded JIT compiler | -| 609 | 78 | 80 | [neomutt](https://github.com/neomutt/neomutt) | :email: Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.freenode.net | -| 608 | 168 | 4 | [nanorc](https://github.com/nanorc/nanorc) | Improved syntax highlighting for GNU nano | -| 608 | 386 | 78 | [droidVncServer](https://github.com/oNaiPs/droidVncServer) | VNC server for Android devices. | -| 608 | 298 | 3 | [LearnOpenGLES](https://github.com/loyinglin/LearnOpenGLES) | OpenGL ES的各种尝试,有详细的博客。 | -| 606 | 372 | 44 | [czmq](https://github.com/zeromq/czmq) | High-level C binding for ØMQ | -| 605 | 28 | 2 | [rappel](https://github.com/yrp604/rappel) | A linux-based assembly REPL for x86, amd64, armv7, and armv8 | -| 605 | 62 | 22 | [goquic](https://github.com/devsisters/goquic) | QUIC support for Go | -| 604 | 77 | 5 | [selfie](https://github.com/cksystemsteaching/selfie) | An educational software system of a tiny self-compiling C compiler, a tiny self-executing MIPS emulator, and a tiny self-hosting MIPS hypervisor. | -| 603 | 462 | 51 | [libmodbus](https://github.com/stephane/libmodbus) | A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Windows | -| 602 | 96 | 21 | [sassc](https://github.com/sass/sassc) | libsass command line driver | -| 602 | 26 | 8 | [LittleD](https://github.com/graemedouglas/LittleD) | A relational database for embedded devices and sensors nodes | -| 600 | 132 | 114 | [open-vm-tools](https://github.com/vmware/open-vm-tools) | Official repository of VMware open-vm-tools project | -| 599 | 57 | 1 | [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) | New generation entropy codecs : Finite State Entropy and Huff0 | -| 597 | 78 | 59 | [fdupes](https://github.com/adrianlopezroche/fdupes) | FDUPES is a program for identifying or deleting duplicate files residing within specified directories. | -| 597 | 224 | 56 | [rpi_ws281x](https://github.com/jgarff/rpi_ws281x) | Userspace Raspberry Pi PWM library for WS281X LEDs | -| 597 | 152 | 5 | [sublime-text-imfix](https://github.com/lyfeyaj/sublime-text-imfix) | Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu | -| 596 | 159 | 129 | [u8glib](https://github.com/olikraus/u8glib) | Arduino Monochrom Graphics Library for LCDs and OLEDs | -| 596 | 47 | 10 | [nio4r](https://github.com/socketry/nio4r) | New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable network clients and servers | -| 595 | 90 | 98 | [tup](https://github.com/gittup/tup) | Tup is a file-based build system. | -| 594 | 119 | 20 | [portable](https://github.com/libressl-portable/portable) | LibreSSL Portable itself. This includes the build scaffold and compatibility layer that builds portable LibreSSL from the OpenBSD source code. Pull requests or patches sent to tech@openbsd.org are welcome. | -| 594 | 64 | 26 | [harvey](https://github.com/Harvey-OS/harvey) | A distributed operating system | -| 594 | 219 | 147 | [xrdp](https://github.com/neutrinolabs/xrdp) | xrdp: an open source RDP server | -| 592 | 493 | 60 | [freeradius-server](https://github.com/FreeRADIUS/freeradius-server) | FreeRADIUS - A multi-protocol policy server. | -| 590 | 168 | 0 | [jellyfish](https://github.com/x0r1/jellyfish) | GPU rootkit PoC by Team Jellyfish | -| 589 | 137 | 13 | [yaconf](https://github.com/laruence/yaconf) | A PHP Persistent Configurations Container | -| 588 | 51 | 16 | [jpegoptim](https://github.com/tjko/jpegoptim) | jpegoptim - utility to optimize/compress JPEG files | -| 588 | 215 | 96 | [esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos) | Open source FreeRTOS-based ESP8266 software framework | -| 587 | 73 | 5 | [smaz](https://github.com/antirez/smaz) | Small strings compression library | -| 587 | 124 | 29 | [pybloomfiltermmap](https://github.com/axiak/pybloomfiltermmap) | Fast Python Bloom Filter using Mmap | -| 587 | 67 | 37 | [pg-strom](https://github.com/heterodb/pg-strom) | PG-Strom - Master development repository | -| 587 | 103 | 20 | [redis2-nginx-module](https://github.com/openresty/redis2-nginx-module) | Nginx upstream module for the Redis 2.0 protocol | -| 587 | 318 | 25 | [mc](https://github.com/MidnightCommander/mc) | Midnight Commander's repository | -| 586 | 217 | 49 | [nginx-upload-module](https://github.com/vkholodkov/nginx-upload-module) | A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). | -| 585 | 58 | 0 | [imagejs](https://github.com/jklmnn/imagejs) | Small tool to package javascript into a valid image file. | -| 584 | 121 | 123 | [rspamd](https://github.com/vstakhov/rspamd) | Rapid spam filtering system. | -| 583 | 31 | 11 | [memprof](https://github.com/ice799/memprof) | A Ruby gem for memory profiling | -| 582 | 124 | 3 | [zabbix-docker-monitoring](https://github.com/monitoringartist/zabbix-docker-monitoring) | :whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module | -| 582 | 315 | 17 | [proxmark3](https://github.com/Proxmark/proxmark3) | Proxmark 3 | -| 582 | 84 | 135 | [PuTTYTray](https://github.com/FauxFaux/PuTTYTray) | A continuation of Barry Haanstra (haanstra.eu)'s PuTTYTray | -| 579 | 161 | 208 | [igraph](https://github.com/igraph/igraph) | Library for the analysis of networks | -| 578 | 324 | 69 | [tcpdump](https://github.com/the-tcpdump-group/tcpdump) | the TCPdump network dissector | -| 578 | 144 | 20 | [sysstat](https://github.com/sysstat/sysstat) | Performance monitoring tools for Linux | -| 578 | 100 | 2 | [FBI](https://github.com/Steveice10/FBI) | Open source title manager for the 3DS. | -| 577 | 108 | 8 | [xmake](https://github.com/tboox/xmake) | :beer: A cross-platform build utility based on Lua | -| 576 | 44 | 13 | [ngx_brotli](https://github.com/google/ngx_brotli) | NGINX module for Brotli compression | -| 576 | 168 | 0 | [kernel-exploits](https://github.com/xairy/kernel-exploits) | A bunch of proof-of-concept exploits for the Linux kernel | -| 573 | 141 | 39 | [mod_wsgi](https://github.com/GrahamDumpleton/mod_wsgi) | Source code for Apache/mod_wsgi. | -| 572 | 99 | 2 | [incubator-guacamole-server](https://github.com/apache/incubator-guacamole-server) | Mirror of Apache Guacamole Server (Incubating) | -| 571 | 205 | 13 | [AndroLua](https://github.com/mkottman/AndroLua) | Lua and LuaJava ported to Android | -| 569 | 58 | 44 | [libsoundio](https://github.com/andrewrk/libsoundio) | C library for cross-platform real-time audio input and output | -| 567 | 79 | 3 | [wufuc](https://github.com/zeffy/wufuc) | Disables the "Unsupported Hardware" message in Windows Update, and allows you to continue installing updates on Windows 7 and 8.1 systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors. | -| 566 | 288 | 290 | [rsyslog](https://github.com/rsyslog/rsyslog) | a Rocket-fast SYStem for LOG processing | -| 565 | 188 | 1 | [gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim) | Software-Defined GPS Signal Simulator | -| 564 | 175 | 30 | [yac](https://github.com/laruence/yac) | A fast shared memory user data cache for PHP | -| 562 | 90 | 2 | [simplefs](https://github.com/psankar/simplefs) | A simple, kernel-space, on-disk filesystem from the scratch | -| 561 | 75 | 5 | [sxiv](https://github.com/muennich/sxiv) | Simple X Image Viewer | -| 560 | 50 | 32 | [pg_repack](https://github.com/reorg/pg_repack) | Reorganize tables in PostgreSQL databases with minimal locks | -| 560 | 93 | 274 | [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | DeaDBeeF Player | -| 560 | 41 | 6 | [CoreFreq](https://github.com/cyring/CoreFreq) | CoreFreq is a CPU monitoring software designed for the 64-bits Processors. | -| 558 | 50 | 5 | [ox](https://github.com/ohler55/ox) | Ruby Optimized XML Parser | -| 556 | 111 | 0 | [simple-rootkit](https://github.com/FaustDeGoethe/simple-rootkit) | A simple attack against gcc and Python via kernel module, with highly detailed comments. | -| 555 | 30 | 20 | [stderred](https://github.com/sickill/stderred) | stderr in red | -| 554 | 333 | 29 | [opengles3-book](https://github.com/danginsburg/opengles3-book) | OpenGL ES 3.0 Programming Guide Sample Code | -| 551 | 66 | 2 | [proximac](https://github.com/csujedihy/proximac) | An open-source alternative to proxifier | -| 550 | 163 | 46 | [PiFmRds](https://github.com/ChristopheJacquet/PiFmRds) | FM-RDS transmitter using the Raspberry Pi's PWM | -| 550 | 38 | 17 | [afl.rs](https://github.com/rust-fuzz/afl.rs) | Fuzzing Rust code with american-fuzzy-lop | -| 549 | 211 | 83 | [rtl8812AU_8821AU_linux](https://github.com/abperiasamy/rtl8812AU_8821AU_linux) | rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter | -| 549 | 94 | 9 | [preeny](https://github.com/zardus/preeny) | Some helpful preload libraries for pwning stuff. | -| 548 | 206 | 23 | [libtomcrypt](https://github.com/libtom/libtomcrypt) | LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. | -| 546 | 135 | 15 | [peg-markdown](https://github.com/jgm/peg-markdown) | An implementation of markdown in C, using a PEG grammar | +| 739 | 151 | 0 | [npcap](https://github.com/nmap/npcap) | Nmap Project's packet sniffing library for Windows, based on WinPcap/Libpcap improved with NDIS 6 and LWF. | +| 738 | 382 | 90 | [ESP8266_RTOS_SDK](https://github.com/espressif/ESP8266_RTOS_SDK) | Latest ESP8266 SDK based on FreeRTOS | +| 736 | 176 | 23 | [psycopg2](https://github.com/psycopg/psycopg2) | PostgreSQL database adapter for the Python programming language | +| 736 | 83 | 51 | [Entware-ng](https://github.com/Entware-ng/Entware-ng) | Ultimate repo for embedded devices | +| 735 | 189 | 9 | [pafish](https://github.com/a0rtega/pafish) | Pafish is a demonstration tool that employs several techniques to detect sandboxes and analysis environments in the same way as malware families do. | +| 735 | 76 | 12 | [ngx_mruby](https://github.com/matsumotory/ngx_mruby) | ngx_mruby - A Fast and Memory-Efficient Web Server Extension Mechanism Using Scripting Language mruby for nginx | +| 734 | 319 | 8 | [WiringPi](https://github.com/WiringPi/WiringPi) | Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings) | +| 732 | 200 | 2 | [pixiewps](https://github.com/wiire-a/pixiewps) | An offline WPS brute-force utility | +| 732 | 165 | 56 | [mtr](https://github.com/traviscross/mtr) | Official repository for mtr, a network diagnostic tool | +| 732 | 83 | 35 | [rumprun](https://github.com/rumpkernel/rumprun) | The Rumprun unikernel and toolchain for various platforms | +| 730 | 198 | 0 | [lmdb](https://github.com/LMDB/lmdb) | Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues. | +| 729 | 248 | 0 | [DoubleAgent](https://github.com/Cybellum/DoubleAgent) | Zero-Day Code Injection and Persistence Technique | +| 729 | 269 | 29 | [php-memcached](https://github.com/php-memcached-dev/php-memcached) | memcached extension based on libmemcached library | +| 729 | 98 | 0 | [we-writing](https://github.com/icepy/we-writing) | 👽 《象尘说》,善于生活者,必精于其专业。 | +| 729 | 230 | 112 | [Nominatim](https://github.com/openstreetmap/Nominatim) | Open Source search based on OpenStreetMap data | +| 728 | 206 | 0 | [post-exploitation](https://github.com/mubix/post-exploitation) | Post Exploitation Collection | +| 728 | 132 | 49 | [box2d.js](https://github.com/kripken/box2d.js) | Port of Box2D to JavaScript using Emscripten | +| 728 | 163 | 70 | [tinyproxy](https://github.com/tinyproxy/tinyproxy) | tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems | +| 723 | 205 | 9 | [beansdb](https://github.com/douban/beansdb) | Yet another distributed key-value storage system from Douban Inc. | +| 723 | 326 | 22 | [OpenSC](https://github.com/OpenSC/OpenSC) | Open source smart card tools and middleware. PKCS#11/MiniDriver/Tokend | +| 721 | 208 | 3 | [dnsforwarder](https://github.com/holmium/dnsforwarder) | Just a DNS utility. | +| 718 | 139 | 0 | [jailhouse](https://github.com/siemens/jailhouse) | Linux-based partitioning hypervisor | +| 717 | 267 | 181 | [libarchive](https://github.com/libarchive/libarchive) | Multi-format archive and compression library | +| 717 | 81 | 14 | [lua.vm.js](https://github.com/daurnimator/lua.vm.js) | The Lua VM, on the Web | +| 716 | 30 | 12 | [rix](https://github.com/riolet/rix) | Rix language combines the power of C language and the convenience of a high level language | +| 714 | 196 | 27 | [nginx-upsync-module](https://github.com/weibocom/nginx-upsync-module) | For http protocol. nginx-upsync-module, sync upstreams from consul or etcd and so on, dynamiclly modify backend-servers attributes(weight, max_fails, down...), needn't reload nginx | +| 712 | 88 | 25 | [RediSearch](https://github.com/RedisLabsModules/RediSearch) | FullText Search module for redis | +| 712 | 344 | 20 | [CVE-2016-5195](https://github.com/timwr/CVE-2016-5195) | CVE-2016-5195 (dirtycow/dirtyc0w) proof of concept for Android | +| 709 | 153 | 5 | [ctf](https://github.com/trailofbits/ctf) | CTF Field Guide | +| 709 | 212 | 100 | [mu](https://github.com/djcb/mu) | maildir indexer/searcher + emacs mail client + guile bindings | +| 709 | 282 | 11 | [ffmpeg-tutorial](https://github.com/mpenkov/ffmpeg-tutorial) | A set of tutorials that demonstrates how to write a video player based on FFmpeg | +| 708 | 133 | 319 | [browser-ios](https://github.com/brave/browser-ios) | Brave iOS Browser | +| 707 | 319 | 29 | [bundler_sfm](https://github.com/snavely/bundler_sfm) | Bundler Structure from Motion Toolkit | +| 707 | 48 | 13 | [rpi-open-firmware](https://github.com/christinaa/rpi-open-firmware) | Open source VPU side bootloader for Raspberry Pi. | +| 706 | 229 | 50 | [netmap](https://github.com/luigirizzo/netmap) | Automatically exported from code.google.com/p/netmap | +| 705 | 44 | 16 | [vdhh](https://github.com/veertuinc/vdhh) | Veertu Desktop Hosted Hypervisor | +| 705 | 224 | 9 | [reaver-wps-fork-t6x](https://github.com/t6x/reaver-wps-fork-t6x) | None | +| 704 | 231 | 6 | [pidgin-lwqq](https://github.com/xiehuc/pidgin-lwqq) | a pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol | +| 704 | 318 | 18 | [tiny-AES-c](https://github.com/kokke/tiny-AES-c) | Small portable AES128/192/256 in C | +| 701 | 109 | 4 | [pyrebox](https://github.com/Cisco-Talos/pyrebox) | Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU | +| 699 | 61 | 13 | [lthread](https://github.com/halayli/lthread) | lthread, a multicore enabled coroutine library written in C | +| 699 | 157 | 11 | [qbsolv](https://github.com/dwavesystems/qbsolv) | Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.) | +| 698 | 411 | 6 | [acl](https://github.com/acl-dev/acl) | One advanced C/C++ library for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS | +| 697 | 84 | 0 | [mac-dictionary-kit](https://github.com/jjgod/mac-dictionary-kit) | Dictionary conversion tool for Mac OS X 10.5 and above | +| 696 | 32 | 1 | [trapcc](https://github.com/jbangert/trapcc) | Computing with traps | +| 695 | 186 | 28 | [lcc](https://github.com/drh/lcc) | The lcc retargetable ANSI C compiler | +| 694 | 146 | 9 | [nessDB](https://github.com/BohuTANG/nessDB) | A very fast transactional key-value, embedded database storage engine. | +| 692 | 144 | 2 | [ngx_devel_kit](https://github.com/simpl/ngx_devel_kit) | Nginx Development Kit - an Nginx module that adds additional generic tools that module developers can use in their own modules | +| 690 | 205 | 54 | [rebol](https://github.com/rebol/rebol) | Source code for the Rebol interpreter | +| 690 | 89 | 147 | [moonlight-pc](https://github.com/moonlight-stream/moonlight-pc) | GameStream client for Windows/OS X/Linux | +| 689 | 157 | 0 | [huststore](https://github.com/Qihoo360/huststore) | High-performance Distributed Storage | +| 688 | 114 | 51 | [rpitx](https://github.com/F5OEO/rpitx) | RF transmitter for Raspberry Pi | +| 687 | 238 | 5 | [Android-AppDaemon](https://github.com/Coolerfall/Android-AppDaemon) | [Deprecated]App process daemon. | +| 687 | 105 | 166 | [profanity](https://github.com/boothj5/profanity) | Ncurses based XMPP client | +| 686 | 246 | 1 | [TrueCrypt](https://github.com/FreeApophis/TrueCrypt) | This repository applies all Versions of the Original TrueCrypt Source Files in order | +| 686 | 86 | 2 | [Corange](https://github.com/orangeduck/Corange) | Pure C Game Engine | +| 683 | 179 | 4 | [wanakiwi](https://github.com/gentilkiwi/wanakiwi) | Automated wanadecrypt with key recovery if lucky | +| 682 | 256 | 44 | [php-beast](https://github.com/liexusong/php-beast) | PHP source code encrypt module (PHP源码加密模块) | +| 682 | 733 | 123 | [android_bootable_recovery](https://github.com/omnirom/android_bootable_recovery) | None | +| 682 | 270 | 26 | [MemoryModule](https://github.com/fancycode/MemoryModule) | Library to load a DLL from memory. | +| 681 | 161 | 0 | [RiftDK1](https://github.com/facebookarchive/RiftDK1) | Firmware, Schematics, and Mechanicals for the Oculus Rift Development Kit 1 | +| 681 | 342 | 26 | [civetweb](https://github.com/civetweb/civetweb) | Embedded C/C++ web server | +| 681 | 35 | 4 | [cool.io](https://github.com/tarcieri/cool.io) | Simple evented I/O for Ruby (but please check out Celluloid::IO instead) | +| 680 | 177 | 8 | [transform360](https://github.com/facebook/transform360) | Transform360 is an equirectangular to cubemap transform for 360 video. | +| 679 | 41 | 2 | [pingfs](https://github.com/yarrick/pingfs) | Stores your data in ICMP ping packets | +| 678 | 23 | 6 | [histo](https://github.com/tj/histo) | beautiful charts in the terminal for static or streaming data | +| 676 | 238 | 1 | [write-a-C-interpreter](https://github.com/lotabout/write-a-C-interpreter) | Write a simple interpreter of C. Inspired by c4 and largely based on it. | +| 675 | 65 | 91 | [ling](https://github.com/cloudozer/ling) | Erlang on Xen | +| 675 | 213 | 1 | [bither-android-lib](https://github.com/bither/bither-android-lib) | Bither Android Library | +| 674 | 305 | 135 | [rtl8188eu](https://github.com/lwfinger/rtl8188eu) | Repository for stand-alone RTL8188EU driver. | +| 673 | 158 | 9 | [iOS-OpenGLES-Stuff](https://github.com/jlamarche/iOS-OpenGLES-Stuff) | Various scripts, utils, and code examples for OpenGL ES programming for iOS | +| 672 | 200 | 127 | [sheepdog](https://github.com/sheepdog/sheepdog) | Distributed Storage System for QEMU | +| 672 | 74 | 32 | [comdb2](https://github.com/bloomberg/comdb2) | Bloomberg's distributed RDBMS | +| 671 | 114 | 8 | [yajl-objc](https://github.com/gabriel/yajl-objc) | Objective-C bindings for YAJL (Yet Another JSON Library) C library | +| 671 | 40 | 12 | [balde](https://github.com/balde/balde) | A microframework for C based on GLib and bad intentions. | +| 671 | 256 | 0 | [sqlite](https://github.com/mackyle/sqlite) | Unofficial git mirror of SQLite sources (see link for build instructions) | +| 669 | 91 | 19 | [headers-more-nginx-module](https://github.com/openresty/headers-more-nginx-module) | Set, add, and clear arbitrary output headers in NGINX http servers | +| 669 | 129 | 40 | [freetype-gl](https://github.com/rougier/freetype-gl) | OpenGL text using one vertex buffer, one texture and FreeType | +| 669 | 258 | 22 | [Unity](https://github.com/ThrowTheSwitch/Unity) | Simple Unit Testing for C | +| 666 | 61 | 2 | [SniffAir](https://github.com/Tylous/SniffAir) | A framework for wireless pentesting. | +| 664 | 107 | 57 | [miraclecast](https://github.com/albfan/miraclecast) | Connect external monitors to your system via Wifi-Display specification also known as Miracast | +| 664 | 119 | 4 | [SimpleVisor](https://github.com/ionescu007/SimpleVisor) | SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI. | +| 664 | 189 | 1 | [kernel-exploits](https://github.com/xairy/kernel-exploits) | A bunch of proof-of-concept exploits for the Linux kernel | +| 664 | 108 | 5 | [incubator-guacamole-server](https://github.com/apache/incubator-guacamole-server) | Mirror of Apache Guacamole Server (Incubating) | +| 661 | 46 | 1 | [heap-exploitation](https://github.com/DhavalKapil/heap-exploitation) | This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure. | +| 660 | 149 | 9 | [micronucleus](https://github.com/micronucleus/micronucleus) | ATTiny usb bootloader with a strong emphasis on bootloader compactness. | +| 659 | 481 | 0 | [Zeus](https://github.com/Visgean/Zeus) | NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. I have created this repository to make the access for study as easy as possible. | +| 658 | 269 | 37 | [zlog](https://github.com/HardySimpson/zlog) | A reliable, high-performance, thread safe, flexsible, clear-model, pure C logging library. | +| 657 | 186 | 3 | [Hack-Night](https://github.com/isislab/Hack-Night) | Hack Night is an open weekly training session run by the OSIRIS lab. | +| 656 | 341 | 5 | [word2vec](https://github.com/dav/word2vec) | This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research. | +| 656 | 270 | 96 | [rtl_433](https://github.com/merbanan/rtl_433) | Application using librtlsdr to decode the temperature from a wireless temperature sensor (433.92MHz) | +| 655 | 48 | 13 | [SimpleRT](https://github.com/vvviperrr/SimpleRT) | Simple Reverse Tethering utility for Android | +| 655 | 121 | 22 | [perf-map-agent](https://github.com/jvm-profiling-tools/perf-map-agent) | A java agent to generate method mappings to use with the linux `perf` tool | +| 653 | 309 | 3 | [LearnOpenGLES](https://github.com/loyinglin/LearnOpenGLES) | OpenGL ES的各种尝试,有详细的博客。 | +| 652 | 198 | 35 | [libpd](https://github.com/libpd/libpd) | Pure Data embeddable audio synthesis library | +| 650 | 190 | 230 | [syslog-ng](https://github.com/balabit/syslog-ng) | syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL. | +| 650 | 152 | 33 | [ngx_cache_purge](https://github.com/FRiCKLE/ngx_cache_purge) | nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches. | +| 649 | 81 | 104 | [neomutt](https://github.com/neomutt/neomutt) | :email: Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.freenode.net | +| 648 | 316 | 97 | [libpcap](https://github.com/the-tcpdump-group/libpcap) | the LIBpcap interface to various kernel packet capture mechanism | +| 647 | 16 | 27 | [nProbe](https://github.com/ntop/nProbe) | Open source components and extensions for nProbe | +| 647 | 84 | 13 | [thor](https://github.com/cisco/thor) | Thor Video Codec | +| 646 | 123 | 8 | [heartleech](https://github.com/robertdavidgraham/heartleech) | Demonstrates the "heartbleed" problem using full OpenSSL stack | +| 645 | 21 | 0 | [moreram](https://github.com/graphitemaster/moreram) | Get more system memory | +| 645 | 162 | 7 | [sublime-text-imfix](https://github.com/lyfeyaj/sublime-text-imfix) | Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu | +| 645 | 352 | 73 | [vanitygen](https://github.com/samr7/vanitygen) | None | +| 644 | 66 | 22 | [WAFer](https://github.com/riolet/WAFer) | WAFer is a C language-based software platform for scalable server-side and networking applications. Think node.js for C programmers. | +| 643 | 341 | 48 | [ltp](https://github.com/linux-test-project/ltp) | Linux Test Project | +| 642 | 292 | 13 | [mproxy](https://github.com/examplecode/mproxy) | c 语言实现的一个最小的http代理,支持翻墙 | +| 641 | 102 | 22 | [aubio](https://github.com/aubio/aubio) | a library for audio and music analysis | +| 641 | 95 | 4 | [Magisk](https://github.com/topjohnwu/Magisk) | A Magic Mask to Alter Android System Systemless-ly | +| 640 | 121 | 42 | [cpulimit](https://github.com/opsengine/cpulimit) | CPU usage limiter for Linux | +| 636 | 25 | 0 | [yank](https://github.com/mptre/yank) | Yank terminal output to clipboard | +| 635 | 407 | 176 | [firmware](https://github.com/spark/firmware) | Firmware for Particle Devices | +| 635 | 236 | 116 | [libharu](https://github.com/libharu/libharu) | libharu - free PDF library | +| 634 | 171 | 0 | [rtl8192cu-fixes](https://github.com/pvaret/rtl8192cu-fixes) | Realtek 8192 chipset driver, ported to kernel 3.11. | +| 633 | 35 | 0 | [DEC64](https://github.com/douglascrockford/DEC64) | Decimal floating point | +| 633 | 59 | 151 | [zfs](https://github.com/openzfsonosx/zfs) | OpenZFS on OS X | +| 633 | 229 | 154 | [xrdp](https://github.com/neutrinolabs/xrdp) | xrdp: an open source RDP server | +| 632 | 23 | 20 | [PX8](https://github.com/Gigoteur/PX8) | Open source Fantasy Console in Rust (with Python and Lua) | +| 628 | 86 | 6 | [wufuc](https://github.com/zeffy/wufuc) | Disables the "Unsupported Hardware" message in Windows Update, and allows you to continue installing updates on Windows 7 and 8.1 systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors. | +| 627 | 488 | 55 | [libmodbus](https://github.com/stephane/libmodbus) | A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Windows | +| 627 | 37 | 6 | [org.quietmodem.Quiet](https://github.com/quiet/org.quietmodem.Quiet) | Quiet for Android - TCP over sound | +| 626 | 34 | 2 | [hobbes](https://github.com/Morgan-Stanley/hobbes) | A language and an embedded JIT compiler | +| 623 | 58 | 19 | [r3](https://github.com/c9s/r3) | libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency | +| 623 | 32 | 4 | [ureq](https://github.com/solusipse/ureq) | Micro C library for handling HTTP requests on low resource systems. | +| 622 | 80 | 60 | [fdupes](https://github.com/adrianlopezroche/fdupes) | FDUPES is a program for identifying or deleting duplicate files residing within specified directories. | +| 621 | 375 | 45 | [czmq](https://github.com/zeromq/czmq) | High-level C binding for ØMQ | +| 620 | 77 | 5 | [selfie](https://github.com/cksystemsteaching/selfie) | An educational software system of a tiny self-compiling C compiler, a tiny self-executing MIPS emulator, and a tiny self-hosting MIPS hypervisor. | +| 620 | 231 | 41 | [rpi_ws281x](https://github.com/jgarff/rpi_ws281x) | Userspace Raspberry Pi PWM library for WS281X LEDs | +| 620 | 224 | 110 | [esp-open-rtos](https://github.com/SuperHouse/esp-open-rtos) | Open source FreeRTOS-based ESP8266 software framework | +| 619 | 329 | 23 | [proxmark3](https://github.com/Proxmark/proxmark3) | Proxmark 3 | +| 618 | 136 | 123 | [open-vm-tools](https://github.com/vmware/open-vm-tools) | Official repository of VMware open-vm-tools project | +| 618 | 390 | 79 | [droidVncServer](https://github.com/oNaiPs/droidVncServer) | VNC server for Android devices. | +| 618 | 86 | 12 | [CipherShed](https://github.com/CipherShed/CipherShed) | Main CipherShed Development | +| 618 | 62 | 22 | [goquic](https://github.com/devsisters/goquic) | QUIC support for Go | +| 615 | 159 | 66 | [uTox](https://github.com/notsecure/uTox) | Lightweight Tox client | +| 614 | 507 | 61 | [freeradius-server](https://github.com/FreeRADIUS/freeradius-server) | FreeRADIUS - A multi-protocol policy server. | +| 614 | 112 | 8 | [xmake](https://github.com/tboox/xmake) | :beer: A cross-platform build utility based on Lua | +| 613 | 182 | 32 | [nginx-http-concat](https://github.com/alibaba/nginx-http-concat) | A Nginx module for concatenating files in a given context: CSS and JS files usually | +| 613 | 102 | 1 | [FBI](https://github.com/Steveice10/FBI) | Open source title manager for the 3DS. | +| 612 | 28 | 2 | [rappel](https://github.com/yrp604/rappel) | A linux-based assembly REPL for x86, amd64, armv7, and armv8 | +| 612 | 162 | 131 | [u8glib](https://github.com/olikraus/u8glib) | Arduino Monochrom Graphics Library for LCDs and OLEDs | +| 611 | 58 | 4 | [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) | New generation entropy codecs : Finite State Entropy and Huff0 | +| 611 | 127 | 127 | [rspamd](https://github.com/vstakhov/rspamd) | Rapid spam filtering system. | +| 608 | 26 | 9 | [LittleD](https://github.com/graemedouglas/LittleD) | A relational database for embedded devices and sensors nodes | +| 607 | 61 | 0 | [imagejs](https://github.com/jklmnn/imagejs) | Small tool to package javascript into a valid image file. | +| 606 | 134 | 1 | [zabbix-docker-monitoring](https://github.com/monitoringartist/zabbix-docker-monitoring) | :whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module | +| 606 | 91 | 102 | [tup](https://github.com/gittup/tup) | Tup is a file-based build system. | +| 605 | 71 | 1 | [SmallerC](https://github.com/alexfru/SmallerC) | Simple C compiler | +| 605 | 315 | 24 | [mc](https://github.com/MidnightCommander/mc) | Midnight Commander's repository | +| 604 | 125 | 26 | [portable](https://github.com/libressl-portable/portable) | LibreSSL Portable itself. This includes the build scaffold and compatibility layer that builds portable LibreSSL from the OpenBSD source code. Pull requests or patches sent to tech@openbsd.org are welcome. | +| 604 | 65 | 25 | [harvey](https://github.com/Harvey-OS/harvey) | A distributed operating system | +| 603 | 55 | 18 | [jpegoptim](https://github.com/tjko/jpegoptim) | jpegoptim - utility to optimize/compress JPEG files | +| 603 | 336 | 70 | [tcpdump](https://github.com/the-tcpdump-group/tcpdump) | the TCPdump network dissector | +| 602 | 46 | 7 | [nio4r](https://github.com/socketry/nio4r) | New I/O for Ruby: Cross-platform asynchronous I/O primitives for scalable network clients and servers | +| 601 | 75 | 5 | [smaz](https://github.com/antirez/smaz) | Small strings compression library | +| 601 | 167 | 211 | [igraph](https://github.com/igraph/igraph) | Library for the analysis of networks | +| 600 | 97 | 22 | [sassc](https://github.com/sass/sassc) | libsass command line driver | +| 598 | 195 | 2 | [gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim) | Software-Defined GPS Signal Simulator | +| 598 | 147 | 20 | [sysstat](https://github.com/sysstat/sysstat) | Performance monitoring tools for Linux | +| 598 | 106 | 22 | [redis2-nginx-module](https://github.com/openresty/redis2-nginx-module) | Nginx upstream module for the Redis 2.0 protocol | +| 597 | 46 | 13 | [ngx_brotli](https://github.com/google/ngx_brotli) | NGINX module for Brotli compression | +| 597 | 71 | 31 | [pg-strom](https://github.com/heterodb/pg-strom) | PG-Strom - Master development repository | +| 596 | 221 | 49 | [nginx-upload-module](https://github.com/vkholodkov/nginx-upload-module) | A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). | +| 596 | 143 | 13 | [yaconf](https://github.com/laruence/yaconf) | A PHP Persistent Configurations Container | +| 595 | 42 | 1 | [CoreFreq](https://github.com/cyring/CoreFreq) | CoreFreq is a CPU monitoring software designed for the 64-bits Processors. | +| 594 | 204 | 36 | [sdk](https://github.com/meganz/sdk) | MEGA C++ SDK | +| 594 | 56 | 30 | [pg_repack](https://github.com/reorg/pg_repack) | Reorganize tables in PostgreSQL databases with minimal locks | +| 594 | 68 | 14 | [raylib](https://github.com/raysan5/raylib) | A simple and easy-to-use library to learn videogames programming | +| 592 | 143 | 46 | [mod_wsgi](https://github.com/GrahamDumpleton/mod_wsgi) | Source code for Apache/mod_wsgi. | +| 591 | 125 | 32 | [pybloomfiltermmap](https://github.com/axiak/pybloomfiltermmap) | Fast Python Bloom Filter using Mmap | +| 591 | 172 | 0 | [jellyfish](https://github.com/x0r1/jellyfish) | GPU rootkit PoC by Team Jellyfish | +| 590 | 301 | 300 | [rsyslog](https://github.com/rsyslog/rsyslog) | a Rocket-fast SYStem for LOG processing | +| 590 | 210 | 16 | [minhook](https://github.com/TsudaKageyu/minhook) | The Minimalistic x86/x64 API Hooking Library for Windows | +| 588 | 222 | 86 | [rtl8812AU_8821AU_linux](https://github.com/abperiasamy/rtl8812AU_8821AU_linux) | rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter | +| 588 | 61 | 46 | [libsoundio](https://github.com/andrewrk/libsoundio) | C library for cross-platform real-time audio input and output | +| 585 | 86 | 137 | [PuTTYTray](https://github.com/FauxFaux/PuTTYTray) | A continuation of Barry Haanstra (haanstra.eu)'s PuTTYTray | +| 584 | 31 | 11 | [memprof](https://github.com/ice799/memprof) | A Ruby gem for memory profiling | +| 583 | 347 | 30 | [opengles3-book](https://github.com/danginsburg/opengles3-book) | OpenGL ES 3.0 Programming Guide Sample Code | +| 582 | 170 | 44 | [PiFmRds](https://github.com/ChristopheJacquet/PiFmRds) | FM-RDS transmitter using the Raspberry Pi's PWM | +| 581 | 58 | 12 | [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) | GoodbyeDPI — Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows) | +| 579 | 208 | 13 | [AndroLua](https://github.com/mkottman/AndroLua) | Lua and LuaJava ported to Android | +| 578 | 178 | 31 | [yac](https://github.com/laruence/yac) | A fast shared memory user data cache for PHP | +| 574 | 179 | 33 | [nanopb](https://github.com/nanopb/nanopb) | Protocol Buffers with small code size | +| 572 | 91 | 280 | [deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | DeaDBeeF Player | +| 572 | 67 | 2 | [proximac](https://github.com/csujedihy/proximac) | An open-source alternative to proxifier | +| 570 | 91 | 2 | [simplefs](https://github.com/psankar/simplefs) | A simple, kernel-space, on-disk filesystem from the scratch | +| 570 | 77 | 2 | [sxiv](https://github.com/muennich/sxiv) | Simple X Image Viewer | +| 568 | 97 | 9 | [preeny](https://github.com/zardus/preeny) | Some helpful preload libraries for pwning stuff. | +| 567 | 18 | 1 | [ngs](https://github.com/ilyash/ngs) | Next Generation Shell (NGS) | +| 565 | 143 | 27 | [wdl-ol](https://github.com/olilarkin/wdl-ol) | Enhanced version of Cockos' IPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. | +| 565 | 90 | 91 | [bcolz](https://github.com/Blosc/bcolz) | A columnar data container that can be compressed. | +| 564 | 213 | 1 | [badvpn](https://github.com/ambrop72/badvpn) | NCD scripting language, tun2socks proxifier, P2P VPN | +| 563 | 50 | 5 | [ox](https://github.com/ohler55/ox) | Ruby Optimized XML Parser | +| 562 | 215 | 19 | [libtomcrypt](https://github.com/libtom/libtomcrypt) | LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. | +| 561 | 158 | 10 | [echo-nginx-module](https://github.com/openresty/echo-nginx-module) | An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file | +| 560 | 114 | 19 | [tinc](https://github.com/gsliepen/tinc) | a VPN daemon | +| 559 | 30 | 22 | [stderred](https://github.com/sickill/stderred) | stderr in red | +| 559 | 256 | 3 | [OverTheWire-website](https://github.com/OverTheWireOrg/OverTheWire-website) | OverTheWire website | +| 558 | 114 | 0 | [simple-rootkit](https://github.com/FaustDeGoethe/simple-rootkit) | A simple attack against gcc and Python via kernel module, with highly detailed comments. | +| 555 | 55 | 9 | [f3](https://github.com/AltraMayor/f3) | F3 - Fight Flash Fraud | +| 554 | 143 | 19 | [sslscan](https://github.com/rbsec/sslscan) | sslscan tests SSL/TLS enabled services to discover supported cipher suites | +| 554 | 40 | 6 | [mjs](https://github.com/cesanta/mjs) | Embedded JavaScript engine for C/C++ | +| 554 | 39 | 18 | [afl.rs](https://github.com/rust-fuzz/afl.rs) | Fuzzing Rust code with american-fuzzy-lop | +| 553 | 122 | 24 | [kpatch](https://github.com/dynup/kpatch) | kpatch - dynamic kernel patching | +| 553 | 39 | 6 | [rpmalloc](https://github.com/rampantpixels/rpmalloc) | Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C | +| 553 | 61 | 141 | [telegram-purple](https://github.com/majn/telegram-purple) | Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers. | +| 552 | 35 | 32 | [sxhkd](https://github.com/baskerville/sxhkd) | Simple X hotkey daemon | +| 551 | 191 | 35 | [spdk](https://github.com/spdk/spdk) | Storage Performance Development Kit | +| 551 | 131 | 6 | [parson](https://github.com/kgabis/parson) | Lightweight JSON library written in C. | +| 551 | 187 | 88 | [Openwrt-NetKeeper](https://github.com/miao1007/Openwrt-NetKeeper) | [C/C++] Run Netkeeper on OpenWrt Device | +| 551 | 134 | 16 | [peg-markdown](https://github.com/jgm/peg-markdown) | An implementation of markdown in C, using a PEG grammar | +| 550 | 471 | 148 | [RTKLIB](https://github.com/tomojitakasu/RTKLIB) | None | +| 549 | 104 | 16 | [HID](https://github.com/NicoHood/HID) | Bring enhanced HID functions to your Arduino! | +| 549 | 150 | 21 | [rnnlib](https://github.com/szcom/rnnlib) | RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/ | +| 549 | 681 | 231 | [rathena](https://github.com/rathena/rathena) | rAthena is an open-source cross-platform MMORPG server. | +| 548 | 202 | 70 | [bluepy](https://github.com/IanHarvey/bluepy) | Python interface to Bluetooth LE on Linux | +| 548 | 39 | 2 | [quiet-lwip](https://github.com/quiet/quiet-lwip) | Full network stack over sound -- lwIP driver for libquiet | +| 547 | 99 | 26 | [spdylay](https://github.com/tatsuhiro-t/spdylay) | The experimental SPDY protocol version 2, 3 and 3.1 implementation in C | +| 547 | 164 | 87 | [httrack](https://github.com/xroche/httrack) | HTTrack Website Copier, copy websites to your computer (Official repository) | +| 547 | 68 | 52 | [bubblewrap](https://github.com/projectatomic/bubblewrap) | Unprivileged sandboxing tool | +| 546 | 77 | 17 | [cef2go](https://github.com/cztomczak/cef2go) | CEF2go is an HTML 5 based GUI toolkit for the Go language.      :speech_balloon: Forum: | +| 546 | 184 | 8 | [wt](https://github.com/emweb/wt) | Wt, C++ Web Toolkit | +| 546 | 137 | 18 | [3proxy](https://github.com/z3APA3A/3proxy) | 3proxy - tiny free proxy server | | 545 | 43 | 35 | [Ingredients](https://github.com/atg/Ingredients) | A Cocoa documentation viewer. | -| 545 | 39 | 1 | [quiet-lwip](https://github.com/quiet/quiet-lwip) | Full network stack over sound -- lwIP driver for libquiet | +| 545 | 103 | 3 | [iOS-BetaBuilder](https://github.com/HunterHillegas/iOS-BetaBuilder) | MacOS X tool designed to simplify creating and distributing beta releases of iOS apps. | +| 545 | 149 | 20 | [winafl](https://github.com/ivanfratric/winafl) | A fork of AFL for fuzzing Windows binaries | +| 545 | 32 | 6 | [fzy](https://github.com/jhawthorn/fzy) | :mag: A better fuzzy finder | | 544 | 55 | 6 | [robdns](https://github.com/robertdavidgraham/robdns) | A fast DNS server based on C10M principles | -| 544 | 141 | 30 | [wdl-ol](https://github.com/olilarkin/wdl-ol) | Enhanced version of Cockos' IPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. | -| 543 | 33 | 29 | [sxhkd](https://github.com/baskerville/sxhkd) | Simple X hotkey daemon | -| 543 | 98 | 26 | [spdylay](https://github.com/tatsuhiro-t/spdylay) | The experimental SPDY protocol version 2, 3 and 3.1 implementation in C | -| 543 | 198 | 39 | [sdk](https://github.com/meganz/sdk) | MEGA C++ SDK | -| 543 | 106 | 3 | [iOS-BetaBuilder](https://github.com/HunterHillegas/iOS-BetaBuilder) | MacOS X tool designed to simplify creating and distributing beta releases of iOS apps. | -| 542 | 196 | 16 | [minhook](https://github.com/TsudaKageyu/minhook) | The Minimalistic x86/x64 API Hooking Library for Windows | -| 542 | 58 | 133 | [telegram-purple](https://github.com/majn/telegram-purple) | Adds support for Telegram to Pidgin, Adium, Finch and other Libpurple based messengers. | -| 540 | 151 | 10 | [echo-nginx-module](https://github.com/openresty/echo-nginx-module) | An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file | -| 540 | 39 | 5 | [rpmalloc](https://github.com/rampantpixels/rpmalloc) | Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C | -| 539 | 162 | 1 | [xnu](https://github.com/opensource-apple/xnu) | XNU - Mac OS X kernel | -| 539 | 240 | 3 | [OverTheWire-website](https://github.com/OverTheWireOrg/OverTheWire-website) | OverTheWire website | -| 537 | 105 | 18 | [tinc](https://github.com/gsliepen/tinc) | a VPN daemon | -| 537 | 126 | 2 | [JSMin](https://github.com/douglascrockford/JSMin) | JavaScript Minification Filter | -| 536 | 75 | 17 | [cef2go](https://github.com/cztomczak/cef2go) | CEF2go is an HTML 5 based GUI toolkit for the Go language.      :speech_balloon: Forum: | -| 536 | 113 | 8 | [vlany](https://github.com/mempodippy/vlany) | Linux LD_PRELOAD rootkit (x86 and x86_64 architectures) | -| 536 | 54 | 9 | [f3](https://github.com/AltraMayor/f3) | F3 - Fight Flash Fraud | -| 535 | 120 | 28 | [kpatch](https://github.com/dynup/kpatch) | kpatch - dynamic kernel patching | -| 534 | 96 | 28 | [ktap](https://github.com/ktap/ktap) | A lightweight script-based dynamic tracing tool for Linux | -| 533 | 194 | 14 | [badvpn](https://github.com/ambrop72/badvpn) | NCD scripting language, tun2socks proxifier, P2P VPN | -| 533 | 86 | 85 | [bcolz](https://github.com/Blosc/bcolz) | A columnar data container that can be compressed. | -| 532 | 17 | 1 | [ngs](https://github.com/ilyash/ngs) | Next Generation Shell (NGS) | -| 532 | 33 | 25 | [lighthouse](https://github.com/emgram769/lighthouse) | A simple scriptable popup dialog to run on X. | -| 531 | 145 | 16 | [madlib](https://github.com/madlib/madlib) | MADlib has moved to Apache MADlib (incubating). Please send pull requests to the Apache repository. | -| 531 | 74 | 1 | [BMW-OpenSource](https://github.com/edent/BMW-OpenSource) | All the Open Source Software provided by BMW for their i3 | -| 531 | 135 | 22 | [pygments.rb](https://github.com/tmm1/pygments.rb) | pygments syntax highlighting in ruby | -| 530 | 29 | 8 | [pick](https://github.com/calleerlandsson/pick) | A fuzzy search tool for the command-line | -| 530 | 169 | 41 | [nanopb](https://github.com/nanopb/nanopb) | Protocol Buffers with small code size | -| 529 | 95 | 15 | [HID](https://github.com/NicoHood/HID) | Bring enhanced HID functions to your Arduino! | -| 528 | 37 | 9 | [quiet](https://github.com/quiet/quiet) | Transmit data with sound. Includes binaries for soundcards and .wav files. | -| 528 | 14 | 1 | [nginx-module-sysguard](https://github.com/vozlt/nginx-module-sysguard) | Nginx sysguard module | -| 527 | 123 | 46 | [corosync](https://github.com/corosync/corosync) | The Corosync Cluster Engine | -| 527 | 82 | 38 | [php-git](https://github.com/libgit2/php-git) | PHP bindings for libgit2 | -| 527 | 148 | 319 | [reicast-emulator](https://github.com/reicast/reicast-emulator) | Reicast is a multiplatform Sega Dreamcast emulator | -| 526 | 146 | 20 | [rnnlib](https://github.com/szcom/rnnlib) | RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/ | -| 525 | 54 | 1 | [plan9](https://github.com/0intro/plan9) | Plan 9 from Bell Labs | -| 525 | 230 | 22 | [elua](https://github.com/elua/elua) | eLua Project on GitHub | -| 524 | 135 | 18 | [sslscan](https://github.com/rbsec/sslscan) | sslscan tests SSL/TLS enabled services to discover supported cipher suites | -| 524 | 128 | 9 | [parson](https://github.com/kgabis/parson) | Lightweight JSON library written in C. | -| 524 | 94 | 0 | [TPCircularBuffer](https://github.com/michaeltyson/TPCircularBuffer) | A simple, fast circular buffer implementation | -| 522 | 122 | 63 | [yasm](https://github.com/yasm/yasm) | Yasm Assembler mainline development tree | -| 522 | 450 | 141 | [RTKLIB](https://github.com/tomojitakasu/RTKLIB) | None | -| 521 | 56 | 12 | [GoodbyeDPI](https://github.com/ValdikSS/GoodbyeDPI) | GoodbyeDPI — Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows) | -| 521 | 66 | 13 | [raylib](https://github.com/raysan5/raylib) | A simple and easy-to-use library to learn videogames programming | -| 521 | 131 | 16 | [3proxy](https://github.com/z3APA3A/3proxy) | 3proxy - tiny free proxy server | -| 521 | 273 | 12 | [u-boot_mod](https://github.com/pepe2k/u-boot_mod) | U-Boot 1.1.4 modification for routers | -| 520 | 177 | 30 | [spdk](https://github.com/spdk/spdk) | Storage Performance Development Kit | -| 520 | 44 | 12 | [libdill](https://github.com/sustrik/libdill) | Structured concurrency in C | -| 519 | 68 | 1 | [ThinkPwn](https://github.com/Cr4sh/ThinkPwn) | Lenovo ThinkPad System Management Mode arbitrary code execution 0day exploit | -| 519 | 31 | 18 | [binding_of_caller](https://github.com/banister/binding_of_caller) | Retrieve the binding of a method's caller in MRI 1.9.2+ | -| 518 | 90 | 24 | [ultramysql](https://github.com/esnme/ultramysql) | A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching. | -| 518 | 123 | 22 | [shairplay](https://github.com/juhovh/shairplay) | Apple airplay and raop protocol server | -| 518 | 28 | 22 | [mbox](https://github.com/tsgates/mbox) | A lightweight sandbox tool for non-root users | -| 517 | 296 | 24 | [ergodox-firmware](https://github.com/benblazak/ergodox-firmware) | firmware for the ergoDOX keyboard | -| 517 | 86 | 2 | [qboot](https://github.com/bonzini/qboot) | Minimal x86 firmware for booting Linux kernels | -| 517 | 272 | 1 | [vmware_escape](https://github.com/unamer/vmware_escape) | VMware Escape Exploit before VMware WorkStation 12.5.5 | -| 516 | 30 | 7 | [houdini](https://github.com/vmg/houdini) | The Escapist | -| 516 | 299 | 133 | [samtools](https://github.com/samtools/samtools) | Tools (written in C using htslib) for manipulating next-generation sequencing data | -| 516 | 37 | 22 | [showterm](https://github.com/ConradIrwin/showterm) | The rubygem to upload to http://showterm.io | -| 516 | 581 | 2 | [stm32f429](https://github.com/MaJerle/stm32f429) | Keil projects and libraries for STM32F4xx devices | -| 516 | 159 | 22 | [Ne10](https://github.com/projectNe10/Ne10) | An open optimized software library project for the ARM® Architecture | +| 544 | 430 | 35 | [edk2](https://github.com/tianocore/edk2) | EDK II | +| 544 | 48 | 13 | [libdill](https://github.com/sustrik/libdill) | Structured concurrency in C | +| 543 | 231 | 6 | [ReflectiveDLLInjection](https://github.com/stephenfewer/ReflectiveDLLInjection) | Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process. | +| 543 | 32 | 5 | [pick](https://github.com/calleerlandsson/pick) | A fuzzy search tool for the command-line | +| 542 | 126 | 47 | [corosync](https://github.com/corosync/corosync) | The Corosync Cluster Engine | +| 542 | 119 | 8 | [vlany](https://github.com/mempodippy/vlany) | Linux LD_PRELOAD rootkit (x86 and x86_64 architectures) | +| 541 | 37 | 9 | [quiet](https://github.com/quiet/quiet) | Transmit data with sound. Includes binaries for soundcards and .wav files. | +| 541 | 187 | 19 | [grbl](https://github.com/gnea/grbl) | An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino | +| 541 | 153 | 326 | [reicast-emulator](https://github.com/reicast/reicast-emulator) | Reicast is a multiplatform Sega Dreamcast emulator | +| 541 | 164 | 24 | [Ne10](https://github.com/projectNe10/Ne10) | An open optimized software library project for the ARM® Architecture | +| 539 | 232 | 22 | [elua](https://github.com/elua/elua) | eLua Project on GitHub | +| 538 | 96 | 28 | [ktap](https://github.com/ktap/ktap) | A lightweight script-based dynamic tracing tool for Linux | +| 537 | 597 | 2 | [stm32f429](https://github.com/MaJerle/stm32f429) | Keil projects and libraries for STM32F4xx devices | +| 536 | 310 | 133 | [samtools](https://github.com/samtools/samtools) | Tools (written in C using htslib) for manipulating next-generation sequencing data | +| 536 | 132 | 61 | [yasm](https://github.com/yasm/yasm) | Yasm Assembler mainline development tree | +| 536 | 96 | 10 | [ssl-kill-switch2](https://github.com/nabla-c0d3/ssl-kill-switch2) | Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and OS X Apps | +| 536 | 159 | 30 | [cmark](https://github.com/commonmark/cmark) | CommonMark parsing and rendering library and program in C | +| 534 | 74 | 0 | [BMW-OpenSource](https://github.com/edent/BMW-OpenSource) | All the Open Source Software provided by BMW for their i3 | +| 534 | 126 | 2 | [JSMin](https://github.com/douglascrockford/JSMin) | JavaScript Minification Filter | +| 534 | 278 | 13 | [u-boot_mod](https://github.com/pepe2k/u-boot_mod) | U-Boot 1.1.4 modification for routers | +| 533 | 128 | 22 | [shairplay](https://github.com/juhovh/shairplay) | Apple airplay and raop protocol server | +| 533 | 145 | 16 | [madlib](https://github.com/madlib/madlib) | MADlib has moved to Apache MADlib (incubating). Please send pull requests to the Apache repository. | +| 533 | 34 | 26 | [lighthouse](https://github.com/emgram769/lighthouse) | A simple scriptable popup dialog to run on X. | +| 532 | 60 | 8 | [Bear](https://github.com/rizsotto/Bear) | Build EAR | +| 532 | 96 | 0 | [TPCircularBuffer](https://github.com/michaeltyson/TPCircularBuffer) | A simple, fast circular buffer implementation | +| 531 | 15 | 1 | [nginx-module-sysguard](https://github.com/vozlt/nginx-module-sysguard) | Nginx sysguard module | +| 531 | 54 | 1 | [plan9](https://github.com/0intro/plan9) | Plan 9 from Bell Labs | +| 531 | 136 | 19 | [pygments.rb](https://github.com/tmm1/pygments.rb) | pygments syntax highlighting in ruby | +| 530 | 70 | 1 | [ThinkPwn](https://github.com/Cr4sh/ThinkPwn) | Lenovo ThinkPad System Management Mode arbitrary code execution 0day exploit | +| 529 | 102 | 128 | [xdotool](https://github.com/jordansissel/xdotool) | fake keyboard/mouse input, window management, and more | +| 529 | 82 | 38 | [php-git](https://github.com/libgit2/php-git) | PHP bindings for libgit2 | +| 529 | 140 | 126 | [criu](https://github.com/checkpoint-restore/criu) | Checkpoint/Restore tool | +| 529 | 45 | 3 | [Down](https://github.com/iwasrobbed/Down) | Blazing fast Markdown rendering in Swift, built upon cmark. | +| 529 | 283 | 1 | [vmware_escape](https://github.com/unamer/vmware_escape) | VMware Escape Exploit before VMware WorkStation 12.5.5 | +| 528 | 299 | 148 | [UVCCamera](https://github.com/saki4510t/UVCCamera) | library and sample to access to UVC web camera on non-rooted Android device | +| 526 | 77 | 1 | [GraphicsGems](https://github.com/erich666/GraphicsGems) | Code for the "Graphics Gems" book series | +| 526 | 157 | 12 | [php-cp](https://github.com/swoole/php-cp) | pdo and redis tcp connect proxy | +| 524 | 300 | 52 | [kamailio](https://github.com/kamailio/kamailio) | Kamailio - The Open Source SIP Server - | +| 522 | 29 | 21 | [mbox](https://github.com/tsgates/mbox) | A lightweight sandbox tool for non-root users | +| 522 | 31 | 19 | [binding_of_caller](https://github.com/banister/binding_of_caller) | Retrieve the binding of a method's caller in MRI 1.9.2+ | +| 521 | 89 | 24 | [ultramysql](https://github.com/esnme/ultramysql) | A fast MySQL driver written in pure C/C++ for Python. Compatible with gevent through monkey patching. | +| 521 | 207 | 83 | [CudaMiner](https://github.com/cbuchner1/CudaMiner) | a CUDA accelerated litecoin mining application based on pooler's CPU miner | +| 521 | 300 | 24 | [ergodox-firmware](https://github.com/benblazak/ergodox-firmware) | firmware for the ergoDOX keyboard | +| 521 | 74 | 86 | [gambit](https://github.com/gambit/gambit) | Gambit is an efficient implementation of the Scheme programming language. | +| 520 | 128 | 1 | [arq_restore](https://github.com/arqbackup/arq_restore) | command-line utility for restoring from Arq backups | +| 519 | 37 | 22 | [showterm](https://github.com/ConradIrwin/showterm) | The rubygem to upload to http://showterm.io | +| 519 | 244 | 4 | [tinyhttpd](https://github.com/cbsheng/tinyhttpd) | tinyhttpd的详细注释版,十分适合入门者学习的一个项目 | +| 519 | 115 | 10 | [runkit](https://github.com/zenovich/runkit) | Runkit (official PECL PHP Runkit extension) | +| 518 | 86 | 2 | [qboot](https://github.com/bonzini/qboot) | Minimal x86 firmware for booting Linux kernels | +| 517 | 34 | 0 | [heap_allocator](https://github.com/CCareaga/heap_allocator) | A simple heap memory allocator in ~200 lines. | +| 517 | 26 | 60 | [wincompose](https://github.com/samhocevar/wincompose) | Compose Key for Windows | +| 516 | 63 | 24 | [Criterion](https://github.com/Snaipe/Criterion) | A cross-platform C and C++ unit testing framework for the 21th century | +| 516 | 102 | 0 | [plan9](https://github.com/brho/plan9) | UC Berkeley release of Plan 9 under the GPLv2 | +| 515 | 30 | 7 | [houdini](https://github.com/vmg/houdini) | The Escapist | | 515 | 105 | 1 | [ofxKinect](https://github.com/ofTheo/ofxKinect) | legacy openFrameworks wrapper for the xbox kinect (OF pre-0.8.0+ only) - ofxKinect is now included and is being maintained in OF releases | -| 515 | 139 | 120 | [criu](https://github.com/xemul/criu) | Checkpoint/Restore tool | -| 515 | 59 | 5 | [Bear](https://github.com/rizsotto/Bear) | Build EAR | -| 514 | 113 | 10 | [runkit](https://github.com/zenovich/runkit) | Runkit (official PECL PHP Runkit extension) | -| 513 | 124 | 1 | [arq_restore](https://github.com/arqbackup/arq_restore) | command-line utility for restoring from Arq backups | -| 513 | 185 | 16 | [wt](https://github.com/emweb/wt) | Wt, C++ Web Toolkit | -| 513 | 72 | 83 | [gambit](https://github.com/gambit/gambit) | Gambit is an efficient implementation of the Scheme programming language. | -| 513 | 661 | 226 | [rathena](https://github.com/rathena/rathena) | rAthena is an open-source cross-platform MMORPG server. | -| 512 | 414 | 35 | [edk2](https://github.com/tianocore/edk2) | EDK II | -| 511 | 98 | 119 | [xdotool](https://github.com/jordansissel/xdotool) | fake keyboard/mouse input, window management, and more | -| 511 | 28 | 25 | [imgmin](https://github.com/rflynn/imgmin) | Lossy image optimization | -| 511 | 218 | 6 | [ReflectiveDLLInjection](https://github.com/stephenfewer/ReflectiveDLLInjection) | Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process. | -| 511 | 202 | 80 | [CudaMiner](https://github.com/cbuchner1/CudaMiner) | a CUDA accelerated litecoin mining application based on pooler's CPU miner | -| 510 | 237 | 4 | [tinyhttpd](https://github.com/cbsheng/tinyhttpd) | tinyhttpd的详细注释版,十分适合入门者学习的一个项目 | -| 509 | 140 | 17 | [winafl](https://github.com/ivanfratric/winafl) | A fork of AFL for fuzzing Windows binaries | +| 515 | 107 | 6 | [v-usb](https://github.com/obdev/v-usb) | A Firmware-Only USB implementation for Atmel's AVR Microcontrollers | +| 515 | 36 | 16 | [rlwrap](https://github.com/hanslub42/rlwrap) | A readline wrapper | +| 514 | 82 | 24 | [snoopy](https://github.com/a2o/snoopy) | Log every executed command to syslog (a.k.a. Snoopy Logger). | +| 514 | 139 | 43 | [simavr](https://github.com/buserror/simavr) | simavr is a lean, mean and hackable AVR simulator for linux & OSX | +| 513 | 28 | 25 | [imgmin](https://github.com/rflynn/imgmin) | Lossy image optimization | +| 513 | 22 | 4 | [blinky](https://github.com/shaunlebron/blinky) | Exploring peripheral vision in games (using Quake) | +| 512 | 171 | 47 | [python-midi](https://github.com/vishnubob/python-midi) | Python MIDI library | +| 512 | 767 | 109 | [mavlink](https://github.com/mavlink/mavlink) | Marshalling / communication library for drones. | +| 510 | 175 | 29 | [OverFeat](https://github.com/sermanet/OverFeat) | None | +| 510 | 173 | 239 | [pkg](https://github.com/freebsd/pkg) | Package management tool for FreeBSD. Help at #pkgng on Freenode or pkg@FreeBSD.org | +| 510 | 239 | 30 | [liblinear](https://github.com/cjlin1/liblinear) | None | +| 510 | 73 | 12 | [libfaketime](https://github.com/wolfcw/libfaketime) | libfaketime modifies the system time for a single application | +| 509 | 20 | 0 | [rt0](https://github.com/lpsantil/rt0) | A minimal C runtime for Linux i386 & x86_64 | +| 509 | 73 | 64 | [skype4pidgin](https://github.com/EionRobb/skype4pidgin) | Skype Plugin for Pidgin, libpurple and more | | 509 | 116 | 7 | [ketama](https://github.com/RJ/ketama) | C library for consistent hashing, and langauge bindings | -| 509 | 153 | 11 | [php-cp](https://github.com/swoole/php-cp) | pdo and redis tcp connect proxy | -| 508 | 157 | 87 | [httrack](https://github.com/xroche/httrack) | HTTrack Website Copier, copy websites to your computer (Official repository) | -| 508 | 168 | 233 | [pkg](https://github.com/freebsd/pkg) | Package management tool for FreeBSD. Help at #pkgng on Freenode or pkg@FreeBSD.org | -| 507 | 30 | 3 | [mjs](https://github.com/cesanta/mjs) | Embedded JavaScript engine for C/C++ | -| 506 | 173 | 29 | [OverFeat](https://github.com/sermanet/OverFeat) | None | -| 506 | 40 | 19 | [escape_utils](https://github.com/brianmario/escape_utils) | Faster string escaping routines for your ruby apps | -| 506 | 75 | 0 | [GraphicsGems](https://github.com/erich666/GraphicsGems) | Code for the "Graphics Gems" book series | -| 505 | 20 | 0 | [rt0](https://github.com/lpsantil/rt0) | A minimal C runtime for Linux i386 & x86_64 | -| 505 | 291 | 46 | [kamailio](https://github.com/kamailio/kamailio) | Kamailio - The Open Source SIP Server - | -| 505 | 160 | 75 | [Openwrt-NetKeeper](https://github.com/miao1007/Openwrt-NetKeeper) | [C/C++] Run Netkeeper on OpenWrt Device | -| 505 | 190 | 31 | [crossbridge](https://github.com/adobe-flash/crossbridge) | Welcome to visit the homepage! | -| 505 | 22 | 4 | [blinky](https://github.com/shaunlebron/blinky) | Exploring peripheral vision in games (using Quake) | -| 505 | 64 | 45 | [bubblewrap](https://github.com/projectatomic/bubblewrap) | Unprivileged sandboxing tool | -| 504 | 100 | 0 | [plan9](https://github.com/brho/plan9) | UC Berkeley release of Plan 9 under the GPLv2 | -| 503 | 25 | 57 | [wincompose](https://github.com/samhocevar/wincompose) | Compose Key for Windows | -| 502 | 86 | 11 | [msgpack-ruby](https://github.com/msgpack/msgpack-ruby) | MessagePack implementation for Ruby / msgpack.org[Ruby] | -| 501 | 81 | 24 | [snoopy](https://github.com/a2o/snoopy) | Log every executed command to syslog (a.k.a. Snoopy Logger). | -| 501 | 30 | 12 | [fzy](https://github.com/jhawthorn/fzy) | :mag: A better fuzzy finder | -| 500 | 13 | 2 | [html5-parser](https://github.com/kovidgoyal/html5-parser) | Fast C based HTML 5 parsing for python | -| 498 | 72 | 61 | [skype4pidgin](https://github.com/EionRobb/skype4pidgin) | Skype Plugin for Pidgin, libpurple and more | -| 498 | 84 | 20 | [potion](https://github.com/perl11/potion) | _why the lucky stiff's little language (the official repo... until _why returns) | -| 498 | 150 | 26 | [cmark](https://github.com/commonmark/cmark) | CommonMark parsing and rendering library and program in C | -| 497 | 87 | 4 | [sigmavpn](https://github.com/neilalexander/sigmavpn) | Light-weight, secure and modular VPN solution | -| 497 | 34 | 15 | [rlwrap](https://github.com/hanslub42/rlwrap) | A readline wrapper | -| 496 | 60 | 20 | [Criterion](https://github.com/Snaipe/Criterion) | A cross-platform C and C++ unit testing framework for the 21th century | -| 496 | 91 | 9 | [ssl-kill-switch2](https://github.com/nabla-c0d3/ssl-kill-switch2) | Blackbox tool to disable SSL certificate validation - including certificate pinning - within iOS and OS X Apps | -| 496 | 192 | 69 | [bluepy](https://github.com/IanHarvey/bluepy) | Python interface to Bluetooth LE on Linux | -| 496 | 23 | 15 | [howm](https://github.com/HarveyHunt/howm) | A lightweight, X11 tiling window manager that behaves like vim | -| 495 | 745 | 102 | [mavlink](https://github.com/mavlink/mavlink) | Marshalling / communication library for drones. | -| 495 | 78 | 138 | [Magisk](https://github.com/topjohnwu/Magisk) | A Magic Mask to Alter Android System Systemless-ly | -| 494 | 69 | 4 | [patron](https://github.com/toland/patron) | Ruby HTTP client based on libcurl | -| 494 | 104 | 6 | [v-usb](https://github.com/obdev/v-usb) | A Firmware-Only USB implementation for Atmel's AVR Microcontrollers | -| 493 | 172 | 1 | [decode-memcached](https://github.com/daoluan/decode-memcached) | memcached 源码剖析注释 | -| 492 | 164 | 43 | [python-midi](https://github.com/vishnubob/python-midi) | Python MIDI library | +| 508 | 10 | 1 | [envchain](https://github.com/sorah/envchain) | Environment variables meet macOS Keychain and gnome-keyring <3 | +| 507 | 85 | 12 | [msgpack-ruby](https://github.com/msgpack/msgpack-ruby) | MessagePack implementation for Ruby / msgpack.org[Ruby] | +| 507 | 129 | 6 | [azazel](https://github.com/chokepoint/azazel) | Azazel is a userland rootkit based off of the original LD_PRELOAD technique from Jynx rootkit. It is more robust and has additional features, and focuses heavily around anti-debugging and anti-detection. | +| 507 | 40 | 19 | [escape_utils](https://github.com/brianmario/escape_utils) | Faster string escaping routines for your ruby apps | +| 507 | 115 | 6 | [LiME](https://github.com/504ensicsLabs/LiME) | LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures from Android devices. It also minimizes its interaction between user and kernel space processes during acquisition, which allows it to produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisition. | +| 506 | 191 | 31 | [crossbridge](https://github.com/adobe-flash/crossbridge) | Welcome to visit the homepage! | +| 505 | 23 | 16 | [howm](https://github.com/HarveyHunt/howm) | A lightweight, X11 tiling window manager that behaves like vim | +| 504 | 137 | 1 | [vlmcsd](https://github.com/Wind4/vlmcsd) | KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin) | +| 504 | 116 | 4 | [light_ws2812](https://github.com/cpldcpu/light_ws2812) | Light weight library to control WS2811/WS2812 based LEDS and LED Strings for 8-Bit AVR microcontrollers. | +| 502 | 82 | 20 | [potion](https://github.com/perl11/potion) | _why the lucky stiff's little language (the official repo... until _why returns) | +| 501 | 158 | 953 | [dynamorio](https://github.com/DynamoRIO/dynamorio) | Dynamic Instrumentation Tool Platform | +| 501 | 32 | 0 | [Soundpipe](https://github.com/PaulBatchelor/Soundpipe) | A lightweight music DSP library. | +| 500 | 270 | 4 | [libav](https://github.com/libav/libav) | Libav github mirror, clone of git://git.libav.org/libav | +| 499 | 13 | 1 | [html5-parser](https://github.com/kovidgoyal/html5-parser) | Fast C based HTML 5 parsing for python | +| 499 | 391 | 0 | [Linux_Programming](https://github.com/shihyu/Linux_Programming) | None | +| 499 | 88 | 4 | [sigmavpn](https://github.com/neilalexander/sigmavpn) | Light-weight, secure and modular VPN solution | +| 498 | 257 | 67 | [wifidog-gateway](https://github.com/wifidog/wifidog-gateway) | Repository for the wifidog-gateway captive portal designed for embedded systems | +| 498 | 97 | 1 | [discount](https://github.com/Orc/discount) | My C implementation of John Gruber's Markdown markup language | +| 497 | 69 | 3 | [patron](https://github.com/toland/patron) | Ruby HTTP client based on libcurl | +| 497 | 273 | 20 | [Adafruit_Python_DHT](https://github.com/adafruit/Adafruit_Python_DHT) | Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black. | +| 497 | 58 | 1 | [zydis](https://github.com/zyantific/zydis) | Fast and lightweight x86/x86-64 disassembler library | +| 497 | 434 | 10 | [C](https://github.com/Mzzopublic/C) | C语言 | +| 496 | 104 | 0 | [src](https://github.com/openbsd/src) | Public git conversion mirror of OpenBSD's official cvs src repository. | +| 496 | 111 | 0 | [doom3do](https://github.com/Olde-Skuul/doom3do) | The complete archive for DOOM for the 3DO | +| 496 | 30 | 6 | [nuklear](https://github.com/golang-ui/nuklear) | This project provides Go bindings for nuklear.h — a small ANSI C GUI library. | +| 495 | 123 | 45 | [ChameleonMini](https://github.com/emsec/ChameleonMini) | The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. For further information see the Getting Started Page or the GitHub-Wiki-Tab above. | +| 495 | 225 | 18 | [android-unpacker](https://github.com/strazzere/android-unpacker) | Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0 | +| 495 | 257 | 12 | [exfat-nofuse](https://github.com/dorimanx/exfat-nofuse) | Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems | +| 494 | 140 | 0 | [inih](https://github.com/benhoyt/inih) | Simple .INI file parser in C, good for embedded systems | +| 494 | 180 | 46 | [simple-obfs](https://github.com/shadowsocks/simple-obfs) | A simple obfuscating tool | +| 494 | 175 | 1 | [decode-memcached](https://github.com/daoluan/decode-memcached) | memcached 源码剖析注释 | +| 494 | 136 | 39 | [netsniff-ng](https://github.com/netsniff-ng/netsniff-ng) | A Swiss army knife for your daily Linux network plumbing. | +| 493 | 26 | 5 | [pgcenter](https://github.com/lesovsky/pgcenter) | top-like admin tool for PostgreSQL. | +| 493 | 382 | 16 | [suricata](https://github.com/OISF/suricata) | Suricata git repository maintained by the OISF | +| 493 | 159 | 3 | [zju-icicles](https://github.com/QSCTech/zju-icicles) | 浙江大学课程攻略共享计划 | | 491 | 109 | 0 | [hpricot](https://github.com/hpricot/hpricot) | Hpricot has ended. Please consider an alternative like nokogiri. | -| 491 | 111 | 0 | [doom3do](https://github.com/Olde-Skuul/doom3do) | The complete archive for DOOM for the 3DO | -| 491 | 124 | 6 | [azazel](https://github.com/chokepoint/azazel) | Azazel is a userland rootkit based off of the original LD_PRELOAD technique from Jynx rootkit. It is more robust and has additional features, and focuses heavily around anti-debugging and anti-detection. | -| 491 | 38 | 1 | [Down](https://github.com/iwasrobbed/Down) | Blazing fast Markdown rendering in Swift, built upon cmark. | -| 490 | 10 | 1 | [envchain](https://github.com/sorah/envchain) | Environment variables meet macOS Keychain and gnome-keyring <3 | -| 490 | 97 | 3 | [discount](https://github.com/Orc/discount) | My C implementation of John Gruber's Markdown markup language | -| 490 | 252 | 11 | [exfat-nofuse](https://github.com/dorimanx/exfat-nofuse) | Android ARM Linux non-fuse read/write kernel driver for exFat and VFat Android file systems | -| 490 | 71 | 12 | [libfaketime](https://github.com/wolfcw/libfaketime) | libfaketime modifies the system time for a single application | -| 489 | 30 | 0 | [Soundpipe](https://github.com/PaulBatchelor/Soundpipe) | A lightweight music DSP library. | -| 488 | 99 | 15 | [Vim](https://github.com/applidium/Vim) | Port of the Vim text editor to the iOS | -| 488 | 135 | 39 | [netsniff-ng](https://github.com/netsniff-ng/netsniff-ng) | A Swiss army knife for your daily Linux network plumbing. | -| 487 | 115 | 7 | [light_ws2812](https://github.com/cpldcpu/light_ws2812) | Light weight library to control WS2811/WS2812 based LEDS and LED Strings for 8-Bit AVR microcontrollers. | -| 487 | 27 | 11 | [btrfs](https://github.com/maharmstone/btrfs) | WinBtrfs | -| 486 | 229 | 29 | [liblinear](https://github.com/cjlin1/liblinear) | None | -| 485 | 800 | 9 | [openwrt](https://github.com/openwrt-mirror/openwrt) | Mirror of the OpenWRT repository | -| 485 | 64 | 8 | [markdownlive](https://github.com/rentzsch/markdownlive) | Purpose-built Markdown Editor for Mac OS X with Live Preview | -| 485 | 421 | 9 | [C](https://github.com/Mzzopublic/C) | C语言 | -| 484 | 95 | 1 | [alilua](https://github.com/oneoo/alilua) | epoll/kqueue+lua based web server | -| 484 | 27 | 5 | [pgcenter](https://github.com/lesovsky/pgcenter) | top-like admin tool for PostgreSQL. | -| 483 | 223 | 18 | [android-unpacker](https://github.com/strazzere/android-unpacker) | Android Unpacker presented at Defcon 22: Android Hacker Protection Level 0 | -| 481 | 250 | 64 | [wifidog-gateway](https://github.com/wifidog/wifidog-gateway) | Repository for the wifidog-gateway captive portal designed for embedded systems | -| 479 | 118 | 42 | [ChameleonMini](https://github.com/emsec/ChameleonMini) | The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. For further information see the Getting Started Page or the GitHub-Wiki-Tab above. | -| 479 | 264 | 4 | [libav](https://github.com/libav/libav) | Libav github mirror, clone of git://git.libav.org/libav | -| 479 | 157 | 9 | [TouchXML](https://github.com/TouchCode/TouchXML) | iOS port of NSXMLDocument | -| 476 | 278 | 134 | [UVCCamera](https://github.com/saki4510t/UVCCamera) | library and sample to access to UVC web camera on non-rooted Android device | -| 476 | 109 | 4 | [LiME](https://github.com/504ensicsLabs/LiME) | LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures from Android devices. It also minimizes its interaction between user and kernel space processes during acquisition, which allows it to produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisition. | -| 475 | 186 | 40 | [textfairy](https://github.com/renard314/textfairy) | Android OCR App | -| 475 | 225 | 32 | [bladeRF](https://github.com/Nuand/bladeRF) | bladeRF USB 3.0 Superspeed Software Defined Radio Source Code | -| 474 | 152 | 941 | [dynamorio](https://github.com/DynamoRIO/dynamorio) | Dynamic Instrumentation Tool Platform | -| 474 | 107 | 4 | [devos](https://github.com/SamyPesse/devos) | (Very) basic UNIX-like operating system built when I was younger | -| 474 | 38 | 18 | [pelikan](https://github.com/twitter/pelikan) | Pelikan is Twitter's unified cache backend | -| 474 | 123 | 1 | [self-compile-Android](https://github.com/Tribler/self-compile-Android) | Autonomous smartphone app. Capable of self-compilation, mutation, and viral spreading. World-first proof-of-principle to bypass Internet kill switches. | -| 474 | 20 | 2 | [wasm_lua](https://github.com/vvanders/wasm_lua) | Lua VM running in a WASM environment | -| 474 | 131 | 43 | [simavr](https://github.com/buserror/simavr) | simavr is a lean, mean and hackable AVR simulator for linux & OSX | -| 473 | 47 | 13 | [tc-play](https://github.com/bwalex/tc-play) | Free and simple TrueCrypt Implementation based on dm-crypt | -| 473 | 122 | 2 | [DOOM-iOS](https://github.com/id-Software/DOOM-iOS) | DOOM Classic for iOS Source Release | -| 472 | 92 | 10 | [rpi-firmware](https://github.com/Hexxeh/rpi-firmware) | Firmware files for the Raspberry Pi | +| 491 | 70 | 1 | [level-ip](https://github.com/saminiir/level-ip) | A hacker's userspace TCP/IP stack | +| 490 | 96 | 1 | [alilua](https://github.com/oneoo/alilua) | epoll/kqueue+lua based web server | +| 490 | 153 | 10 | [HackSysExtremeVulnerableDriver](https://github.com/hacksysteam/HackSysExtremeVulnerableDriver) | HackSys Extreme Vulnerable Windows Driver | +| 490 | 60 | 2 | [ApsaraCache](https://github.com/alibaba/ApsaraCache) | ApsaraCache is a Redis branch originated from Alibaba Group. | +| 490 | 47 | 0 | [cmftStudio](https://github.com/dariomanesku/cmftStudio) | cmftStudio - GUI counterpart for: | +| 490 | 60 | 47 | [vimb](https://github.com/fanglingsu/vimb) | Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience. | +| 490 | 227 | 36 | [bladeRF](https://github.com/Nuand/bladeRF) | bladeRF USB 3.0 Superspeed Software Defined Radio Source Code | +| 489 | 99 | 15 | [Vim](https://github.com/applidium/Vim) | Port of the Vim text editor to the iOS | +| 488 | 805 | 9 | [openwrt](https://github.com/openwrt-mirror/openwrt) | Mirror of the OpenWRT repository | +| 487 | 118 | 49 | [cc65](https://github.com/cc65/cc65) | cc65 - a freeware C compiler for 6502 based systems — | +| 487 | 82 | 23 | [uftrace](https://github.com/namhyung/uftrace) | Function (graph) tracer for user-space | +| 487 | 64 | 8 | [markdownlive](https://github.com/rentzsch/markdownlive) | Purpose-built Markdown Editor for Mac OS X with Live Preview | +| 486 | 169 | 196 | [gpac](https://github.com/gpac/gpac) | GPAC main code repository | +| 486 | 193 | 45 | [textfairy](https://github.com/renard314/textfairy) | Android OCR App | +| 486 | 66 | 40 | [mintty](https://github.com/mintty/mintty) | The Cygwin Terminal – terminal emulator for Cygwin, MSYS, and WSL | +| 485 | 53 | 8 | [rmlint](https://github.com/sahib/rmlint) | Extremely fast tool to remove duplicates and other lint from your filesystem | +| 484 | 362 | 67 | [LoRaMac-node](https://github.com/Lora-net/LoRaMac-node) | Reference implementation and documentation of a LoRa network node. | +| 484 | 204 | 1 | [tor](https://github.com/torproject/tor) | unofficial git repo -- report bugs/issues on https://trac.torproject.org/ -- no pull requests here -- | +| 483 | 131 | 10 | [nginx-vod-module](https://github.com/kaltura/nginx-vod-module) | NGINX-based MP4 Repackager | +| 482 | 55 | 18 | [sshfs](https://github.com/osxfuse/sshfs) | File system based on the SSH File Transfer Protocol | +| 482 | 38 | 0 | [giflossy](https://github.com/pornel/giflossy) | Lossy GIF compressor (please report bugs/PRs to the gifsicle project) | +| 481 | 199 | 15 | [openmv](https://github.com/openmv/openmv) | OpenMV Camera Module | +| 481 | 21 | 2 | [wasm_lua](https://github.com/vvanders/wasm_lua) | Lua VM running in a WASM environment | +| 481 | 54 | 18 | [postgresql-hll](https://github.com/aggregateknowledge/postgresql-hll) | PostgreSQL extension adding HyperLogLog data structures as a native data type | +| 481 | 39 | 18 | [pelikan](https://github.com/twitter/pelikan) | Pelikan is Twitter's unified cache backend | +| 481 | 95 | 9 | [rpi-firmware](https://github.com/Hexxeh/rpi-firmware) | Firmware files for the Raspberry Pi | +| 480 | 145 | 43 | [liquid-dsp](https://github.com/jgaeddert/liquid-dsp) | digital signal processing library for software-defined radios | +| 478 | 105 | 20 | [ccan](https://github.com/rustyrussell/ccan) | The C Code Archive Network | +| 478 | 156 | 10 | [TouchXML](https://github.com/TouchCode/TouchXML) | iOS port of NSXMLDocument | +| 477 | 60 | 40 | [jpeg-archive](https://github.com/danielgtaylor/jpeg-archive) | Utilities for archiving JPEGs for long term storage. | +| 477 | 125 | 2 | [DOOM-iOS](https://github.com/id-Software/DOOM-iOS) | DOOM Classic for iOS Source Release | +| 477 | 176 | 2 | [libraries](https://github.com/gozfree/libraries) | Lightweight libraries, wrapper and extension of POSIX | +| 477 | 128 | 41 | [flex](https://github.com/westes/flex) | The Fast Lexical Analyzer | +| 477 | 109 | 4 | [devos](https://github.com/SamyPesse/devos) | (Very) basic UNIX-like operating system built when I was younger | +| 477 | 287 | 8 | [viabtc_exchange_server](https://github.com/viabtc/viabtc_exchange_server) | A trading engine with high-speed performance and real-time notification | +| 477 | 113 | 83 | [fcitx](https://github.com/fcitx/fcitx) | A Flexible Input Method Framework | +| 476 | 71 | 5 | [rucaptcha](https://github.com/huacnlee/rucaptcha) | This is a Captcha gem for Rails Application. No dependencies. No ImageMagick, No RMagick. | +| 475 | 49 | 13 | [tc-play](https://github.com/bwalex/tc-play) | Free and simple TrueCrypt Implementation based on dm-crypt | +| 474 | 106 | 94 | [tilda](https://github.com/lanoxx/tilda) | A Gtk based drop down terminal for Linux and Unix | +| 474 | 99 | 42 | [nanosvg](https://github.com/memononen/nanosvg) | Simple stupid SVG parser | +| 474 | 65 | 2 | [SDMMobileDevice](https://github.com/samdmarshall/SDMMobileDevice) | MobileDevice Implementation | +| 473 | 101 | 2 | [mkernel](https://github.com/arjun024/mkernel) | A minimalist kernel | +| 473 | 125 | 2 | [self-compile-Android](https://github.com/Tribler/self-compile-Android) | Autonomous smartphone app. Capable of self-compilation, mutation, and viral spreading. World-first proof-of-principle to bypass Internet kill switches. | +| 472 | 116 | 193 | [allegro5](https://github.com/liballeg/allegro5) | The official Allegro 5 git repository. Pull requests welcome! | +| 472 | 147 | 32 | [lz4-java](https://github.com/lz4/lz4-java) | LZ4 compression for Java | +| 472 | 278 | 64 | [bwa](https://github.com/lh3/bwa) | Burrow-Wheeler Aligner for pairwise alignment between DNA sequences | +| 472 | 63 | 3 | [channel3](https://github.com/cnlohr/channel3) | ESP8266 Analog Broadcast Television Interface | +| 472 | 25 | 12 | [iondb](https://github.com/iondbproject/iondb) | IonDB, a key-value datastore for resource constrained systems. | +| 471 | 35 | 13 | [sc-im](https://github.com/andmarti1424/sc-im) | SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal | | 471 | 75 | 8 | [demo-apps](https://github.com/teradeep/demo-apps) | Teradeep may 2015 top neural network for large-scale object recognition | -| 471 | 52 | 7 | [rmlint](https://github.com/sahib/rmlint) | Extremely fast tool to remove duplicates and other lint from your filesystem | -| 470 | 44 | 4 | [cmftStudio](https://github.com/dariomanesku/cmftStudio) | cmftStudio - GUI counterpart for: | -| 470 | 264 | 20 | [Adafruit_Python_DHT](https://github.com/adafruit/Adafruit_Python_DHT) | Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black. | -| 468 | 134 | 0 | [inih](https://github.com/benhoyt/inih) | Simple .INI file parser in C, good for embedded systems | -| 468 | 105 | 20 | [ccan](https://github.com/rustyrussell/ccan) | The C Code Archive Network | -| 468 | 100 | 1 | [mkernel](https://github.com/arjun024/mkernel) | A minimalist kernel | -| 468 | 53 | 1 | [zydis](https://github.com/zyantific/zydis) | Fast and lightweight x86/x86-64 disassembler library | -| 468 | 65 | 2 | [SDMMobileDevice](https://github.com/samdmarshall/SDMMobileDevice) | MobileDevice Implementation | -| 467 | 53 | 18 | [sshfs](https://github.com/osxfuse/sshfs) | File system based on the SSH File Transfer Protocol | -| 467 | 166 | 17 | [grbl](https://github.com/gnea/grbl) | An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino | -| 466 | 116 | 43 | [cc65](https://github.com/cc65/cc65) | cc65 - a freeware C compiler for 6502 based systems — | -| 466 | 31 | 9 | [interim](https://github.com/mntmn/interim) | The Interim Operating System | -| 465 | 71 | 4 | [rucaptcha](https://github.com/huacnlee/rucaptcha) | This is a Captcha gem for Rails Application. No dependencies. No ImageMagick, No RMagick. | -| 465 | 24 | 11 | [iondb](https://github.com/iondbproject/iondb) | IonDB, a key-value datastore for resource constrained systems. | -| 465 | 126 | 3 | [virgo](https://github.com/henkman/virgo) | :virgo::computer::computer::computer::computer: Virtual desktops for Windows | -| 464 | 97 | 0 | [mintomic](https://github.com/mintomic/mintomic) | [deprecated] For native C atomics, see Turf instead | -| 464 | 52 | 18 | [postgresql-hll](https://github.com/aggregateknowledge/postgresql-hll) | PostgreSQL extension adding HyperLogLog data structures as a native data type | -| 463 | 65 | 0 | [level-ip](https://github.com/saminiir/level-ip) | A hacker's userspace TCP/IP stack | -| 462 | 58 | 47 | [vimb](https://github.com/fanglingsu/vimb) | Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience. | -| 462 | 62 | 5 | [channel3](https://github.com/cnlohr/channel3) | ESP8266 Analog Broadcast Television Interface | -| 462 | 59 | 31 | [mintty](https://github.com/mintty/mintty) | The Cygwin Terminal – terminal emulator for Cygwin, MSYS, and WSL | -| 461 | 113 | 27 | [PlaygroundOSS](https://github.com/KLab/PlaygroundOSS) | None | -| 461 | 365 | 20 | [suricata](https://github.com/inliniac/suricata) | Mirror of the official OISF Suricata git repository | +| 470 | 161 | 9 | [sproto](https://github.com/cloudwu/sproto) | Yet another protocol library like google protocol buffers , but simple and fast. | +| 469 | 98 | 22 | [sense2vec](https://github.com/explosion/sense2vec) | 💥 Use spaCy to go beyond vanilla word2vec | +| 469 | 19 | 23 | [joes-sandbox](https://github.com/jhallen/joes-sandbox) | None | +| 469 | 145 | 59 | [openwrt-hc5x61](https://github.com/rssnsj/openwrt-hc5x61) | OpenWrt Patch for HiWiFi HC5661 / HC5761 / HC5861 | +| 467 | 128 | 3 | [virgo](https://github.com/henkman/virgo) | :virgo::computer::computer::computer::computer: Virtual desktops for Windows | +| 467 | 262 | 5 | [opensift](https://github.com/robwhess/opensift) | Open-Source SIFT Library | +| 467 | 98 | 0 | [mintomic](https://github.com/mintomic/mintomic) | [deprecated] For native C atomics, see Turf instead | +| 467 | 32 | 9 | [interim](https://github.com/mntmn/interim) | The Interim Operating System | +| 466 | 478 | 11 | [fruitstrap](https://github.com/ghughes/fruitstrap) | Install and debug iPhone apps from the command line, without using Xcode | +| 466 | 37 | 2 | [mmx](https://github.com/vurtun/mmx) | single header libraries for C/C++ | +| 465 | 154 | 48 | [md380tools](https://github.com/travisgoodspeed/md380tools) | Python tools and patched firmware for the TYT-MD380 | +| 465 | 106 | 12 | [mach_inject](https://github.com/rentzsch/mach_inject) | interprocess code injection for Mac OS X | +| 465 | 189 | 43 | [blackmagic](https://github.com/blacksphere/blackmagic) | In application debugger for ARM Cortex microcontrollers. | +| 464 | 66 | 3 | [read-php-src](https://github.com/hoohack/read-php-src) | PHP源码注解。喜欢的话请点star,想订阅点watch,千万别fork! | +| 463 | 113 | 27 | [PlaygroundOSS](https://github.com/KLab/PlaygroundOSS) | None | +| 463 | 59 | 2 | [minilisp](https://github.com/rui314/minilisp) | A readable lisp in less than 1k lines of C | +| 461 | 166 | 1 | [wifi-arsenal](https://github.com/0x90/wifi-arsenal) | WiFi arsenal | +| 461 | 200 | 12 | [miniupnp](https://github.com/miniupnp/miniupnp) | UPnP IGD implementation | | 461 | 26 | 14 | [xnomad](https://github.com/fjolnir/xnomad) | A tiling window manager for OS X, written in tranquil. | -| 460 | 167 | 2 | [libraries](https://github.com/gozfree/libraries) | Lightweight libraries, wrapper and extension of POSIX | -| 460 | 471 | 11 | [fruitstrap](https://github.com/ghughes/fruitstrap) | Install and debug iPhone apps from the command line, without using Xcode | -| 460 | 97 | 40 | [nanosvg](https://github.com/memononen/nanosvg) | Simple stupid SVG parser | -| 460 | 140 | 57 | [openwrt-hc5x61](https://github.com/rssnsj/openwrt-hc5x61) | OpenWrt Patch for HiWiFi HC5661 / HC5761 / HC5861 | -| 459 | 57 | 39 | [jpeg-archive](https://github.com/danielgtaylor/jpeg-archive) | Utilities for archiving JPEGs for long term storage. | -| 459 | 381 | 0 | [Linux_Programming](https://github.com/shihyu/Linux_Programming) | None | -| 459 | 122 | 11 | [nginx-vod-module](https://github.com/kaltura/nginx-vod-module) | NGINX-based MP4 Repackager | -| 459 | 32 | 1 | [FastestWebsiteEver](https://github.com/diracdeltas/FastestWebsiteEver) | ultrafast single TCP packet audio/visual experience | -| 458 | 185 | 13 | [openmv](https://github.com/openmv/openmv) | OpenMV Camera Module | -| 458 | 167 | 195 | [gpac](https://github.com/gpac/gpac) | GPAC main code repository | -| 458 | 255 | 5 | [opensift](https://github.com/robwhess/opensift) | Open-Source SIFT Library | -| 457 | 145 | 29 | [lz4-java](https://github.com/lz4/lz4-java) | LZ4 compression for Java | -| 457 | 269 | 60 | [bwa](https://github.com/lh3/bwa) | Burrow-Wheeler Aligner for pairwise alignment between DNA sequences | -| 455 | 36 | 2 | [seriously](https://github.com/probablycorey/seriously) | The Objective-C HTTP library that Apple should have created, seriously. | -| 455 | 109 | 79 | [fcitx](https://github.com/fcitx/fcitx) | A Flexible Input Method Framework | -| 453 | 20 | 22 | [joes-sandbox](https://github.com/jhallen/joes-sandbox) | None | -| 453 | 86 | 0 | [src](https://github.com/openbsd/src) | Public git conversion mirror of OpenBSD's official cvs src repository. | -| 452 | 112 | 190 | [allegro5](https://github.com/liballeg/allegro5) | The official Allegro 5 git repository. Pull requests welcome! | -| 452 | 338 | 51 | [LoRaMac-node](https://github.com/Lora-net/LoRaMac-node) | Reference implementation and documentation of a LoRa network node. | -| 452 | 102 | 86 | [tilda](https://github.com/lanoxx/tilda) | A Gtk based drop down terminal for Linux and Unix | -| 451 | 94 | 1 | [peinjector](https://github.com/JonDoNym/peinjector) | peinjector - MITM PE file infector | -| 451 | 38 | 0 | [giflossy](https://github.com/pornel/giflossy) | Lossy GIF compressor (please report bugs/PRs to the gifsicle project) | -| 450 | 156 | 9 | [sproto](https://github.com/cloudwu/sproto) | Yet another protocol library like google protocol buffers , but simple and fast. | -| 450 | 90 | 21 | [sense2vec](https://github.com/explosion/sense2vec) | 💥 Use spaCy to go beyond vanilla word2vec | -| 450 | 56 | 2 | [minilisp](https://github.com/rui314/minilisp) | A readable lisp in less than 1k lines of C | -| 449 | 143 | 53 | [udis86](https://github.com/vmt/udis86) | Disassembler Library for x86 and x86-64 | -| 449 | 60 | 0 | [PFQ](https://github.com/pfq/PFQ) | Functional Network Framework for Multi-Core Architectures | -| 448 | 151 | 46 | [md380tools](https://github.com/travisgoodspeed/md380tools) | Python tools and patched firmware for the TYT-MD380 | -| 448 | 161 | 1 | [trinity](https://github.com/kernelslacker/trinity) | Linux system call fuzzer | -| 448 | 33 | 9 | [bud](https://github.com/indutny/bud) | Bud - The TLS Terminator | -| 447 | 193 | 2 | [tor](https://github.com/torproject/tor) | unofficial git repo -- report bugs/issues on https://trac.torproject.org/ -- no pull requests here -- | -| 447 | 161 | 44 | [FFmpegMediaPlayer](https://github.com/wseemann/FFmpegMediaPlayer) | FFmpegMediaPlayer can be used to control playback of audio/video files and streams. | -| 446 | 97 | 5 | [ios-qr-code-encoder](https://github.com/moqod/ios-qr-code-encoder) | This is an Objective-C library that helps to easily convert a UIImage with a QR-code from NSString with just one line of code. | -| 445 | 122 | 121 | [Openswan](https://github.com/xelerance/Openswan) | Openswan | -| 445 | 191 | 12 | [miniupnp](https://github.com/miniupnp/miniupnp) | UPnP IGD implementation | -| 445 | 64 | 19 | [AdobeWebM](https://github.com/fnordware/AdobeWebM) | WebM plug-ins for Adobe programs | -| 445 | 109 | 7 | [ESP8266_MP3_DECODER](https://github.com/espressif/ESP8266_MP3_DECODER) | A demo that should be run with ESP8266 Non-OS SDK | -| 445 | 98 | 12 | [mach_inject](https://github.com/rentzsch/mach_inject) | interprocess code injection for Mac OS X | -| 444 | 143 | 10 | [HackSysExtremeVulnerableDriver](https://github.com/hacksysteam/HackSysExtremeVulnerableDriver) | HackSys Extreme Vulnerable Windows Driver | -| 444 | 449 | 3 | [illumos-gate](https://github.com/illumos/illumos-gate) | Community developed and maintained version of the OS/Net consolidation | -| 443 | 184 | 2 | [angband](https://github.com/angband/angband) | A free, single-player roguelike dungeon exploration game | -| 443 | 140 | 39 | [liquid-dsp](https://github.com/jgaeddert/liquid-dsp) | digital signal processing library for software-defined radios | -| 442 | 169 | 25 | [attiny](https://github.com/damellis/attiny) | ATtiny microcontroller support for the Arduino IDE | -| 442 | 114 | 12 | [xnu](https://github.com/darwin-on-arm/xnu) | Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures. | -| 442 | 27 | 38 | [yabar](https://github.com/geommer/yabar) | A modern and lightweight status bar for X window managers. | -| 442 | 83 | 52 | [AOP](https://github.com/AOP-PHP/AOP) | AOP in PHP | -| 441 | 198 | 2 | [AndroidMP3Recorder](https://github.com/GavinCT/AndroidMP3Recorder) | 为Android提供MP3录音功能[RETIRED] | \ No newline at end of file +| 460 | 146 | 53 | [udis86](https://github.com/vmt/udis86) | Disassembler Library for x86 and x86-64 | +| 460 | 85 | 35 | [httperf](https://github.com/httperf/httperf) | The httperf HTTP load generator | \ No newline at end of file diff --git a/README-CPP.md b/README-CPP.md index 668ba44..a49a13b 100644 --- a/README-CPP.md +++ b/README-CPP.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for CPP sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 68832 | 33861 | 1153 | [tensorflow](https://github.com/tensorflow/tensorflow) | Computation using data flow graphs for scalable machine learning | -| 49932 | 6375 | 784 | [electron](https://github.com/electron/electron) | Build cross platform desktop apps with JavaScript, HTML, and CSS | -| 40186 | 6174 | 188 | [swift](https://github.com/apple/swift) | The Swift Programming Language | -| 32248 | 3605 | 1496 | [nw.js](https://github.com/nwjs/nw.js) | Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. | -| 19982 | 12266 | 824 | [caffe](https://github.com/BVLC/caffe) | Caffe: a fast open framework for deep learning. | -| 19805 | 5884 | 650 | [protobuf](https://github.com/google/protobuf) | Protocol Buffers - Google's data interchange format | -| 19711 | 1594 | 1484 | [rethinkdb](https://github.com/rethinkdb/rethinkdb) | The open-source database for the realtime web. | -| 17976 | 13429 | 1271 | [opencv](https://github.com/opencv/opencv) | Open Source Computer Vision Library | -| 16309 | 10025 | 813 | [bitcoin](https://github.com/bitcoin/bitcoin) | Bitcoin Core integration/staging tree | -| 14714 | 2699 | 768 | [hhvm](https://github.com/facebook/hhvm) | A virtual machine designed for executing programs written in Hack and PHP. | -| 12645 | 2765 | 185 | [tesseract](https://github.com/tesseract-ocr/tesseract) | Tesseract Open Source OCR Engine (main repository) | -| 12257 | 3150 | 190 | [CNTK](https://github.com/Microsoft/CNTK) | Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit | -| 12158 | 3262 | 27 | [mongo](https://github.com/mongodb/mongo) | The MongoDB Database | -| 10798 | 6294 | 1169 | [cocos2d-x](https://github.com/cocos2d/cocos2d-x) | Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world. | -| 10497 | 2691 | 177 | [leveldb](https://github.com/google/leveldb) | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. | -| 10396 | 1622 | 80 | [fastText](https://github.com/facebookresearch/fastText) | Library for fast text representation and classification. | -| 10242 | 825 | 99 | [guetzli](https://github.com/google/guetzli) | Perceptual JPEG encoder | -| 9812 | 1142 | 136 | [osquery](https://github.com/facebook/osquery) | SQL powered operating system instrumentation, monitoring, and analytics. | -| 9419 | 1803 | 25 | [mars](https://github.com/Tencent/mars) | Mars is a cross-platform network component developed by WeChat. | -| 9165 | 2249 | 2107 | [godot](https://github.com/godotengine/godot) | Godot Engine – Multi-platform 2D and 3D game engine | -| 9131 | 2247 | 70 | [folly](https://github.com/facebook/folly) | An open-source C++ library developed and used at Facebook. | -| 8607 | 4233 | 576 | [xgboost](https://github.com/dmlc/xgboost) | Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow | -| 8472 | 1858 | 497 | [rocksdb](https://github.com/facebook/rocksdb) | A library that provides an embeddable, persistent key-value store for fast storage. | -| 8220 | 1278 | 116 | [flatbuffers](https://github.com/google/flatbuffers) | Memory Efficient Serialization Library | -| 7899 | 1007 | 214 | [imgui](https://github.com/ocornut/imgui) | Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies | -| 7729 | 498 | 40 | [uWebSockets](https://github.com/uNetworking/uWebSockets) | Tiny WebSockets | -| 7308 | 1272 | 118 | [CRYENGINE](https://github.com/CRYTEK/CRYENGINE) | CRYENGINE is a powerful real-time game development platform created by Crytek. | -| 6690 | 883 | 243 | [sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser) | Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: | -| 6667 | 445 | 166 | [mosh](https://github.com/mobile-shell/mosh) | Mobile Shell | -| 6559 | 1475 | 0 | [v8](https://github.com/v8/v8) | The official mirror of the V8 git repository | -| 6501 | 1506 | 19 | [hardseed](https://github.com/yangyangwithgnu/hardseed) | SEX IS ZERO (0), so, who wanna be the ONE (1), aha? | -| 6425 | 730 | 284 | [aria2](https://github.com/aria2/aria2) | aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. | -| 6416 | 1022 | 20 | [json](https://github.com/nlohmann/json) | JSON for Modern C++ | -| 6260 | 4279 | 146 | [xbmc](https://github.com/xbmc/xbmc) | Kodi Main Repository - By using this code you agree with our policy and will follow the GPLv2 license as included | -| 5985 | 598 | 183 | [openage](https://github.com/SFTtech/openage) | Free (as in freedom) open source clone of the Age of Empires II engine :rocket: | -| 5954 | 2577 | 470 | [googletest](https://github.com/google/googletest) | Google Test | -| 5947 | 2261 | 31 | [leetcode](https://github.com/haoel/leetcode) | LeetCode Problems' Solutions | -| 5892 | 545 | 460 | [robomongo](https://github.com/Studio3T/robomongo) | Native cross-platform MongoDB management tool | -| 5807 | 465 | 30 | [watchman](https://github.com/facebook/watchman) | Watches files and records, or triggers actions, when they change. | -| 5727 | 847 | 1068 | [wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf) | Convert HTML to PDF using Webkit (QtWebKit) | -| 5714 | 1188 | 220 | [openalpr](https://github.com/openalpr/openalpr) | Automatic License Plate Recognition library | -| 5692 | 1528 | 802 | [tdesktop](https://github.com/telegramdesktop/tdesktop) | Telegram Desktop messaging app | -| 5647 | 3159 | 1121 | [Arduino](https://github.com/esp8266/Arduino) | ESP8266 core for Arduino | -| 5626 | 714 | 74 | [libphonenumber](https://github.com/googlei18n/libphonenumber) | Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. | -| 5604 | 1099 | 53 | [apollo](https://github.com/ApolloAuto/apollo) | An open autonomous driving platform | -| 5594 | 1417 | 227 | [AndFix](https://github.com/alibaba/AndFix) | AndFix is a library that offer hot-fix for Android App. | -| 5532 | 816 | 99 | [RedisDesktopManager](https://github.com/uglide/RedisDesktopManager) | :wrench: Cross-platform GUI management tool for Redis | -| 5469 | 802 | 135 | [Catch](https://github.com/philsquared/Catch) | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++98, C++03, C++11, C++14 and later | -| 5433 | 1895 | 789 | [openFrameworks](https://github.com/openframeworks/openFrameworks) | openFrameworks is a community-developed cross platform toolkit for creative coding in C++. | -| 5357 | 1423 | 574 | [Paddle](https://github.com/PaddlePaddle/Paddle) | PArallel Distributed Deep LEarning | -| 5229 | 1178 | 815 | [synergy](https://github.com/symless/synergy) | Share one mouse and keyboard between multiple computers | -| 5145 | 412 | 112 | [zeal](https://github.com/zealdocs/zeal) | Offline documentation browser inspired by Dash | -| 5023 | 990 | 29 | [proxygen](https://github.com/facebook/proxygen) | A collection of C++ HTTP libraries including an easy to use HTTP server. | -| 5002 | 396 | 587 | [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) | The next generation Karabiner for macOS Sierra | -| 4934 | 404 | 66 | [capnproto](https://github.com/capnproto/capnproto) | Cap'n Proto serialization/RPC system - core tools and C++ library | -| 4925 | 407 | 104 | [metrictools](https://github.com/paulasmuth/metrictools) | Software package that allows you to collect & visualize statistics and other measurements | -| 4903 | 1043 | 372 | [tiled](https://github.com/bjorn/tiled) | A generic tile map editor | -| 4822 | 1231 | 12 | [vowpal_wabbit](https://github.com/JohnLangford/vowpal_wabbit) | Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. | -| 4719 | 1440 | 202 | [rapidjson](https://github.com/miloyip/rapidjson) | A fast JSON parser/generator for C++ with both SAX/DOM style API | -| 4689 | 1036 | 292 | [ssdb](https://github.com/ideawu/ssdb) | SSDB - A fast NoSQL database, an alternative to Redis | -| 4559 | 427 | 178 | [sysdig](https://github.com/draios/sysdig) | Linux system exploration and troubleshooting tool with first class support for containers | -| 4555 | 1433 | 1751 | [notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus) | Notepad++ official repository | -| 4268 | 625 | 257 | [node-canvas](https://github.com/Automattic/node-canvas) | Node canvas is a Cairo backed Canvas implementation for NodeJS. | -| 4220 | 289 | 10 | [lepton](https://github.com/dropbox/lepton) | Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%. | -| 4184 | 543 | 120 | [node-sass](https://github.com/sass/node-sass) | :rainbow: Node.js bindings to libsass | -| 4176 | 330 | 284 | [arangodb](https://github.com/arangodb/arangodb) | ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. | -| 4160 | 311 | 1 | [tinyrenderer](https://github.com/ssloy/tinyrenderer) | Support c++ code for a short computer graphics course | -| 4127 | 385 | 36 | [Gource](https://github.com/acaudwell/Gource) | software version control visualization | -| 3958 | 2215 | 83 | [thrift](https://github.com/apache/thrift) | Mirror of Apache Thrift | -| 3953 | 3849 | 1555 | [TrinityCore](https://github.com/TrinityCore/TrinityCore) | TrinityCore Open Source MMO Framework (master = 7.2.5.24742, 3.3.5 = 3.3.5a.12340) | -| 3913 | 533 | 240 | [liteide](https://github.com/visualfc/liteide) | LiteIDE is a simple, open source, cross-platform Go IDE. | -| 3868 | 468 | 154 | [passenger](https://github.com/phusion/passenger) | A fast and robust web server and application server for Ruby, Python and Node.js | -| 3855 | 624 | 30 | [amazon-dsstne](https://github.com/amzn/amazon-dsstne) | Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models | -| 3848 | 288 | 479 | [ConEmu](https://github.com/Maximus5/ConEmu) | Customizable Windows terminal with tabs, splits, quake-style and more | -| 3802 | 2052 | 14 | [vnpy](https://github.com/vnpy/vnpy) | 基于python的开源量化交易平台开发框架 | -| 3699 | 352 | 20 | [redex](https://github.com/facebook/redex) | A bytecode optimizer for Android apps | -| 3678 | 1259 | 3 | [doom3.gpl](https://github.com/TTimo/doom3.gpl) | Doom 3 GPL source release | -| 3674 | 481 | 280 | [edge](https://github.com/tjanczuk/edge) | Run .NET and Node.js code in-process on Windows, MacOS, and Linux | -| 3673 | 917 | 33 | [LightGBM](https://github.com/Microsoft/LightGBM) | A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft. | -| 3661 | 921 | 144 | [dolphin](https://github.com/dolphin-emu/dolphin) | Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. | -| 3640 | 800 | 98 | [SFML](https://github.com/SFML/SFML) | Simple and Fast Multimedia Library | -| 3638 | 1140 | 176 | [libzmq](https://github.com/zeromq/libzmq) | ZeroMQ core engine in C++, implements ZMTP/3.0 | -| 3621 | 1694 | 41 | [android-ndk](https://github.com/googlesamples/android-ndk) | Android NDK samples with Android Studio | -| 3583 | 2069 | 477 | [ceph](https://github.com/ceph/ceph) | Ceph is a distributed object, block, and file storage platform | -| 3579 | 693 | 243 | [rpcs3](https://github.com/RPCS3/rpcs3) | PS3 emulator/debugger | -| 3571 | 389 | 81 | [libsass](https://github.com/sass/libsass) | A C/C++ implementation of a Sass compiler | -| 3549 | 282 | 242 | [ngx_pagespeed](https://github.com/pagespeed/ngx_pagespeed) | Automatic PageSpeed optimization module for Nginx | -| 3545 | 764 | 50 | [scribe](https://github.com/facebookarchive/scribe) | Scribe is a server for aggregating log data streamed in real time from a large number of servers. | -| 3482 | 2056 | 17 | [muduo](https://github.com/chenshuo/muduo) | A C++ non-blocking network library for multi-threaded server in Linux | -| 3461 | 344 | 78 | [Karabiner](https://github.com/tekezo/Karabiner) | Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization. | -| 3452 | 395 | 164 | [appjs](https://github.com/appjs/appjs) | (Deprecated!) SDK on top of nodejs to build desktop apps using HTML5/CSS/JS | -| 3449 | 505 | 187 | [bcc](https://github.com/iovisor/bcc) | BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more | -| 3440 | 133 | 72 | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. | -| 3386 | 399 | 128 | [crow](https://github.com/ipkn/crow) | Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask) | -| 3372 | 598 | 126 | [bgfx](https://github.com/bkaradzic/bgfx) | Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. | -| 3364 | 519 | 79 | [keepassx](https://github.com/keepassx/keepassx) | KeePassX is a cross platform port of the windows application “Keepass Password Safe”. | -| 3340 | 119 | 60 | [kwm](https://github.com/koekeishiya/kwm) | Tiling window manager with focus follows mouse for OSX | -| 3300 | 1320 | 14 | [mesos](https://github.com/apache/mesos) | Mirror of Apache Mesos | -| 3252 | 394 | 718 | [scylla](https://github.com/scylladb/scylla) | NoSQL data store using the seastar framework, compatible with Apache Cassandra | -| 3246 | 902 | 218 | [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn) | header only, dependency-free deep learning framework in C++14 | -| 3234 | 780 | 244 | [citra](https://github.com/citra-emu/citra) | A Nintendo 3DS Emulator | -| 3165 | 1171 | 22 | [shadowsocks-qt5](https://github.com/shadowsocks/shadowsocks-qt5) | A cross-platform shadowsocks GUI client | -| 3139 | 476 | 380 | [Squirrel.Windows](https://github.com/Squirrel/Squirrel.Windows) | An installation and update framework for Windows desktop apps | -| 3086 | 1091 | 795 | [ppsspp](https://github.com/hrydgard/ppsspp) | A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us in #ppsspp on freenode (IRC) or just send pull requests / issues. For discussion use the forums on ppsspp.org. | -| 3085 | 420 | 0 | [magenta](https://github.com/fuchsia-mirror/magenta) | Magenta Kernel, Core Drivers, and Services | -| 3059 | 217 | 10 | [lmctfy](https://github.com/google/lmctfy) | lmctfy is the open source version of Google’s container stack, which provides Linux application containers. | -| 3032 | 393 | 9 | [webscalesql-5.6](https://github.com/webscalesql/webscalesql-5.6) | WebScaleSQL, Version 5.6, based upon the MySQL-5.6 community releases. | -| 3024 | 410 | 40 | [liquidfun](https://github.com/google/liquidfun) | 2D physics engine for games | -| 2996 | 215 | 205 | [anbox](https://github.com/anbox/anbox) | Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system | -| 2977 | 651 | 2231 | [qBittorrent](https://github.com/qbittorrent/qBittorrent) | qBittorrent BitTorrent client | -| 2949 | 393 | 115 | [Provenance](https://github.com/jasarien/Provenance) | An iOS/tvOS Frontend for multiple emulators, currently supporting Sega Genesis, Game Gear/Master System, Sega CD, 32X, SNES, NES, GB/GBC, GBA, Atari 2600 and 7800. | -| 2930 | 236 | 15 | [node.bcrypt.js](https://github.com/kelektiv/node.bcrypt.js) | bcrypt for NodeJs | -| 2928 | 598 | 42 | [AirSim](https://github.com/Microsoft/AirSim) | Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research | -| 2921 | 575 | 117 | [node-opencv](https://github.com/peterbraden/node-opencv) | OpenCV Bindings for node.js | -| 2895 | 569 | 179 | [seastar](https://github.com/scylladb/seastar) | High performance server-side application framework | -| 2854 | 741 | 51 | [Xposed](https://github.com/rovo89/Xposed) | The native part of the Xposed framework (mainly the modified app_process binary). | -| 2841 | 842 | 27 | [cartographer](https://github.com/googlecartographer/cartographer) | Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. | -| 2837 | 383 | 16 | [fmt](https://github.com/fmtlib/fmt) | Small, safe and fast formatting library | -| 2827 | 177 | 165 | [kakoune](https://github.com/mawww/kakoune) | mawww's experiment for a better code editor | -| 2817 | 860 | 0 | [DOOM-3-BFG](https://github.com/id-Software/DOOM-3-BFG) | Doom 3 BFG Edition | -| 2804 | 158 | 75 | [FLIF](https://github.com/FLIF-hub/FLIF) | Free Lossless Image Format | -| 2791 | 1412 | 35 | [EasyPR](https://github.com/liuruoze/EasyPR) | An open source project for Chinese plate recognition in unconstrained situation. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise ! | -| 2790 | 477 | 251 | [ninja](https://github.com/ninja-build/ninja) | a small build system with a focus on speed | -| 2766 | 365 | 202 | [ClickHouse](https://github.com/yandex/ClickHouse) | ClickHouse is a free analytic DBMS for big data. | -| 2761 | 312 | 144 | [ricochet](https://github.com/ricochet-im/ricochet) | Anonymous peer-to-peer instant messaging | -| 2751 | 174 | 5 | [node-fibers](https://github.com/laverdet/node-fibers) | Fiber/coroutine support for v8 and node. | -| 2748 | 279 | 10 | [EASTL](https://github.com/electronicarts/EASTL) | EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. | -| 2744 | 823 | 949 | [minetest](https://github.com/minetest/minetest) | Minetest, an open source infinite-world block sandbox game engine and game with survival and crafting. Also see https://github.com/minetest/minetest_game | -| 2735 | 691 | 696 | [zcash](https://github.com/zcash/zcash) | Zcash - Internet Money | -| 2716 | 113 | 51 | [thrust](https://github.com/breach/thrust) | Chromium-based cross-platform / cross-language application framework | -| 2704 | 5575 | 1031 | [ardupilot](https://github.com/ArduPilot/ardupilot) | ArduPlane, ArduCopter, ArduRover source | -| 2694 | 780 | 364 | [bullet3](https://github.com/bulletphysics/bullet3) | Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. | -| 2691 | 349 | 120 | [xenia](https://github.com/benvanik/xenia) | Xbox 360 Emulator Research Project | -| 2684 | 221 | 218 | [rr](https://github.com/mozilla/rr) | Record and Replay Framework | -| 2678 | 945 | 29 | [openh264](https://github.com/cisco/openh264) | Open Source H.264 Codec | -| 2673 | 694 | 332 | [openvr](https://github.com/ValveSoftware/openvr) | OpenVR SDK | -| 2657 | 921 | 47 | [dlib](https://github.com/davisking/dlib) | A toolkit for making real world machine learning and data analysis applications in C++ | -| 2653 | 1172 | 328 | [Torque3D](https://github.com/GarageGames/Torque3D) | MIT Licensed Open Source version of Torque 3D from GarageGames | -| 2623 | 1371 | 193 | [srs](https://github.com/ossrs/srs) | SRS's an industrial-strength live streaming cluster, with the simplest implementation and the best conceptual integrity. | -| 2618 | 671 | 63 | [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) | OpenPose: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library | -| 2597 | 295 | 53 | [pybind11](https://github.com/pybind/pybind11) | Seamless operability between C++11 and Python | -| 2583 | 821 | 58 | [DynamicAPK](https://github.com/CtripMobile/DynamicAPK) | Solution to implement multi apk dynamic loading and hot fixing for Android App. (实现Android App多apk插件化和动态加载,支持资源分包和热修复) | -| 2495 | 596 | 51 | [spdlog](https://github.com/gabime/spdlog) | Super fast C++ logging library. | -| 2494 | 218 | 169 | [ponyc](https://github.com/ponylang/ponyc) | Pony is an open-source, actor-model, capabilities-secure, high performance programming language | -| 2472 | 1093 | 85 | [gvr-android-sdk](https://github.com/googlevr/gvr-android-sdk) | Google VR SDK for Android | -| 2470 | 313 | 11 | [annoy](https://github.com/spotify/annoy) | Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk | -| 2466 | 177 | 12 | [Stacer](https://github.com/oguzhaninan/Stacer) | Linux System Optimizer and Monitoring | -| 2456 | 451 | 56 | [ncnn](https://github.com/Tencent/ncnn) | ncnn is a high-performance neural network inference framework optimized for the mobile platform | -| 2426 | 389 | 7 | [conceal](https://github.com/facebook/conceal) | Conceal provides easy Android APIs for performing fast encryption and authentication of data. | -| 2420 | 506 | 543 | [omim](https://github.com/mapsme/omim) | 🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android | -| 2417 | 1026 | 6 | [CLRS](https://github.com/gzc/CLRS) | :notebook:Solutions to Introduction to Algorithms | -| 2414 | 194 | 64 | [IncludeOS](https://github.com/hioa-cs/IncludeOS) | A minimal, resource efficient unikernel for cloud services | -| 2408 | 177 | 74 | [git-crypt](https://github.com/AGWA/git-crypt) | Transparent file encryption in git | -| 2398 | 194 | 7 | [beringei](https://github.com/facebookincubator/beringei) | Beringei is a high performance, in-memory storage engine for time series data. | -| 2387 | 1196 | 118 | [kaldi](https://github.com/kaldi-asr/kaldi) | This is now the official location of the Kaldi project. | -| 2383 | 437 | 123 | [z3](https://github.com/Z3Prover/z3) | The Z3 Theorem Prover | -| 2378 | 584 | 154 | [mame](https://github.com/mamedev/mame) | MAME | -| 2377 | 295 | 9 | [Serious-Engine](https://github.com/Croteam-official/Serious-Engine) | An open source version of a game engine developed by Croteam for the classic Serious Sam games. | -| 2344 | 440 | 282 | [x64dbg](https://github.com/x64dbg/x64dbg) | An open-source x64/x32 debugger for windows. | -| 2342 | 444 | 33 | [Vulkan](https://github.com/SaschaWillems/Vulkan) | Examples and demos for the new Vulkan API | -| 2340 | 1561 | 96 | [Cpp-Primer](https://github.com/Mooophy/Cpp-Primer) | C++ Primer 5 answers | -| 2328 | 364 | 199 | [Polycode](https://github.com/ivansafrin/Polycode) | Polycode is a cross-platform framework for creative code. | -| 2295 | 844 | 253 | [assimp](https://github.com/assimp/assimp) | Official Open Asset Import Library Repository. Loads 40+ 3D file formats into one unified and clean data structure. | -| 2271 | 662 | 50 | [Tars](https://github.com/Tencent/Tars) | Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform. | -| 2227 | 391 | 78 | [OpenCC](https://github.com/BYVoid/OpenCC) | A project for conversion between Traditional and Simplified Chinese | -| 2221 | 276 | 74 | [GSL](https://github.com/Microsoft/GSL) | Guidelines Support Library | -| 2215 | 140 | 228 | [keepassxc](https://github.com/keepassxreboot/keepassxc) | KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. | -| 2208 | 1040 | 86 | [jsoncpp](https://github.com/open-source-parsers/jsoncpp) | A C++ library for interacting with JSON. | -| 2191 | 501 | 8 | [AliSQL](https://github.com/alibaba/AliSQL) | AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom. | -| 2189 | 991 | 0 | [GamePlay](https://github.com/gameplay3d/GamePlay) | Open-source, cross-platform, C++ game engine for creating 2D/3D games. | -| 2186 | 425 | 9 | [ArduinoJson](https://github.com/bblanchon/ArduinoJson) | 📟 C++ JSON library for IoT. Simple and efficient. | -| 2170 | 367 | 17 | [faiss](https://github.com/facebookresearch/faiss) | A library for efficient similarity search and clustering of dense vectors. | -| 2160 | 399 | 11 | [snappy](https://github.com/google/snappy) | A fast compressor/decompressor | -| 2126 | 565 | 33 | [openbr](https://github.com/biometrics/openbr) | Open Source Biometrics, Face Recognition | -| 2121 | 268 | 13 | [fibjs](https://github.com/fibjs/fibjs) | JavaScript on Fiber (built on Chrome's V8 JavaScript engine) | -| 2119 | 277 | 19 | [ledger](https://github.com/ledger/ledger) | Double-entry accounting system with a command-line reporting interface | -| 2103 | 237 | 176 | [envoy](https://github.com/lyft/envoy) | C++ front/service proxy | -| 2102 | 590 | 46 | [firesheep](https://github.com/codebutler/firesheep) | A Firefox extension that demonstrates HTTP session hijacking attacks. | -| 2099 | 405 | 102 | [bfs](https://github.com/baidu/bfs) | The Baidu File System. | -| 2086 | 656 | 625 | [mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native) | Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL | -| 2085 | 351 | 26 | [concurrentqueue](https://github.com/cameron314/concurrentqueue) | A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 | -| 2085 | 164 | 52 | [mactype](https://github.com/snowie2000/mactype) | A better font rasterizer for Windows. | -| 2070 | 960 | 87 | [SeetaFaceEngine](https://github.com/seetaface/SeetaFaceEngine) | None | -| 2045 | 580 | 21 | [libco](https://github.com/Tencent/libco) | libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013. | -| 2036 | 313 | 122 | [s3fs-fuse](https://github.com/s3fs-fuse/s3fs-fuse) | FUSE-based file system backed by Amazon S3 | -| 2017 | 411 | 544 | [cuberite](https://github.com/cuberite/cuberite) | A lightweight, fast and extensible game server for Minecraft | -| 2015 | 325 | 1 | [re2](https://github.com/google/re2) | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. | -| 2012 | 337 | 34 | [mcrouter](https://github.com/facebook/mcrouter) | Mcrouter is a memcached protocol router for scaling memcached deployments. | -| 2005 | 847 | 1 | [mysql-server](https://github.com/mysql/mysql-server) | MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. | -| 2003 | 320 | 105 | [fastnetmon](https://github.com/pavel-odintsov/fastnetmon) | FastNetMon community - very fast DDoS analyzer with sflow/netflow/mirror support | -| 1984 | 207 | 3 | [miles-deep](https://github.com/ryanjay0/miles-deep) | Deep Learning Porn Video Classifier/Editor with Caffe | -| 1976 | 464 | 134 | [gperftools](https://github.com/gperftools/gperftools) | Main gperftools repository | -| 1958 | 1129 | 189 | [source-sdk-2013](https://github.com/ValveSoftware/source-sdk-2013) | The 2013 edition of the Source SDK | -| 1949 | 285 | 54 | [renderdoc](https://github.com/baldurk/renderdoc) | RenderDoc is a stand-alone graphics debugging tool. | -| 1945 | 318 | 187 | [tomahawk](https://github.com/tomahawk-player/tomahawk) | Tomahawk, the multi-source music player | -| 1940 | 288 | 38 | [nan](https://github.com/nodejs/nan) | Native Abstractions for Node.js | -| 1933 | 376 | 230 | [nghttp2](https://github.com/nghttp2/nghttp2) | nghttp2 - HTTP/2 C Library and tools | -| 1922 | 260 | 18 | [oclint](https://github.com/oclint/oclint) | A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C | -| 1919 | 512 | 259 | [cpprestsdk](https://github.com/Microsoft/cpprestsdk) | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | -| 1912 | 481 | 96 | [crosswalk](https://github.com/crosswalk-project/crosswalk) | A web runtime built on Chrome. This project is currently unmaintained. | -| 1912 | 299 | 53 | [wdt](https://github.com/facebook/wdt) | Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. | -| 1911 | 187 | 83 | [zopfli](https://github.com/google/zopfli) | Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. | -| 1909 | 989 | 175 | [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote) | Infrared remote library for Arduino: send and receive infrared signals with multiple protocols | -| 1907 | 1826 | 303 | [pcl](https://github.com/PointCloudLibrary/pcl) | Point Cloud Library (PCL) | -| 1902 | 387 | 46 | [OpenSubdiv](https://github.com/PixarAnimationStudios/OpenSubdiv) | An Open-Source subdivision surface library. | -| 1899 | 430 | 138 | [or-tools](https://github.com/google/or-tools) | Google's Operations Research tools | -| 1897 | 264 | 533 | [aseprite](https://github.com/aseprite/aseprite) | Animated sprite editor & pixel art tool (Windows, macOS, Linux) | -| 1889 | 1071 | 427 | [osrm-backend](https://github.com/Project-OSRM/osrm-backend) | Open Source Routing Machine - C++ backend | -| 1888 | 449 | 21 | [phxsql](https://github.com/Tencent/phxsql) | A high availability MySQL cluster that guarantees data consistency between a master and slaves. | -| 1887 | 659 | 175 | [websocketpp](https://github.com/zaphoyd/websocketpp) | C++ websocket client/server library | -| 1881 | 560 | 178 | [Urho3D](https://github.com/urho3d/Urho3D) | Cross-platform 2D and 3D game engine. | -| 1868 | 202 | 26 | [catboost](https://github.com/catboost/catboost) | CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R | -| 1863 | 117 | 53 | [albert](https://github.com/albertlauncher/albert) | A fast and flexible keyboard launcher | -| 1860 | 228 | 14 | [fr_public](https://github.com/farbrausch/fr_public) | Farbrausch demo tools 2001-2011 | -| 1857 | 744 | 43 | [Impala](https://github.com/cloudera/Impala) | Real-time Query for Hadoop; mirror of Apache Impala | -| 1854 | 243 | 256 | [opentoonz](https://github.com/opentoonz/opentoonz) | OpenToonz - An open-source full-featured 2D animation creation software | -| 1853 | 162 | 5 | [ToGL](https://github.com/ValveSoftware/ToGL) | Direct3D to OpenGL abstraction layer | -| 1851 | 328 | 16 | [Sigil](https://github.com/Sigil-Ebook/Sigil) | Sigil is a multi-platform EPUB ebook editor | -| 1843 | 198 | 13 | [BansheeEngine](https://github.com/BearishSun/BansheeEngine) | Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting | -| 1837 | 393 | 369 | [pcsx2](https://github.com/PCSX2/pcsx2) | PCSX2 - The Playstation 2 Emulator | -| 1837 | 655 | 25 | [anyRTC-RTMP-OpenSource](https://github.com/AnyRTC/anyRTC-RTMP-OpenSource) | RTMP 推流器,RTMP(HLS)秒开播放器,跨平台(Win,IOS,Android)开源代码 | -| 1833 | 281 | 167 | [arrayfire](https://github.com/arrayfire/arrayfire) | ArrayFire: a general purpose GPU library. | -| 1823 | 352 | 1 | [CppCon2014](https://github.com/CppCon/CppCon2014) | Speaker materials from CppCon 2014 | -| 1813 | 519 | 567 | [mapnik](https://github.com/mapnik/mapnik) | Mapnik is an open source toolkit for developing mapping applications | -| 1812 | 227 | 266 | [rtorrent](https://github.com/rakshasa/rtorrent) | rTorrent BitTorrent client | -| 1801 | 367 | 33 | [benchmark](https://github.com/google/benchmark) | A microbenchmark support library | -| 1796 | 98 | 44 | [runtime](https://github.com/runtimejs/runtime) | Lightweight JavaScript library operating system for the cloud | -| 1794 | 2019 | 224 | [opencv_contrib](https://github.com/opencv/opencv_contrib) | Repository for OpenCV's extra modules | -| 1790 | 588 | 14 | [openmw](https://github.com/OpenMW/openmw) | OpenMW is an unofficial open source engine reimplementation of the game Morrowind. | -| 1787 | 581 | 10 | [LiveVideoCoreSDK](https://github.com/runner365/LiveVideoCoreSDK) | None | -| 1772 | 366 | 305 | [Halide](https://github.com/halide/Halide) | a language for image processing and computational photography | -| 1767 | 165 | 9 | [nnabla](https://github.com/sony/nnabla) | Neural Network Libraries | -| 1757 | 789 | 40 | [tinyxml2](https://github.com/leethomason/tinyxml2) | TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. | -| 1751 | 132 | 28 | [fswatch](https://github.com/emcrisostomo/fswatch) | A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend. | -| 1747 | 481 | 544 | [openscad](https://github.com/openscad/openscad) | OpenSCAD - The Programmers Solid 3D CAD Modeller | +| 73599 | 36314 | 1236 | [tensorflow](https://github.com/tensorflow/tensorflow) | Computation using data flow graphs for scalable machine learning | +| 51591 | 6633 | 817 | [electron](https://github.com/electron/electron) | Build cross platform desktop apps with JavaScript, HTML, and CSS | +| 41128 | 6368 | 169 | [swift](https://github.com/apple/swift) | The Swift Programming Language | +| 32533 | 3639 | 830 | [nw.js](https://github.com/nwjs/nw.js) | Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies. | +| 20802 | 6135 | 698 | [protobuf](https://github.com/google/protobuf) | Protocol Buffers - Google's data interchange format | +| 20754 | 12732 | 846 | [caffe](https://github.com/BVLC/caffe) | Caffe: a fast open framework for deep learning. | +| 20022 | 1620 | 1483 | [rethinkdb](https://github.com/rethinkdb/rethinkdb) | The open-source database for the realtime web. | +| 18985 | 14046 | 1268 | [opencv](https://github.com/opencv/opencv) | Open Source Computer Vision Library | +| 17737 | 10759 | 755 | [bitcoin](https://github.com/bitcoin/bitcoin) | Bitcoin Core integration/staging tree | +| 14876 | 2709 | 774 | [hhvm](https://github.com/facebook/hhvm) | A virtual machine designed for executing programs written in Hack and PHP. | +| 13596 | 2930 | 179 | [tesseract](https://github.com/tesseract-ocr/tesseract) | Tesseract Open Source OCR Engine (main repository) | +| 12756 | 3310 | 237 | [CNTK](https://github.com/Microsoft/CNTK) | Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit | +| 12446 | 3336 | 25 | [mongo](https://github.com/mongodb/mongo) | The MongoDB Database | +| 11890 | 2525 | 1321 | [grpc](https://github.com/grpc/grpc) | The C based gRPC (C++, Node.js, Python, Ruby, Objective-C, PHP, C#) | +| 11208 | 2844 | 184 | [leveldb](https://github.com/google/leveldb) | LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. | +| 10980 | 6362 | 1197 | [cocos2d-x](https://github.com/cocos2d/cocos2d-x) | Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world. | +| 10812 | 1716 | 106 | [fastText](https://github.com/facebookresearch/fastText) | Library for fast text representation and classification. | +| 10766 | 2436 | 2348 | [godot](https://github.com/godotengine/godot) | Godot Engine – Multi-platform 2D and 3D game engine | +| 10391 | 839 | 99 | [guetzli](https://github.com/google/guetzli) | Perceptual JPEG encoder | +| 9982 | 1181 | 126 | [osquery](https://github.com/facebook/osquery) | SQL powered operating system instrumentation, monitoring, and analytics. | +| 9579 | 1833 | 24 | [mars](https://github.com/Tencent/mars) | Mars is a cross-platform network component developed by WeChat. | +| 9438 | 2306 | 82 | [folly](https://github.com/facebook/folly) | An open-source C++ library developed and used at Facebook. | +| 9135 | 4453 | 624 | [xgboost](https://github.com/dmlc/xgboost) | Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow | +| 8751 | 1934 | 504 | [rocksdb](https://github.com/facebook/rocksdb) | A library that provides an embeddable, persistent key-value store for fast storage. | +| 8378 | 1302 | 124 | [flatbuffers](https://github.com/google/flatbuffers) | Memory Efficient Serialization Library | +| 8298 | 1070 | 227 | [imgui](https://github.com/ocornut/imgui) | Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies | +| 7951 | 532 | 32 | [uWebSockets](https://github.com/uNetworking/uWebSockets) | Tiny WebSockets | +| 7436 | 1325 | 140 | [CRYENGINE](https://github.com/CRYTEK/CRYENGINE) | CRYENGINE is a powerful real-time game development platform created by Crytek. | +| 6990 | 919 | 255 | [sqlitebrowser](https://github.com/sqlitebrowser/sqlitebrowser) | Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: | +| 6978 | 1551 | 0 | [v8](https://github.com/v8/v8) | The official mirror of the V8 git repository | +| 6952 | 786 | 304 | [aria2](https://github.com/aria2/aria2) | aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. | +| 6807 | 1090 | 30 | [json](https://github.com/nlohmann/json) | JSON for Modern C++ | +| 6761 | 444 | 169 | [mosh](https://github.com/mobile-shell/mosh) | Mobile Shell | +| 6631 | 1545 | 20 | [hardseed](https://github.com/yangyangwithgnu/hardseed) | SEX IS ZERO (0), so, who wanna be the ONE (1), aha? | +| 6358 | 4350 | 143 | [xbmc](https://github.com/xbmc/xbmc) | Kodi Main Repository - By using this code you agree with our policy and will follow the GPLv2 license as included | +| 6301 | 2741 | 483 | [googletest](https://github.com/google/googletest) | Google Test | +| 6203 | 1287 | 234 | [openalpr](https://github.com/openalpr/openalpr) | Automatic License Plate Recognition library | +| 6117 | 617 | 187 | [openage](https://github.com/SFTtech/openage) | Free (as in freedom) open source clone of the Age of Empires II engine :rocket: | +| 6109 | 1306 | 73 | [apollo](https://github.com/ApolloAuto/apollo) | An open autonomous driving platform | +| 6100 | 2294 | 33 | [leetcode](https://github.com/haoel/leetcode) | LeetCode Problems' Solutions | +| 6046 | 546 | 478 | [robomongo](https://github.com/Studio3T/robomongo) | Native cross-platform MongoDB management tool | +| 5937 | 476 | 42 | [watchman](https://github.com/facebook/watchman) | Watches files and records, or triggers actions, when they change. | +| 5895 | 1589 | 830 | [tdesktop](https://github.com/telegramdesktop/tdesktop) | Telegram Desktop messaging app | +| 5884 | 3368 | 689 | [Arduino](https://github.com/esp8266/Arduino) | ESP8266 core for Arduino | +| 5880 | 877 | 1114 | [wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf) | Convert HTML to PDF using Webkit (QtWebKit) | +| 5878 | 744 | 74 | [libphonenumber](https://github.com/googlei18n/libphonenumber) | Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. | +| 5848 | 865 | 63 | [RedisDesktopManager](https://github.com/uglide/RedisDesktopManager) | :wrench: Cross-platform GUI management tool for Redis | +| 5736 | 836 | 145 | [Catch](https://github.com/philsquared/Catch) | A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++98, C++03, C++11, C++14 and later | +| 5681 | 1426 | 230 | [AndFix](https://github.com/alibaba/AndFix) | AndFix is a library that offer hot-fix for Android App. | +| 5593 | 1490 | 758 | [Paddle](https://github.com/PaddlePaddle/Paddle) | PArallel Distributed Deep LEarning | +| 5561 | 1919 | 805 | [openFrameworks](https://github.com/openframeworks/openFrameworks) | openFrameworks is a community-developed cross platform toolkit for creative coding in C++. | +| 5342 | 1209 | 818 | [synergy-core](https://github.com/symless/synergy-core) | Open source core of Synergy, the keyboard and mouse sharing tool | +| 5260 | 406 | 639 | [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) | The next generation Karabiner for macOS Sierra | +| 5248 | 422 | 111 | [zeal](https://github.com/zealdocs/zeal) | Offline documentation browser inspired by Dash | +| 5158 | 1046 | 24 | [brpc](https://github.com/brpc/brpc) | Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu. | +| 5130 | 1004 | 25 | [proxygen](https://github.com/facebook/proxygen) | A collection of C++ HTTP libraries including an easy to use HTTP server. | +| 5005 | 414 | 71 | [capnproto](https://github.com/capnproto/capnproto) | Cap'n Proto serialization/RPC system - core tools and C++ library | +| 4983 | 1060 | 390 | [tiled](https://github.com/bjorn/tiled) | A generic tile map editor | +| 4962 | 552 | 750 | [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2) | An open source re-implementation of RollerCoaster Tycoon 2 🎢 | +| 4957 | 1503 | 218 | [rapidjson](https://github.com/Tencent/rapidjson) | A fast JSON parser/generator for C++ with both SAX/DOM style API | +| 4921 | 407 | 100 | [zdb](https://github.com/asmuth/zdb) | Embeddable database library with columnar storage | +| 4914 | 1250 | 18 | [vowpal_wabbit](https://github.com/JohnLangford/vowpal_wabbit) | Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. | +| 4790 | 1048 | 288 | [ssdb](https://github.com/ideawu/ssdb) | SSDB - A fast NoSQL database, an alternative to Redis | +| 4711 | 1480 | 1843 | [notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus) | Notepad++ official repository | +| 4637 | 429 | 175 | [sysdig](https://github.com/draios/sysdig) | Linux system exploration and troubleshooting tool with first class support for containers | +| 4412 | 344 | 307 | [arangodb](https://github.com/arangodb/arangodb) | 🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. | +| 4382 | 639 | 257 | [node-canvas](https://github.com/Automattic/node-canvas) | Node canvas is a Cairo backed Canvas implementation for NodeJS. | +| 4302 | 579 | 128 | [node-sass](https://github.com/sass/node-sass) | :rainbow: Node.js bindings to libsass | +| 4238 | 290 | 10 | [lepton](https://github.com/dropbox/lepton) | Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%. | +| 4237 | 401 | 39 | [Gource](https://github.com/acaudwell/Gource) | software version control visualization | +| 4216 | 321 | 1 | [tinyrenderer](https://github.com/ssloy/tinyrenderer) | Support c++ code for a short computer graphics course | +| 4071 | 2257 | 70 | [thrift](https://github.com/apache/thrift) | Mirror of Apache Thrift | +| 4027 | 2171 | 11 | [vnpy](https://github.com/vnpy/vnpy) | 基于python的开源量化交易平台开发框架 | +| 4016 | 3900 | 1628 | [TrinityCore](https://github.com/TrinityCore/TrinityCore) | TrinityCore Open Source MMO Framework (master = 7.2.5.24742, 3.3.5 = 3.3.5a.12340) | +| 4000 | 294 | 492 | [ConEmu](https://github.com/Maximus5/ConEmu) | Customizable Windows terminal with tabs, splits, quake-style and more | +| 3985 | 545 | 247 | [liteide](https://github.com/visualfc/liteide) | LiteIDE is a simple, open source, cross-platform Go IDE. | +| 3934 | 998 | 41 | [LightGBM](https://github.com/Microsoft/LightGBM) | A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft. | +| 3907 | 638 | 23 | [amazon-dsstne](https://github.com/amzn/amazon-dsstne) | Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models | +| 3904 | 471 | 156 | [passenger](https://github.com/phusion/passenger) | A fast and robust web server and application server for Ruby, Python and Node.js | +| 3895 | 717 | 270 | [rpcs3](https://github.com/RPCS3/rpcs3) | PS3 emulator/debugger | +| 3788 | 1774 | 43 | [android-ndk](https://github.com/googlesamples/android-ndk) | Android NDK samples with Android Studio | +| 3757 | 366 | 24 | [redex](https://github.com/facebook/redex) | A bytecode optimizer for Android apps | +| 3753 | 950 | 135 | [dolphin](https://github.com/dolphin-emu/dolphin) | Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements. | +| 3747 | 813 | 98 | [SFML](https://github.com/SFML/SFML) | Simple and Fast Multimedia Library | +| 3746 | 485 | 285 | [edge](https://github.com/tjanczuk/edge) | Run .NET and Node.js code in-process on Windows, MacOS, and Linux | +| 3726 | 2144 | 517 | [ceph](https://github.com/ceph/ceph) | Ceph is a distributed object, block, and file storage platform | +| 3723 | 1161 | 174 | [libzmq](https://github.com/zeromq/libzmq) | ZeroMQ core engine in C++, implements ZMTP/3.0 | +| 3691 | 1266 | 3 | [doom3.gpl](https://github.com/TTimo/doom3.gpl) | Doom 3 GPL source release | +| 3668 | 530 | 192 | [bcc](https://github.com/iovisor/bcc) | BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more | +| 3631 | 2117 | 20 | [muduo](https://github.com/chenshuo/muduo) | A C++ non-blocking network library for multi-threaded server in Linux | +| 3600 | 391 | 85 | [libsass](https://github.com/sass/libsass) | A C/C++ implementation of a Sass compiler | +| 3597 | 282 | 246 | [ngx_pagespeed](https://github.com/pagespeed/ngx_pagespeed) | Automatic PageSpeed optimization module for Nginx | +| 3560 | 632 | 130 | [bgfx](https://github.com/bkaradzic/bgfx) | Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. | +| 3558 | 769 | 50 | [scribe](https://github.com/facebookarchive/scribe) | Scribe is a server for aggregating log data streamed in real time from a large number of servers. | +| 3542 | 419 | 109 | [crow](https://github.com/ipkn/crow) | Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask) | +| 3502 | 135 | 78 | [BackgroundMusic](https://github.com/kyleneideck/BackgroundMusic) | Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio. | +| 3497 | 343 | 85 | [Karabiner](https://github.com/tekezo/Karabiner) | Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization. | +| 3465 | 1083 | 439 | [cosmos](https://github.com/OpenGenus/cosmos) | [Show :heart: love by 🌟] Your personal library of every algorithm and data structure code that you will ever encounter | +| 3449 | 395 | 164 | [appjs](https://github.com/appjs/appjs) | (Deprecated!) SDK on top of nodejs to build desktop apps using HTML5/CSS/JS | +| 3443 | 1265 | 29 | [shadowsocks-qt5](https://github.com/shadowsocks/shadowsocks-qt5) | A cross-platform shadowsocks GUI client | +| 3413 | 408 | 796 | [scylla](https://github.com/scylladb/scylla) | NoSQL data store using the seastar framework, compatible with Apache Cassandra | +| 3404 | 519 | 80 | [keepassx](https://github.com/keepassx/keepassx) | KeePassX is a cross platform port of the windows application “Keepass Password Safe”. | +| 3391 | 946 | 233 | [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn) | header only, dependency-free deep learning framework in C++14 | +| 3390 | 120 | 61 | [kwm](https://github.com/koekeishiya/kwm) | Tiling window manager with focus follows mouse for OSX | +| 3377 | 1347 | 13 | [mesos](https://github.com/apache/mesos) | Mirror of Apache Mesos | +| 3326 | 808 | 238 | [citra](https://github.com/citra-emu/citra) | A Nintendo 3DS Emulator | +| 3264 | 499 | 397 | [Squirrel.Windows](https://github.com/Squirrel/Squirrel.Windows) | An installation and update framework for Windows desktop apps | +| 3196 | 681 | 2353 | [qBittorrent](https://github.com/qbittorrent/qBittorrent) | qBittorrent BitTorrent client | +| 3190 | 233 | 238 | [anbox](https://github.com/anbox/anbox) | Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system | +| 3173 | 658 | 71 | [AirSim](https://github.com/Microsoft/AirSim) | Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research | +| 3143 | 84 | 24 | [napajs](https://github.com/Microsoft/napajs) | Napa.js: a multi-threaded JavaScript runtime | +| 3138 | 1096 | 820 | [ppsspp](https://github.com/hrydgard/ppsspp) | A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us in #ppsspp on freenode (IRC) or just send pull requests / issues. For discussion use the forums on ppsspp.org. | +| 3122 | 597 | 184 | [seastar](https://github.com/scylladb/seastar) | High performance server-side application framework | +| 3110 | 424 | 0 | [magenta](https://github.com/fuchsia-mirror/magenta) | Magenta Kernel, Core Drivers, and Services | +| 3088 | 847 | 46 | [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) | OpenPose: Real-Time Multi-Person Keypoint Detection Library for Body, Face, and Hands | +| 3072 | 303 | 7 | [abseil-cpp](https://github.com/abseil/abseil-cpp) | Abseil Common Libraries (C++) | +| 3067 | 218 | 10 | [lmctfy](https://github.com/google/lmctfy) | lmctfy is the open source version of Google’s container stack, which provides Linux application containers. | +| 3045 | 413 | 45 | [liquidfun](https://github.com/google/liquidfun) | 2D physics engine for games | +| 3043 | 467 | 13 | [mobile-deep-learning](https://github.com/baidu/mobile-deep-learning) | This research aims at simply deploying CNN(Convolutional Neural Network) on mobile devices, with low complexity and high speed. | +| 3036 | 393 | 9 | [webscalesql-5.6](https://github.com/webscalesql/webscalesql-5.6) | WebScaleSQL, Version 5.6, based upon the MySQL-5.6 community releases. | +| 3030 | 237 | 18 | [node.bcrypt.js](https://github.com/kelektiv/node.bcrypt.js) | bcrypt for NodeJs | +| 3006 | 402 | 120 | [Provenance](https://github.com/jasarien/Provenance) | An iOS/tvOS Frontend for multiple emulators, currently supporting Sega Genesis, Game Gear/Master System, Sega CD, 32X, SNES, NES, GB/GBC, GBA, Atari 2600 and 7800. | +| 3000 | 593 | 129 | [node-opencv](https://github.com/peterbraden/node-opencv) | OpenCV Bindings for node.js | +| 2995 | 752 | 53 | [Xposed](https://github.com/rovo89/Xposed) | The native part of the Xposed framework (mainly the modified app_process binary). | +| 2975 | 395 | 244 | [ClickHouse](https://github.com/yandex/ClickHouse) | ClickHouse is a free analytic DBMS for big data. | +| 2967 | 398 | 14 | [fmt](https://github.com/fmtlib/fmt) | Small, safe and fast formatting library | +| 2951 | 999 | 74 | [dlib](https://github.com/davisking/dlib) | A toolkit for making real world machine learning and data analysis applications in C++ | +| 2931 | 1481 | 44 | [EasyPR](https://github.com/liuruoze/EasyPR) | An open source project for Chinese plate recognition in unconstrained situation. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise ! | +| 2918 | 875 | 53 | [cartographer](https://github.com/googlecartographer/cartographer) | Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations. | +| 2908 | 186 | 170 | [kakoune](https://github.com/mawww/kakoune) | mawww's experiment for a better code editor | +| 2904 | 491 | 267 | [ninja](https://github.com/ninja-build/ninja) | a small build system with a focus on speed | +| 2888 | 736 | 683 | [zcash](https://github.com/zcash/zcash) | Zcash - Internet Money | +| 2855 | 868 | 0 | [DOOM-3-BFG](https://github.com/id-Software/DOOM-3-BFG) | Doom 3 BFG Edition | +| 2848 | 838 | 885 | [minetest](https://github.com/minetest/minetest) | Minetest, an open source infinite-world block sandbox game engine and game with survival and crafting. Also see https://github.com/minetest/minetest_game | +| 2844 | 809 | 356 | [bullet3](https://github.com/bulletphysics/bullet3) | Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. | +| 2837 | 158 | 82 | [FLIF](https://github.com/FLIF-hub/FLIF) | Free Lossless Image Format | +| 2828 | 296 | 11 | [EASTL](https://github.com/electronicarts/EASTL) | EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance. | +| 2817 | 1441 | 207 | [srs](https://github.com/ossrs/srs) | SRS's an industrial-strength live streaming cluster, with the simplest implementation and the best conceptual integrity. | +| 2792 | 226 | 224 | [rr](https://github.com/mozilla/rr) | Record and Replay Framework | +| 2792 | 179 | 6 | [node-fibers](https://github.com/laverdet/node-fibers) | Fiber/coroutine support for v8 and node. | +| 2788 | 314 | 147 | [ricochet](https://github.com/ricochet-im/ricochet) | Anonymous peer-to-peer instant messaging | +| 2785 | 5685 | 1045 | [ardupilot](https://github.com/ArduPilot/ardupilot) | ArduPlane, ArduCopter, ArduRover source | +| 2748 | 717 | 351 | [openvr](https://github.com/ValveSoftware/openvr) | OpenVR SDK | +| 2729 | 318 | 91 | [pybind11](https://github.com/pybind/pybind11) | Seamless operability between C++11 and Python | +| 2724 | 118 | 53 | [thrust](https://github.com/breach/thrust) | Chromium-based cross-platform / cross-language application framework | +| 2724 | 356 | 125 | [xenia](https://github.com/benvanik/xenia) | Xbox 360 Emulator Research Project | +| 2722 | 971 | 32 | [openh264](https://github.com/cisco/openh264) | Open Source H.264 Codec | +| 2690 | 1122 | 9 | [CLRS](https://github.com/gzc/CLRS) | :notebook:Solutions to Introduction to Algorithms | +| 2667 | 1173 | 331 | [Torque3D](https://github.com/GarageGames/Torque3D) | MIT Licensed Open Source version of Torque 3D from GarageGames | +| 2647 | 503 | 31 | [ncnn](https://github.com/Tencent/ncnn) | ncnn is a high-performance neural network inference framework optimized for the mobile platform | +| 2641 | 293 | 185 | [envoy](https://github.com/envoyproxy/envoy) | C++ front/service proxy | +| 2621 | 625 | 58 | [spdlog](https://github.com/gabime/spdlog) | Super fast C++ logging library. | +| 2611 | 823 | 58 | [DynamicAPK](https://github.com/CtripMobile/DynamicAPK) | Solution to implement multi apk dynamic loading and hot fixing for Android App. (实现Android App多apk插件化和动态加载,支持资源分包和热修复) | +| 2609 | 1304 | 125 | [kaldi](https://github.com/kaldi-asr/kaldi) | This is now the official location of the Kaldi project. | +| 2605 | 223 | 169 | [ponyc](https://github.com/ponylang/ponyc) | :horse: Pony is an open-source, actor-model, capabilities-secure, high performance programming language | +| 2601 | 328 | 11 | [annoy](https://github.com/spotify/annoy) | Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk | +| 2590 | 189 | 8 | [Stacer](https://github.com/oguzhaninan/Stacer) | Linux System Optimizer and Monitoring | +| 2550 | 1112 | 90 | [gvr-android-sdk](https://github.com/googlevr/gvr-android-sdk) | Google VR SDK for Android | +| 2508 | 470 | 280 | [x64dbg](https://github.com/x64dbg/x64dbg) | An open-source x64/x32 debugger for windows. | +| 2500 | 453 | 127 | [z3](https://github.com/Z3Prover/z3) | The Z3 Theorem Prover | +| 2498 | 204 | 52 | [IncludeOS](https://github.com/hioa-cs/IncludeOS) | A minimal, resource efficient unikernel for cloud services | +| 2490 | 179 | 61 | [git-crypt](https://github.com/AGWA/git-crypt) | Transparent file encryption in git | +| 2469 | 391 | 10 | [conceal](https://github.com/facebook/conceal) | Conceal provides easy Android APIs for performing fast encryption and authentication of data. | +| 2461 | 1617 | 97 | [Cpp-Primer](https://github.com/Mooophy/Cpp-Primer) | C++ Primer 5 answers | +| 2456 | 202 | 8 | [beringei](https://github.com/facebookincubator/beringei) | Beringei is a high performance, in-memory storage engine for time series data. | +| 2443 | 530 | 591 | [omim](https://github.com/mapsme/omim) | 🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android | +| 2441 | 702 | 46 | [Tars](https://github.com/Tencent/Tars) | Tars is a highly performance rpc framework based on naming service using tars protocol and provides a semi-automatic operation platform. | +| 2433 | 604 | 150 | [mame](https://github.com/mamedev/mame) | MAME | +| 2425 | 154 | 255 | [keepassxc](https://github.com/keepassxreboot/keepassxc) | KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. | +| 2420 | 455 | 38 | [Vulkan](https://github.com/SaschaWillems/Vulkan) | Examples and demos for the new Vulkan API | +| 2405 | 867 | 271 | [assimp](https://github.com/assimp/assimp) | Official Open Asset Import Library Repository. Loads 40+ 3D file formats into one unified and clean data structure. | +| 2380 | 294 | 9 | [Serious-Engine](https://github.com/Croteam-official/Serious-Engine) | An open source version of a game engine developed by Croteam for the classic Serious Sam games. | +| 2352 | 405 | 81 | [OpenCC](https://github.com/BYVoid/OpenCC) | A project for conversion between Traditional and Simplified Chinese | +| 2331 | 365 | 199 | [Polycode](https://github.com/ivansafrin/Polycode) | Polycode is a cross-platform framework for creative code. | +| 2324 | 1066 | 86 | [jsoncpp](https://github.com/open-source-parsers/jsoncpp) | A C++ library for interacting with JSON. | +| 2314 | 295 | 72 | [GSL](https://github.com/Microsoft/GSL) | Guidelines Support Library | +| 2298 | 442 | 8 | [ArduinoJson](https://github.com/bblanchon/ArduinoJson) | 📟 C++ JSON library for IoT. Simple and efficient. | +| 2290 | 523 | 13 | [AliSQL](https://github.com/alibaba/AliSQL) | AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom. | +| 2289 | 396 | 20 | [faiss](https://github.com/facebookresearch/faiss) | A library for efficient similarity search and clustering of dense vectors. | +| 2274 | 631 | 30 | [libco](https://github.com/Tencent/libco) | libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013. | +| 2252 | 407 | 13 | [snappy](https://github.com/google/snappy) | A fast compressor/decompressor | +| 2222 | 1000 | 0 | [GamePlay](https://github.com/gameplay3d/GamePlay) | Open-source, cross-platform, C++ game engine for creating 2D/3D games. | +| 2202 | 388 | 26 | [concurrentqueue](https://github.com/cameron314/concurrentqueue) | A fast multi-producer, multi-consumer lock-free concurrent queue for C++11 | +| 2200 | 1024 | 91 | [SeetaFaceEngine](https://github.com/seetaface/SeetaFaceEngine) | None | +| 2186 | 169 | 61 | [mactype](https://github.com/snowie2000/mactype) | A better font rasterizer for Windows. | +| 2178 | 426 | 103 | [bfs](https://github.com/baidu/bfs) | The Baidu File System. | +| 2177 | 682 | 637 | [mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native) | Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL | +| 2159 | 575 | 35 | [openbr](https://github.com/biometrics/openbr) | Open Source Biometrics, Face Recognition | +| 2158 | 269 | 14 | [fibjs](https://github.com/fibjs/fibjs) | JavaScript on Fiber (built on Chrome's V8 JavaScript engine) | +| 2148 | 277 | 19 | [ledger](https://github.com/ledger/ledger) | Double-entry accounting system with a command-line reporting interface | +| 2138 | 899 | 1 | [mysql-server](https://github.com/mysql/mysql-server) | MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database. | +| 2128 | 324 | 133 | [s3fs-fuse](https://github.com/s3fs-fuse/s3fs-fuse) | FUSE-based file system backed by Amazon S3 | +| 2109 | 594 | 46 | [firesheep](https://github.com/codebutler/firesheep) | A Firefox extension that demonstrates HTTP session hijacking attacks. | +| 2106 | 340 | 1 | [re2](https://github.com/google/re2) | RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. | +| 2099 | 499 | 128 | [gperftools](https://github.com/gperftools/gperftools) | Main gperftools repository | +| 2059 | 221 | 4 | [miles-deep](https://github.com/ryanjay0/miles-deep) | Deep Learning Porn Video Classifier/Editor with Caffe | +| 2053 | 415 | 520 | [cuberite](https://github.com/cuberite/cuberite) | A lightweight, fast and extensible game server for Minecraft | +| 2047 | 535 | 280 | [cpprestsdk](https://github.com/Microsoft/cpprestsdk) | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. | +| 2036 | 344 | 33 | [mcrouter](https://github.com/facebook/mcrouter) | Mcrouter is a memcached protocol router for scaling memcached deployments. | +| 2034 | 268 | 24 | [oclint](https://github.com/oclint/oclint) | A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C | +| 2029 | 324 | 109 | [fastnetmon](https://github.com/pavel-odintsov/fastnetmon) | FastNetMon community - very fast DDoS analyzer with sflow/netflow/mirror support | +| 2026 | 293 | 63 | [renderdoc](https://github.com/baldurk/renderdoc) | RenderDoc is a stand-alone graphics debugging tool. | +| 2015 | 388 | 239 | [nghttp2](https://github.com/nghttp2/nghttp2) | nghttp2 - HTTP/2 C Library and tools | +| 2008 | 233 | 34 | [catboost](https://github.com/catboost/catboost) | CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R | +| 2002 | 454 | 142 | [or-tools](https://github.com/google/or-tools) | Google's Operations Research tools | +| 1998 | 1871 | 310 | [pcl](https://github.com/PointCloudLibrary/pcl) | Point Cloud Library (PCL) | +| 1988 | 610 | 398 | [solidity](https://github.com/ethereum/solidity) | The Solidity Contract-Oriented Programming Language | +| 1987 | 301 | 43 | [nan](https://github.com/nodejs/nan) | Native Abstractions for Node.js | +| 1985 | 320 | 191 | [tomahawk](https://github.com/tomahawk-player/tomahawk) | Tomahawk, the multi-source music player | +| 1984 | 278 | 546 | [aseprite](https://github.com/aseprite/aseprite) | Animated sprite editor & pixel art tool (Windows, macOS, Linux) | +| 1976 | 1146 | 194 | [source-sdk-2013](https://github.com/ValveSoftware/source-sdk-2013) | The 2013 edition of the Source SDK | +| 1970 | 190 | 86 | [zopfli](https://github.com/google/zopfli) | Zopfli Compression Algorithm is a compression library programmed in C to perform very good, but slow, deflate or zlib compression. | +| 1958 | 673 | 176 | [websocketpp](https://github.com/zaphoyd/websocketpp) | C++ websocket client/server library | +| 1957 | 309 | 55 | [wdt](https://github.com/facebook/wdt) | Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths. | +| 1954 | 1114 | 433 | [osrm-backend](https://github.com/Project-OSRM/osrm-backend) | Open Source Routing Machine - C++ backend | +| 1952 | 211 | 13 | [BansheeEngine](https://github.com/BearishSun/BansheeEngine) | Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting | +| 1948 | 118 | 38 | [albert](https://github.com/albertlauncher/albert) | A fast and flexible keyboard launcher | +| 1947 | 1015 | 183 | [Arduino-IRremote](https://github.com/z3t0/Arduino-IRremote) | Infrared remote library for Arduino: send and receive infrared signals with multiple protocols | +| 1946 | 575 | 182 | [Urho3D](https://github.com/urho3d/Urho3D) | Cross-platform 2D and 3D game engine. | +| 1936 | 387 | 36 | [benchmark](https://github.com/google/benchmark) | A microbenchmark support library | +| 1930 | 458 | 24 | [phxsql](https://github.com/Tencent/phxsql) | A high availability MySQL cluster that guarantees data consistency between a master and slaves. | +| 1922 | 484 | 98 | [crosswalk](https://github.com/crosswalk-project/crosswalk) | A web runtime built on Chrome. This project is currently unmaintained. | +| 1912 | 393 | 49 | [OpenSubdiv](https://github.com/PixarAnimationStudios/OpenSubdiv) | An Open-Source subdivision surface library. | +| 1912 | 2085 | 213 | [opencv_contrib](https://github.com/opencv/opencv_contrib) | Repository for OpenCV's extra modules | +| 1908 | 685 | 26 | [anyRTC-RTMP-OpenSource](https://github.com/AnyRTC/anyRTC-RTMP-OpenSource) | RTMP 推流器,RTMP(HLS)秒开播放器,跨平台(Win,IOS,Android)开源代码 | +| 1907 | 327 | 15 | [Sigil](https://github.com/Sigil-Ebook/Sigil) | Sigil is a multi-platform EPUB ebook editor | +| 1901 | 396 | 373 | [pcsx2](https://github.com/PCSX2/pcsx2) | PCSX2 - The Playstation 2 Emulator | +| 1883 | 244 | 255 | [opentoonz](https://github.com/opentoonz/opentoonz) | OpenToonz - An open-source full-featured 2D animation creation software | +| 1883 | 750 | 43 | [Impala](https://github.com/cloudera/Impala) | Real-time Query for Hadoop; mirror of Apache Impala | +| 1881 | 282 | 174 | [arrayfire](https://github.com/arrayfire/arrayfire) | ArrayFire: a general purpose GPU library. | +| 1879 | 233 | 14 | [fr_public](https://github.com/farbrausch/fr_public) | Farbrausch demo tools 2001-2011 | +| 1863 | 378 | 335 | [Halide](https://github.com/halide/Halide) | a language for image processing and computational photography | +| 1858 | 229 | 270 | [rtorrent](https://github.com/rakshasa/rtorrent) | rTorrent BitTorrent client | +| 1856 | 163 | 5 | [ToGL](https://github.com/ValveSoftware/ToGL) | Direct3D to OpenGL abstraction layer | +| 1856 | 534 | 576 | [mapnik](https://github.com/mapnik/mapnik) | Mapnik is an open source toolkit for developing mapping applications | +| 1850 | 96 | 119 | [polybar](https://github.com/jaagr/polybar) | A fast and easy-to-use status bar | +| 1846 | 597 | 21 | [openmw](https://github.com/OpenMW/openmw) | OpenMW is an unofficial open source engine reimplementation of the game Morrowind. | +| 1839 | 457 | 115 | [dynet](https://github.com/clab/dynet) | DyNet: The Dynamic Neural Network Toolkit | +| 1830 | 352 | 1 | [CppCon2014](https://github.com/CppCon/CppCon2014) | Speaker materials from CppCon 2014 | +| 1819 | 528 | 233 | [WiFiManager](https://github.com/tzapu/WiFiManager) | ESP8266 WiFi Connection manager with web captive portal | +| 1812 | 134 | 31 | [fswatch](https://github.com/emcrisostomo/fswatch) | A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend. | +| 1809 | 99 | 45 | [runtime](https://github.com/runtimejs/runtime) | Lightweight JavaScript library operating system for the cloud | +| 1809 | 802 | 38 | [tinyxml2](https://github.com/leethomason/tinyxml2) | TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. | +| 1805 | 531 | 343 | [swig](https://github.com/swig/swig) | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | +| 1805 | 582 | 10 | [LiveVideoCoreSDK](https://github.com/runner365/LiveVideoCoreSDK) | None | +| 1802 | 489 | 553 | [openscad](https://github.com/openscad/openscad) | OpenSCAD - The Programmers Solid 3D CAD Modeller | +| 1798 | 178 | 9 | [nnabla](https://github.com/sony/nnabla) | Neural Network Libraries | +| 1793 | 737 | 18 | [algorithms](https://github.com/xtaci/algorithms) | Algorithms & Data structures in C++. | +| 1787 | 992 | 22 | [duilib](https://github.com/duilib/duilib) | None | +| 1784 | 770 | 110 | [MuseScore](https://github.com/musescore/MuseScore) | MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! | +| 1783 | 388 | 58 | [blackbird](https://github.com/butor/blackbird) | Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy | +| 1777 | 219 | 147 | [Revive](https://github.com/LibreVR/Revive) | Play Oculus-exclusive games on the HTC Vive, scroll down for downloads and installation instructions. If you'd like to make a donation you can do so on my Patreon. | +| 1776 | 787 | 15 | [FreeCAD](https://github.com/FreeCAD/FreeCAD) | This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler | +| 1765 | 1200 | 338 | [cpp-ethereum](https://github.com/ethereum/cpp-ethereum) | Ethereum C++ client | +| 1754 | 1311 | 37 | [code](https://github.com/MasteringOpenCV/code) | Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012. | +| 1754 | 281 | 32 | [wangle](https://github.com/facebook/wangle) | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. | +| 1752 | 354 | 375 | [AtomicGameEngine](https://github.com/AtomicGameEngine/AtomicGameEngine) | The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript | +| 1747 | 78 | 42 | [node-packer](https://github.com/pmq20/node-packer) | Packing your Node.js application into a single executable. | +| 1746 | 436 | 85 | [FastLED](https://github.com/FastLED/FastLED) | The main FastLED library (successor to FastSPI_LED). Please direct questions/requests for advice to the g+ community - http://fastled.io/+ - we'd like to keep issues to just tracking bugs/enhancements/tasks. *NOTE* library work is currently on hold - see https://plus.google.com/102282558639672545743/posts/JQKcujjaXXC for details. | +| 1745 | 505 | 652 | [mumble](https://github.com/mumble-voip/mumble) | Mumble VoIP Client/Server | | 1740 | 80 | 23 | [webkit.js](https://github.com/trevorlinton/webkit.js) | Pure JavaScript Port of WebKit | -| 1740 | 216 | 123 | [Revive](https://github.com/LibreVR/Revive) | Play Oculus-exclusive games on the HTC Vive, scroll down for downloads and installation instructions. If you'd like to make a donation you can do so on my Patreon. | -| 1727 | 267 | 27 | [wangle](https://github.com/facebook/wangle) | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. | -| 1726 | 513 | 333 | [swig](https://github.com/swig/swig) | SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. | -| 1725 | 501 | 211 | [WiFiManager](https://github.com/tzapu/WiFiManager) | ESP8266 WiFi Connection manager with web captive portal | -| 1708 | 976 | 22 | [duilib](https://github.com/duilib/duilib) | None | -| 1707 | 493 | 638 | [mumble](https://github.com/mumble-voip/mumble) | Mumble VoIP Client/Server | -| 1704 | 715 | 14 | [algorithms](https://github.com/xtaci/algorithms) | Algorithms & Data structures in C++. | -| 1700 | 745 | 23 | [FreeCAD](https://github.com/FreeCAD/FreeCAD) | This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler | -| 1698 | 176 | 54 | [node-memwatch](https://github.com/lloyd/node-memwatch) | A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks. | -| 1697 | 1290 | 37 | [code](https://github.com/MasteringOpenCV/code) | Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012. | -| 1692 | 756 | 91 | [MuseScore](https://github.com/musescore/MuseScore) | MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! | -| 1680 | 69 | 36 | [node-packer](https://github.com/pmq20/node-packer) | Packing your Node.js application into a single executable. | -| 1677 | 456 | 22 | [Surround360](https://github.com/facebook/Surround360) | Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering. | -| 1670 | 425 | 97 | [dynet](https://github.com/clab/dynet) | DyNet: The Dynamic Neural Network Toolkit | -| 1670 | 342 | 383 | [AtomicGameEngine](https://github.com/AtomicGameEngine/AtomicGameEngine) | The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript | -| 1667 | 3917 | 147 | [i2cdevlib](https://github.com/jrowberg/i2cdevlib) | I2C device library collection for AVR/Arduino or other C++-based MCUs | -| 1666 | 420 | 75 | [FastLED](https://github.com/FastLED/FastLED) | The main FastLED library (successor to FastSPI_LED). Please direct questions/requests for advice to the g+ community - http://fastled.io/+ - we'd like to keep issues to just tracking bugs/enhancements/tasks. *NOTE* library work is currently on hold - see https://plus.google.com/102282558639672545743/posts/JQKcujjaXXC for details. | -| 1663 | 130 | 29 | [OpenLara](https://github.com/XProger/OpenLara) | Classic Tomb Raider open-source engine | -| 1652 | 202 | 55 | [draco](https://github.com/google/draco) | Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. | -| 1642 | 176 | 78 | [ZeroTierOne](https://github.com/zerotier/ZeroTierOne) | A Smart Ethernet Switch for Earth | -| 1640 | 81 | 104 | [polybar](https://github.com/jaagr/polybar) | A fast and easy-to-use status bar | -| 1638 | 519 | 352 | [solidity](https://github.com/ethereum/solidity) | The Solidity Contract-Oriented Programming Language | -| 1636 | 611 | 97 | [mlpack](https://github.com/mlpack/mlpack) | mlpack: a scalable C++ machine learning library -- | -| 1634 | 398 | 7 | [skia](https://github.com/google/skia) | Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. | -| 1633 | 259 | 52 | [djinni](https://github.com/dropbox/djinni) | A tool for generating cross-language type declarations and interface bindings. | -| 1621 | 656 | 24 | [wxWidgets](https://github.com/wxWidgets/wxWidgets) | Cross-Platform GUI Library - Report issues here: http://trac.wxwidgets.org/ | -| 1610 | 65 | 4 | [btfs](https://github.com/johang/btfs) | A bittorrent filesystem based on FUSE. | -| 1609 | 1096 | 305 | [cpp-ethereum](https://github.com/ethereum/cpp-ethereum) | Ethereum C++ client | -| 1605 | 217 | 101 | [bond](https://github.com/Microsoft/bond) | Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. | -| 1604 | 133 | 38 | [iaito](https://github.com/hteso/iaito) | A Qt and C++ GUI for radare2 reverse engineering framework | -| 1604 | 162 | 1 | [libchaos](https://github.com/maciejczyzewski/libchaos) | Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines). :microscope: | -| 1596 | 103 | 137 | [lnav](https://github.com/tstack/lnav) | Log file navigator | -| 1594 | 553 | 16 | [design_patterns](https://github.com/me115/design_patterns) | 图说设计模式 | -| 1592 | 725 | 132 | [glog](https://github.com/google/glog) | C++ implementation of the Google logging module | -| 1591 | 391 | 6 | [mysql](https://github.com/twitter/mysql) | MySQL fork maintained and used at Twitter | -| 1590 | 507 | 41 | [recastnavigation](https://github.com/recastnavigation/recastnavigation) | Navigation-mesh Toolset for Games | -| 1581 | 428 | 105 | [mailcore2](https://github.com/MailCore/mailcore2) | MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up. | -| 1581 | 357 | 192 | [thrust](https://github.com/thrust/thrust) | Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL). | -| 1580 | 343 | 45 | [blackbird](https://github.com/butor/blackbird) | Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy | -| 1579 | 245 | 198 | [conky](https://github.com/brndnmtthws/conky) | Light-weight system monitor for X. | -| 1568 | 860 | 670 | [Slic3r](https://github.com/alexrj/Slic3r) | Open Source toolpath generator for 3D printers | -| 1563 | 322 | 1776 | [Clementine](https://github.com/clementine-player/Clementine) | :tangerine: Clementine Music Player | -| 1561 | 821 | 26 | [EasyDarwin](https://github.com/EasyDarwin/EasyDarwin) | open source、high performance、industrial rtsp streaming server based on Darwin Streaming Server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a simple streaming media cloud platform architecture.高性能开源RTSP流媒体服务器,基于Darwin Streaming Server 维护和优化:RTSP转发、关键帧缓存、秒开画面、RESTful接口、WEB后台管理、分布式负载均衡,基于EasyDarwin构建出了一套简单基础的流媒体云平台架构! | -| 1546 | 339 | 235 | [grive](https://github.com/Grive/grive) | an open source Linux client for Google Drive | -| 1541 | 468 | 82 | [rippled](https://github.com/ripple/rippled) | Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger in C++ | -| 1538 | 322 | 505 | [supercollider](https://github.com/supercollider/supercollider) | An audio server, programming language, and IDE for sound synthesis and algorithmic composition. | -| 1532 | 126 | 83 | [terra](https://github.com/zdevito/terra) | Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language. | -| 1531 | 181 | 25 | [ELL](https://github.com/Microsoft/ELL) | Embedded Learning Library | -| 1529 | 180 | 68 | [therubyracer](https://github.com/cowboyd/therubyracer) | Embed the V8 Javascript Interpreter into Ruby | -| 1526 | 491 | 30 | [server](https://github.com/MariaDB/server) | MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. | -| 1526 | 673 | 11 | [Cplusplus-Concurrency-In-Practice](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice) | A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》 | -| 1526 | 1107 | 94 | [QGIS](https://github.com/qgis/QGIS) | QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) | -| 1521 | 748 | 496 | [shogun](https://github.com/shogun-toolbox/shogun) | The Shogun Machine Learning Toolbox (Source Code) | -| 1515 | 1152 | 301 | [ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2) | Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities | -| 1512 | 486 | 53 | [doxygen](https://github.com/doxygen/doxygen) | Official doxygen git repository | -| 1505 | 66 | 6 | [dripcap](https://github.com/dripcap/dripcap) | ☕️ Caffeinated Packet Analyzer | -| 1499 | 250 | 8 | [SmartDeblur](https://github.com/Y-Vladimir/SmartDeblur) | Restoration of defocused and blurred photos/images | -| 1497 | 543 | 22 | [kcws](https://github.com/koth/kcws) | Deep Learning Chinese Word Segment | -| 1489 | 432 | 102 | [rhino](https://github.com/mozilla/rhino) | Rhino is an open-source implementation of JavaScript written entirely in Java | -| 1485 | 1121 | 726 | [Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA) | Cataclysm - Dark Days Ahead. A fork/variant of Cataclysm Roguelike by Whales. | -| 1468 | 291 | 214 | [uncrustify](https://github.com/uncrustify/uncrustify) | Code beautifier | -| 1463 | 280 | 6 | [MITIE](https://github.com/mit-nlp/MITIE) | MITIE: library and tools for information extraction | -| 1454 | 323 | 193 | [iisnode](https://github.com/tjanczuk/iisnode) | Hosting node.js applications in IIS on Windows | -| 1451 | 267 | 38 | [nanogui](https://github.com/wjakob/nanogui) | Minimalistic GUI library for OpenGL | -| 1450 | 297 | 306 | [goldendict](https://github.com/goldendict/goldendict) | A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. | -| 1446 | 364 | 165 | [tera](https://github.com/baidu/tera) | An Internet-Scale Database. | -| 1441 | 553 | 75 | [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | -| 1440 | 311 | 9 | [CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial) | 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中) | -| 1437 | 717 | 5 | [libfacedetection](https://github.com/ShiqiYu/libfacedetection) | A fast binary library for face detection and face landmark detection in images. The face detection speed can reach 1500FPS. You can use it free of charge with any purpose. | -| 1434 | 54 | 5 | [pushpin](https://github.com/fanout/pushpin) | Reverse proxy for realtime web services | -| 1431 | 523 | 31 | [sofa-pbrpc](https://github.com/baidu/sofa-pbrpc) | A light-weight RPC implement of google protobuf RPC framework. | -| 1428 | 388 | 534 | [qTox](https://github.com/qTox/qTox) | The most feature-rich Tox client; P2P instant messaging, audio and video calls. | -| 1417 | 911 | 0 | [clang](https://github.com/llvm-mirror/clang) | Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes. | -| 1415 | 103 | 10 | [silicon](https://github.com/matt-42/silicon) | A high performance, middleware oriented C++14 http web framework | -| 1414 | 327 | 689 | [lmms](https://github.com/LMMS/lmms) | Cross-platform music production software | -| 1414 | 161 | 37 | [magnum](https://github.com/mosra/magnum) | C++11/C++14 and OpenGL graphics engine | -| 1412 | 397 | 7 | [phxpaxos](https://github.com/Tencent/phxpaxos) | C++ Paxos library that has been used in Wechat production environment. | -| 1411 | 496 | 281 | [cocos2d-js](https://github.com/cocos2d/cocos2d-js) | cocos2d-x for JS | -| 1410 | 137 | 61 | [freeablo](https://github.com/wheybags/freeablo) | Modern reimplementation of the Diablo 1 game engine | -| 1406 | 318 | 287 | [znc](https://github.com/znc/znc) | Official repository for the ZNC IRC bouncer | -| 1404 | 107 | 77 | [feather](https://github.com/wesm/feather) | Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow | -| 1396 | 425 | 168 | [Heimdall](https://github.com/Benjamin-Dobell/Heimdall) | Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices. | -| 1393 | 522 | 196 | [VideoCore-Inactive](https://github.com/jgh-/VideoCore-Inactive) | *No longer in development* At some point I will be publishing a new system | -| 1388 | 102 | 46 | [node-webworker-threads](https://github.com/audreyt/node-webworker-threads) | Lightweight Web Worker API implementation with native threads | -| 1388 | 38 | 12 | [bish](https://github.com/tdenniston/bish) | Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel. | -| 1387 | 545 | 133 | [serving](https://github.com/tensorflow/serving) | A flexible, high-performance serving system for machine learning models | -| 1376 | 586 | 146 | [licode](https://github.com/lynckia/licode) | Open Source Communication Provider based on WebRTC and Cloud technologies | -| 1371 | 314 | 13 | [json11](https://github.com/dropbox/json11) | A tiny JSON library for C++11. | -| 1370 | 87 | 51 | [antimony](https://github.com/mkeeter/antimony) | CAD from a parallel universe | -| 1362 | 396 | 125 | [easyloggingpp](https://github.com/muflihun/easyloggingpp) | Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc. | -| 1355 | 891 | 12 | [quick-cocos2d-x](https://github.com/chukong/quick-cocos2d-x) | quick-cocos2d-x is a quick framework, based on cocos2d-x. Make mobile games in Lua. | -| 1349 | 473 | 6 | [cppcheck](https://github.com/danmar/cppcheck) | static analysis of C/C++ code | -| 1341 | 99 | 41 | [xcbuild](https://github.com/facebook/xcbuild) | Xcode-compatible build tool. | -| 1338 | 266 | 630 | [nix](https://github.com/NixOS/nix) | Nix, the purely functional package manager | -| 1337 | 595 | 65 | [dogecoin](https://github.com/dogecoin/dogecoin) | very currency | -| 1337 | 271 | 71 | [HElib](https://github.com/shaih/HElib) | An Implementation of homomorphic encryption | -| 1336 | 253 | 0 | [CppCon2015](https://github.com/CppCon/CppCon2015) | Presentation Materials from CppCon 2015 | -| 1322 | 288 | 108 | [hex](https://github.com/netease-youdao/hex) | heX | -| 1316 | 362 | 48 | [openthread](https://github.com/openthread/openthread) | OpenThread released by Nest is an open-source implementation of the Thread networking protocol | -| 1308 | 149 | 79 | [gosu](https://github.com/gosu/gosu) | 2D game development library for Ruby and C++ | -| 1306 | 115 | 91 | [vogl](https://github.com/ValveSoftware/vogl) | OpenGL capture / playback debugger. | -| 1298 | 587 | 126 | [pubsubclient](https://github.com/knolleary/pubsubclient) | A client library for the Arduino Ethernet Shield that provides support for MQTT. | -| 1297 | 71 | 7 | [ion](https://github.com/google/ion) | Ion | -| 1295 | 123 | 48 | [termite](https://github.com/thestinger/termite) | A keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support. | -| 1290 | 245 | 3 | [Pcap_DNSProxy](https://github.com/chengr28/Pcap_DNSProxy) | Pcap_DNSProxy, a local DNS server based on WinPcap and LibPcap | -| 1286 | 290 | 49 | [deepdetect](https://github.com/beniz/deepdetect) | Deep Learning API and Server in C++11 with Python bindings and support for Caffe, Tensorflow, XGBoost and TSNE | -| 1284 | 72 | 7 | [dex-ui](https://github.com/seenaburns/dex-ui) | A science fiction desktop running on Linux. Awesome. | -| 1283 | 176 | 5 | [CppCon2016](https://github.com/CppCon/CppCon2016) | Slides and other materials from CppCon 2016 | -| 1279 | 475 | 372 | [EmulationStation](https://github.com/Aloshi/EmulationStation) | A flexible emulator front-end supporting keyboardless navigation and custom system themes. | -| 1279 | 3774 | 467 | [Firmware](https://github.com/PX4/Firmware) | PX4 Pro Autopilot Software | -| 1273 | 326 | 66 | [subsurface](https://github.com/Subsurface-divelog/subsurface) | This is the official upstream of the Subsurface divelog program | -| 1272 | 83 | 6 | [node-heapdump](https://github.com/bnoordhuis/node-heapdump) | Make a dump of the V8 heap for later inspection. | -| 1271 | 242 | 42 | [actor-framework](https://github.com/actor-framework/actor-framework) | An Open Source Implementation of the Actor Model in C++ | -| 1269 | 1566 | 27 | [Torque2D](https://github.com/GarageGames/Torque2D) | MIT Licensed Open Source version of Torque 2D game engine from GarageGames | -| 1268 | 213 | 322 | [proxysql](https://github.com/sysown/proxysql) | High-performance MySQL proxy with a GPL license. | -| 1268 | 248 | 67 | [apitrace](https://github.com/apitrace/apitrace) | Tools for tracing OpenGL, Direct3D, and other graphics APIs | -| 1264 | 253 | 11 | [AutoHotkey_L](https://github.com/Lexikos/AutoHotkey_L) | AutoHotkey - macro-creation and automation-oriented scripting utility for Windows. | -| 1264 | 97 | 8 | [v8worker](https://github.com/ry/v8worker) | Minimal golang binding to V8 | -| 1257 | 152 | 24 | [node-qt](https://github.com/arturadib/node-qt) | C++ Qt bindings for Node.js | -| 1249 | 266 | 109 | [cereal](https://github.com/USCiLab/cereal) | A C++11 library for serialization | -| 1248 | 645 | 248 | [QtAV](https://github.com/wang-bin/QtAV) | A cross-platform multimedia framework based on Qt and FFmpeg. High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架 | -| 1239 | 552 | 76 | [openMVG](https://github.com/openMVG/openMVG) | open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. | -| 1232 | 138 | 50 | [shotcut](https://github.com/mltframework/shotcut) | cross-platform (Qt), open-source (GPLv3) video editor | -| 1231 | 480 | 7 | [spring](https://github.com/spring/spring) | A powerful free cross-platform RTS game engine | -| 1230 | 188 | 77 | [cpr](https://github.com/whoshuu/cpr) | C++ Requests: Curl for People, a spiritual port of Python Requests | -| 1227 | 448 | 35 | [icomet](https://github.com/ideawu/icomet) | A C1000K comet/push server built with C++, for web and mobile app | -| 1226 | 45 | 23 | [musikcube](https://github.com/clangen/musikcube) | a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++ | -| 1221 | 131 | 71 | [range-v3](https://github.com/ericniebler/range-v3) | Experimental range library for C++11/14/17 | -| 1219 | 218 | 148 | [twister-core](https://github.com/miguelfreitas/twister-core) | twister core / daemon | -| 1219 | 296 | 16 | [sphinx](https://github.com/sphinxsearch/sphinx) | Sphinx search server | -| 1215 | 555 | 91 | [artoolkit5](https://github.com/artoolkit/artoolkit5) | ARToolKit v5.x | -| 1211 | 154 | 38 | [HyperDex](https://github.com/rescrv/HyperDex) | HyperDex is a scalable, searchable key-value store | -| 1211 | 192 | 15 | [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) | waifu2xのCaffe版 | -| 1202 | 182 | 224 | [pgmodeler](https://github.com/pgmodeler/pgmodeler) | pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards. Support this project by donate on project's official web site link: | -| 1202 | 143 | 28 | [mapd-core](https://github.com/mapd/mapd-core) | The MapD Core database | -| 1199 | 271 | 38 | [pika](https://github.com/Qihoo360/pika) | Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team | -| 1190 | 466 | 32 | [DirectX-Graphics-Samples](https://github.com/Microsoft/DirectX-Graphics-Samples) | This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. | -| 1187 | 542 | 41 | [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) | Neo Pixels! | -| 1187 | 116 | 153 | [llilc](https://github.com/dotnet/llilc) | This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms. | -| 1183 | 120 | 29 | [oryol](https://github.com/floooh/oryol) | A small, portable and extensible C++ 3D coding framework | -| 1177 | 178 | 94 | [USD](https://github.com/PixarAnimationStudios/USD) | Universal Scene Description | -| 1176 | 379 | 666 | [wesnoth](https://github.com/wesnoth/wesnoth) | Free, turn-based strategy game with a high fantasy theme, featuring both singleplayer and online/hotseat multiplayer combat. | -| 1174 | 117 | 7 | [StreetMap](https://github.com/ue4plugins/StreetMap) | Import OpenStreetMap data into Unreal Engine 4 | -| 1173 | 160 | 71 | [ammo.js](https://github.com/kripken/ammo.js) | Direct port of the Bullet physics engine to JavaScript using Emscripten | -| 1170 | 33 | 3 | [sqlcheck](https://github.com/jarulraj/sqlcheck) | Automatically identify anti-patterns in SQL queries | -| 1163 | 68 | 24 | [butteraugli](https://github.com/google/butteraugli) | butteraugli estimates the psychovisual difference between two images | -| 1159 | 71 | 36 | [cling](https://github.com/vgvassilev/cling) | The interactive C++ interpreter Cling | -| 1154 | 46 | 17 | [bloaty](https://github.com/google/bloaty) | Bloaty McBloatface: a size profiler for binaries | -| 1154 | 93 | 65 | [Mutate](https://github.com/qdore/Mutate) | A simple launcher inspired by Alfred for ubuntu and Fedora. | -| 1153 | 66 | 10 | [subvim](https://github.com/fatih/subvim) | Vim customized to be like SublimeText | -| 1153 | 573 | 5 | [cracking-the-coding-interview](https://github.com/Hawstein/cracking-the-coding-interview) | Solutions for the book: Cracking the coding interview V4. Written in C++. | -| 1149 | 226 | 11 | [TurboDex](https://github.com/asLody/TurboDex) | fast load dex in memory. | -| 1148 | 65 | 2 | [MTuner](https://github.com/milostosic/MTuner) | MTuner is a C/C++ memory profiler and memory leak finder for Windows, PS4, PS3, etc. | -| 1146 | 272 | 885 | [halflife](https://github.com/ValveSoftware/halflife) | Half-Life 1 engine based games | -| 1145 | 780 | 183 | [lsd_slam](https://github.com/tum-vision/lsd_slam) | LSD-SLAM | -| 1141 | 124 | 129 | [LumixEngine](https://github.com/nem0/LumixEngine) | 3D Game Engine | -| 1132 | 466 | 28 | [The-Powder-Toy](https://github.com/ThePowderToy/The-Powder-Toy) | Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat. | -| 1130 | 212 | 4 | [kids](https://github.com/zhihu/kids) | Kids Is Data Stream | -| 1127 | 22 | 14 | [helio-workstation](https://github.com/peterrudenko/helio-workstation) | One music sequencer for all major platforms, both desktop and mobile | -| 1126 | 120 | 7 | [Logstalgia](https://github.com/acaudwell/Logstalgia) | replay or stream website access logs as a retro arcade game | -| 1125 | 161 | 78 | [HandlerSocket-Plugin-for-MySQL](https://github.com/DeNA/HandlerSocket-Plugin-for-MySQL) | HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables. | -| 1125 | 169 | 20 | [asmjit](https://github.com/asmjit/asmjit) | Complete x86/x64 JIT and Remote Assembler for C++ | -| 1124 | 292 | 64 | [fbthrift](https://github.com/facebook/fbthrift) | Facebook's branch of Apache Thrift, including a new C++ server. | -| 1123 | 89 | 95 | [clasp](https://github.com/drmeister/clasp) | clasp Common Lisp environment | -| 1120 | 515 | 56 | [Autoware](https://github.com/CPFL/Autoware) | Open-source software for urban self-driving mobility | -| 1119 | 434 | 26 | [msgpack-c](https://github.com/msgpack/msgpack-c) | MessagePack implementation for C and C++ / msgpack.org[C/C++] | -| 1118 | 132 | 170 | [Natron](https://github.com/MrKepzie/Natron) | Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry. | -| 1108 | 132 | 17 | [node.native](https://github.com/d5/node.native) | C++11 port for the Node: native performance and modern simplicity. | -| 1107 | 56 | 39 | [Pyjion](https://github.com/Microsoft/Pyjion) | Pyjion - A JIT for Python based upon CoreCLR | -| 1107 | 155 | 119 | [node-java](https://github.com/joeferner/node-java) | Bridge API to connect with existing Java APIs. | -| 1101 | 559 | 69 | [OpenNI](https://github.com/OpenNI/OpenNI) | OpenNI | -| 1098 | 193 | 6 | [TelegramGallery](https://github.com/TangXiaoLv/TelegramGallery) | world level Gallery , from Telegram,Photo album selector,QQ style | -| 1092 | 299 | 20 | [arrow](https://github.com/apache/arrow) | Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations. | -| 1086 | 202 | 14 | [pugixml](https://github.com/zeux/pugixml) | Light-weight, simple and fast XML parser for C++ with XPath support | -| 1085 | 150 | 16 | [mx3](https://github.com/libmx3/mx3) | a sample project showcasing/collecting cross platform techniques on mobile | -| 1083 | 292 | 22 | [LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL) | Code repository of all tutorials found at http://learnopengl.com | -| 1082 | 361 | 5 | [QConf](https://github.com/Qihoo360/QConf) | Qihoo Distributed Configuration Management System | -| 1080 | 304 | 456 | [endless-sky](https://github.com/endless-sky/endless-sky) | Space exploration, trading, and combat game. | -| 1074 | 158 | 241 | [ckb](https://github.com/ccMSC/ckb) | RGB Driver for Linux and OS X | -| 1074 | 355 | 164 | [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) | OpenDroneMap is a tool to postprocess drone, balloon, kite, and street view data to geographic data including orthophotos, point clouds, & textured mesh. In the tradition of the Ship of Theseus, it was originally forked from qwesda/BundlerTools https://github.com/qwesda/BundlerTools. | -| 1072 | 346 | 87 | [asio](https://github.com/chriskohlhoff/asio) | Asio C++ Library | -| 1064 | 329 | 25 | [pbrt-v3](https://github.com/mmp/pbrt-v3) | Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys. | -| 1064 | 360 | 226 | [OpenJK](https://github.com/JACoders/OpenJK) | Community effort to maintain and improve Jedi Academy + Jedi Outcast released by Raven Software | -| 1058 | 54 | 17 | [LaiNES](https://github.com/AndreaOrru/LaiNES) | Cycle-accurate NES emulator in ~1000 lines of code | -| 1055 | 53 | 26 | [nbind](https://github.com/charto/nbind) | Magical headers that make your C++ library accessible from JavaScript | -| 1052 | 254 | 244 | [dnx](https://github.com/aspnet/dnx) | OBSOLETE. See readme file. | -| 1037 | 156 | 21 | [artistic-videos](https://github.com/manuelruder/artistic-videos) | Torch implementation for the paper "Artistic style transfer for videos" | -| 1032 | 183 | 141 | [rtags](https://github.com/Andersbakken/rtags) | A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang. | -| 1031 | 252 | 16 | [incubator-singa](https://github.com/apache/incubator-singa) | Mirror of Apache Singa (Incubating) | -| 1030 | 174 | 41 | [sdsl-lite](https://github.com/simongog/sdsl-lite) | Succinct Data Structure Library 2.0 | -| 1030 | 151 | 64 | [encfs](https://github.com/vgough/encfs) | EncFS: an Encrypted Filesystem for FUSE. | -| 1030 | 48 | 79 | [papyros-shell](https://github.com/papyros/papyros-shell) | :shell: The desktop shell for Papyros, built using QtQuick and QtCompositor as a compositor for Wayland. | -| 1027 | 76 | 5 | [WikiSort](https://github.com/BonzaiThePenguin/WikiSort) | Fast and stable sort algorithm that uses O(1) memory. Public domain. | -| 1025 | 297 | 107 | [simbody](https://github.com/simbody/simbody) | High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. | -| 1023 | 285 | 17 | [blynk-library](https://github.com/blynkkk/blynk-library) | Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. | -| 1018 | 451 | 65 | [cxxnet](https://github.com/dmlc/cxxnet) | move forward to https://github.com/dmlc/mxnet | -| 1016 | 363 | 99 | [mysql-5.6](https://github.com/facebook/mysql-5.6) | Facebook's branch of the Oracle MySQL v5.6 database. This includes MyRocks. | -| 1014 | 111 | 5 | [ELF](https://github.com/facebookresearch/ELF) | An End-To-End, Lightweight and Flexible Platform for Game Research | -| 1013 | 517 | 12 | [oceanbase](https://github.com/alibaba/oceanbase) | A distributed, shared-nothing relational database | -| 1012 | 400 | 13 | [ThreadPool](https://github.com/progschj/ThreadPool) | A simple C++11 Thread Pool implementation | -| 1009 | 222 | 3 | [engine](https://github.com/flutter/engine) | The Flutter engine | -| 1000 | 75 | 20 | [emojicode](https://github.com/emojicode/emojicode) | 😀😜🔂 World’s only programming language that’s bursting with emojis | -| 999 | 451 | 8 | [handy](https://github.com/yedf/handy) | 简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework | -| 994 | 44 | 0 | [dijkstra-cartography](https://github.com/ibaaj/dijkstra-cartography) | Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps :earth_africa:. | -| 986 | 407 | 28 | [ltp](https://github.com/HIT-SCIR/ltp) | Language Technology Platform | -| 985 | 609 | 26 | [rfid](https://github.com/miguelbalboa/rfid) | Arduino RFID Library for MFRC522 | -| 984 | 152 | 16 | [RxCpp](https://github.com/Reactive-Extensions/RxCpp) | Reactive Extensions for C++ | -| 983 | 287 | 43 | [glsl-optimizer](https://github.com/aras-p/glsl-optimizer) | GLSL optimizer based on Mesa's GLSL compiler. Used in Unity for mobile shader optimization. | -| 983 | 462 | 2 | [competitive-programming](https://github.com/haseebr/competitive-programming) | my foray into the world of competitive programming | -| 983 | 140 | 32 | [avian](https://github.com/ReadyTalk/avian) | Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. | -| 983 | 108 | 24 | [depthjs](https://github.com/doug/depthjs) | DepthJS allows any web page to interact with the Microsoft Kinect using Javascript. | -| 981 | 156 | 49 | [ChaiScript](https://github.com/ChaiScript/ChaiScript) | Embedded Scripting Language Designed for C++ | -| 975 | 251 | 0 | [0ad](https://github.com/0ad/0ad) | Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser) | -| 974 | 827 | 0 | [Stockfish](https://github.com/mcostalba/Stockfish) | UCI chess engine | -| 973 | 93 | 24 | [paratext](https://github.com/wiseio/paratext) | A library for reading text files over multiple cores. | -| 973 | 147 | 2 | [wannakey](https://github.com/aguinet/wannakey) | Wannacry in-memory key recovery | -| 971 | 146 | 12 | [TorchCraft](https://github.com/TorchCraft/TorchCraft) | Connecting Torch to StarCraft | -| 971 | 305 | 45 | [ofxFaceTracker](https://github.com/kylemcdonald/ofxFaceTracker) | CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker. | -| 967 | 194 | 41 | [dnscat2](https://github.com/iagox86/dnscat2) | None | -| 966 | 453 | 203 | [monero](https://github.com/monero-project/monero) | Monero: the secure, private, untraceable cryptocurrency | -| 964 | 181 | 35 | [Win2D](https://github.com/Microsoft/Win2D) | Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing Windows apps for Windows 8.1, Windows Phone 8.1 and Windows 10. It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow. | -| 964 | 360 | 512 | [pdns](https://github.com/PowerDNS/pdns) | PowerDNS | -| 960 | 156 | 47 | [ardb](https://github.com/yinqiwen/ardb) | A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. | -| 960 | 112 | 38 | [HoRNDIS](https://github.com/jwise/HoRNDIS) | Android USB tethering driver for Mac OS X | -| 951 | 92 | 8 | [cocaine-core](https://github.com/cocaine/cocaine-core) | An open platform to build your own PaaS clouds. | -| 950 | 429 | 63 | [RF24](https://github.com/nRF24/RF24) | Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices | -| 947 | 105 | 24 | [HIP](https://github.com/ROCm-Developer-Tools/HIP) | HIP : Convert CUDA to Portable C++ Code | -| 947 | 548 | 32 | [ycmd](https://github.com/Valloric/ycmd) | A code-completion & code-comprehension server | -| 946 | 172 | 112 | [bwapi](https://github.com/bwapi/bwapi) | Brood War API | -| 943 | 177 | 35 | [libtins](https://github.com/mfontanini/libtins) | High-level, multiplatform C++ network packet sniffing and crafting library. | -| 939 | 436 | 78 | [libfreenect2](https://github.com/OpenKinect/libfreenect2) | Open source drivers for the Kinect for Windows v2 device | -| 935 | 120 | 167 | [MOE](https://github.com/Yelp/MOE) | A global, black box optimization engine for real world metric optimization. | -| 935 | 77 | 112 | [eventql](https://github.com/eventql/eventql) | EventQL is a distributed, columnar OLAP database built for real-time data analytics workloads. | -| 934 | 196 | 6 | [LAVFilters](https://github.com/Nevcairiel/LAVFilters) | LAV Filters - Open-Source DirectShow Media Splitter and Decoders | -| 933 | 75 | 110 | [CopyQ](https://github.com/hluk/CopyQ) | Clipboard manager with advanced features | -| 925 | 124 | 30 | [s2client-api](https://github.com/Blizzard/s2client-api) | StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API. | -| 917 | 61 | 14 | [doctest](https://github.com/onqtam/doctest) | The fastest feature-rich C++98/C++11 single-header testing framework for unit tests and TDD | -| 917 | 654 | 148 | [gnuradio](https://github.com/gnuradio/gnuradio) | GNU Radio | -| 917 | 69 | 18 | [ImagePlay](https://github.com/cpvrlab/ImagePlay) | ImagePlay is a rapid prototyping application for image processing | -| 913 | 611 | 7 | [learnopencv](https://github.com/spmallick/learnopencv) | Learn OpenCV : C++ and Python Examples | -| 911 | 116 | 75 | [jsonnet](https://github.com/google/jsonnet) | Jsonnet - The data templating language | -| 908 | 305 | 109 | [arduino-esp32](https://github.com/espressif/arduino-esp32) | Arduino core for the ESP32 | -| 906 | 123 | 20 | [microsoft-pdb](https://github.com/Microsoft/microsoft-pdb) | Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows. | -| 906 | 309 | 26 | [Simple-Web-Server](https://github.com/eidheim/Simple-Web-Server) | A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. | -| 905 | 334 | 0 | [ice](https://github.com/zeroc-ice/ice) | Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more. | -| 900 | 129 | 7 | [RuntimeCompiledCPlusPlus](https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus) | Change C++ code at runtime | -| 899 | 153 | 7 | [entityx](https://github.com/alecthomas/entityx) | EntityX - A fast, type-safe C++ Entity-Component system | -| 899 | 108 | 53 | [audio-router](https://github.com/audiorouterdev/audio-router) | Routes audio from programs to different audio devices. | -| 889 | 71 | 4 | [tungsten](https://github.com/tunabrain/tungsten) | High performance physically based renderer in C++11 | -| 889 | 278 | 134 | [libtorrent](https://github.com/arvidn/libtorrent) | an efficient feature complete C++ bittorrent implementation | -| 886 | 228 | 107 | [gqrx](https://github.com/csete/gqrx) | Software defined radio receiver powered by GNU Radio and Qt. | -| 881 | 257 | 178 | [codelite](https://github.com/eranif/codelite) | CodeLite, a cross platform C/C++/PHP and Node.js IDE written in C++ | -| 881 | 127 | 262 | [ssr](https://github.com/MaartenBaert/ssr) | SimpleScreenRecorder, a screen recorder for Linux | -| 880 | 42 | 32 | [Nidium](https://github.com/nidium/Nidium) | nidium is an ongoing effort for a mobile hw-accelerated rendering engine to create apps and games. Embedding Mozilla JavaScript VM, Google Skia, Facebook Yoga. https://twitter.com/nidiumproject for updates | -| 880 | 258 | 26 | [rainmeter](https://github.com/rainmeter/rainmeter) | Desktop customization tool for Windows | -| 880 | 209 | 51 | [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) | Library to build PHP extensions with C++ | -| 876 | 196 | 4 | [GacUI](https://github.com/vczh-libraries/GacUI) | GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. | -| 874 | 349 | 26 | [rtbkit](https://github.com/rtbkit/rtbkit) | RTBkit is a real-time bidder framework designed for use on advertising exchanges such as the Rubicon Project, Nexage, App Nexus, The Google Ad Exchange and others. | -| 872 | 130 | 22 | [sqlpp11](https://github.com/rbock/sqlpp11) | A type safe SQL template library for C++ | -| 872 | 164 | 36 | [BananaBread](https://github.com/kripken/BananaBread) | BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML | -| 871 | 285 | 8 | [bosen](https://github.com/sailing-pmls/bosen) | Parallel ML System - Bosen project | -| 870 | 285 | 21 | [panda3d](https://github.com/panda3d/panda3d) | Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU | -| 870 | 478 | 86 | [caffe-windows](https://github.com/happynear/caffe-windows) | Configure Caffe in one hour for Windows users. | -| 868 | 207 | 267 | [Sonoff-Tasmota](https://github.com/arendst/Sonoff-Tasmota) | Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE | -| 864 | 329 | 21 | [cppjieba](https://github.com/yanyiwu/cppjieba) | "结巴"中文分词的C++版本 | -| 864 | 504 | 576 | [client](https://github.com/owncloud/client) | :computer: Desktop Syncing Client for ownCloud | -| 861 | 223 | 34 | [minko](https://github.com/aerys/minko) | 3D framework for web, desktop and mobile devices. | -| 859 | 192 | 4 | [tinyobjloader](https://github.com/syoyo/tinyobjloader) | Tiny but powerful single file wavefront obj loader | -| 857 | 720 | 26 | [DHT-sensor-library](https://github.com/adafruit/DHT-sensor-library) | Arduino library for DHT11DHT22, etc Temp & Humidity Sensors | -| 856 | 284 | 81 | [peloton](https://github.com/cmu-db/peloton) | The Self-Driving Database Management System | -| 850 | 145 | 76 | [beast](https://github.com/boostorg/beast) | HTTP and WebSocket built on Boost.Asio in C++11 | -| 848 | 462 | 26 | [tools](https://github.com/raspberrypi/tools) | None | -| 846 | 447 | 33 | [JUCE](https://github.com/WeAreROLI/JUCE) | The JUCE cross-platform C++ framework. | -| 845 | 55 | 6 | [pyflame](https://github.com/uber/pyflame) | Pyflame: A Ptracing Profiler For Python | -| 844 | 51 | 25 | [TANK](https://github.com/phaistos-networks/TANK) | A very high performance distributed log service | -| 843 | 40 | 10 | [maim](https://github.com/naelstrof/maim) | maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot. | -| 842 | 25 | 31 | [chunkwm](https://github.com/koekeishiya/chunkwm) | Tiling window manager for macOS based on plugin architecture | -| 842 | 35 | 0 | [pdqsort](https://github.com/orlp/pdqsort) | Pattern-defeating quicksort. | -| 840 | 72 | 16 | [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) | Open-Source Vulkan C++ API | -| 836 | 183 | 23 | [veles](https://github.com/Samsung/veles) | Distributed machine learning platform | -| 835 | 271 | 251 | [qupzilla](https://github.com/QupZilla/qupzilla) | Cross-platform Qt web browser | -| 834 | 72 | 27 | [Mach7](https://github.com/solodon4/Mach7) | Pattern-matching library for C++ | -| 833 | 259 | 32 | [node-addon-examples](https://github.com/nodejs/node-addon-examples) | Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html | -| 832 | 60 | 5 | [ftl](https://github.com/beark/ftl) | C++ template library for fans of functional programming | -| 832 | 157 | 1 | [tinyflow](https://github.com/tqchen/tinyflow) | Tutorial code on how to build your own Deep Learning System in 2k Lines | -| 832 | 148 | 8 | [hyperscan](https://github.com/01org/hyperscan) | High-performance regular expression matching library | -| 829 | 118 | 13 | [instant-meshes](https://github.com/wjakob/instant-meshes) | Interactive field-aligned mesh generator | -| 828 | 243 | 32 | [fann](https://github.com/libfann/fann) | Official github repository for Fast Artificial Neural Network Library (FANN) | -| 828 | 563 | 11 | [EpicSurvivalGameSeries](https://github.com/tomlooman/EpicSurvivalGameSeries) | Third person survival game (tutorial) series for Unreal Engine 4. | -| 827 | 781 | 14 | [CppPrimer](https://github.com/pezy/CppPrimer) | :books: Solutions for C++ Primer 5th exercise answers. | -| 827 | 134 | 58 | [logcabin](https://github.com/logcabin/logcabin) | LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues. | -| 826 | 107 | 25 | [cgdb](https://github.com/cgdb/cgdb) | Console front-end to the GNU debugger | -| 822 | 229 | 81 | [socket.io-client-cpp](https://github.com/socketio/socket.io-client-cpp) | C++11 implementation of Socket.IO client | -| 821 | 317 | 21 | [gflags](https://github.com/gflags/gflags) | The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at: | -| 821 | 154 | 116 | [CuteMarkEd](https://github.com/cloose/CuteMarkEd) | Qt Markdown Editor | -| 820 | 112 | 11 | [fruit](https://github.com/google/fruit) | Fruit, a dependency injection framework for C++ | -| 820 | 211 | 1068 | [fritzing-app](https://github.com/fritzing/fritzing-app) | Fritzing desktop application | -| 819 | 59 | 8 | [4](https://github.com/4Lang/4) | A completely emoji-based programming language | -| 813 | 179 | 12 | [moderngpu](https://github.com/moderngpu/moderngpu) | Patterns and behaviors for GPU computing | -| 812 | 88 | 2 | [kythe](https://github.com/google/kythe) | Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code. | -| 812 | 53 | 6 | [crown](https://github.com/dbartolini/crown) | The flexible game engine. | -| 810 | 107 | 295 | [toggldesktop](https://github.com/toggl/toggldesktop) | Toggl Desktop app for Windows, Mac and Linux | -| 810 | 204 | 24 | [DirectXTK](https://github.com/Microsoft/DirectXTK) | The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++ | -| 807 | 171 | 97 | [node-webrtc](https://github.com/js-platform/node-webrtc) | WebRTC stack for node.js | -| 802 | 123 | 3 | [forestdb](https://github.com/couchbase/forestdb) | A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie | -| 799 | 31 | 43 | [dale](https://github.com/tomhrr/dale) | Lisp-flavoured C | -| 799 | 431 | 86 | [mixxx](https://github.com/mixxxdj/mixxx) | Mixxx is Free DJ software that gives you everything you need to perform live mixes. | -| 797 | 136 | 13 | [libquic](https://github.com/devsisters/libquic) | QUIC, a multiplexed stream transport over UDP | -| 795 | 309 | 89 | [libigl](https://github.com/libigl/libigl) | Simple C++ geometry processing library. | -| 795 | 246 | 0 | [libphutil](https://github.com/phacility/libphutil) | A collection of PHP utility classes | -| 794 | 257 | 51 | [open-source-search-engine](https://github.com/gigablast/open-source-search-engine) | A distributed open source search engine and spider/crawler written in C/C++ for Linux on Intel/AMD. From gigablast dot com, which has binaries for download. See the README.md file at the very bottom of this page for instructions. | -| 794 | 261 | 97 | [Sming](https://github.com/SmingHub/Sming) | Sming - Open Source framework for high efficiency native ESP8266 development | -| 793 | 257 | 14 | [OpenXcom](https://github.com/SupSuper/OpenXcom) | Open-source clone of the original X-Com 👽 | -| 792 | 188 | 41 | [hyperion](https://github.com/hyperion-project/hyperion) | Hyperion is an open source ambient light software. Feel free to join us and contribute new features! Webpage: https://hyperion-project.org/ | -| 790 | 194 | 1 | [Familia](https://github.com/baidu/Familia) | A Toolkit for Industrial Topic Modeling | -| 789 | 542 | 0 | [OpenSceneGraph](https://github.com/openscenegraph/OpenSceneGraph) | OpenSceneGraph git repository | -| 786 | 324 | 12 | [pbrt-v2](https://github.com/mmp/pbrt-v2) | Source code for the version of pbrt described in the second edition of "Physically Based Rendering" | -| 785 | 22 | 7 | [snow](https://github.com/zrm/snow) | None | -| 785 | 188 | 10 | [bde](https://github.com/bloomberg/bde) | Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. | -| 785 | 71 | 20 | [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB) | A lightweight utility that makes the Windows taskbar translucent/transparent. | -| 783 | 207 | 96 | [whatsapp-purple](https://github.com/davidgfnet/whatsapp-purple) | WhatsApp protocol implementation for libpurple (pidgin) | -| 783 | 142 | 267 | [appleseed](https://github.com/appleseedhq/appleseed) | A modern open source rendering engine for animation and visual effects | -| 781 | 290 | 8 | [CS_Offer](https://github.com/xuelangZF/CS_Offer) | 计算机学科基础知识和主流编程语言相关内容的总结 | -| 778 | 71 | 15 | [taichi](https://github.com/yuanming-hu/taichi) | Physically based Computer Graphics Library | -| 777 | 71 | 8 | [darner](https://github.com/wavii/darner) | simple, lightweight message queue | -| 776 | 296 | 18 | [Blackbone](https://github.com/DarthTon/Blackbone) | Windows memory hacking library | -| 774 | 146 | 10 | [udp2raw-tunnel](https://github.com/wangyu-/udp2raw-tunnel) | A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment).It defends Replay-Attack and supports Multiplexing.It aslo acts as a Connection Stablizer. | -| 774 | 104 | 11 | [backward-cpp](https://github.com/bombela/backward-cpp) | A beautiful stack trace pretty printer for C++ | -| 773 | 714 | 77 | [CrossApp](https://github.com/9miao/CrossApp) | Cross-Platform Mobile APP Development Engine | -| 772 | 382 | 19 | [scummvm](https://github.com/scummvm/scummvm) | ScummVM main repository | -| 771 | 118 | 247 | [ispc](https://github.com/ispc/ispc) | Intel SPMD Program Compiler | -| 769 | 258 | 56 | [echoprint-codegen](https://github.com/spotify/echoprint-codegen) | Codegen for Echoprint | -| 767 | 72 | 137 | [include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) | A tool for use with clang to analyze #includes in C and C++ source files | -| 764 | 146 | 86 | [notepad2-mod](https://github.com/XhmikosR/notepad2-mod) | LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting | -| 763 | 288 | 63 | [SFrame](https://github.com/turi-code/SFrame) | SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning. | -| 762 | 136 | 5 | [nnvm](https://github.com/dmlc/nnvm) | Intermediate Computational Graph Representation for Deep Learning Systems | -| 762 | 117 | 16 | [benchmarks](https://github.com/kostya/benchmarks) | Some benchmarks of different languages | -| 762 | 424 | 138 | [rpg_svo](https://github.com/uzh-rpg/rpg_svo) | Semi-direct Visual Odometry | -| 759 | 140 | 147 | [otter-browser](https://github.com/OtterBrowser/otter-browser) | Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5 | -| 759 | 392 | 0 | [Kaggle_CrowdFlower](https://github.com/ChenglongChen/Kaggle_CrowdFlower) | 1st Place Solution for Search Results Relevance Competition on Kaggle (https://www.kaggle.com/c/crowdflower-search-relevance) | -| 757 | 148 | 37 | [libxmljs](https://github.com/libxmljs/libxmljs) | libxml bindings for v8 javascript engine | -| 756 | 253 | 3 | [Windows-Driver-Frameworks](https://github.com/Microsoft/Windows-Driver-Frameworks) | WDF makes it easy to write high-quality Windows drivers | -| 755 | 211 | 6 | [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) | A fast single-producer, single-consumer lock-free queue for C++ | -| 753 | 104 | 5 | [mathfu](https://github.com/google/mathfu) | C++ math library developed primarily for games focused on simplicity and efficiency. | -| 752 | 119 | 198 | [newsbeuter](https://github.com/akrennmair/newsbeuter) | Newsbeuter is an open-source RSS/Atom feed reader for text terminals. | -| 750 | 63 | 30 | [NativeJIT](https://github.com/BitFunnel/NativeJIT) | A C++ expression -> x64 JIT | -| 749 | 177 | 33 | [Triton](https://github.com/JonathanSalwan/Triton) | Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a Taint Engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification passes, an SMT Solver Interface and, the last but not least, Python bindings. | -| 748 | 249 | 82 | [libRocket](https://github.com/libRocket/libRocket) | libRocket - The HTML/CSS User Interface library | -| 747 | 259 | 31 | [libgo](https://github.com/yyzybb537/libgo) | Go-style concurrency in C++11 | -| 746 | 202 | 106 | [ethminer](https://github.com/ethereum-mining/ethminer) | Ethereum miner with OpenCL, CUDA and stratum support | -| 742 | 373 | 34 | [mshadow](https://github.com/dmlc/mshadow) | Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning | -| 741 | 166 | 88 | [compute](https://github.com/boostorg/compute) | A C++ GPU Computing Library for OpenCL | -| 740 | 329 | 162 | [moai-dev](https://github.com/moai/moai-dev) | This is the development repo of Moai SDK. Current, but not necessarily tested or stable. | -| 739 | 272 | 31 | [cryptopp](https://github.com/weidai11/cryptopp) | free C++ class library of cryptographic schemes | -| 739 | 124 | 11 | [libcds](https://github.com/khizmax/libcds) | A C++ library of Concurrent Data Structures | -| 735 | 178 | 54 | [aREST](https://github.com/marcoschwartz/aREST) | A RESTful environment for Arduino | -| 734 | 172 | 36 | [dhewm3](https://github.com/dhewm/dhewm3) | dhewm 3 main repository | -| 734 | 259 | 13 | [phxrpc](https://github.com/Tencent/phxrpc) | A simple C++ based RPC framework. | -| 734 | 147 | 66 | [mcsema](https://github.com/trailofbits/mcsema) | x86 to LLVM bitcode translation framework | -| 733 | 105 | 5 | [sol2](https://github.com/ThePhD/sol2) | Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: | -| 731 | 76 | 16 | [PJON](https://github.com/gioblu/PJON) | PJON is a communication protocol and a framework for IOT, compatible with Arduino, ESP8266, Teensy, Raspberry Pi and Windows x86 machines. It is a valid tool to quickly build a network of devices. | -| 730 | 257 | 149 | [yaml-cpp](https://github.com/jbeder/yaml-cpp) | A YAML parser and emitter in C++ | -| 730 | 273 | 365 | [icinga2](https://github.com/Icinga/icinga2) | Monitoring core with features and REST API | -| 729 | 127 | 3 | [proto-quic](https://github.com/google/proto-quic) | None | -| 728 | 420 | 83 | [librealsense](https://github.com/IntelRealSense/librealsense) | :camera: Cross-platform API for Intel® RealSense™ devices | -| 728 | 268 | 181 | [flann](https://github.com/mariusmuja/flann) | Fast Library for Approximate Nearest Neighbors | -| 727 | 44 | 0 | [mazegenerator](https://github.com/razimantv/mazegenerator) | Generate mazes of different shapes and arbitrary sizes | -| 725 | 251 | 24 | [protobuf-c](https://github.com/protobuf-c/protobuf-c) | Protocol Buffers implementation in C | -| 723 | 305 | 4 | [ogl](https://github.com/opengl-tutorials/ogl) | None | -| 722 | 46 | 28 | [leocad](https://github.com/leozide/leocad) | A CAD program for creating virtual LEGO models | -| 716 | 69 | 9 | [zerovm](https://github.com/zerovm/zerovm) | Open-source lightweight virtualization platform | -| 715 | 101 | 41 | [nethogs](https://github.com/raboof/nethogs) | Linux 'net top' tool | -| 712 | 127 | 58 | [tcpflow](https://github.com/simsong/tcpflow) | TCP/IP packet demultiplexer | -| 711 | 323 | 3 | [SequoiaDB](https://github.com/SequoiaDB/SequoiaDB) | SequoiaDB is a document-oriented NoSQL Database | -| 710 | 127 | 14 | [CppSamples-Samples](https://github.com/sftrabbit/CppSamples-Samples) | A repository of modern C++ samples curated by the community. | -| 709 | 158 | 6 | [HexRaysCodeXplorer](https://github.com/REhints/HexRaysCodeXplorer) | Hex-Rays Decompiler plugin for better code navigation | -| 709 | 324 | 49 | [ethercard](https://github.com/jcw/ethercard) | EtherCard is a driver for the ENC28J60 chip, compatible with Arduino IDE | -| 707 | 204 | 15 | [decoda](https://github.com/unknownworlds/decoda) | Decoda Lua IDE and debugger | -| 704 | 87 | 53 | [hana](https://github.com/boostorg/hana) | Your standard library for metaprogramming | -| 703 | 283 | 52 | [arduino](https://github.com/firmata/arduino) | Firmata firmware for Arduino | -| 701 | 157 | 6 | [Rythem](https://github.com/AlloyTeam/Rythem) | a fiddler-like project using Qt | -| 699 | 437 | 20 | [slambook](https://github.com/gaoxiang12/slambook) | None | -| 699 | 105 | 88 | [snapcast](https://github.com/badaix/snapcast) | Synchronous multi-room audio player | -| 697 | 55 | 1 | [thor-os](https://github.com/wichtounet/thor-os) | Simple operating system in C++, written from scratch | -| 696 | 760 | 10 | [platform_system_core](https://github.com/android/platform_system_core) | None | -| 696 | 170 | 143 | [hpx](https://github.com/STEllAR-GROUP/hpx) | The C++ Standard Library for Parallelism and Concurrency | -| 692 | 84 | 21 | [go-sciter](https://github.com/sciter-sdk/go-sciter) | Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development | -| 691 | 110 | 37 | [lean](https://github.com/leanprover/lean) | Lean Theorem Prover | -| 691 | 104 | 34 | [v8-profiler](https://github.com/node-inspector/v8-profiler) | node bindings for the v8 profiler | -| 690 | 134 | 100 | [i2pd](https://github.com/PurpleI2P/i2pd) | Full C++ implementation of I2P client | -| 689 | 99 | 3 | [llvm-clang-samples](https://github.com/eliben/llvm-clang-samples) | Examples of using the LLVM and Clang compilation libraries and tools | -| 689 | 170 | 41 | [KlayGE](https://github.com/gongminmin/KlayGE) | KlayGE is a cross-platform open source game engine with plugin-based architecture. | -| 688 | 451 | 501 | [drake](https://github.com/RobotLocomotion/drake) | A planning, control, and analysis toolbox for nonlinear dynamical systems. More info at | -| 687 | 448 | 10 | [VTK](https://github.com/Kitware/VTK) | Mirror of Visualization Toolkit repository | -| 687 | 400 | 18 | [bgslibrary](https://github.com/andrewssobral/bgslibrary) | A background subtraction library | -| 687 | 637 | 56 | [MySensors](https://github.com/mysensors/MySensors) | MySensors library and examples | -| 684 | 81 | 26 | [DirectXShaderCompiler](https://github.com/Microsoft/DirectXShaderCompiler) | This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang. | -| 682 | 347 | 28 | [snap](https://github.com/snap-stanford/snap) | Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library. | -| 682 | 256 | 165 | [dfhack](https://github.com/DFHack/dfhack) | Memory hacking library for Dwarf Fortress and a set of tools that use it | -| 678 | 76 | 5 | [junction](https://github.com/preshing/junction) | Concurrent data structures in C++ | -| 677 | 429 | 60 | [QuantLib](https://github.com/lballabio/QuantLib) | The QuantLib C++ library | -| 677 | 31 | 104 | [zig](https://github.com/zig-lang/zig) | robust, optimal, and clear programming language | -| 675 | 192 | 1 | [angle](https://github.com/google/angle) | A conformant OpenGL ES implementation for Windows, Mac and Linux. | -| 675 | 116 | 64 | [node-images](https://github.com/zhangyuanwei/node-images) | Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs | -| 673 | 24 | 1 | [UniversalPauseButton](https://github.com/ryanries/UniversalPauseButton) | A pause button that pauses the unpausable. Handy for video game cut scenes especially. | -| 672 | 185 | 1 | [tinymoe](https://github.com/vczh/tinymoe) | English-like dynamic typing programming language | -| 671 | 81 | 25 | [jucipp](https://github.com/cppit/jucipp) | juCi++: a lightweight, cross-platform C++-IDE supporting C++11, C++14, and experimental C++17 features | -| 670 | 109 | 3 | [KeeFarce](https://github.com/denandz/KeeFarce) | Extracts passwords from a KeePass 2.x database, directly from memory. | -| 669 | 131 | 7 | [berserkJS](https://github.com/tapir-dream/berserkJS) | berserkJS 是新形态的前端测试自动化工具 + 页面性能分析工具 ,同时也是个使用 JS 语法控制的命令行浏览器。可用 JS 编写前端自动测试用例 + 页面性能分析用例。 想了解更多?看看连接中的文档吧~~ | -| 667 | 143 | 45 | [fastText.py](https://github.com/salestock/fastText.py) | A Python interface for Facebook fastText | -| 667 | 85 | 165 | [mongo](https://github.com/Tokutek/mongo) | TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB | Issue tracker: https://tokutek.atlassian.net/browse/MX/ | | -| 666 | 105 | 55 | [NyuziProcessor](https://github.com/jbush001/NyuziProcessor) | GPGPU processor architecture | -| 665 | 65 | 53 | [zbackup](https://github.com/zbackup/zbackup) | ZBackup, a versatile deduplicating backup tool | -| 663 | 139 | 79 | [jubatus](https://github.com/jubatus/jubatus) | Framework and Library for Distributed Online Machine Learning | -| 663 | 421 | 5 | [DexHunter](https://github.com/zyq8709/DexHunter) | General Automatic Unpacking Tool for Android Dex Files | +| 1724 | 216 | 61 | [draco](https://github.com/google/draco) | Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. | +| 1712 | 188 | 88 | [ZeroTierOne](https://github.com/zerotier/ZeroTierOne) | A Smart Ethernet Switch for Earth | +| 1709 | 177 | 54 | [node-memwatch](https://github.com/lloyd/node-memwatch) | A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks. | +| 1709 | 4019 | 148 | [i2cdevlib](https://github.com/jrowberg/i2cdevlib) | I2C device library collection for AVR/Arduino or other C++-based MCUs | +| 1704 | 466 | 26 | [Surround360](https://github.com/facebook/Surround360) | Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering. | +| 1699 | 412 | 7 | [skia](https://github.com/google/skia) | Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. | +| 1697 | 635 | 103 | [mlpack](https://github.com/mlpack/mlpack) | mlpack: a scalable C++ machine learning library -- | +| 1689 | 131 | 35 | [OpenLara](https://github.com/XProger/OpenLara) | Classic Tomb Raider open-source engine | +| 1686 | 267 | 47 | [djinni](https://github.com/dropbox/djinni) | A tool for generating cross-language type declarations and interface bindings. | +| 1678 | 761 | 141 | [glog](https://github.com/google/glog) | C++ implementation of the Google logging module | +| 1677 | 569 | 19 | [design_patterns](https://github.com/me115/design_patterns) | 图说设计模式 | +| 1677 | 670 | 26 | [wxWidgets](https://github.com/wxWidgets/wxWidgets) | Cross-Platform GUI Library - Report issues here: http://trac.wxwidgets.org/ | +| 1672 | 258 | 201 | [conky](https://github.com/brndnmtthws/conky) | Light-weight system monitor for X. | +| 1664 | 110 | 136 | [lnav](https://github.com/tstack/lnav) | Log file navigator | +| 1643 | 530 | 38 | [recastnavigation](https://github.com/recastnavigation/recastnavigation) | Navigation-mesh Toolset for Games | +| 1640 | 438 | 112 | [mailcore2](https://github.com/MailCore/mailcore2) | MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up. | +| 1638 | 841 | 27 | [EasyDarwin](https://github.com/EasyDarwin/EasyDarwin) | open source、high performance、industrial rtsp streaming server based on Darwin Streaming Server,a lot of optimization on streaming relay,KeyFrame cache,RESTful,and web management,also EasyDarwin support distributed load balancing,a simple streaming media cloud platform architecture.高性能开源RTSP流媒体服务器,基于Darwin Streaming Server 维护和优化:RTSP转发、关键帧缓存、秒开画面、RESTful接口、WEB后台管理、分布式负载均衡,基于EasyDarwin构建出了一套简单基础的流媒体云平台架构! | +| 1638 | 165 | 37 | [iaito](https://github.com/hteso/iaito) | This project has been moved to: | +| 1637 | 220 | 117 | [bond](https://github.com/Microsoft/bond) | Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. | +| 1628 | 1233 | 316 | [ORB_SLAM2](https://github.com/raulmur/ORB_SLAM2) | Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities | +| 1623 | 482 | 94 | [rippled](https://github.com/ripple/rippled) | Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger in C++ | +| 1618 | 66 | 4 | [btfs](https://github.com/johang/btfs) | A bittorrent filesystem based on FUSE. | +| 1616 | 357 | 169 | [thrust](https://github.com/thrust/thrust) | Thrust is a parallel algorithms library which resembles the C++ Standard Template Library (STL). | +| 1614 | 871 | 677 | [Slic3r](https://github.com/alexrj/Slic3r) | Open Source toolpath generator for 3D printers | +| 1613 | 521 | 28 | [server](https://github.com/MariaDB/server) | MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. | +| 1604 | 161 | 1 | [libchaos](https://github.com/maciejczyzewski/libchaos) | Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines). :microscope: | +| 1603 | 333 | 1805 | [Clementine](https://github.com/clementine-player/Clementine) | :tangerine: Clementine Music Player | +| 1601 | 609 | 85 | [OpenFace](https://github.com/TadasBaltrusaitis/OpenFace) | OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. | +| 1601 | 394 | 7 | [mysql](https://github.com/twitter/mysql) | MySQL fork maintained and used at Twitter | +| 1594 | 327 | 519 | [supercollider](https://github.com/supercollider/supercollider) | An audio server, programming language, and IDE for sound synthesis and algorithmic composition. | +| 1592 | 1127 | 103 | [QGIS](https://github.com/qgis/QGIS) | QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) | +| 1588 | 754 | 504 | [shogun](https://github.com/shogun-toolbox/shogun) | The Shogun Machine Learning Toolbox (Source Code) | +| 1579 | 198 | 18 | [ELL](https://github.com/Microsoft/ELL) | Embedded Learning Library | +| 1571 | 686 | 11 | [Cplusplus-Concurrency-In-Practice](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice) | A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》 | +| 1567 | 498 | 51 | [doxygen](https://github.com/doxygen/doxygen) | Official doxygen git repository | +| 1561 | 340 | 239 | [grive](https://github.com/Grive/grive) | an open source Linux client for Google Drive | +| 1549 | 128 | 84 | [terra](https://github.com/zdevito/terra) | Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language. | +| 1549 | 285 | 49 | [nanogui](https://github.com/wjakob/nanogui) | Minimalistic GUI library for OpenGL | +| 1545 | 549 | 28 | [kcws](https://github.com/koth/kcws) | Deep Learning Chinese Word Segment | +| 1543 | 180 | 69 | [therubyracer](https://github.com/cowboyd/therubyracer) | Embed the V8 Javascript Interpreter into Ruby | +| 1534 | 442 | 103 | [rhino](https://github.com/mozilla/rhino) | Rhino is an open-source implementation of JavaScript written entirely in Java | +| 1533 | 1156 | 733 | [Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA) | Cataclysm - Dark Days Ahead. A fork/variant of Cataclysm Roguelike by Whales. | +| 1529 | 544 | 34 | [sofa-pbrpc](https://github.com/baidu/sofa-pbrpc) | A light-weight RPC implement of google protobuf RPC framework. | +| 1519 | 70 | 6 | [dripcap](https://github.com/dripcap/dripcap) | ☕️ Caffeinated Packet Analyzer | +| 1515 | 253 | 8 | [SmartDeblur](https://github.com/Y-Vladimir/SmartDeblur) | Restoration of defocused and blurred photos/images | +| 1510 | 760 | 8 | [libfacedetection](https://github.com/ShiqiYu/libfacedetection) | A fast binary library for face detection and face landmark detection in images. The face detection speed can reach 1500FPS. You can use it free of charge with any purpose. | +| 1509 | 286 | 8 | [MITIE](https://github.com/mit-nlp/MITIE) | MITIE: library and tools for information extraction | +| 1509 | 401 | 529 | [qTox](https://github.com/qTox/qTox) | The most feature-rich Tox client; P2P instant messaging, audio and video calls. | +| 1506 | 306 | 317 | [goldendict](https://github.com/goldendict/goldendict) | A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. | +| 1502 | 309 | 208 | [uncrustify](https://github.com/uncrustify/uncrustify) | Code beautifier | +| 1499 | 56 | 5 | [pushpin](https://github.com/fanout/pushpin) | Reverse proxy for realtime web services | +| 1497 | 938 | 0 | [clang](https://github.com/llvm-mirror/clang) | Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes. | +| 1494 | 323 | 10 | [CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial) | 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中) | +| 1494 | 606 | 136 | [serving](https://github.com/tensorflow/serving) | A flexible, high-performance serving system for machine learning models | +| 1491 | 374 | 165 | [tera](https://github.com/baidu/tera) | An Internet-Scale Database. | +| 1486 | 429 | 10 | [phxpaxos](https://github.com/Tencent/phxpaxos) | C++ Paxos library that has been used in Wechat production environment. | +| 1482 | 341 | 703 | [lmms](https://github.com/LMMS/lmms) | Cross-platform music production software | +| 1481 | 329 | 198 | [iisnode](https://github.com/tjanczuk/iisnode) | Hosting node.js applications in IIS on Windows | +| 1463 | 106 | 47 | [node-webworker-threads](https://github.com/audreyt/node-webworker-threads) | Lightweight Web Worker API implementation with native threads | +| 1452 | 116 | 79 | [feather](https://github.com/wesm/feather) | Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow | +| 1447 | 142 | 60 | [freeablo](https://github.com/wheybags/freeablo) | Modern reimplementation of the Diablo 1 game engine | +| 1441 | 163 | 38 | [magnum](https://github.com/mosra/magnum) | C++11/C++14 and OpenGL graphics engine | +| 1434 | 102 | 10 | [silicon](https://github.com/matt-42/silicon) | A high performance, middleware oriented C++14 http web framework | +| 1426 | 491 | 281 | [cocos2d-js](https://github.com/cocos2d/cocos2d-js) | cocos2d-x for JS | +| 1423 | 313 | 291 | [znc](https://github.com/znc/znc) | Official repository for the ZNC IRC bouncer | +| 1418 | 111 | 38 | [onnx](https://github.com/onnx/onnx) | Open Neural Network Exchange | +| 1415 | 428 | 177 | [Heimdall](https://github.com/Benjamin-Dobell/Heimdall) | Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy S devices. | +| 1409 | 275 | 662 | [nix](https://github.com/NixOS/nix) | Nix, the purely functional package manager | +| 1409 | 325 | 13 | [json11](https://github.com/dropbox/json11) | A tiny JSON library for C++11. | +| 1406 | 597 | 141 | [licode](https://github.com/lynckia/licode) | Open Source Communication Provider based on WebRTC and Cloud technologies | +| 1406 | 485 | 7 | [cppcheck](https://github.com/danmar/cppcheck) | static analysis of C/C++ code | +| 1405 | 405 | 123 | [easyloggingpp](https://github.com/muflihun/easyloggingpp) | Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc. | +| 1398 | 525 | 196 | [VideoCore-Inactive](https://github.com/jgh-/VideoCore-Inactive) | *No longer in development* At some point I will be publishing a new system | +| 1392 | 234 | 347 | [proxysql](https://github.com/sysown/proxysql) | High-performance MySQL proxy with a GPL license. | +| 1391 | 274 | 6 | [Pcap_DNSProxy](https://github.com/chengr28/Pcap_DNSProxy) | Pcap_DNSProxy, a local DNS server based on WinPcap and LibPcap | +| 1388 | 39 | 12 | [bish](https://github.com/tdenniston/bish) | Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel. | +| 1388 | 38 | 2 | [sqlcheck](https://github.com/jarulraj/sqlcheck) | Automatically identify anti-patterns in SQL queries | +| 1386 | 90 | 51 | [antimony](https://github.com/mkeeter/antimony) | CAD from a parallel universe | +| 1375 | 133 | 54 | [termite](https://github.com/thestinger/termite) | A keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support. | +| 1373 | 604 | 67 | [dogecoin](https://github.com/dogecoin/dogecoin) | very currency | +| 1366 | 220 | 10 | [SwarmUI](https://github.com/ShapeLab/SwarmUI) | None | +| 1365 | 892 | 11 | [quick-cocos2d-x](https://github.com/chukong/quick-cocos2d-x) | quick-cocos2d-x is a quick framework, based on cocos2d-x. Make mobile games in Lua. | +| 1356 | 613 | 140 | [pubsubclient](https://github.com/knolleary/pubsubclient) | A client library for the Arduino Ethernet Shield that provides support for MQTT. | +| 1355 | 257 | 0 | [CppCon2015](https://github.com/CppCon/CppCon2015) | Presentation Materials from CppCon 2015 | +| 1354 | 99 | 43 | [xcbuild](https://github.com/facebook/xcbuild) | Xcode-compatible build tool. | +| 1353 | 281 | 72 | [HElib](https://github.com/shaih/HElib) | An Implementation of homomorphic encryption | +| 1350 | 267 | 13 | [AutoHotkey_L](https://github.com/Lexikos/AutoHotkey_L) | AutoHotkey - macro-creation and automation-oriented scripting utility for Windows. | +| 1346 | 3910 | 475 | [Firmware](https://github.com/PX4/Firmware) | PX4 Pro Autopilot Software | +| 1345 | 293 | 108 | [hex](https://github.com/netease-youdao/hex) | heX | +| 1342 | 374 | 44 | [openthread](https://github.com/openthread/openthread) | OpenThread released by Nest is an open-source implementation of the Thread networking protocol | +| 1333 | 150 | 80 | [gosu](https://github.com/gosu/gosu) | 2D game development library for Ruby and C++ | +| 1327 | 307 | 49 | [deepdetect](https://github.com/beniz/deepdetect) | Deep Learning API and Server in C++11 with Python bindings and support for Caffe, Tensorflow, XGBoost and TSNE | +| 1323 | 202 | 18 | [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) | waifu2xのCaffe版 | +| 1319 | 183 | 5 | [CppCon2016](https://github.com/CppCon/CppCon2016) | Slides and other materials from CppCon 2016 | +| 1315 | 666 | 261 | [QtAV](https://github.com/wang-bin/QtAV) | A cross-platform multimedia framework based on Qt and FFmpeg. High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架 | +| 1313 | 249 | 31 | [actor-framework](https://github.com/actor-framework/actor-framework) | An Open Source Implementation of the Actor Model in C++ | +| 1313 | 316 | 96 | [DeepSpeech](https://github.com/mozilla/DeepSpeech) | A TensorFlow implementation of Baidu's DeepSpeech architecture | +| 1312 | 119 | 91 | [vogl](https://github.com/ValveSoftware/vogl) | OpenGL capture / playback debugger. | +| 1309 | 200 | 83 | [cpr](https://github.com/whoshuu/cpr) | C++ Requests: Curl for People, a spiritual port of Python Requests | +| 1307 | 88 | 6 | [node-heapdump](https://github.com/bnoordhuis/node-heapdump) | Make a dump of the V8 heap for later inspection. | +| 1306 | 341 | 25 | [arrow](https://github.com/apache/arrow) | Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations. | +| 1301 | 251 | 69 | [apitrace](https://github.com/apitrace/apitrace) | Tools for tracing OpenGL, Direct3D, and other graphics APIs | +| 1297 | 72 | 7 | [dex-ui](https://github.com/seenaburns/dex-ui) | A science fiction desktop running on Linux. Awesome. | +| 1297 | 593 | 87 | [openMVG](https://github.com/openMVG/openMVG) | open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. | +| 1295 | 71 | 7 | [ion](https://github.com/google/ion) | Ion | +| 1288 | 499 | 380 | [EmulationStation](https://github.com/Aloshi/EmulationStation) | A flexible emulator front-end supporting keyboardless navigation and custom system themes. | +| 1286 | 330 | 62 | [subsurface](https://github.com/Subsurface-divelog/subsurface) | This is the official upstream of the Subsurface divelog program | +| 1285 | 1578 | 28 | [Torque2D](https://github.com/GarageGames/Torque2D) | MIT Licensed Open Source version of Torque 2D game engine from GarageGames | +| 1281 | 272 | 110 | [cereal](https://github.com/USCiLab/cereal) | A C++11 library for serialization | +| 1276 | 290 | 34 | [pika](https://github.com/Qihoo360/pika) | Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team | +| 1274 | 142 | 54 | [shotcut](https://github.com/mltframework/shotcut) | cross-platform (Qt), open-source (GPLv3) video editor | +| 1274 | 98 | 9 | [v8worker](https://github.com/ry/v8worker) | Minimal golang binding to V8 | +| 1269 | 138 | 73 | [range-v3](https://github.com/ericniebler/range-v3) | Experimental range library for C++11/14/17 | +| 1267 | 151 | 24 | [node-qt](https://github.com/arturadib/node-qt) | C++ Qt bindings for Node.js | +| 1265 | 499 | 5 | [spring](https://github.com/spring/spring) | A powerful free cross-platform RTS game engine | +| 1260 | 568 | 98 | [artoolkit5](https://github.com/artoolkit/artoolkit5) | ARToolKit v5.x | +| 1260 | 75 | 0 | [MTuner](https://github.com/milostosic/MTuner) | MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4, PlayStation 3, etc. | +| 1256 | 49 | 24 | [musikcube](https://github.com/clangen/musikcube) | a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++ | +| 1250 | 458 | 35 | [icomet](https://github.com/ideawu/icomet) | A C1000K comet/push server built with C++, for web and mobile app | +| 1245 | 220 | 150 | [twister-core](https://github.com/miguelfreitas/twister-core) | twister core / daemon | +| 1245 | 157 | 53 | [mapd-core](https://github.com/mapd/mapd-core) | The MapD Core database | +| 1243 | 584 | 71 | [Autoware](https://github.com/CPFL/Autoware) | Open-source software for urban self-driving mobility | +| 1233 | 301 | 17 | [sphinx](https://github.com/sphinxsearch/sphinx) | Sphinx search server | +| 1233 | 483 | 33 | [DirectX-Graphics-Samples](https://github.com/Microsoft/DirectX-Graphics-Samples) | This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows. | +| 1231 | 538 | 191 | [monero](https://github.com/monero-project/monero) | Monero: the secure, private, untraceable cryptocurrency | +| 1230 | 186 | 231 | [pgmodeler](https://github.com/pgmodeler/pgmodeler) | pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards. Support this project by donate on project's official web site link: | +| 1222 | 549 | 41 | [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) | Neo Pixels! | +| 1220 | 157 | 38 | [HyperDex](https://github.com/rescrv/HyperDex) | HyperDex is a scalable, searchable key-value store | +| 1212 | 386 | 722 | [wesnoth](https://github.com/wesnoth/wesnoth) | An open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat. | +| 1208 | 162 | 72 | [ammo.js](https://github.com/kripken/ammo.js) | Direct port of the Bullet physics engine to JavaScript using Emscripten | +| 1207 | 126 | 29 | [oryol](https://github.com/floooh/oryol) | A small, portable and extensible C++ 3D coding framework | +| 1200 | 68 | 24 | [butteraugli](https://github.com/google/butteraugli) | butteraugli estimates the psychovisual difference between two images | +| 1197 | 119 | 153 | [llilc](https://github.com/dotnet/llilc) | This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms. | +| 1194 | 186 | 105 | [USD](https://github.com/PixarAnimationStudios/USD) | Universal Scene Description | +| 1189 | 52 | 13 | [bloaty](https://github.com/google/bloaty) | Bloaty McBloatface: a size profiler for binaries | +| 1185 | 323 | 21 | [LearnOpenGL](https://github.com/JoeyDeVries/LearnOpenGL) | Code repository of all tutorials found at http://learnopengl.com | +| 1184 | 124 | 6 | [StreetMap](https://github.com/ue4plugins/StreetMap) | Import OpenStreetMap data into Unreal Engine 4 | +| 1181 | 130 | 126 | [LumixEngine](https://github.com/nem0/LumixEngine) | 3D Game Engine | +| 1179 | 804 | 190 | [lsd_slam](https://github.com/tum-vision/lsd_slam) | LSD-SLAM | +| 1176 | 73 | 37 | [cling](https://github.com/vgvassilev/cling) | The interactive C++ interpreter Cling | +| 1174 | 93 | 65 | [Mutate](https://github.com/qdore/Mutate) | A simple launcher inspired by Alfred for ubuntu and Fedora. | +| 1170 | 573 | 5 | [cracking-the-coding-interview](https://github.com/Hawstein/cracking-the-coding-interview) | Solutions for the book: Cracking the coding interview V4. Written in C++. | +| 1169 | 187 | 8 | [phxqueue](https://github.com/Tencent/phxqueue) | A high-availability, high-throughput and highly reliable distributed queue based on the Paxos algorithm. | +| 1169 | 511 | 2 | [competitive-programming](https://github.com/haseebr/competitive-programming) | my foray into the world of competitive programming | +| 1168 | 284 | 889 | [halflife](https://github.com/ValveSoftware/halflife) | Half-Life 1 engine based games | +| 1165 | 308 | 1 | [fbthrift](https://github.com/facebook/fbthrift) | Facebook's branch of Apache Thrift, including a new C++ server. | +| 1165 | 230 | 11 | [TurboDex](https://github.com/asLody/TurboDex) | fast load dex in memory. | +| 1165 | 174 | 20 | [asmjit](https://github.com/asmjit/asmjit) | Complete x86/x64 JIT and Remote Assembler for C++ | +| 1160 | 474 | 32 | [The-Powder-Toy](https://github.com/ThePowderToy/The-Powder-Toy) | Written in C++ and using SDL, The Powder Toy is a desktop version of the classic 'falling sand' physics sandbox, it simulates air pressure and velocity as well as heat. | +| 1157 | 104 | 6 | [StarSpace](https://github.com/facebookresearch/StarSpace) | Learning embeddings for classification, retrieval and ranking. | +| 1154 | 66 | 10 | [subvim](https://github.com/fatih/subvim) | Vim customized to be like SublimeText | +| 1154 | 163 | 122 | [node-java](https://github.com/joeferner/node-java) | Bridge API to connect with existing Java APIs. | +| 1153 | 138 | 170 | [Natron](https://github.com/MrKepzie/Natron) | Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry. | +| 1151 | 120 | 5 | [Logstalgia](https://github.com/acaudwell/Logstalgia) | replay or stream website access logs as a retro arcade game | +| 1144 | 455 | 30 | [msgpack-c](https://github.com/msgpack/msgpack-c) | MessagePack implementation for C and C++ / msgpack.org[C/C++] | +| 1143 | 317 | 408 | [endless-sky](https://github.com/endless-sky/endless-sky) | Space exploration, trading, and combat game. | +| 1142 | 27 | 16 | [helio-workstation](https://github.com/peterrudenko/helio-workstation) | One music sequencer for all major platforms, both desktop and mobile | +| 1139 | 90 | 97 | [clasp](https://github.com/drmeister/clasp) | clasp Common Lisp environment | +| 1136 | 214 | 4 | [kids](https://github.com/zhihu/kids) | Kids Is Data Stream | +| 1131 | 211 | 13 | [pugixml](https://github.com/zeux/pugixml) | Light-weight, simple and fast XML parser for C++ with XPath support | +| 1127 | 360 | 103 | [asio](https://github.com/chriskohlhoff/asio) | Asio C++ Library | +| 1127 | 161 | 78 | [HandlerSocket-Plugin-for-MySQL](https://github.com/DeNA/HandlerSocket-Plugin-for-MySQL) | HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; instead it supports simple CRUD operations on tables. | +| 1124 | 369 | 0 | [QConf](https://github.com/Qihoo360/QConf) | Qihoo Distributed Configuration Management System | +| 1124 | 374 | 176 | [OpenDroneMap](https://github.com/OpenDroneMap/OpenDroneMap) | OpenDroneMap is a tool to postprocess drone, balloon, kite, and street view data to geographic data including orthophotos, point clouds, & textured mesh. In the tradition of the Ship of Theseus, it was originally forked from qwesda/BundlerTools https://github.com/qwesda/BundlerTools. | +| 1119 | 56 | 39 | [Pyjion](https://github.com/Microsoft/Pyjion) | Pyjion - A JIT for Python based upon CoreCLR | +| 1113 | 567 | 69 | [OpenNI](https://github.com/OpenNI/OpenNI) | OpenNI | +| 1110 | 343 | 26 | [pbrt-v3](https://github.com/mmp/pbrt-v3) | Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys. | +| 1110 | 133 | 17 | [node.native](https://github.com/d5/node.native) | C++11 port for the Node: native performance and modern simplicity. | +| 1110 | 195 | 7 | [TelegramGallery](https://github.com/TangXiaoLv/TelegramGallery) | world level Gallery , from Telegram,Photo album selector,QQ style | +| 1096 | 59 | 31 | [nbind](https://github.com/charto/nbind) | :sparkles: Magical headers that make your C++ library accessible from JavaScript :rocket: | +| 1094 | 149 | 16 | [mx3](https://github.com/libmx3/mx3) | a sample project showcasing/collecting cross platform techniques on mobile | +| 1094 | 692 | 8 | [learnopencv](https://github.com/spmallick/learnopencv) | Learn OpenCV : C++ and Python Examples | +| 1090 | 261 | 385 | [Sonoff-Tasmota](https://github.com/arendst/Sonoff-Tasmota) | Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE | +| 1089 | 157 | 244 | [ckb](https://github.com/ccMSC/ckb) | RGB Driver for Linux and OS X | +| 1086 | 163 | 6 | [nnvm](https://github.com/dmlc/nnvm) | Bring deep learning to bare metal | +| 1086 | 129 | 4 | [ELF](https://github.com/facebookresearch/ELF) | An End-To-End, Lightweight and Flexible Platform for Game Research | +| 1085 | 305 | 17 | [blynk-library](https://github.com/blynkkk/blynk-library) | Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc. | +| 1085 | 63 | 14 | [recompiler](https://github.com/rexdex/recompiler) | Xbox360 -> Windows executable converter | +| 1084 | 423 | 13 | [ThreadPool](https://github.com/progschj/ThreadPool) | A simple C++11 Thread Pool implementation | +| 1081 | 303 | 110 | [simbody](https://github.com/simbody/simbody) | High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. | +| 1080 | 358 | 228 | [OpenJK](https://github.com/JACoders/OpenJK) | Community effort to maintain and improve Jedi Academy + Jedi Outcast released by Raven Software | +| 1073 | 479 | 5 | [handy](https://github.com/yedf/handy) | 简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework | +| 1069 | 186 | 151 | [rtags](https://github.com/Andersbakken/rtags) | A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang. | +| 1063 | 56 | 17 | [LaiNES](https://github.com/AndreaOrru/LaiNES) | Cycle-accurate NES emulator in ~1000 lines of code | +| 1062 | 156 | 56 | [encfs](https://github.com/vgough/encfs) | EncFS: an Encrypted Filesystem for FUSE. | +| 1060 | 160 | 22 | [artistic-videos](https://github.com/manuelruder/artistic-videos) | Torch implementation for the paper "Artistic style transfer for videos" | +| 1060 | 256 | 16 | [incubator-singa](https://github.com/apache/incubator-singa) | Mirror of Apache Singa (Incubating) | +| 1059 | 377 | 112 | [mysql-5.6](https://github.com/facebook/mysql-5.6) | Facebook's branch of the Oracle MySQL v5.6 database. This includes MyRocks. | +| 1056 | 34 | 45 | [chunkwm](https://github.com/koekeishiya/chunkwm) | Tiling window manager for macOS based on plugin architecture | +| 1051 | 178 | 42 | [sdsl-lite](https://github.com/simongog/sdsl-lite) | Succinct Data Structure Library 2.0 | +| 1051 | 212 | 41 | [dnscat2](https://github.com/iagox86/dnscat2) | None | +| 1050 | 418 | 28 | [ltp](https://github.com/HIT-SCIR/ltp) | Language Technology Platform | +| 1047 | 253 | 242 | [dnx](https://github.com/aspnet/dnx) | OBSOLETE. See readme file. | +| 1044 | 380 | 131 | [arduino-esp32](https://github.com/espressif/arduino-esp32) | Arduino core for the ESP32 | +| 1043 | 82 | 22 | [emojicode](https://github.com/emojicode/emojicode) | 😀😜🔂 World’s only programming language that’s bursting with emojis | +| 1040 | 246 | 4 | [engine](https://github.com/flutter/engine) | The Flutter engine | +| 1040 | 161 | 22 | [RxCpp](https://github.com/Reactive-Extensions/RxCpp) | Reactive Extensions for C++ | +| 1036 | 526 | 12 | [oceanbase](https://github.com/alibaba/oceanbase) | A distributed, shared-nothing relational database | +| 1030 | 76 | 5 | [WikiSort](https://github.com/BonzaiThePenguin/WikiSort) | Fast and stable sort algorithm that uses O(1) memory. Public domain. | +| 1030 | 47 | 78 | [papyros-shell](https://github.com/papyros/papyros-shell) | :shell: The desktop shell for Papyros, built using QtQuick and QtCompositor as a compositor for Wayland. | +| 1027 | 152 | 29 | [s2client-api](https://github.com/Blizzard/s2client-api) | StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API. | +| 1023 | 450 | 65 | [cxxnet](https://github.com/dmlc/cxxnet) | move forward to https://github.com/dmlc/mxnet | +| 1019 | 629 | 26 | [rfid](https://github.com/miguelbalboa/rfid) | Arduino RFID Library for MFRC522 | +| 1018 | 164 | 55 | [ChaiScript](https://github.com/ChaiScript/ChaiScript) | Embedded Scripting Language Designed for C++ | +| 1007 | 368 | 540 | [pdns](https://github.com/PowerDNS/pdns) | PowerDNS | +| 1003 | 289 | 43 | [glsl-optimizer](https://github.com/aras-p/glsl-optimizer) | GLSL optimizer based on Mesa's GLSL compiler. Used in Unity for mobile shader optimization. | +| 1000 | 142 | 32 | [avian](https://github.com/ReadyTalk/avian) | Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. | +| 996 | 253 | 0 | [0ad](https://github.com/0ad/0ad) | Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser) | +| 996 | 46 | 0 | [dijkstra-cartography](https://github.com/ibaaj/dijkstra-cartography) | Using Dijkstra's algorithm ("finding the shortest paths between nodes in a graph") to draw maps :earth_africa:. | +| 994 | 152 | 11 | [TorchCraft](https://github.com/TorchCraft/TorchCraft) | Connecting Torch to StarCraft | +| 992 | 313 | 45 | [ofxFaceTracker](https://github.com/kylemcdonald/ofxFaceTracker) | CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker. | +| 991 | 199 | 15 | [LAVFilters](https://github.com/Nevcairiel/LAVFilters) | LAV Filters - Open-Source DirectShow Media Splitter and Decoders | +| 988 | 180 | 114 | [bwapi](https://github.com/bwapi/bwapi) | Brood War API | +| 986 | 108 | 24 | [depthjs](https://github.com/doug/depthjs) | DepthJS allows any web page to interact with the Microsoft Kinect using Javascript. | +| 984 | 120 | 55 | [audio-router](https://github.com/audiorouterdev/audio-router) | Routes audio from programs to different audio devices. | +| 984 | 113 | 39 | [HoRNDIS](https://github.com/jwise/HoRNDIS) | Android USB tethering driver for Mac OS X | +| 983 | 182 | 40 | [Win2D](https://github.com/Microsoft/Win2D) | Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing Windows apps for Windows 8.1, Windows Phone 8.1 and Windows 10. It utilizes the power of Direct2D, and integrates seamlessly with XAML and CoreWindow. | +| 983 | 679 | 144 | [gnuradio](https://github.com/gnuradio/gnuradio) | GNU Radio | +| 983 | 442 | 61 | [RF24](https://github.com/nRF24/RF24) | Optimized fork of nRF24L01 for Arduino & Raspberry Pi/Linux Devices | +| 979 | 161 | 51 | [ardb](https://github.com/yinqiwen/ardb) | A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. | +| 979 | 831 | 0 | [Stockfish](https://github.com/mcostalba/Stockfish) | UCI chess engine | +| 975 | 94 | 23 | [paratext](https://github.com/wiseio/paratext) | A library for reading text files over multiple cores. | +| 975 | 80 | 116 | [CopyQ](https://github.com/hluk/CopyQ) | Clipboard manager with advanced features | +| 974 | 450 | 72 | [libfreenect2](https://github.com/OpenKinect/libfreenect2) | Open source drivers for the Kinect for Windows v2 device | +| 971 | 147 | 2 | [wannakey](https://github.com/aguinet/wannakey) | Wannacry in-memory key recovery | +| 970 | 109 | 32 | [HIP](https://github.com/ROCm-Developer-Tools/HIP) | HIP : Convert CUDA to Portable C++ Code | +| 967 | 558 | 32 | [ycmd](https://github.com/Valloric/ycmd) | A code-completion & code-comprehension server | +| 964 | 184 | 33 | [libtins](https://github.com/mfontanini/libtins) | High-level, multiplatform C++ network packet sniffing and crafting library. | +| 962 | 97 | 8 | [cocaine-core](https://github.com/cocaine/cocaine-core) | An open platform to build your own PaaS clouds. | +| 962 | 289 | 147 | [libtorrent](https://github.com/arvidn/libtorrent) | an efficient feature complete C++ bittorrent implementation | +| 961 | 335 | 29 | [Simple-Web-Server](https://github.com/eidheim/Simple-Web-Server) | A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. | +| 957 | 124 | 168 | [MOE](https://github.com/Yelp/MOE) | A global, black box optimization engine for real world metric optimization. | +| 956 | 64 | 11 | [doctest](https://github.com/onqtam/doctest) | The fastest feature-rich C++98/C++11 single-header testing framework for unit tests and TDD | +| 956 | 60 | 7 | [pyflame](https://github.com/uber/pyflame) | Pyflame: A Ptracing Profiler For Python | +| 955 | 28 | 9 | [fetlang](https://github.com/Property404/fetlang) | Fetish-themed programming language | +| 947 | 125 | 96 | [jsonnet](https://github.com/google/jsonnet) | Jsonnet - The data templating language | +| 943 | 343 | 1 | [ice](https://github.com/zeroc-ice/ice) | Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more. | +| 939 | 78 | 112 | [eventql](https://github.com/eventql/eventql) | Distributed "massively parallel" SQL query engine | +| 935 | 167 | 8 | [entityx](https://github.com/alecthomas/entityx) | EntityX - A fast, type-safe C++ Entity-Component system | +| 935 | 215 | 52 | [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) | Library to build PHP extensions with C++ | +| 932 | 197 | 5 | [GacUI](https://github.com/vczh-libraries/GacUI) | GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features. | +| 928 | 305 | 91 | [peloton](https://github.com/cmu-db/peloton) | The Self-Driving Database Management System | +| 924 | 266 | 27 | [rainmeter](https://github.com/rainmeter/rainmeter) | Desktop customization tool for Windows | +| 924 | 240 | 110 | [gqrx](https://github.com/csete/gqrx) | Software defined radio receiver powered by GNU Radio and Qt. | +| 922 | 186 | 8 | [udp2raw-tunnel](https://github.com/wangyu-/udp2raw-tunnel) | A Tunnel which turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment).It can defend Replay-Attack and supports Multiplexing.It aslo acts as a Connection Stablizer. | +| 922 | 70 | 19 | [ImagePlay](https://github.com/cpvrlab/ImagePlay) | ImagePlay is a rapid prototyping application for image processing | +| 919 | 125 | 20 | [microsoft-pdb](https://github.com/Microsoft/microsoft-pdb) | Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows. | +| 918 | 81 | 4 | [tungsten](https://github.com/tunabrain/tungsten) | High performance physically based renderer in C++11 | +| 917 | 129 | 7 | [RuntimeCompiledCPlusPlus](https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPlus) | Change C++ code at runtime | +| 913 | 159 | 97 | [beast](https://github.com/boostorg/beast) | HTTP and WebSocket built on Boost.Asio in C++11 | +| 912 | 247 | 135 | [ethminer](https://github.com/ethereum-mining/ethminer) | Ethereum miner with OpenCL, CUDA and stratum support | +| 910 | 131 | 268 | [ssr](https://github.com/MaartenBaert/ssr) | SimpleScreenRecorder, a screen recorder for Linux | +| 907 | 264 | 185 | [codelite](https://github.com/eranif/codelite) | CodeLite, a cross platform C/C++/PHP and Node.js IDE written in C++ | +| 906 | 346 | 22 | [cppjieba](https://github.com/yanyiwu/cppjieba) | "结巴"中文分词的C++版本 | +| 903 | 166 | 1 | [tinyflow](https://github.com/tqchen/tinyflow) | Tutorial code on how to build your own Deep Learning System in 2k Lines | +| 903 | 292 | 24 | [panda3d](https://github.com/panda3d/panda3d) | Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU | +| 900 | 136 | 26 | [sqlpp11](https://github.com/rbock/sqlpp11) | A type safe SQL template library for C++ | +| 899 | 488 | 88 | [caffe-windows](https://github.com/happynear/caffe-windows) | Configure Caffe in one hour for Windows users. | +| 898 | 82 | 20 | [TranslucentTB](https://github.com/TranslucentTB/TranslucentTB) | A lightweight utility that makes the Windows taskbar translucent/transparent. | +| 894 | 46 | 32 | [Nidium](https://github.com/nidium/Nidium) | nidium is an ongoing effort for a mobile hw-accelerated rendering engine to create apps and games. Embedding Mozilla JavaScript VM, Google Skia, Facebook Yoga. https://twitter.com/nidiumproject for updates | +| 893 | 37 | 168 | [zig](https://github.com/zig-lang/zig) | robust, optimal, and clear programming language | +| 890 | 349 | 26 | [rtbkit](https://github.com/rtbkit/rtbkit) | RTBkit is a real-time bidder framework designed for use on advertising exchanges such as the Rubicon Project, Nexage, App Nexus, The Google Ad Exchange and others. | +| 881 | 165 | 36 | [BananaBread](https://github.com/kripken/BananaBread) | BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML | +| 881 | 744 | 29 | [DHT-sensor-library](https://github.com/adafruit/DHT-sensor-library) | Arduino library for DHT11DHT22, etc Temp & Humidity Sensors | +| 879 | 517 | 563 | [client](https://github.com/owncloud/client) | :computer: Desktop Syncing Client for ownCloud | +| 879 | 198 | 6 | [tinyobjloader](https://github.com/syoyo/tinyobjloader) | Tiny but powerful single file wavefront obj loader | +| 875 | 288 | 8 | [bosen](https://github.com/sailing-pmls/bosen) | Parallel ML System - Bosen project | +| 874 | 457 | 48 | [JUCE](https://github.com/WeAreROLI/JUCE) | The JUCE cross-platform C++ framework. | +| 873 | 475 | 27 | [tools](https://github.com/raspberrypi/tools) | None | +| 869 | 326 | 18 | [Blackbone](https://github.com/DarthTon/Blackbone) | Windows memory hacking library | +| 867 | 804 | 15 | [CppPrimer](https://github.com/pezy/CppPrimer) | :books: Solutions for C++ Primer 5th exercise answers. | +| 866 | 225 | 34 | [minko](https://github.com/aerys/minko) | 3D framework for web, desktop and mobile devices. | +| 865 | 40 | 11 | [maim](https://github.com/naelstrof/maim) | maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot. | +| 864 | 278 | 274 | [qupzilla](https://github.com/QupZilla/qupzilla) | Cross-platform Qt web browser | +| 864 | 129 | 14 | [instant-meshes](https://github.com/wjakob/instant-meshes) | Interactive field-aligned mesh generator | +| 862 | 76 | 16 | [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) | Open-Source Vulkan C++ API | +| 862 | 220 | 1076 | [fritzing-app](https://github.com/fritzing/fritzing-app) | Fritzing desktop application | +| 859 | 572 | 11 | [EpicSurvivalGameSeries](https://github.com/tomlooman/EpicSurvivalGameSeries) | Third person survival game (tutorial) series for Unreal Engine 4. | +| 857 | 155 | 8 | [hyperscan](https://github.com/01org/hyperscan) | High-performance regular expression matching library | +| 854 | 253 | 32 | [fann](https://github.com/libfann/fann) | Official github repository for Fast Artificial Neural Network Library (FANN) | +| 853 | 337 | 21 | [gflags](https://github.com/gflags/gflags) | The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at: | +| 852 | 212 | 4 | [Familia](https://github.com/baidu/Familia) | A Toolkit for Industrial Topic Modeling | +| 851 | 264 | 33 | [node-addon-examples](https://github.com/nodejs/node-addon-examples) | Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html | +| 850 | 242 | 82 | [socket.io-client-cpp](https://github.com/socketio/socket.io-client-cpp) | C++11 implementation of Socket.IO client | +| 848 | 36 | 0 | [pdqsort](https://github.com/orlp/pdqsort) | Pattern-defeating quicksort. | +| 848 | 73 | 27 | [Mach7](https://github.com/solodon4/Mach7) | Pattern-matching library for C++ | +| 846 | 52 | 25 | [TANK](https://github.com/phaistos-networks/TANK) | A very high performance distributed log service | +| 845 | 117 | 11 | [fruit](https://github.com/google/fruit) | Fruit, a dependency injection framework for C++ | +| 843 | 91 | 3 | [kythe](https://github.com/google/kythe) | Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code. | +| 842 | 133 | 58 | [logcabin](https://github.com/logcabin/logcabin) | LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues. | +| 842 | 61 | 5 | [ftl](https://github.com/beark/ftl) | C++ template library for fans of functional programming | +| 841 | 108 | 26 | [cgdb](https://github.com/cgdb/cgdb) | Console front-end to the GNU debugger | +| 841 | 186 | 23 | [veles](https://github.com/Samsung/veles) | Distributed machine learning platform | +| 840 | 324 | 102 | [libigl](https://github.com/libigl/libigl) | Simple C++ geometry processing library. | +| 837 | 114 | 308 | [toggldesktop](https://github.com/toggl/toggldesktop) | Toggl Desktop app for Windows, Mac and Linux | +| 837 | 156 | 117 | [CuteMarkEd](https://github.com/cloose/CuteMarkEd) | Qt Markdown Editor | +| 836 | 174 | 97 | [node-webrtc](https://github.com/js-platform/node-webrtc) | WebRTC stack for node.js | +| 832 | 183 | 11 | [moderngpu](https://github.com/moderngpu/moderngpu) | Patterns and behaviors for GPU computing | +| 830 | 57 | 6 | [crown](https://github.com/dbartolini/crown) | The flexible game engine. | +| 830 | 212 | 25 | [DirectXTK](https://github.com/Microsoft/DirectXTK) | The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++ | +| 827 | 552 | 2 | [OpenSceneGraph](https://github.com/openscenegraph/OpenSceneGraph) | OpenSceneGraph git repository | +| 824 | 441 | 86 | [mixxx](https://github.com/mixxxdj/mixxx) | Mixxx is Free DJ software that gives you everything you need to perform live mixes. | +| 819 | 58 | 8 | [4](https://github.com/4Lang/4) | A completely emoji-based programming language | +| 814 | 261 | 51 | [open-source-search-engine](https://github.com/gigablast/open-source-search-engine) | A distributed open source search engine and spider/crawler written in C/C++ for Linux on Intel/AMD. From gigablast dot com, which has binaries for download. See the README.md file at the very bottom of this page for instructions. | +| 813 | 193 | 41 | [hyperion](https://github.com/hyperion-project/hyperion) | Hyperion is an open source ambient light software. Feel free to join us and contribute new features! Webpage: https://hyperion-project.org/ | +| 813 | 268 | 97 | [Sming](https://github.com/SmingHub/Sming) | Sming - Open Source framework for high efficiency native ESP8266 development | +| 811 | 137 | 13 | [libquic](https://github.com/devsisters/libquic) | QUIC, a multiplexed stream transport over UDP | +| 810 | 77 | 146 | [include-what-you-use](https://github.com/include-what-you-use/include-what-you-use) | A tool for use with clang to analyze #includes in C and C++ source files | +| 810 | 417 | 0 | [Kaggle_CrowdFlower](https://github.com/ChenglongChen/Kaggle_CrowdFlower) | 1st Place Solution for Search Results Relevance Competition on Kaggle (https://www.kaggle.com/c/crowdflower-search-relevance) | +| 809 | 257 | 13 | [OpenXcom](https://github.com/SupSuper/OpenXcom) | Open-source clone of the original X-Com 👽 | +| 809 | 301 | 8 | [CS_Offer](https://github.com/xuelangZF/CS_Offer) | 计算机学科基础知识和主流编程语言相关内容的总结 | +| 809 | 125 | 3 | [forestdb](https://github.com/couchbase/forestdb) | A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie | +| 808 | 466 | 34 | [librealsense](https://github.com/IntelRealSense/librealsense) | Intel® RealSense™ SDK | +| 805 | 117 | 18 | [benchmarks](https://github.com/kostya/benchmarks) | Some benchmarks of different languages | +| 805 | 153 | 276 | [appleseed](https://github.com/appleseedhq/appleseed) | A modern open source rendering engine for animation and visual effects | +| 803 | 32 | 43 | [dale](https://github.com/tomhrr/dale) | Lisp-flavoured C | +| 801 | 211 | 47 | [speak.js](https://github.com/kripken/speak.js) | Text-to-Speech in JavaScript using eSpeak | +| 801 | 115 | 20 | [tvm](https://github.com/dmlc/tvm) | End to end Tensor IR/DSL stack for deploying deep learning workloads to hardwares | +| 800 | 113 | 13 | [backward-cpp](https://github.com/bombela/backward-cpp) | A beautiful stack trace pretty printer for C++ | +| 799 | 247 | 0 | [libphutil](https://github.com/phacility/libphutil) | A collection of PHP utility classes | +| 797 | 194 | 11 | [bde](https://github.com/bloomberg/bde) | Basic Development Environment - a set of foundational C++ libraries used at Bloomberg. | +| 795 | 504 | 33 | [slambook](https://github.com/gaoxiang12/slambook) | None | +| 795 | 74 | 18 | [taichi](https://github.com/yuanming-hu/taichi) | A Computer Graphics Library | +| 795 | 455 | 139 | [rpg_svo](https://github.com/uzh-rpg/rpg_svo) | Semi-direct Visual Odometry | +| 794 | 274 | 33 | [libgo](https://github.com/yyzybb537/libgo) | Go-style concurrency in C++11 | +| 793 | 323 | 12 | [pbrt-v2](https://github.com/mmp/pbrt-v2) | Source code for the version of pbrt described in the second edition of "Physically Based Rendering" | +| 791 | 215 | 8 | [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) | A fast single-producer, single-consumer lock-free queue for C++ | +| 791 | 123 | 251 | [ispc](https://github.com/ispc/ispc) | Intel SPMD Program Compiler | +| 789 | 206 | 96 | [whatsapp-purple](https://github.com/davidgfnet/whatsapp-purple) | WhatsApp protocol implementation for libpurple (pidgin) | +| 786 | 22 | 7 | [snow](https://github.com/zrm/snow) | None | +| 786 | 288 | 65 | [SFrame](https://github.com/turi-code/SFrame) | SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning. | +| 786 | 110 | 3 | [sol2](https://github.com/ThePhD/sol2) | Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation: | +| 785 | 72 | 8 | [darner](https://github.com/wavii/darner) | simple, lightweight message queue | +| 784 | 150 | 87 | [notepad2-mod](https://github.com/XhmikosR/notepad2-mod) | LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting | +| 784 | 277 | 13 | [phxrpc](https://github.com/Tencent/phxrpc) | A simple C++ based RPC framework. | +| 782 | 390 | 15 | [scummvm](https://github.com/scummvm/scummvm) | ScummVM main repository | +| 780 | 139 | 136 | [otter-browser](https://github.com/OtterBrowser/otter-browser) | Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5 | +| 779 | 716 | 77 | [CrossApp](https://github.com/9miao/CrossApp) | Cross-Platform Mobile APP Development Engine | +| 778 | 282 | 29 | [cryptopp](https://github.com/weidai11/cryptopp) | free C++ class library of cryptographic schemes | +| 778 | 133 | 9 | [libcds](https://github.com/khizmax/libcds) | A C++ library of Concurrent Data Structures | +| 776 | 184 | 33 | [Triton](https://github.com/JonathanSalwan/Triton) | Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a Taint Engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification passes, an SMT Solver Interface and, the last but not least, Python bindings. | +| 775 | 260 | 57 | [echoprint-codegen](https://github.com/spotify/echoprint-codegen) | Codegen for Echoprint | +| 769 | 155 | 39 | [libxmljs](https://github.com/libxmljs/libxmljs) | libxml bindings for v8 javascript engine | +| 769 | 256 | 3 | [Windows-Driver-Frameworks](https://github.com/Microsoft/Windows-Driver-Frameworks) | WDF makes it easy to write high-quality Windows drivers | +| 767 | 272 | 155 | [yaml-cpp](https://github.com/jbeder/yaml-cpp) | A YAML parser and emitter in C++ | +| 767 | 320 | 5 | [ogl](https://github.com/opengl-tutorials/ogl) | None | +| 762 | 106 | 5 | [mathfu](https://github.com/google/mathfu) | C++ math library developed primarily for games focused on simplicity and efficiency. | +| 761 | 163 | 6 | [HexRaysCodeXplorer](https://github.com/REhints/HexRaysCodeXplorer) | Hex-Rays Decompiler plugin for better code navigation | +| 759 | 252 | 82 | [libRocket](https://github.com/libRocket/libRocket) | libRocket - The HTML/CSS User Interface library | +| 759 | 376 | 35 | [mshadow](https://github.com/dmlc/mshadow) | Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning | +| 759 | 118 | 200 | [newsbeuter](https://github.com/akrennmair/newsbeuter) | Newsbeuter is an open-source RSS/Atom feed reader for text terminals. | +| 758 | 64 | 30 | [NativeJIT](https://github.com/BitFunnel/NativeJIT) | A C++ expression -> x64 JIT | +| 756 | 184 | 39 | [KlayGE](https://github.com/gongminmin/KlayGE) | KlayGE is a cross-platform open source game engine with plugin-based architecture. | +| 755 | 445 | 25 | [bgslibrary](https://github.com/andrewssobral/bgslibrary) | A background subtraction library | +| 754 | 32 | 3 | [yue](https://github.com/yue/yue) | A library for creating native cross-platform GUI apps. | +| 753 | 171 | 89 | [compute](https://github.com/boostorg/compute) | A C++ GPU Computing Library for OpenCL | +| 753 | 143 | 4 | [proto-quic](https://github.com/google/proto-quic) | None | +| 752 | 289 | 344 | [icinga2](https://github.com/Icinga/icinga2) | Monitoring core with features and REST API | +| 748 | 182 | 61 | [aREST](https://github.com/marcoschwartz/aREST) | A RESTful environment for Arduino | +| 747 | 330 | 152 | [moai-dev](https://github.com/moai/moai-dev) | This is the development repo of Moai SDK. Current, but not necessarily tested or stable. | +| 747 | 152 | 71 | [mcsema](https://github.com/trailofbits/mcsema) | x86 to LLVM bitcode translation framework | +| 746 | 104 | 42 | [nethogs](https://github.com/raboof/nethogs) | Linux 'net top' tool | +| 746 | 259 | 29 | [protobuf-c](https://github.com/protobuf-c/protobuf-c) | Protocol Buffers implementation in C | +| 741 | 277 | 181 | [flann](https://github.com/mariusmuja/flann) | Fast Library for Approximate Nearest Neighbors | +| 740 | 80 | 18 | [PJON](https://github.com/gioblu/PJON) | PJON™ is a communication protocol and a framework for IOT, compatible with Arduino, ESP8266, Teensy, Raspberry Pi and Windows x86 machines. It is a valid tool to quickly build a network of devices. | +| 739 | 218 | 19 | [evpp](https://github.com/Qihoo360/evpp) | A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. | +| 736 | 174 | 36 | [dhewm3](https://github.com/dhewm/dhewm3) | dhewm 3 main repository | +| 736 | 49 | 32 | [leocad](https://github.com/leozide/leocad) | A CAD program for creating virtual LEGO models | +| 736 | 86 | 56 | [hana](https://github.com/boostorg/hana) | Your standard library for metaprogramming | +| 735 | 87 | 21 | [go-sciter](https://github.com/sciter-sdk/go-sciter) | Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development | +| 733 | 44 | 0 | [mazegenerator](https://github.com/razimantv/mazegenerator) | Generate mazes of different shapes and arbitrary sizes | +| 732 | 194 | 74 | [tigervnc](https://github.com/TigerVNC/tigervnc) | High performance, multi-platform VNC client and server | +| 730 | 109 | 93 | [snapcast](https://github.com/badaix/snapcast) | Synchronous multi-room audio player | +| 727 | 129 | 57 | [tcpflow](https://github.com/simsong/tcpflow) | TCP/IP packet demultiplexer | +| 725 | 113 | 41 | [lean](https://github.com/leanprover/lean) | Lean Theorem Prover | +| 724 | 159 | 53 | [fastText.py](https://github.com/salestock/fastText.py) | A Python interface for Facebook fastText | +| 724 | 132 | 1 | [miniblink49](https://github.com/weolar/miniblink49) | 一个小巧、轻量的浏览器内核,用来取代wke和libcef | +| 722 | 326 | 3 | [SequoiaDB](https://github.com/SequoiaDB/SequoiaDB) | SequoiaDB is a document-oriented NoSQL Database | +| 721 | 127 | 15 | [CppSamples-Samples](https://github.com/sftrabbit/CppSamples-Samples) | A repository of modern C++ samples curated by the community. | +| 721 | 296 | 54 | [arduino](https://github.com/firmata/arduino) | Firmata firmware for Arduino | +| 719 | 208 | 15 | [decoda](https://github.com/unknownworlds/decoda) | Decoda Lua IDE and debugger | +| 719 | 454 | 56 | [QuantLib](https://github.com/lballabio/QuantLib) | The QuantLib C++ library | +| 719 | 324 | 51 | [ethercard](https://github.com/jcw/ethercard) | EtherCard is a driver for the ENC28J60 chip, compatible with Arduino IDE | +| 718 | 136 | 74 | [i2pd](https://github.com/PurpleI2P/i2pd) | Full C++ implementation of I2P client | +| 717 | 171 | 137 | [hpx](https://github.com/STEllAR-GROUP/hpx) | The C++ Standard Library for Parallelism and Concurrency | +| 716 | 70 | 9 | [zerovm](https://github.com/zerovm/zerovm) | Open-source lightweight virtualization platform | +| 712 | 85 | 49 | [DirectXShaderCompiler](https://github.com/Microsoft/DirectXShaderCompiler) | This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang. | +| 712 | 464 | 6 | [VTK](https://github.com/Kitware/VTK) | Mirror of Visualization Toolkit repository | +| 711 | 778 | 10 | [platform_system_core](https://github.com/aosp-mirror/platform_system_core) | None | +| 711 | 198 | 9 | [angle](https://github.com/google/angle) | A conformant OpenGL ES implementation for Windows, Mac and Linux. | +| 711 | 60 | 1 | [thor-os](https://github.com/wichtounet/thor-os) | Simple operating system in C++, written from scratch | +| 709 | 159 | 6 | [Rythem](https://github.com/AlloyTeam/Rythem) | a fiddler-like project using Qt | +| 705 | 366 | 26 | [snap](https://github.com/snap-stanford/snap) | Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library. | +| 705 | 120 | 65 | [node-images](https://github.com/zhangyuanwei/node-images) | Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs | +| 705 | 652 | 61 | [MySensors](https://github.com/mysensors/MySensors) | MySensors library and examples | +| 704 | 460 | 510 | [drake](https://github.com/RobotLocomotion/drake) | A planning, control, and analysis toolbox for nonlinear dynamical systems. More info at | +| 703 | 106 | 36 | [v8-profiler](https://github.com/node-inspector/v8-profiler) | node bindings for the v8 profiler | +| 703 | 104 | 3 | [llvm-clang-samples](https://github.com/eliben/llvm-clang-samples) | Examples of using the LLVM and Clang compilation libraries and tools | +| 701 | 80 | 5 | [junction](https://github.com/preshing/junction) | Concurrent data structures in C++ | +| 699 | 83 | 28 | [jucipp](https://github.com/cppit/jucipp) | juCi++: a lightweight, cross-platform C++-IDE supporting C++11, C++14, and experimental C++17 features | +| 694 | 259 | 179 | [dfhack](https://github.com/DFHack/dfhack) | Memory hacking library for Dwarf Fortress and a set of tools that use it | +| 689 | 100 | 15 | [MineCraft-One-Week-Challenge](https://github.com/Hopson97/MineCraft-One-Week-Challenge) | I challenged myself to see if I could create Minecraft in just one week... So lets go! | +| 688 | 127 | 15 | [vcmi](https://github.com/vcmi/vcmi) | Open-source engine for Heroes of Might and Magic III | +| 686 | 44 | 15 | [easy_profiler](https://github.com/yse/easy_profiler) | Lightweight profiler library for c++ | +| 686 | 127 | 10 | [date](https://github.com/HowardHinnant/date) | A date and time library based on the C++11/14/17 header | +| 684 | 426 | 5 | [DexHunter](https://github.com/zyq8709/DexHunter) | General Automatic Unpacking Tool for Android Dex Files | +| 681 | 109 | 55 | [NyuziProcessor](https://github.com/jbush001/NyuziProcessor) | GPGPU processor architecture | +| 681 | 315 | 47 | [rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix) | Controlling up to three chains of 32x32 or 16x32 RGB LED displays using Raspberry Pi GPIO | +| 679 | 192 | 1 | [tinymoe](https://github.com/vczh/tinymoe) | English-like dynamic typing programming language | +| 679 | 245 | 3 | [kurento-media-server](https://github.com/Kurento/kurento-media-server) | Kurento media server | +| 677 | 90 | 8 | [v8js](https://github.com/phpv8/v8js) | V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine | +| 677 | 147 | 12 | [UEFITool](https://github.com/LongSoft/UEFITool) | UEFI firmware image viewer and editor | +| 676 | 204 | 1 | [ai](https://github.com/a16z/ai) | Repo for work for AI Survey | +| 676 | 387 | 32 | [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0) | Revision 2.0 of USB Host Library for Arduino. | +| 675 | 110 | 3 | [KeeFarce](https://github.com/denandz/KeeFarce) | Extracts passwords from a KeePass 2.x database, directly from memory. | +| 674 | 143 | 80 | [jubatus](https://github.com/jubatus/jubatus) | Framework and Library for Distributed Online Machine Learning | +| 673 | 132 | 8 | [berserkJS](https://github.com/tapir-dream/berserkJS) | berserkJS 是新形态的前端测试自动化工具 + 页面性能分析工具 ,同时也是个使用 JS 语法控制的命令行浏览器。可用 JS 编写前端自动测试用例 + 页面性能分析用例。 想了解更多?看看连接中的文档吧~~ | +| 673 | 284 | 31 | [crawl](https://github.com/crawl/crawl) | Dungeon Crawl: Stone Soup official repository | +| 673 | 180 | 5 | [rDSN](https://github.com/Microsoft/rDSN) | Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems. | +| 672 | 24 | 1 | [UniversalPauseButton](https://github.com/ryanries/UniversalPauseButton) | A pause button that pauses the unpausable. Handy for video game cut scenes especially. | +| 672 | 67 | 53 | [zbackup](https://github.com/zbackup/zbackup) | ZBackup, a versatile deduplicating backup tool | +| 671 | 85 | 13 | [cpp.react](https://github.com/schlangster/cpp.react) | C++React: A reactive programming library for C++11. | +| 670 | 85 | 165 | [mongo](https://github.com/Tokutek/mongo) | TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB | Issue tracker: https://tokutek.atlassian.net/browse/MX/ | | +| 669 | 234 | 334 | [stepmania](https://github.com/stepmania/stepmania) | Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use. | +| 669 | 108 | 1 | [fatal](https://github.com/facebook/fatal) | Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keeping the complexity under-the-hood. | +| 669 | 81 | 17 | [AwesomeBump](https://github.com/kmkolasinski/AwesomeBump) | AwesomeBump is a free program written using Qt library designed to generate normal, height, specular or ambient occlusion textures from a single image. Since the image processing is done in 99% on GPU the program runs very fast and all the parameters can be changed in real time. AB was made to be a new alternative to known gimp plugin called Insane Bump. | +| 669 | 136 | 99 | [unetbootin](https://github.com/unetbootin/unetbootin) | UNetbootin installs Linux/BSD distributions to a partition or USB drive | +| 669 | 25 | 15 | [libui-node](https://github.com/parro-it/libui-node) | Node bindings for libui, an awesome native UI library for Unix, OSX and Windows | +| 668 | 51 | 13 | [greenworks](https://github.com/greenheartgames/greenworks) | a node.js plugin to integrate nw.js/electron games with steamworks | +| 668 | 178 | 42 | [Sparky](https://github.com/TheCherno/Sparky) | Cross-Platform High Performance 2D/3D game engine for people like me who like to write code. | +| 667 | 155 | 29 | [libtorrent](https://github.com/rakshasa/libtorrent) | libTorrent BitTorrent library | +| 666 | 245 | 7 | [warzone2100](https://github.com/Warzone2100/warzone2100) | Warzone 2100 - a free and open source real time strategy game. Please note, we prefer trac tickets over pull requests! Read http://forums.wz2100.net/viewtopic.php?f=6&t=11570 for full information! | +| 665 | 150 | 94 | [notepadqq](https://github.com/notepadqq/notepadqq) | Notepad++-like editor for Linux | +| 665 | 239 | 13 | [RedisStudio](https://github.com/cinience/RedisStudio) | RedisStudio Redis GUI client(tool) for windows | +| 665 | 125 | 12 | [Deep-Image-Analogy](https://github.com/msracver/Deep-Image-Analogy) | The source code of 'Visual Attribute Transfer through Deep Image Analogy'. | +| 664 | 120 | 20 | [freelan](https://github.com/freelan-developers/freelan) | The main freelan repository. | +| 664 | 38 | 27 | [monicelli](https://github.com/esseks/monicelli) | An esoteric programming language, come se fosse antani. | +| 664 | 122 | 26 | [smhasher](https://github.com/aappleby/smhasher) | Automatically exported from code.google.com/p/smhasher | +| 663 | 42 | 18 | [Intrinsic](https://github.com/begla/Intrinsic) | Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development. | +| 663 | 134 | 21 | [SublimeClang](https://github.com/quarnster/SublimeClang) | C/C++/ObjC/ObjC++ autocompletions and code navigation | +| 663 | 52 | 11 | [node-tensorflow](https://github.com/node-tensorflow/node-tensorflow) | Node-tensorflow is a NodeJS API for utilizing Google's machine learning library TensorFlow. | | 662 | 63 | 20 | [bitcloud](https://github.com/wetube/bitcloud) | Bitcloud Project | -| 662 | 123 | 4 | [miniblink49](https://github.com/weolar/miniblink49) | 一个小巧、轻量的浏览器内核,用来取代wke和libcef | -| 661 | 154 | 27 | [libtorrent](https://github.com/rakshasa/libtorrent) | libTorrent BitTorrent library | -| 661 | 134 | 21 | [SublimeClang](https://github.com/quarnster/SublimeClang) | C/C++/ObjC/ObjC++ autocompletions and code navigation | -| 660 | 244 | 5 | [warzone2100](https://github.com/Warzone2100/warzone2100) | Warzone 2100 - a free and open source real time strategy game. Please note, we prefer trac tickets over pull requests! Read http://forums.wz2100.net/viewtopic.php?f=6&t=11570 for full information! | -| 660 | 376 | 46 | [USB_Host_Shield_2.0](https://github.com/felis/USB_Host_Shield_2.0) | Revision 2.0 of USB Host Library for Arduino. | -| 660 | 118 | 10 | [vcmi](https://github.com/vcmi/vcmi) | Open-source engine for Heroes of Might and Magic III | -| 659 | 82 | 13 | [cpp.react](https://github.com/schlangster/cpp.react) | C++React: A reactive programming library for C++11. | -| 659 | 24 | 14 | [libui-node](https://github.com/parro-it/libui-node) | Node bindings for libui, an awesome native UI library for Unix, OSX and Windows | -| 658 | 302 | 37 | [rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix) | Controlling up to three chains of 32x32 or 16x32 RGB LED displays using Raspberry Pi GPIO | -| 656 | 50 | 11 | [greenworks](https://github.com/greenheartgames/greenworks) | a node.js plugin to integrate nw.js/electron games with steamworks | -| 656 | 240 | 3 | [kurento-media-server](https://github.com/Kurento/kurento-media-server) | Kurento media server | -| 655 | 238 | 13 | [RedisStudio](https://github.com/cinience/RedisStudio) | RedisStudio Redis GUI client(tool) for windows | -| 655 | 79 | 13 | [AwesomeBump](https://github.com/kmkolasinski/AwesomeBump) | AwesomeBump is a free program written using Qt library designed to generate normal, height, specular or ambient occlusion textures from a single image. Since the image processing is done in 99% on GPU the program runs very fast and all the parameters can be changed in real time. AB was made to be a new alternative to known gimp plugin called Insane Bump. | -| 655 | 277 | 36 | [crawl](https://github.com/crawl/crawl) | Dungeon Crawl: Stone Soup official repository | -| 653 | 186 | 16 | [evpp](https://github.com/Qihoo360/evpp) | A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. | -| 652 | 224 | 339 | [stepmania](https://github.com/stepmania/stepmania) | Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use. | -| 650 | 116 | 19 | [freelan](https://github.com/freelan-developers/freelan) | The main freelan repository. | -| 650 | 113 | 52 | [Selene](https://github.com/jeremyong/Selene) | Simple C++11 friendly header-only bindings to Lua | -| 649 | 22 | 11 | [timg](https://github.com/hzeller/timg) | A terminal image viewer | -| 649 | 173 | 42 | [Sparky](https://github.com/TheCherno/Sparky) | Cross-Platform High Performance 2D/3D game engine for people like me who like to write code. | -| 648 | 38 | 27 | [monicelli](https://github.com/esseks/monicelli) | An esoteric programming language, come se fosse antani. | -| 647 | 105 | 1 | [fatal](https://github.com/facebook/fatal) | Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keeping the complexity under-the-hood. | -| 646 | 144 | 93 | [notepadqq](https://github.com/notepadqq/notepadqq) | Notepad++-like editor for Linux | -| 645 | 70 | 1 | [SecondReality](https://github.com/mtuomi/SecondReality) | Source code and data of Second Reality by Future Crew in 1993 | -| 645 | 65 | 16 | [kiui](https://github.com/hugoam/kiui) | Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend | -| 644 | 193 | 1 | [kudu](https://github.com/cloudera/kudu) | Apache Kudu. Mirrored from https://github.com/apache/kudu | -| 643 | 39 | 18 | [Intrinsic](https://github.com/begla/Intrinsic) | Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development. | -| 640 | 56 | 26 | [souper](https://github.com/google/souper) | A superoptimizer for LLVM IR | -| 638 | 187 | 82 | [pty.js](https://github.com/chjj/pty.js) | Bindings to forkpty(3) for node.js. | -| 637 | 136 | 1 | [opensse](https://github.com/zddhub/opensse) | Open Sketch Search Engine- 3D object retrieval based on sketch image as input | -| 637 | 133 | 5 | [node-cpp-modules](https://github.com/kkaefer/node-cpp-modules) | Guide for writing C++ node.js extensions | -| 636 | 380 | 26 | [Arduino-PID-Library](https://github.com/br3ttb/Arduino-PID-Library) | None | -| 636 | 133 | 3 | [rowhammer-test](https://github.com/google/rowhammer-test) | Test DRAM for bit flips caused by the rowhammer problem | -| 634 | 119 | 22 | [date](https://github.com/HowardHinnant/date) | A date and time library based on the C++11/14/17 header | -| 632 | 159 | 24 | [node-printer](https://github.com/tojocky/node-printer) | Native node.js printer | -| 632 | 36 | 4 | [gcpp](https://github.com/hsutter/gcpp) | Experimental deferred and unordered destruction library for C++ | -| 631 | 112 | 10 | [embree](https://github.com/embree/embree) | Embree ray tracing kernels repository. | -| 629 | 137 | 18 | [UEFITool](https://github.com/LongSoft/UEFITool) | UEFI firmware image viewer and editor | -| 629 | 114 | 24 | [smhasher](https://github.com/aappleby/smhasher) | Automatically exported from code.google.com/p/smhasher | -| 628 | 130 | 93 | [unetbootin](https://github.com/unetbootin/unetbootin) | UNetbootin installs Linux/BSD distributions to a partition or USB drive | -| 628 | 50 | 11 | [node-tensorflow](https://github.com/node-tensorflow/node-tensorflow) | Node-tensorflow is a NodeJS API for utilizing Google's machine learning library TensorFlow. | -| 627 | 82 | 45 | [tippecanoe](https://github.com/mapbox/tippecanoe) | Build vector tilesets from large collections of GeoJSON features. | -| 626 | 193 | 11 | [qwx](https://github.com/xiangzhai/qwx) | WeChat KDE frontend 微信 KDE 前端 | -| 626 | 53 | 6 | [sentencepiece](https://github.com/google/sentencepiece) | Unsupervised text tokenizer for Neural Network-based text generation. | -| 626 | 140 | 78 | [node-sqlserver](https://github.com/Azure/node-sqlserver) | None | -| 626 | 67 | 33 | [WavTap](https://github.com/pje/WavTap) | globally capture whatever your mac is playing—as simply as a screenshot | -| 626 | 128 | 1 | [Low-Latency-Android-Audio-iOS-Audio-Engine](https://github.com/superpoweredSDK/Low-Latency-Android-Audio-iOS-Audio-Engine) | Superpowered Audio Engine for Games, Virtual Reality, Music and Interactive Audio Apps. Cross Platform on Android, iOS, Mac OSX, tvOS and Linux. Real-time, low-Latency. Free. | -| 625 | 214 | 13 | [Horde3D](https://github.com/horde3d/Horde3D) | Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible. | -| 625 | 63 | 21 | [medusa](https://github.com/wisk/medusa) | An open source interactive disassembler | -| 625 | 305 | 171 | [LibreCAD](https://github.com/LibreCAD/LibreCAD) | LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations. | -| 624 | 229 | 75 | [rc-switch](https://github.com/sui77/rc-switch) | Arduino lib to operate 433/315Mhz devices like power outlet sockets. | -| 624 | 1931 | 5 | [Arduino](https://github.com/RobTillaart/Arduino) | libs and code | -| 624 | 249 | 7 | [libfm](https://github.com/srendle/libfm) | Library for factorization machines | -| 623 | 175 | 1 | [ai](https://github.com/a16z/ai) | Repo for work for AI Survey | -| 623 | 243 | 141 | [klee](https://github.com/klee/klee) | KLEE Symbolic Execution Engine | -| 622 | 32 | 6 | [phantompy](https://github.com/niwinz/phantompy) | Phantompy is a headless WebKit engine with powerful pythonic api build on top of Qt5 Webkit | -| 621 | 472 | 3 | [recipes](https://github.com/chenshuo/recipes) | Some code snippets for sharing | -| 621 | 157 | 48 | [OpenShadingLanguage](https://github.com/imageworks/OpenShadingLanguage) | Advanced shading language for production GI renderers | -| 620 | 292 | 199 | [cgal](https://github.com/CGAL/cgal) | The public CGAL repository, see the README below | -| 620 | 226 | 11 | [Replicating-DeepMind](https://github.com/kristjankorjus/Replicating-DeepMind) | Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind | -| 620 | 203 | 154 | [essentia](https://github.com/MTG/essentia) | C++ library for audio and music analysis, description and synthesis, including Python bindings | -| 619 | 293 | 20 | [tfs](https://github.com/alibaba/tfs) | TFS (Taobao File System) is a distributed file system similar to GFS. | -| 619 | 258 | 302 | [pioneer](https://github.com/pioneerspacesim/pioneer) | A game of lonely space adventure | -| 619 | 159 | 23 | [librime](https://github.com/rime/librime) | Rime Input Method Engine, the core library | -| 619 | 91 | 8 | [tvm](https://github.com/dmlc/tvm) | End to end Tensor IR/DSL stack for deploying deep learning workloads to hardwares | -| 617 | 206 | 63 | [PiAUISuite](https://github.com/StevenHickson/PiAUISuite) | Raspberry PI AUI Suite | -| 617 | 50 | 38 | [falco](https://github.com/draios/falco) | Behavioral Activity Monitoring With Container Support | -| 616 | 146 | 28 | [nanocube](https://github.com/laurolins/nanocube) | None | -| 616 | 387 | 0 | [kaggle-2014-criteo](https://github.com/guestwalk/kaggle-2014-criteo) | None | -| 615 | 284 | 100 | [oiio](https://github.com/OpenImageIO/oiio) | OpenImageIO | -| 614 | 32 | 23 | [color_coded](https://github.com/jeaye/color_coded) | A vim plugin for libclang-based highlighting in C, C++, ObjC | -| 614 | 925 | 535 | [qgroundcontrol](https://github.com/mavlink/qgroundcontrol) | Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) | -| 613 | 172 | 12 | [minerva](https://github.com/dmlc/minerva) | Minerva: a fast and flexible tool for deep learning on multi-GPU. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy. | -| 613 | 167 | 44 | [apkstudio](https://github.com/vaibhavpandeyvpz/apkstudio) | Cross-platform Qt5 based IDE for reverse-engineering android applications. | -| 612 | 209 | 19 | [jiffy](https://github.com/davisp/jiffy) | JSON NIFs for Erlang | -| 612 | 81 | 4 | [zenphoton](https://github.com/scanlime/zenphoton) | The "Zen photon garden", an HTML5 raytracing art-toy. | -| 611 | 177 | 132 | [botan](https://github.com/randombit/botan) | Crypto and TLS for C++11 | -| 610 | 156 | 20 | [DSPFilters](https://github.com/vinniefalco/DSPFilters) | A Collection of Useful C++ Classes for Digital Signal Processing | -| 610 | 368 | 18 | [QSanguosha](https://github.com/Mogara/QSanguosha) | An open source online version of the famous board game Sanguosha | -| 610 | 108 | 137 | [cefpython](https://github.com/cztomczak/cefpython) | Chrome browser control, a HTML 5 based Python GUI framework.      :speech_balloon: Forum: | -| 609 | 87 | 10 | [v8js](https://github.com/phpv8/v8js) | V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine | -| 608 | 46 | 2 | [iod](https://github.com/matt-42/iod) | Meta programming utilities for C++14 | -| 607 | 147 | 103 | [opentrack](https://github.com/opentrack/opentrack) | Head tracking software for MS Windows, Linux, and Apple OSX | -| 607 | 197 | 120 | [glslang](https://github.com/KhronosGroup/glslang) | Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | -| 602 | 68 | 0 | [lullaby](https://github.com/google/lullaby) | A collection of C++ libraries designed to help teams develop virtual and augmented reality experiences | -| 602 | 24 | 9 | [uTT](https://github.com/uNetworking/uTT) | Lightweight and efficient MQTT broker prototype | -| 601 | 121 | 57 | [homie-esp8266](https://github.com/marvinroger/homie-esp8266) | 💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT | -| 600 | 104 | 0 | [AutoHotkey](https://github.com/AutoHotkey/AutoHotkey) | AutoHotkey is a powerful and easy to use scripting language for desktop automation on Windows. | -| 600 | 49 | 4 | [WebGL](https://github.com/MicrosoftEdge/WebGL) | Microsoft Edge WebGL Implementation | -| 600 | 177 | 4 | [MachOView](https://github.com/gdbinit/MachOView) | MachOView fork | -| 599 | 324 | 514 | [opentx](https://github.com/opentx/opentx) | OpenTX custom firmware for Transmitters | -| 597 | 90 | 56 | [decaf-emu](https://github.com/decaf-emu/decaf-emu) | Researching Wii U emulation. | -| 597 | 91 | 83 | [CodeXL](https://github.com/GPUOpen-Tools/CodeXL) | CodeXL is a comprehensive tool suite that enables developers to harness the benefits of CPUs, GPUs and APUs. | -| 596 | 52 | 0 | [PacVim](https://github.com/jmoon018/PacVim) | None | -| 595 | 170 | 4 | [rDSN](https://github.com/Microsoft/rDSN) | Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed systems. | -| 594 | 234 | 137 | [ionic-plugin-keyboard](https://github.com/ionic-team/ionic-plugin-keyboard) | Ionic Keyboard Plugin for Cordova | -| 592 | 162 | 17 | [lwf](https://github.com/gree/lwf) | LWF - Lightweight SWF | -| 592 | 123 | 10 | [Windows](https://github.com/HostsTools/Windows) | Hosts tool for googlehosts/hosts | -| 591 | 111 | 14 | [MaidSafe](https://github.com/maidsafe-archive/MaidSafe) | This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki. | -| 590 | 46 | 1 | [FunctionalPlus](https://github.com/Dobiasd/FunctionalPlus) | Functional Programming Library for C++. Write concise and readable C++ code. | -| 588 | 163 | 22 | [DeepCL](https://github.com/hughperkins/DeepCL) | OpenCL library to train deep convolutional neural networks | -| 588 | 449 | 176 | [trafficserver](https://github.com/apache/trafficserver) | Mirror of Apache Traffic Server | -| 588 | 105 | 10 | [Deep-Image-Analogy](https://github.com/msracver/Deep-Image-Analogy) | The source code of 'Visual Attribute Transfer through Deep Image Analogy'. | -| 587 | 172 | 12 | [Low-Power](https://github.com/rocketscream/Low-Power) | Low Power Library for Arduino | -| 587 | 36 | 195 | [realm-core](https://github.com/realm/realm-core) | Core database component for the Realm Mobile Database SDKs | -| 586 | 123 | 1 | [tesseract-ios](https://github.com/ldiqual/tesseract-ios) | Tesseract OCR for iOS | -| 586 | 145 | 32 | [libutp](https://github.com/bittorrent/libutp) | uTorrent Transport Protocol library | -| 585 | 123 | 21 | [BreakoutDetection](https://github.com/twitter/BreakoutDetection) | Breakout Detection via Robust E-Statistics | -| 584 | 76 | 15 | [cppwinrt](https://github.com/Microsoft/cppwinrt) | C++/WinRT is a standard C++ language projection for the Windows Runtime. | -| 583 | 53 | 3 | [lxss](https://github.com/ionescu007/lxss) | Fun with the Windows Subsystem for Linux (WSL/LXSS) | -| 583 | 106 | 2 | [InjectProc](https://github.com/secrary/InjectProc) | InjectProc - Process Injection Techniques | -| 579 | 94 | 66 | [edb-debugger](https://github.com/eteran/edb-debugger) | edb is a cross platform x86/x86-64 debugger. | -| 579 | 246 | 32 | [graphchi-cpp](https://github.com/GraphChi/graphchi-cpp) | GraphChi's C++ version. Big Data - small machine. | -| 578 | 409 | 19 | [aoapc-bac2nd](https://github.com/aoapc-book/aoapc-bac2nd) | Source codes for book <<> Second edition | -| 577 | 97 | 100 | [solvespace](https://github.com/solvespace/solvespace) | Parametric 2d/3d CAD | -| 577 | 123 | 27 | [lodepng](https://github.com/lvandeve/lodepng) | PNG encoder and decoder in C and C++. | -| 575 | 272 | 2 | [truecrypt-archive](https://github.com/DrWhax/truecrypt-archive) | Archive of (almost) all truecrypt releases - Please audit this repository! | -| 575 | 153 | 44 | [poedit](https://github.com/vslavik/poedit) | Gettext translations editor for OS X, Windows and Unix. | -| 575 | 76 | 34 | [osxcross](https://github.com/tpoechtrager/osxcross) | OS X cross toolchain for Linux, *BSD and Windows (Cygwin) | -| 574 | 381 | 55 | [PiBits](https://github.com/richardghirst/PiBits) | None | -| 573 | 221 | 23 | [Cumulus](https://github.com/OpenRTMFP/Cumulus) | CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting | -| 572 | 119 | 78 | [keystone](https://github.com/keystone-engine/keystone) | Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings | -| 571 | 159 | 105 | [jack2](https://github.com/jackaudio/jack2) | jack2 codebase | -| 571 | 198 | 64 | [screen-capture-recorder-to-video-windows-free](https://github.com/rdp/screen-capture-recorder-to-video-windows-free) | a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio) | -| 570 | 272 | 477 | [Cockatrice](https://github.com/Cockatrice/Cockatrice) | A cross-platform virtual tabletop for multiplayer card games | -| 569 | 232 | 0 | [LeetCode](https://github.com/pezy/LeetCode) | :pencil2: LeetCode solutions in C++ 11 | -| 567 | 154 | 3 | [srsLTE](https://github.com/srsLTE/srsLTE) | Open source SDR LTE software suite | -| 567 | 182 | 26 | [c-ares](https://github.com/c-ares/c-ares) | A C library for asynchronous DNS requests | -| 567 | 66 | 11 | [akka-patterns](https://github.com/eigengo/akka-patterns) | Demonstration of the common Akka patterns | -| 567 | 134 | 26 | [picojson](https://github.com/kazuho/picojson) | a header-file-only, JSON parser serializer in C++ | -| 566 | 228 | 120 | [aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) | AWS SDK for C++ | -| 566 | 50 | 6 | [cplusequality](https://github.com/ErisBlastar/cplusequality) | Feminist Software Foundation C+=, a new language for us feminists | -| 565 | 54 | 95 | [OpenTomb](https://github.com/opentomb/OpenTomb) | An open-source Tomb Raider 1-5 engine remake | -| 563 | 180 | 8 | [ardour](https://github.com/Ardour/ardour) | Mirror of Ardour Source Code | -| 563 | 192 | 14 | [libde265](https://github.com/strukturag/libde265) | Open h.265 video codec implementation. | -| 562 | 306 | 32 | [dso](https://github.com/JakobEngel/dso) | Direct Sparse Odometry | -| 561 | 426 | 95 | [ORB_SLAM](https://github.com/raulmur/ORB_SLAM) | A Versatile and Accurate Monocular SLAM | -| 560 | 121 | 13 | [nana](https://github.com/cnjinhao/nana) | a modern C++ GUI library | -| 559 | 305 | 12 | [libQtShadowsocks](https://github.com/shadowsocks/libQtShadowsocks) | A lightweight and ultra-fast shadowsocks library written in C++/Qt | -| 559 | 122 | 19 | [PacketSender](https://github.com/dannagle/PacketSender) | Network utility for sending / receiving TCP, UDP, SSL | -| 558 | 113 | 9 | [ml4a-ofx](https://github.com/ml4a/ml4a-ofx) | A collection of openFrameworks apps for working with machine learning | -| 558 | 333 | 199 | [BitcoinArmory](https://github.com/etotheipi/BitcoinArmory) | Python-Based Bitcoin Software | -| 557 | 184 | 6 | [Multiverso](https://github.com/Microsoft/Multiverso) | Parameter server framework for distributed machine learning | -| 557 | 90 | 5 | [pedis](https://github.com/fastio/pedis) | NoSQL data store using the SEASTAR framework, compatible with Redis | -| 556 | 155 | 95 | [FFmpegInterop](https://github.com/Microsoft/FFmpegInterop) | This is a code sample to make it easier to use FFmpeg in Windows applications. | -| 555 | 251 | 0 | [qt-creator](https://github.com/qt-creator/qt-creator) | A cross-platform Qt IDE | -| 555 | 123 | 151 | [supertux](https://github.com/SuperTux/supertux) | SuperTux source code | -| 555 | 291 | 9 | [FaceTracker](https://github.com/kylemcdonald/FaceTracker) | Real time deformable face tracking in C++ with OpenCV 3. | -| 554 | 146 | 27 | [restbed](https://github.com/Corvusoft/restbed) | Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++11 applications. | -| 554 | 19 | 4 | [immer](https://github.com/arximboldi/immer) | Postmodern immutable and persistent data structures for C++ | -| 553 | 203 | 10 | [TortoiseGit](https://github.com/TortoiseGit/TortoiseGit) | Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode | -| 552 | 24 | 0 | [constexpr-8cc](https://github.com/kw-udon/constexpr-8cc) | Compile-time C Compiler implemented as C++14 constant expressions | -| 552 | 60 | 1 | [sshttp](https://github.com/stealth/sshttp) | SSH/HTTP(S) multiplexer. Run a webserver and a sshd on the same port w/o changes. | -| 552 | 148 | 0 | [Snake](https://github.com/stevennl/Snake) | AI version of the snake game. | -| 551 | 83 | 110 | [CubicSDR](https://github.com/cjcliffe/CubicSDR) | Cross-Platform Software-Defined Radio Application | +| 662 | 116 | 52 | [Selene](https://github.com/jeremyong/Selene) | Simple C++11 friendly header-only bindings to Lua | +| 661 | 64 | 7 | [sentencepiece](https://github.com/google/sentencepiece) | Unsupervised text tokenizer for Neural Network-based text generation. | +| 659 | 117 | 139 | [cefpython](https://github.com/cztomczak/cefpython) | Chrome browser control, a HTML 5 based Python GUI framework.      :speech_balloon: Forum: | +| 658 | 212 | 157 | [essentia](https://github.com/MTG/essentia) | C++ library for audio and music analysis, description and synthesis, including Python bindings | +| 656 | 88 | 44 | [tippecanoe](https://github.com/mapbox/tippecanoe) | Build vector tilesets from large collections of GeoJSON features. | +| 656 | 57 | 25 | [souper](https://github.com/google/souper) | A superoptimizer for LLVM IR | +| 654 | 67 | 16 | [kiui](https://github.com/hugoam/kiui) | Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend | +| 654 | 22 | 13 | [timg](https://github.com/hzeller/timg) | A terminal image viewer | +| 653 | 163 | 30 | [node-printer](https://github.com/tojocky/node-printer) | Native node.js printer | +| 653 | 199 | 1 | [kudu](https://github.com/cloudera/kudu) | Apache Kudu. Mirrored from https://github.com/apache/kudu | +| 652 | 80 | 0 | [lullaby](https://github.com/google/lullaby) | A collection of C++ libraries designed to help teams develop virtual and augmented reality experiences | +| 652 | 139 | 10 | [Windows](https://github.com/HostsTools/Windows) | Hosts tool for googlehosts/hosts | +| 651 | 394 | 27 | [Arduino-PID-Library](https://github.com/br3ttb/Arduino-PID-Library) | None | +| 650 | 70 | 1 | [SecondReality](https://github.com/mtuomi/SecondReality) | Source code and data of Second Reality by Future Crew in 1993 | +| 650 | 237 | 80 | [rc-switch](https://github.com/sui77/rc-switch) | Arduino lib to operate 433/315Mhz devices like power outlet sockets. | +| 650 | 140 | 0 | [opensse](https://github.com/zddhub/opensse) | Open Sketch Search Engine- 3D object retrieval based on sketch image as input | +| 650 | 188 | 83 | [pty.js](https://github.com/chjj/pty.js) | Bindings to forkpty(3) for node.js. | +| 648 | 119 | 5 | [embree](https://github.com/embree/embree) | Embree ray tracing kernels repository. | +| 648 | 302 | 223 | [cgal](https://github.com/CGAL/cgal) | The public CGAL repository, see the README below | +| 647 | 311 | 176 | [LibreCAD](https://github.com/LibreCAD/LibreCAD) | LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations. | +| 647 | 166 | 22 | [librime](https://github.com/rime/librime) | Rime Input Method Engine, the core library | +| 647 | 257 | 7 | [libfm](https://github.com/srendle/libfm) | Library for factorization machines | +| 645 | 958 | 569 | [qgroundcontrol](https://github.com/mavlink/qgroundcontrol) | Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows) | +| 644 | 202 | 11 | [qwx](https://github.com/xiangzhai/qwx) | WeChat KDE frontend 微信 KDE 前端 | +| 642 | 36 | 4 | [gcpp](https://github.com/hsutter/gcpp) | Experimental deferred and unordered destruction library for C++ | +| 642 | 132 | 3 | [rowhammer-test](https://github.com/google/rowhammer-test) | Test DRAM for bit flips caused by the rowhammer problem | +| 642 | 130 | 3 | [Low-Latency-Android-Audio-iOS-Audio-Engine](https://github.com/superpoweredSDK/Low-Latency-Android-Audio-iOS-Audio-Engine) | Superpowered Audio Engine for Games, Virtual Reality, Music and Interactive Audio Apps. Cross Platform on Android, iOS, Mac OSX, tvOS and Linux. Real-time, low-Latency. Free. | +| 642 | 252 | 124 | [klee](https://github.com/klee/klee) | KLEE Symbolic Execution Engine | +| 642 | 53 | 31 | [falco](https://github.com/draios/falco) | Sysdig Falco: Behavioral Activity Monitoring With Container Support | +| 641 | 302 | 20 | [tfs](https://github.com/alibaba/tfs) | TFS (Taobao File System) is a distributed file system similar to GFS. | +| 640 | 119 | 2 | [InjectProc](https://github.com/secrary/InjectProc) | InjectProc - Process Injection Techniques | +| 640 | 64 | 22 | [medusa](https://github.com/wisk/medusa) | An open source interactive disassembler | +| 640 | 134 | 5 | [node-cpp-modules](https://github.com/kkaefer/node-cpp-modules) | Guide for writing C++ node.js extensions | +| 639 | 215 | 11 | [Horde3D](https://github.com/horde3d/Horde3D) | Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible. | +| 639 | 126 | 69 | [homie-esp8266](https://github.com/marvinroger/homie-esp8266) | 💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT | +| 638 | 160 | 49 | [OpenShadingLanguage](https://github.com/imageworks/OpenShadingLanguage) | Advanced shading language for production GI renderers | +| 638 | 289 | 107 | [oiio](https://github.com/OpenImageIO/oiio) | OpenImageIO | +| 636 | 1996 | 4 | [Arduino](https://github.com/RobTillaart/Arduino) | libs and code | +| 634 | 192 | 126 | [botan](https://github.com/randombit/botan) | Crypto and TLS for C++11 | +| 634 | 68 | 33 | [WavTap](https://github.com/pje/WavTap) | globally capture whatever your mac is playing—as simply as a screenshot | +| 632 | 40 | 3 | [web-dsp](https://github.com/shamadee/web-dsp) | A client-side signal processing library utilizing the power of WebAssembly (.wasm) | +| 631 | 485 | 3 | [recipes](https://github.com/chenshuo/recipes) | Some code snippets for sharing | +| 629 | 188 | 5 | [MachOView](https://github.com/gdbinit/MachOView) | MachOView fork | +| 628 | 157 | 19 | [DSPFilters](https://github.com/vinniefalco/DSPFilters) | A Collection of Useful C++ Classes for Digital Signal Processing | +| 628 | 206 | 132 | [glslang](https://github.com/KhronosGroup/glslang) | Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | +| 627 | 173 | 50 | [apkstudio](https://github.com/vaibhavpandeyvpz/apkstudio) | Cross-platform Qt5 based IDE for reverse-engineering android applications. | +| 627 | 93 | 6 | [pedis](https://github.com/fastio/pedis) | NoSQL data store using the SEASTAR framework, compatible with Redis | +| 626 | 403 | 0 | [kaggle-2014-criteo](https://github.com/guestwalk/kaggle-2014-criteo) | None | +| 626 | 33 | 25 | [color_coded](https://github.com/jeaye/color_coded) | A vim plugin for libclang-based highlighting in C, C++, ObjC | +| 624 | 150 | 89 | [opentrack](https://github.com/opentrack/opentrack) | Head tracking software for MS Windows, Linux, and Apple OSX | +| 624 | 259 | 1 | [LeetCode](https://github.com/pezy/LeetCode) | :pencil2: LeetCode solutions in C++ 11 | +| 623 | 258 | 302 | [pioneer](https://github.com/pioneerspacesim/pioneer) | A game of lonely space adventure | +| 623 | 141 | 78 | [node-sqlserver](https://github.com/Azure/node-sqlserver) | None | +| 623 | 215 | 21 | [jiffy](https://github.com/davisp/jiffy) | JSON NIFs for Erlang | +| 623 | 32 | 6 | [phantompy](https://github.com/niwinz/phantompy) | Phantompy is a headless WebKit engine with powerful pythonic api build on top of Qt5 Webkit | +| 623 | 228 | 11 | [Replicating-DeepMind](https://github.com/kristjankorjus/Replicating-DeepMind) | Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind | +| 618 | 431 | 19 | [aoapc-bac2nd](https://github.com/aoapc-book/aoapc-bac2nd) | Source codes for book <<> Second edition | +| 618 | 373 | 18 | [QSanguosha](https://github.com/Mogara/QSanguosha) | An open source online version of the famous board game Sanguosha | +| 617 | 338 | 536 | [opentx](https://github.com/opentx/opentx) | OpenTX custom firmware for Transmitters | +| 617 | 81 | 4 | [zenphoton](https://github.com/scanlime/zenphoton) | The "Zen photon garden", an HTML5 raytracing art-toy. | +| 617 | 97 | 90 | [CodeXL](https://github.com/GPUOpen-Tools/CodeXL) | CodeXL is a comprehensive tool suite that enables developers to harness the benefits of CPUs, GPUs and APUs. | +| 616 | 46 | 2 | [iod](https://github.com/matt-42/iod) | Meta programming utilities for C++14 | +| 616 | 101 | 66 | [edb-debugger](https://github.com/eteran/edb-debugger) | edb is a cross platform x86/x86-64 debugger. | +| 616 | 207 | 64 | [PiAUISuite](https://github.com/StevenHickson/PiAUISuite) | Raspberry PI AUI Suite | +| 615 | 91 | 61 | [decaf-emu](https://github.com/decaf-emu/decaf-emu) | Researching Wii U emulation. | +| 615 | 106 | 109 | [solvespace](https://github.com/solvespace/solvespace) | Parametric 2d/3d CAD | +| 614 | 173 | 12 | [minerva](https://github.com/dmlc/minerva) | Minerva: a fast and flexible tool for deep learning on multi-GPU. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy. | +| 613 | 28 | 10 | [uTT](https://github.com/uNetworking/uTT) | Lightweight and efficient MQTT broker prototype | +| 612 | 78 | 10 | [cppwinrt](https://github.com/Microsoft/cppwinrt) | C++/WinRT is a standard C++ language projection for the Windows Runtime. | +| 611 | 463 | 233 | [trafficserver](https://github.com/apache/trafficserver) | Mirror of Apache Traffic Server | +| 610 | 176 | 13 | [Low-Power](https://github.com/rocketscream/Low-Power) | Low Power Library for Arduino | +| 609 | 80 | 32 | [osxcross](https://github.com/tpoechtrager/osxcross) | OS X cross toolchain for Linux, *BSD and Windows (Cygwin) | +| 609 | 331 | 31 | [dso](https://github.com/JakobEngel/dso) | Direct Sparse Odometry | +| 607 | 102 | 0 | [AutoHotkey](https://github.com/AutoHotkey/AutoHotkey) | AutoHotkey is a powerful and easy to use scripting language for desktop automation on Windows. | +| 606 | 161 | 24 | [DeepCL](https://github.com/hughperkins/DeepCL) | OpenCL library to train deep convolutional neural networks | +| 604 | 48 | 4 | [WebGL](https://github.com/MicrosoftEdge/WebGL) | Microsoft Edge WebGL Implementation | +| 603 | 193 | 24 | [c-ares](https://github.com/c-ares/c-ares) | A C library for asynchronous DNS requests | +| 603 | 130 | 19 | [nana](https://github.com/cnjinhao/nana) | a modern C++ GUI library | +| 602 | 202 | 44 | [screen-capture-recorder-to-video-windows-free](https://github.com/rdp/screen-capture-recorder-to-video-windows-free) | a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio) | +| 601 | 124 | 21 | [BreakoutDetection](https://github.com/twitter/BreakoutDetection) | Breakout Detection via Robust E-Statistics | +| 601 | 52 | 0 | [PacVim](https://github.com/jmoon018/PacVim) | None | +| 600 | 126 | 81 | [keystone](https://github.com/keystone-engine/keystone) | Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings | +| 600 | 51 | 6 | [cplusequality](https://github.com/ErisBlastar/cplusequality) | Feminist Software Foundation C+=, a new language for us feminists | +| 600 | 128 | 26 | [lodepng](https://github.com/lvandeve/lodepng) | PNG encoder and decoder in C and C++. | +| 599 | 240 | 140 | [ionic-plugin-keyboard](https://github.com/ionic-team/ionic-plugin-keyboard) | Ionic Keyboard Plugin for Cordova | +| 599 | 125 | 26 | [PacketSender](https://github.com/dannagle/PacketSender) | Network utility for sending / receiving TCP, UDP, SSL | +| 599 | 22 | 6 | [immer](https://github.com/arximboldi/immer) | Postmodern immutable and persistent data structures for C++ | +| 598 | 47 | 4 | [FunctionalPlus](https://github.com/Dobiasd/FunctionalPlus) | Functional Programming Library for C++. Write concise and readable C++ code. | +| 597 | 38 | 192 | [realm-core](https://github.com/realm/realm-core) | Core database component for the Realm Mobile Database SDKs | +| 596 | 57 | 3 | [lxss](https://github.com/ionescu007/lxss) | Fun with the Windows Subsystem for Linux (WSL/LXSS) | +| 596 | 269 | 202 | [steem](https://github.com/steemit/steem) | A social media platform where everyone gets paid to post. | +| 595 | 184 | 13 | [ardour](https://github.com/Ardour/ardour) | Mirror of Ardour Source Code | +| 595 | 148 | 31 | [libutp](https://github.com/bittorrent/libutp) | uTorrent Transport Protocol library | +| 594 | 164 | 17 | [lwf](https://github.com/gree/lwf) | LWF - Lightweight SWF | +| 594 | 295 | 93 | [xmr-stak-cpu](https://github.com/fireice-uk/xmr-stak-cpu) | Monero CPU miner | +| 594 | 160 | 110 | [jack2](https://github.com/jackaudio/jack2) | jack2 codebase | +| 591 | 337 | 6 | [libQtShadowsocks](https://github.com/shadowsocks/libQtShadowsocks) | A lightweight and ultra-fast shadowsocks library written in C++14 with Qt framework | +| 591 | 162 | 7 | [srsLTE](https://github.com/srsLTE/srsLTE) | Open source SDR LTE software suite | +| 591 | 150 | 34 | [restbed](https://github.com/Corvusoft/restbed) | Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++11 applications. | +| 590 | 155 | 14 | [restclient-cpp](https://github.com/mrtazz/restclient-cpp) | C++ client for making HTTP/REST requests | +| 589 | 169 | 33 | [Arcade-Learning-Environment](https://github.com/mgbellemare/Arcade-Learning-Environment) | The Arcade Learning Environment (ALE) -- a platform for AI research. | +| 589 | 113 | 15 | [MaidSafe](https://github.com/maidsafe-archive/MaidSafe) | This is the super-project in which each MaidSafe library resides. Some information is common to all libraries, and is detailed here. Library-specific information can be found in each library's wiki. | +| 586 | 387 | 59 | [PiBits](https://github.com/richardghirst/PiBits) | None | +| 586 | 244 | 151 | [aws-sdk-cpp](https://github.com/aws/aws-sdk-cpp) | AWS SDK for C++ | +| 586 | 136 | 26 | [picojson](https://github.com/kazuho/picojson) | a header-file-only, JSON parser serializer in C++ | +| 585 | 122 | 1 | [tesseract-ios](https://github.com/ldiqual/tesseract-ios) | Tesseract OCR for iOS | +| 585 | 274 | 490 | [Cockatrice](https://github.com/Cockatrice/Cockatrice) | A cross-platform virtual tabletop for multiplayer card games | +| 585 | 156 | 48 | [poedit](https://github.com/vslavik/poedit) | Gettext translations editor for OS X, Windows and Unix. | +| 584 | 196 | 15 | [libde265](https://github.com/strukturag/libde265) | Open h.265 video codec implementation. | +| 583 | 257 | 0 | [qt-creator](https://github.com/qt-creator/qt-creator) | A cross-platform Qt IDE | +| 583 | 154 | 0 | [Snake](https://github.com/chuyangliu/Snake) | AI version of the snake game. | +| 582 | 120 | 9 | [ml4a-ofx](https://github.com/ml4a/ml4a-ofx) | A collection of openFrameworks apps for working with machine learning | +| 582 | 249 | 32 | [graphchi-cpp](https://github.com/GraphChi/graphchi-cpp) | GraphChi's C++ version. Big Data - small machine. | +| 582 | 57 | 92 | [OpenTomb](https://github.com/opentomb/OpenTomb) | An open-source Tomb Raider 1-5 engine remake | +| 581 | 438 | 96 | [ORB_SLAM](https://github.com/raulmur/ORB_SLAM) | A Versatile and Accurate Monocular SLAM | +| 581 | 314 | 9 | [tair](https://github.com/alibaba/tair) | A distributed key-value storage system developed by Taobao.com | +| 581 | 301 | 9 | [FaceTracker](https://github.com/kylemcdonald/FaceTracker) | Real time deformable face tracking in C++ with OpenCV 3. | +| 579 | 159 | 99 | [FFmpegInterop](https://github.com/Microsoft/FFmpegInterop) | This is a code sample to make it easier to use FFmpeg in Windows applications. | +| 578 | 273 | 2 | [truecrypt-archive](https://github.com/DrWhax/truecrypt-archive) | Archive of (almost) all truecrypt releases - Please audit this repository! | +| 576 | 220 | 23 | [Cumulus](https://github.com/OpenRTMFP/Cumulus) | CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting | +| 576 | 108 | 38 | [unrealcv](https://github.com/unrealcv/unrealcv) | UnrealCV: Connecting Computer Vision to Unreal Engine | +| 574 | 173 | 242 | [sddm](https://github.com/sddm/sddm) | QML based X11 and Wayland display manager | +| 572 | 88 | 112 | [CubicSDR](https://github.com/cjcliffe/CubicSDR) | Cross-Platform Software-Defined Radio Application | +| 570 | 214 | 20 | [omaha](https://github.com/google/omaha) | Google Update for Windows | +| 569 | 120 | 195 | [scantailor](https://github.com/scantailor/scantailor) | None | +| 568 | 189 | 8 | [Multiverso](https://github.com/Microsoft/Multiverso) | Parameter server framework for distributed machine learning | +| 568 | 115 | 167 | [solarus](https://github.com/solarus-games/solarus) | Zelda-like 2D game engine | +| 568 | 60 | 27 | [dexed](https://github.com/asb2m10/dexed) | FM multi plaform/multi format plugin | +| 567 | 65 | 11 | [akka-patterns](https://github.com/eigengo/akka-patterns) | Demonstration of the common Akka patterns | +| 566 | 593 | 20 | [Smoothieware](https://github.com/Smoothieware/Smoothieware) | Modular, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ | +| 565 | 156 | 14 | [winsparkle](https://github.com/vslavik/winsparkle) | App update framework for Windows, inspired by Sparkle for OS X | +| 565 | 389 | 63 | [g2o](https://github.com/RainerKuemmerle/g2o) | g2o: A General Framework for Graph Optimization | +| 565 | 128 | 151 | [supertux](https://github.com/SuperTux/supertux) | SuperTux source code | +| 565 | 122 | 59 | [GD](https://github.com/4ian/GD) | :video_game: GDevelop is an open source HTML5 and native game creator requiring no coding skills. | +| 563 | 339 | 199 | [BitcoinArmory](https://github.com/etotheipi/BitcoinArmory) | Python-Based Bitcoin Software | +| 562 | 144 | 12 | [oscc](https://github.com/PolySync/oscc) | Open Source Car Control 💻🚗🙌 | +| 562 | 60 | 6 | [clif](https://github.com/google/clif) | Wrapper generator foundation to wrap C++ for Python and other languages using LLVM. | +| 561 | 47 | 4 | [sparsepp](https://github.com/greg7mdp/sparsepp) | A fast, memory efficient hash map for C++ | +| 561 | 192 | 2 | [2048-ai](https://github.com/nneonneo/2048-ai) | AI for the 2048 game | +| 560 | 51 | 32 | [plv8](https://github.com/plv8/plv8) | V8 Engine Javascript Procedural Language add-on for PostgreSQL | +| 559 | 60 | 1 | [sshttp](https://github.com/stealth/sshttp) | SSH/HTTP(S) multiplexer. Run a webserver and a sshd on the same port w/o changes. | +| 559 | 206 | 10 | [TortoiseGit](https://github.com/TortoiseGit/TortoiseGit) | Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode | +| 559 | 188 | 197 | [inspircd](https://github.com/inspircd/inspircd) | A modular C++ IRC daemon (ircd). | +| 558 | 202 | 127 | [android-gpuimage-plus](https://github.com/wysaid/android-gpuimage-plus) | Android Image & Camera Filters Based on OpenGL. | +| 558 | 272 | 6 | [OceanProject](https://github.com/UE4-OceanProject/OceanProject) | An Ocean Simulation project for Unreal Engine 4 | +| 557 | 138 | 19 | [Maximilian](https://github.com/micknoise/Maximilian) | C++ Audio and Music DSP Library | +| 557 | 24 | 0 | [constexpr-8cc](https://github.com/kw-udon/constexpr-8cc) | Compile-time C Compiler implemented as C++14 constant expressions | +| 557 | 53 | 19 | [heif](https://github.com/nokiatech/heif) | High Efficiency Image File Format | +| 556 | 377 | 125 | [hifi](https://github.com/highfidelity/hifi) | Open source client/server software for creating shared VR environments. Docs at http://wiki.highfidelity.com We are hiring: http://highfidelity.com/jobs Also, PT work available at http://worklist.net | +| 556 | 101 | 86 | [taiga](https://github.com/erengy/taiga) | A lightweight anime tracker for Windows | +| 556 | 173 | 64 | [clBLAS](https://github.com/clMathLibraries/clBLAS) | a software library containing BLAS functions written in OpenCL | +| 556 | 346 | 83 | [ygopro](https://github.com/Fluorohydride/ygopro) | A script engine for "yu-gi-oh!" and sample gui | +| 555 | 75 | 5 | [deepmath](https://github.com/tensorflow/deepmath) | Experiments towards neural network theorem proving | +| 554 | 172 | 85 | [snes9x](https://github.com/snes9xgit/snes9x) | Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | +| 554 | 182 | 123 | [stellar-core](https://github.com/stellar/stellar-core) | stellar-core is the backbone of the Stellar network. It maintains a local copy of the ledger, communicating and staying in sync with other instances of stellar-core on the network. Optionally, stellar-core can store historical records of the ledger and participate in consensus. | +| 554 | 293 | 57 | [caffe-segnet](https://github.com/alexgkendall/caffe-segnet) | Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling | +| 553 | 417 | 64 | [CuraEngine](https://github.com/Ultimaker/CuraEngine) | CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura". | +| 552 | 90 | 11 | [cxxopts](https://github.com/jarro2783/cxxopts) | Lightweight C++ command line option parser | +| 551 | 121 | 15 | [sparsehash](https://github.com/sparsehash/sparsehash) | C++ associative containers | | 550 | 30 | 0 | [Conception](https://github.com/shurcooL/Conception) | Conception was an experimental project, looking for ways to make software development more efficient. | -| 548 | 151 | 11 | [restclient-cpp](https://github.com/mrtazz/restclient-cpp) | C++ client for making HTTP/REST requests | -| 547 | 202 | 15 | [omaha](https://github.com/google/omaha) | Google Update for Windows | -| 547 | 301 | 8 | [tair](https://github.com/alibaba/tair) | A distributed key-value storage system developed by Taobao.com | -| 547 | 189 | 194 | [inspircd](https://github.com/inspircd/inspircd) | A modular C++ IRC daemon (ircd). | -| 547 | 116 | 193 | [scantailor](https://github.com/scantailor/scantailor) | None | -| 546 | 152 | 14 | [winsparkle](https://github.com/vslavik/winsparkle) | App update framework for Windows, inspired by Sparkle for OS X | -| 546 | 191 | 2 | [2048-ai](https://github.com/nneonneo/2048-ai) | AI for the 2048 game | -| 545 | 104 | 29 | [unrealcv](https://github.com/unrealcv/unrealcv) | UnrealCV: Connecting Computer Vision to Unreal Engine | -| 545 | 334 | 182 | [ygopro](https://github.com/Fluorohydride/ygopro) | A script engine for "yu-gi-oh!" and sample gui | -| 545 | 169 | 64 | [clBLAS](https://github.com/clMathLibraries/clBLAS) | a software library containing BLAS functions written in OpenCL | -| 544 | 169 | 225 | [sddm](https://github.com/sddm/sddm) | QML based X11 and Wayland display manager | -| 543 | 240 | 17 | [parameter_server](https://github.com/dmlc/parameter_server) | moved to https://github.com/dmlc/ps-lite | -| 543 | 43 | 1 | [sparsepp](https://github.com/greg7mdp/sparsepp) | A fast, memory efficient hash map for C++ | -| 543 | 59 | 21 | [dexed](https://github.com/asb2m10/dexed) | FM multi plaform/multi format plugin | -| 543 | 581 | 19 | [Smoothieware](https://github.com/Smoothieware/Smoothieware) | Modular, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ | -| 543 | 120 | 55 | [GD](https://github.com/4ian/GD) | :video_game: GDevelop is an open source HTML5 and native game creator requiring no coding skills. | -| 542 | 136 | 19 | [Maximilian](https://github.com/micknoise/Maximilian) | C++ Audio and Music DSP Library | -| 542 | 71 | 4 | [deepmath](https://github.com/tensorflow/deepmath) | Experiments towards neural network theorem proving | -| 541 | 265 | 9 | [OceanProject](https://github.com/UE4-OceanProject/OceanProject) | An Ocean Simulation project for Unreal Engine 4 | -| 540 | 367 | 155 | [hifi](https://github.com/highfidelity/hifi) | Open source client/server software for creating shared VR environments. Docs at http://wiki.highfidelity.com We are hiring: http://highfidelity.com/jobs Also, PT work available at http://worklist.net | -| 540 | 244 | 173 | [steem](https://github.com/steemit/steem) | A social media platform where everyone gets paid to post. | -| 538 | 96 | 84 | [taiga](https://github.com/erengy/taiga) | A lightweight anime tracker for Windows | -| 537 | 23 | 2 | [BootShellCredentialProvider](https://github.com/NathanCastle/BootShellCredentialProvider) | Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer. | -| 537 | 165 | 34 | [Arcade-Learning-Environment](https://github.com/mgbellemare/Arcade-Learning-Environment) | The Arcade Learning Environment (ALE) -- a platform for AI research. | -| 537 | 49 | 30 | [plv8](https://github.com/plv8/plv8) | V8 Engine Javascript Procedural Language add-on for PostgreSQL | -| 535 | 80 | 32 | [inspectrum](https://github.com/miek/inspectrum) | Offline radio signal analyser | -| 535 | 407 | 62 | [CuraEngine](https://github.com/Ultimaker/CuraEngine) | CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura". | -| 534 | 373 | 53 | [g2o](https://github.com/RainerKuemmerle/g2o) | g2o: A General Framework for Graph Optimization | -| 532 | 36 | 10 | [IEDiagnosticsAdapter](https://github.com/Microsoft/IEDiagnosticsAdapter) | IE Diagnostics Adapter is a standalone exe that enables tools to debug and diagnose IE11 using the Chrome remote debug protocol. | -| 532 | 163 | 88 | [snes9x](https://github.com/snes9xgit/snes9x) | Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | -| 532 | 185 | 78 | [LuaBridge](https://github.com/vinniefalco/LuaBridge) | A lightweight, dependency-free library for binding Lua to C++ | -| 531 | 441 | 289 | [ACE3](https://github.com/acemod/ACE3) | Open-source realism mod for Arma 3 | -| 530 | 77 | 2 | [VulkanTutorial](https://github.com/Overv/VulkanTutorial) | Tutorial for the Vulkan graphics and compute API | -| 530 | 111 | 32 | [node-usb](https://github.com/tessel/node-usb) | Improved USB library for Node.js | -| 530 | 129 | 45 | [aJson](https://github.com/interactive-matter/aJson) | aJson is an Arduino library to enable JSON processing with Arduino. It easily enables you to decode, create, manipulate and encode JSON directly from and to data structures. | -| 528 | 235 | 86 | [osm2pgsql](https://github.com/openstreetmap/osm2pgsql) | OpenStreetMap data to PostgreSQL converter | -| 525 | 169 | 11 | [android-image-filter](https://github.com/ragnraok/android-image-filter) | some android image filters | -| 525 | 190 | 105 | [android-gpuimage-plus](https://github.com/wysaid/android-gpuimage-plus) | Android Image & Camera Filters Based on OpenGL. | -| 524 | 162 | 0 | [C1000kPracticeGuide](https://github.com/xiaojiaqi/C1000kPracticeGuide) | A C1000k demo with detailed description | -| 524 | 31 | 7 | [Streams](https://github.com/jscheiny/Streams) | Lazy evaluation in C++ - http://jscheiny.github.io/Streams/ | -| 523 | 37 | 20 | [easy_profiler](https://github.com/yse/easy_profiler) | Lightweight profiler library for c++ | -| 523 | 123 | 25 | [iverilog](https://github.com/steveicarus/iverilog) | Icarus Verilog | -| 522 | 284 | 56 | [caffe-segnet](https://github.com/alexgkendall/caffe-segnet) | Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling | -| 522 | 295 | 82 | [quickfix](https://github.com/quickfix/quickfix) | QuickFIX C++ Fix Engine Library | -| 519 | 135 | 9 | [qfs](https://github.com/quantcast/qfs) | Quantcast File System | -| 517 | 73 | 1 | [ULib](https://github.com/stefanocasazza/ULib) | C++ application development framework, to help developers create and deploy applications very fast and more simple | -| 516 | 25 | 6 | [EternalTCP](https://github.com/MisterTea/EternalTCP) | Re-Connectable TCP connection | -| 516 | 174 | 133 | [stellar-core](https://github.com/stellar/stellar-core) | stellar-core is the backbone of the Stellar network. It maintains a local copy of the ledger, communicating and staying in sync with other instances of stellar-core on the network. Optionally, stellar-core can store historical records of the ledger and participate in consensus. | -| 516 | 117 | 15 | [sparsehash](https://github.com/sparsehash/sparsehash) | C++ associative containers | -| 513 | 66 | 39 | [docopt.cpp](https://github.com/docopt/docopt.cpp) | C++11 port of docopt | -| 513 | 142 | 63 | [phpdesktop](https://github.com/cztomczak/phpdesktop) | PHP desktop GUI framework with HTML5 Chrome/IE engine.       :speech_balloon: Forum: | -| 513 | 175 | 12 | [libsourcey](https://github.com/sourcey/libsourcey) | C++14 evented IO libraries for high performance networking and media based applications | -| 513 | 254 | 11 | [TinySTL](https://github.com/zouxiaohang/TinySTL) | TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms) | -| 512 | 76 | 6 | [EASTL](https://github.com/paulhodge/EASTL) | Obsolete repo, please go to: https://github.com/electronicarts/EASTL | -| 511 | 111 | 160 | [solarus](https://github.com/solarus-games/solarus) | Zelda-like 2D game engine | -| 511 | 105 | 1 | [rp](https://github.com/0vercl0k/rp) | rp++ is a full-cpp written tool that aims to find ROP sequences in PE/Elf/Mach-O x86/x64 binaries. It is open-source and has been tested on several OS: Debian / Windows 8.1 / Mac OSX Lion (10.7.3). Moreover, it is x64 compatible and supports Intel syntax. Standalone executables can also be directly downloaded. | -| 511 | 138 | 1 | [brackets-app](https://github.com/adobe/brackets-app) | Deprecated CEF1-based app shell for Brackets. Use https://github.com/adobe/brackets-shell instead. | -| 511 | 209 | 57 | [ofxUI](https://github.com/rezaali/ofxUI) | [DEPRECATED] UI Addon for openFrameworks | -| 510 | 61 | 6 | [swix](https://github.com/stsievert/swix) | Swift Matrix Library | -| 510 | 56 | 20 | [WebChimera.js](https://github.com/RSATom/WebChimera.js) | [SUSPENDED] libvlc binding for node.js/io.js/Node-Webkit/NW.js/Electron | -| 509 | 121 | 200 | [RetroShare](https://github.com/RetroShare/RetroShare) | RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. (upstream Repository) | -| 508 | 85 | 48 | [e](https://github.com/etexteditor/e) | e text editor | -| 508 | 82 | 6 | [persistent-rnn](https://github.com/baidu-research/persistent-rnn) | Fast Recurrent Networks Library | -| 506 | 109 | 6 | [brdf](https://github.com/wdas/brdf) | BRDF Explorer | -| 505 | 167 | 0 | [stunserver](https://github.com/jselbie/stunserver) | Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org. | -| 504 | 60 | 28 | [OpenSkyscraper](https://github.com/fabianschuiki/OpenSkyscraper) | Open source tower simulation game inspired by SimTower. | -| 504 | 23 | 3 | [vramfs](https://github.com/Overv/vramfs) | VRAM based file system for Linux | -| 503 | 315 | 36 | [Adafruit_SSD1306](https://github.com/adafruit/Adafruit_SSD1306) | SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs! | -| 503 | 86 | 0 | [xbyak](https://github.com/herumi/xbyak) | a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header | -| 501 | 85 | 29 | [QOwnNotes](https://github.com/pbek/QOwnNotes) | QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. | -| 501 | 88 | 1 | [FrameCapturer](https://github.com/unity3d-jp/FrameCapturer) | export framebuffer, GBuffer or any RenderTextures from Unity to file. supported format: png, exr, gif, webm, mp4 | -| 500 | 73 | 80 | [spek](https://github.com/alexkay/spek) | Acoustic spectrum analyser | -| 500 | 72 | 1 | [libbpg](https://github.com/mirrorer/libbpg) | libbpg (copy of the source code for easy access) | -| 499 | 186 | 58 | [taglib](https://github.com/taglib/taglib) | TagLib Audio Meta-Data Library | -| 499 | 65 | 94 | [neovim-qt](https://github.com/equalsraf/neovim-qt) | Neovim client library and GUI, in Qt5. | -| 499 | 167 | 72 | [harfbuzz](https://github.com/behdad/harfbuzz) | HarfBuzz OpenType text shaping engine | -| 498 | 78 | 6 | [cxxopts](https://github.com/jarro2783/cxxopts) | Lightweight C++ command line option parser | -| 498 | 51 | 6 | [cppitertools](https://github.com/ryanhaining/cppitertools) | Implementation of python itertools and builtin iteration functions for C++14 | -| 497 | 56 | 13 | [Multicore-TSNE](https://github.com/DmitryUlyanov/Multicore-TSNE) | Parallel t-SNE implementation with Python and Torch wrappers. | -| 496 | 79 | 12 | [loot](https://github.com/loot/loot) | A load order optimisation tool for Oblivion, Skyrim, Skyrim SE, Fallout 3, Fallout: New Vegas and Fallout 4. | -| 495 | 126 | 3 | [VulkanSamples](https://github.com/LunarG/VulkanSamples) | Vulkan Samples | -| 495 | 72 | 13 | [woboq_codebrowser](https://github.com/woboq/woboq_codebrowser) | Woboq CodeBrowser | -| 494 | 19 | 1 | [seifnode](https://github.com/paypal/seifnode) | None | -| 494 | 462 | 248 | [forgottenserver](https://github.com/otland/forgottenserver) | A free and open-source MMORPG server emulator written in C++ | -| 493 | 31 | 7 | [cli-visualizer](https://github.com/dpayne/cli-visualizer) | CLI based audio visualizer | -| 492 | 488 | 20 | [quantlib-old](https://github.com/lballabio/quantlib-old) | The QuantLib C++ library and extensions (warning: out of date) | -| 491 | 279 | 7 | [FireBreath](https://github.com/firebreath/FireBreath) | Browser Plugin framework (NPAPI and ActiveX on Windows, Mac, and Linux) | -| 489 | 33 | 3 | [web-dsp](https://github.com/shamadee/web-dsp) | A client-side signal processing library utilizing the power of WebAssembly (.wasm) | -| 488 | 165 | 1 | [opengl-series](https://github.com/tomdalling/opengl-series) | Code to accompany a series of OpenGL articles on tomdalling.com | -| 487 | 125 | 4 | [workrave](https://github.com/rcaelers/workrave) | Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. | -| 486 | 202 | 97 | [soci](https://github.com/SOCI/soci) | SOCI - The C++ Database Access Library. This is official repository the SOCI project. | -| 486 | 73 | 16 | [utymap](https://github.com/reinterpretcat/utymap) | Highly customizable library for procedural world generation based on real map data | -| 485 | 39 | 24 | [ghostwriter](https://github.com/wereturtle/ghostwriter) | ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. | -| 485 | 301 | 20 | [VINS-Mobile](https://github.com/HKUST-Aerial-Robotics/VINS-Mobile) | Monocular Visual-Inertial State Estimator on Mobile Phones | -| 485 | 129 | 176 | [project64](https://github.com/project64/project64) | N64 Emulator | -| 483 | 93 | 7 | [tokudb-engine](https://github.com/percona/tokudb-engine) | Percona TokuDB is a high-performance, write optimized, compressing, transactional storage engine for Percona Server. Issue tracker: https://tokutek.atlassian.net/browse/DB/ Wiki: https://github.com/Percona/tokudb-engine/wiki Downloads: | -| 483 | 44 | 7 | [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) | Live GLSL coding render for MacOS and Linux | -| 481 | 418 | 4 | [facter](https://github.com/puppetlabs/facter) | Collect and display system facts | -| 481 | 29 | 14 | [pik](https://github.com/google/pik) | None | -| 480 | 185 | 2 | [libffm](https://github.com/guestwalk/libffm) | A Library for Field-aware Factorization Machines | -| 480 | 202 | 51 | [ceres-solver](https://github.com/ceres-solver/ceres-solver) | A large scale non-linear optimization library | -| 480 | 71 | 0 | [krita](https://github.com/KDE/krita) | Krita is a free digital painting application. Digital Painting, Creative Freedom! | -| 479 | 89 | 18 | [Ponce](https://github.com/illera88/Ponce) | IDA 2016 plugin contest winner! Symbolic Execution just one-click away! | -| 477 | 100 | 84 | [pistache](https://github.com/oktal/pistache) | A high-performance REST Toolkit written in C++ | -| 476 | 153 | 23 | [LightLDA](https://github.com/Microsoft/LightLDA) | Scalable, fast, and lightweight system for large-scale topic modeling | -| 476 | 230 | 276 | [GoldenCheetah](https://github.com/GoldenCheetah/GoldenCheetah) | Performance Software for Cyclists, Runners and Triathletes | -| 476 | 62 | 69 | [openrw](https://github.com/rwengine/openrw) | OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable | -| 476 | 31 | 41 | [OpenVR-AdvancedSettings](https://github.com/matzman666/OpenVR-AdvancedSettings) | OpenVR Advanced Settings Dashboard Overlay | -| 476 | 77 | 1 | [HashPump](https://github.com/bwall/HashPump) | A tool to exploit the hash length extension attack in various hashing algorithms | -| 474 | 16 | 0 | [Pavlov.js](https://github.com/NathanEpstein/Pavlov.js) | Reinforcement learning using Markov Decision Processes. For JS, written in C++. | -| 474 | 77 | 2 | [IntroductionToVulkan](https://github.com/GameTechDev/IntroductionToVulkan) | Source code examples for "API without Secrets: Introduction to Vulkan" tutorial | -| 473 | 154 | 11 | [TextGrocery](https://github.com/2shou/TextGrocery) | A simple short-text classification tool based on LibLinear | -| 470 | 95 | 5 | [Clang-tutorial](https://github.com/loarabia/Clang-tutorial) | A collection of code samples showing usage of clang and llvm as a library | -| 469 | 105 | 3 | [swift-clang](https://github.com/apple/swift-clang) | None | -| 469 | 135 | 44 | [ViZDoom](https://github.com/mwydmuch/ViZDoom) | Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information. :godmode: | -| 469 | 345 | 7 | [ph-open](https://github.com/ShortTailLab/ph-open) | PuzzleHero | -| 468 | 120 | 7 | [MAImagePickerController-of-InstaPDF](https://github.com/mmackh/MAImagePickerController-of-InstaPDF) | Fully customizable UIImagePicker replacement with flexible cropping, filters, perspective correction, rotation etc. | -| 468 | 36 | 3 | [yocto-gl](https://github.com/xelatihy/yocto-gl) | Yocto/GL: Single File Libraries for Physically-Based Graphics | -| 468 | 208 | 2 | [atom-bombing](https://github.com/BreakingMalwareResearch/atom-bombing) | Brand New Code Injection for Windows | -| 468 | 277 | 10 | [PTAM-GPL](https://github.com/Oxford-PTAM/PTAM-GPL) | PTAM (Parallel Tracking and Mapping) re-released under GPLv3. | -| 468 | 80 | 23 | [nixnote2](https://github.com/baumgarr/nixnote2) | Nixnote - A clone of Evernote for Linux | -| 467 | 28 | 33 | [android-file-transfer-linux](https://github.com/whoozle/android-file-transfer-linux) | Android File Transfer for Linux | -| 467 | 32 | 2 | [py14](https://github.com/lukasmartinelli/py14) | Python to C++ 14 transpiler | -| 467 | 116 | 23 | [weasel](https://github.com/rime/weasel) | 【小狼毫】Rime for Windows | -| 465 | 185 | 6 | [Tesseract-iPhone-Demo](https://github.com/nolanbrown/Tesseract-iPhone-Demo) | Demo iPhone app utilizing the tesseract library for OCR | -| 465 | 185 | 25 | [clamav-devel](https://github.com/vrtadmin/clamav-devel) | ClamAV Development | -| 465 | 86 | 606 | [sqlyog-community](https://github.com/webyog/sqlyog-community) | None | -| 465 | 138 | 8 | [pastec](https://github.com/Visu4link/pastec) | Image recognition open source index and search engine | -| 464 | 65 | 6 | [highwayhash](https://github.com/google/highwayhash) | Fast strong hash functions: SipHash/HighwayHash | -| 464 | 45 | 40 | [helm](https://github.com/mtytel/helm) | Helm - a free polyphonic synth with lots of modulation | -| 464 | 187 | 31 | [openvdb](https://github.com/dreamworksanimation/openvdb) | OpenVDB • Sparse volume data structure and tools | -| 464 | 71 | 3 | [tmux-mem-cpu-load](https://github.com/thewtex/tmux-mem-cpu-load) | CPU, RAM, and load monitor for use with tmux | -| 464 | 54 | 50 | [regal](https://github.com/p3/regal) | Regal for OpenGL | -| 463 | 79 | 1 | [swift-llbuild](https://github.com/apple/swift-llbuild) | A low-level build system, used by Xcode 9 and the Swift Package Manager | -| 463 | 32 | 10 | [heif](https://github.com/nokiatech/heif) | High Efficiency Image File Format | -| 461 | 154 | 4 | [al-khaser](https://github.com/LordNoteworthy/al-khaser) | Public malware techniques used in the wild: Virtual Machine, Emulation, Debuggers, Sandbox detection. | -| 460 | 126 | 55 | [ComputeLibrary](https://github.com/ARM-software/ComputeLibrary) | The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. | -| 460 | 69 | 287 | [plex-media-player](https://github.com/plexinc/plex-media-player) | Next generation Plex Desktop/Embedded Client | -| 460 | 98 | 46 | [track-o-bot](https://github.com/stevschmid/track-o-bot) | The friendly Hearthstone Tracker | -| 459 | 53 | 11 | [oculus-fpv](https://github.com/Matsemann/oculus-fpv) | Code for TPG4850 eksperter i team vr-landsbyen | -| 459 | 170 | 26 | [gr-gsm](https://github.com/ptrkrysik/gr-gsm) | Gnuradio blocks and tools for receiving GSM transmissions | -| 459 | 117 | 46 | [znc-push](https://github.com/jreese/znc-push) | Push notification service module for ZNC | -| 459 | 371 | 24 | [gdal](https://github.com/OSGeo/gdal) | GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. This is a mirror of the GDAL Subversion repository. | -| 458 | 100 | 37 | [node-imagemagick-native](https://github.com/elad/node-imagemagick-native) | ImageMagick's Magick++ bindings for NodeJS | -| 458 | 57 | 41 | [treesheets](https://github.com/aardappel/treesheets) | TreeSheets : Free Form Data Organizer (see treesheets.com) | -| 456 | 105 | 59 | [macemu](https://github.com/cebix/macemu) | Basilisk II and SheepShaver Macintosh emulators | -| 456 | 56 | 19 | [UIforETW](https://github.com/google/UIforETW) | User interface for recording and managing ETW traces | -| 455 | 87 | 70 | [nmslib](https://github.com/searchivarius/nmslib) | Non-Metric Space Library (NMSLIB): A similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces. | -| 455 | 134 | 3 | [cinatra](https://github.com/topcpporg/cinatra) | A sinatra inspired modern c++ web framework | -| 454 | 212 | 11 | [eyeLike](https://github.com/trishume/eyeLike) | A webcam based pupil tracking implementation. | -| 454 | 124 | 8 | [palo](https://github.com/baidu/palo) | Palo,the MPP data warehouse | -| 453 | 150 | 148 | [povray](https://github.com/POV-Ray/povray) | The Persistence of Vision Raytracer: http://www.povray.org/ | -| 453 | 245 | 170 | [cpputest](https://github.com/cpputest/cpputest) | CppUTest unit testing and mocking framework for C/C++ | -| 453 | 93 | 8 | [commoncrawl](https://github.com/commoncrawl/commoncrawl) | CommonCrawl Project Repository | -| 453 | 77 | 744 | [modorganizer](https://github.com/TanninOne/modorganizer) | Mod manager for various PC games (currently: Skyrim, Oblivion, Fallout 3, Fallout NV) | -| 453 | 47 | 33 | [glbinding](https://github.com/cginternals/glbinding) | A C++ binding for the OpenGL API, generated using the gl.xml specification. | -| 453 | 228 | 20 | [433Utils](https://github.com/ninjablocks/433Utils) | 433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi. | -| 451 | 266 | 36 | [mythtv](https://github.com/MythTV/mythtv) | The official MythTV repository | -| 450 | 310 | 41 | [dmlc-core](https://github.com/dmlc/dmlc-core) | A common bricks library for building scalable and portable distributed machine learning. | -| 450 | 163 | 96 | [certificate-transparency](https://github.com/google/certificate-transparency) | Auditing for TLS certificates. | -| 450 | 31 | 9 | [zetavm](https://github.com/zetavm/zetavm) | Multi-Language Platform for Dynamic Programming Languages | -| 449 | 357 | 60 | [omxplayer](https://github.com/huceke/omxplayer) | omxplayer | -| 449 | 102 | 2 | [doubanfm-qt](https://github.com/zonyitoo/doubanfm-qt) | A DoubanFM client | -| 448 | 83 | 27 | [mapnik-vector-tile](https://github.com/mapbox/mapnik-vector-tile) | Mapnik implemention of Mapbox Vector Tile specification | -| 448 | 384 | 105 | [open-zwave](https://github.com/OpenZWave/open-zwave) | a C++ library to control Z-Wave Networks via a USB Z-Wave Controller. | -| 448 | 207 | 69 | [jetson-inference](https://github.com/dusty-nv/jetson-inference) | Guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and Jetson TX1/TX2. | -| 446 | 93 | 45 | [GammaRay](https://github.com/KDAB/GammaRay) | GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent. | -| 446 | 106 | 1 | [webp-android-backport](https://github.com/alexey-pelykh/webp-android-backport) | WebP format support for Android <4.0 | -| 446 | 151 | 5 | [gemmlowp](https://github.com/google/gemmlowp) | Low-precision matrix multiplication | -| 446 | 33 | 5 | [SCU](https://github.com/neolee/SCU) | SCU (Squirrel 配置工具) | -| 445 | 69 | 24 | [node-midi](https://github.com/justinlatimer/node-midi) | A node.js wrapper for RtMidi providing MIDI I/O | -| 445 | 110 | 1 | [AppleALC](https://github.com/vit9696/AppleALC) | Native macOS HD audio for not officially supported codecs | -| 444 | 139 | 36 | [ofBook](https://github.com/openframeworks/ofBook) | openFrameworks community book | -| 444 | 61 | 48 | [winpty](https://github.com/rprichard/winpty) | A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs. | -| 444 | 24 | 1 | [dr_strangetemplate](https://github.com/MCGallaspy/dr_strangetemplate) | A guide for the rest of us on using C++ templates. | -| 443 | 165 | 212 | [MultiMC5](https://github.com/MultiMC/MultiMC5) | A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once | -| 442 | 216 | 45 | [ofxCv](https://github.com/kylemcdonald/ofxCv) | Alternative approach to interfacing with OpenCv from openFrameworks. | -| 442 | 82 | 19 | [xoreos](https://github.com/xoreos/xoreos) | A reimplementation of BioWare's Aurora engine (and derivatives). Pre-pre-alpha :P | -| 442 | 106 | 0 | [libfuzzer-workshop](https://github.com/Dor1s/libfuzzer-workshop) | Repository for materials of "Modern fuzzing of C/C++ Projects" workshop. | -| 441 | 171 | 50 | [namecoin-legacy](https://github.com/namecoin/namecoin-legacy) | Legacy client. New version here: https://github.com/namecoin/namecoin-core Note the release branch! - Official website: | -| 441 | 187 | 25 | [hed](https://github.com/s9xie/hed) | code for Holistically-Nested Edge Detection | -| 440 | 354 | 0 | [opencv](https://github.com/bytefish/opencv) | OpenCV projects: Face Recognition, Machine Learning, Colormaps, Local Binary Patterns, Examples... | -| 440 | 317 | 44 | [upm](https://github.com/intel-iot-devkit/upm) | UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. | -| 439 | 101 | 4 | [OpenGL-Examples](https://github.com/progschj/OpenGL-Examples) | A collection of simple single file OpenGL examples | -| 439 | 51 | 10 | [Another-World-Bytecode-Interpreter](https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter) | "Fabother World" an interpreter for Another World (Out of this world). | -| 438 | 199 | 654 | [SPMC](https://github.com/koying/SPMC) | fork of xbmc/kodi | -| 437 | 216 | 2 | [LeetCode](https://github.com/leetcoders/LeetCode) | Solve problems from LeetCode. | -| 437 | 300 | 60 | [Algo_Ds_Notes](https://github.com/algobook/Algo_Ds_Notes) | It is a repository that is a collection of algorithms and data structures with implementation in various languages. | -| 436 | 120 | 35 | [yosys](https://github.com/cliffordwolf/yosys) | Yosys Open SYnthesis Suite | -| 436 | 2306 | 445 | [cmssw](https://github.com/cms-sw/cmssw) | CMS Offline Software | -| 436 | 29 | 9 | [mmmagic](https://github.com/mscdex/mmmagic) | An async libmagic binding for node.js for detecting content types by data inspection | -| 436 | 60 | 17 | [creduce](https://github.com/csmith-project/creduce) | C-Reduce, a C program reducer | \ No newline at end of file +| 549 | 239 | 17 | [parameter_server](https://github.com/dmlc/parameter_server) | moved to https://github.com/dmlc/ps-lite | +| 549 | 117 | 33 | [node-usb](https://github.com/tessel/node-usb) | Improved USB library for Node.js | +| 549 | 178 | 20 | [libsourcey](https://github.com/sourcey/libsourcey) | C++14 evented IO libraries for high performance networking and media based applications | +| 546 | 79 | 2 | [VulkanTutorial](https://github.com/Overv/VulkanTutorial) | Tutorial for the Vulkan graphics and compute API | +| 546 | 74 | 1 | [ULib](https://github.com/stefanocasazza/ULib) | C++ application development framework, to help developers create and deploy applications very fast and more simple | +| 546 | 311 | 58 | [quickfix](https://github.com/quickfix/quickfix) | QuickFIX C++ Fix Engine Library | +| 544 | 246 | 85 | [osm2pgsql](https://github.com/openstreetmap/osm2pgsql) | OpenStreetMap data to PostgreSQL converter | +| 543 | 451 | 283 | [ACE3](https://github.com/acemod/ACE3) | Open-source realism mod for Arma 3 | +| 543 | 84 | 31 | [inspectrum](https://github.com/miek/inspectrum) | Offline radio signal analyser | +| 541 | 89 | 36 | [QOwnNotes](https://github.com/pbek/QOwnNotes) | QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration. | +| 541 | 23 | 2 | [BootShellCredentialProvider](https://github.com/NathanCastle/BootShellCredentialProvider) | Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer. | +| 539 | 174 | 4 | [al-khaser](https://github.com/LordNoteworthy/al-khaser) | Public malware techniques used in the wild: Virtual Machine, Emulation, Debuggers, Sandbox detection. | +| 539 | 33 | 8 | [cli-visualizer](https://github.com/dpayne/cli-visualizer) | CLI based audio visualizer | +| 537 | 189 | 77 | [LuaBridge](https://github.com/vinniefalco/LuaBridge) | A lightweight, dependency-free library for binding Lua to C++ | +| 537 | 156 | 64 | [phpdesktop](https://github.com/cztomczak/phpdesktop) | PHP desktop GUI framework with HTML5 Chrome/IE engine.       :speech_balloon: Forum: | +| 536 | 163 | 0 | [C1000kPracticeGuide](https://github.com/xiaojiaqi/C1000kPracticeGuide) | A C1000k demo with detailed description | +| 536 | 36 | 10 | [IEDiagnosticsAdapter](https://github.com/Microsoft/IEDiagnosticsAdapter) | IE Diagnostics Adapter is a standalone exe that enables tools to debug and diagnose IE11 using the Chrome remote debug protocol. | +| 536 | 127 | 26 | [iverilog](https://github.com/steveicarus/iverilog) | Icarus Verilog | +| 535 | 119 | 6 | [brdf](https://github.com/wdas/brdf) | BRDF Explorer | +| 535 | 129 | 45 | [aJson](https://github.com/interactive-matter/aJson) | aJson is an Arduino library to enable JSON processing with Arduino. It easily enables you to decode, create, manipulate and encode JSON directly from and to data structures. | +| 534 | 40 | 19 | [ghostwriter](https://github.com/wereturtle/ghostwriter) | ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor. | +| 534 | 116 | 103 | [pistache](https://github.com/oktal/pistache) | A high-performance REST Toolkit written in C++ | +| 532 | 331 | 43 | [Adafruit_SSD1306](https://github.com/adafruit/Adafruit_SSD1306) | SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs! | +| 532 | 27 | 7 | [EternalTCP](https://github.com/MisterTea/EternalTCP) | Re-Connectable TCP connection | +| 532 | 124 | 198 | [RetroShare](https://github.com/RetroShare/RetroShare) | RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. (upstream Repository) | +| 531 | 106 | 1 | [rp](https://github.com/0vercl0k/rp) | rp++ is a full-cpp written tool that aims to find ROP sequences in PE/Elf/Mach-O x86/x64 binaries. It is open-source and has been tested on several OS: Debian / Windows 8.1 / Mac OSX Lion (10.7.3). Moreover, it is x64 compatible and supports Intel syntax. Standalone executables can also be directly downloaded. | +| 531 | 258 | 11 | [TinySTL](https://github.com/zouxiaohang/TinySTL) | TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms) | +| 530 | 171 | 11 | [android-image-filter](https://github.com/ragnraok/android-image-filter) | some android image filters | +| 529 | 137 | 9 | [qfs](https://github.com/quantcast/qfs) | Quantcast File System | +| 529 | 92 | 2 | [FrameCapturer](https://github.com/unity3d-jp/FrameCapturer) | export framebuffer, GBuffer or any RenderTextures from Unity to file. supported format: png, exr, gif, webm, mp4 | +| 528 | 30 | 7 | [Streams](https://github.com/jscheiny/Streams) | Lazy evaluation in C++ - http://jscheiny.github.io/Streams/ | +| 526 | 80 | 84 | [spek](https://github.com/alexkay/spek) | Acoustic spectrum analyser | +| 526 | 76 | 0 | [krita](https://github.com/KDE/krita) | Krita is a free digital painting application. Digital Painting, Creative Freedom! | +| 525 | 150 | 42 | [ComputeLibrary](https://github.com/ARM-software/ComputeLibrary) | The ARM Computer Vision and Machine Learning library is a set of functions optimised for both ARM CPUs and GPUs using SIMD technologies. | +| 525 | 321 | 28 | [VINS-Mobile](https://github.com/HKUST-Aerial-Robotics/VINS-Mobile) | Monocular Visual-Inertial State Estimator on Mobile Phones | +| 522 | 206 | 3 | [libffm](https://github.com/guestwalk/libffm) | A Library for Field-aware Factorization Machines | +| 522 | 74 | 13 | [woboq_codebrowser](https://github.com/woboq/woboq_codebrowser) | Woboq CodeBrowser | +| 522 | 53 | 6 | [cppitertools](https://github.com/ryanhaining/cppitertools) | Implementation of python itertools and builtin iteration functions for C++14 | +| 521 | 67 | 41 | [docopt.cpp](https://github.com/docopt/docopt.cpp) | C++11 port of docopt | +| 521 | 68 | 97 | [neovim-qt](https://github.com/equalsraf/neovim-qt) | Neovim client library and GUI, in Qt5. | +| 521 | 229 | 64 | [jetson-inference](https://github.com/dusty-nv/jetson-inference) | Guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and Jetson TX1/TX2. | +| 520 | 85 | 0 | [xbyak](https://github.com/herumi/xbyak) | a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header | +| 518 | 133 | 184 | [project64](https://github.com/project64/project64) | N64 Emulator | +| 517 | 93 | 20 | [Ponce](https://github.com/illera88/Ponce) | IDA 2016 plugin contest winner! Symbolic Execution just one-click away! | +| 516 | 62 | 7 | [swix](https://github.com/stsievert/swix) | Swift Matrix Library | +| 516 | 84 | 6 | [persistent-rnn](https://github.com/baidu-research/persistent-rnn) | Fast Recurrent Networks Library | +| 515 | 62 | 28 | [OpenSkyscraper](https://github.com/fabianschuiki/OpenSkyscraper) | Open source tower simulation game inspired by SimTower. | +| 515 | 64 | 15 | [Multicore-TSNE](https://github.com/DmitryUlyanov/Multicore-TSNE) | Parallel t-SNE implementation with Python and Torch wrappers. | +| 514 | 75 | 66 | [ckb-next](https://github.com/mattanger/ckb-next) | RGB Driver for Linux and OS X | +| 514 | 209 | 57 | [ofxUI](https://github.com/rezaali/ofxUI) | [DEPRECATED] UI Addon for openFrameworks | +| 514 | 78 | 12 | [loot](https://github.com/loot/loot) | A load order optimisation tool for Oblivion, Skyrim, Skyrim SE, Fallout 3, Fallout: New Vegas and Fallout 4. | +| 513 | 80 | 6 | [EASTL](https://github.com/paulhodge/EASTL) | Obsolete repo, please go to: https://github.com/electronicarts/EASTL | +| 512 | 170 | 0 | [stunserver](https://github.com/jselbie/stunserver) | Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. Compiles on Linux, MacOS, BSD, Solaris, and Win32 with Cygwin. Windows binaries avaialble from www.stunprotocol.org. | +| 512 | 138 | 1 | [brackets-app](https://github.com/adobe/brackets-app) | Deprecated CEF1-based app shell for Brackets. Use https://github.com/adobe/brackets-shell instead. | +| 512 | 66 | 56 | [openrw](https://github.com/rwengine/openrw) | OpenRW "Open ReWrite" is an un-official open source recreation of the classic Grand Theft Auto III game executable | +| 512 | 59 | 22 | [WebChimera.js](https://github.com/RSATom/WebChimera.js) | [SUSPENDED] libvlc binding for node.js/io.js/Node-Webkit/NW.js/Electron | +| 510 | 85 | 47 | [e](https://github.com/etexteditor/e) | e text editor | +| 510 | 22 | 3 | [vramfs](https://github.com/Overv/vramfs) | VRAM based file system for Linux | +| 509 | 135 | 11 | [palo](https://github.com/baidu/palo) | Palo,the MPP data warehouse | +| 508 | 173 | 65 | [harfbuzz](https://github.com/behdad/harfbuzz) | HarfBuzz OpenType text shaping engine | +| 507 | 132 | 2 | [VulkanSamples](https://github.com/LunarG/VulkanSamples) | Vulkan Samples | +| 506 | 194 | 60 | [taglib](https://github.com/taglib/taglib) | TagLib Audio Meta-Data Library | +| 506 | 34 | 49 | [OpenVR-AdvancedSettings](https://github.com/matzman666/OpenVR-AdvancedSettings) | OpenVR Advanced Settings Dashboard Overlay | +| 504 | 72 | 1 | [libbpg](https://github.com/mirrorer/libbpg) | libbpg (copy of the source code for easy access) | +| 503 | 480 | 263 | [forgottenserver](https://github.com/otland/forgottenserver) | A free and open-source MMORPG server emulator written in C++ | +| 503 | 43 | 9 | [glslViewer](https://github.com/patriciogonzalezvivo/glslViewer) | Live GLSL coding render for MacOS and Linux | +| 501 | 95 | 70 | [nmslib](https://github.com/searchivarius/nmslib) | Non-Metric Space Library (NMSLIB): A similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces. | +| 500 | 120 | 1 | [AppleALC](https://github.com/vit9696/AppleALC) | Native macOS HD audio for not officially supported codecs | +| 499 | 215 | 55 | [ceres-solver](https://github.com/ceres-solver/ceres-solver) | A large scale non-linear optimization library | +| 499 | 206 | 84 | [soci](https://github.com/SOCI/soci) | SOCI - The C++ Database Access Library. This is official repository the SOCI project. | +| 499 | 146 | 47 | [ViZDoom](https://github.com/mwydmuch/ViZDoom) | Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information. :godmode: | +| 499 | 85 | 2 | [swift-llbuild](https://github.com/apple/swift-llbuild) | A low-level build system, used by Xcode 9 and the Swift Package Manager | +| 498 | 127 | 4 | [workrave](https://github.com/rcaelers/workrave) | Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit. | +| 498 | 166 | 1 | [opengl-series](https://github.com/tomdalling/opengl-series) | Code to accompany a series of OpenGL articles on tomdalling.com | +| 498 | 83 | 28 | [nixnote2](https://github.com/baumgarr/nixnote2) | Nixnote - A clone of Evernote for Linux | +| 494 | 18 | 1 | [seifnode](https://github.com/paypal/seifnode) | None | +| 494 | 76 | 16 | [utymap](https://github.com/reinterpretcat/utymap) | Highly customizable library for procedural world generation based on real map data | +| 494 | 78 | 1 | [HashPump](https://github.com/bwall/HashPump) | A tool to exploit the hash length extension attack in various hashing algorithms | +| 493 | 279 | 7 | [FireBreath](https://github.com/firebreath/FireBreath) | Browser Plugin framework (NPAPI and ActiveX on Windows, Mac, and Linux) | +| 492 | 29 | 15 | [pik](https://github.com/google/pik) | None | +| 492 | 234 | 292 | [GoldenCheetah](https://github.com/GoldenCheetah/GoldenCheetah) | Performance Software for Cyclists, Runners and Triathletes | +| 490 | 483 | 20 | [quantlib-old](https://github.com/lballabio/quantlib-old) | The QuantLib C++ library and extensions (warning: out of date) | +| 488 | 71 | 8 | [highwayhash](https://github.com/google/highwayhash) | Fast strong hash functions: SipHash/HighwayHash | +| 488 | 39 | 5 | [yocto-gl](https://github.com/xelatihy/yocto-gl) | Yocto/GL: Single File Libraries for Physically-Based Graphics | +| 487 | 111 | 4 | [swift-clang](https://github.com/apple/swift-clang) | None | +| 487 | 422 | 7 | [facter](https://github.com/puppetlabs/facter) | Collect and display system facts | +| 487 | 119 | 24 | [weasel](https://github.com/rime/weasel) | 【小狼毫】Rime for Windows | +| 486 | 96 | 7 | [tokudb-engine](https://github.com/percona/tokudb-engine) | Percona TokuDB is a high-performance, write optimized, compressing, transactional storage engine for Percona Server. Issue tracker: https://tokutek.atlassian.net/browse/DB/ Wiki: https://github.com/Percona/tokudb-engine/wiki Downloads: | +| 486 | 158 | 25 | [LightLDA](https://github.com/Microsoft/LightLDA) | Scalable, fast, and lightweight system for large-scale topic modeling | +| 486 | 85 | 3 | [IntroductionToVulkan](https://github.com/GameTechDev/IntroductionToVulkan) | Source code examples for "API without Secrets: Introduction to Vulkan" tutorial | +| 486 | 387 | 24 | [gdal](https://github.com/OSGeo/gdal) | GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats. This is a mirror of the GDAL Subversion repository. | +| 483 | 194 | 25 | [clamav-devel](https://github.com/vrtadmin/clamav-devel) | ClamAV Development | +| 483 | 50 | 44 | [helm](https://github.com/mtytel/helm) | Helm - a free polyphonic synth with lots of modulation | +| 482 | 193 | 33 | [openvdb](https://github.com/dreamworksanimation/openvdb) | OpenVDB - Sparse volume data structure and tools | +| 482 | 176 | 32 | [gr-gsm](https://github.com/ptrkrysik/gr-gsm) | Gnuradio blocks and tools for receiving GSM transmissions | +| 481 | 163 | 11 | [TextGrocery](https://github.com/2shou/TextGrocery) | A simple short-text classification tool based on LibLinear | +| 481 | 98 | 5 | [Clang-tutorial](https://github.com/loarabia/Clang-tutorial) | A collection of code samples showing usage of clang and llvm as a library | +| 481 | 165 | 5 | [gemmlowp](https://github.com/google/gemmlowp) | Low-precision matrix multiplication | +| 480 | 281 | 11 | [PTAM-GPL](https://github.com/Oxford-PTAM/PTAM-GPL) | PTAM (Parallel Tracking and Mapping) re-released under GPLv3. | +| 479 | 31 | 34 | [android-file-transfer-linux](https://github.com/whoozle/android-file-transfer-linux) | Android File Transfer for Linux | +| 479 | 239 | 158 | [rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen) | Automatically generates Rust FFI bindings to C and C++ libraries. | +| 478 | 91 | 604 | [sqlyog-community](https://github.com/webyog/sqlyog-community) | None | +| 476 | 17 | 0 | [Pavlov.js](https://github.com/NathanEpstein/Pavlov.js) | Reinforcement learning using Markov Decision Processes. For JS, written in C++. | +| 475 | 122 | 7 | [MAImagePickerController-of-InstaPDF](https://github.com/mmackh/MAImagePickerController-of-InstaPDF) | Fully customizable UIImagePicker replacement with flexible cropping, filters, perspective correction, rotation etc. | +| 475 | 34 | 9 | [zetavm](https://github.com/zetavm/zetavm) | Multi-Language Platform for Dynamic Programming Languages | +| 475 | 347 | 7 | [ph-open](https://github.com/ShortTailLab/ph-open) | PuzzleHero | +| 475 | 57 | 21 | [UIforETW](https://github.com/google/UIforETW) | User interface for recording and managing ETW traces | +| 474 | 141 | 9 | [pastec](https://github.com/Visu4link/pastec) | Image recognition open source index and search engine | +| 473 | 71 | 298 | [plex-media-player](https://github.com/plexinc/plex-media-player) | Next generation Plex Desktop/Embedded Client | +| 473 | 74 | 3 | [tmux-mem-cpu-load](https://github.com/thewtex/tmux-mem-cpu-load) | CPU, RAM, and load monitor for use with tmux | +| 473 | 214 | 2 | [atom-bombing](https://github.com/BreakingMalwareResearch/atom-bombing) | Brand New Code Injection for Windows | +| 471 | 327 | 45 | [dmlc-core](https://github.com/dmlc/dmlc-core) | A common bricks library for building scalable and portable distributed machine learning. | +| 470 | 198 | 30 | [hed](https://github.com/s9xie/hed) | code for Holistically-Nested Edge Detection | +| 470 | 90 | 757 | [modorganizer](https://github.com/TanninOne/modorganizer) | Mod manager for various PC games (currently: Skyrim, Oblivion, Fallout 3, Fallout NV) | +| 470 | 398 | 113 | [open-zwave](https://github.com/OpenZWave/open-zwave) | a C++ library to control Z-Wave Networks via a USB Z-Wave Controller. | +| 470 | 59 | 42 | [treesheets](https://github.com/aardappel/treesheets) | TreeSheets : Free Form Data Organizer (see treesheets.com) | +| 469 | 55 | 50 | [regal](https://github.com/p3/regal) | Regal for OpenGL | +| 468 | 152 | 150 | [povray](https://github.com/POV-Ray/povray) | The Persistence of Vision Raytracer: http://www.povray.org/ | +| 468 | 33 | 2 | [py14](https://github.com/lukasmartinelli/py14) | Python to C++ 14 transpiler | +| 467 | 217 | 12 | [eyeLike](https://github.com/trishume/eyeLike) | A webcam based pupil tracking implementation. | +| 467 | 111 | 58 | [macemu](https://github.com/cebix/macemu) | Basilisk II and SheepShaver Macintosh emulators | +| 466 | 236 | 21 | [433Utils](https://github.com/ninjablocks/433Utils) | 433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi. | +| 465 | 64 | 47 | [winpty](https://github.com/rprichard/winpty) | A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs. | +| 465 | 137 | 4 | [cinatra](https://github.com/topcpporg/cinatra) | A sinatra inspired modern c++ web framework | +| 465 | 2354 | 449 | [cmssw](https://github.com/cms-sw/cmssw) | CMS Offline Software | +| 464 | 184 | 6 | [Tesseract-iPhone-Demo](https://github.com/nolanbrown/Tesseract-iPhone-Demo) | Demo iPhone app utilizing the tesseract library for OCR | +| 464 | 117 | 6 | [DeepBench](https://github.com/baidu-research/DeepBench) | Benchmarking Deep Learning operations on different hardware | +| 463 | 225 | 42 | [ElasticFusion](https://github.com/mp3guy/ElasticFusion) | Real-time dense visual SLAM system | +| 463 | 98 | 45 | [track-o-bot](https://github.com/stevschmid/track-o-bot) | The friendly Hearthstone Tracker | +| 462 | 249 | 172 | [cpputest](https://github.com/cpputest/cpputest) | CppUTest unit testing and mocking framework for C/C++ | +| 462 | 322 | 61 | [VINS-Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono) | A Robust and Versatile Monocular Visual-Inertial State Estimator | +| 461 | 99 | 38 | [node-imagemagick-native](https://github.com/elad/node-imagemagick-native) | ImageMagick's Magick++ bindings for NodeJS | +| 461 | 52 | 11 | [oculus-fpv](https://github.com/Matsemann/oculus-fpv) | Code for TPG4850 eksperter i team vr-landsbyen | +| 461 | 177 | 30 | [minicap](https://github.com/openstf/minicap) | Stream real-time screen capture data out of Android devices. | +| 461 | 117 | 46 | [znc-push](https://github.com/jreese/znc-push) | Push notification service module for ZNC | +| 460 | 367 | 60 | [omxplayer](https://github.com/huceke/omxplayer) | omxplayer | +| 460 | 170 | 99 | [certificate-transparency](https://github.com/google/certificate-transparency) | Auditing for TLS certificates. | \ No newline at end of file diff --git a/README-CSharp.md b/README-CSharp.md index 5cf4b91..968dd6c 100644 --- a/README-CSharp.md +++ b/README-CSharp.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for CSharp sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 13034 | 6757 | 60 | [shadowsocks-windows](https://github.com/shadowsocks/shadowsocks-windows) | If you want to keep a secret, you must also hide it from yourself. | -| 12442 | 3453 | 1955 | [corefx](https://github.com/dotnet/corefx) | This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions. | -| 10674 | 376 | 113 | [CodeHub](https://github.com/CodeHubApp/CodeHub) | CodeHub is an iOS application written using Xamarin | -| 8081 | 2049 | 1419 | [coreclr](https://github.com/dotnet/coreclr) | This repo contains the .NET Core runtime, called CoreCLR, and the base library, called System.Private.Corelib (or mscorlib). It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. We welcome contributions. | -| 8044 | 1959 | 3980 | [roslyn](https://github.com/dotnet/roslyn) | The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. | -| 7728 | 1087 | 1028 | [PowerShell](https://github.com/PowerShell/PowerShell) | PowerShell for every system! | -| 7388 | 301 | 1 | [WaveFunctionCollapse](https://github.com/mxgmn/WaveFunctionCollapse) | Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics. | -| 7054 | 2080 | 240 | [Dapper](https://github.com/StackExchange/Dapper) | Dapper - a simple object mapper for .Net | -| 6663 | 2033 | 464 | [SignalR](https://github.com/SignalR/SignalR) | Incredibly simple real-time web for .NET | -| 6344 | 691 | 321 | [Wox](https://github.com/Wox-launcher/Wox) | Launcher for Windows, an alternative to Alfred and Launchy. | -| 6301 | 1007 | 282 | [ShareX](https://github.com/ShareX/ShareX) | ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from. | -| 5755 | 2670 | 184 | [mono](https://github.com/mono/mono) | Mono open source ECMA CLI, C# and .NET implementation. | -| 5547 | 1315 | 214 | [Nancy](https://github.com/NancyFx/Nancy) | Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono | -| 4951 | 1441 | 641 | [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) | Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology | -| 4788 | 1179 | 11 | [AutoMapper](https://github.com/AutoMapper/AutoMapper) | A convention-based object-object mapper in .NET. | -| 4645 | 1793 | 122 | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | -| 4589 | 1813 | 287 | [Mvc](https://github.com/aspnet/Mvc) | ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. | -| 4530 | 1508 | 226 | [RestSharp](https://github.com/restsharp/RestSharp) | Simple REST and HTTP API Client for .NET | -| 4516 | 1994 | 860 | [MonoGame](https://github.com/MonoGame/MonoGame) | One framework for creating powerful cross-platform games. | -| 4439 | 1382 | 1311 | [OpenRA](https://github.com/OpenRA/OpenRA) | Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X. | -| 4346 | 1697 | 212 | [BotBuilder](https://github.com/Microsoft/BotBuilder) | The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/SMS to Skype, Slack, Office 365 mail and other popular services. | -| 3946 | 1419 | 36 | [ServiceStack](https://github.com/ServiceStack/ServiceStack) | Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all | -| 3860 | 527 | 95 | [SparkleShare](https://github.com/hbons/SparkleShare) | Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows. | -| 3844 | 1497 | 143 | [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) | A toolkit for creating Metro / Modern UI styled WPF apps. | -| 3764 | 1487 | 153 | [PushSharp](https://github.com/Redth/PushSharp) | A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM and GCM - Google Cloud Message), Windows Phone, Windows 8, Amazon, Blackberry, and (soon) FirefoxOS devices! | -| 3762 | 1058 | 246 | [ILSpy](https://github.com/icsharpcode/ILSpy) | .NET Decompiler | -| 3667 | 203 | 10 | [GVFS](https://github.com/Microsoft/GVFS) | Git Virtual File System | -| 3448 | 1405 | 58 | [CefSharp](https://github.com/cefsharp/CefSharp) | .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework | -| 3392 | 712 | 160 | [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) | Google's Material Design in XAML & WPF, for C# & VB.Net. | -| 3277 | 370 | 425 | [choco](https://github.com/chocolatey/choco) | Chocolatey CLI | -| 3240 | 633 | 96 | [ReactiveUI](https://github.com/reactiveui/ReactiveUI) | An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application. | -| 3234 | 1172 | 148 | [Psychson](https://github.com/brandonlw/Psychson) | Phison 2251-03 (2303) Custom Firmware & Existing Firmware Patches (BadUSB) | -| 3224 | 1619 | 248 | [aspnetboilerplate](https://github.com/aspnetboilerplate/aspnetboilerplate) | ASP.NET Boilerplate - Application Framework | -| 3221 | 979 | 51 | [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers) | Easy to get started sample reference microservice and container based application (Currently in BETA state, ongoing progress, accepting feedback and pull-requests). Cross-platform on Linux and Windows Containers, powered by .NET Core and Docker engine. Supports .CSPROJ with Visual Studio 2017 and also CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor | -| 3141 | 631 | 46 | [Opserver](https://github.com/opserver/Opserver) | Stack Exchange's Monitoring System | -| 3126 | 685 | 630 | [msbuild](https://github.com/Microsoft/msbuild) | The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio. | -| 3071 | 763 | 307 | [orleans](https://github.com/dotnet/orleans) | Orleans - Distributed Virtual Actor Model | -| 3049 | 913 | 343 | [Hearthstone-Deck-Tracker](https://github.com/HearthSim/Hearthstone-Deck-Tracker) | A deck tracker and game manager for Hearthstone | -| 2925 | 750 | 278 | [Hangfire](https://github.com/HangfireIO/Hangfire) | An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required | -| 2846 | 373 | 16 | [awesome-dotnet-core](https://github.com/thangchung/awesome-dotnet-core) | :honeybee: A collection of awesome .NET core libraries, tools, frameworks and software | -| 2798 | 216 | 191 | [react-native-windows](https://github.com/Microsoft/react-native-windows) | A framework for building native UWP and WPF apps with React. | -| 2778 | 454 | 76 | [Humanizer](https://github.com/Humanizr/Humanizer) | Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities | -| 2772 | 496 | 90 | [dnSpy](https://github.com/0xd4d/dnSpy) | .NET assembly editor, decompiler, and debugger | -| 2724 | 351 | 29 | [OptiKey](https://github.com/OptiKey/OptiKey) | OptiKey - Full computer control and speech with your eyes | -| 2719 | 256 | 36 | [Polly](https://github.com/App-vNext/Polly) | Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1. | -| 2667 | 508 | 327 | [Sonarr](https://github.com/Sonarr/Sonarr) | Smart PVR for newsgroup and bittorrent users. | -| 2667 | 500 | 68 | [BaiduPanDownloadWinform](https://github.com/Accelerider/BaiduPanDownloadWinform) | 百度网盘不限速下载工具 | -| 2589 | 592 | 44 | [acat](https://github.com/01org/acat) | Assistive Context-Aware Toolkit (ACAT) | -| 2562 | 832 | 227 | [NLog](https://github.com/NLog/NLog) | NLog - Advanced .NET, NETSTANDARD, Silverlight and Xamarin Logging | -| 2484 | 478 | 134 | [FluentValidation](https://github.com/JeremySkinner/FluentValidation) | A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules. | -| 2446 | 238 | 201 | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | A multi-platform .NET UI framework (formerly known as Perspex) | -| 2430 | 319 | 407 | [VsVim](https://github.com/jaredpar/VsVim) | Vim Emulator Plugin for Visual Studio 2012+ | -| 2428 | 658 | 253 | [akka.net](https://github.com/akkadotnet/akka.net) | Port of Akka actors for .NET | -| 2411 | 867 | 257 | [SpaceEngineers](https://github.com/KeenSoftwareHouse/SpaceEngineers) | None | -| 2408 | 410 | 36 | [JavaScriptServices](https://github.com/aspnet/JavaScriptServices) | Microsoft ASP.NET Core JavaScript Services | -| 2299 | 779 | 194 | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | General purpose redis client | -| 2278 | 758 | 415 | [cli](https://github.com/dotnet/cli) | This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...). | -| 2276 | 864 | 648 | [gitextensions](https://github.com/gitextensions/gitextensions) | GitExtensions is a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool. | -| 2262 | 1991 | 52 | [WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK) | 微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边。 WeChat SDK for C#. | -| 2251 | 312 | 4 | [Destroy-Windows-10-Spying](https://github.com/Nummer/Destroy-Windows-10-Spying) | Destroy Windows Spying tool | -| 2231 | 220 | 67 | [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking | -| 2181 | 841 | 137 | [MvvmCross](https://github.com/MvvmCross/MvvmCross) | The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac. | -| 2133 | 330 | 138 | [Rx.NET](https://github.com/Reactive-Extensions/Rx.NET) | The Reactive Extensions for .NET | -| 2106 | 401 | 107 | [EventStore](https://github.com/EventStore/EventStore) | The open-source, functional database with Complex Event Processing in JavaScript. | -| 2088 | 1080 | 300 | [framework](https://github.com/accord-net/framework) | Machine learning, computer vision, statistics and general scientific computing for .NET | -| 2068 | 437 | 47 | [Glimpse](https://github.com/Glimpse/Glimpse) | The open source diagnostics platform for the web | -| 2039 | 432 | 369 | [OpenLiveWriter](https://github.com/OpenLiveWriter/OpenLiveWriter) | An open source fork of Windows Live Writer | -| 2038 | 449 | 35 | [Topshelf](https://github.com/Topshelf/Topshelf) | An easy service hosting framework for building Windows services using .NET | -| 2007 | 276 | 677 | [duplicati](https://github.com/duplicati/duplicati) | Store securely encrypted backups in the cloud! | -| 2000 | 662 | 41 | [quartznet](https://github.com/quartznet/quartznet) | Quartz Enterprise Scheduler .NET | -| 1979 | 783 | 106 | [IdentityServer3](https://github.com/IdentityServer/IdentityServer3) | OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana | -| 1961 | 896 | 105 | [gvr-unity-sdk](https://github.com/googlevr/gvr-unity-sdk) | Google VR SDK for Unity | -| 1940 | 421 | 53 | [moq4](https://github.com/moq/moq4) | Repo for managing Moq 4.x | -| 1907 | 232 | 33 | [VisualStudioUninstaller](https://github.com/Microsoft/VisualStudioUninstaller) | Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts. | -| 1881 | 758 | 49 | [monodevelop](https://github.com/mono/monodevelop) | MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers | -| 1877 | 194 | 80 | [refit](https://github.com/paulcbetts/refit) | The automatic type-safe REST library for Xamarin and .NET | -| 1866 | 254 | 43 | [ScreenToGif](https://github.com/NickeManarin/ScreenToGif) | 🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video. | -| 1837 | 336 | 152 | [scriptcs](https://github.com/scriptcs/scriptcs) | Write C# apps with a text editor, nuget and the power of Roslyn! | -| 1814 | 482 | 94 | [VRTK](https://github.com/thestonefox/VRTK) | A productive VR Toolkit for rapidly building VR solutions in Unity3d. | -| 1813 | 513 | 224 | [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle) | Seamlessly adds a swagger to WebApi projects! | -| 1813 | 2928 | 88 | [xamarin-forms-samples](https://github.com/xamarin/xamarin-forms-samples) | Sample apps built using the Xamarin.Forms framework | -| 1799 | 210 | 165 | [Locale-Emulator](https://github.com/xupefei/Locale-Emulator) | Yet Another System Region and Language Simulator | -| 1773 | 363 | 88 | [KestrelHttpServer](https://github.com/aspnet/KestrelHttpServer) | A cross platform web server for ASP.NET Core. | -| 1766 | 480 | 69 | [Ninject](https://github.com/ninject/Ninject) | the ninja of .net dependency injectors | -| 1762 | 641 | 280 | [play-games-plugin-for-unity](https://github.com/playgameservices/play-games-plugin-for-unity) | Google Play Games plugin for Unity | -| 1755 | 448 | 659 | [PTVS](https://github.com/Microsoft/PTVS) | Python Tools for Visual Studio | -| 1754 | 287 | 70 | [UniRx](https://github.com/neuecc/UniRx) | Reactive Extensions for Unity | -| 1752 | 380 | 324 | [kudu](https://github.com/projectkudu/kudu) | Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure. | -| 1747 | 523 | 38 | [IdentityServer4](https://github.com/IdentityServer/IdentityServer4) | OpenID Connect and OAuth 2.0 Framework for ASP.NET Core | -| 1740 | 271 | 18 | [stateless](https://github.com/dotnet-state-machine/stateless) | A simple library for creating state machines in C# code | -| 1731 | 1356 | 173 | [Umbraco-CMS](https://github.com/umbraco/Umbraco-CMS) | The simple, flexible and friendly ASP.NET CMS used by more than 400.000 websites | -| 1716 | 665 | 1 | [ravendb](https://github.com/ravendb/ravendb) | ACID NoSQL Document Database | -| 1699 | 392 | 13 | [ImageProcessor](https://github.com/JimBobSquarePants/ImageProcessor) | :camera: A fluent wrapper around System.Drawing for the processing of image files. | -| 1688 | 370 | 142 | [LiteDB](https://github.com/mbdavid/LiteDB) | LiteDB - A .NET NoSQL Document Store in a single data file - www.litedb.org | -| 1686 | 239 | 4 | [ArchiSteamFarm](https://github.com/JustArchi/ArchiSteamFarm) | C# application that allows you to farm steam cards using multiple steam accounts simultaneously. | -| 1685 | 619 | 42 | [Prism](https://github.com/PrismLibrary/Prism) | Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms. | -| 1668 | 586 | 7 | [de4dot](https://github.com/0xd4d/de4dot) | .NET deobfuscator and unpacker. | -| 1659 | 816 | 66 | [mongo-csharp-driver](https://github.com/mongodb/mongo-csharp-driver) | .NET Driver for MongoDB | -| 1658 | 122 | 19 | [language-ext](https://github.com/louthy/language-ext) | C# functional language extensions - a base class library for functional programming | -| 1655 | 211 | 21 | [Fody](https://github.com/Fody/Fody) | Extensible tool for weaving .net assemblies | -| 1643 | 335 | 12 | [Massive](https://github.com/FransBouma/Massive) | A small, happy, dynamic MicroORM for .NET that will love you forever. | -| 1625 | 73 | 19 | [P](https://github.com/p-org/P) | The P programming language. | -| 1625 | 494 | 23 | [Autofac](https://github.com/autofac/Autofac) | An addictive .NET IoC container | -| 1621 | 99 | 51 | [oneget](https://github.com/OneGet/oneget) | PackageManagement (aka OneGet) is a package manager for Windows | -| 1614 | 345 | 168 | [commandline](https://github.com/gsscoder/commandline) | Terse syntax C# command line parser for .NET with F# support | -| 1604 | 1140 | 959 | [nopCommerce](https://github.com/nopSolutions/nopCommerce) | Free open-source ecommerce shopping cart (ASP.NET MVC) | -| 1595 | 75 | 1 | [Windows-Hacks](https://github.com/LazoCoder/Windows-Hacks) | Creative and unusual things that can be done with the Windows API. | -| 1588 | 210 | 45 | [Jil](https://github.com/kevin-montrose/Jil) | Fast .NET JSON (De)Serializer, Built On Sigil | -| 1586 | 295 | 167 | [nodejstools](https://github.com/Microsoft/nodejstools) | Node.js Tools for Visual Studio | -| 1581 | 267 | 3 | [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | -| 1580 | 3864 | 275 | [Docs](https://github.com/aspnet/Docs) | Documentation for ASP.NET and ASP.NET Core | -| 1580 | 224 | 7 | [ATF](https://github.com/SonyWWS/ATF) | Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others. | -| 1580 | 491 | 151 | [UWPCommunityToolkit](https://github.com/Microsoft/UWPCommunityToolkit) | The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. The toolkit is part of the .NET Foundation. | -| 1579 | 58 | 7 | [rant](https://github.com/TheBerkin/rant) | Robust text engine for procedural generation and postprocessing | -| 1555 | 658 | 62 | [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) | Xamarin.Forms official home | -| 1541 | 208 | 30 | [AngleSharp](https://github.com/AngleSharp/AngleSharp) | :angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications. | -| 1536 | 590 | 294 | [websocket-sharp](https://github.com/sta/websocket-sharp) | A C# implementation of the WebSocket protocol client and server | -| 1519 | 462 | 47 | [self-driving-car-sim](https://github.com/udacity/self-driving-car-sim) | A self-driving car simulator built with Unity | -| 1518 | 3120 | 63 | [monodroid-samples](https://github.com/xamarin/monodroid-samples) | A collection of Xamarin.Android sample projects. | -| 1518 | 326 | 9 | [serilog](https://github.com/serilog/serilog) | Simple .NET logging with fully-structured events | -| 1508 | 363 | 99 | [Live-Charts](https://github.com/beto-rodriguez/Live-Charts) | Simple, flexible, interactive & powerful charts, maps and gauges for .Net | -| 1506 | 378 | 254 | [mRemoteNG](https://github.com/mRemoteNG/mRemoteNG) | mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. | -| 1496 | 244 | 50 | [Akavache](https://github.com/akavache/Akavache) | An asynchronous, persistent key-value store | -| 1491 | 478 | 170 | [fluentmigrator](https://github.com/fluentmigrator/fluentmigrator) | Fluent Migrations framework for .net | -| 1487 | 680 | 58 | [elasticsearch-net](https://github.com/elastic/elasticsearch-net) | Elasticsearch.Net & NEST | -| 1473 | 971 | 186 | [sqlite-net](https://github.com/praeclarum/sqlite-net) | Simple, powerful, cross-platform SQLite client and ORM for .NET | -| 1464 | 172 | 48 | [TrueCraft](https://github.com/SirCmpwn/TrueCraft) | Minecraft for hipsters | -| 1461 | 402 | 349 | [xunit](https://github.com/xunit/xunit) | xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. | -| 1457 | 915 | 1885 | [Orchard](https://github.com/OrchardCMS/Orchard) | Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. | -| 1439 | 173 | 100 | [Borderless-Gaming](https://github.com/Codeusa/Borderless-Gaming) | Play your favorite games in a borderless window; no more time consuming alt-tabs. | -| 1432 | 690 | 86 | [DotNetOpenAuth](https://github.com/DotNetOpenAuth/DotNetOpenAuth) | A C# implementation of the OpenID, OAuth protocols | -| 1430 | 382 | 86 | [RazorEngine](https://github.com/Antaris/RazorEngine) | Open source templating engine based on Microsoft's Razor parsing engine | -| 1420 | 140 | 648 | [ScpToolkit](https://github.com/nefarius/ScpToolkit) | Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers | -| 1399 | 163 | 46 | [standard](https://github.com/dotnet/standard) | This repo is building the .NET Standard | -| 1395 | 237 | 372 | [JSIL](https://github.com/sq/JSIL) | CIL to Javascript Compiler | -| 1387 | 608 | 174 | [JabbR](https://github.com/JabbR/JabbR) | Collaborative chat done right | -| 1384 | 473 | 41 | [CsvHelper](https://github.com/JoshClose/CsvHelper) | Library to help reading and writing CSV files | -| 1374 | 490 | 74 | [Emby](https://github.com/MediaBrowser/Emby) | Emby Server is a personal media server with apps on just about every device. | -| 1366 | 205 | 38 | [PostProcessing](https://github.com/Unity-Technologies/PostProcessing) | Post Processing Stack | -| 1365 | 253 | 48 | [Entitas-CSharp](https://github.com/sschmid/Entitas-CSharp) | Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity | -| 1364 | 528 | 272 | [ConfuserEx](https://github.com/yck1509/ConfuserEx) | An open-source, free protector for .NET applications | -| 1363 | 672 | 152 | [fluent-nhibernate](https://github.com/jagregory/fluent-nhibernate) | Fluent NHibernate! | -| 1349 | 260 | 45 | [Open-XML-SDK](https://github.com/OfficeDev/Open-XML-SDK) | Open XML SDK by Microsoft | -| 1348 | 164 | 413 | [Radarr](https://github.com/Radarr/Radarr) | A fork of Sonarr to work with movies à la Couchpotato. | -| 1347 | 324 | 218 | [cake](https://github.com/cake-build/cake) | Cake (C# Make) is a cross platform build automation system. | -| 1345 | 271 | 86 | [letsencrypt-win-simple](https://github.com/Lone-Coder/letsencrypt-win-simple) | A Simple ACME Client for Windows | -| 1340 | 701 | 17 | [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis) | .NET's leading C# Redis Client | -| 1335 | 707 | 117 | [octokit.net](https://github.com/octokit/octokit.net) | A GitHub API client library for .NET | -| 1323 | 93 | 4 | [Blazor](https://github.com/SteveSanderson/Blazor) | Experimental UI framework running .NET in the browser via webassembly | -| 1323 | 380 | 5 | [referencesource](https://github.com/Microsoft/referencesource) | Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework | -| 1313 | 615 | 147 | [Identity](https://github.com/aspnet/Identity) | ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. | -| 1301 | 464 | 48 | [Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) | A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability. | -| 1279 | 306 | 86 | [Simple.Data](https://github.com/markrendle/Simple.Data) | A light-weight, dynamic data access component for C# 4.0 | -| 1263 | 137 | 38 | [GraphEngine](https://github.com/Microsoft/GraphEngine) | Microsoft Graph Engine | -| 1263 | 438 | 72 | [Template10](https://github.com/Windows-XAML/Template10) | Making Windows 10 apps awesome | -| 1260 | 225 | 14 | [MediatR](https://github.com/jbogard/MediatR) | Simple, unambitious mediator implementation in .NET | -| 1259 | 502 | 172 | [libgit2sharp](https://github.com/libgit2/libgit2sharp) | Git + .NET/Mono = ❤ | -| 1254 | 482 | 115 | [mui](https://github.com/firstfloorsoftware/mui) | Modern UI for WPF | -| 1251 | 942 | 407 | [Xamarin-Forms-Labs](https://github.com/XLabs/Xamarin-Forms-Labs) | Xamarin Forms Labs is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms. | -| 1243 | 328 | 19 | [C-Sharp-Algorithms](https://github.com/aalhour/C-Sharp-Algorithms) | A C# plug-and-play class-library project of standard Data Structures and Algorithms. | -| 1221 | 199 | 50 | [graphql-dotnet](https://github.com/graphql-dotnet/graphql-dotnet) | GraphQL for .NET | -| 1201 | 2452 | 67 | [PnP](https://github.com/SharePoint/PnP) | SharePoint / Office 365 Developer Patterns and Practices | -| 1201 | 456 | 149 | [mathnet-numerics](https://github.com/mathnet/mathnet-numerics) | Math.NET Numerics | -| 1199 | 379 | 108 | [React.NET](https://github.com/reactjs/React.NET) | .NET library for JSX compilation and server-side rendering of React components | -| 1197 | 108 | 54 | [TailBlazer](https://github.com/RolandPheasant/TailBlazer) | A modern file tail utility based on Rx.Net which show cases reactive programming and Dynamic Data (see https://github.com/RolandPheasant/DynamicData) | -| 1197 | 123 | 6 | [temporal](https://github.com/playdeadgames/temporal) | Temporal Reprojection Anti-Aliasing for Unity 5.0+ | -| 1190 | 635 | 66 | [MassTransit](https://github.com/MassTransit/MassTransit) | Distributed Application Framework for .NET | -| 1189 | 145 | 172 | [Eto](https://github.com/picoe/Eto) | Cross platform GUI framework for desktop and mobile applications in .NET | -| 1181 | 712 | 56 | [nhibernate-core](https://github.com/nhibernate/nhibernate-core) | NHibernate Object Relational Mapper | -| 1168 | 426 | 233 | [git-tfs](https://github.com/git-tfs/git-tfs) | A Git/TFS bridge, similar to git-svn | -| 1167 | 399 | 9 | [m-r](https://github.com/gregoryyoung/m-r) | Simple CQRS example | -| 1165 | 308 | 0 | [UnityDecompiled](https://github.com/MattRix/UnityDecompiled) | An unofficial repo of decompiled Unity dll files | -| 1159 | 478 | 77 | [PetaPoco](https://github.com/CollaboratingPlatypus/PetaPoco) | Official PetaPoco, A tiny ORM-ish thing for your POCO's | -| 1156 | 313 | 127 | [idle_master](https://github.com/jshackles/idle_master) | Get your Steam Trading Cards the Easy Way | -| 1149 | 64 | 31 | [AtomOS](https://github.com/amaneureka/AtomOS) | A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment. | -| 1148 | 209 | 58 | [AutoFixture](https://github.com/AutoFixture/AutoFixture) | AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data. | -| 1147 | 314 | 38 | [NEventStore](https://github.com/NEventStore/NEventStore) | A persistence agnostic Event Store for .NET | -| 1144 | 547 | 158 | [NServiceBus](https://github.com/Particular/NServiceBus) | The most popular service bus for .NET | -| 1140 | 376 | 173 | [EntityFramework.Extended](https://github.com/zzzprojects/EntityFramework.Extended) | Add-on feature for Entity Framework | -| 1138 | 363 | 54 | [Serenity](https://github.com/volkanceylan/Serenity) | Business Apps Made Simple with Asp.Net Core MVC / TypeScript | -| 1138 | 439 | 272 | [SharpDevelop](https://github.com/icsharpcode/SharpDevelop) | #develop (short for SharpDevelop) is a free IDE for .NET programming languages. | -| 1132 | 456 | 72 | [Bonobo-Git-Server](https://github.com/jakubgarfield/Bonobo-Git-Server) | Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info. | -| 1131 | 418 | 109 | [netmq](https://github.com/zeromq/netmq) | A 100% native C# implementation of ZeroMQ for .NET | -| 1130 | 362 | 4 | [abot](https://github.com/sjdirect/abot) | C# web crawler built for speed and flexibility. Please star this project! +1. Contact me with exciting opportunities!! | -| 1122 | 420 | 68 | [DownmarkerWPF](https://github.com/Code52/DownmarkerWPF) | MarkPad - a visual Markdown editor (inspired by the Downmarker project) | -| 1120 | 2692 | 21 | [mobile-samples](https://github.com/xamarin/mobile-samples) | None | -| 1120 | 306 | 39 | [DotNetty](https://github.com/Azure/DotNetty) | DotNetty project – a port of netty, event-driven asynchronous network application framework | -| 1120 | 115 | 137 | [ink](https://github.com/inkle/ink) | inkle's open source scripting language for writing interactive narrative. | -| 1113 | 499 | 23 | [Hawk](https://github.com/ferventdesert/Hawk) | visualized crawler & ETL IDE written with C#/WPF | -| 1111 | 829 | 11 | [MusicStore](https://github.com/aspnet/MusicStore) | MusicStore test application that uses ASP.NET/EF Core | -| 1100 | 116 | 54 | [ColorHighlighter](https://github.com/Monnoroch/ColorHighlighter) | ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. | -| 1083 | 355 | 83 | [MaterialSkin](https://github.com/IgnaceMaes/MaterialSkin) | Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles. | -| 1080 | 775 | 26 | [AngularJSAuthentication](https://github.com/tjoudeh/AngularJSAuthentication) | Tutorial shows Authentication in AngularJS with ASP.NET Web API 2 and Owin Middle-ware using access tokens and refresh tokens approach | -| 1078 | 496 | 182 | [SpecFlow](https://github.com/techtalk/SpecFlow) | Binding business requirements to .Net code | -| 1077 | 286 | 46 | [osu](https://github.com/ppy/osu) | rhythm is just a *click* away! | -| 1075 | 299 | 52 | [voat](https://github.com/voat/voat) | The code that powers Voat | -| 1073 | 138 | 58 | [ImageSharp](https://github.com/SixLabors/ImageSharp) | :camera: A cross-platform library for the processing of image files; written in C# | -| 1072 | 414 | 232 | [nunit](https://github.com/nunit/nunit) | NUnit 3.0 Framework | -| 1072 | 814 | 1 | [PokemonGo-Bot](https://github.com/Logxn/PokemonGo-Bot) | A full functional bot that can act like the normal phone app | -| 1069 | 372 | 0 | [NoahGameFrame](https://github.com/ketoo/NoahGameFrame) | A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal. https://github.com/ketoo/NFClient | -| 1054 | 188 | 76 | [winsw](https://github.com/kohsuke/winsw) | A wrapper executable that can be used to host any executable as an Windows service, in a liberal license | -| 1051 | 187 | 25 | [Git-Credential-Manager-for-Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) | Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication. | -| 1049 | 444 | 99 | [EasyNetQ](https://github.com/EasyNetQ/EasyNetQ) | An easy to use .NET API for RabbitMQ | -| 1035 | 415 | 118 | [npgsql](https://github.com/npgsql/npgsql) | Npgsql is the .NET data provider for PostgreSQL. | -| 1031 | 397 | 198 | [Orchard2](https://github.com/OrchardCMS/Orchard2) | Open Source Content Management System built with ASP.NET Core on top of Modular and Extensible Application Framework | -| 1030 | 506 | 335 | [oxyplot](https://github.com/oxyplot/oxyplot) | A plotting library for .NET | -| 1027 | 266 | 34 | [SteamKit](https://github.com/SteamRE/SteamKit) | SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network. | -| 1021 | 447 | 6 | [StockSharp](https://github.com/StockSharp/StockSharp) | Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, bitcoins and options). | -| 1021 | 660 | 68 | [Lean](https://github.com/QuantConnect/Lean) | Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#, VB, Java) | -| 1019 | 158 | 313 | [Bridge](https://github.com/bridgedotnet/Bridge) | :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run them anywhere in JavaScript with Bridge.NET. | -| 1014 | 258 | 105 | [Cosmos](https://github.com/CosmosOS/Cosmos) | Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more! | -| 1013 | 1437 | 21 | [ios-samples](https://github.com/xamarin/ios-samples) | Xamarin.iOS sample apps | -| 1012 | 552 | 160 | [MixedRealityToolkit-Unity](https://github.com/Microsoft/MixedRealityToolkit-Unity) | MixedRealityToolkit-Unity uses code from the base MixedRealityToolkit repository and makes it easier to consume in Unity. | -| 1007 | 170 | 268 | [DS4Windows](https://github.com/Jays2Kings/DS4Windows) | Like those other ds4tools, but sexier | -| 995 | 194 | 20 | [FluentScheduler](https://github.com/fluentscheduler/FluentScheduler) | Automated job scheduler with fluent interface. | -| 993 | 288 | 16 | [Exceptionless](https://github.com/exceptionless/Exceptionless) | Exceptionless server and jobs | -| 988 | 868 | 271 | [azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net) | Azure Tools for Visual Studio | -| 986 | 475 | 45 | [SuperSocket](https://github.com/kerryjiang/SuperSocket) | SuperSocket is a light weight, cross platform and extensible socket server application framework. | -| 985 | 240 | 5 | [Templates](https://github.com/ASP-NET-Core-Boilerplate/Templates) | Professional ASP.NET Core project templates for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default ASP.NET Core project template provided by Microsoft. | -| 978 | 292 | 302 | [WebEssentials2013](https://github.com/madskristensen/WebEssentials2013) | Visual Studio extension | -| 977 | 575 | 45 | [ServiceStack.OrmLite](https://github.com/ServiceStack/ServiceStack.OrmLite) | Fast, Simple, Typed ORM for .NET | -| 977 | 391 | 104 | [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) | #ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. | -| 971 | 287 | 15 | [dotnet](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET websites | -| 970 | 336 | 46 | [cecil](https://github.com/jbevain/cecil) | Cecil is a library to inspect, modify and generate .NET programs and libraries. | -| 958 | 552 | 85 | [QuasarRAT](https://github.com/quasar/QuasarRAT) | Remote Administration Tool for Windows | -| 953 | 995 | 64 | [SteamBot](https://github.com/Jessecar96/SteamBot) | Automated bot software for interacting with Steam Trade | -| 950 | 189 | 16 | [LevelEditor](https://github.com/SonyWWS/LevelEditor) | The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels. | -| 935 | 217 | 91 | [fluentassertions](https://github.com/fluentassertions/fluentassertions) | Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks MSTest, MSTest2, NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec. | -| 932 | 194 | 118 | [xwt](https://github.com/mono/xwt) | A cross-platform UI toolkit for creating desktop applications with .NET and Mono | -| 930 | 309 | 637 | [openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor) | Open Hardware Monitor | -| 929 | 179 | 28 | [SHFB](https://github.com/EWSoftware/SHFB) | Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools. | -| 919 | 498 | 15 | [Scut](https://github.com/ScutGame/Scut) | Scut is a free, open source, stable game server framework, which support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access. | -| 916 | 187 | 0 | [UnityToolbag](https://github.com/nickgravelyn/UnityToolbag) | Variety of Unity scripts and tools. | -| 913 | 513 | 379 | [NuGetGallery](https://github.com/NuGet/NuGetGallery) | The NuGet Gallery | -| 907 | 133 | 1 | [Unity5Effects](https://github.com/i-saint/Unity5Effects) | None | -| 904 | 42 | 16 | [SteamCleaner](https://github.com/Codeusa/SteamCleaner) | :us: A PC utility for restoring disk space from various game clients like Origin, Steam, Uplay, Battle.net, GoG and Nexon :us: | -| 896 | 94 | 162 | [PSReadLine](https://github.com/lzybkr/PSReadLine) | A bash inspired readline implementation for PowerShell | -| 893 | 125 | 14 | [AsyncEx](https://github.com/StephenCleary/AsyncEx) | A helper library for async/await. | -| 890 | 234 | 124 | [jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET | -| 889 | 632 | 230 | [SmartStoreNET](https://github.com/smartstoreag/SmartStoreNET) | Open Source ASP.NET MVC Ecommerce Shopping Cart Solution | -| 887 | 211 | 51 | [XamarinComponents](https://github.com/xamarin/XamarinComponents) | Plugins for Xamarin | -| 884 | 158 | 105 | [SignalR](https://github.com/aspnet/SignalR) | Incredibly simple real-time web for ASP.NET Core | -| 883 | 422 | 180 | [VisualStudio](https://github.com/github/VisualStudio) | GitHub Extension for Visual Studio | -| 880 | 122 | 7 | [Sprache](https://github.com/sprache/Sprache) | Tiny C# Monadic Parser Framework | -| 877 | 248 | 7 | [LOIC](https://github.com/NewEraCracker/LOIC) | Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. | -| 874 | 271 | 39 | [NAudio](https://github.com/naudio/NAudio) | Audio and MIDI library for .NET | -| 868 | 97 | 5 | [clojure-clr](https://github.com/clojure/clojure-clr) | A port of Clojure to the CLR, part of the Clojure project | -| 867 | 404 | 11 | [enode](https://github.com/tangxuehua/enode) | ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications. | -| 864 | 218 | 11 | [TouchScript](https://github.com/TouchScript/TouchScript) | Complete multi-touch solution for Unity: iOS, Android, Windows, TUIO. | -| 861 | 287 | 18 | [UniLua](https://github.com/xebecnan/UniLua) | A pure c# implementation of Lua 5.2 focus on compatibility with Unity | -| 861 | 179 | 54 | [generator-aspnet](https://github.com/OmniSharp/generator-aspnet) | yo generator for ASP.NET Core | -| 858 | 297 | 161 | [wcf](https://github.com/dotnet/wcf) | This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services. | -| 857 | 838 | 54 | [jquery.fileDownload](https://github.com/johnculviner/jquery.fileDownload) | jQuery File Download is a cross server platform compatible jQuery plugin that allows for an Ajax-like file download experience that isn’t normally possible using the web. | -| 856 | 343 | 0 | [tolua](https://github.com/topameng/tolua) | The fastest unity lua binding solution | -| 849 | 66 | 9 | [Scientist.net](https://github.com/github/Scientist.net) | A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library | -| 847 | 173 | 73 | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | A friendly substitute for .NET mocking frameworks. | -| 847 | 550 | 14 | [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text) | .NET's fastest JSON, JSV and CSV Text Serializers | -| 838 | 240 | 121 | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | Swagger tools for documenting API's built on ASP.NET Core | -| 836 | 180 | 107 | [CppSharp](https://github.com/mono/CppSharp) | Tools and libraries to glue C/C++ APIs to high-level languages | -| 832 | 248 | 259 | [x360ce](https://github.com/x360ce/x360ce) | Primary repository for the x360ce library, front-end and tools. | -| 826 | 172 | 1 | [JustDecompileEngine](https://github.com/telerik/JustDecompileEngine) | The decompilation engine of JustDecompile | -| 825 | 375 | 0 | [unityassets](https://github.com/fholm/unityassets) | Assorted unity assets and utilities | -| 824 | 311 | 43 | [opentk](https://github.com/opentk/opentk) | This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS. | -| 823 | 146 | 119 | [pythonnet](https://github.com/pythonnet/pythonnet) | Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers. | -| 820 | 357 | 23 | [WPF-Samples](https://github.com/Microsoft/WPF-Samples) | Repository for WPF related samples | -| 814 | 282 | 7 | [neo](https://github.com/neo-project/neo) | NEO Smart Economy | -| 813 | 217 | 238 | [corefxlab](https://github.com/dotnet/corefxlab) | This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo. | -| 811 | 256 | 8 | [LuaFramework_UGUI](https://github.com/jarjin/LuaFramework_UGUI) | 基于uGUI+tolua的简单游戏框架 http://ulua.org/ | -| 806 | 320 | 120 | [SharpDX](https://github.com/sharpdx/SharpDX) | SharpDX GitHub Repository | -| 804 | 235 | 21 | [xamarin-android](https://github.com/xamarin/xamarin-android) | Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C# | -| 802 | 86 | 10 | [CSharpVerbalExpressions](https://github.com/VerbalExpressions/CSharpVerbalExpressions) | None | -| 801 | 184 | 96 | [codeformatter](https://github.com/dotnet/codeformatter) | Tool that uses Roslyn to automatically rewrite the source to follow our coding styles | -| 801 | 802 | 546 | [azure-powershell](https://github.com/Azure/azure-powershell) | Microsoft Azure PowerShell | -| 800 | 304 | 3 | [cqrs-journey](https://github.com/MicrosoftArchive/cqrs-journey) | Microsoft patterns & pratices CQRS Journey sample application | -| 800 | 328 | 0 | [Xamarin.Plugins](https://github.com/jamesmontemagno/Xamarin.Plugins) | Cross platform xamarin and windows plugins for PCLs | -| 800 | 139 | 88 | [ACMESharp](https://github.com/ebekker/ACMESharp) | An ACME client library and PowerShell client for the .NET platform (Let's Encrypt) | -| 798 | 286 | 10 | [gogotester](https://github.com/azzvx/gogotester) | None | -| 797 | 89 | 46 | [practical-aspnetcore](https://github.com/dodyg/practical-aspnetcore) | Practical samples of aspnet core (1.1 and 2.0) projects you can use. Readme contains explanations on all projects. | -| 791 | 479 | 22 | [KanColleViewer](https://github.com/Grabacr07/KanColleViewer) | 艦これブラウザーのようなもの | -| 791 | 120 | 38 | [TensorFlowSharp](https://github.com/migueldeicaza/TensorFlowSharp) | TensorFlow API for .NET languages | -| 786 | 235 | 21 | [ReactiveTrader](https://github.com/AdaptiveConsulting/ReactiveTrader) | Sample reactive UIs in WPF and HTML5, using RxNet/RxJS and SignalR | -| 786 | 72 | 30 | [ZeroFormatter](https://github.com/neuecc/ZeroFormatter) | Fastest C# Serializer and Infinitely Fast Deserializer for .NET, .NET Core and Unity. | -| 785 | 256 | 41 | [SimplCommerce](https://github.com/simplcommerce/SimplCommerce) | A simple, cross platform, modularized ecommerce system built on .NET Core | -| 785 | 123 | 21 | [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) | Steamworks wrapper for Unity / C# | -| 784 | 167 | 46 | [opencover](https://github.com/OpenCover/opencover) | A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points | -| 784 | 318 | 33 | [Dapper-Extensions](https://github.com/tmsmith/Dapper-Extensions) | Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance. | -| 782 | 431 | 62 | [facebook-csharp-sdk](https://github.com/facebook-csharp-sdk/facebook-csharp-sdk) | Facebook SDK for .NET | -| 780 | 107 | 32 | [skynet](https://github.com/atemerev/skynet) | Skynet 1M threads microbenchmark | -| 779 | 191 | 380 | [subtitleedit](https://github.com/SubtitleEdit/subtitleedit) | the subtitle editor :) | -| 776 | 495 | 101 | [tesseract](https://github.com/charlesw/tesseract) | A .Net wrapper for tesseract-ocr | -| 775 | 191 | 20 | [UniversalAdbDriver](https://github.com/koush/UniversalAdbDriver) | One size fits all Windows Drivers for Android Debug Bridge. | -| 771 | 166 | 31 | [xamarin-macios](https://github.com/xamarin/xamarin-macios) | Bridges the worlds of .NET with the native APIs of Mac, iOS, tvOS, and watchOS. | -| 770 | 206 | 108 | [duality](https://github.com/AdamsLair/duality) | a 2D Game Development Framework | -| 770 | 281 | 15 | [GalaxyExplorer](https://github.com/Microsoft/GalaxyExplorer) | Galaxy Explorer is the application Microsoft is building as part of the Share Your Idea campaign. | -| 769 | 348 | 7 | [lucenenet](https://github.com/apache/lucenenet) | Mirror of Apache Lucene.Net | -| 768 | 222 | 23 | [CacheManager](https://github.com/MichaCo/CacheManager) | CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. | -| 768 | 372 | 38 | [MiniBlog](https://github.com/madskristensen/MiniBlog) | A minimal blog engine using Razor Web Pages | -| 767 | 226 | 105 | [code-cracker](https://github.com/code-cracker/code-cracker) | An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. | -| 763 | 280 | 25 | [BrockAllen.MembershipReboot](https://github.com/brockallen/BrockAllen.MembershipReboot) | MembershipReboot is a user identity management and authentication library. | -| 762 | 130 | 21 | [Fido](https://github.com/Netflix/Fido) | None | -| 760 | 256 | 174 | [GitVersion](https://github.com/GitTools/GitVersion) | Easy Semantic Versioning (http://semver.org) for projects using Git | -| 760 | 63 | 24 | [Aerial](https://github.com/cDima/Aerial) | Aerial Apple TV screen saver for Windows | -| 759 | 214 | 122 | [docfx](https://github.com/dotnet/docfx) | Tools for building and publishing API documentation for .NET projects | -| 755 | 983 | 42 | [BotBuilder-Samples](https://github.com/Microsoft/BotBuilder-Samples) | Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK! | -| 754 | 255 | 22 | [structuremap](https://github.com/structuremap/structuremap) | A Dependency Injection/Inversion of Control tool for .NET | -| 751 | 212 | 47 | [TShock](https://github.com/Pryaxis/TShock) | A server mod for Terraria that adds features everyone loves. | -| 745 | 84 | 6 | [Netling](https://github.com/hallatore/Netling) | Netling is a load tester client for easy web testing. | -| 744 | 250 | 118 | [msbuildtasks](https://github.com/loresoft/msbuildtasks) | The MSBuild Community Tasks Project is an open source project for MSBuild tasks. | -| 736 | 226 | 13 | [dnscrypt-win-client](https://github.com/opendns/dnscrypt-win-client) | Windows front end for DNSCrypt Proxy | -| 735 | 340 | 22 | [ExcelDataReader](https://github.com/ExcelDataReader/ExcelDataReader) | Lightweight and fast library written in C# for reading Microsoft Excel files | -| 732 | 203 | 18 | [Accelerider.Windows](https://github.com/Accelerider/Accelerider.Windows) | 百度网盘不限速下载工具 (Baidu net-disk download tool without speed limit.) | -| 730 | 95 | 5 | [Skinner](https://github.com/keijiro/Skinner) | Special Effects with Skinned Mesh in Unity | -| 730 | 387 | 13 | [SocialGoal](https://github.com/MarlabsInc/SocialGoal) | Sample web app for ASP.NET MVC 5, EF 6 Code First, AutoMapper, Autofac and TDD | -| 727 | 183 | 123 | [NSwag](https://github.com/RSuter/NSwag) | The Swagger (Open API) toolchain for .NET, Web API and TypeScript. | -| 718 | 245 | 73 | [opencvsharp](https://github.com/shimat/opencvsharp) | .NET Framework wrapper for OpenCV | -| 718 | 114 | 58 | [Dragablz](https://github.com/ButchersBoy/Dragablz) | Dragable and tearable tab control for WPF | -| 717 | 166 | 239 | [StyleCopAnalyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) | An implementation of StyleCop rules using the .NET Compiler Platform | -| 713 | 143 | 22 | [UI-For-UWP](https://github.com/telerik/UI-For-UWP) | This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications. | -| 713 | 97 | 3 | [J3D](https://github.com/drojdjou/J3D) | J3D - unity3d-to-threejs exporter | -| 711 | 284 | 33 | [Fleck](https://github.com/statianzo/Fleck) | C# Websocket Implementation | -| 709 | 60 | 59 | [OldSquirrelForWindows](https://github.com/Squirrel/OldSquirrelForWindows) | It's like ClickOnce but Works™ | -| 709 | 317 | 64 | [Windsor](https://github.com/castleproject/Windsor) | Castle Windsor is a best of breed, mature Inversion of Control container available for .NET | -| 704 | 371 | 35 | [stripe-dotnet](https://github.com/stripe/stripe-dotnet) | Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for stripe.com. | -| 704 | 103 | 18 | [Flurl](https://github.com/tmenier/Flurl) | Fluent URL builder and testable HTTP for .NET | -| 703 | 174 | 110 | [linq2db](https://github.com/linq2db/linq2db) | Linq to database provider. | -| 694 | 232 | 204 | [corert](https://github.com/dotnet/corert) | This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain. | -| 694 | 331 | 96 | [aws-sdk-net](https://github.com/aws/aws-sdk-net) | The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site: | -| 694 | 122 | 97 | [Futile](https://github.com/MattRix/Futile) | A super simple Unity 2D framework | -| 690 | 117 | 60 | [nodatime](https://github.com/nodatime/nodatime) | A better date and time API for .NET | -| 690 | 200 | 47 | [cscore](https://github.com/filoe/cscore) | An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited. | -| 689 | 187 | 91 | [Razor](https://github.com/aspnet/Razor) | Parser and code generator for CSHTML files used in view pages for MVC web apps. | -| 689 | 387 | 216 | [White](https://github.com/TestStack/White) | TestStack.White | -| 688 | 130 | 208 | [CodeContracts](https://github.com/Microsoft/CodeContracts) | Source code for the CodeContracts tools for .NET | -| 681 | 87 | 97 | [VS-PPT](https://github.com/Microsoft/VS-PPT) | Productivity Power Tools - a set of Visual Studio extensions improving developer productivity. | -| 681 | 182 | 39 | [machine.specifications](https://github.com/machine/machine.specifications) | Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests. | -| 681 | 122 | 19 | [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | The easy mocking library for .NET | -| 681 | 93 | 10 | [Ombi](https://github.com/tidusjar/Ombi) | Want a Movie or TV Show on Plex or Emby? Use Ombi! | -| 679 | 43 | 145 | [MyTested.AspNetCore.Mvc](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc) | Fluent testing framework for ASP.NET Core MVC. | -| 679 | 188 | 140 | [SSH.NET](https://github.com/sshnet/SSH.NET) | SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. | -| 679 | 49 | 3 | [peachpie](https://github.com/peachpiecompiler/peachpie) | Peachpie - the PHP 7 compiler and runtime for .NET and .NET Core | -| 677 | 412 | 24 | [UnityStudio](https://github.com/RaduMC/UnityStudio) | Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps. | -| 677 | 404 | 71 | [dockpanelsuite](https://github.com/dockpanelsuite/dockpanelsuite) | DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms | -| 675 | 96 | 11 | [NetGain](https://github.com/StackExchange/NetGain) | A high performance websocket server library powering Stack Overflow. | -| 670 | 105 | 13 | [CommonMark.NET](https://github.com/Knagis/CommonMark.NET) | Implementation of CommonMark specification in C# for converting Markdown documents to HTML. Optimized for maximum performance and portability. | -| 670 | 50 | 35 | [SyncTrayzor](https://github.com/canton7/SyncTrayzor) | Windows tray utility / filesystem watcher / launcher for Syncthing | -| 668 | 101 | 12 | [LightShafts](https://github.com/robertcupisz/LightShafts) | A light shafts (volumetric shadows) effect for Unity. | -| 667 | 94 | 168 | [WindowsTemplateStudio](https://github.com/Microsoft/WindowsTemplateStudio) | Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices. | -| 666 | 192 | 5 | [EquinoxProject](https://github.com/EduardoPires/EquinoxProject) | Full ASP.NET Core 2.0 application with DDD, CQRS and Event Sourcing | -| 665 | 182 | 52 | [ReactiveTraderCloud](https://github.com/AdaptiveConsulting/ReactiveTraderCloud) | Real-time trading platform demo showcasing reactive programming principles applied across the full application stack. | -| 662 | 89 | 70 | [hakchi2](https://github.com/ClusterM/hakchi2) | Tool that allows you to add more games to your NES Classic Mini | -| 662 | 90 | 22 | [Netjs](https://github.com/praeclarum/Netjs) | .NET to TypeScript and JavaScript compiler | -| 659 | 204 | 87 | [Strathweb.CacheOutput](https://github.com/filipw/Strathweb.CacheOutput) | ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers | -| 658 | 199 | 7 | [WebAPIContrib](https://github.com/WebApiContrib/WebAPIContrib) | Community Contributions for ASP.NET Web API | -| 657 | 101 | 61 | [MoreLINQ](https://github.com/morelinq/MoreLINQ) | Extensions to LINQ to Objects | -| 657 | 222 | 53 | [dotless](https://github.com/dotless/dotless) | .NET Port of the ruby Less CSS lib | -| 657 | 107 | 204 | [superputty](https://github.com/jimradford/superputty) | The SuperPuTTY Window Manager for putty sessions | -| 654 | 55 | 19 | [markdig](https://github.com/lunet-io/markdig) | A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET | -| 653 | 166 | 67 | [NLua](https://github.com/NLua/NLua) | NLua is the bind between Lua world and the .NET world. | -| 651 | 205 | 51 | [shouldly](https://github.com/shouldly/shouldly) | Should testing for .NET - the way Asserting *Should* be! | -| 651 | 118 | 32 | [Brighter](https://github.com/BrighterCommand/Brighter) | Command Dispatcher, Processor, and Distributed Task Queue | -| 649 | 152 | 27 | [Mobius](https://github.com/Microsoft/Mobius) | C# and F# language binding and extensions to Apache Spark | -| 649 | 229 | 62 | [IdentityManager](https://github.com/IdentityManager/IdentityManager) | User & Identity Management | -| 644 | 156 | 24 | [WebApiThrottle](https://github.com/stefanprodan/WebApiThrottle) | ASP.NET Web API rate limiter for IIS and Owin hosting | -| 644 | 245 | 84 | [SteamDesktopAuthenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) | Desktop implementation of Steam's mobile authenticator app | -| 642 | 99 | 16 | [scallion](https://github.com/lachesis/scallion) | GPU-based Onion Hash generator | -| 641 | 325 | 106 | [Security](https://github.com/aspnet/Security) | Middleware for security and authorization of web apps. | -| 640 | 184 | 18 | [UnitySteer](https://github.com/ricardojmendez/UnitySteer) | Steering, obstacle avoidance and path following behaviors for the Unity Game Engine | -| 639 | 113 | 116 | [Wyam](https://github.com/Wyamio/Wyam) | A modular static content and static site generator. | -| 638 | 202 | 5 | [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb) | Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model | -| 638 | 55 | 73 | [AudioSwitch](https://github.com/sirWest/AudioSwitch) | Switch between default audio input or output + change volume | -| 638 | 92 | 46 | [Costura](https://github.com/Fody/Costura) | Embed references as resources | -| 638 | 402 | 310 | [RocketBot](https://github.com/TheUnnameOrganization/RocketBot) | Modified Version of NecroBot | -| 634 | 613 | 79 | [SolrNet](https://github.com/SolrNet/SolrNet) | Solr client for .Net | -| 634 | 126 | 73 | [perfview](https://github.com/Microsoft/perfview) | PerfView is a CPU and memory performance-analysis tool | -| 633 | 98 | 16 | [Windows-10-Login-Background-Changer](https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer) | Changes the Windows 10 Login Screen Background | -| 632 | 74 | 47 | [depressurizer](https://github.com/rallion/depressurizer) | None | -| 631 | 207 | 75 | [unity](https://github.com/unitycontainer/unity) | None | -| 631 | 38 | 11 | [Facepunch.Steamworks](https://github.com/Facepunch/Facepunch.Steamworks) | Another fucking c# Steamworks implementation | -| 628 | 135 | 0 | [MimeKit](https://github.com/jstedfast/MimeKit) | A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools. | -| 621 | 181 | 31 | [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) | The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF | -| 618 | 179 | 0 | [Rebus](https://github.com/rebus-org/Rebus) | :bus: Simple and lean service bus implementation for .NET | -| 616 | 165 | 137 | [codemaid](https://github.com/codecadwallader/codemaid) | CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. | -| 614 | 145 | 1 | [GitSharp](https://github.com/henon/GitSharp) | A Git implementation for .Net and Mono | -| 614 | 283 | 22 | [umeng-muti-channel-build-tool](https://github.com/umeng/umeng-muti-channel-build-tool) | 友盟渠道打包工具(windows .net 4.0) | -| 611 | 67 | 22 | [Sigil](https://github.com/kevin-montrose/Sigil) | A fail-fast validating helper for .NET CIL generation | -| 611 | 168 | 39 | [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR) | A virtual reality interaction system for unity based on physics. | -| 606 | 131 | 47 | [PowerForensics](https://github.com/Invoke-IR/PowerForensics) | PowerForensics provides an all in one platform for live disk forensic analysis | -| 603 | 86 | 37 | [CShell](https://github.com/lukebuehler/CShell) | A simple, yet powerful, C# scripting IDE and REPL | -| 601 | 178 | 106 | [scriptsharp](https://github.com/nikhilk/scriptsharp) | Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development. | -| 600 | 116 | 13 | [Foundatio](https://github.com/FoundatioFx/Foundatio) | Pluggable foundation blocks for building distributed apps. | -| 599 | 112 | 17 | [Spotify-Ad-Blocker](https://github.com/Xeroday/Spotify-Ad-Blocker) | EZBlocker - A Spotify Ad Blocker for Windows | -| 598 | 213 | 27 | [Fluent.Ribbon](https://github.com/fluentribbon/Fluent.Ribbon) | WPF Ribbon control like in Office | -| 597 | 130 | 10 | [C5](https://github.com/sestoft/C5) | C5 generic collection library for C#/.NET | -| 596 | 219 | 206 | [PogoLocationFeeder](https://github.com/5andr0/PogoLocationFeeder) | Json feed of pokemon location data | -| 595 | 268 | 7 | [SqlSugar](https://github.com/sunkaixuan/SqlSugar) | Best ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm | -| 589 | 467 | 244 | [allReady](https://github.com/HTBox/allReady) | This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities. | -| 589 | 172 | 13 | [Node_Editor_Framework](https://github.com/Seneral/Node_Editor_Framework) | Node Editor framework for Unity3D | -| 588 | 187 | 72 | [NRefactory](https://github.com/icsharpcode/NRefactory) | NRefactory - Refactoring Your C# Code | -| 587 | 143 | 0 | [imewlconverter](https://github.com/studyzy/imewlconverter) | 一款开源免费的输入法词库转换程序 | -| 586 | 190 | 64 | [LinqToExcel](https://github.com/paulyoder/LinqToExcel) | Retrieve data from spreadsheets and csv files by using LINQ | -| 585 | 144 | 54 | [marten](https://github.com/JasperFx/marten) | Postgresql as a Document Database and Event Store for .Net Applications | -| 585 | 122 | 7 | [VSCode](https://github.com/dotBunny/VSCode) | Unity Visual Studio Code Integration | -| 585 | 97 | 14 | [sodium](https://github.com/SodiumFRP/sodium) | Sodium - Functional Reactive Programming (FRP) Library for multiple languages | -| 583 | 159 | 21 | [WindowsUIDevLabs](https://github.com/Microsoft/WindowsUIDevLabs) | Windows UI Dev Labs the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications. | -| 580 | 167 | 22 | [UnitySocketIO](https://github.com/NetEase/UnitySocketIO) | socket.io client for unity3d. | -| 579 | 72 | 56 | [VisualRust](https://github.com/PistonDevelopers/VisualRust) | Visual Studio extension for Rust | -| 578 | 202 | 3 | [jwt](https://github.com/jwt-dotnet/jwt) | Jwt.Net, a JWT (JSON Web Token) implementation for .NET | -| 577 | 129 | 12 | [Reflexil](https://github.com/sailro/Reflexil) | The .NET Assembly Editor | -| 575 | 166 | 385 | [flashdevelop](https://github.com/fdorg/flashdevelop) | FlashDevelop is a free and open source code editor. | -| 574 | 97 | 15 | [PropertyChanged](https://github.com/Fody/PropertyChanged) | Injects INotifyPropertyChanged code into properties at compile time | -| 571 | 74 | 3 | [KinoGlitch](https://github.com/keijiro/KinoGlitch) | Video glitch effects for Unity | -| 571 | 96 | 44 | [SkiaSharp](https://github.com/mono/SkiaSharp) | The Skia 2D Graphics library from Google exposed to .NET languages and runtimes across the board | -| 570 | 218 | 117 | [PokeMobBot](https://github.com/MobBotTeam/PokeMobBot) | a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums: | -| 569 | 325 | 5 | [aspnetwebstack](https://github.com/ASP-NET-MVC/aspnetwebstack) | ASP.NET MVC Webstack Mirror | -| 568 | 165 | 92 | [MvcMailer](https://github.com/smsohan/MvcMailer) | A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style | -| 568 | 123 | 7 | [StackExchange.Exceptional](https://github.com/NickCraver/StackExchange.Exceptional) | Error handler used for the Stack Exchange network | -| 567 | 223 | 22 | [DependencyInjection](https://github.com/aspnet/DependencyInjection) | Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. | -| 566 | 283 | 24 | [Core](https://github.com/castleproject/Core) | Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter | -| 566 | 147 | 3 | [Fohjin](https://github.com/MarkNijhof/Fohjin) | This is a personal sand box | -| 563 | 182 | 312 | [CKAN](https://github.com/KSP-CKAN/CKAN) | The Comprehensive Kerbal Archive Network | -| 562 | 930 | 18 | [akka-bootcamp](https://github.com/petabridge/akka-bootcamp) | Self-paced training course to learn Akka.NET fundamentals from scratch | -| 562 | 95 | 47 | [benchmarks](https://github.com/aspnet/benchmarks) | Benchmarks for ASP.NET Core | -| 561 | 254 | 292 | [NiceHashMiner](https://github.com/nicehash/NiceHashMiner) | NiceHash easy to use CPU&GPU Miner | -| 560 | 244 | 84 | [ModernHttpClient](https://github.com/paulcbetts/ModernHttpClient) | HttpClient implementations that use platform-native HTTP clients for :rocket: | -| 555 | 73 | 108 | [realm-dotnet](https://github.com/realm/realm-dotnet) | Realm is a mobile database: a replacement for SQLite & ORMs | -| 553 | 560 | 32 | [NadekoBot](https://github.com/Kwoth/NadekoBot) | Open source, general-purpose Discord chat bot written in C# | -| 550 | 100 | 7 | [dotnet-samples](https://github.com/Microsoft/dotnet-samples) | Contains samples and documentation for libraries and tools of the .NET framework. Pull requests welcome! | -| 550 | 263 | 92 | [YoutubeExtractor](https://github.com/flagbug/YoutubeExtractor) | A .NET library, that allows to download videos from YouTube and/or extract their audio track (currently only for flash videos). | -| 550 | 51 | 32 | [core](https://github.com/bitwarden/core) | The core infrastructure backend (API, database, etc). | -| 549 | 140 | 54 | [dotween](https://github.com/Demigiant/dotween) | A Unity C# animation engine. HOTween v2 | -| 549 | 1105 | 511 | [MissionPlanner](https://github.com/ArduPilot/MissionPlanner) | Mission Planner Ground Control Station (c# .net) | -| 548 | 106 | 10 | [VolumetricLights](https://github.com/SlightlyMad/VolumetricLights) | Volumetric Lights for Unity | -| 548 | 116 | 44 | [NuGetPackageExplorer](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer) | Create, update and deploy Nuget Packages with a GUI | -| 545 | 131 | 138 | [poshtools](https://github.com/adamdriscoll/poshtools) | PowerShell integration for Visual Studio 2015 and 2017. | -| 543 | 207 | 102 | [SubSonic-3.0](https://github.com/subsonic/SubSonic-3.0) | SubSonic 3.0 for the .NET 3.5 Framework | -| 541 | 117 | 0 | [InControl](https://github.com/pbhogan/InControl) | An input manager for Unity that tames the cross-platform controller beast. | -| 537 | 95 | 44 | [splat](https://github.com/reactiveui/splat) | A library to make things cross-platform that should be | -| 536 | 228 | 7 | [mongodb-csharp](https://github.com/samus/mongodb-csharp) | A driver written in c# to connect to the MongoDB document oriented database. | -| 536 | 240 | 85 | [DbUp](https://github.com/DbUp/DbUp) | DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date. | -| 534 | 79 | 58 | [EarTrumpet](https://github.com/File-New-Project/EarTrumpet) | Ear Trumpet - Volume Control for Windows | -| 530 | 198 | 7 | [QRCoder](https://github.com/codebude/QRCoder) | A pure C# Open Source QR Code implementation | -| 530 | 64 | 74 | [Pash](https://github.com/Pash-Project/Pash) | An Open Source reimplementation of Windows PowerShell, for Mono. | -| 529 | 31 | 27 | [dafny](https://github.com/Microsoft/dafny) | Dafny is a verification-aware programming language | -| 529 | 219 | 45 | [telegram.bot](https://github.com/TelegramBots/telegram.bot) | .NET Client for Telegram Bot API | -| 528 | 176 | 73 | [sharpcompress](https://github.com/adamhathcock/sharpcompress) | SharpCompress is a fully managed C# library to deal with many compression types and formats. | -| 528 | 162 | 7 | [PSAttack](https://github.com/jaredhaight/PSAttack) | A portable console aimed at making pentesting with PowerShell a little easier. | -| 528 | 154 | 32 | [FFImageLoading](https://github.com/luberda-molinet/FFImageLoading) | Image loading, caching & transforming library for Xamarin and Windows | -| 526 | 175 | 23 | [pretzel](https://github.com/Code52/pretzel) | A site generation tool (and then some) for .NET platforms | -| 523 | 146 | 129 | [cassette](https://github.com/andrewdavey/cassette) | Manages .NET web application assets (scripts, css and templates) | -| 522 | 219 | 14 | [Chloe](https://github.com/shuxinqin/Chloe) | A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C# | -| 518 | 171 | 66 | [TinyIoC](https://github.com/grumpydev/TinyIoC) | An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike. | -| 517 | 93 | 16 | [LibLog](https://github.com/damianh/LibLog) | LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction. | -| 516 | 99 | 52 | [Markdown-Edit](https://github.com/mike-ward/Markdown-Edit) | My attempt at a markdown editor for windows | -| 515 | 151 | 71 | [YamlDotNet](https://github.com/aaubry/YamlDotNet) | YamlDotNet is a .NET library for YAML | -| 514 | 55 | 6 | [Bogus](https://github.com/bchavez/Bogus) | :card_index: A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js. | -| 513 | 171 | 15 | [saaskit](https://github.com/saaskit/saaskit) | A developer toolkit for building SaaS applications | -| 513 | 89 | 10 | [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) | A library to provide pooling for .NET MemoryStream objects to improve application performance. | -| 510 | 148 | 4 | [TDD-Katas](https://github.com/garora/TDD-Katas) | This repository contains Hands on Test Driven Development Katas | -| 510 | 95 | 5 | [aspnet-api-versioning](https://github.com/Microsoft/aspnet-api-versioning) | Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core. | -| 509 | 100 | 88 | [RefactoringEssentials](https://github.com/icsharpcode/RefactoringEssentials) | Refactoring Essentials for Visual Studio | -| 509 | 89 | 1 | [EarthLiveSharp](https://github.com/bitdust/EarthLiveSharp) | live view of earth from space | -| 507 | 42 | 26 | [server](https://github.com/Ulterius/server) | [WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood: | -| 506 | 216 | 70 | [Discord.Net](https://github.com/RogueException/Discord.Net) | An unofficial .Net wrapper for the Discord API (http://discordapp.com) | -| 506 | 248 | 10 | [sixthsense](https://github.com/sixthsense/sixthsense) | Open Source Codebase for project SixthSense | -| 504 | 130 | 10 | [EasyHttp](https://github.com/EasyHttp/EasyHttp) | Http Library for C# | -| 504 | 163 | 54 | [UIToolkit](https://github.com/oddgames/UIToolkit) | Single draw call UI solution for Unity with multi resolution support and more. | -| 502 | 326 | 24 | [EnyimMemcached](https://github.com/enyim/EnyimMemcached) | C# Memcached client | -| 501 | 235 | 0 | [DotnetSpider](https://github.com/dotnetcore/DotnetSpider) | DotnetSpider, a .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET | -| 500 | 253 | 5 | [app-evolve](https://github.com/xamarinhq/app-evolve) | Xamarin Evolve 2016 Mobile App | -| 500 | 60 | 10 | [Warden](https://github.com/warden-stack/Warden) | Define "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch. | -| 499 | 182 | 26 | [common-logging](https://github.com/net-commons/common-logging) | A portable logging abstraction for .NET | -| 499 | 195 | 7 | [PKHeX](https://github.com/kwsch/PKHeX) | Pokémon Save Editor | -| 497 | 408 | 43 | [module-zero](https://github.com/aspnetboilerplate/module-zero) | ASP.NET Boilerplate - ASP.NET Identity Integration Module | -| 497 | 78 | 13 | [Nowin](https://github.com/Bobris/Nowin) | Owin Web Server in pure .Net | -| 496 | 217 | 59 | [NPoco](https://github.com/schotime/NPoco) | Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco | -| 494 | 127 | 0 | [AI-Programmer](https://github.com/primaryobjects/AI-Programmer) | Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149 | -| 494 | 142 | 50 | [Metrics.NET](https://github.com/etishor/Metrics.NET) | The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application. | -| 493 | 111 | 11 | [Unity3d-Finite-State-Machine](https://github.com/thefuntastic/Unity3d-Finite-State-Machine) | An intuitive Unity3d finite state machine (FSM). Designed with an emphasis on usability, without sacrificing utility. | -| 492 | 131 | 21 | [CacheCow](https://github.com/aliostad/CacheCow) | An ASP.NET Web API HTTP caching implementation both on client and server | -| 492 | 113 | 16 | [openiddict-core](https://github.com/openiddict/openiddict-core) | Easy-to-use OpenID Connect server for ASP.NET Core | -| 491 | 194 | 62 | [MvcSiteMapProvider](https://github.com/maartenba/MvcSiteMapProvider) | An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework. | -| 491 | 92 | 54 | [boo](https://github.com/boo-lang/boo) | The Boo Programming Language. | -| 490 | 194 | 112 | [roundhouse](https://github.com/chucknorris/roundhouse) | RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control | -| 489 | 97 | 7 | [AspNetAuthorizationWorkshop](https://github.com/blowdart/AspNetAuthorizationWorkshop) | A workshop for moving through the various new pieces in ASP.NET Core Authorization | -| 488 | 200 | 79 | [FileHelpers](https://github.com/MarcosMeli/FileHelpers) | The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams | -| 488 | 179 | 3 | [SignalR-Server](https://github.com/aspnet/SignalR-Server) | Real-time web functionality for web apps, including server-side push. | -| 487 | 134 | 4 | [CharacterController2D](https://github.com/prime31/CharacterController2D) | None | -| 486 | 147 | 16 | [ncqrs](https://github.com/pjvds/ncqrs) | Ncqrs Framework - The CQRS Framework for .NET | -| 486 | 14 | 12 | [roslyn-linq-rewrite](https://github.com/antiufo/roslyn-linq-rewrite) | Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch. | -| 484 | 306 | 698 | [Dynamo](https://github.com/DynamoDS/Dynamo) | Open source graphical programming for design | -| 484 | 189 | 67 | [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) | The WPF-based text editor component used in SharpDevelop | -| 482 | 105 | 10 | [TouchKit](https://github.com/prime31/TouchKit) | Gestures and input handling made sane for Unity | -| 480 | 106 | 15 | [PoESkillTree](https://github.com/PoESkillTree/PoESkillTree) | A Passive Skill Tree Planner for Path of Exile | -| 479 | 110 | 51 | [msgpack-cli](https://github.com/msgpack/msgpack-cli) | MessagePack implementation for Common Language Infrastructure / msgpack.org[C#] | -| 479 | 70 | 38 | [SimpleInjector](https://github.com/simpleinjector/SimpleInjector) | An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success. | -| 479 | 219 | 46 | [FastColoredTextBox](https://github.com/PavelTorgashov/FastColoredTextBox) | Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET. | -| 477 | 231 | 21 | [google-api-dotnet-client](https://github.com/google/google-api-dotnet-client) | Google APIs Client Library for .NET | -| 475 | 284 | 48 | [unity3d-store](https://github.com/soomla/unity3d-store) | Unity in-app purchase & virtual economy library. Part of The SOOMLA Framework - for game design, economy modeling and faster development. | -| 475 | 245 | 11 | [NBitcoin](https://github.com/MetacoSA/NBitcoin) | Comprehensive Bitcoin library for the .NET framework. | -| 475 | 159 | 86 | [postal](https://github.com/andrewdavey/postal) | Email sending for asp.net mvc using the view engine system to render emails. | -| 474 | 79 | 105 | [winauth](https://github.com/winauth/winauth) | Authenticator for Battle.net / Steam / Guild Wars 2 / Glyph / Runescape / SWTOR / Bitcoin and crypto | -| 470 | 115 | 31 | [coypu](https://github.com/featurist/coypu) | Intuitive, robust browser automation for .Net | -| 470 | 215 | 0 | [Hanselman.Forms](https://github.com/jamesmontemagno/Hanselman.Forms) | The most awesome Hanselman app | -| 468 | 121 | 89 | [ClosedXML](https://github.com/ClosedXML/ClosedXML) | ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and VisualBasic.NET. | -| 467 | 135 | 4 | [FairyGUI-unity](https://github.com/fairygui/FairyGUI-unity) | A flexible UI framework for Unity | -| 466 | 76 | 1 | [KvantSpray](https://github.com/keijiro/KvantSpray) | Object instancing/particle animation system for Unity | -| 466 | 107 | 76 | [EntityFramework-Plus](https://github.com/zzzprojects/EntityFramework-Plus) | Entity Framework Utilities | Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit | -| 462 | 119 | 37 | [carnac](https://github.com/Code52/carnac) | A utility to give some insight into how you use your keyboard | -| 461 | 219 | 25 | [VSSDK-Extensibility-Samples](https://github.com/Microsoft/VSSDK-Extensibility-Samples) | Samples for building your own Visual Studio extensions | -| 461 | 222 | 70 | [EntityFramework6](https://github.com/aspnet/EntityFramework6) | This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/aspnet/EntityFrameworkCore. | -| 461 | 96 | 31 | [fullserializer](https://github.com/jacobdufault/fullserializer) | A robust JSON serialization framework that just works with support for all major Unity export platforms. | -| 460 | 67 | 27 | [manos](https://github.com/jacksonh/manos) | Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple. | -| 458 | 163 | 129 | [omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn) | OmniSharp based on roslyn workspaces | -| 458 | 26 | 16 | [QuickLook](https://github.com/xupefei/QuickLook) | Bring macOS “Quick Look” feature to Windows | -| 456 | 136 | 32 | [RoomAliveToolkit](https://github.com/Microsoft/RoomAliveToolkit) | None | -| 455 | 143 | 0 | [Disruptor-net](https://github.com/disruptor-net/Disruptor-net) | Port of LMAX Disruptor to .NET | -| 455 | 281 | 27 | [monotorrent](https://github.com/mono/monotorrent) | The official repository for MonoTorrent, a bittorrent library for .NET | -| 453 | 86 | 20 | [RoslynPad](https://github.com/aelij/RoslynPad) | A cross-platform C# editor based on Roslyn and AvalonEdit | -| 452 | 246 | 145 | [buildtools](https://github.com/dotnet/buildtools) | Build tools that are necessary for building the .NET Core projects | -| 452 | 123 | 577 | [Rubberduck](https://github.com/rubberduck-vba/Rubberduck) | Every programmer needs a rubberduck. COM add-in for the VBA IDE (VBE). | -| 451 | 112 | 15 | [Nustache](https://github.com/jdiamond/Nustache) | Logic-less templates for .NET | -| 451 | 173 | 30 | [lidgren-network-gen3](https://github.com/lidgren/lidgren-network-gen3) | Lidgren Network Library | -| 451 | 191 | 1 | [itextsharp](https://github.com/itext/itextsharp) | .NET port of the iText library | -| 451 | 396 | 67 | [monotouch-bindings](https://github.com/mono/monotouch-bindings) | A collection of third party bindings for MonoTouch | -| 450 | 54 | 31 | [MessagePack-CSharp](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#] | -| 450 | 353 | 196 | [ZXing.Net.Mobile](https://github.com/Redth/ZXing.Net.Mobile) | Zxing Barcode Scanning Library for MonoTouch, Mono for Android, and Windows Phone | -| 449 | 87 | 53 | [il-repack](https://github.com/gluck/il-repack) | Open-source alternative to ILMerge | -| 448 | 135 | 68 | [CocosSharp](https://github.com/mono/CocosSharp) | CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs. | -| 447 | 200 | 12 | [rabbitmq-dotnet-client](https://github.com/rabbitmq/rabbitmq-dotnet-client) | RabbitMQ .NET client for .NET Core and .NET 4.5.1+. | -| 446 | 36 | 3 | [wtrace](https://github.com/lowleveldesign/wtrace) | Command line tracing tool for Windows, based on ETW. | -| 446 | 34 | 43 | [MSBuildStructuredLog](https://github.com/KirillOsenkov/MSBuildStructuredLog) | A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values. | -| 444 | 120 | 18 | [UnityHTTP](https://github.com/andyburke/UnityHTTP) | A TcpClient-based HTTP library for Unity. | -| 444 | 51 | 11 | [FNA](https://github.com/FNA-XNA/FNA) | FNA - Accuracy-focused XNA4 reimplementation for open platforms | -| 444 | 63 | 5 | [Klak](https://github.com/keijiro/Klak) | Creative coding library for Unity | -| 443 | 162 | 48 | [gemini](https://github.com/tgjones/gemini) | Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro. | -| 442 | 95 | 30 | [Nez](https://github.com/prime31/Nez) | Nez is a free 2D focused framework that works with MonoGame and FNA | -| 441 | 19 | 0 | [SynTex](https://github.com/mxgmn/SynTex) | Texture synthesis from examples. | -| 440 | 90 | 4 | [CAP](https://github.com/dotnetcore/CAP) | CAP is a .net standard library to achieve eventually consistent in distributed architectures system like SOA or MicroService. It is lightweight, efficiently and easy to use. | -| 438 | 387 | 89 | [ProjectPorcupine](https://github.com/TeamPorcupine/ProjectPorcupine) | Project Porcupine: A Base-Building Game...in Space! | -| 438 | 125 | 8 | [GraphView](https://github.com/Microsoft/GraphView) | GraphView is a DLL library that enables users to use SQL Server or Azure SQL Database to efficiently manage graphs. | -| 438 | 67 | 16 | [inbox2_desktop](https://github.com/waseems/inbox2_desktop) | Inbox2 deskop client | -| 435 | 58 | 1 | [Lemma](https://github.com/etodd/Lemma) | Immersive first-person parkour in a surreal, physics-driven voxel world. | +| 14502 | 7196 | 78 | [shadowsocks-windows](https://github.com/shadowsocks/shadowsocks-windows) | If you want to keep a secret, you must also hide it from yourself. | +| 12674 | 3529 | 2070 | [corefx](https://github.com/dotnet/corefx) | This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions. | +| 10931 | 390 | 114 | [CodeHub](https://github.com/CodeHubApp/CodeHub) | CodeHub is an iOS application written using Xamarin | +| 8497 | 2133 | 1490 | [coreclr](https://github.com/dotnet/coreclr) | This repo contains the .NET Core runtime, called CoreCLR, and the base library, called System.Private.Corelib (or mscorlib). It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. We welcome contributions. | +| 8250 | 2015 | 4062 | [roslyn](https://github.com/dotnet/roslyn) | The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs. | +| 8091 | 1187 | 1031 | [PowerShell](https://github.com/PowerShell/PowerShell) | PowerShell for every system! | +| 7460 | 305 | 1 | [WaveFunctionCollapse](https://github.com/mxgmn/WaveFunctionCollapse) | Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics. | +| 7332 | 2138 | 255 | [Dapper](https://github.com/StackExchange/Dapper) | Dapper - a simple object mapper for .Net | +| 6747 | 2040 | 476 | [SignalR](https://github.com/SignalR/SignalR) | Incredibly simple real-time web for .NET | +| 6663 | 732 | 369 | [Wox](https://github.com/Wox-launcher/Wox) | Launcher for Windows, an alternative to Alfred and Launchy. | +| 6510 | 1042 | 322 | [ShareX](https://github.com/ShareX/ShareX) | ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from. | +| 5843 | 2695 | 188 | [mono](https://github.com/mono/mono) | Mono open source ECMA CLI, C# and .NET implementation. | +| 5679 | 1331 | 221 | [Nancy](https://github.com/NancyFx/Nancy) | Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono | +| 5109 | 1471 | 636 | [EntityFrameworkCore](https://github.com/aspnet/EntityFrameworkCore) | Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology | +| 4935 | 1193 | 17 | [AutoMapper](https://github.com/AutoMapper/AutoMapper) | A convention-based object-object mapper in .NET. | +| 4810 | 1823 | 144 | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | +| 4690 | 1855 | 280 | [Mvc](https://github.com/aspnet/Mvc) | ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. | +| 4649 | 1534 | 196 | [RestSharp](https://github.com/restsharp/RestSharp) | Simple REST and HTTP API Client for .NET | +| 4608 | 2001 | 847 | [MonoGame](https://github.com/MonoGame/MonoGame) | One framework for creating powerful cross-platform games. | +| 4546 | 1404 | 1357 | [OpenRA](https://github.com/OpenRA/OpenRA) | Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X. | +| 4470 | 1773 | 235 | [BotBuilder](https://github.com/Microsoft/BotBuilder) | The Microsoft Bot Builder SDK is one of three main components of the Microsoft Bot Framework. The Microsoft Bot Framework provides just what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/SMS to Skype, Slack, Office 365 mail and other popular services. | +| 3998 | 1542 | 118 | [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) | A toolkit for creating Metro / Modern UI styled WPF apps. | +| 3995 | 1435 | 36 | [ServiceStack](https://github.com/ServiceStack/ServiceStack) | Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all | +| 3959 | 1090 | 101 | [ILSpy](https://github.com/icsharpcode/ILSpy) | .NET Decompiler | +| 3875 | 533 | 91 | [SparkleShare](https://github.com/hbons/SparkleShare) | Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows. | +| 3801 | 1500 | 160 | [PushSharp](https://github.com/Redth/PushSharp) | A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM and GCM - Google Cloud Message), Windows Phone, Windows 8, Amazon, Blackberry, and (soon) FirefoxOS devices! | +| 3714 | 206 | 12 | [GVFS](https://github.com/Microsoft/GVFS) | Git Virtual File System | +| 3629 | 1149 | 48 | [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers) | Easy to get started sample reference microservice and container based application. Cross-platform on Linux and Windows Containers, powered by .NET Core 2.0 and Docker engine. Supports Visual Studio 2017 and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. | +| 3618 | 758 | 177 | [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) | Google's Material Design in XAML & WPF, for C# & VB.Net. | +| 3603 | 1454 | 74 | [CefSharp](https://github.com/cefsharp/CefSharp) | .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework | +| 3438 | 1675 | 285 | [aspnetboilerplate](https://github.com/aspnetboilerplate/aspnetboilerplate) | ASP.NET Boilerplate - Application Framework | +| 3416 | 383 | 440 | [choco](https://github.com/chocolatey/choco) | Chocolatey CLI | +| 3316 | 649 | 106 | [ReactiveUI](https://github.com/reactiveui/ReactiveUI) | An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application. | +| 3257 | 1175 | 151 | [Psychson](https://github.com/brandonlw/Psychson) | Phison 2251-03 (2303) Custom Firmware & Existing Firmware Patches (BadUSB) | +| 3188 | 707 | 665 | [msbuild](https://github.com/Microsoft/msbuild) | The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio. | +| 3180 | 802 | 315 | [orleans](https://github.com/dotnet/orleans) | Orleans - Distributed Virtual Actor Model | +| 3178 | 637 | 51 | [Opserver](https://github.com/opserver/Opserver) | Stack Exchange's Monitoring System | +| 3174 | 413 | 15 | [awesome-dotnet-core](https://github.com/thangchung/awesome-dotnet-core) | :honeybee: A collection of awesome .NET core libraries, tools, frameworks and software | +| 3118 | 551 | 98 | [dnSpy](https://github.com/0xd4d/dnSpy) | .NET debugger and assembly editor | +| 3088 | 920 | 307 | [Hearthstone-Deck-Tracker](https://github.com/HearthSim/Hearthstone-Deck-Tracker) | A deck tracker and game manager for Hearthstone | +| 3054 | 771 | 307 | [Hangfire](https://github.com/HangfireIO/Hangfire) | An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required | +| 3036 | 289 | 37 | [Polly](https://github.com/App-vNext/Polly) | Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1. | +| 2957 | 229 | 209 | [react-native-windows](https://github.com/Microsoft/react-native-windows) | A framework for building native UWP and WPF apps with React. | +| 2904 | 275 | 188 | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | A multi-platform .NET UI framework (formerly known as Perspex) | +| 2847 | 461 | 86 | [Humanizer](https://github.com/Humanizr/Humanizer) | Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities | +| 2782 | 520 | 339 | [Sonarr](https://github.com/Sonarr/Sonarr) | Smart PVR for newsgroup and bittorrent users. | +| 2777 | 365 | 28 | [OptiKey](https://github.com/OptiKey/OptiKey) | OptiKey - Full computer control and speech with your eyes | +| 2679 | 504 | 69 | [BaiduPanDownloadWinform](https://github.com/Accelerider/BaiduPanDownloadWinform) | 百度网盘不限速下载工具 | +| 2637 | 857 | 194 | [NLog](https://github.com/NLog/NLog) | NLog - Advanced .NET, .NET Standard, Silverlight and Xamarin Logging | +| 2604 | 496 | 138 | [FluentValidation](https://github.com/JeremySkinner/FluentValidation) | A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules. | +| 2595 | 586 | 45 | [acat](https://github.com/intel/acat) | Assistive Context-Aware Toolkit (ACAT) | +| 2515 | 430 | 29 | [JavaScriptServices](https://github.com/aspnet/JavaScriptServices) | Microsoft ASP.NET Core JavaScript Services | +| 2491 | 676 | 277 | [akka.net](https://github.com/akkadotnet/akka.net) | Port of Akka actors for .NET | +| 2452 | 323 | 421 | [VsVim](https://github.com/jaredpar/VsVim) | Vim Emulator Plugin for Visual Studio 2012+ | +| 2432 | 868 | 257 | [SpaceEngineers](https://github.com/KeenSoftwareHouse/SpaceEngineers) | None | +| 2424 | 2125 | 57 | [WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK) | 微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边。 WeChat SDK for C#. | +| 2373 | 795 | 208 | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | General purpose redis client | +| 2366 | 776 | 411 | [cli](https://github.com/dotnet/cli) | This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...). | +| 2336 | 880 | 648 | [gitextensions](https://github.com/gitextensions/gitextensions) | GitExtensions is a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool. | +| 2326 | 231 | 73 | [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking | +| 2283 | 318 | 4 | [Destroy-Windows-10-Spying](https://github.com/Nummer/Destroy-Windows-10-Spying) | Destroy Windows Spying tool | +| 2242 | 865 | 146 | [MvvmCross](https://github.com/MvvmCross/MvvmCross) | The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac. | +| 2210 | 344 | 143 | [Rx.NET](https://github.com/Reactive-Extensions/Rx.NET) | The Reactive Extensions for .NET | +| 2195 | 1145 | 331 | [framework](https://github.com/accord-net/framework) | Machine learning, computer vision, statistics and general scientific computing for .NET | +| 2188 | 302 | 725 | [duplicati](https://github.com/duplicati/duplicati) | Store securely encrypted backups in the cloud! | +| 2170 | 412 | 114 | [EventStore](https://github.com/EventStore/EventStore) | The open-source, functional database with Complex Event Processing in JavaScript. | +| 2114 | 274 | 37 | [ScreenToGif](https://github.com/NickeManarin/ScreenToGif) | 🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video. | +| 2108 | 458 | 41 | [Topshelf](https://github.com/Topshelf/Topshelf) | An easy service hosting framework for building Windows services using .NET | +| 2091 | 436 | 47 | [Glimpse](https://github.com/Glimpse/Glimpse) | The open source diagnostics platform for the web | +| 2076 | 683 | 34 | [quartznet](https://github.com/quartznet/quartznet) | Quartz Enterprise Scheduler .NET | +| 2053 | 435 | 378 | [OpenLiveWriter](https://github.com/OpenLiveWriter/OpenLiveWriter) | An open source fork of Windows Live Writer | +| 2035 | 237 | 34 | [VisualStudioUninstaller](https://github.com/Microsoft/VisualStudioUninstaller) | Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts. | +| 2027 | 910 | 108 | [gvr-unity-sdk](https://github.com/googlevr/gvr-unity-sdk) | Google VR SDK for Unity | +| 2014 | 792 | 126 | [IdentityServer3](https://github.com/IdentityServer/IdentityServer3) | OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana | +| 2007 | 209 | 98 | [refit](https://github.com/paulcbetts/refit) | The automatic type-safe REST library for Xamarin and .NET | +| 1989 | 431 | 50 | [moq4](https://github.com/moq/moq4) | Repo for managing Moq 4.x | +| 1933 | 572 | 67 | [IdentityServer4](https://github.com/IdentityServer/IdentityServer4) | OpenID Connect and OAuth 2.0 Framework for ASP.NET Core | +| 1932 | 215 | 184 | [Locale-Emulator](https://github.com/xupefei/Locale-Emulator) | Yet Another System Region and Language Simulator | +| 1909 | 771 | 58 | [monodevelop](https://github.com/mono/monodevelop) | MonoDevelop is a cross platform IDE mostly aimed at Mono/.NET developers | +| 1897 | 510 | 85 | [VRTK](https://github.com/thestonefox/VRTK) | A productive VR Toolkit for rapidly building VR solutions in Unity3d. | +| 1882 | 3039 | 96 | [xamarin-forms-samples](https://github.com/xamarin/xamarin-forms-samples) | Sample apps built using the Xamarin.Forms framework | +| 1870 | 524 | 187 | [Swashbuckle](https://github.com/domaindrivendev/Swashbuckle) | Seamlessly adds a swagger to WebApi projects! | +| 1860 | 336 | 154 | [scriptcs](https://github.com/scriptcs/scriptcs) | Write C# apps with a text editor, nuget and the power of Roslyn! | +| 1847 | 369 | 102 | [KestrelHttpServer](https://github.com/aspnet/KestrelHttpServer) | A cross platform web server for ASP.NET Core. | +| 1844 | 273 | 6 | [ArchiSteamFarm](https://github.com/JustArchi/ArchiSteamFarm) | C# application that allows you to farm steam cards using multiple steam accounts simultaneously. | +| 1839 | 304 | 73 | [UniRx](https://github.com/neuecc/UniRx) | Reactive Extensions for Unity | +| 1812 | 283 | 15 | [stateless](https://github.com/dotnet-state-machine/stateless) | A simple library for creating state machines in C# code | +| 1811 | 397 | 332 | [kudu](https://github.com/projectkudu/kudu) | Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure. | +| 1799 | 490 | 47 | [Ninject](https://github.com/ninject/Ninject) | the ninja of .net dependency injectors | +| 1795 | 645 | 322 | [play-games-plugin-for-unity](https://github.com/playgameservices/play-games-plugin-for-unity) | Google Play Games plugin for Unity | +| 1790 | 650 | 29 | [Prism](https://github.com/PrismLibrary/Prism) | Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms. | +| 1781 | 454 | 442 | [PTVS](https://github.com/Microsoft/PTVS) | Python Tools for Visual Studio | +| 1777 | 392 | 177 | [LiteDB](https://github.com/mbdavid/LiteDB) | LiteDB - A .NET NoSQL Document Store in a single data file - www.litedb.org | +| 1776 | 1378 | 143 | [Umbraco-CMS](https://github.com/umbraco/Umbraco-CMS) | The simple, flexible and friendly ASP.NET CMS used by more than 400.000 websites | +| 1760 | 4270 | 224 | [Docs](https://github.com/aspnet/Docs) | Documentation for ASP.NET and ASP.NET Core | +| 1754 | 613 | 5 | [de4dot](https://github.com/0xd4d/de4dot) | .NET deobfuscator and unpacker. | +| 1751 | 669 | 5 | [ravendb](https://github.com/ravendb/ravendb) | ACID NoSQL Document Database | +| 1729 | 400 | 12 | [ImageProcessor](https://github.com/JimBobSquarePants/ImageProcessor) | :camera: A fluent wrapper around System.Drawing for the processing of image files. | +| 1719 | 1210 | 934 | [nopCommerce](https://github.com/nopSolutions/nopCommerce) | Free open-source ecommerce shopping cart (ASP.NET MVC) | +| 1715 | 218 | 18 | [Fody](https://github.com/Fody/Fody) | Extensible tool for weaving .net assemblies | +| 1706 | 127 | 26 | [language-ext](https://github.com/louthy/language-ext) | C# functional language extensions - a base class library for functional programming | +| 1696 | 513 | 25 | [Autofac](https://github.com/autofac/Autofac) | An addictive .NET IoC container | +| 1680 | 823 | 56 | [mongo-csharp-driver](https://github.com/mongodb/mongo-csharp-driver) | .NET Driver for MongoDB | +| 1676 | 363 | 177 | [commandline](https://github.com/gsscoder/commandline) | Terse syntax C# command line parser for .NET with F# support | +| 1655 | 335 | 12 | [Massive](https://github.com/FransBouma/Massive) | A small, happy, dynamic MicroORM for .NET that will love you forever. | +| 1653 | 515 | 131 | [UWPCommunityToolkit](https://github.com/Microsoft/UWPCommunityToolkit) | The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. The toolkit is part of the .NET Foundation. | +| 1652 | 101 | 34 | [oneget](https://github.com/OneGet/oneget) | PackageManagement (aka OneGet) is a package manager for Windows | +| 1643 | 688 | 60 | [Xamarin.Forms](https://github.com/xamarin/Xamarin.Forms) | Xamarin.Forms official home | +| 1628 | 72 | 21 | [P](https://github.com/p-org/P) | The P programming language. | +| 1624 | 283 | 4 | [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | +| 1623 | 514 | 48 | [self-driving-car-sim](https://github.com/udacity/self-driving-car-sim) | A self-driving car simulator built with Unity | +| 1620 | 606 | 301 | [websocket-sharp](https://github.com/sta/websocket-sharp) | A C# implementation of the WebSocket protocol client and server | +| 1617 | 383 | 128 | [Live-Charts](https://github.com/beto-rodriguez/Live-Charts) | Simple, flexible, interactive & powerful charts, maps and gauges for .Net | +| 1616 | 215 | 47 | [Jil](https://github.com/kevin-montrose/Jil) | Fast .NET JSON (De)Serializer, Built On Sigil | +| 1609 | 79 | 1 | [Windows-Hacks](https://github.com/LazoCoder/Windows-Hacks) | Creative and unusual things that can be done with the Windows API. | +| 1607 | 305 | 150 | [nodejstools](https://github.com/Microsoft/nodejstools) | Node.js Tools for Visual Studio | +| 1596 | 218 | 31 | [AngleSharp](https://github.com/AngleSharp/AngleSharp) | :angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications. | +| 1593 | 327 | 13 | [serilog](https://github.com/serilog/serilog) | Simple .NET logging with fully-structured events | +| 1592 | 391 | 279 | [mRemoteNG](https://github.com/mRemoteNG/mRemoteNG) | mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. | +| 1587 | 57 | 5 | [rant](https://github.com/TheBerkin/rant) | Robust text engine for procedural generation and postprocessing | +| 1587 | 229 | 8 | [ATF](https://github.com/SonyWWS/ATF) | Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others. | +| 1547 | 3158 | 62 | [monodroid-samples](https://github.com/xamarin/monodroid-samples) | A collection of Xamarin.Android sample projects. | +| 1539 | 987 | 200 | [sqlite-net](https://github.com/praeclarum/sqlite-net) | Simple, powerful, cross-platform SQLite client and ORM for .NET | +| 1527 | 695 | 63 | [elasticsearch-net](https://github.com/elastic/elasticsearch-net) | Elasticsearch.Net & NEST | +| 1519 | 498 | 14 | [CsvHelper](https://github.com/JoshClose/CsvHelper) | Library to help reading and writing CSV files | +| 1517 | 244 | 57 | [Akavache](https://github.com/akavache/Akavache) | An asynchronous, persistent key-value store | +| 1509 | 310 | 89 | [react-native-fs](https://github.com/itinance/react-native-fs) | Native filesystem access for react-native | +| 1507 | 485 | 173 | [fluentmigrator](https://github.com/fluentmigrator/fluentmigrator) | Fluent Migrations framework for .net | +| 1506 | 408 | 372 | [xunit](https://github.com/xunit/xunit) | xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. | +| 1502 | 175 | 50 | [TrueCraft](https://github.com/SirCmpwn/TrueCraft) | Minecraft for hipsters | +| 1494 | 944 | 1898 | [Orchard](https://github.com/OrchardCMS/Orchard) | Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. | +| 1490 | 181 | 63 | [standard](https://github.com/dotnet/standard) | This repo is building the .NET Standard | +| 1486 | 286 | 59 | [Entitas-CSharp](https://github.com/sschmid/Entitas-CSharp) | Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity | +| 1479 | 179 | 106 | [Borderless-Gaming](https://github.com/Codeusa/Borderless-Gaming) | Play your favorite games in a borderless window; no more time consuming alt-tabs. | +| 1474 | 148 | 687 | [ScpToolkit](https://github.com/nefarius/ScpToolkit) | Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers | +| 1467 | 178 | 316 | [hakchi2](https://github.com/ClusterM/hakchi2) | Tool that allows you to add more games to your NES/SNES Classic Mini | +| 1466 | 176 | 473 | [Radarr](https://github.com/Radarr/Radarr) | A fork of Sonarr to work with movies à la Couchpotato. | +| 1463 | 388 | 100 | [RazorEngine](https://github.com/Antaris/RazorEngine) | Open source templating engine based on Microsoft's Razor parsing engine | +| 1454 | 224 | 52 | [PostProcessing](https://github.com/Unity-Technologies/PostProcessing) | Post Processing Stack | +| 1451 | 691 | 86 | [DotNetOpenAuth](https://github.com/DotNetOpenAuth/DotNetOpenAuth) | A C# implementation of the OpenID, OAuth protocols | +| 1445 | 297 | 57 | [letsencrypt-win-simple](https://github.com/Lone-Coder/letsencrypt-win-simple) | A Simple ACME Client for Windows | +| 1439 | 509 | 68 | [Emby](https://github.com/MediaBrowser/Emby) | Emby Server is a personal media server with apps on just about every device. | +| 1425 | 108 | 6 | [Blazor](https://github.com/SteveSanderson/Blazor) | Experimental UI framework running .NET in the browser via webassembly | +| 1418 | 238 | 373 | [JSIL](https://github.com/sq/JSIL) | CIL to Javascript Compiler | +| 1418 | 548 | 276 | [ConfuserEx](https://github.com/yck1509/ConfuserEx) | An open-source, free protector for .NET applications | +| 1398 | 349 | 211 | [cake](https://github.com/cake-build/cake) | Cake (C# Make) is a cross platform build automation system. | +| 1394 | 611 | 174 | [JabbR](https://github.com/JabbR/JabbR) | Collaborative chat done right | +| 1383 | 267 | 55 | [Open-XML-SDK](https://github.com/OfficeDev/Open-XML-SDK) | Open XML SDK by Microsoft | +| 1372 | 239 | 8 | [MediatR](https://github.com/jbogard/MediatR) | Simple, unambitious mediator implementation in .NET | +| 1370 | 674 | 154 | [fluent-nhibernate](https://github.com/jagregory/fluent-nhibernate) | Fluent NHibernate! | +| 1365 | 704 | 17 | [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis) | .NET's leading C# Redis Client | +| 1357 | 220 | 42 | [graphql-dotnet](https://github.com/graphql-dotnet/graphql-dotnet) | GraphQL for .NET | +| 1357 | 638 | 131 | [Identity](https://github.com/aspnet/Identity) | ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. | +| 1354 | 386 | 7 | [referencesource](https://github.com/Microsoft/referencesource) | Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework | +| 1349 | 718 | 125 | [octokit.net](https://github.com/octokit/octokit.net) | A GitHub API client library for .NET | +| 1340 | 471 | 46 | [Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) | A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability. | +| 1288 | 496 | 117 | [mui](https://github.com/firstfloorsoftware/mui) | Modern UI for WPF | +| 1287 | 956 | 412 | [Xamarin-Forms-Labs](https://github.com/XLabs/Xamarin-Forms-Labs) | Xamarin Forms Labs is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms. | +| 1286 | 142 | 38 | [GraphEngine](https://github.com/Microsoft/GraphEngine) | Microsoft Graph Engine | +| 1286 | 353 | 21 | [C-Sharp-Algorithms](https://github.com/aalhour/C-Sharp-Algorithms) | A C# plug-and-play class-library project of standard Data Structures and Algorithms. | +| 1285 | 509 | 174 | [libgit2sharp](https://github.com/libgit2/libgit2sharp) | Git + .NET/Mono = ❤ | +| 1283 | 304 | 86 | [Simple.Data](https://github.com/markrendle/Simple.Data) | A light-weight, dynamic data access component for C# 4.0 | +| 1276 | 438 | 70 | [Template10](https://github.com/Windows-XAML/Template10) | Making Windows 10 apps awesome | +| 1271 | 148 | 179 | [Eto](https://github.com/picoe/Eto) | Cross platform GUI framework for desktop and mobile applications in .NET | +| 1254 | 342 | 0 | [UnityDecompiled](https://github.com/MattRix/UnityDecompiled) | An unofficial repo of decompiled Unity dll files | +| 1250 | 639 | 68 | [MassTransit](https://github.com/MassTransit/MassTransit) | Distributed Application Framework for .NET | +| 1242 | 463 | 163 | [mathnet-numerics](https://github.com/mathnet/mathnet-numerics) | Math.NET Numerics | +| 1227 | 395 | 110 | [React.NET](https://github.com/reactjs/React.NET) | .NET library for JSX compilation and server-side rendering of React components | +| 1224 | 721 | 714 | [nhibernate-core](https://github.com/nhibernate/nhibernate-core) | NHibernate Object Relational Mapper | +| 1222 | 160 | 42 | [ImageSharp](https://github.com/SixLabors/ImageSharp) | :camera: A cross-platform library for the processing of image files; written in C# | +| 1221 | 2526 | 78 | [PnP](https://github.com/SharePoint/PnP) | SharePoint / Office 365 Developer Patterns and Practices | +| 1214 | 111 | 56 | [TailBlazer](https://github.com/RolandPheasant/TailBlazer) | A modern file tail utility based on Rx.Net which show cases reactive programming and Dynamic Data (see https://github.com/RolandPheasant/DynamicData) | +| 1213 | 126 | 6 | [temporal](https://github.com/playdeadgames/temporal) | Temporal Reprojection Anti-Aliasing for Unity 5.0+ | +| 1190 | 399 | 9 | [m-r](https://github.com/gregoryyoung/m-r) | Simple CQRS example | +| 1186 | 380 | 46 | [Serenity](https://github.com/volkanceylan/Serenity) | Business Apps Made Simple with Asp.Net Core MVC / TypeScript | +| 1185 | 430 | 237 | [git-tfs](https://github.com/git-tfs/git-tfs) | A Git/TFS bridge, similar to git-svn | +| 1184 | 210 | 22 | [AutoFixture](https://github.com/AutoFixture/AutoFixture) | AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data. | +| 1181 | 323 | 41 | [DotNetty](https://github.com/Azure/DotNetty) | DotNetty project – a port of netty, event-driven asynchronous network application framework | +| 1179 | 320 | 129 | [idle_master](https://github.com/jshackles/idle_master) | Get your Steam Trading Cards the Easy Way | +| 1179 | 479 | 79 | [PetaPoco](https://github.com/CollaboratingPlatypus/PetaPoco) | Official PetaPoco, A tiny ORM-ish thing for your POCO's | +| 1167 | 371 | 5 | [abot](https://github.com/sjdirect/abot) | C# web crawler built for speed and flexibility. Please star this project! +1. Contact me with exciting opportunities!! | +| 1166 | 554 | 144 | [NServiceBus](https://github.com/Particular/NServiceBus) | The most popular service bus for .NET | +| 1165 | 120 | 59 | [ColorHighlighter](https://github.com/Monnoroch/ColorHighlighter) | ColorHighlighter - is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors. Documentation: https://monnoroch.github.io/ColorHighlighter. | +| 1163 | 421 | 113 | [netmq](https://github.com/zeromq/netmq) | A 100% native C# implementation of ZeroMQ for .NET | +| 1161 | 444 | 274 | [SharpDevelop](https://github.com/icsharpcode/SharpDevelop) | #develop (short for SharpDevelop) is a free IDE for .NET programming languages. | +| 1160 | 467 | 84 | [Bonobo-Git-Server](https://github.com/jakubgarfield/Bonobo-Git-Server) | Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info. | +| 1157 | 69 | 31 | [AtomOS](https://github.com/amaneureka/AtomOS) | A multitasking monolithic Kernel based x86 targeting Operating System written in C# from scratch aiming for high-level implementation of drivers in managed environment. | +| 1157 | 317 | 39 | [NEventStore](https://github.com/NEventStore/NEventStore) | A persistence agnostic Event Store for .NET | +| 1153 | 305 | 59 | [osu](https://github.com/ppy/osu) | rhythm is just a *click* away! | +| 1153 | 392 | 0 | [NoahGameFrame](https://github.com/ketoo/NoahGameFrame) | A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal. https://github.com/ketoo/NFClient | +| 1151 | 122 | 146 | [ink](https://github.com/inkle/ink) | inkle's open source scripting language for writing interactive narrative. | +| 1146 | 380 | 173 | [EntityFramework.Extended](https://github.com/zzzprojects/EntityFramework.Extended) | Add-on feature for Entity Framework | +| 1146 | 511 | 23 | [Hawk](https://github.com/ferventdesert/Hawk) | visualized crawler & ETL IDE written with C#/WPF | +| 1143 | 607 | 158 | [MixedRealityToolkit-Unity](https://github.com/Microsoft/MixedRealityToolkit-Unity) | MixedRealityToolkit-Unity uses code from the base MixedRealityToolkit repository and makes it easier to consume in Unity. | +| 1140 | 846 | 10 | [MusicStore](https://github.com/aspnet/MusicStore) | MusicStore test application that uses ASP.NET/EF Core | +| 1139 | 416 | 68 | [DownmarkerWPF](https://github.com/Code52/DownmarkerWPF) | MarkPad - a visual Markdown editor (inspired by the Downmarker project) | +| 1138 | 2730 | 21 | [mobile-samples](https://github.com/xamarin/mobile-samples) | None | +| 1136 | 378 | 76 | [MaterialSkin](https://github.com/IgnaceMaes/MaterialSkin) | Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles. | +| 1129 | 420 | 220 | [OrchardCore](https://github.com/OrchardCMS/OrchardCore) | Open Source Content Management System built with ASP.NET Core on top of Modular and Extensible Application Framework | +| 1124 | 710 | 72 | [Lean](https://github.com/QuantConnect/Lean) | Lean Algorithmic Trading Engine by QuantConnect (C#, Python, F#) | +| 1120 | 199 | 78 | [winsw](https://github.com/kohsuke/winsw) | A wrapper executable that can be used to host any executable as an Windows service, in a liberal license | +| 1114 | 437 | 251 | [nunit](https://github.com/nunit/nunit) | NUnit 3.0 Framework | +| 1109 | 162 | 297 | [Bridge](https://github.com/bridgedotnet/Bridge) | :spades: C# to JavaScript compiler. Write modern mobile and web apps in C#. Run them anywhere in JavaScript with Bridge.NET. | +| 1101 | 782 | 26 | [AngularJSAuthentication](https://github.com/tjoudeh/AngularJSAuthentication) | Tutorial shows Authentication in AngularJS with ASP.NET Web API 2 and Owin Middle-ware using access tokens and refresh tokens approach | +| 1100 | 504 | 190 | [SpecFlow](https://github.com/techtalk/SpecFlow) | Binding business requirements to .Net code | +| 1095 | 466 | 6 | [StockSharp](https://github.com/StockSharp/StockSharp) | Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, bitcoins and options). | +| 1093 | 199 | 28 | [Git-Credential-Manager-for-Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) | Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication. | +| 1087 | 301 | 52 | [voat](https://github.com/voat/voat) | The code that powers Voat | +| 1078 | 186 | 124 | [SignalR](https://github.com/aspnet/SignalR) | Incredibly simple real-time web for ASP.NET Core | +| 1078 | 454 | 96 | [EasyNetQ](https://github.com/EasyNetQ/EasyNetQ) | An easy to use .NET API for RabbitMQ | +| 1064 | 811 | 1 | [PokemonGo-Bot](https://github.com/Logxn/PokemonGo-Bot) | A full functional bot that can act like the normal phone app | +| 1060 | 424 | 123 | [npgsql](https://github.com/npgsql/npgsql) | Npgsql is the .NET data provider for PostgreSQL. | +| 1059 | 273 | 26 | [SteamKit](https://github.com/SteamRE/SteamKit) | SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network. | +| 1056 | 503 | 336 | [oxyplot](https://github.com/oxyplot/oxyplot) | A plotting library for .NET | +| 1054 | 180 | 282 | [DS4Windows](https://github.com/Jays2Kings/DS4Windows) | Like those other ds4tools, but sexier | +| 1048 | 199 | 19 | [FluentScheduler](https://github.com/fluentscheduler/FluentScheduler) | Automated job scheduler with fluent interface. | +| 1041 | 149 | 32 | [ml-agents](https://github.com/Unity-Technologies/ml-agents) | Unity Machine Learning Agents | +| 1037 | 264 | 104 | [Cosmos](https://github.com/CosmosOS/Cosmos) | Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more! | +| 1034 | 1469 | 23 | [ios-samples](https://github.com/xamarin/ios-samples) | Xamarin.iOS sample apps | +| 1027 | 485 | 45 | [SuperSocket](https://github.com/kerryjiang/SuperSocket) | SuperSocket is a light weight, cross platform and extensible socket server application framework. | +| 1017 | 408 | 110 | [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) | #ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. | +| 1016 | 245 | 6 | [Templates](https://github.com/ASP-NET-Core-Boilerplate/Templates) | Professional ASP.NET Core project templates for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default ASP.NET Core project template provided by Microsoft. | +| 1014 | 581 | 85 | [QuasarRAT](https://github.com/quasar/QuasarRAT) | Remote Administration Tool for Windows | +| 1011 | 298 | 17 | [Exceptionless](https://github.com/exceptionless/Exceptionless) | Exceptionless server and jobs | +| 1010 | 904 | 242 | [azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net) | Azure Tools for Visual Studio | +| 1008 | 294 | 18 | [dotnet](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | +| 996 | 337 | 646 | [openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor) | Open Hardware Monitor | +| 994 | 580 | 45 | [ServiceStack.OrmLite](https://github.com/ServiceStack/ServiceStack.OrmLite) | Fast, Simple, Typed ORM for .NET | +| 994 | 343 | 50 | [cecil](https://github.com/jbevain/cecil) | Cecil is a library to inspect, modify and generate .NET programs and libraries. | +| 989 | 106 | 50 | [practical-aspnetcore](https://github.com/dodyg/practical-aspnetcore) | Practical samples of aspnet core (1.1 and 2.0) projects you can use. Readme contains explanations on all projects. | +| 977 | 289 | 302 | [WebEssentials2013](https://github.com/madskristensen/WebEssentials2013) | Visual Studio extension | +| 965 | 181 | 22 | [SHFB](https://github.com/EWSoftware/SHFB) | Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools. | +| 962 | 193 | 16 | [LevelEditor](https://github.com/SonyWWS/LevelEditor) | The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels. | +| 962 | 236 | 58 | [XamarinComponents](https://github.com/xamarin/XamarinComponents) | Plugins for Xamarin | +| 960 | 336 | 7 | [neo](https://github.com/neo-project/neo) | NEO Smart Economy | +| 959 | 1000 | 71 | [SteamBot](https://github.com/Jessecar96/SteamBot) | Automated bot software for interacting with Steam Trade | +| 958 | 227 | 83 | [fluentassertions](https://github.com/fluentassertions/fluentassertions) | Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks MSTest, MSTest2, NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec. | +| 951 | 139 | 1 | [Unity5Effects](https://github.com/i-saint/Unity5Effects) | None | +| 950 | 507 | 15 | [Scut](https://github.com/ScutGame/Scut) | Scut is a free, open source, stable game server framework, which support C#/Python/Lua script, and support Unity3d, Cocos2dx, FlashAir client access. | +| 948 | 196 | 121 | [xwt](https://github.com/mono/xwt) | A cross-platform UI toolkit for creating desktop applications with .NET and Mono | +| 947 | 195 | 0 | [UnityToolbag](https://github.com/nickgravelyn/UnityToolbag) | Variety of Unity scripts and tools. | +| 942 | 142 | 43 | [TensorFlowSharp](https://github.com/migueldeicaza/TensorFlowSharp) | TensorFlow API for .NET languages | +| 931 | 43 | 18 | [SteamCleaner](https://github.com/Codeusa/SteamCleaner) | :us: A PC utility for restoring disk space from various game clients like Origin, Steam, Uplay, Battle.net, GoG and Nexon :us: | +| 929 | 522 | 428 | [NuGetGallery](https://github.com/NuGet/NuGetGallery) | The NuGet Gallery | +| 928 | 651 | 216 | [SmartStoreNET](https://github.com/smartstoreag/SmartStoreNET) | Open Source ASP.NET MVC Ecommerce Shopping Cart Solution | +| 924 | 97 | 151 | [PSReadLine](https://github.com/lzybkr/PSReadLine) | A bash inspired readline implementation for PowerShell | +| 924 | 129 | 17 | [AsyncEx](https://github.com/StephenCleary/AsyncEx) | A helper library for async/await. | +| 923 | 239 | 130 | [jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET | +| 921 | 256 | 151 | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | Swagger tools for documenting API's built on ASP.NET Core | +| 917 | 443 | 187 | [VisualStudio](https://github.com/github/VisualStudio) | GitHub Extension for Visual Studio | +| 915 | 281 | 48 | [NAudio](https://github.com/naudio/NAudio) | Audio and MIDI library for .NET | +| 910 | 124 | 8 | [Sprache](https://github.com/sprache/Sprache) | Tiny C# Monadic Parser Framework | +| 905 | 414 | 10 | [enode](https://github.com/tangxuehua/enode) | ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications. | +| 901 | 260 | 7 | [LOIC](https://github.com/NewEraCracker/LOIC) | Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. | +| 884 | 224 | 15 | [TouchScript](https://github.com/TouchScript/TouchScript) | Complete multi-touch solution for Unity: iOS, Android, Windows, TUIO. | +| 881 | 361 | 1 | [tolua](https://github.com/topameng/tolua) | The fastest unity lua binding solution | +| 880 | 305 | 148 | [wcf](https://github.com/dotnet/wcf) | This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services. | +| 876 | 98 | 5 | [clojure-clr](https://github.com/clojure/clojure-clr) | A port of Clojure to the CLR, part of the Clojure project | +| 875 | 151 | 135 | [pythonnet](https://github.com/pythonnet/pythonnet) | Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers. | +| 875 | 377 | 23 | [WPF-Samples](https://github.com/Microsoft/WPF-Samples) | Repository for WPF related samples | +| 872 | 192 | 123 | [CppSharp](https://github.com/mono/CppSharp) | Tools and libraries to glue C/C++ APIs to high-level languages | +| 872 | 287 | 18 | [UniLua](https://github.com/xebecnan/UniLua) | A pure c# implementation of Lua 5.2 focus on compatibility with Unity | +| 872 | 270 | 7 | [LuaFramework_UGUI](https://github.com/jarjin/LuaFramework_UGUI) | 基于uGUI+tolua的简单游戏框架 http://ulua.org/ | +| 870 | 858 | 54 | [jquery.fileDownload](https://github.com/johnculviner/jquery.fileDownload) | jQuery File Download is a cross server platform compatible jQuery plugin that allows for an Ajax-like file download experience that isn’t normally possible using the web. | +| 868 | 177 | 45 | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | A friendly substitute for .NET mocking libraries. | +| 865 | 176 | 54 | [generator-aspnet](https://github.com/OmniSharp/generator-aspnet) | yo generator for ASP.NET Core | +| 862 | 275 | 44 | [SimplCommerce](https://github.com/simplcommerce/SimplCommerce) | A simple, cross platform, modularized ecommerce system built on .NET Core | +| 862 | 555 | 14 | [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text) | .NET's fastest JSON, JSV and CSV Text Serializers | +| 859 | 67 | 2 | [Scientist.net](https://github.com/github/Scientist.net) | A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library | +| 856 | 316 | 56 | [opentk](https://github.com/opentk/opentk) | This Open Toolkit library is a fast, low-level C# wrapper for OpenGL and OpenAL. It can be used standalone or inside a GUI on Windows, Linux, Mac, Android and iOS. | +| 854 | 249 | 265 | [x360ce](https://github.com/x360ce/x360ce) | Primary repository for the x360ce library, front-end and tools. | +| 850 | 1157 | 53 | [BotBuilder-Samples](https://github.com/Microsoft/BotBuilder-Samples) | Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK! | +| 843 | 176 | 1 | [JustDecompileEngine](https://github.com/telerik/JustDecompileEngine) | The decompilation engine of JustDecompile | +| 838 | 224 | 261 | [corefxlab](https://github.com/dotnet/corefxlab) | This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo. | +| 837 | 78 | 31 | [ZeroFormatter](https://github.com/neuecc/ZeroFormatter) | Fastest C# Serializer and Infinitely Fast Deserializer for .NET, .NET Core and Unity. | +| 836 | 848 | 614 | [azure-powershell](https://github.com/Azure/azure-powershell) | Microsoft Azure PowerShell | +| 834 | 375 | 0 | [unityassets](https://github.com/fholm/unityassets) | Assorted unity assets and utilities | +| 830 | 381 | 0 | [Common.Utility](https://github.com/Jimmey-Jiang/Common.Utility) | 比较全面的c#帮助类 | +| 827 | 86 | 10 | [CSharpVerbalExpressions](https://github.com/VerbalExpressions/CSharpVerbalExpressions) | None | +| 826 | 333 | 119 | [SharpDX](https://github.com/sharpdx/SharpDX) | SharpDX GitHub Repository | +| 826 | 147 | 99 | [ACMESharp](https://github.com/ebekker/ACMESharp) | An ACME client library and PowerShell client for the .NET platform (Let's Encrypt) | +| 824 | 199 | 390 | [subtitleedit](https://github.com/SubtitleEdit/subtitleedit) | the subtitle editor :) | +| 823 | 247 | 13 | [xamarin-android](https://github.com/xamarin/xamarin-android) | Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C# | +| 819 | 310 | 3 | [cqrs-journey](https://github.com/MicrosoftArchive/cqrs-journey) | Microsoft patterns & pratices CQRS Journey sample application | +| 817 | 332 | 0 | [Xamarin.Plugins](https://github.com/jamesmontemagno/Xamarin.Plugins) | Cross platform xamarin and windows plugins for PCLs | +| 815 | 225 | 132 | [docfx](https://github.com/dotnet/docfx) | Tools for building and publishing API documentation for .NET projects | +| 813 | 187 | 93 | [codeformatter](https://github.com/dotnet/codeformatter) | Tool that uses Roslyn to automatically rewrite the source to follow our coding styles | +| 810 | 65 | 34 | [Aerial](https://github.com/cDima/Aerial) | Aerial Apple TV screen saver for Windows | +| 810 | 337 | 41 | [Dapper-Extensions](https://github.com/tmsmith/Dapper-Extensions) | Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance. | +| 807 | 108 | 5 | [Skinner](https://github.com/keijiro/Skinner) | Special Effects with Skinned Mesh in Unity | +| 806 | 170 | 48 | [opencover](https://github.com/OpenCover/opencover) | A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points | +| 804 | 231 | 26 | [CacheManager](https://github.com/MichaCo/CacheManager) | CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features. | +| 802 | 505 | 104 | [tesseract](https://github.com/charlesw/tesseract) | A .Net wrapper for tesseract-ocr | +| 801 | 484 | 21 | [KanColleViewer](https://github.com/Grabacr07/KanColleViewer) | 艦これブラウザーのようなもの | +| 800 | 285 | 10 | [gogotester](https://github.com/azzvx/gogotester) | None | +| 800 | 125 | 21 | [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) | Steamworks wrapper for Unity / C# | +| 796 | 202 | 142 | [NSwag](https://github.com/RSuter/NSwag) | The Swagger (Open API) toolchain for .NET, Web API and TypeScript. | +| 795 | 239 | 21 | [ReactiveTrader](https://github.com/AdaptiveConsulting/ReactiveTrader) | Sample reactive UIs in WPF and HTML5, using RxNet/RxJS and SignalR | +| 795 | 198 | 22 | [UniversalAdbDriver](https://github.com/koush/UniversalAdbDriver) | One size fits all Windows Drivers for Android Debug Bridge. | +| 794 | 111 | 31 | [skynet](https://github.com/atemerev/skynet) | Skynet 1M threads microbenchmark | +| 792 | 353 | 23 | [ExcelDataReader](https://github.com/ExcelDataReader/ExcelDataReader) | Lightweight and fast library written in C# for reading Microsoft Excel files | +| 791 | 361 | 4 | [lucenenet](https://github.com/apache/lucenenet) | Mirror of Apache Lucene.Net | +| 788 | 211 | 113 | [duality](https://github.com/AdamsLair/duality) | a 2D Game Development Framework | +| 787 | 269 | 184 | [GitVersion](https://github.com/GitTools/GitVersion) | Easy Semantic Versioning (http://semver.org) for projects using Git | +| 785 | 172 | 28 | [xamarin-macios](https://github.com/xamarin/xamarin-macios) | Bridges the worlds of .NET with the native APIs of Mac, iOS, tvOS, and watchOS. | +| 784 | 432 | 63 | [facebook-csharp-sdk](https://github.com/facebook-csharp-sdk/facebook-csharp-sdk) | Facebook SDK for .NET | +| 781 | 373 | 37 | [MiniBlog](https://github.com/madskristensen/MiniBlog) | A minimal blog engine using Razor Web Pages | +| 777 | 225 | 107 | [code-cracker](https://github.com/code-cracker/code-cracker) | An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. | +| 777 | 245 | 6 | [EquinoxProject](https://github.com/EduardoPires/EquinoxProject) | Full ASP.NET Core 2.0 application with DDD, CQRS and Event Sourcing | +| 770 | 284 | 15 | [GalaxyExplorer](https://github.com/Microsoft/GalaxyExplorer) | Galaxy Explorer is the application Microsoft is building as part of the Share Your Idea campaign. | +| 768 | 264 | 28 | [structuremap](https://github.com/structuremap/structuremap) | A Dependency Injection/Inversion of Control tool for .NET | +| 766 | 254 | 83 | [opencvsharp](https://github.com/shimat/opencvsharp) | .NET Framework wrapper for OpenCV | +| 765 | 280 | 25 | [BrockAllen.MembershipReboot](https://github.com/brockallen/BrockAllen.MembershipReboot) | MembershipReboot is a user identity management and authentication library. | +| 764 | 88 | 6 | [Netling](https://github.com/hallatore/Netling) | Netling is a load tester client for easy web testing. | +| 763 | 129 | 21 | [Fido](https://github.com/Netflix/Fido) | None | +| 762 | 216 | 41 | [TShock](https://github.com/Pryaxis/TShock) | A server mod for Terraria that adds features everyone loves. | +| 762 | 220 | 82 | [blink1](https://github.com/todbot/blink1) | Official software for blink(1) USB RGB LED by ThingM | +| 762 | 209 | 18 | [Accelerider.Windows](https://github.com/Accelerider/Accelerider.Windows) | 百度网盘不限速下载工具 (Baidu net-disk download tool without speed limit.) | +| 759 | 113 | 115 | [WindowsTemplateStudio](https://github.com/Microsoft/WindowsTemplateStudio) | Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices. | +| 753 | 197 | 146 | [SSH.NET](https://github.com/sshnet/SSH.NET) | SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism. | +| 752 | 230 | 13 | [dnscrypt-win-client](https://github.com/opendns/dnscrypt-win-client) | Windows front end for DNSCrypt Proxy | +| 750 | 254 | 247 | [corert](https://github.com/dotnet/corert) | This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain. | +| 747 | 250 | 122 | [msbuildtasks](https://github.com/loresoft/msbuildtasks) | The MSBuild Community Tasks Project is an open source project for MSBuild tasks. | +| 746 | 170 | 247 | [StyleCopAnalyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) | An implementation of StyleCop rules using the .NET Compiler Platform | +| 745 | 105 | 18 | [Ombi](https://github.com/tidusjar/Ombi) | Want a Movie or TV Show on Plex or Emby? Use Ombi! | +| 742 | 106 | 17 | [Flurl](https://github.com/tmenier/Flurl) | Fluent URL builder and testable HTTP for .NET | +| 741 | 117 | 61 | [Dragablz](https://github.com/ButchersBoy/Dragablz) | Dragable and tearable tab control for WPF | +| 738 | 323 | 34 | [Windsor](https://github.com/castleproject/Windsor) | Castle Windsor is a best of breed, mature Inversion of Control container available for .NET | +| 737 | 145 | 24 | [UI-For-UWP](https://github.com/telerik/UI-For-UWP) | This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications. | +| 736 | 392 | 13 | [SocialGoal](https://github.com/MarlabsInc/SocialGoal) | Sample web app for ASP.NET MVC 5, EF 6 Code First, AutoMapper, Autofac and TDD | +| 732 | 246 | 8 | [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb) | Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model | +| 728 | 288 | 34 | [Fleck](https://github.com/statianzo/Fleck) | C# Websocket Implementation | +| 728 | 126 | 51 | [nodatime](https://github.com/nodatime/nodatime) | A better date and time API for .NET | +| 726 | 456 | 28 | [UnityStudio](https://github.com/RaduMC/UnityStudio) | Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps. | +| 726 | 64 | 46 | [SyncTrayzor](https://github.com/canton7/SyncTrayzor) | Windows tray utility / filesystem watcher / launcher for Syncthing | +| 724 | 210 | 53 | [cscore](https://github.com/filoe/cscore) | An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited. | +| 722 | 185 | 121 | [linq2db](https://github.com/linq2db/linq2db) | Linq to database provider. | +| 720 | 99 | 3 | [J3D](https://github.com/drojdjou/J3D) | J3D - unity3d-to-threejs exporter | +| 720 | 348 | 100 | [aws-sdk-net](https://github.com/aws/aws-sdk-net) | The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site: | +| 713 | 53 | 6 | [peachpie](https://github.com/peachpiecompiler/peachpie) | Peachpie - the PHP 7 compiler and runtime for .NET and .NET Core | +| 712 | 378 | 30 | [stripe-dotnet](https://github.com/stripe/stripe-dotnet) | Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for stripe.com. | +| 711 | 391 | 219 | [White](https://github.com/TestStack/White) | TestStack.White | +| 709 | 62 | 59 | [OldSquirrelForWindows](https://github.com/Squirrel/OldSquirrelForWindows) | It's like ClickOnce but Works™ | +| 704 | 113 | 55 | [MoreLINQ](https://github.com/morelinq/MoreLINQ) | Extensions to LINQ to Objects | +| 702 | 60 | 5 | [Bogus](https://github.com/bchavez/Bogus) | :card_index: A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js. | +| 701 | 337 | 111 | [Security](https://github.com/aspnet/Security) | Middleware for security and authorization of web apps. | +| 701 | 193 | 89 | [Razor](https://github.com/aspnet/Razor) | Parser and code generator for CSHTML files used in view pages for MVC web apps. | +| 701 | 197 | 42 | [ReactiveTraderCloud](https://github.com/AdaptiveConsulting/ReactiveTraderCloud) | Real-time trading platform demo showcasing reactive programming principles applied across the full application stack. | +| 698 | 133 | 212 | [CodeContracts](https://github.com/Microsoft/CodeContracts) | Source code for the CodeContracts tools for .NET | +| 698 | 124 | 97 | [Futile](https://github.com/MattRix/Futile) | A super simple Unity 2D framework | +| 695 | 42 | 145 | [MyTested.AspNetCore.Mvc](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc) | Fluent testing framework for ASP.NET Core MVC. | +| 695 | 210 | 56 | [shouldly](https://github.com/shouldly/shouldly) | Should testing for .NET - the way Asserting *Should* be! | +| 693 | 57 | 45 | [core](https://github.com/bitwarden/core) | The core infrastructure backend (API, database, etc). | +| 693 | 124 | 15 | [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | The easy mocking library for .NET | +| 691 | 90 | 103 | [VS-PPT](https://github.com/Microsoft/VS-PPT) | Productivity Power Tools - a set of Visual Studio extensions improving developer productivity. | +| 690 | 97 | 11 | [NetGain](https://github.com/StackExchange/NetGain) | A high performance websocket server library powering Stack Overflow. | +| 687 | 63 | 25 | [markdig](https://github.com/lunet-io/markdig) | A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET | +| 687 | 410 | 72 | [dockpanelsuite](https://github.com/dockpanelsuite/dockpanelsuite) | DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms | +| 686 | 109 | 207 | [superputty](https://github.com/jimradford/superputty) | The SuperPuTTY Window Manager for putty sessions | +| 684 | 110 | 13 | [CommonMark.NET](https://github.com/Knagis/CommonMark.NET) | Implementation of CommonMark specification in C# for converting Markdown documents to HTML. Optimized for maximum performance and portability. | +| 684 | 182 | 39 | [machine.specifications](https://github.com/machine/machine.specifications) | Machine.Specifications is a Context/Specification framework geared towards removing language noise and simplifying tests. | +| 682 | 102 | 12 | [LightShafts](https://github.com/robertcupisz/LightShafts) | A light shafts (volumetric shadows) effect for Unity. | +| 679 | 120 | 27 | [Brighter](https://github.com/BrighterCommand/Brighter) | Command Dispatcher, Processor, and Distributed Task Queue | +| 676 | 207 | 89 | [Strathweb.CacheOutput](https://github.com/filipw/Strathweb.CacheOutput) | ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers | +| 676 | 121 | 126 | [Wyam](https://github.com/Wyamio/Wyam) | A modular static content and static site generator. | +| 672 | 101 | 51 | [Costura](https://github.com/Fody/Costura) | Embed references as resources | +| 671 | 166 | 26 | [WebApiThrottle](https://github.com/stefanprodan/WebApiThrottle) | ASP.NET Web API rate limiter for IIS and Owin hosting | +| 670 | 47 | 15 | [Facepunch.Steamworks](https://github.com/Facepunch/Facepunch.Steamworks) | Another fucking c# Steamworks implementation | +| 669 | 134 | 79 | [perfview](https://github.com/Microsoft/perfview) | PerfView is a CPU and memory performance-analysis tool | +| 668 | 160 | 31 | [Mobius](https://github.com/Microsoft/Mobius) | C# and F# language binding and extensions to Apache Spark | +| 667 | 167 | 70 | [NLua](https://github.com/NLua/NLua) | NLua is the bind between Lua world and the .NET world. | +| 667 | 201 | 7 | [WebAPIContrib](https://github.com/WebApiContrib/WebAPIContrib) | Community Contributions for ASP.NET Web API | +| 664 | 93 | 22 | [Netjs](https://github.com/praeclarum/Netjs) | .NET to TypeScript and JavaScript compiler | +| 660 | 248 | 96 | [SteamDesktopAuthenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) | Desktop implementation of Steam's mobile authenticator app | +| 657 | 101 | 16 | [scallion](https://github.com/lachesis/scallion) | GPU-based Onion Hash generator | +| 657 | 219 | 56 | [dotless](https://github.com/dotless/dotless) | .NET Port of the ruby Less CSS lib | +| 656 | 186 | 1 | [Rebus](https://github.com/rebus-org/Rebus) | :bus: Simple and lean service bus implementation for .NET | +| 655 | 187 | 18 | [UnitySteer](https://github.com/ricardojmendez/UnitySteer) | Steering, obstacle avoidance and path following behaviors for the Unity Game Engine | +| 652 | 229 | 63 | [IdentityManager](https://github.com/IdentityManager/IdentityManager) | User & Identity Management | +| 651 | 187 | 34 | [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) | The GongSolutions.WPF.DragDrop library is a drag'n'drop framework for WPF | +| 648 | 54 | 75 | [AudioSwitch](https://github.com/sirWest/AudioSwitch) | Switch between default audio input or output + change volume | +| 648 | 623 | 82 | [SolrNet](https://github.com/SolrNet/SolrNet) | Solr client for .Net | +| 642 | 141 | 0 | [MimeKit](https://github.com/jstedfast/MimeKit) | A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools. | +| 642 | 225 | 23 | [Fluent.Ribbon](https://github.com/fluentribbon/Fluent.Ribbon) | WPF Ribbon control like in Office | +| 638 | 81 | 48 | [depressurizer](https://github.com/rallion/depressurizer) | None | +| 637 | 170 | 141 | [codemaid](https://github.com/codecadwallader/codemaid) | CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. | +| 635 | 402 | 311 | [RocketBot](https://github.com/TheUnnameOrganization/RocketBot) | Modified Version of NecroBot | +| 632 | 99 | 17 | [Windows-10-Login-Background-Changer](https://github.com/PFCKrutonium/Windows-10-Login-Background-Changer) | Changes the Windows 10 Login Screen Background | +| 631 | 182 | 15 | [Node_Editor_Framework](https://github.com/Seneral/Node_Editor_Framework) | Node Editor framework for Unity3D | +| 630 | 44 | 30 | [QuickLook](https://github.com/xupefei/QuickLook) | Bring macOS “Quick Look” feature to Windows | +| 628 | 276 | 8 | [SqlSugar](https://github.com/sunkaixuan/SqlSugar) | Best ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm | +| 625 | 152 | 54 | [marten](https://github.com/JasperFx/marten) | Postgresql as a Document Database and Event Store for .Net Applications | +| 623 | 150 | 2 | [imewlconverter](https://github.com/studyzy/imewlconverter) | 一款开源免费的输入法词库转换程序 | +| 623 | 67 | 22 | [Sigil](https://github.com/kevin-montrose/Sigil) | A fail-fast validating helper for .NET CIL generation | +| 621 | 132 | 48 | [PowerForensics](https://github.com/Invoke-IR/PowerForensics) | PowerForensics provides an all in one platform for live disk forensic analysis | +| 621 | 104 | 40 | [SkiaSharp](https://github.com/mono/SkiaSharp) | The Skia 2D Graphics library from Google exposed to .NET languages and runtimes across the board | +| 620 | 114 | 18 | [Spotify-Ad-Blocker](https://github.com/Xeroday/Spotify-Ad-Blocker) | EZBlocker - A Spotify Ad Blocker for Windows | +| 620 | 171 | 40 | [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR) | A virtual reality interaction system for unity based on physics. | +| 617 | 117 | 14 | [Foundatio](https://github.com/FoundatioFx/Foundatio) | Pluggable foundation blocks for building distributed apps. | +| 617 | 490 | 245 | [allReady](https://github.com/HTBox/allReady) | This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities. | +| 615 | 144 | 1 | [GitSharp](https://github.com/henon/GitSharp) | A Git implementation for .Net and Mono | +| 614 | 282 | 22 | [umeng-muti-channel-build-tool](https://github.com/umeng/umeng-muti-channel-build-tool) | 友盟渠道打包工具(windows .net 4.0) | +| 610 | 118 | 12 | [VolumetricLights](https://github.com/SlightlyMad/VolumetricLights) | Volumetric Lights for Unity | +| 610 | 203 | 4 | [jwt](https://github.com/jwt-dotnet/jwt) | Jwt.Net, a JWT (JSON Web Token) implementation for .NET | +| 608 | 86 | 37 | [CShell](https://github.com/lukebuehler/CShell) | A simple, yet powerful, C# scripting IDE and REPL | +| 606 | 168 | 18 | [WindowsUIDevLabs](https://github.com/Microsoft/WindowsUIDevLabs) | Windows UI Dev Labs the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications. | +| 606 | 99 | 9 | [PropertyChanged](https://github.com/Fody/PropertyChanged) | Injects INotifyPropertyChanged code into properties at compile time | +| 604 | 130 | 8 | [C5](https://github.com/sestoft/C5) | C5 generic collection library for C#/.NET | +| 602 | 178 | 106 | [scriptsharp](https://github.com/nikhilk/scriptsharp) | Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development. | +| 599 | 68 | 38 | [MessagePack-CSharp](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#] | +| 598 | 17 | 7 | [Utf8Json](https://github.com/neuecc/Utf8Json) | Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin). | +| 597 | 269 | 313 | [NiceHashMiner](https://github.com/nicehash/NiceHashMiner) | NiceHash easy to use CPU&GPU Miner | +| 595 | 197 | 67 | [LinqToExcel](https://github.com/paulyoder/LinqToExcel) | Retrieve data from spreadsheets and csv files by using LINQ | +| 595 | 134 | 12 | [Reflexil](https://github.com/sailro/Reflexil) | The .NET Assembly Editor | +| 593 | 80 | 4 | [KinoGlitch](https://github.com/keijiro/KinoGlitch) | Video glitch effects for Unity | +| 593 | 124 | 8 | [VSCode](https://github.com/dotBunny/VSCode) | Unity Visual Studio Code Integration | +| 593 | 174 | 22 | [UnitySocketIO](https://github.com/NetEase/UnitySocketIO) | socket.io client for unity3d. | +| 593 | 188 | 72 | [NRefactory](https://github.com/icsharpcode/NRefactory) | NRefactory - Refactoring Your C# Code | +| 591 | 290 | 19 | [Core](https://github.com/castleproject/Core) | Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter | +| 590 | 100 | 14 | [sodium](https://github.com/SodiumFRP/sodium) | Sodium - Functional Reactive Programming (FRP) Library for multiple languages | +| 590 | 256 | 1 | [DotnetSpider](https://github.com/dotnetcore/DotnetSpider) | DotnetSpider, a .NET Standard web crawling library similar to WebMagic and Scrapy. It is a lightweight ,efficient and fast high-level web crawling & scraping framework for .NET | +| 590 | 72 | 52 | [VisualRust](https://github.com/PistonDevelopers/VisualRust) | Visual Studio extension for Rust | +| 589 | 574 | 16 | [NadekoBot](https://github.com/Kwoth/NadekoBot) | Open source, general-purpose Discord chat bot written in C# | +| 588 | 229 | 26 | [DependencyInjection](https://github.com/aspnet/DependencyInjection) | Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. | +| 587 | 218 | 206 | [PogoLocationFeeder](https://github.com/5andr0/PogoLocationFeeder) | Json feed of pokemon location data | +| 587 | 168 | 381 | [flashdevelop](https://github.com/fdorg/flashdevelop) | FlashDevelop is a free and open source code editor. | +| 586 | 123 | 47 | [NuGetPackageExplorer](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer) | Create, update and deploy Nuget Packages with a GUI | +| 583 | 147 | 0 | [AI-Programmer](https://github.com/primaryobjects/AI-Programmer) | Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149 | +| 583 | 183 | 289 | [CKAN](https://github.com/KSP-CKAN/CKAN) | The Comprehensive Kerbal Archive Network | +| 582 | 340 | 6 | [aspnetwebstack](https://github.com/ASP-NET-MVC/aspnetwebstack) | ASP.NET MVC Webstack Mirror | +| 581 | 240 | 15 | [Chloe](https://github.com/shuxinqin/Chloe) | A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C# | +| 581 | 98 | 52 | [benchmarks](https://github.com/aspnet/benchmarks) | Benchmarks for ASP.NET Core | +| 579 | 144 | 58 | [dotween](https://github.com/Demigiant/dotween) | A Unity C# animation engine. HOTween v2 | +| 578 | 127 | 5 | [StackExchange.Exceptional](https://github.com/NickCraver/StackExchange.Exceptional) | Error handler used for the Stack Exchange network | +| 577 | 159 | 33 | [FFImageLoading](https://github.com/luberda-molinet/FFImageLoading) | Image loading, caching & transforming library for Xamarin and Windows | +| 575 | 123 | 2 | [CAP](https://github.com/dotnetcore/CAP) | CAP is a .net standard library to achieve eventually consistent in distributed architectures system like SOA or MicroService. It is lightweight, efficiently and easy to use. | +| 575 | 945 | 19 | [akka-bootcamp](https://github.com/petabridge/akka-bootcamp) | Self-paced training course to learn Akka.NET fundamentals from scratch | +| 574 | 82 | 118 | [realm-dotnet](https://github.com/realm/realm-dotnet) | Realm is a mobile database: a replacement for SQLite & ORMs | +| 572 | 209 | 5 | [QRCoder](https://github.com/codebude/QRCoder) | A pure C# Open Source QR Code implementation | +| 570 | 165 | 94 | [MvcMailer](https://github.com/smsohan/MvcMailer) | A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style | +| 569 | 237 | 57 | [telegram.bot](https://github.com/TelegramBots/telegram.bot) | .NET Client for Telegram Bot API | +| 569 | 1139 | 517 | [MissionPlanner](https://github.com/ArduPilot/MissionPlanner) | Mission Planner Ground Control Station (c# .net) | +| 568 | 247 | 84 | [ModernHttpClient](https://github.com/paulcbetts/ModernHttpClient) | HttpClient implementations that use platform-native HTTP clients for :rocket: | +| 566 | 215 | 117 | [PokeMobBot](https://github.com/MobBotTeam/PokeMobBot) | a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums: | +| 565 | 148 | 3 | [Fohjin](https://github.com/MarkNijhof/Fohjin) | This is a personal sand box | +| 563 | 248 | 84 | [DbUp](https://github.com/DbUp/DbUp) | DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date. | +| 560 | 268 | 95 | [YoutubeExtractor](https://github.com/flagbug/YoutubeExtractor) | A .NET library, that allows to download videos from YouTube and/or extract their audio track (currently only for flash videos). | +| 557 | 115 | 9 | [aspnet-api-versioning](https://github.com/Microsoft/aspnet-api-versioning) | Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core. | +| 554 | 82 | 64 | [EarTrumpet](https://github.com/File-New-Project/EarTrumpet) | Ear Trumpet - Volume Control for Windows | +| 552 | 104 | 7 | [dotnet-samples](https://github.com/Microsoft/dotnet-samples) | Contains samples and documentation for libraries and tools of the .NET framework. Pull requests welcome! | +| 552 | 164 | 7 | [PSAttack](https://github.com/jaredhaight/PSAttack) | A portable console aimed at making pentesting with PowerShell a little easier. | +| 551 | 131 | 134 | [poshtools](https://github.com/adamdriscoll/poshtools) | PowerShell integration for Visual Studio 2015 and 2017. | +| 549 | 37 | 25 | [dafny](https://github.com/Microsoft/dafny) | Dafny is a verification-aware programming language | +| 549 | 183 | 80 | [sharpcompress](https://github.com/adamhathcock/sharpcompress) | SharpCompress is a fully managed C# library to deal with many compression types and formats. | +| 547 | 97 | 18 | [splat](https://github.com/reactiveui/splat) | A library to make things cross-platform that should be | +| 546 | 120 | 0 | [InControl](https://github.com/pbhogan/InControl) | An input manager for Unity that tames the cross-platform controller beast. | +| 545 | 207 | 101 | [SubSonic-3.0](https://github.com/subsonic/SubSonic-3.0) | SubSonic 3.0 for the .NET 3.5 Framework | +| 544 | 109 | 7 | [AspNetAuthorizationWorkshop](https://github.com/blowdart/AspNetAuthorizationWorkshop) | A workshop for moving through the various new pieces in ASP.NET Core Authorization | +| 543 | 229 | 81 | [Discord.Net](https://github.com/RogueException/Discord.Net) | An unofficial .Net wrapper for the Discord API (http://discordapp.com) | +| 536 | 120 | 79 | [EntityFramework-Plus](https://github.com/zzzprojects/EntityFramework-Plus) | Entity Framework Utilities | Bulk Operations | Batch Delete | Batch Update | Query Cache | Query Filter | Query Future | Query Include | Audit | +| 535 | 175 | 17 | [saaskit](https://github.com/saaskit/saaskit) | A developer toolkit for building SaaS applications | +| 535 | 226 | 7 | [mongodb-csharp](https://github.com/samus/mongodb-csharp) | A driver written in c# to connect to the MongoDB document oriented database. | +| 533 | 95 | 17 | [LibLog](https://github.com/damianh/LibLog) | LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction. | +| 532 | 158 | 71 | [YamlDotNet](https://github.com/aaubry/YamlDotNet) | YamlDotNet is a .NET library for YAML | +| 531 | 170 | 24 | [pretzel](https://github.com/Code52/pretzel) | A site generation tool (and then some) for .NET platforms | +| 531 | 64 | 74 | [Pash](https://github.com/Pash-Project/Pash) | An Open Source reimplementation of Windows PowerShell, for Mono. | +| 531 | 44 | 27 | [server](https://github.com/Ulterius/server) | [WIP] Ulterius™ server where all the magic happens :rocket: :feelsgood: | +| 530 | 264 | 12 | [NBitcoin](https://github.com/MetacoSA/NBitcoin) | Comprehensive Bitcoin library for the .NET framework. | +| 528 | 97 | 53 | [Markdown-Edit](https://github.com/mike-ward/Markdown-Edit) | My attempt at a markdown editor for windows | +| 527 | 173 | 66 | [TinyIoC](https://github.com/grumpydev/TinyIoC) | An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike. | +| 526 | 119 | 20 | [openiddict-core](https://github.com/openiddict/openiddict-core) | Easy-to-use OpenID Connect server for ASP.NET Core | +| 525 | 134 | 81 | [ClosedXML](https://github.com/ClosedXML/ClosedXML) | ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and VisualBasic.NET. | +| 524 | 146 | 129 | [cassette](https://github.com/andrewdavey/cassette) | Manages .NET web application assets (scripts, css and templates) | +| 523 | 89 | 10 | [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) | A library to provide pooling for .NET MemoryStream objects to improve application performance. | +| 518 | 140 | 10 | [EasyHttp](https://github.com/EasyHttp/EasyHttp) | Http Library for C# | +| 518 | 102 | 93 | [RefactoringEssentials](https://github.com/icsharpcode/RefactoringEssentials) | Refactoring Essentials for Visual Studio | +| 516 | 149 | 6 | [FairyGUI-unity](https://github.com/fairygui/FairyGUI-unity) | A flexible UI framework for Unity | +| 515 | 90 | 3 | [EarthLiveSharp](https://github.com/bitdust/EarthLiveSharp) | live view of earth from space | +| 515 | 203 | 7 | [PKHeX](https://github.com/kwsch/PKHeX) | Pokémon Save Editor | +| 514 | 149 | 5 | [TDD-Katas](https://github.com/garora/TDD-Katas) | This repository contains Hands on Test Driven Development Katas | +| 513 | 260 | 3 | [app-evolve](https://github.com/xamarinhq/app-evolve) | Xamarin Evolve 2016 Mobile App | +| 511 | 233 | 74 | [EntityFramework6](https://github.com/aspnet/EntityFramework6) | This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/aspnet/EntityFrameworkCore. | +| 510 | 223 | 63 | [NPoco](https://github.com/schotime/NPoco) | Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco | +| 509 | 251 | 10 | [sixthsense](https://github.com/sixthsense/sixthsense) | Open Source Codebase for project SixthSense | +| 508 | 72 | 47 | [SimpleInjector](https://github.com/simpleinjector/SimpleInjector) | An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success. | +| 508 | 183 | 30 | [common-logging](https://github.com/net-commons/common-logging) | A portable logging abstraction for .NET | +| 508 | 60 | 11 | [Warden](https://github.com/warden-stack/Warden) | Define "health checks" for your applications, resources and infrastructure. Keep your Warden on the watch. | +| 507 | 112 | 10 | [Unity3d-Finite-State-Machine](https://github.com/thefuntastic/Unity3d-Finite-State-Machine) | An intuitive Unity3d finite state machine (FSM). Designed with an emphasis on usability, without sacrificing utility. | +| 505 | 335 | 25 | [EnyimMemcached](https://github.com/enyim/EnyimMemcached) | C# Memcached client | +| 505 | 145 | 50 | [Metrics.NET](https://github.com/etishor/Metrics.NET) | The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application. | +| 505 | 162 | 54 | [UIToolkit](https://github.com/oddgames/UIToolkit) | Single draw call UI solution for Unity with multi resolution support and more. | +| 504 | 203 | 83 | [FileHelpers](https://github.com/MarcosMeli/FileHelpers) | The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams | +| 501 | 139 | 4 | [CharacterController2D](https://github.com/prime31/CharacterController2D) | None | +| 501 | 313 | 651 | [Dynamo](https://github.com/DynamoDS/Dynamo) | Open Source Graphical Programming for Design | +| 501 | 190 | 62 | [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) | The WPF-based text editor component used in SharpDevelop | +| 501 | 80 | 13 | [Nowin](https://github.com/Bobris/Nowin) | Owin Web Server in pure .Net | +| 501 | 412 | 41 | [module-zero](https://github.com/aspnetboilerplate/module-zero) | ASP.NET Boilerplate - ASP.NET Identity Integration Module | +| 500 | 210 | 0 | [behaviac](https://github.com/Tencent/behaviac) | behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN) | +| 499 | 92 | 55 | [boo](https://github.com/boo-lang/boo) | The Boo Programming Language. | +| 498 | 88 | 118 | [winauth](https://github.com/winauth/winauth) | Authenticator for Battle.net / Steam / Guild Wars 2 / Glyph / Runescape / SWTOR / Bitcoin and crypto | +| 498 | 236 | 22 | [google-api-dotnet-client](https://github.com/google/google-api-dotnet-client) | Google APIs Client Library for .NET | +| 497 | 134 | 22 | [CacheCow](https://github.com/aliostad/CacheCow) | An ASP.NET Web API HTTP caching implementation both on client and server | +| 496 | 223 | 47 | [FastColoredTextBox](https://github.com/PavelTorgashov/FastColoredTextBox) | Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET. | +| 496 | 81 | 1 | [KvantSpray](https://github.com/keijiro/KvantSpray) | Object instancing/particle animation system for Unity | +| 495 | 107 | 12 | [TouchKit](https://github.com/prime31/TouchKit) | Gestures and input handling made sane for Unity | +| 494 | 115 | 45 | [msgpack-cli](https://github.com/msgpack/msgpack-cli) | MessagePack implementation for Common Language Infrastructure / msgpack.org[C#] | +| 492 | 196 | 62 | [MvcSiteMapProvider](https://github.com/maartenba/MvcSiteMapProvider) | An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework. | +| 490 | 147 | 16 | [ncqrs](https://github.com/pjvds/ncqrs) | Ncqrs Framework - The CQRS Framework for .NET | +| 490 | 111 | 17 | [PoESkillTree](https://github.com/PoESkillTree/PoESkillTree) | A Passive Skill Tree Planner for Path of Exile | +| 487 | 15 | 12 | [roslyn-linq-rewrite](https://github.com/antiufo/roslyn-linq-rewrite) | Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch. | +| 485 | 124 | 38 | [carnac](https://github.com/Code52/carnac) | A utility to give some insight into how you use your keyboard | +| 485 | 91 | 21 | [RoslynPad](https://github.com/aelij/RoslynPad) | A cross-platform C# editor based on Roslyn and AvalonEdit | +| 482 | 118 | 29 | [coypu](https://github.com/featurist/coypu) | Intuitive, robust browser automation for .Net | +| 481 | 169 | 141 | [omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn) | OmniSharp based on roslyn workspaces | +| 480 | 132 | 569 | [Rubberduck](https://github.com/rubberduck-vba/Rubberduck) | Every programmer needs a rubberduck. COM add-in for the VBA IDE (VBE). | +| 479 | 207 | 16 | [rabbitmq-dotnet-client](https://github.com/rabbitmq/rabbitmq-dotnet-client) | RabbitMQ .NET client for .NET Core and .NET 4.5.1+. | +| 478 | 282 | 48 | [unity3d-store](https://github.com/soomla/unity3d-store) | Unity in-app purchase & virtual economy library. Part of The SOOMLA Framework - for game design, economy modeling and faster development. | +| 478 | 163 | 86 | [postal](https://github.com/andrewdavey/postal) | Email sending for asp.net mvc using the view engine system to render emails. | +| 478 | 37 | 49 | [MSBuildStructuredLog](https://github.com/KirillOsenkov/MSBuildStructuredLog) | A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values. | +| 475 | 223 | 28 | [VSSDK-Extensibility-Samples](https://github.com/Microsoft/VSSDK-Extensibility-Samples) | Samples for building your own Visual Studio extensions | +| 475 | 98 | 32 | [fullserializer](https://github.com/jacobdufault/fullserializer) | A robust JSON serialization framework that just works with support for all major Unity export platforms. | +| 474 | 199 | 1 | [itextsharp](https://github.com/itext/itextsharp) | .NET port of the iText library | +| 474 | 216 | 1 | [Hanselman.Forms](https://github.com/jamesmontemagno/Hanselman.Forms) | The most awesome Hanselman app | +| 474 | 65 | 5 | [Klak](https://github.com/keijiro/Klak) | Creative coding library for Unity | +| 472 | 138 | 21 | [Ocelot](https://github.com/TomPallister/Ocelot) | API Gateway created using .NET core. | +| 468 | 51 | 10 | [FNA](https://github.com/FNA-XNA/FNA) | FNA - Accuracy-focused XNA4 reimplementation for open platforms | +| 468 | 366 | 215 | [ZXing.Net.Mobile](https://github.com/Redth/ZXing.Net.Mobile) | Zxing Barcode Scanning Library for MonoTouch, Mono for Android, and Windows Phone | +| 465 | 179 | 30 | [lidgren-network-gen3](https://github.com/lidgren/lidgren-network-gen3) | Lidgren Network Library | +| 464 | 142 | 2 | [Disruptor-net](https://github.com/disruptor-net/Disruptor-net) | Port of LMAX Disruptor to .NET | +| 463 | 139 | 34 | [RoomAliveToolkit](https://github.com/Microsoft/RoomAliveToolkit) | None | +| 461 | 95 | 39 | [Nez](https://github.com/prime31/Nez) | Nez is a free 2D focused framework that works with MonoGame and FNA | +| 459 | 281 | 28 | [monotorrent](https://github.com/mono/monotorrent) | The official repository for MonoTorrent, a bittorrent library for .NET | +| 459 | 66 | 27 | [manos](https://github.com/jacksonh/manos) | Manos is an easy to use, easy to test, high performance web application framework that stays out of your way and makes your life ridiculously simple. | +| 457 | 167 | 48 | [gemini](https://github.com/tgjones/gemini) | Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro. | +| 457 | 85 | 57 | [il-repack](https://github.com/gluck/il-repack) | Open-source alternative to ILMerge | +| 456 | 112 | 15 | [Nustache](https://github.com/jdiamond/Nustache) | Logic-less templates for .NET | +| 455 | 62 | 81 | [Unity](https://github.com/github-for-unity/Unity) | GitHub for Unity | +| 452 | 245 | 151 | [buildtools](https://github.com/dotnet/buildtools) | Build tools that are necessary for building the .NET Core projects | +| 452 | 36 | 3 | [wtrace](https://github.com/lowleveldesign/wtrace) | Command line tracing tool for Windows, based on ETW. | +| 452 | 395 | 68 | [monotouch-bindings](https://github.com/mono/monotouch-bindings) | A collection of third party bindings for MonoTouch | +| 451 | 28 | 26 | [Depressurizer](https://github.com/Depressurizer/Depressurizer) | Depressurizer is a program that helps you categorize your steam games. | +| 451 | 94 | 29 | [protoactor-dotnet](https://github.com/AsynkronIT/protoactor-dotnet) | Proto Actor - Ultra fast distributed actors for Golang and C# | +| 450 | 231 | 12 | [wix3](https://github.com/wixtoolset/wix3) | WiX Toolset v3.x | +| 450 | 85 | 75 | [moonsharp](https://github.com/xanathar/moonsharp) | An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities. | +| 449 | 123 | 19 | [UnityHTTP](https://github.com/andyburke/UnityHTTP) | A TcpClient-based HTTP library for Unity. | +| 449 | 186 | 63 | [HTML-Renderer](https://github.com/ArthurHub/HTML-Renderer) | Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library. | +| 449 | 19 | 0 | [SynTex](https://github.com/mxgmn/SynTex) | Texture synthesis from examples. | +| 449 | 135 | 69 | [CocosSharp](https://github.com/mono/CocosSharp) | CocosSharp is a C# implementation of the Cocos2D and Cocos3D APIs that runs on any platform where MonoGame runs. | +| 448 | 35 | 20 | [Roslynator](https://github.com/JosefPihrt/Roslynator) | A collection of 190+ analyzers and 180+ refactorings for C#, powered by Roslyn. | +| 447 | 169 | 0 | [NanUI](https://github.com/NetDimension/NanUI) | NanUI is a library based on ChromiumFX that can let your Winform application use HTML5/CSS3 as user interface. You can use orginal Winform borders or full view no border form that use all html/css to design the interface. | +| 446 | 249 | 46 | [WebHooks](https://github.com/aspnet/WebHooks) | Libraries to create and consume web hooks | +| 443 | 128 | 8 | [GraphView](https://github.com/Microsoft/GraphView) | GraphView is a DLL library that enables users to use SQL Server or Azure SQL Database to efficiently manage graphs. | +| 442 | 381 | 89 | [ProjectPorcupine](https://github.com/TeamPorcupine/ProjectPorcupine) | Project Porcupine: A Base-Building Game...in Space! | +| 440 | 44 | 28 | [redux.NET](https://github.com/GuillaumeSalles/redux.NET) | Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux. | +| 439 | 58 | 1 | [Lemma](https://github.com/etodd/Lemma) | Immersive first-person parkour in a surreal, physics-driven voxel world. | +| 438 | 31 | 36 | [Granular](https://github.com/yuvaltz/Granular) | WPF for JavaScript | +| 437 | 29 | 87 | [MyTested.WebApi](https://github.com/ivaylokenov/MyTested.WebApi) | Fluent testing framework for ASP.NET Web API 2. | +| 437 | 177 | 32 | [dotliquid](https://github.com/dotliquid/dotliquid) | .NET Port of Tobias Lütke's Liquid template language. | +| 437 | 67 | 16 | [inbox2_desktop](https://github.com/waseems/inbox2_desktop) | Inbox2 deskop client | +| 437 | 124 | 0 | [sandbox-attacksurface-analysis-tools](https://github.com/google/sandbox-attacksurface-analysis-tools) | None | +| 436 | 229 | 14 | [tango-examples-unity](https://github.com/googlesamples/tango-examples-unity) | Project Tango UnitySDK Example Projects | +| 435 | 170 | 14 | [CommunityServer](https://github.com/ONLYOFFICE/CommunityServer) | Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator. | | 435 | 82 | 71 | [AttributeRouting](https://github.com/mccalltd/AttributeRouting) | Define your routes using attributes on actions in ASP.NET MVC and Web API. | -| 433 | 54 | 0 | [Print-A-Gif](https://github.com/stupotmcdoodlepip/Print-A-Gif) | Turn any gif into a printable flip book | -| 432 | 82 | 64 | [moonsharp](https://github.com/xanathar/moonsharp) | An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities. | -| 430 | 239 | 47 | [WebHooks](https://github.com/aspnet/WebHooks) | Libraries to create and consume web hooks | -| 429 | 176 | 87 | [fubumvc](https://github.com/DarthFubuMVC/fubumvc) | A front-controller style MVC framework for .NET | -| 428 | 231 | 70 | [MonoTouch.Dialog](https://github.com/migueldeicaza/MonoTouch.Dialog) | Tools to simplify creating dialogs with the user using MonoTouch | -| 428 | 313 | 63 | [Pokemon-Go-Rocket-API](https://github.com/FeroxRev/Pokemon-Go-Rocket-API) | Client API Library | -| 427 | 29 | 33 | [Granular](https://github.com/yuvaltz/Granular) | WPF for JavaScript | -| 427 | 227 | 13 | [tango-examples-unity](https://github.com/googlesamples/tango-examples-unity) | Project Tango UnitySDK Example Projects | -| 427 | 77 | 9 | [unity-movement-ai](https://github.com/antonpantev/unity-movement-ai) | A Unity library for common movement AI | -| 427 | 176 | 54 | [HTML-Renderer](https://github.com/ArthurHub/HTML-Renderer) | Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library. | -| 426 | 31 | 17 | [Roslynator](https://github.com/JosefPihrt/Roslynator) | A collection of 180+ analyzers and 180+ refactorings for C#, powered by Roslyn. | -| 425 | 43 | 27 | [redux.NET](https://github.com/GuillaumeSalles/redux.NET) | Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux. | -| 424 | 165 | 278 | [MechJeb2](https://github.com/MuMech/MechJeb2) | MechJeb2 - KSP mod | -| 423 | 132 | 56 | [i18n](https://github.com/turquoiseowl/i18n) | Smart internationalization for ASP.NET | -| 422 | 129 | 22 | [MaterialUI](https://github.com/InvexGames/MaterialUI) | MaterialUI is a UI kit for Unity that follows Google's official material design guidelines. | -| 422 | 161 | 21 | [CommunityServer](https://github.com/ONLYOFFICE/CommunityServer) | Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator. | -| 422 | 119 | 1 | [sandbox-attacksurface-analysis-tools](https://github.com/google/sandbox-attacksurface-analysis-tools) | None | -| 421 | 29 | 84 | [MyTested.WebApi](https://github.com/ivaylokenov/MyTested.WebApi) | Fluent testing framework for ASP.NET Web API 2. | -| 420 | 309 | 49 | [IdentityServer2](https://github.com/IdentityServer/IdentityServer2) | [deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF. | -| 420 | 180 | 29 | [DropNet](https://github.com/DropNet/DropNet) | Client Library for the Dropbox API | -| 419 | 221 | 10 | [wix3](https://github.com/wixtoolset/wix3) | WiX Toolset v3.x | -| 418 | 491 | 33 | [googleads-mobile-unity](https://github.com/googleads/googleads-mobile-unity) | Official Unity Plugin for the Google Mobile Ads SDK | -| 418 | 172 | 24 | [dotliquid](https://github.com/dotliquid/dotliquid) | .NET Port of Tobias Lütke's Liquid template language. | -| 418 | 167 | 24 | [taglib-sharp](https://github.com/mono/taglib-sharp) | LIbrary for reading and writing metadata in media files | -| 418 | 118 | 8 | [GoKit](https://github.com/prime31/GoKit) | Lightweight tween library for Unity | -| 418 | 89 | 36 | [protoactor-dotnet](https://github.com/AsynkronIT/protoactor-dotnet) | Proto Actor - Ultra fast distributed actors for Golang and C# | -| 417 | 179 | 3 | [behaviac](https://github.com/Tencent/behaviac) | behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN) | -| 416 | 193 | 69 | [csla](https://github.com/MarimerLLC/csla) | CSLA .NET business layer development framework | -| 416 | 32 | 57 | [SidebarDiagnostics](https://github.com/ArcadeRenegade/SidebarDiagnostics) | A simple sidebar for Windows desktop that displays hardware diagnostic information. | -| 415 | 26 | 20 | [Depressurizer](https://github.com/Depressurizer/Depressurizer) | Depressurizer is a program that helps you categorize your steam games. | -| 412 | 60 | 11 | [kayak](https://github.com/kayakhttp/kayak) | event-driven networking library for .NET | -| 411 | 297 | 26 | [PokemoGoBot-GottaCatchEmAll](https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll) | PROJECT CLOSED !!!! | -| 411 | 156 | 1 | [NanUI](https://github.com/NetDimension/NanUI) | NanUI是一个基于ChromiumFX开源项目和Chromium Embedded Framework(CEF)开源项目的,能够使用Html5、CSS3和Javascript构建.NET Winform界面的开源项目。 | -| 410 | 271 | 29 | [spring-net](https://github.com/spring-projects/spring-net) | Spring Framework for .NET | -| 410 | 120 | 19 | [Ocelot](https://github.com/TomPallister/Ocelot) | API Gateway created using .NET core. | -| 407 | 114 | 7 | [Pinta](https://github.com/PintaProject/Pinta) | Simple Gtk# Paint Program | -| 406 | 122 | 7 | [CQRSlite](https://github.com/gautema/CQRSlite) | A lightweight framework for helping writing CQRS and Eventsourcing applications in C# | -| 406 | 122 | 72 | [MIEngine](https://github.com/Microsoft/MIEngine) | The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb, lldb, and clrdbg. | -| 406 | 97 | 35 | [FireSharp](https://github.com/ziyasal/FireSharp) | An asynchronous .Net client library for Firebase | -| 405 | 172 | 0 | [EvilFOCA](https://github.com/ElevenPaths/EvilFOCA) | EvilFOCA | -| 403 | 21 | 11 | [readline](https://github.com/tonerdo/readline) | A Pure C# GNU-Readline like library for .NET/.NET Core | -| 403 | 85 | 45 | [NoRM](https://github.com/atheken/NoRM) | NoRM is a MongoDB driver for .Net designed to provide access to strongly/statically-typed documents and collections. | -| 403 | 63 | 1 | [performance-optimization](https://github.com/mspnp/performance-optimization) | Guidance on how to observe, measure, and correct common issues in a cloud-based system. | -| 402 | 118 | 190 | [open3mod](https://github.com/acgessler/open3mod) | Open 3D Model Viewer - A quick and powerful 3D model viewer | -| 401 | 55 | 15 | [DynamicData](https://github.com/RolandPheasant/DynamicData) | Reactive collections based on Rx.Net | -| 401 | 92 | 12 | [SeeGit](https://github.com/Haacked/SeeGit) | SeeGit - The Git Repository Visualizer | -| 401 | 74 | 19 | [dotnet-apiport](https://github.com/Microsoft/dotnet-apiport) | This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools | -| 395 | 75 | 23 | [XamlBehaviors](https://github.com/Microsoft/XamlBehaviors) | This is the official home for UWP XAML Behaviors on GitHub. | -| 393 | 67 | 16 | [Microphone](https://github.com/rogeralsing/Microphone) | None | -| 393 | 313 | 52 | [BlogEngine.NET](https://github.com/rxtur/BlogEngine.NET) | This project is archived, if you interested in modern blogging solution you might check out Blogifier.Core - open source cross-platform ASP.NET Core application. | -| 392 | 184 | 64 | [arunity5](https://github.com/artoolkit/arunity5) | ARToolKit for Unity v5.x | -| 392 | 131 | 1 | [p0wnedShell](https://github.com/Cn33liz/p0wnedShell) | PowerShell Runspace Post Exploitation Toolkit | -| 392 | 158 | 37 | [DbContextScope](https://github.com/mehdime/DbContextScope) | A simple and flexible way to manage your Entity Framework DbContext instances | -| 392 | 44 | 43 | [Scripty](https://github.com/daveaglick/Scripty) | Tools to let you use Roslyn-powered C# scripts for code generation | -| 392 | 67 | 1 | [Reaktion](https://github.com/keijiro/Reaktion) | Audio reactive animation toolkit for Unity | -| 392 | 97 | 132 | [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) | Download ScriptAnalyzer from PowerShellGallery | -| 391 | 92 | 51 | [NGraphics](https://github.com/praeclarum/NGraphics) | NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers. | -| 391 | 21 | 0 | [Enums.NET](https://github.com/TylerBrinkley/Enums.NET) | Enums.NET is a high-performance type-safe .NET enum utility library | -| 391 | 196 | 16 | [ServiceBusExplorer](https://github.com/paolosalvatori/ServiceBusExplorer) | The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs. | -| 390 | 67 | 0 | [DesignPatterns](https://github.com/abishekaditya/DesignPatterns) | Design Patterns Examples in C# | -| 388 | 39 | 2 | [MemoScope.Net](https://github.com/fremag/MemoScope.Net) | Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd ) | -| 388 | 341 | 66 | [Dnn.Platform](https://github.com/dnnsoftware/Dnn.Platform) | DNN Corp Platform Repository. | -| 388 | 193 | 39 | [OwinOAuthProviders](https://github.com/TerribleDev/OwinOAuthProviders) | OAuth providers for Owin | -| 387 | 534 | 4 | [AbsoluteBeginnersWin10](https://github.com/Windows-Readiness/AbsoluteBeginnersWin10) | Video content can be found at https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners | -| 385 | 92 | 46 | [EventFlow](https://github.com/eventflow/EventFlow) | Async/await first CQRS+ES and DDD framework for .NET | -| 384 | 139 | 73 | [DocX](https://github.com/WordDocX/DocX) | DocX is a .NET library that allows developers to manipulate Word 2007/2010/2013 files, in an easy and intuitive manor. DocX is fast, lightweight and best of all it does not require Microsoft Word or Office to be installed. | -| 383 | 152 | 2 | [unitychan-crs](https://github.com/unity3d-jp/unitychan-crs) | Unity-Chan "Candy Rock Star" Live Demo | -| 383 | 43 | 11 | [SoundSwitch](https://github.com/Belphemur/SoundSwitch) | C# application to switch default playing device. Download: https://www.aaflalo.me/downloads/ Donate: https://www.aaflalo.me/donate/ | -| 382 | 338 | 0 | [Thinktecture.IdentityModel.45](https://github.com/IdentityModel/Thinktecture.IdentityModel.45) | [deprecated] Helper library for identity & access control in .NET 4.5 and MVC4/Web API. | -| 381 | 295 | 5 | [connectthedots](https://github.com/Azure/connectthedots) | Connect tiny devices to Microsoft Azure services to build IoT solutions | -| 381 | 196 | 58 | [Piranha](https://github.com/PiranhaCMS/Piranha) | Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. | -| 380 | 80 | 6 | [LottieXamarin](https://github.com/martijn00/LottieXamarin) | Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin | -| 380 | 334 | 28 | [Thinktecture.IdentityModel](https://github.com/IdentityModel/Thinktecture.IdentityModel) | [deprecated] Thinktecture.IdentityModel | -| 379 | 109 | 11 | [helios](https://github.com/helios-io/helios) | reactive socket middleware for .NET | -| 379 | 82 | 33 | [Posh-SSH](https://github.com/darkoperator/Posh-SSH) | PowerShell Module for automating tasks on remote systems using SSH | -| 379 | 41 | 22 | [graphql-net](https://github.com/ckimes89/graphql-net) | Convert GraphQL to IQueryable | -| 378 | 59 | 37 | [GitLink](https://github.com/GitTools/GitLink) | Making .NET open source accessible! | -| 377 | 198 | 161 | [TLSharp](https://github.com/sochix/TLSharp) | Telegram client library implemented in C# | -| 377 | 267 | 54 | [sendgrid-csharp](https://github.com/sendgrid/sendgrid-csharp) | Official C# Client Library for the SendGrid Web API | -| 377 | 78 | 38 | [nbfc](https://github.com/hirschmann/nbfc) | NoteBook FanControl | -| 375 | 192 | 5 | [dnlib](https://github.com/0xd4d/dnlib) | dnlib is a library that can read, write and create .NET assemblies and modules. | -| 374 | 161 | 314 | [MyMediaLite](https://github.com/zenogantner/MyMediaLite) | recommender system library for the CLR (.NET) | -| 374 | 291 | 27 | [xamarin-forms-book-samples](https://github.com/xamarin/xamarin-forms-book-samples) | Code samples for "Creating Mobile Apps with Xamarin.Forms" | -| 374 | 75 | 69 | [EditorVR](https://github.com/Unity-Technologies/EditorVR) | Author VR in VR - See blog post for supporting downloads: | -| 374 | 47 | 40 | [Projeny](https://github.com/modesttree/Projeny) | A project and package manager for Unity | -| 374 | 79 | 11 | [NavMeshComponents](https://github.com/Unity-Technologies/NavMeshComponents) | High Level API Components for Runtime NavMesh Building | -| 373 | 33 | 35 | [NBench](https://github.com/petabridge/NBench) | Performance benchmarking and testing framework for .NET applications | -| 372 | 121 | 18 | [SocketIoClientDotNet](https://github.com/Quobject/SocketIoClientDotNet) | Socket.IO Client Library for .Net | -| 371 | 154 | 9 | [IDDD_Samples_NET](https://github.com/VaughnVernon/IDDD_Samples_NET) | These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168 | -| 371 | 32 | 21 | [QtSharp](https://github.com/ddobrev/QtSharp) | Mono/.NET bindings for Qt | -| 370 | 119 | 2 | [AssetGraph](https://github.com/unity3d-jp/AssetGraph) | Visual Tool for creating AssetBundles in Unity | -| 369 | 174 | 68 | [kafka-net](https://github.com/Jroland/kafka-net) | Native C# client for Kafka queue servers. | -| 368 | 93 | 105 | [sharpshell](https://github.com/dwmkerr/sharpshell) | SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework. | -| 368 | 269 | 218 | [WebApi](https://github.com/OData/WebApi) | OData Web API: A server library built upon ODataLib and WebApi | -| 367 | 55 | 8 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | Snapshot a React Native view and save it to an image | -| 367 | 107 | 76 | [tweetinvi](https://github.com/linvi/tweetinvi) | Tweetinvi, the best Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP and Portable Class Libraries (Xamarin)... | -| 362 | 116 | 23 | [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended) | Classes and extensions to make MonoGame more awesome | -| 362 | 66 | 70 | [ImageGlass](https://github.com/d2phap/ImageGlass) | A lightweight, versatile image viewer | -| 362 | 123 | 27 | [resizer](https://github.com/imazen/resizer) | The official repository for ImageResizer | -| 362 | 198 | 27 | [XUPorter](https://github.com/onevcat/XUPorter) | Add files and frameworks to your Xcode project after it is generated by Unity 3D. | -| 362 | 80 | 5 | [Insight.Database](https://github.com/jonwagner/Insight.Database) | Fast, lightweight .NET micro-ORM | -| 362 | 76 | 37 | [CSharpClient-for-Kafka](https://github.com/Microsoft/CSharpClient-for-Kafka) | .Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation. | -| 361 | 173 | 11 | [twilio-csharp](https://github.com/twilio/twilio-csharp) | Twilio C#/.NET Helper Library for .NET 3.5+ and .NET Standard 1.4 | -| 361 | 41 | 4 | [Moments](https://github.com/Chman/Moments) | A quick GIF replay recorder for Unity | -| 359 | 101 | 12 | [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) | SQLite made easy for Unity3d | -| 358 | 40 | 11 | [AppMetrics](https://github.com/alhardy/AppMetrics) | App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application and reports it's health. | -| 358 | 201 | 18 | [Altman](https://github.com/keepwn/Altman) | the cross platform webshell tool in .NET | -| 358 | 105 | 11 | [numl](https://github.com/sethjuarez/numl) | Machine Learning for .NET | -| 358 | 42 | 4 | [TwitchLeecher](https://github.com/Franiac/TwitchLeecher) | Twitch Leecher - The Broadcast Downloader | -| 356 | 55 | 0 | [symspell](https://github.com/wolfgarbe/symspell) | SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm | -| 356 | 187 | 9 | [Dapper.SimpleCRUD](https://github.com/ericdc1/Dapper.SimpleCRUD) | Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper. | -| 355 | 553 | 15 | [xamarin-forms-samples](https://github.com/conceptdev/xamarin-forms-samples) | Samples that use Xamarin.Forms (http://xamarin.com/forms) | -| 355 | 88 | 16 | [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) | Entity Framework Core provider for MySql built on top of mysql-net/MySqlConnector | -| 355 | 58 | 10 | [Naiad](https://github.com/MicrosoftResearch/Naiad) | The Naiad system provides fast incremental and iterative computation for data-parallel workloads | -| 355 | 163 | 2 | [MongoCola](https://github.com/magicdict/MongoCola) | A MongoDB Administration Tool | -| 355 | 31 | 0 | [Node.cs](https://github.com/headsling/Node.cs) | Node.cs.net - Node.js in c# with all the beauty and performance that C# brings | -| 355 | 77 | 20 | [SourceBrowser](https://github.com/KirillOsenkov/SourceBrowser) | Source browser website generator that powers http://referencesource.microsoft.com and http://source.roslyn.io | -| 354 | 56 | 1 | [Audit.NET](https://github.com/thepirat000/Audit.NET) | A small framework to audit .NET object changes | -| 354 | 177 | 5 | [ShortcutExporter](https://github.com/madskristensen/ShortcutExporter) | Visual Studio extension | -| 354 | 23 | 12 | [Jump-Location](https://github.com/tkellogg/Jump-Location) | Powershell `cd` that reads your mind | -| 354 | 108 | 2 | [LuaFramework_NGUI](https://github.com/jarjin/LuaFramework_NGUI) | 基于NGUI+tolua的简单游戏框架 http://ulua.org/ | -| 354 | 101 | 78 | [WinAppDriver](https://github.com/Microsoft/WinAppDriver) | Windows Application Driver | -| 353 | 134 | 79 | [System.IO.Abstractions](https://github.com/tathamoddie/System.IO.Abstractions) | Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access! | -| 353 | 48 | 1 | [ProceduralToolkit](https://github.com/Syomus/ProceduralToolkit) | Instruments for development of procedural generation systems in Unity game engine | -| 353 | 21 | 10 | [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting) | A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects. | -| 352 | 161 | 156 | [BetterCMS](https://github.com/devbridge/BetterCMS) | A publishing focused and developer friendly .NET Open Source CMS. | -| 351 | 117 | 8 | [Kalkulator1](https://github.com/wybory2014/Kalkulator1) | None | -| 350 | 99 | 24 | [ScintillaNET](https://github.com/jacobslusser/ScintillaNET) | A Windows Forms control, wrapper, and bindings for the Scintilla text editor. | -| 350 | 36 | 14 | [config-r](https://github.com/config-r/config-r) | Write your .NET configuration files in C# | -| 350 | 101 | 19 | [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) | :whale: .NET (C#) Client Library for Docker API | -| 349 | 185 | 92 | [Logging](https://github.com/aspnet/Logging) | Common logging abstractions and a few implementations | -| 348 | 92 | 4 | [ShaderlabVS](https://github.com/wudixiaop/ShaderlabVS) | ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming | -| 347 | 66 | 9 | [Popcorn](https://github.com/bbougot/Popcorn) | 🍿 🎞 A Powerful Popcorn Time Client | -| 346 | 57 | 51 | [StyleCop](https://github.com/StyleCop/StyleCop) | Analyzes C# source code to enforce a set of style and consistency rules. | -| 346 | 49 | 3 | [OpenRelativity](https://github.com/MITGameLab/OpenRelativity) | An open source framework to add the effects of traveling at relativistic speeds to visualizations or games | -| 346 | 133 | 5 | [LockstepFramework](https://github.com/SnpM/LockstepFramework) | Framework for lockstep RTS, TD, and MOBA games. Under development. | -| 345 | 61 | 30 | [NBTExplorer](https://github.com/jaquadro/NBTExplorer) | A graphical NBT editor for all Minecraft NBT data sources | -| 344 | 16 | 0 | [ConvChain](https://github.com/mxgmn/ConvChain) | Bitmap generation from a single example with convolutions and MCMC. | -| 344 | 89 | 18 | [jsonfx](https://github.com/jsonfx/jsonfx) | JsonFx v2.0 - JSON serialization framework for .NET | +| 434 | 130 | 7 | [CQRSlite](https://github.com/gautema/CQRSlite) | A lightweight framework for helping writing CQRS and Eventsourcing applications in C# | +| 434 | 170 | 25 | [taglib-sharp](https://github.com/mono/taglib-sharp) | LIbrary for reading and writing metadata in media files | +| 433 | 133 | 22 | [MaterialUI](https://github.com/InvexGames/MaterialUI) | MaterialUI is a UI kit for Unity that follows Google's official material design guidelines. | +| 433 | 34 | 2 | [SEGI](https://github.com/sonicether/SEGI) | A fully-dynamic voxel-based global illumination system for Unity | +| 432 | 502 | 39 | [googleads-mobile-unity](https://github.com/googleads/googleads-mobile-unity) | Official Unity Plugin for the Google Mobile Ads SDK | +| 432 | 80 | 9 | [unity-movement-ai](https://github.com/antonpantev/unity-movement-ai) | A Unity library for common movement AI | +| 432 | 168 | 282 | [MechJeb2](https://github.com/MuMech/MechJeb2) | MechJeb2 - KSP mod | +| 432 | 55 | 1 | [Print-A-Gif](https://github.com/stupotmcdoodlepip/Print-A-Gif) | Turn any gif into a printable flip book | +| 432 | 77 | 24 | [dotnet-apiport](https://github.com/Microsoft/dotnet-apiport) | This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools | +| 430 | 174 | 87 | [fubumvc](https://github.com/DarthFubuMVC/fubumvc) | A front-controller style MVC framework for .NET | +| 429 | 233 | 71 | [MonoTouch.Dialog](https://github.com/migueldeicaza/MonoTouch.Dialog) | Tools to simplify creating dialogs with the user using MonoTouch | +| 429 | 92 | 13 | [NavMeshComponents](https://github.com/Unity-Technologies/NavMeshComponents) | High Level API Components for Runtime NavMesh Building | +| 427 | 313 | 63 | [Pokemon-Go-Rocket-API](https://github.com/FeroxRev/Pokemon-Go-Rocket-API) | Client API Library | +| 426 | 193 | 53 | [csla](https://github.com/MarimerLLC/csla) | CSLA .NET business layer development framework | +| 426 | 33 | 59 | [SidebarDiagnostics](https://github.com/ArcadeRenegade/SidebarDiagnostics) | A simple sidebar for Windows desktop that displays hardware diagnostic information. | +| 423 | 135 | 57 | [i18n](https://github.com/turquoiseowl/i18n) | Smart internationalization for ASP.NET | +| 423 | 44 | 22 | [graphql-net](https://github.com/ckimes89/graphql-net) | Convert GraphQL to IQueryable | +| 422 | 271 | 31 | [spring-net](https://github.com/spring-projects/spring-net) | Spring Framework for .NET | +| 422 | 83 | 0 | [DesignPatterns](https://github.com/abishekaditya/DesignPatterns) | Design Patterns Examples in C# | +| 420 | 177 | 0 | [EvilFOCA](https://github.com/ElevenPaths/EvilFOCA) | EvilFOCA | +| 420 | 310 | 49 | [IdentityServer2](https://github.com/IdentityServer/IdentityServer2) | [deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF. | +| 420 | 150 | 77 | [DocX](https://github.com/xceedsoftware/DocX) | Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word. | +| 420 | 59 | 17 | [DynamicData](https://github.com/RolandPheasant/DynamicData) | Reactive collections based on Rx.Net | +| 420 | 119 | 191 | [open3mod](https://github.com/acgessler/open3mod) | Open 3D Model Viewer - A quick and powerful 3D model viewer | +| 419 | 602 | 1 | [shadowsocksr-csharp](https://github.com/shadowsocksr-backup/shadowsocksr-csharp) | None | +| 419 | 118 | 8 | [GoKit](https://github.com/prime31/GoKit) | Lightweight tween library for Unity | +| 419 | 179 | 30 | [DropNet](https://github.com/DropNet/DropNet) | Client Library for the Dropbox API | +| 417 | 114 | 7 | [Pinta](https://github.com/PintaProject/Pinta) | Simple Gtk# Paint Program | +| 416 | 25 | 1 | [Enums.NET](https://github.com/TylerBrinkley/Enums.NET) | Enums.NET is a high-performance type-safe .NET enum utility library | +| 414 | 62 | 11 | [kayak](https://github.com/kayakhttp/kayak) | event-driven networking library for .NET | +| 414 | 98 | 52 | [EventFlow](https://github.com/eventflow/EventFlow) | Async/await first CQRS+ES and DDD framework for .NET | +| 413 | 43 | 5 | [sharpkeys](https://github.com/randyrants/sharpkeys) | SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key. | +| 413 | 94 | 30 | [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) | Entity Framework Core provider for MySql built on top of mysql-net/MySqlConnector | +| 413 | 101 | 38 | [FireSharp](https://github.com/ziyasal/FireSharp) | An asynchronous .Net client library for Firebase | +| 413 | 200 | 14 | [ServiceBusExplorer](https://github.com/paolosalvatori/ServiceBusExplorer) | The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs. | +| 412 | 134 | 1 | [p0wnedShell](https://github.com/Cn33liz/p0wnedShell) | PowerShell Runspace Post Exploitation Toolkit | +| 412 | 99 | 134 | [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) | Download ScriptAnalyzer from PowerShellGallery | +| 411 | 162 | 38 | [DbContextScope](https://github.com/mehdime/DbContextScope) | A simple and flexible way to manage your Entity Framework DbContext instances | +| 411 | 123 | 72 | [MIEngine](https://github.com/Microsoft/MIEngine) | The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb, lldb, and clrdbg. | +| 411 | 44 | 13 | [SoundSwitch](https://github.com/Belphemur/SoundSwitch) | C# application to switch default playing device. Download: https://www.aaflalo.me/downloads/ Donate: https://www.aaflalo.me/donate/ | +| 409 | 23 | 12 | [readline](https://github.com/tonerdo/readline) | A Pure C# GNU-Readline like library for .NET/.NET Core | +| 409 | 38 | 2 | [MemoScope.Net](https://github.com/fremag/MemoScope.Net) | Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd ) | +| 409 | 71 | 1 | [Reaktion](https://github.com/keijiro/Reaktion) | Audio reactive animation toolkit for Unity | +| 409 | 63 | 7 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | Snapshot a React Native view and save it to an image | +| 408 | 320 | 54 | [BlogEngine.NET](https://github.com/rxtur/BlogEngine.NET) | Cross-platform, ASP.NET Core successor to BlogEngine: | +| 408 | 78 | 84 | [EditorVR](https://github.com/Unity-Technologies/EditorVR) | Author VR in VR - See blog post for supporting downloads: | +| 407 | 88 | 55 | [nbfc](https://github.com/hirschmann/nbfc) | NoteBook FanControl | +| 407 | 63 | 1 | [performance-optimization](https://github.com/mspnp/performance-optimization) | Guidance on how to observe, measure, and correct common issues in a cloud-based system. | +| 406 | 45 | 5 | [TwitchLeecher](https://github.com/Franiac/TwitchLeecher) | Twitch Leecher - The Broadcast Downloader | +| 405 | 86 | 13 | [LottieXamarin](https://github.com/martijn00/LottieXamarin) | Render After Effects animations natively on Android, iOS, MacOS and TvOS for Xamarin | +| 405 | 44 | 43 | [Scripty](https://github.com/daveaglick/Scripty) | Tools to let you use Roslyn-powered C# scripts for code generation | +| 405 | 92 | 12 | [SeeGit](https://github.com/Haacked/SeeGit) | SeeGit - The Git Repository Visualizer | +| 404 | 67 | 16 | [Microphone](https://github.com/rogeralsing/Microphone) | None | +| 403 | 296 | 26 | [PokemoGoBot-GottaCatchEmAll](https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll) | PROJECT CLOSED !!!! | +| 402 | 204 | 191 | [TLSharp](https://github.com/sochix/TLSharp) | Telegram client library implemented in C# | +| 402 | 85 | 45 | [NoRM](https://github.com/atheken/NoRM) | NoRM is a MongoDB driver for .Net designed to provide access to strongly/statically-typed documents and collections. | +| 401 | 94 | 53 | [NGraphics](https://github.com/praeclarum/NGraphics) | NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers. | +| 400 | 312 | 27 | [xamarin-forms-book-samples](https://github.com/xamarin/xamarin-forms-book-samples) | Code samples for "Creating Mobile Apps with Xamarin.Forms" | +| 400 | 47 | 5 | [microdot](https://github.com/gigya/microdot) | Microdot: An open source .NET microservices framework | +| 400 | 44 | 71 | [Embeddinator-4000](https://github.com/mono/Embeddinator-4000) | Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms. | +| 399 | 188 | 70 | [arunity5](https://github.com/artoolkit/arunity5) | ARToolKit for Unity v5.x | +| 399 | 45 | 6 | [AppMetrics](https://github.com/AppMetrics/AppMetrics) | App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application. | +| 399 | 346 | 35 | [Dnn.Platform](https://github.com/dnnsoftware/Dnn.Platform) | DNN Corp Platform Repository. | +| 399 | 291 | 79 | [sendgrid-csharp](https://github.com/sendgrid/sendgrid-csharp) | It's Hacktoberfest!! SendGrid is giving out shirts if you make pull requests! | +| 398 | 75 | 23 | [XamlBehaviors](https://github.com/Microsoft/XamlBehaviors) | This is the official home for UWP XAML Behaviors on GitHub. | +| 398 | 536 | 5 | [AbsoluteBeginnersWin10](https://github.com/Windows-Readiness/AbsoluteBeginnersWin10) | Video content can be found at https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners | +| 397 | 70 | 14 | [Popcorn](https://github.com/bbougot/Popcorn) | 🍿 🎞 A Powerful Popcorn Time Client | +| 397 | 157 | 2 | [unitychan-crs](https://github.com/unity3d-jp/unitychan-crs) | Unity-Chan "Candy Rock Star" Live Demo | +| 397 | 49 | 43 | [Projeny](https://github.com/modesttree/Projeny) | A project and package manager for Unity | +| 395 | 194 | 42 | [OwinOAuthProviders](https://github.com/TerribleDev/OwinOAuthProviders) | OAuth providers for Owin | +| 394 | 124 | 25 | [SocketIoClientDotNet](https://github.com/Quobject/SocketIoClientDotNet) | Socket.IO Client Library for .Net | +| 393 | 42 | 16 | [Microcharts](https://github.com/aloisdeniel/Microcharts) | Create cross-platform (Xamarin, Windows, ...) simple charts. | +| 393 | 104 | 8 | [ShaderlabVS](https://github.com/wudixiaop/ShaderlabVS) | ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming | +| 392 | 120 | 10 | [ILRuntime](https://github.com/Ourpalm/ILRuntime) | Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. | +| 392 | 88 | 25 | [Posh-SSH](https://github.com/darkoperator/Posh-SSH) | PowerShell Module for automating tasks on remote systems using SSH | +| 391 | 200 | 5 | [dnlib](https://github.com/0xd4d/dnlib) | dnlib is a library that can read, write and create .NET assemblies and modules. | +| 390 | 282 | 226 | [WebApi](https://github.com/OData/WebApi) | OData Web API: A server library built upon ODataLib and WebApi | +| 390 | 60 | 35 | [GitLink](https://github.com/GitTools/GitLink) | Making .NET open source accessible! | +| 388 | 186 | 1 | [Egametang](https://github.com/egametang/Egametang) | Unity3D Client And C# Server Framework | +| 388 | 135 | 6 | [LockstepFramework](https://github.com/SnpM/LockstepFramework) | Framework for lockstep RTS, TD, and MOBA games. Under development. | +| 387 | 39 | 1 | [DSA](https://github.com/abdonkov/DSA) | Data structures and algorithms in C# | +| 385 | 50 | 1 | [ProceduralToolkit](https://github.com/Syomus/ProceduralToolkit) | Instruments for development of procedural generation systems in Unity game engine | +| 384 | 126 | 30 | [MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended) | Classes and extensions to make MonoGame more awesome | +| 384 | 336 | 28 | [Thinktecture.IdentityModel](https://github.com/IdentityModel/Thinktecture.IdentityModel) | [deprecated] Thinktecture.IdentityModel | +| 384 | 112 | 78 | [WinAppDriver](https://github.com/Microsoft/WinAppDriver) | Windows Application Driver | +| 384 | 333 | 0 | [Thinktecture.IdentityModel.45](https://github.com/IdentityModel/Thinktecture.IdentityModel.45) | [deprecated] Helper library for identity & access control in .NET 4.5 and MVC4/Web API. | +| 383 | 295 | 4 | [connectthedots](https://github.com/Azure/connectthedots) | Connect tiny devices to Microsoft Azure services to build IoT solutions | +| 383 | 96 | 106 | [sharpshell](https://github.com/dwmkerr/sharpshell) | SharpShell makes it easy to create Windows Shell Extensions using the .NET Framework. | +| 383 | 195 | 59 | [Piranha](https://github.com/PiranhaCMS/Piranha) | Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. | +| 383 | 112 | 55 | [tweetinvi](https://github.com/linvi/tweetinvi) | Tweetinvi, the best Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP and Portable Class Libraries (Xamarin)... | +| 382 | 106 | 13 | [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) | SQLite made easy for Unity3d | +| 382 | 108 | 24 | [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) | :whale: .NET (C#) Client Library for Docker API | +| 382 | 34 | 35 | [NBench](https://github.com/petabridge/NBench) | Performance benchmarking and testing framework for .NET applications | +| 382 | 122 | 3 | [AssetGraph](https://github.com/unity3d-jp/AssetGraph) | Visual Tool for creating AssetBundles in Unity | +| 381 | 110 | 11 | [helios](https://github.com/helios-io/helios) | reactive socket middleware for .NET | +| 380 | 34 | 21 | [QtSharp](https://github.com/ddobrev/QtSharp) | Mono/.NET bindings for Qt | +| 380 | 71 | 63 | [ImageGlass](https://github.com/d2phap/ImageGlass) | A lightweight, versatile image viewer | +| 379 | 156 | 9 | [IDDD_Samples_NET](https://github.com/VaughnVernon/IDDD_Samples_NET) | These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168 | +| 376 | 120 | 14 | [dotnet-docker](https://github.com/dotnet/dotnet-docker) | This repo contains the base Docker images for working with .NET Core and the .NET Core Tools. | +| 375 | 60 | 1 | [symspell](https://github.com/wolfgarbe/symspell) | SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm | +| 374 | 164 | 314 | [MyMediaLite](https://github.com/zenogantner/MyMediaLite) | recommender system library for the CLR (.NET) | +| 374 | 59 | 52 | [resharper-unity](https://github.com/JetBrains/resharper-unity) | ReSharper support for Unity | +| 374 | 44 | 4 | [Moments](https://github.com/Chman/Moments) | A quick GIF replay recorder for Unity | +| 373 | 23 | 0 | [calcflow](https://github.com/matryx/calcflow) | None | +| 372 | 192 | 10 | [Dapper.SimpleCRUD](https://github.com/ericdc1/Dapper.SimpleCRUD) | Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper. | +| 371 | 176 | 68 | [kafka-net](https://github.com/Jroland/kafka-net) | Native C# client for Kafka queue servers. | +| 371 | 76 | 37 | [CSharpClient-for-Kafka](https://github.com/Microsoft/CSharpClient-for-Kafka) | .Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation. | +| 371 | 202 | 27 | [XUPorter](https://github.com/onevcat/XUPorter) | Add files and frameworks to your Xcode project after it is generated by Unity 3D. | +| 370 | 119 | 10 | [AssetBundles-Browser](https://github.com/Unity-Technologies/AssetBundles-Browser) | Editor tool for viewing and debugging asset bundle contents before and after builds | +| 369 | 179 | 6 | [twilio-csharp](https://github.com/twilio/twilio-csharp) | Twilio C#/.NET Helper Library for .NET 3.5+ and .NET Standard 1.4 | +| 369 | 62 | 50 | [StyleCop](https://github.com/StyleCop/StyleCop) | Analyzes C# source code to enforce a set of style and consistency rules. | +| 368 | 103 | 31 | [ScintillaNET](https://github.com/jacobslusser/ScintillaNET) | A Windows Forms control, wrapper, and bindings for the Scintilla text editor. | +| 367 | 78 | 7 | [Insight.Database](https://github.com/jonwagner/Insight.Database) | Fast, lightweight .NET micro-ORM | +| 367 | 22 | 10 | [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting) | A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects. | +| 366 | 202 | 18 | [Altman](https://github.com/keepwn/Altman) | the cross platform webshell tool in .NET | +| 366 | 125 | 31 | [resizer](https://github.com/imazen/resizer) | The official repository for ImageResizer | +| 364 | 185 | 8 | [ShortcutExporter](https://github.com/madskristensen/ShortcutExporter) | Visual Studio extension | +| 364 | 23 | 14 | [Jump-Location](https://github.com/tkellogg/Jump-Location) | Powershell `cd` that reads your mind | +| 364 | 108 | 11 | [numl](https://github.com/sethjuarez/numl) | Machine Learning for .NET | +| 364 | 153 | 23 | [userdialogs](https://github.com/aritchie/userdialogs) | A cross platform library that allows you to call for standard user dialogs from a shared/portable library, Actionsheets, alerts, confirmations, loading, login, progress, prompt, toast... async just for fun | +| 364 | 178 | 45 | [WebSocket4Net](https://github.com/kerryjiang/WebSocket4Net) | .NET WebSocket Client | +| 363 | 573 | 15 | [xamarin-forms-samples](https://github.com/conceptdev/xamarin-forms-samples) | Samples that use Xamarin.Forms (http://xamarin.com/forms) | +| 363 | 63 | 0 | [Audit.NET](https://github.com/thepirat000/Audit.NET) | A small framework to audit .NET object changes | +| 363 | 127 | 25 | [AspNetCoreSpa](https://github.com/asadsahi/AspNetCoreSpa) | Asp.Net Core & Angular SPA with Angular CLI, Webpack 2 full featured application. Some concepts taken from ASP.NET Core & ASP.NET CORE SPA generators, angular-starter with Angular best practices and guidelines, all baked into one. Live demo: | +| 363 | 116 | 2 | [LuaFramework_NGUI](https://github.com/jarjin/LuaFramework_NGUI) | 基于NGUI+tolua的简单游戏框架 http://ulua.org/ | +| 361 | 164 | 2 | [MongoCola](https://github.com/magicdict/MongoCola) | A MongoDB Administration Tool | +| 361 | 189 | 92 | [Logging](https://github.com/aspnet/Logging) | Common logging abstractions and a few implementations | +| 361 | 76 | 20 | [SourceBrowser](https://github.com/KirillOsenkov/SourceBrowser) | Source browser website generator that powers http://referencesource.microsoft.com and http://source.roslyn.io | +| 360 | 117 | 22 | [SuperCharacterController](https://github.com/IronWarrior/SuperCharacterController) | Unity custom character controller | +| 359 | 132 | 82 | [System.IO.Abstractions](https://github.com/tathamoddie/System.IO.Abstractions) | Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access! | +| 359 | 124 | 1 | [Z.ExtensionMethods](https://github.com/zzzprojects/Z.ExtensionMethods) | C# Extension Methods | .NET Open Source & Free Library. | +| 358 | 62 | 30 | [NBTExplorer](https://github.com/jaquadro/NBTExplorer) | A graphical NBT editor for all Minecraft NBT data sources | +| 358 | 60 | 10 | [Naiad](https://github.com/MicrosoftResearch/Naiad) | The Naiad system provides fast incremental and iterative computation for data-parallel workloads | +| 357 | 67 | 11 | [Json.Net.Unity3D](https://github.com/SaladLab/Json.Net.Unity3D) | Forked Newtonsoft.Json to support Unity3D | +| 356 | 92 | 12 | [Hover-UI-Kit](https://github.com/aestheticinteractive/Hover-UI-Kit) | Create beautiful user interfaces for immersive VR/AR experiences. | +| 356 | 31 | 0 | [Node.cs](https://github.com/headsling/Node.cs) | Node.cs.net - Node.js in c# with all the beauty and performance that C# brings | +| 354 | 37 | 17 | [config-r](https://github.com/config-r/config-r) | Write your .NET configuration files in C# | +| 354 | 50 | 26 | [pinvoke](https://github.com/AArnott/pinvoke) | A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS. | +| 352 | 118 | 8 | [Kalkulator1](https://github.com/wybory2014/Kalkulator1) | None | +| 352 | 50 | 3 | [OpenRelativity](https://github.com/MITGameLab/OpenRelativity) | An open source framework to add the effects of traveling at relativistic speeds to visualizations or games | +| 351 | 104 | 38 | [ChocolateyGUI](https://github.com/chocolatey/ChocolateyGUI) | A delicious GUI for chocolatey | +| 351 | 162 | 156 | [BetterCMS](https://github.com/devbridge/BetterCMS) | A publishing focused and developer friendly .NET Open Source CMS. | +| 351 | 166 | 6 | [MiNET](https://github.com/NiclasOlofsson/MiNET) | A (not so) basic Minecraft Pocket Edition server written in C# | +| 350 | 236 | 5 | [AspNetIdentity.WebApi](https://github.com/tjoudeh/AspNetIdentity.WebApi) | Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS | +| 350 | 69 | 9 | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks | +| 350 | 128 | 42 | [encog-dotnet-core](https://github.com/encog/encog-dotnet-core) | None | +| 349 | 106 | 15 | [Tiled2Unity](https://github.com/Seanba/Tiled2Unity) | Export Tiled Map Editor (TMX) files into Unity | +| 349 | 28 | 7 | [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer) | DriverStore Explorer [RAPR] | +| 349 | 165 | 8 | [Unity-Resource-Checker](https://github.com/handcircus/Unity-Resource-Checker) | Editor utility for unity to help check resources in the current scene (including active textures, their sizes, materials, meshes and which objects are using them) | +| 348 | 155 | 59 | [Rotativa](https://github.com/webgio/Rotativa) | Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa | +| 348 | 104 | 49 | [omnisharp-server](https://github.com/OmniSharp/omnisharp-server) | HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language. | +| 348 | 92 | 18 | [jsonfx](https://github.com/jsonfx/jsonfx) | JsonFx v2.0 - JSON serialization framework for .NET | +| 348 | 244 | 7 | [equeue](https://github.com/tangxuehua/equeue) | a distributed mq written by c#. | +| 347 | 16 | 0 | [ConvChain](https://github.com/mxgmn/ConvChain) | Bitmap generation from a single example with convolutions and MCMC. | +| 347 | 88 | 5 | [consuldotnet](https://github.com/PlayFab/consuldotnet) | .NET API for Consul (http://www.consul.io/) | +| 346 | 58 | 27 | [VFW](https://github.com/vexe/VFW) | None | +| 346 | 162 | 61 | [Terraria-Map-Editor](https://github.com/TEdit/Terraria-Map-Editor) | TEdit - Terraria Map Editor - TEdit is a stand alone, open source map editor for Terraria. It lets you edit maps just like (almost) paint! It also lets you change world settings (time, bosses downed etc), edit chests and change sign, make epic dungeons, castles, cities, and add rewards for your adventurers! | | 344 | 120 | 56 | [callisto](https://github.com/timheuer/callisto) | A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines. | -| 343 | 151 | 83 | [Rotativa](https://github.com/webgio/Rotativa) | Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa | -| 343 | 114 | 20 | [SuperCharacterController](https://github.com/IronWarrior/SuperCharacterController) | Unity custom character controller | -| 343 | 105 | 49 | [omnisharp-server](https://github.com/OmniSharp/omnisharp-server) | HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language. | -| 343 | 129 | 42 | [encog-dotnet-core](https://github.com/encog/encog-dotnet-core) | None | -| 342 | 45 | 49 | [resharper-unity](https://github.com/JetBrains/resharper-unity) | ReSharper support for Unity | -| 341 | 147 | 21 | [userdialogs](https://github.com/aritchie/userdialogs) | A cross platform library that allows you to call for standard user dialogs from a shared/portable library, Actionsheets, alerts, confirmations, loading, login, progress, prompt, toast... async just for fun | -| 340 | 195 | 172 | [netmf-interpreter](https://github.com/NETMF/netmf-interpreter) | .NET Micro Framework Interpreter | -| 339 | 137 | 87 | [PoorMansTSqlFormatter](https://github.com/TaoK/PoorMansTSqlFormatter) | A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences. | -| 339 | 94 | 13 | [Hover-UI-Kit](https://github.com/aestheticinteractive/Hover-UI-Kit) | Create beautiful user interfaces for immersive VR/AR experiences. | -| 339 | 229 | 4 | [AspNetIdentity.WebApi](https://github.com/tjoudeh/AspNetIdentity.WebApi) | Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS | -| 339 | 244 | 8 | [equeue](https://github.com/tangxuehua/equeue) | a distributed mq written by c#. | -| 339 | 174 | 39 | [WebSocket4Net](https://github.com/kerryjiang/WebSocket4Net) | .NET WebSocket Client | -| 338 | 162 | 67 | [Terraria-Map-Editor](https://github.com/TEdit/Terraria-Map-Editor) | TEdit - Terraria Map Editor - TEdit is a stand alone, open source map editor for Terraria. It lets you edit maps just like (almost) paint! It also lets you change world settings (time, bosses downed etc), edit chests and change sign, make epic dungeons, castles, cities, and add rewards for your adventurers! | -| 337 | 105 | 18 | [Tiled2Unity](https://github.com/Seanba/Tiled2Unity) | Export Tiled Map Editor (TMX) files into Unity | -| 336 | 225 | 15 | [DevCamp](https://github.com/Azure-Readiness/DevCamp) | None | -| 335 | 44 | 71 | [Unity](https://github.com/github-for-unity/Unity) | GitHub for Unity | -| 335 | 66 | 9 | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks | -| 334 | 36 | 3 | [microdot](https://github.com/gigya/microdot) | Microdot: An open source .NET microservices framework | -| 334 | 57 | 27 | [VFW](https://github.com/vexe/VFW) | None | -| 334 | 157 | 8 | [Unity-Resource-Checker](https://github.com/handcircus/Unity-Resource-Checker) | Editor utility for unity to help check resources in the current scene (including active textures, their sizes, materials, meshes and which objects are using them) | -| 333 | 263 | 62 | [NecroBot](https://github.com/Necrobot-Private/NecroBot) | NecroBot2 | -| 333 | 48 | 25 | [pinvoke](https://github.com/AArnott/pinvoke) | A library containing all PInvoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS. | -| 333 | 139 | 7 | [MiNET](https://github.com/NiclasOlofsson/MiNET) | A (not so) basic Minecraft Pocket Edition server written in C# | -| 332 | 94 | 12 | [NLog](https://github.com/jkowalski/NLog) | NLog - Advanced .NET and Silverlight Logging | -| 331 | 102 | 68 | [ChocolateyGUI](https://github.com/chocolatey/ChocolateyGUI) | A delicious GUI for chocolatey | -| 331 | 78 | 24 | [Unity-2D-Platformer-Controller](https://github.com/cjddmut/Unity-2D-Platformer-Controller) | A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support. | -| 330 | 116 | 22 | [AspNetCoreSpa](https://github.com/asadsahi/AspNetCoreSpa) | Asp.Net Core & Angular SPA with Angular CLI, Webpack 2 full featured application. Some concepts taken from ASP.NET Core & ASP.NET CORE SPA generators, angular-starter with Angular best practices and guidelines, all baked into one. Live demo: | -| 330 | 89 | 4 | [IocPerformance](https://github.com/danielpalme/IocPerformance) | Performance comparison of .NET IoC containers | -| 329 | 110 | 1 | [VBF](https://github.com/Ninputer/VBF) | A flexible and extensible front-end library of a programming language compiler. | -| 329 | 60 | 0 | [tilt-brush-toolkit](https://github.com/googlevr/tilt-brush-toolkit) | Scripts and assets that help you use Tilt Brush data in your creative projects. | -| 329 | 198 | 158 | [n2cms](https://github.com/n2cms/n2cms) | N2 CMS, an open source CMS for ASP.NET | -| 327 | 108 | 7 | [ILRuntime](https://github.com/Ourpalm/ILRuntime) | Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. | -| 327 | 60 | 38 | [FeatureToggle](https://github.com/jason-roberts/FeatureToggle) | Simple, reliable feature toggles in .NET | -| 326 | 34 | 4 | [sharpkeys](https://github.com/randyrants/sharpkeys) | SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key. | -| 326 | 50 | 4 | [AsmSpy](https://github.com/mikehadlow/AsmSpy) | Simple command line assembly reference checker | -| 326 | 206 | 43 | [litjson](https://github.com/lbv/litjson) | JSON library for the .Net framework | -| 325 | 156 | 36 | [bc-csharp](https://github.com/bcgit/bc-csharp) | Bouncy Castle C# Distribution (Mirror) | -| 323 | 66 | 28 | [Metrics.NET](https://github.com/Recognos/Metrics.NET) | The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application. | -| 323 | 178 | 4 | [aspnet5-angular2-typescript](https://github.com/chsakell/aspnet5-angular2-typescript) | Cross-platform Single Page Applications with ASP.NET Core, Angular 4 & TypeScript | -| 322 | 253 | 102 | [Xamarin.Auth](https://github.com/xamarin/Xamarin.Auth) | Xamarin.Auth | -| 322 | 139 | 6 | [uwp-experiences](https://github.com/Microsoft/uwp-experiences) | Universal Windows Platform (UWP) samples and showcases | -| 321 | 212 | 43 | [CruiseControl.NET](https://github.com/ccnet/CruiseControl.NET) | CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework. | -| 320 | 286 | 10 | [MonoGame-Samples](https://github.com/CartBlanche/MonoGame-Samples) | All the Samples the work with MonoGame | -| 320 | 94 | 13 | [AspNet.Security.OpenIdConnect.Server](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server) | OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core | -| 319 | 33 | 37 | [YarnSpinner](https://github.com/thesecretlab/YarnSpinner) | Yarn Spinner is a C# library for interactive dialogue in games! | -| 319 | 60 | 9 | [Json.Net.Unity3D](https://github.com/SaladLab/Json.Net.Unity3D) | Forked Newtonsoft.Json to support Unity3D | -| 319 | 73 | 33 | [PreMailer.Net](https://github.com/milkshakesoftware/PreMailer.Net) | C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients. | -| 318 | 127 | 37 | [snoopwpf](https://github.com/cplotts/snoopwpf) | Snoop - The WPF Spy Utility | -| 317 | 82 | 4 | [consuldotnet](https://github.com/PlayFab/consuldotnet) | .NET API for Consul (http://www.consul.io/) | -| 316 | 76 | 39 | [BrightstarDB](https://github.com/BrightstarDB/BrightstarDB) | This is the core development repository for BrightstarDB. | -| 316 | 76 | 17 | [jose-jwt](https://github.com/dvsekhvalnov/jose-jwt) | Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core | -| 316 | 225 | 134 | [SVG](https://github.com/vvvv/SVG) | fork of the ms svg library | -| 315 | 98 | 27 | [Handlebars.Net](https://github.com/rexm/Handlebars.Net) | A real .NET Handlebars engine | -| 315 | 214 | 13 | [PartsUnlimited](https://github.com/Microsoft/PartsUnlimited) | .Net Core + SQL Azure app for DevOps Scenarios | -| 315 | 77 | 15 | [Vive-Teleporter](https://github.com/Flafla2/Vive-Teleporter) | A framework for Unity3D that automatically generates teleporter boundaries and facilitates the teleporter mechanic, similarly to Valve's "The Lab" | -| 315 | 89 | 39 | [Phalanger](https://github.com/DEVSENSE/Phalanger) | PHP 5.4 compiler for .NET/Mono frameworks. Phalanger compiles legacy PHP code to MSIL while being fully compatible with PHP behavior. | -| 315 | 62 | 150 | [vstest](https://github.com/Microsoft/vstest) | Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. | -| 314 | 393 | 14 | [ocrsdk.com](https://github.com/abbyysdk/ocrsdk.com) | ABBYY Cloud OCR SDK | -| 314 | 20 | 1 | [SecurityDriven.Inferno](https://github.com/sdrapkin/SecurityDriven.Inferno) | :white_check_mark: .NET crypto done right. Professionally audited. | -| 314 | 64 | 10 | [TinyMapper](https://github.com/TinyMapper/TinyMapper) | A quick object-object mapper for .NET | -| 313 | 242 | 182 | [Vlc.DotNet](https://github.com/ZeBobo5/Vlc.DotNet) | .NET control that hosts the audio/video capabilities of the VLC libraries | -| 313 | 82 | 4 | [dnscrypt-winclient](https://github.com/Noxwizard/dnscrypt-winclient) | Windows client for managing the DNSCrypt Proxy | -| 313 | 113 | 333 | [azure-webjobs-sdk-script](https://github.com/Azure/azure-webjobs-sdk-script) | Scripting the Azure WebJobs SDK | -| 313 | 204 | 141 | [helix-toolkit](https://github.com/helix-toolkit/helix-toolkit) | None | -| 313 | 107 | 8 | [AssetBundles-Browser](https://github.com/Unity-Technologies/AssetBundles-Browser) | Editor tool for viewing and debugging asset bundle contents before and after builds | -| 313 | 123 | 29 | [scripthookvdotnet](https://github.com/crosire/scripthookvdotnet) | An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. | -| 312 | 148 | 41 | [Caching](https://github.com/aspnet/Caching) | Libraries for in-memory caching and distributed caching. | -| 312 | 53 | 8 | [VertexPaint](https://github.com/slipster216/VertexPaint) | Unity 5.3 Vertex Painter | -| 311 | 53 | 16 | [yessql](https://github.com/sebastienros/yessql) | A .NET document database working on any RDBMS | -| 311 | 85 | 20 | [nfx](https://github.com/aumcode/nfx) | C# Server UNISTACK framework | -| 311 | 127 | 13 | [Craig-s-Utility-Library](https://github.com/JaCraig/Craig-s-Utility-Library) | Main repo for Craig's Utility Library | -| 310 | 94 | 41 | [SimpleAuthentication](https://github.com/SimpleAuthentication/SimpleAuthentication) | A really simple way for developers to add "Social Authentication" to their ASP.NET web application | -| 310 | 92 | 321 | [RTVS](https://github.com/Microsoft/RTVS) | R Tools for Visual Studio. | -| 309 | 89 | 4 | [MarkDownEditor](https://github.com/chenguanzhou/MarkDownEditor) | An open-source metro-style desktop markdown editor for Windows 7 and above, based on WPF | -| 309 | 53 | 51 | [passcore](https://github.com/unosquare/passcore) | A self-service password management tool for Active Directory | -| 308 | 84 | 24 | [Portable.Licensing](https://github.com/dnauck/Portable.Licensing) | Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software. | -| 308 | 319 | 0 | [osharp](https://github.com/i66soft/osharp) | osharp framework version 3.x | -| 308 | 111 | 8 | [Potato](https://github.com/foxglovesec/Potato) | None | -| 307 | 344 | 224 | [PnP-PowerShell](https://github.com/SharePoint/PnP-PowerShell) | SharePoint / Office 365 Dev PnP PowerShell CmdLets | -| 307 | 101 | 87 | [WebEssentials2015](https://github.com/madskristensen/WebEssentials2015) | A Visual Studio extension for web developers | -| 307 | 92 | 48 | [todotxt.net](https://github.com/benrhughes/todotxt.net) | An implementation of todo.txt for Windows using the .NET framework | -| 307 | 77 | 22 | [alphaTab](https://github.com/CoderLine/alphaTab) | alphaTab is a cross platform music notation and guitar tablature rendering library. | -| 306 | 46 | 0 | [HelpfulScripts](https://github.com/cjacobwade/HelpfulScripts) | A collection of random, useful scripts | -| 306 | 43 | 15 | [DNSAgent](https://github.com/stackia/DNSAgent) | A powerful "hosts" replacement. | -| 306 | 79 | 27 | [SMAPI](https://github.com/Pathoschild/SMAPI) | A modding API for Stardew Valley. | -| 306 | 183 | 50 | [cms](https://github.com/siteserver/cms) | SiteServer CMS 是.NET平台CMS系统的创始者,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。 | +| 344 | 159 | 38 | [bc-csharp](https://github.com/bcgit/bc-csharp) | Bouncy Castle C# Distribution (Mirror) | +| 343 | 199 | 172 | [netmf-interpreter](https://github.com/NETMF/netmf-interpreter) | .NET Micro Framework Interpreter | +| 343 | 227 | 15 | [DevCamp](https://github.com/Azure-Readiness/DevCamp) | None | +| 341 | 80 | 24 | [Unity-2D-Platformer-Controller](https://github.com/cjddmut/Unity-2D-Platformer-Controller) | A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support. | +| 340 | 69 | 32 | [Metrics.NET](https://github.com/Recognos/Metrics.NET) | The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application. | +| 340 | 208 | 44 | [litjson](https://github.com/lbv/litjson) | JSON library for the .Net framework | +| 340 | 92 | 5 | [IocPerformance](https://github.com/danielpalme/IocPerformance) | Performance comparison of .NET IoC containers | +| 339 | 56 | 4 | [AsmSpy](https://github.com/mikehadlow/AsmSpy) | Simple command line assembly reference checker | +| 339 | 60 | 0 | [tilt-brush-toolkit](https://github.com/googlevr/tilt-brush-toolkit) | Scripts and assets that help you use Tilt Brush data in your creative projects. | +| 338 | 65 | 21 | [html-agility-pack](https://github.com/zzzprojects/html-agility-pack) | Html Agility Pack (HAP) | +| 338 | 98 | 13 | [AspNet.Security.OpenIdConnect.Server](https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server) | OpenID Connect/OAuth2 server framework for OWIN/Katana and ASP.NET Core | +| 336 | 110 | 9 | [CMS](https://github.com/Weapsy/CMS) | ASP.NET Core CMS | +| 336 | 200 | 57 | [cms](https://github.com/siteserver/cms) | SiteServer CMS 是.NET平台CMS系统的创始者,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。 | +| 335 | 258 | 108 | [Xamarin.Auth](https://github.com/xamarin/Xamarin.Auth) | Xamarin.Auth | +| 335 | 39 | 40 | [YarnSpinner](https://github.com/thesecretlab/YarnSpinner) | Yarn Spinner is a C# library for interactive dialogue in games! | +| 335 | 139 | 6 | [KSFramework](https://github.com/mr-kelly/KSFramework) | QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload | +| 333 | 111 | 1 | [VBF](https://github.com/Ninputer/VBF) | A flexible and extensible front-end library of a programming language compiler. | +| 333 | 97 | 12 | [NLog](https://github.com/jkowalski/NLog) | NLog - Advanced .NET and Silverlight Logging | +| 333 | 199 | 159 | [n2cms](https://github.com/n2cms/n2cms) | N2 CMS, an open source CMS for ASP.NET | +| 333 | 128 | 0 | [LeetCodeInCSharp](https://github.com/scottszb1987/LeetCodeInCSharp) | None | +| 332 | 60 | 39 | [FeatureToggle](https://github.com/jason-roberts/FeatureToggle) | Simple, reliable feature toggles in .NET | +| 332 | 139 | 6 | [uwp-experiences](https://github.com/Microsoft/uwp-experiences) | Universal Windows Platform (UWP) samples and showcases | +| 332 | 56 | 8 | [VertexPaint](https://github.com/slipster216/VertexPaint) | Unity 5.3 Vertex Painter | +| 331 | 252 | 55 | [Vlc.DotNet](https://github.com/ZeBobo5/Vlc.DotNet) | .NET control that hosts the audio/video capabilities of the VLC libraries | +| 331 | 80 | 19 | [jose-jwt](https://github.com/dvsekhvalnov/jose-jwt) | Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET and .NET Core | +| 331 | 122 | 381 | [azure-webjobs-sdk-script](https://github.com/Azure/azure-webjobs-sdk-script) | Scripting the Azure WebJobs SDK | +| 331 | 268 | 69 | [NecroBot](https://github.com/Necrobot-Private/NecroBot) | NecroBot2 | +| 330 | 136 | 39 | [snoopwpf](https://github.com/cplotts/snoopwpf) | Snoop - The WPF Spy Utility | +| 328 | 126 | 23 | [scripthookvdotnet](https://github.com/crosire/scripthookvdotnet) | An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. | +| 327 | 368 | 261 | [PnP-PowerShell](https://github.com/SharePoint/PnP-PowerShell) | SharePoint / Office 365 Dev PnP PowerShell CmdLets | +| 327 | 182 | 4 | [aspnet5-angular2-typescript](https://github.com/chsakell/aspnet5-angular2-typescript) | Cross-platform Single Page Applications with ASP.NET Core, Angular 4 & TypeScript | +| 327 | 103 | 8 | [SpotifyAPI-NET](https://github.com/JohnnyCrazy/SpotifyAPI-NET) | :sound: An API for the Spotify-Client and the Spotify Web API, written in C#/.NET | +| 327 | 84 | 2 | [NPOI](https://github.com/dotnetcore/NPOI) | a .NET Core library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. | +| 326 | 208 | 43 | [CruiseControl.NET](https://github.com/ccnet/CruiseControl.NET) | CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework. | +| 326 | 288 | 10 | [MonoGame-Samples](https://github.com/CartBlanche/MonoGame-Samples) | All the Samples the work with MonoGame | +| 326 | 136 | 17 | [Titanium-Web-Proxy](https://github.com/justcoding121/Titanium-Web-Proxy) | A cross platform, light weight, low memory footprint and high performant http(s) proxy server in C# | +| 326 | 69 | 176 | [vstest](https://github.com/Microsoft/vstest) | Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. | +| 325 | 80 | 17 | [Vive-Teleporter](https://github.com/Flafla2/Vive-Teleporter) | A framework for Unity3D that automatically generates teleporter boundaries and facilitates the teleporter mechanic, similarly to Valve's "The Lab" | +| 324 | 89 | 4 | [MarkDownEditor](https://github.com/chenguanzhou/MarkDownEditor) | An open-source metro-style desktop markdown editor for Windows 7 and above, based on WPF | +| 324 | 73 | 34 | [PreMailer.Net](https://github.com/milkshakesoftware/PreMailer.Net) | C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients. | +| 324 | 67 | 10 | [TinyMapper](https://github.com/TinyMapper/TinyMapper) | A quick object-object mapper for .NET | +| 323 | 101 | 32 | [Handlebars.Net](https://github.com/rexm/Handlebars.Net) | A real .NET Handlebars engine | +| 323 | 56 | 15 | [MarkdownMonster](https://github.com/RickStrahl/MarkdownMonster) | An extensible Markdown Editor, Viewer and Weblog Publisher for Windows | +| 322 | 23 | 36 | [letsencrypt-siteextension](https://github.com/sjkp/letsencrypt-siteextension) | Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names. | +| 322 | 253 | 172 | [Saml2](https://github.com/Sustainsys/Saml2) | Saml2 Authentication services for ASP.NET | +| 322 | 209 | 138 | [helix-toolkit](https://github.com/helix-toolkit/helix-toolkit) | None | +| 321 | 53 | 18 | [yessql](https://github.com/sebastienros/yessql) | A .NET document database working on any RDBMS | +| 321 | 223 | 138 | [SVG](https://github.com/vvvv/SVG) | fork of the ms svg library | +| 321 | 90 | 40 | [Phalanger](https://github.com/DEVSENSE/Phalanger) | PHP 5.4 compiler for .NET/Mono frameworks. Phalanger compiles legacy PHP code to MSIL while being fully compatible with PHP behavior. | +| 320 | 148 | 40 | [Caching](https://github.com/aspnet/Caching) | Libraries for in-memory caching and distributed caching. | +| 320 | 42 | 85 | [Terminals](https://github.com/Terminals-Origin/Terminals) | Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex. | +| 320 | 47 | 12 | [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) | Some awesome icons for WPF and UWP all together... | +| 319 | 45 | 16 | [DNSAgent](https://github.com/stackia/DNSAgent) | A powerful "hosts" replacement. | +| 319 | 80 | 23 | [alphaTab](https://github.com/CoderLine/alphaTab) | alphaTab is a cross platform music notation and guitar tablature rendering library. | +| 319 | 86 | 20 | [nfx](https://github.com/aumcode/nfx) | C# Server UNISTACK framework | +| 319 | 64 | 15 | [LiteNetLib](https://github.com/RevenantX/LiteNetLib) | Lite reliable UDP library for Mono and .NET | +| 319 | 64 | 13 | [arcore-unity-sdk](https://github.com/google-ar/arcore-unity-sdk) | Google AR SDK for Unity | +| 319 | 67 | 3 | [unity-design-patterns](https://github.com/Naphier/unity-design-patterns) | Examples of programming design patterns in Unity C# | +| 318 | 84 | 4 | [dnscrypt-winclient](https://github.com/Noxwizard/dnscrypt-winclient) | Windows client for managing the DNSCrypt Proxy | +| 318 | 86 | 24 | [SMAPI](https://github.com/Pathoschild/SMAPI) | A modding API for Stardew Valley. | +| 318 | 128 | 13 | [Craig-s-Utility-Library](https://github.com/JaCraig/Craig-s-Utility-Library) | Main repo for Craig's Utility Library | +| 317 | 324 | 0 | [osharp](https://github.com/i66soft/osharp) | osharp framework version 3.x | +| 317 | 77 | 37 | [BrightstarDB](https://github.com/BrightstarDB/BrightstarDB) | This is the core development repository for BrightstarDB. | +| 317 | 401 | 16 | [ocrsdk.com](https://github.com/abbyysdk/ocrsdk.com) | ABBYY Cloud OCR SDK | +| 317 | 21 | 1 | [SecurityDriven.Inferno](https://github.com/sdrapkin/SecurityDriven.Inferno) | :white_check_mark: .NET crypto done right. Professionally audited. | +| 317 | 146 | 12 | [CrystalQuartz](https://github.com/guryanovev/CrystalQuartz) | pluggable UI for Quartz.NET | +| 317 | 111 | 4 | [aspnetcore-doc-cn](https://github.com/dotnetcore/aspnetcore-doc-cn) | The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET China Foundation | +| 317 | 97 | 339 | [RTVS](https://github.com/Microsoft/RTVS) | R Tools for Visual Studio. | +| 316 | 42 | 0 | [CloudMusicGear](https://github.com/EraserKing/CloudMusicGear) | Solve unavailable songs for 163 cloud music desktop client / UWP client | +| 316 | 144 | 0 | [GameFramework](https://github.com/EllanJiang/GameFramework) | This is a game framework based on Unity 5.3 and later versions. | +| 315 | 87 | 24 | [Portable.Licensing](https://github.com/dnauck/Portable.Licensing) | Portable.Licensing is a cross platform software licensing framework which allows you to implement licensing into your application or library. It provides you all tools to create and validate licenses for your software. | +| 315 | 112 | 8 | [Potato](https://github.com/foxglovesec/Potato) | None | +| 314 | 80 | 1 | [PowerShdll](https://github.com/p3nt4/PowerShdll) | Run PowerShell with rundll32. Bypass software restrictions. | +| 313 | 161 | 16 | [AForge.NET](https://github.com/andrewkirillov/AForge.NET) | AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc. | +| 313 | 56 | 43 | [passcore](https://github.com/unosquare/passcore) | A self-service password management tool for Active Directory | +| 312 | 94 | 41 | [SimpleAuthentication](https://github.com/SimpleAuthentication/SimpleAuthentication) | A really simple way for developers to add "Social Authentication" to their ASP.NET web application | +| 312 | 57 | 5 | [SmartFormat.NET](https://github.com/scottrippey/SmartFormat.NET) | An extensible .NET replacement for String.Format | +| 311 | 151 | 27 | [SuperWebSocket](https://github.com/kerryjiang/SuperWebSocket) | SuperWebSocket is a .NET implementation of WebSocket server. | +| 311 | 205 | 41 | [community-sdk](https://github.com/Emotiv/community-sdk) | Emotiv SDK Community Edition | +| 311 | 64 | 19 | [fixie](https://github.com/fixie/fixie) | Conventional Testing for .NET | +| 311 | 56 | 3 | [myrtille](https://github.com/cedrozor/myrtille) | A native HTML4 / HTML5 Remote Desktop Protocol client | +| 309 | 46 | 0 | [HelpfulScripts](https://github.com/cjacobwade/HelpfulScripts) | A collection of random, useful scripts | +| 309 | 66 | 4 | [ScriptableRenderPipeline](https://github.com/Unity-Technologies/ScriptableRenderPipeline) | Scriptable Render Pipeline | +| 309 | 155 | 17 | [Entropy](https://github.com/aspnet/Entropy) | A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features. | +| 308 | 93 | 42 | [todotxt.net](https://github.com/benrhughes/todotxt.net) | An implementation of todo.txt for Windows using the .NET framework | +| 308 | 86 | 41 | [globalmousekeyhook](https://github.com/gmamaladze/globalmousekeyhook) | This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background. | +| 307 | 98 | 86 | [WebEssentials2015](https://github.com/madskristensen/WebEssentials2015) | A Visual Studio extension for web developers | +| 307 | 56 | 36 | [TumblThree](https://github.com/johanneszab/TumblThree) | A Tumblr Blog Backup Application | +| 306 | 94 | 1 | [UnitySpritesAndBones](https://github.com/Banbury/UnitySpritesAndBones) | Unity 3D addon for skeletal sprite animations | +| 306 | 90 | 0 | [PowerOPS](https://github.com/fdiskyou/PowerOPS) | PowerShell Runspace Portable Post Exploitation Tool aimed at making Penetration Testing with PowerShell "easier" | | 305 | 17 | 4 | [clojure-clr](https://github.com/richhickey/clojure-clr) | A port of Clojure to the CLR, part of the Clojure project | -| 304 | 53 | 12 | [MarkdownMonster](https://github.com/RickStrahl/MarkdownMonster) | An extensible Markdown Editor, Viewer and Weblog Publisher for Windows | -| 303 | 96 | 5 | [SpotifyAPI-NET](https://github.com/JohnnyCrazy/SpotifyAPI-NET) | :sound: An API for the Spotify-Client and the Spotify Web API, written in C#/.NET | -| 303 | 54 | 4 | [SmartFormat.NET](https://github.com/scottrippey/SmartFormat.NET) | An extensible .NET replacement for String.Format | -| 303 | 26 | 4 | [DriverStoreExplorer](https://github.com/lostindark/DriverStoreExplorer) | DriverStore Explorer [RAPR] | -| 302 | 36 | 5 | [YourAV](https://github.com/Tlaster/YourAV) | 宇宙级最轻量杀毒软件 | -| 302 | 94 | 1 | [UnitySpritesAndBones](https://github.com/Banbury/UnitySpritesAndBones) | Unity 3D addon for skeletal sprite animations | -| 302 | 89 | 8 | [Weapsy](https://github.com/Weapsy/Weapsy) | ASP.NET Core CMS | -| 302 | 61 | 19 | [fixie](https://github.com/fixie/fixie) | Conventional Testing for .NET | -| 302 | 141 | 11 | [CrystalQuartz](https://github.com/guryanovev/CrystalQuartz) | pluggable UI for Quartz.NET | -| 301 | 241 | 158 | [authservices](https://github.com/Sustainsys/authservices) | Saml2 Authentication services for ASP.NET | -| 301 | 233 | 132 | [Repetier-Host](https://github.com/repetier/Repetier-Host) | Host controller for RepRap style 3D printer like mendel, prusa and huxley. | -| 300 | 56 | 22 | [IronAHK](https://github.com/Paris/IronAHK) | Cross platform .NET rewrite of the popular AutoHotkey scripting language for desktop automation. | -| 300 | 133 | 6 | [KSFramework](https://github.com/mr-kelly/KSFramework) | QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload | -| 298 | 197 | 10 | [akkadotnet-code-samples](https://github.com/petabridge/akkadotnet-code-samples) | Akka.NET professional reference code samples | -| 298 | 108 | 0 | [Z.ExtensionMethods](https://github.com/zzzprojects/Z.ExtensionMethods) | C# Extension Methods | .NET Open Source & Free Library. | -| 297 | 110 | 4 | [aspnetcore-doc-cn](https://github.com/dotnetcore/aspnetcore-doc-cn) | The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET China Foundation | -| 297 | 75 | 70 | [SaltarelleCompiler](https://github.com/Saltarelle/SaltarelleCompiler) | C# to JavaScript compiler – Now http://bridge.net | -| 296 | 21 | 33 | [letsencrypt-siteextension](https://github.com/sjkp/letsencrypt-siteextension) | Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names. | -| 296 | 48 | 19 | [Wire](https://github.com/rogeralsing/Wire) | Binary serializer for POCO objects | -| 296 | 60 | 2 | [unity-design-patterns](https://github.com/Naphier/unity-design-patterns) | Examples of programming design patterns in Unity C# | -| 295 | 47 | 22 | [keys](https://github.com/vsco/keys) | Keys for Adobe Photoshop Lightroom | -| 295 | 154 | 19 | [AForge.NET](https://github.com/andrewkirillov/AForge.NET) | AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc. | -| 295 | 78 | 1 | [NPOI](https://github.com/dotnetcore/NPOI) | a .NET Core library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. | -| 294 | 113 | 0 | [LeetCodeInCSharp](https://github.com/scottszb1987/LeetCodeInCSharp) | None | -| 294 | 92 | 1 | [SDL2-CS](https://github.com/flibitijibibo/SDL2-CS) | SDL2# - C# Wrapper for SDL2 | -| 294 | 13 | 1 | [ilwasm](https://github.com/kg/ilwasm) | CIL to WebAssembly compiler | -| 293 | 16 | 1 | [Gochiusearch](https://github.com/ksasao/Gochiusearch) | A Fast Scene Search Engine for Anime Series 'Gochuumon wa Usagi Desuka?' | -| 293 | 150 | 27 | [SuperWebSocket](https://github.com/kerryjiang/SuperWebSocket) | SuperWebSocket is a .NET implementation of WebSocket server. | -| 293 | 196 | 31 | [community-sdk](https://github.com/Emotiv/community-sdk) | Emotiv SDK Community Edition | -| 293 | 48 | 7 | [myrtille](https://github.com/cedrozor/myrtille) | A native HTML4 / HTML5 Remote Desktop Protocol client | -| 292 | 141 | 0 | [CVE-2016-0051](https://github.com/koczkatamas/CVE-2016-0051) | EoP (Win7) & BSoD (Win10) PoC for CVE-2016-0051 (MS-016) | -| 292 | 128 | 2 | [Apworks](https://github.com/daxnet/Apworks) | Apworks is a flexible, scalable, configurable and efficient .NET based application development framework that helps software developers to easily build enterprise applications by applying either Classic Layering or Command-Query Responsibility Segregation (CQRS) architectural patterns. | -| 292 | 86 | 0 | [PowerOPS](https://github.com/fdiskyou/PowerOPS) | PowerShell Runspace Portable Post Exploitation Tool aimed at making Penetration Testing with PowerShell "easier" | -| 292 | 132 | 15 | [Titanium-Web-Proxy](https://github.com/justcoding121/Titanium-Web-Proxy) | A cross platform, light weight, low memory footprint and high performant http(s) proxy server in C# | -| 292 | 139 | 83 | [aenetmail](https://github.com/andyedinborough/aenetmail) | C# POP/IMAP Mail Client | -| 291 | 41 | 7 | [C-Sharp-Promise](https://github.com/Real-Serious-Games/C-Sharp-Promise) | Promises library for C# for management of asynchronous operations. | -| 291 | 151 | 71 | [ews-managed-api](https://github.com/OfficeDev/ews-managed-api) | None | -| 291 | 89 | 1 | [apress-recipes-webapi](https://github.com/filipw/apress-recipes-webapi) | Samples from ASP.NET Web API 2: Recipes book. | -| 290 | 93 | 1 | [cqrs-starter-kit](https://github.com/edumentab/cqrs-starter-kit) | A starter kit for working with CQRS and intentful testing. | -| 290 | 85 | 72 | [fungus](https://github.com/snozbot/fungus) | An easy to use Unity 3D library for creating illustrated Interactive Fiction games | -| 290 | 88 | 20 | [WebSockets](https://github.com/aspnet/WebSockets) | Implementation of the WebSocket protocol, along with client and server integration components. | -| 289 | 100 | 7 | [uFrame-MVVM](https://github.com/InvertGames/uFrame-MVVM) | uFrame MVVM Framework for Unity3D | -| 289 | 34 | 2 | [Retro3D](https://github.com/keijiro/Retro3D) | A shader that imitates low grade 3D graphics. | -| 289 | 37 | 69 | [Embeddinator-4000](https://github.com/mono/Embeddinator-4000) | Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms. | -| 288 | 41 | 0 | [Numerical-Analysis-Examples](https://github.com/ergenekonyigit/Numerical-Analysis-Examples) | :octocat: Numerical Analysis Implementations in Various Languages | -| 288 | 56 | 40 | [fluent-command-line-parser](https://github.com/fclp/fluent-command-line-parser) | A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface | -| 288 | 26 | 31 | [Channels](https://github.com/davidfowl/Channels) | Push based .NET Streams | -| 288 | 39 | 0 | [CloudMusicGear](https://github.com/EraserKing/CloudMusicGear) | Solve unavailable songs for 163 cloud music desktop client / UWP client | -| 288 | 83 | 41 | [globalmousekeyhook](https://github.com/gmamaladze/globalmousekeyhook) | This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background. | -| 288 | 45 | 11 | [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) | Some awesome icons for WPF and UWP all together... | -| 287 | 144 | 15 | [Entropy](https://github.com/aspnet/Entropy) | A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features. | -| 286 | 54 | 22 | [TumblThree](https://github.com/johanneszab/TumblThree) | A Tumblr Blog Backup Application | -| 286 | 48 | 3 | [SMAA](https://github.com/Chman/SMAA) | A highly customizable implementation of Subpixel Morphological Antialiasing for Unity | -| 285 | 195 | 5 | [Sport](https://github.com/xamarin/Sport) | None | -| 285 | 229 | 110 | [CMS](https://github.com/Kooboo/CMS) | The Kooboo CMS source code. | -| 285 | 95 | 13 | [wix4](https://github.com/wixtoolset/wix4) | WiX Toolset v4.x | -| 285 | 96 | 104 | [google-analytics-plugin-for-unity](https://github.com/googleanalytics/google-analytics-plugin-for-unity) | Google Analytics plugin for the Unity game creation system | -| 284 | 53 | 5 | [WebBackgrounder](https://github.com/NuGet/WebBackgrounder) | Proof of concept of a web based background task manager that deals well with web farms/app shutdowns | -| 284 | 54 | 0 | [unity3d-rainbow-folders](https://github.com/PhannGor/unity3d-rainbow-folders) | This asset allows you to set custom icons for any folder in unity project browser. | -| 284 | 144 | 19 | [RedditSharp](https://github.com/SirCmpwn/RedditSharp) | [Unmaintained] Reddit API for .NET | -| 284 | 84 | 3 | [WechatExport-iOS](https://github.com/tiancaihb/WechatExport-iOS) | Save iOS WeChat history as HTML or TXT with neat layout and picture & audio support. | -| 284 | 370 | 18 | [PayPal-NET-SDK](https://github.com/paypal/PayPal-NET-SDK) | .NET SDK for PayPal's RESTful APIs | -| 283 | 40 | 11 | [PowerArgs](https://github.com/adamabdelhamed/PowerArgs) | The ultimate .NET Standard command line argument parser | -| 283 | 69 | 12 | [LINQKit](https://github.com/scottksmith95/LINQKit) | LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users. | -| 283 | 79 | 48 | [RazorGenerator](https://github.com/RazorGenerator/RazorGenerator) | A Custom Tool for Visual Studio that allows processing Razor files at design time instead of runtime, allowing them to be built into an assembly for simpler reuse and distribution. | +| 305 | 235 | 133 | [Repetier-Host](https://github.com/repetier/Repetier-Host) | Host controller for RepRap style 3D printer like mendel, prusa and huxley. | +| 304 | 196 | 10 | [akkadotnet-code-samples](https://github.com/petabridge/akkadotnet-code-samples) | Akka.NET professional reference code samples | +| 304 | 47 | 8 | [C-Sharp-Promise](https://github.com/Real-Serious-Games/C-Sharp-Promise) | Promises library for C# for management of asynchronous operations. | +| 304 | 49 | 19 | [Wire](https://github.com/rogeralsing/Wire) | Binary serializer for POCO objects | +| 304 | 37 | 5 | [Respawn](https://github.com/jbogard/Respawn) | None | +| 303 | 35 | 5 | [YourAV](https://github.com/Tlaster/YourAV) | 宇宙级最轻量杀毒软件 | +| 303 | 84 | 3 | [WechatExport-iOS](https://github.com/stomakun/WechatExport-iOS) | Save iOS WeChat history as HTML or TXT with neat layout and picture & audio support. | +| 303 | 57 | 22 | [IronAHK](https://github.com/Paris/IronAHK) | Cross platform .NET rewrite of the popular AutoHotkey scripting language for desktop automation. | +| 302 | 14 | 1 | [ilwasm](https://github.com/kg/ilwasm) | CIL to WebAssembly compiler | +| 302 | 91 | 1 | [SDL2-CS](https://github.com/flibitijibibo/SDL2-CS) | SDL2# - C# Wrapper for SDL2 | +| 301 | 56 | 42 | [fluent-command-line-parser](https://github.com/fclp/fluent-command-line-parser) | A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface | +| 301 | 36 | 2 | [Retro3D](https://github.com/keijiro/Retro3D) | A shader that imitates low grade 3D graphics. | +| 301 | 69 | 12 | [LINQKit](https://github.com/scottksmith95/LINQKit) | LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users. | +| 301 | 29 | 9 | [unity-themes](https://github.com/zios/unity-themes) | Provides the Unity Editor with adjustable, hot-swappable GUI themes across all elements. | +| 299 | 212 | 5 | [Sport](https://github.com/xamarin/Sport) | None | +| 299 | 101 | 7 | [uFrame-MVVM](https://github.com/InvertGames/uFrame-MVVM) | uFrame MVVM Framework for Unity3D | +| 299 | 104 | 2 | [surging](https://github.com/dotnetcore/surging) | surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,采用Zookeeper、Consul作为surging服务的注册中心,集成了哈希,随机,轮询作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输 | +| 299 | 129 | 1 | [Seal-Report](https://github.com/ariacom/Seal-Report) | Open Database Reporting Tool (.Net) | +| 298 | 142 | 0 | [CVE-2016-0051](https://github.com/koczkatamas/CVE-2016-0051) | EoP (Win7) & BSoD (Win10) PoC for CVE-2016-0051 (MS-016) | +| 298 | 187 | 71 | [vsts-agent](https://github.com/Microsoft/vsts-agent) | Visual Studio Team Services Build and Release Agent | +| 298 | 48 | 25 | [keys](https://github.com/vsco/keys) | Keys for Adobe Photoshop Lightroom | +| 298 | 129 | 2 | [Apworks](https://github.com/daxnet/Apworks) | Apworks is a flexible, scalable, configurable and efficient .NET based application development framework that helps software developers to easily build enterprise applications by applying either Classic Layering or Command-Query Responsibility Segregation (CQRS) architectural patterns. | +| 297 | 15 | 1 | [Gochiusearch](https://github.com/ksasao/Gochiusearch) | A Fast Scene Search Engine for Anime Series 'Gochuumon wa Usagi Desuka?' | +| 297 | 373 | 17 | [PayPal-NET-SDK](https://github.com/paypal/PayPal-NET-SDK) | .NET SDK for PayPal's RESTful APIs | +| 297 | 86 | 73 | [fungus](https://github.com/snozbot/fungus) | An easy to use Unity 3D library for creating illustrated Interactive Fiction games | +| 297 | 74 | 70 | [SaltarelleCompiler](https://github.com/Saltarelle/SaltarelleCompiler) | C# to JavaScript compiler – Now http://bridge.net | +| 297 | 88 | 19 | [WebSockets](https://github.com/aspnet/WebSockets) | Implementation of the WebSocket protocol, along with client and server integration components. | +| 296 | 157 | 74 | [ews-managed-api](https://github.com/OfficeDev/ews-managed-api) | None | +| 296 | 103 | 36 | [FluentFTP](https://github.com/robinrodricks/FluentFTP) | An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, UTF-8 support, Async/await support and more. Written entirely in C#, with no external dependencies. | +| 296 | 85 | 55 | [RazorGenerator](https://github.com/RazorGenerator/RazorGenerator) | A Custom Tool for Visual Studio that allows processing Razor files at design time instead of runtime, allowing them to be built into an assembly for simpler reuse and distribution. | +| 296 | 11 | 20 | [LightBulb](https://github.com/Tyrrrz/LightBulb) | Reduces eyestrain by adjusting gamma based on the current time | +| 295 | 50 | 43 | [SimpleDnsCrypt](https://github.com/bitbeans/SimpleDnsCrypt) | A simple management tool for dnscrypt-proxy | +| 295 | 77 | 190 | [Aurora](https://github.com/antonpup/Aurora) | Unified lighting effects across multiple brands and various games. | +| 294 | 167 | 65 | [Hosting](https://github.com/aspnet/Hosting) | Code for hosting and starting up an ASP.NET Core application. | +| 293 | 137 | 83 | [aenetmail](https://github.com/andyedinborough/aenetmail) | C# POP/IMAP Mail Client | +| 293 | 93 | 39 | [ExcelDna](https://github.com/Excel-DNA/ExcelDna) | Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library. | +| 292 | 159 | 43 | [Krypton](https://github.com/ComponentFactory/Krypton) | Krypton WinForms components for .NET | +| 292 | 100 | 13 | [wix4](https://github.com/wixtoolset/wix4) | WiX Toolset v4.x | +| 291 | 78 | 13 | [FluentEmail](https://github.com/lukencode/FluentEmail) | .net fluent email class | +| 291 | 93 | 1 | [cqrs-starter-kit](https://github.com/edumentab/cqrs-starter-kit) | A starter kit for working with CQRS and intentful testing. | +| 291 | 90 | 1 | [apress-recipes-webapi](https://github.com/filipw/apress-recipes-webapi) | Samples from ASP.NET Web API 2: Recipes book. | +| 291 | 49 | 3 | [SMAA](https://github.com/Chman/SMAA) | A highly customizable implementation of Subpixel Morphological Antialiasing for Unity | +| 291 | 83 | 9 | [ExtCore](https://github.com/ExtCore/ExtCore) | Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core | +| 291 | 100 | 15 | [AspNet5IdentityServerAngularImplicitFlow](https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow) | OpenID Connect Implicit Flow with Angular and ASP.NET Core 2.0 IdentityServer4 | +| 290 | 75 | 50 | [certify](https://github.com/webprofusion/certify) | SSL Certificate Manager UI for Windows, powered by Let's Encrypt | +| 289 | 55 | 5 | [WebBackgrounder](https://github.com/NuGet/WebBackgrounder) | Proof of concept of a web based background task manager that deals well with web farms/app shutdowns | +| 289 | 42 | 0 | [Numerical-Analysis-Examples](https://github.com/ergenekonyigit/Numerical-Analysis-Examples) | :octocat: Numerical Analysis Implementations in Various Languages | +| 289 | 55 | 0 | [unity3d-rainbow-folders](https://github.com/PhannGor/unity3d-rainbow-folders) | This asset allows you to set custom icons for any folder in unity project browser. | +| 289 | 66 | 418 | [wpftoolkit](https://github.com/xceedsoftware/wpftoolkit) | All the controls missing in WPF. Over 1 million downloads. | +| 289 | 29 | 31 | [Channels](https://github.com/davidfowl/Channels) | Push based .NET Streams | +| 289 | 231 | 110 | [CMS](https://github.com/Kooboo/CMS) | The Kooboo CMS source code. | +| 289 | 99 | 104 | [google-analytics-plugin-for-unity](https://github.com/googleanalytics/google-analytics-plugin-for-unity) | Google Analytics plugin for the Unity game creation system | +| 286 | 40 | 12 | [PowerArgs](https://github.com/adamabdelhamed/PowerArgs) | The ultimate .NET Standard command line argument parser | +| 286 | 63 | 28 | [WGestures](https://github.com/yingDev/WGestures) | Modern mouse gestures for Windows. (C#) | +| 286 | 108 | 1 | [SSE](https://github.com/stramit/SSE) | Strumpy Shader Editor | +| 286 | 97 | 3 | [UnityOSC](https://github.com/jorgegarcia/UnityOSC) | Open Sound Control (OSC) C# classes interface for the Unity3d game engine | +| 286 | 271 | 25 | [Habitat](https://github.com/Sitecore/Habitat) | Sitecore Modular Architecture Example | +| 285 | 363 | 4 | [dev-days-labs](https://github.com/xamarin/dev-days-labs) | None | +| 285 | 143 | 19 | [RedditSharp](https://github.com/SirCmpwn/RedditSharp) | [Unmaintained] Reddit API for .NET | +| 284 | 106 | 33 | [SharpRepository](https://github.com/SharpRepository/SharpRepository) | C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options. | +| 284 | 36 | 17 | [DotNetTools](https://github.com/aspnet/DotNetTools) | Various .NET command line tools | +| 284 | 84 | 9 | [MSBuildExtensionPack](https://github.com/mikefourie/MSBuildExtensionPack) | None | +| 284 | 185 | 9 | [iSpy](https://github.com/ispysoftware/iSpy) | Open source surveillance software | +| 283 | 98 | 10 | [jieba.NET](https://github.com/anderscui/jieba.NET) | jieba中文分词的.NET版本 | +| 283 | 43 | 9 | [impromptu-interface](https://github.com/ekonbenefits/impromptu-interface) | Static interface to dynamic implementation (duck casting). That and more using the DLR. | +| 283 | 109 | 12 | [Jumony](https://github.com/Ivony/Jumony) | Jumony | | 282 | 95 | 61 | [Alchemy-Websockets](https://github.com/Olivine-Labs/Alchemy-Websockets) | An extremely efficient C# WebSocket server. | -| 282 | 84 | 8 | [MSBuildExtensionPack](https://github.com/mikefourie/MSBuildExtensionPack) | None | -| 282 | 68 | 1 | [PowerShdll](https://github.com/p3nt4/PowerShdll) | Run PowerShell with rundll32. Bypass software restrictions. | -| 281 | 94 | 3 | [UnityOSC](https://github.com/jorgegarcia/UnityOSC) | Open Sound Control (OSC) C# classes interface for the Unity3d game engine | -| 281 | 73 | 9 | [DataAnnotationsExtensions](https://github.com/srkirkland/DataAnnotationsExtensions) | Validation extensions for DataAnnotations, including optional MVC client validation implementations | -| 281 | 28 | 8 | [unity-themes](https://github.com/zios/unity-themes) | Provides the Unity Editor with adjustable, hot-swappable GUI themes across all elements. | -| 281 | 57 | 13 | [LiteNetLib](https://github.com/RevenantX/LiteNetLib) | Lite reliable UDP library for Mono and .NET | -| 280 | 106 | 33 | [SharpRepository](https://github.com/SharpRepository/SharpRepository) | C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options. | -| 280 | 78 | 10 | [FluentEmail](https://github.com/lukencode/FluentEmail) | .net fluent email class | -| 280 | 116 | 45 | [live.asp.net](https://github.com/aspnet/live.asp.net) | Code for live.asp.net, which hosts the ASP.NET Community Stand-up | -| 280 | 105 | 1 | [SSE](https://github.com/stramit/SSE) | Strumpy Shader Editor | -| 280 | 10 | 14 | [LightBulb](https://github.com/Tyrrrz/LightBulb) | Reduces eyestrain by adjusting gamma to the current time | -| 280 | 258 | 21 | [Habitat](https://github.com/Sitecore/Habitat) | Sitecore Modular Architecture Example | -| 278 | 57 | 3 | [ScriptableRenderLoop](https://github.com/Unity-Technologies/ScriptableRenderLoop) | Scriptable Render Pipeline | -| 278 | 92 | 36 | [ExcelDna](https://github.com/Excel-DNA/ExcelDna) | Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library. | -| 277 | 355 | 4 | [dev-days-labs](https://github.com/xamarin/dev-days-labs) | None | -| 277 | 160 | 64 | [Hosting](https://github.com/aspnet/Hosting) | Code for hosting and starting up an ASP.NET Core application. | -| 277 | 69 | 179 | [Aurora](https://github.com/antonpup/Aurora) | Unified lighting effects across multiple brands and various games. | -| 277 | 107 | 12 | [Jumony](https://github.com/Ivony/Jumony) | Jumony | +| 282 | 49 | 7 | [htmltags](https://github.com/HtmlTags/htmltags) | Simple object model for generating HTML | +| 282 | 83 | 63 | [EntityFramework-Reverse-POCO-Code-First-Generator](https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator) | EntityFramework Reverse POCO Code First Generator - Beautifully generated code-first code that is fully customisable. If you were to reverse engineer a database by hand, and lovingly create the code-first code, this is exactly what this generator creates. | +| 282 | 115 | 44 | [live.asp.net](https://github.com/aspnet/live.asp.net) | Code for live.asp.net, which hosts the ASP.NET Community Stand-up | +| 282 | 61 | 4 | [xgbfi](https://github.com/Far0n/xgbfi) | XGBoost Feature Interactions & Importance | +| 282 | 169 | 108 | [chummer5a](https://github.com/chummer5a/chummer5a) | Character generator for Shadowrun 5th edition | +| 282 | 56 | 31 | [GenFu](https://github.com/MisterJames/GenFu) | GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them. | +| 282 | 37 | 10 | [Colorful.Console](https://github.com/tomakita/Colorful.Console) | Style your C# console output! | +| 281 | 72 | 9 | [DataAnnotationsExtensions](https://github.com/srkirkland/DataAnnotationsExtensions) | Validation extensions for DataAnnotations, including optional MVC client validation implementations | +| 280 | 140 | 360 | [KOS](https://github.com/KSP-KOS/KOS) | Fully programmable autopilot mod for KSP. Originally By Nivekk | +| 280 | 30 | 13 | [tooll](https://github.com/framefield/tooll) | Tooll is a new multi-purpose application for creating interactive 3d content and animations. It combines the best aspects of animation, compositing, and coding into a lightweight and intuitive UI. Your designs can be shared as executable or rendered to movies. | +| 279 | 110 | 48 | [Catel](https://github.com/Catel/Catel) | An application development platform | +| 279 | 113 | 26 | [DynamicExpresso](https://github.com/davideicardi/DynamicExpresso) | C# expressions interpreter | +| 279 | 107 | 15 | [Direct3DHook](https://github.com/spazzarama/Direct3DHook) | DirectX Capture and Overlays by using Direct3D API hooks | +| 278 | 54 | 2 | [unityglitch](https://github.com/staffantan/unityglitch) | Glitch post-processing shader for Unity3d | +| 278 | 41 | 25 | [ImageResizer](https://github.com/bricelam/ImageResizer) | Image Resizer for Windows - Lets you resize images by right-clicking. | +| 278 | 155 | 52 | [MixedRealityCompanionKit](https://github.com/Microsoft/MixedRealityCompanionKit) | This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences. | +| 277 | 44 | 13 | [outlookcaldavsynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer) | Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server | +| 277 | 57 | 30 | [AlphaFS](https://github.com/alphaleonis/AlphaFS) | AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes. | | 276 | 51 | 10 | [compilify](https://github.com/jrusbatch/compilify) | A web-based compiler for C# and VB.NET, powered by the Roslyn Project. | -| 276 | 173 | 79 | [vsts-agent](https://github.com/Microsoft/vsts-agent) | Visual Studio Team Services Build and Release Agent | -| 275 | 51 | 23 | [htmltags](https://github.com/HtmlTags/htmltags) | Simple object model for generating HTML | -| 275 | 167 | 127 | [chummer5a](https://github.com/chummer5a/chummer5a) | Character generator for Shadowrun 5th edition | -| 274 | 146 | 39 | [Krypton](https://github.com/ComponentFactory/Krypton) | Krypton WinForms components for .NET | -| 274 | 41 | 17 | [monodevelop-nuget-addin](https://github.com/mrward/monodevelop-nuget-addin) | NuGet addin for MonoDevelop and Xamarin Studio | -| 273 | 126 | 11 | [FTJ](https://github.com/David20321/FTJ) | F This Jam | -| 272 | 42 | 7 | [impromptu-interface](https://github.com/ekonbenefits/impromptu-interface) | Static interface to dynamic implementation (duck casting). That and more using the DLR. | -| 272 | 54 | 2 | [unityglitch](https://github.com/staffantan/unityglitch) | Glitch post-processing shader for Unity3d | -| 271 | 29 | 13 | [tooll](https://github.com/framefield/tooll) | Tooll is a new multi-purpose application for creating interactive 3d content and animations. It combines the best aspects of animation, compositing, and coding into a lightweight and intuitive UI. Your designs can be shared as executable or rendered to movies. | -| 271 | 60 | 3 | [xgbfi](https://github.com/Far0n/xgbfi) | XGBoost Feature Interactions & Importance | -| 271 | 76 | 10 | [ExtCore](https://github.com/ExtCore/ExtCore) | Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core | -| 270 | 92 | 8 | [jieba.NET](https://github.com/anderscui/jieba.NET) | jieba中文分词的.NET版本 | -| 270 | 154 | 27 | [twitter.bootstrap.mvc](https://github.com/erichexter/twitter.bootstrap.mvc) | nuget package to make bootstrap easy with mvc4 | -| 270 | 107 | 62 | [Catel](https://github.com/Catel/Catel) | An application development platform | -| 270 | 47 | 41 | [SimpleDnsCrypt](https://github.com/bitbeans/SimpleDnsCrypt) | A simple management tool for dnscrypt-proxy | -| 270 | 56 | 28 | [AlphaFS](https://github.com/alphaleonis/AlphaFS) | AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes. | -| 269 | 83 | 3 | [Skills](https://github.com/moserware/Skills) | A detailed implementation of the TrueSkill algorithm to go along with my "Computing Your Skill" blog post | -| 269 | 135 | 367 | [KOS](https://github.com/KSP-KOS/KOS) | Fully programmable autopilot mod for KSP. Originally By Nivekk | -| 269 | 38 | 10 | [RestBus](https://github.com/tenor/RestBus) | Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET | -| 269 | 169 | 12 | [iSpy](https://github.com/ispysoftware/iSpy) | Open source surveillance software | -| 268 | 132 | 21 | [NBlog](https://github.com/ChrisFulstow/NBlog) | A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#. | -| 268 | 53 | 0 | [moq.spikes](https://github.com/moq/moq.spikes) | The most popular and friendly mocking framework for .NET | -| 267 | 64 | 57 | [certify](https://github.com/webprofusion/certify) | SSL Certificate Manager UI for Windows, powered by Let's Encrypt | -| 267 | 95 | 12 | [AspNet5IdentityServerAngularImplicitFlow](https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow) | OpenID Connect Implicit Flow with Angular and ASP.NET Core 1.1 IdentityServer4 | -| 266 | 215 | 84 | [azure-storage-net](https://github.com/Azure/azure-storage-net) | Microsoft Azure Storage Libraries for .NET | -| 266 | 106 | 15 | [Direct3DHook](https://github.com/spazzarama/Direct3DHook) | DirectX Capture and Overlays by using Direct3D API hooks | -| 266 | 31 | 4 | [csharp-monad](https://github.com/louthy/csharp-monad) | Library of monads for C# | -| 265 | 77 | 61 | [EntityFramework-Reverse-POCO-Code-First-Generator](https://github.com/sjh37/EntityFramework-Reverse-POCO-Code-First-Generator) | EntityFramework Reverse POCO Code First Generator - Beautifully generated code-first code that is fully customisable. If you were to reverse engineer a database by hand, and lovingly create the code-first code, this is exactly what this generator creates. | -| 265 | 22 | 18 | [resin](https://github.com/kreeben/resin) | A full-text search server | -| 265 | 42 | 15 | [outlookcaldavsynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer) | Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server | -| 264 | 93 | 43 | [couchbase-lite-net](https://github.com/couchbase/couchbase-lite-net) | A lightweight, document-oriented (NoSQL), syncable database engine for .NET | -| 263 | 94 | 496 | [project-system](https://github.com/dotnet/project-system) | The C#, F# and Visual Basic project system for Visual Studio | -| 263 | 159 | 204 | [odata.net](https://github.com/OData/odata.net) | ODataLib: Open Data Protocol - .NET/Silverlight/WP8.1 Libraries and Frameworks | -| 263 | 51 | 4 | [LibNoise.Unity](https://github.com/ricardojmendez/LibNoise.Unity) | Coherent noise library for Unity, a port of LibNoise | -| 263 | 70 | 19 | [Snip](https://github.com/dlrudie/Snip) | Snip will get the artist, track, and album information from Spotify, iTunes, Winamp, foobar2000, VLC, or Google Play Music Desktop Player and save the information to a text file. | -| 263 | 21 | 9 | [Overlay.NET](https://github.com/lolp1/Overlay.NET) | An easy-to-use overlay library written in C# | -| 263 | 33 | 12 | [OpenVRDesktopDisplayPortal](https://github.com/Hotrian/OpenVRDesktopDisplayPortal) | Put your favorite Desktop Window directly into any OpenVR game! | -| 263 | 67 | 34 | [clrmd](https://github.com/Microsoft/clrmd) | Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps. | -| 262 | 37 | 62 | [Terminals](https://github.com/Terminals-Origin/Terminals) | Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex. | -| 262 | 91 | 52 | [clrzmq](https://github.com/zeromq/clrzmq) | CLR (.NET & Mono) binding for 0MQ | -| 262 | 106 | 16 | [gtk-sharp](https://github.com/mono/gtk-sharp) | Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono | -| 261 | 111 | 29 | [raspberry-sharp-io](https://github.com/raspberry-sharp/raspberry-sharp-io) | A .NET/Mono IO Library for Raspberry Pi | -| 261 | 116 | 16 | [monomac](https://github.com/mono/monomac) | Bindings to create MacOS X applications with Mono. | -| 261 | 48 | 1 | [ReactiveProperty](https://github.com/runceel/ReactiveProperty) | None | -| 261 | 56 | 26 | [WGestures](https://github.com/yingDev/WGestures) | Modern mouse gestures for Windows. (C#) | -| 261 | 35 | 20 | [DotNetTools](https://github.com/aspnet/DotNetTools) | Various .NET command line tools | -| 261 | 135 | 45 | [MixedRealityCompanionKit](https://github.com/Microsoft/MixedRealityCompanionKit) | This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences. | -| 261 | 40 | 24 | [ImageResizer](https://github.com/bricelam/ImageResizer) | Image Resizer for Windows - Lets you resize images by right-clicking. | -| 260 | 169 | 7 | [win-sshfs](https://github.com/apaka/win-sshfs) | Git repo for http://code.google.com/p/win-sshfs/ | -| 260 | 25 | 16 | [Unity3D.IncrementalCompiler](https://github.com/SaladLab/Unity3D.IncrementalCompiler) | Unity3D Incremental C# Compiler using Roslyn | -| 260 | 120 | 33 | [simple-json](https://github.com/facebook-csharp-sdk/simple-json) | JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract | -| 260 | 129 | 9 | [AuthorizationServer](https://github.com/IdentityModel/AuthorizationServer) | Sample implementation of an OAuth2 Authorization Server | -| 259 | 65 | 12 | [NFirmwareEditor](https://github.com/TBXin/NFirmwareEditor) | Firmware editor for vape devices from Joyetech, Wismec, Eleaf and so on... Companion app for the ArcticFox firmware and much more. https://nfeteam.org/forum/ | -| 258 | 154 | 30 | [cordova-plugin-admob](https://github.com/floatinghotpot/cordova-plugin-admob) | Basic Cordova Plugin for AdMob | -| 258 | 110 | 32 | [PdfiumViewer](https://github.com/pvginkel/PdfiumViewer) | PDF viewer based on Google's PDFium. | -| 258 | 56 | 39 | [effort](https://github.com/tamasflamich/effort) | None | -| 258 | 114 | 45 | [azure-activedirectory-identitymodel-extensions-for-dotnet](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | IdentityModel extensions for .Net | -| 258 | 107 | 52 | [FreePIE](https://github.com/AndersMalmgren/FreePIE) | Programmable Input Emulator | -| 258 | 54 | 30 | [GenFu](https://github.com/MisterJames/GenFu) | GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them. | -| 258 | 114 | 22 | [DynamicExpresso](https://github.com/davideicardi/DynamicExpresso) | C# expressions interpreter | -| 257 | 76 | 15 | [ini-parser](https://github.com/rickyah/ini-parser) | Read/Write an INI file the easy way! | -| 257 | 88 | 29 | [FluentFTP](https://github.com/hgupta9/FluentFTP) | An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, UTF-8 support, Async/await support and more. Written entirely in C#, with no external dependencies. | -| 257 | 63 | 33 | [lessmsi](https://github.com/activescott/lessmsi) | A tool to view and extract the contents of an Windows Installer (.msi) file. | -| 257 | 77 | 24 | [LeanTween](https://github.com/dentedpixel/LeanTween) | LeanTween is an efficient animation engine for Unity | -| 257 | 33 | 7 | [Colorful.Console](https://github.com/tomakita/Colorful.Console) | Style your C# console output! | -| 256 | 62 | 36 | [elmah-mvc](https://github.com/alexbeletsky/elmah-mvc) | Painless integration of ELMAH into ASP.NET MVC application | -| 256 | 195 | 29 | [MyDriving](https://github.com/Azure-Samples/MyDriving) | Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app. | -| 256 | 45 | 4 | [cs-script](https://github.com/oleg-shilo/cs-script) | C# scripting platform | -| 256 | 52 | 17 | [html-agility-pack](https://github.com/zzzprojects/html-agility-pack) | Html Agility Pack (HAP) | -| 256 | 69 | 6 | [artemis_CSharp](https://github.com/thelinuxlich/artemis_CSharp) | Artemis Entity System Framework ported to C# | -| 255 | 153 | 11 | [csharp-driver](https://github.com/datastax/csharp-driver) | DataStax C# Driver for Apache Cassandra | -| 255 | 99 | 20 | [waslibs](https://github.com/wasteam/waslibs) | Windows App Studio WinRT XAML & UWP Libraries | -| 255 | 91 | 76 | [pgina](https://github.com/pgina/pgina) | pGina: Open Source Windows Authentication | -| 254 | 129 | 6 | [Html2Article](https://github.com/stanzhai/Html2Article) | Html网页正文提取 | -| 254 | 42 | 5 | [SabreCSG](https://github.com/sabresaurus/SabreCSG) | Level design tools for Unity | -| 254 | 44 | 10 | [RagePixel](https://github.com/JuhaKiili/RagePixel) | 2D Pixelart Toolkit for Unity3D | -| 254 | 90 | 9 | [spark](https://github.com/SparkViewEngine/spark) | Spark is a view engine for ASP.NET MVC and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and any code to fit seamlessly. | -| 254 | 31 | 13 | [vagrant-manager-windows](https://github.com/lanayotech/vagrant-manager-windows) | Manage your vagrant machines in one place with Vagrant Manager for Windows | -| 254 | 119 | 155 | [OCTGN](https://github.com/octgn/OCTGN) | Online Card and Tabletop Gaming Network | -| 253 | 60 | 4 | [ObjectPool](https://github.com/UnityPatterns/ObjectPool) | Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a recycled few. | -| 252 | 141 | 2 | [Unity-UI-Framework](https://github.com/MrNerverDie/Unity-UI-Framework) | a simple UI framework based on UGUI | -| 252 | 47 | 2 | [CodeHaacks](https://github.com/Haacked/CodeHaacks) | This is a collection of prototypes, samples, proof-of-concepts. None of this is meant to be used in production code, but you can take any of the ideas you like and try them out in your own projects. | -| 251 | 27 | 5 | [ig-memtrace](https://github.com/deplinenoise/ig-memtrace) | Memory Tracing Software | -| 251 | 117 | 10 | [APNS-Sharp](https://github.com/Redth/APNS-Sharp) | Apple Push Notification & Feedback Services Client C# Library | -| 251 | 29 | 1 | [DSA](https://github.com/abdonkov/DSA) | Data structures and algorithms in C# | -| 250 | 177 | 0 | [Moments](https://github.com/pierceboggan/Moments) | Snapchat, built with Xamarin.Forms and Azure. | -| 250 | 50 | 22 | [RawRabbit](https://github.com/pardahlman/RawRabbit) | A modern .NET framework for communication over RabbitMq | -| 250 | 118 | 21 | [Fabrik.Common](https://github.com/benfoster/Fabrik.Common) | Useful stuff from fabrik | -| 250 | 45 | 11 | [SadConsole](https://github.com/Thraka/SadConsole) | A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games! | -| 250 | 115 | 34 | [XrmToolBox](https://github.com/MscrmTools/XrmToolBox) | An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM | -| 249 | 123 | 0 | [GameFramework](https://github.com/EllanJiang/GameFramework) | This is a game framework based on Unity 5.3 and later versions. | -| 249 | 83 | 66 | [LightInject](https://github.com/seesharper/LightInject) | An ultra lightweight IoC container | -| 248 | 54 | 45 | [Afterthought](https://github.com/vc3/Afterthought) | An open source .NET compile-time code amender. | -| 248 | 190 | 11 | [cyqdata](https://github.com/cyq1162/cyqdata) | cyq.data is not only a orm,but also a data access layer.(.NET 最好用的ORM数据层框架,木有之一!) | -| 248 | 67 | 4 | [SQLiteCodeFirst](https://github.com/msallin/SQLiteCodeFirst) | Creates a SQLite Database based on a EdmModel by using Entity Framework CodeFirst. | -| 248 | 35 | 4 | [Stact](https://github.com/phatboyg/Stact) | Distributed Actor Framework for .NET | -| 248 | 46 | 4 | [daggerfall-unity](https://github.com/Interkarma/daggerfall-unity) | Open source recreation of Daggerfall in the Unity engine | -| 247 | 57 | 12 | [EntityFramework.DynamicFilters](https://github.com/zzzprojects/EntityFramework.DynamicFilters) | Global filtering for Entity Framework. | -| 247 | 135 | 7 | [MvcPaging](https://github.com/martijnboland/MvcPaging) | ASP.NET MVC Paging HTML helper | -| 246 | 115 | 56 | [bltoolkit](https://github.com/igor-tkachev/bltoolkit) | Business Logic Toolkit for .NET | -| 246 | 19 | 0 | [WebSharp](https://github.com/xamarin/WebSharp) | Support for running C# on the web browser. | -| 246 | 125 | 29 | [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite) | A .NET GIS solution that is fast and reliable for the .NET platform. | -| 246 | 52 | 42 | [OutlookPrivacyPlugin](https://github.com/dejavusecurity/OutlookPrivacyPlugin) | A PGP encryption plugin for Outlook 2010, 2013 and 2016. | -| 245 | 102 | 11 | [Appsample-Photosharing](https://github.com/Microsoft/Appsample-Photosharing) | Sample code for a UWP photo sharing app. | -| 245 | 33 | 6 | [arcore-unity-sdk](https://github.com/google-ar/arcore-unity-sdk) | Google AR SDK for Unity | -| 244 | 48 | 7 | [Unity-QuickSheet](https://github.com/kimsama/Unity-QuickSheet) | Unity-QuickSheet enables you to use spreadsheet file data within Unity editor. | -| 244 | 69 | 2 | [ReportGenerator](https://github.com/danielpalme/ReportGenerator) | ReportGenerator converts XML reports generated by OpenCover, PartCover, dotCover, Visual Studio, NCover or Cobertura into human readable reports in various formats. | -| 244 | 221 | 236 | [CoiniumServ](https://github.com/bonesoul/CoiniumServ) | Next-gen crypto currency mining pool software | -| 244 | 71 | 8 | [RaspberryPi.Net](https://github.com/cypherkey/RaspberryPi.Net) | Raspberry PI .NET library | -| 243 | 126 | 0 | [MiniWeChat-Client](https://github.com/MrNerverDie/MiniWeChat-Client) | A Mini WeChat client for mobile device based on Unity3D using MVVM framework | -| 243 | 46 | 4 | [embedio](https://github.com/unosquare/embedio) | A tiny, cross-platform, module based web server for .NET | -| 243 | 16 | 0 | [SecurityDriven.TinyORM](https://github.com/sdrapkin/SecurityDriven.TinyORM) | .NET micro ORM done right. | -| 242 | 64 | 5 | [NCache](https://github.com/Alachisoft/NCache) | NCache: Highly Scalable Distributed Cache for .NET | -| 242 | 80 | 3 | [surging](https://github.com/dotnetcore/surging) | surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,采用Zookeeper作为surging服务的注册中心,集成了哈希,随机,轮询作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输 | -| 241 | 119 | 13 | [rhino-mocks](https://github.com/ayende/rhino-mocks) | Dynamic Mocking Framework for .NET | -| 241 | 35 | 50 | [FlingOS](https://github.com/FlingOS/FlingOS) | An educational operating system written in C#. A great stepping stone from high to low level development. | -| 241 | 66 | 5 | [XInputDotNet](https://github.com/speps/XInputDotNet) | C# wrapper around XInput, works with any Mono or .NET application (eg. Unity3D) | -| 240 | 53 | 2 | [BaiduOldDriver](https://github.com/tiancaihb/BaiduOldDriver) | Library and tools for using Baidu Netdisk's private APIs. 百度网盘私有API的C#库。 | -| 240 | 66 | 40 | [Rg.Plugins.Popup](https://github.com/rotorgames/Rg.Plugins.Popup) | Xamarin Forms popup plugin | -| 239 | 112 | 8 | [Geocoding.net](https://github.com/chadly/Geocoding.net) | C# GeoCoding / Address Validation API | -| 239 | 32 | 0 | [Formo](https://github.com/ChrisMissal/Formo) | Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object. | -| 239 | 198 | 30 | [app-crm](https://github.com/xamarin/app-crm) | None | -| 239 | 72 | 14 | [Simple.Web](https://github.com/markrendle/Simple.Web) | A lightweight, object-oriented (Model-View-Handler) framework for modern web development in .NET. | -| 239 | 66 | 46 | [slow-cheetah](https://github.com/sayedihashimi/slow-cheetah) | XML Transforms for app.config and other XML files | -| 239 | 41 | 3 | [Dryad](https://github.com/MicrosoftResearch/Dryad) | This is a research prototype of the Dryad and DryadLINQ data-parallel processing frameworks running on Hadoop YARN. | -| 239 | 41 | 41 | [MySqlConnector](https://github.com/mysql-net/MySqlConnector) | Async MySQL Connector for .NET and .NET Core | -| 238 | 65 | 7 | [Outline-Effect](https://github.com/cakeslice/Outline-Effect) | Outline Image Effect for Unity | -| 238 | 149 | 70 | [sharpgl](https://github.com/dwmkerr/sharpgl) | Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development. | -| 238 | 82 | 9 | [Ninject.Web.Mvc](https://github.com/ninject/Ninject.Web.Mvc) | extension for ninject providing integration with ASP.NET MVC | -| 237 | 226 | 6 | [app-acquaint](https://github.com/xamarinhq/app-acquaint) | A Xamarin demo app featuring both Xamarin.Forms and native approaches to Xamarin development | -| 237 | 61 | 5 | [Automatonymous](https://github.com/MassTransit/Automatonymous) | A state machine library for .Net - 100% code - No doodleware | -| 237 | 126 | 20 | [NetworkComms.Net](https://github.com/MarcFletcher/NetworkComms.Net) | NetworkComms.Net is a high performance cross-platform network library written in C#. | -| 237 | 111 | 2 | [DDit-Rapid-Development-Framework](https://github.com/whywhy898/DDit-Rapid-Development-Framework) | 帮助企业快速开发的.net项目框架 Help companies develop the.net project framework | -| 237 | 37 | 25 | [SharpLang](https://github.com/xen2/SharpLang) | Compiles .NET/C# to native code using LLVM framework. No longer active, consider migrating to https://github.com/dotnet/corert | -| 237 | 34 | 4 | [Respawn](https://github.com/jbogard/Respawn) | None | -| 237 | 32 | 26 | [AudioSwitcher_v1](https://github.com/xenolightning/AudioSwitcher_v1) | Version 1 of Audio Switcher | -| 237 | 751 | 10 | [xaml-sdk](https://github.com/telerik/xaml-sdk) | The XAML SDK is an easy-to-use infrastructure with 1000+ developer focused examples for most of the Telerik WPF and Silverlight controls. | -| 236 | 141 | 21 | [vk](https://github.com/vknet/vk) | Vkontakte API for .NET | -| 236 | 100 | 12 | [openchain](https://github.com/openchain/openchain) | Openchain node reference implementation. | -| 236 | 112 | 208 | [roslyn-analyzers](https://github.com/dotnet/roslyn-analyzers) | None | -| 236 | 45 | 26 | [ChameleonForms](https://github.com/MRCollective/ChameleonForms) | Shape-shifting your forms experience in ASP.NET MVC | -| 236 | 33 | 10 | [WebAPIContrib.Core](https://github.com/WebApiContrib/WebAPIContrib.Core) | Community Contributions for ASP.NET Core | -| 236 | 7 | 1 | [Implem.Pleasanter](https://github.com/Implem/Implem.Pleasanter) | プリザンター | 国産オープンソースのWebデータベース | -| 236 | 141 | 4 | [unity-rts-demo](https://github.com/stormtek/unity-rts-demo) | A demo / foundation for an RTS game built using Unity 3d with C# scripting | -| 236 | 146 | 24 | [ngit](https://github.com/mono/ngit) | Automated jgit port to c# | \ No newline at end of file +| 275 | 161 | 200 | [odata.net](https://github.com/OData/odata.net) | ODataLib: Open Data Protocol - .NET/Silverlight/WP8.1 Libraries and Frameworks | +| 275 | 76 | 87 | [confluent-kafka-dotnet](https://github.com/confluentinc/confluent-kafka-dotnet) | Confluent's Apache Kafka .NET client | +| 275 | 42 | 10 | [RestBus](https://github.com/tenor/RestBus) | Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET | +| 273 | 61 | 43 | [effort](https://github.com/tamasflamich/effort) | None | +| 273 | 203 | 30 | [MyDriving](https://github.com/Azure-Samples/MyDriving) | Building IoT or Mobile solutions are fun and exciting. This year for Build, we wanted to show the amazing scenarios that can come together when these two are combined. So, we went and developed a sample application. MyDriving uses a wide range of Azure services to process and analyze car telemetry data for both real-time insights and long-term patterns and trends. The following features are supported in the current version of the mobile app. | +| 273 | 115 | 37 | [PdfiumViewer](https://github.com/pvginkel/PdfiumViewer) | PDF viewer based on Google's PDFium. | +| 273 | 135 | 22 | [NBlog](https://github.com/ChrisFulstow/NBlog) | A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#. | +| 273 | 234 | 246 | [CoiniumServ](https://github.com/bonesoul/CoiniumServ) | Next-gen crypto currency mining pool software | +| 273 | 41 | 17 | [monodevelop-nuget-addin](https://github.com/mrward/monodevelop-nuget-addin) | NuGet addin for MonoDevelop and Xamarin Studio | +| 272 | 97 | 535 | [project-system](https://github.com/dotnet/project-system) | The C#, F# and Visual Basic project system for Visual Studio | +| 272 | 124 | 11 | [FTJ](https://github.com/David20321/FTJ) | F This Jam | +| 272 | 86 | 3 | [Skills](https://github.com/moserware/Skills) | A detailed implementation of the TrueSkill algorithm to go along with my "Computing Your Skill" blog post | +| 272 | 222 | 69 | [azure-storage-net](https://github.com/Azure/azure-storage-net) | Microsoft Azure Storage Libraries for .NET | +| 272 | 74 | 31 | [Snip](https://github.com/dlrudie/Snip) | Snip will get the artist, track, and album information from Spotify, iTunes, Winamp, foobar2000, VLC, or Google Play Music Desktop Player and save the information to a text file. | +| 272 | 69 | 36 | [clrmd](https://github.com/Microsoft/clrmd) | Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps. | +| 271 | 54 | 4 | [LibNoise.Unity](https://github.com/ricardojmendez/LibNoise.Unity) | Coherent noise library for Unity, a port of LibNoise | +| 271 | 47 | 7 | [cs-script](https://github.com/oleg-shilo/cs-script) | C# scripting platform | +| 271 | 50 | 39 | [MySqlConnector](https://github.com/mysql-net/MySqlConnector) | Async MySQL Connector for .NET and .NET Core | +| 270 | 45 | 6 | [SabreCSG](https://github.com/sabresaurus/SabreCSG) | Level design tools for Unity | +| 270 | 153 | 27 | [twitter.bootstrap.mvc](https://github.com/erichexter/twitter.bootstrap.mvc) | nuget package to make bootstrap easy with mvc4 | +| 270 | 120 | 58 | [azure-activedirectory-identitymodel-extensions-for-dotnet](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | IdentityModel extensions for .Net | +| 270 | 21 | 18 | [resin](https://github.com/kreeben/resin) | A full-text search server | +| 270 | 53 | 0 | [moq.spikes](https://github.com/moq/moq.spikes) | The most popular and friendly mocking framework for .NET | +| 270 | 77 | 49 | [Rg.Plugins.Popup](https://github.com/rotorgames/Rg.Plugins.Popup) | Xamarin Forms popup plugin | +| 270 | 37 | 12 | [OpenVRDesktopDisplayPortal](https://github.com/Hotrian/OpenVRDesktopDisplayPortal) | Put your favorite Desktop Window directly into any OpenVR game! | +| 269 | 140 | 33 | [Nethereum](https://github.com/Nethereum/Nethereum) | Ethereum .Net cross platform integration library | +| 269 | 116 | 10 | [dotnet-docker-samples](https://github.com/dotnet/dotnet-docker-samples) | .NET Core Docker samples. | +| 268 | 22 | 9 | [Overlay.NET](https://github.com/lolp1/Overlay.NET) | An easy-to-use overlay library written in C# | +| 268 | 31 | 5 | [csharp-monad](https://github.com/louthy/csharp-monad) | Library of monads for C# | +| 267 | 91 | 47 | [Unigram](https://github.com/UnigramDev/Unigram) | A universal take on Telegram, made by the community, for the community. | +| 267 | 54 | 15 | [RawRabbit](https://github.com/pardahlman/RawRabbit) | A modern .NET framework for communication over RabbitMq | +| 267 | 95 | 35 | [couchbase-lite-net](https://github.com/couchbase/couchbase-lite-net) | A lightweight, document-oriented (NoSQL), syncable database engine for .NET | +| 267 | 125 | 33 | [simple-json](https://github.com/facebook-csharp-sdk/simple-json) | JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract | +| 267 | 50 | 4 | [daggerfall-unity](https://github.com/Interkarma/daggerfall-unity) | Open source recreation of Daggerfall in the Unity engine | +| 266 | 113 | 30 | [raspberry-sharp-io](https://github.com/raspberry-sharp/raspberry-sharp-io) | A .NET/Mono IO Library for Raspberry Pi | +| 266 | 50 | 1 | [ReactiveProperty](https://github.com/runceel/ReactiveProperty) | None | +| 266 | 81 | 9 | [Wexflow](https://github.com/aelassas/Wexflow) | An extensible workflow engine with a cross-platform manager and designer. | +| 266 | 82 | 17 | [ini-parser](https://github.com/rickyah/ini-parser) | Read/Write an INI file the easy way! | +| 266 | 49 | 3 | [embedio](https://github.com/unosquare/embedio) | A tiny, cross-platform, module based web server for .NET | +| 266 | 64 | 37 | [lessmsi](https://github.com/activescott/lessmsi) | A tool to view and extract the contents of an Windows Installer (.msi) file. | +| 265 | 33 | 14 | [vagrant-manager-windows](https://github.com/lanayotech/vagrant-manager-windows) | Manage your vagrant machines in one place with Vagrant Manager for Windows | +| 264 | 170 | 7 | [win-sshfs](https://github.com/apaka/win-sshfs) | Git repo for http://code.google.com/p/win-sshfs/ | +| 264 | 68 | 6 | [artemis_CSharp](https://github.com/thelinuxlich/artemis_CSharp) | Artemis Entity System Framework ported to C# | +| 264 | 26 | 17 | [Unity3D.IncrementalCompiler](https://github.com/SaladLab/Unity3D.IncrementalCompiler) | Unity3D Incremental C# Compiler using Roslyn | +| 264 | 92 | 49 | [clrzmq](https://github.com/zeromq/clrzmq) | CLR (.NET & Mono) binding for 0MQ | +| 264 | 46 | 11 | [SadConsole](https://github.com/Thraka/SadConsole) | A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games! | +| 264 | 114 | 39 | [XrmToolBox](https://github.com/MscrmTools/XrmToolBox) | An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM | +| 263 | 80 | 25 | [LeanTween](https://github.com/dentedpixel/LeanTween) | LeanTween is an efficient animation engine for Unity | +| 262 | 108 | 52 | [FreePIE](https://github.com/AndersMalmgren/FreePIE) | Programmable Input Emulator | +| 262 | 148 | 2 | [Unity-UI-Framework](https://github.com/MrNerverDie/Unity-UI-Framework) | a simple UI framework based on UGUI | +| 261 | 114 | 16 | [monomac](https://github.com/mono/monomac) | Bindings to create MacOS X applications with Mono. | +| 261 | 129 | 6 | [Html2Article](https://github.com/stanzhai/Html2Article) | Html网页正文提取 | +| 261 | 106 | 16 | [gtk-sharp](https://github.com/mono/gtk-sharp) | Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono | +| 260 | 21 | 3 | [AES-Illustrated](https://github.com/moserware/AES-Illustrated) | An implementation of the Advanced Encryption Standard (AES) algorithm meant for study to go along with "A Stick Figure Guide to the Advanced Encryption Standard (AES)" blog post at www.moserware.com | +| 260 | 71 | 5 | [SQLiteCodeFirst](https://github.com/msallin/SQLiteCodeFirst) | Creates a SQLite Database based on a EdmModel by using Entity Framework CodeFirst. | +| 260 | 72 | 3 | [ReportGenerator](https://github.com/danielpalme/ReportGenerator) | ReportGenerator converts XML reports generated by OpenCover, PartCover, dotCover, Visual Studio, NCover or Cobertura into human readable reports in various formats. | +| 260 | 65 | 12 | [NFirmwareEditor](https://github.com/TBXin/NFirmwareEditor) | Firmware editor for vape devices from Joyetech, Wismec, Eleaf and so on... Companion app for the ArcticFox firmware and much more. https://nfeteam.org/forum/ | +| 260 | 131 | 9 | [AuthorizationServer](https://github.com/IdentityModel/AuthorizationServer) | Sample implementation of an OAuth2 Authorization Server | +| 259 | 155 | 23 | [csharp-driver](https://github.com/datastax/csharp-driver) | DataStax C# Driver for Apache Cassandra | +| 259 | 119 | 159 | [OCTGN](https://github.com/octgn/OCTGN) | Online Card and Tabletop Gaming Network | +| 259 | 61 | 4 | [ObjectPool](https://github.com/UnityPatterns/ObjectPool) | Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a recycled few. | +| 258 | 19 | 0 | [WebSharp](https://github.com/xamarin/WebSharp) | Support for running C# on the web browser. | +| 258 | 58 | 14 | [EntityFramework.DynamicFilters](https://github.com/zzzprojects/EntityFramework.DynamicFilters) | Global filtering for Entity Framework. | +| 258 | 53 | 9 | [Unity-QuickSheet](https://github.com/kimsama/Unity-QuickSheet) | Unity-QuickSheet enables you to use spreadsheet file data within Unity editor. | +| 258 | 128 | 32 | [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite) | A .NET GIS solution that is fast and reliable for the .NET platform. | +| 258 | 66 | 7 | [Outline-Effect](https://github.com/cakeslice/Outline-Effect) | Outline Image Effect for Unity | +| 258 | 97 | 78 | [pgina](https://github.com/pgina/pgina) | pGina: Open Source Windows Authentication | +| 257 | 155 | 32 | [cordova-plugin-admob](https://github.com/floatinghotpot/cordova-plugin-admob) | Basic Cordova Plugin for AdMob | +| 257 | 64 | 37 | [elmah-mvc](https://github.com/alexbeletsky/elmah-mvc) | Painless integration of ELMAH into ASP.NET MVC application | +| 257 | 99 | 20 | [waslibs](https://github.com/wasteam/waslibs) | Windows App Studio WinRT XAML & UWP Libraries | +| 256 | 103 | 11 | [Appsample-Photosharing](https://github.com/Microsoft/Appsample-Photosharing) | Sample code for a UWP photo sharing app. | +| 256 | 43 | 10 | [RagePixel](https://github.com/JuhaKiili/RagePixel) | 2D Pixelart Toolkit for Unity3D | +| 256 | 86 | 9 | [spark](https://github.com/SparkViewEngine/spark) | Spark is a view engine for ASP.NET MVC and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and any code to fit seamlessly. | +| 256 | 85 | 65 | [LightInject](https://github.com/seesharper/LightInject) | An ultra lightweight IoC container | +| 255 | 196 | 12 | [cyqdata](https://github.com/cyq1162/cyqdata) | cyq.data is not only a orm,but also a data access layer.(.NET 最好用的ORM数据层框架,木有之一!) | +| 255 | 115 | 227 | [roslyn-analyzers](https://github.com/dotnet/roslyn-analyzers) | None | +| 255 | 83 | 39 | [AspNetKatana](https://github.com/aspnet/AspNetKatana) | Microsoft's OWIN implementation, the Katana project | +| 255 | 46 | 2 | [CodeHaacks](https://github.com/Haacked/CodeHaacks) | This is a collection of prototypes, samples, proof-of-concepts. None of this is meant to be used in production code, but you can take any of the ideas you like and try them out in your own projects. | +| 254 | 181 | 0 | [Moments](https://github.com/pierceboggan/Moments) | Snapchat, built with Xamarin.Forms and Azure. | +| 254 | 28 | 5 | [ig-memtrace](https://github.com/deplinenoise/ig-memtrace) | Memory Tracing Software | +| 254 | 120 | 15 | [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) | OAuth2 social authentication providers for ASP.NET Core | +| 254 | 119 | 21 | [Fabrik.Common](https://github.com/benfoster/Fabrik.Common) | Useful stuff from fabrik | +| 254 | 118 | 10 | [APNS-Sharp](https://github.com/Redth/APNS-Sharp) | Apple Push Notification & Feedback Services Client C# Library | +| 253 | 106 | 12 | [openchain](https://github.com/openchain/openchain) | Openchain node reference implementation. | +| 253 | 36 | 13 | [Magick.NET](https://github.com/dlemstra/Magick.NET) | The .NET wrapper for the ImageMagick library | +| 253 | 118 | 2 | [DDit-Rapid-Development-Framework](https://github.com/whywhy898/DDit-Rapid-Development-Framework) | 帮助企业快速开发的.net项目框架 Help companies develop the.net project framework | +| 253 | 34 | 26 | [AudioSwitcher_v1](https://github.com/xenolightning/AudioSwitcher_v1) | Version 1 of Audio Switcher | +| 251 | 239 | 8 | [app-acquaint](https://github.com/xamarinhq/app-acquaint) | A Xamarin demo app featuring both Xamarin.Forms and native approaches to Xamarin development | +| 251 | 63 | 11 | [wnmp](https://github.com/wnmp/wnmp) | An easy Nginx, MariaDB and PHP environment for Windows. | +| 251 | 89 | 99 | [templating](https://github.com/dotnet/templating) | This repo contains the Template Engine which is used by dotnet new | +| 250 | 55 | 45 | [Afterthought](https://github.com/vc3/Afterthought) | An open source .NET compile-time code amender. | +| 250 | 47 | 3 | [High-Speed-Priority-Queue-for-C-Sharp](https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp) | A C# priority queue optimized for pathfinding applications | +| 250 | 35 | 4 | [Stact](https://github.com/phatboyg/Stact) | Distributed Actor Framework for .NET | +| 249 | 115 | 10 | [Geocoding.net](https://github.com/chadly/Geocoding.net) | C# GeoCoding / Address Validation API | +| 249 | 129 | 0 | [MiniWeChat-Client](https://github.com/MrNerverDie/MiniWeChat-Client) | A Mini WeChat client for mobile device based on Unity3D using MVVM framework | +| 249 | 67 | 5 | [XInputDotNet](https://github.com/speps/XInputDotNet) | C# wrapper around XInput, works with any Mono or .NET application (eg. Unity3D) | +| 248 | 134 | 7 | [MvcPaging](https://github.com/martijnboland/MvcPaging) | ASP.NET MVC Paging HTML helper | +| 248 | 117 | 57 | [bltoolkit](https://github.com/igor-tkachev/bltoolkit) | Business Logic Toolkit for .NET | +| 248 | 94 | 86 | [FreshMvvm](https://github.com/rid00z/FreshMvvm) | FreshMvvm is a super light Mvvm Framework designed specifically for Xamarin.Forms. It's designed to be Easy, Simple and Flexible. | +| 248 | 52 | 20 | [Font-Awesome-WPF](https://github.com/charri/Font-Awesome-WPF) | FontAwesome controls for WPF+UWP | +| 248 | 62 | 6 | [Automatonymous](https://github.com/MassTransit/Automatonymous) | A state machine library for .Net - 100% code - No doodleware | +| 248 | 52 | 24 | [editorconfig-visualstudio](https://github.com/editorconfig/editorconfig-visualstudio) | EditorConfig Visual Studio Addin | \ No newline at end of file diff --git a/README-CoffeeScript.md b/README-CoffeeScript.md index cce4143..2330872 100644 --- a/README-CoffeeScript.md +++ b/README-CoffeeScript.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for CoffeeScript sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 39712 | 7200 | 1529 | [atom](https://github.com/atom/atom) | :atom: The hackable text editor | -| 14204 | 1921 | 37 | [coffeescript](https://github.com/jashkenas/coffeescript) | Unfancy JavaScript | -| 7931 | 365 | 41 | [trix](https://github.com/basecamp/trix) | A rich text editor for everyday writing | -| 7503 | 478 | 47 | [zxcvbn](https://github.com/dropbox/zxcvbn) | Low-Budget Password Strength Estimation | -| 7337 | 967 | 328 | [vimium](https://github.com/philc/vimium) | The hacker's browser. | -| 7193 | 1344 | 60 | [SwitchyOmega](https://github.com/FelisCatus/SwitchyOmega) | Manage and switch between multiple proxies quickly & easily. | -| 6608 | 1150 | 282 | [morris.js](https://github.com/morrisjs/morris.js) | Pretty time-series line graphs | -| 6524 | 358 | 6 | [dynamics.js](https://github.com/michaelvillar/dynamics.js) | Javascript library to create physics-based animations | -| 6075 | 321 | 116 | [marp](https://github.com/yhatt/marp) | Markdown presentation writer, powered by Electron. | -| 5740 | 317 | 68 | [bacon.js](https://github.com/baconjs/bacon.js) | FRP (functional reactive programming) library for Javascript | -| 5693 | 2864 | 334 | [codecombat](https://github.com/codecombat/codecombat) | Game for learning how to code. | -| 4592 | 590 | 96 | [At.js](https://github.com/ichord/At.js) | Add Github like mentions autocomplete to your application. | -| 4483 | 330 | 11 | [chroma.js](https://github.com/gka/chroma.js) | JavaScript library for all kinds of color manipulations | -| 4462 | 531 | 157 | [sharelatex](https://github.com/sharelatex/sharelatex) | A web-based collaborative LaTeX editor | -| 4226 | 186 | 8 | [textures](https://github.com/riccardoscalco/textures) | Textures.js is a JavaScript library for creating SVG patterns | -| 4104 | 263 | 108 | [turbolinks](https://github.com/turbolinks/turbolinks) | Turbolinks makes navigating your web application faster | -| 4087 | 161 | 13 | [vibrant.js](https://github.com/jariz/vibrant.js) | Extract prominent colors from an image. JS port of Android's Palette. | -| 3907 | 801 | 116 | [bootstrap-tour](https://github.com/sorich87/bootstrap-tour) | Quick and easy product tours with Twitter Bootstrap Popovers | -| 3725 | 676 | 0 | [jquery.payment](https://github.com/stripe/jquery.payment) | [DEPRECATED] A general purpose library for building credit card forms, validating inputs and formatting numbers. | -| 3626 | 467 | 46 | [turbolinks-classic](https://github.com/turbolinks/turbolinks-classic) | Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5. | -| 3421 | 1972 | 50 | [hubot-scripts](https://github.com/github/hubot-scripts) | DEPRECATED, see https://github.com/github/hubot-scripts/issues/1113 for details - optional scripts for hubot, opt in via hubot-scripts.json | -| 3382 | 253 | 116 | [pow](https://github.com/basecamp/pow) | Zero-configuration Rack server for Mac OS X | -| 3365 | 536 | 81 | [Log.io](https://github.com/NarrativeScience/Log.io) | Real-time log monitoring in your browser | -| 3350 | 453 | 25 | [activate-power-mode](https://github.com/JoelBesada/activate-power-mode) | Atom package - Activate POWER MODE to write your code in style. | -| 3330 | 472 | 173 | [pdfkit](https://github.com/devongovett/pdfkit) | A JavaScript PDF generation library for Node and the browser | -| 3277 | 327 | 118 | [aglio](https://github.com/danielgtaylor/aglio) | An API Blueprint renderer with theme support that outputs static HTML | -| 3204 | 322 | 35 | [wintersmith](https://github.com/jnordberg/wintersmith) | A flexible static site generator | -| 3056 | 308 | 28 | [Keypress](https://github.com/dmauro/Keypress) | A keyboard input capturing utility in which any key can be a modifier key. | -| 3001 | 448 | 9 | [chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines) | Chinese copywriting guidelines for better written communication/中文文案排版指北 | -| 2972 | 260 | 48 | [chaplin](https://github.com/chaplinjs/chaplin) | HTML5 application architecture using Backbone.js | -| 2929 | 239 | 183 | [docpad](https://github.com/docpad/docpad) | Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft full-featured websites quicker than ever before. | -| 2867 | 238 | 220 | [yakyak](https://github.com/yakyak/yakyak) | Desktop chat client for Google Hangouts | -| 2834 | 151 | 39 | [dispatch-proxy](https://github.com/Morhaus/dispatch-proxy) | Combine internet connections, increase your download speed | -| 2698 | 321 | 126 | [node-xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | XML to JavaScript object converter. | -| 2605 | 517 | 209 | [taiga-front](https://github.com/taigaio/taiga-front) | Project management web application with scrum in mind! Built on top of Django and AngularJS (Front) | -| 2561 | 1103 | 326 | [angular-google-maps](https://github.com/angular-ui/angular-google-maps) | AngularJS directives for the Google Maps Javascript API | -| 2542 | 461 | 143 | [sticky-kit](https://github.com/leafo/sticky-kit) | A jQuery plugin for creating smart sticky elements | -| 2522 | 820 | 8 | [talk-os](https://github.com/jianliaoim/talk-os) | Open source version of jianliao.com | -| 2519 | 617 | 82 | [pivottable](https://github.com/nicolaskruchten/pivottable) | Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop. | -| 2463 | 357 | 100 | [hallo](https://github.com/bergie/hallo) | Simple rich text editor (contentEditable) for jQuery UI | -| 2303 | 208 | 9 | [oriDomi](https://github.com/dmotz/oriDomi) | Fold up DOM elements like paper | -| 2290 | 213 | 17 | [cloudtunes](https://github.com/jakubroztocil/cloudtunes) | Web-based music player for the cloud :cloud: :notes: | -| 2275 | 193 | 20 | [noflo](https://github.com/noflo/noflo) | Flow-based programming for JavaScript | -| 2215 | 554 | 246 | [instafeed.js](https://github.com/stevenschobert/instafeed.js) | A simple Instagram javascript plugin | -| 2179 | 222 | 53 | [butterfly](https://github.com/paradoxxxzero/butterfly) | A web terminal based on websocket and tornado | -| 2108 | 68 | 13 | [mapscii](https://github.com/rastapasta/mapscii) | 🗺 MapSCII is a Braille & ASCII map renderer for your console - enter => telnet mapscii.me <= on Mac and Linux, connect with PuTTY if you're using Windows. | -| 2102 | 285 | 26 | [QuoJS](https://github.com/soyjavi/QuoJS) | Micro #JavaScript Library for Mobile Devices | -| 2022 | 201 | 90 | [js2coffee](https://github.com/js2coffee/js2coffee) | Compile JavaScript to CoffeeScript | -| 1906 | 547 | 43 | [hubot-slack](https://github.com/slackapi/hubot-slack) | Slack Developer Kit for Hubot | -| 1886 | 117 | 105 | [CoffeeScriptRedux](https://github.com/michaelficarra/CoffeeScriptRedux) | :sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility | -| 1872 | 258 | 99 | [ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) | Token based authentication module for angular.js. | -| 1834 | 149 | 165 | [dredd](https://github.com/apiaryio/dredd) | Language-agnostic HTTP API Testing Framework | -| 1788 | 291 | 295 | [vim-mode](https://github.com/atom/vim-mode) | Next generation vim support for atom | -| 1776 | 1270 | 2 | [shadowsocks-gui](https://github.com/shadowsocks/shadowsocks-gui) | Shadowsocks GUI client | -| 1772 | 71 | 33 | [eco](https://github.com/sstephenson/eco) | Embedded CoffeeScript templates | -| 1739 | 183 | 70 | [batman](https://github.com/batmanjs/batman) | The best JavaScript framework for Rails developers. | -| 1717 | 352 | 87 | [jquery.shapeshift](https://github.com/McPants/jquery.shapeshift) | A dynamic grid system with drag and drop functionality. | -| 1706 | 96 | 21 | [BuckyClient](https://github.com/HubSpot/BuckyClient) | Collect performance data from the client | -| 1678 | 295 | 11 | [foaas](https://github.com/tomdionysus/foaas) | FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off. | -| 1532 | 89 | 0 | [visibilityjs](https://github.com/ai/visibilityjs) | Wrapper for the Page Visibility API | -| 1525 | 143 | 15 | [ifvisible.js](https://github.com/serkanyersen/ifvisible.js) | [TypeScript port available in beta] Crossbrowser & lightweight way to check if user is looking at the page or interacting with it. | -| 1501 | 231 | 35 | [kartograph.js](https://github.com/kartograph/kartograph.js) | Open source JavaScript renderer for Kartograph SVG maps | -| 1496 | 214 | 31 | [oauthd](https://github.com/oauth-io/oauthd) | oauthd - The OAuth Daemon is the open source version of the OAuth.io core | -| 1493 | 136 | 56 | [roots](https://github.com/jescalan/roots) | a toolkit for rapid advanced front-end development | -| 1491 | 123 | 8 | [please-wait](https://github.com/Pathgather/please-wait) | A simple library to show your users a beautiful splash page while your application loads. | -| 1481 | 137 | 43 | [dnschain](https://github.com/okTurtles/dnschain) | A blockchain-based DNS + HTTP server that fixes HTTPS security, and more! | -| 1455 | 235 | 32 | [sockjs-node](https://github.com/sockjs/sockjs-node) | WebSocket emulation - Node.js server | -| 1403 | 231 | 86 | [dropbox-js](https://github.com/dropbox/dropbox-js) | Deprecated JS library for API v1. Use our v2 SDK instead: | -| 1400 | 80 | 10 | [cyclotron](https://github.com/ExpediaInceCommercePlatform/cyclotron) | A web platform for constructing dashboards. | -| 1362 | 90 | 4 | [gulp-cheatsheet](https://github.com/osscafe/gulp-cheatsheet) | A cheatsheet for gulp.js | -| 1341 | 197 | 0 | [VimFx](https://github.com/akhodakivskiy/VimFx) | Vim keyboard shortcuts for Firefox | -| 1312 | 86 | 31 | [kefir](https://github.com/rpominov/kefir) | A Reactive Programming library for JavaScript | -| 1299 | 93 | 40 | [coffeekup](https://github.com/mauricemach/coffeekup) | Markup as CoffeeScript. | -| 1276 | 88 | 6 | [local_time](https://github.com/basecamp/local_time) | Rails engine for cache-friendly, client-side local time | -| 1264 | 208 | 68 | [repl.it](https://github.com/replit/repl.it) | https://repl.it/feedback Online REPL for 15+ languages. | -| 1226 | 123 | 21 | [mondrian](https://github.com/artursapek/mondrian) | Web-based vector graphics editor | -| 1210 | 92 | 30 | [lineman](https://github.com/linemanjs/lineman) | Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change | -| 1209 | 35 | 9 | [caniuse-cmd](https://github.com/sgentle/caniuse-cmd) | Caniuse command line tool | -| 1193 | 108 | 13 | [tourist](https://github.com/easelinc/tourist) | Simple, flexible tours for your app | -| 1143 | 242 | 51 | [angular-masonry](https://github.com/passy/angular-masonry) | An AngularJS directive for Masonry. | -| 1138 | 102 | 22 | [puer](https://github.com/leeluolee/puer) | more than a live-reload server, built for efficient front-end development | -| 1118 | 164 | 81 | [squel](https://github.com/hiddentao/squel) | :office: SQL query string builder for Javascript | -| 1115 | 75 | 3 | [Heyoffline](https://github.com/oskarkrawczyk/Heyoffline) | Warn your users when their network goes down. Make sure they don't lose anything. | -| 1089 | 87 | 32 | [stitch](https://github.com/sstephenson/stitch) | Stitch your CommonJS modules together for the browser | +| 14376 | 1930 | 35 | [coffeescript](https://github.com/jashkenas/coffeescript) | Unfancy JavaScript | +| 8077 | 374 | 44 | [trix](https://github.com/basecamp/trix) | A rich text editor for everyday writing | +| 7694 | 1018 | 358 | [vimium](https://github.com/philc/vimium) | The hacker's browser. | +| 7665 | 488 | 49 | [zxcvbn](https://github.com/dropbox/zxcvbn) | Low-Budget Password Strength Estimation | +| 7556 | 1377 | 63 | [SwitchyOmega](https://github.com/FelisCatus/SwitchyOmega) | Manage and switch between multiple proxies quickly & easily. | +| 6638 | 1165 | 287 | [morris.js](https://github.com/morrisjs/morris.js) | Pretty time-series line graphs | +| 6608 | 370 | 6 | [dynamics.js](https://github.com/michaelvillar/dynamics.js) | Javascript library to create physics-based animations | +| 6203 | 333 | 118 | [marp](https://github.com/yhatt/marp) | Markdown presentation writer, powered by Electron. | +| 5769 | 324 | 67 | [bacon.js](https://github.com/baconjs/bacon.js) | FRP (functional reactive programming) library for Javascript | +| 5767 | 2907 | 345 | [codecombat](https://github.com/codecombat/codecombat) | Game for learning how to code. | +| 4640 | 599 | 106 | [At.js](https://github.com/ichord/At.js) | Add Github like mentions autocomplete to your application. | +| 4604 | 339 | 12 | [chroma.js](https://github.com/gka/chroma.js) | JavaScript library for all kinds of color manipulations | +| 4557 | 541 | 159 | [sharelatex](https://github.com/sharelatex/sharelatex) | A web-based collaborative LaTeX editor | +| 4303 | 275 | 114 | [turbolinks](https://github.com/turbolinks/turbolinks) | Turbolinks makes navigating your web application faster | +| 4250 | 187 | 8 | [textures](https://github.com/riccardoscalco/textures) | Textures.js is a JavaScript library for creating SVG patterns | +| 4140 | 166 | 14 | [vibrant.js](https://github.com/jariz/vibrant.js) | Extract prominent colors from an image. JS port of Android's Palette. | +| 3939 | 821 | 115 | [bootstrap-tour](https://github.com/sorich87/bootstrap-tour) | Quick and easy product tours with Twitter Bootstrap Popovers | +| 3721 | 686 | 0 | [jquery.payment](https://github.com/stripe/jquery.payment) | [DEPRECATED] A general purpose library for building credit card forms, validating inputs and formatting numbers. | +| 3622 | 465 | 46 | [turbolinks-classic](https://github.com/turbolinks/turbolinks-classic) | Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5. | +| 3432 | 1978 | 50 | [hubot-scripts](https://github.com/github/hubot-scripts) | DEPRECATED, see https://github.com/github/hubot-scripts/issues/1113 for details - optional scripts for hubot, opt in via hubot-scripts.json | +| 3419 | 481 | 183 | [pdfkit](https://github.com/devongovett/pdfkit) | A JavaScript PDF generation library for Node and the browser | +| 3403 | 541 | 82 | [Log.io](https://github.com/NarrativeScience/Log.io) | Real-time log monitoring in your browser | +| 3396 | 252 | 117 | [pow](https://github.com/basecamp/pow) | Zero-configuration Rack server for Mac OS X | +| 3372 | 453 | 26 | [activate-power-mode](https://github.com/JoelBesada/activate-power-mode) | Atom package - Activate POWER MODE to write your code in style. | +| 3360 | 341 | 119 | [aglio](https://github.com/danielgtaylor/aglio) | An API Blueprint renderer with theme support that outputs static HTML | +| 3242 | 322 | 35 | [wintersmith](https://github.com/jnordberg/wintersmith) | A flexible static site generator | +| 3144 | 468 | 10 | [chinese-copywriting-guidelines](https://github.com/sparanoid/chinese-copywriting-guidelines) | Chinese copywriting guidelines for better written communication/中文文案排版指北 | +| 3076 | 313 | 30 | [Keypress](https://github.com/dmauro/Keypress) | A keyboard input capturing utility in which any key can be a modifier key. | +| 2968 | 260 | 47 | [chaplin](https://github.com/chaplinjs/chaplin) | HTML5 application architecture using Backbone.js | +| 2957 | 245 | 92 | [yakyak](https://github.com/yakyak/yakyak) | Desktop chat client for Google Hangouts | +| 2935 | 241 | 186 | [docpad](https://github.com/docpad/docpad) | Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft full-featured websites quicker than ever before. | +| 2851 | 153 | 40 | [dispatch-proxy](https://github.com/Morhaus/dispatch-proxy) | Combine internet connections, increase your download speed | +| 2787 | 326 | 130 | [node-xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | XML to JavaScript object converter. | +| 2666 | 529 | 215 | [taiga-front](https://github.com/taigaio/taiga-front) | Project management web application with scrum in mind! Built on top of Django and AngularJS (Front) | +| 2591 | 476 | 146 | [sticky-kit](https://github.com/leafo/sticky-kit) | A jQuery plugin for creating smart sticky elements | +| 2572 | 1110 | 331 | [angular-google-maps](https://github.com/angular-ui/angular-google-maps) | AngularJS directives for the Google Maps Javascript API | +| 2569 | 633 | 68 | [pivottable](https://github.com/nicolaskruchten/pivottable) | Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop. | +| 2564 | 824 | 8 | [talk-os](https://github.com/jianliaoim/talk-os) | Open source version of jianliao.com | +| 2469 | 358 | 101 | [hallo](https://github.com/bergie/hallo) | Simple rich text editor (contentEditable) for jQuery UI | +| 2324 | 194 | 18 | [noflo](https://github.com/noflo/noflo) | Flow-based programming for JavaScript | +| 2306 | 208 | 9 | [oriDomi](https://github.com/dmotz/oriDomi) | Fold up DOM elements like paper | +| 2293 | 215 | 17 | [cloudtunes](https://github.com/jakubroztocil/cloudtunes) | Web-based music player for the cloud :cloud: :notes: | +| 2268 | 573 | 249 | [instafeed.js](https://github.com/stevenschobert/instafeed.js) | A simple Instagram javascript plugin | +| 2223 | 70 | 13 | [mapscii](https://github.com/rastapasta/mapscii) | 🗺 MapSCII is a Braille & ASCII map renderer for your console - enter => telnet mapscii.me <= on Mac and Linux, connect with PuTTY if you're using Windows | +| 2215 | 228 | 56 | [butterfly](https://github.com/paradoxxxzero/butterfly) | A web terminal based on websocket and tornado | +| 2106 | 280 | 26 | [QuoJS](https://github.com/soyjavi/QuoJS) | Micro #JavaScript Library for Mobile Devices | +| 2025 | 203 | 89 | [js2coffee](https://github.com/js2coffee/js2coffee) | Compile JavaScript to CoffeeScript | +| 1970 | 44 | 266 | [cypress](https://github.com/cypress-io/cypress) | Cypress is a test runner that helps you write automated tests in the browser. | +| 1943 | 556 | 33 | [hubot-slack](https://github.com/slackapi/hubot-slack) | Slack Developer Kit for Hubot | +| 1921 | 155 | 176 | [dredd](https://github.com/apiaryio/dredd) | Language-agnostic HTTP API Testing Framework | +| 1885 | 117 | 105 | [CoffeeScriptRedux](https://github.com/michaelficarra/CoffeeScriptRedux) | :sweat: rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility | +| 1875 | 258 | 101 | [ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) | Token based authentication module for angular.js. | +| 1795 | 1281 | 2 | [shadowsocks-gui](https://github.com/shadowsocks/shadowsocks-gui) | Shadowsocks GUI client | +| 1790 | 290 | 296 | [vim-mode](https://github.com/atom/vim-mode) | Next generation vim support for atom | +| 1772 | 72 | 33 | [eco](https://github.com/sstephenson/eco) | Embedded CoffeeScript templates | +| 1737 | 182 | 66 | [batman](https://github.com/batmanjs/batman) | The best JavaScript framework for Rails developers. | +| 1718 | 352 | 88 | [jquery.shapeshift](https://github.com/McPants/jquery.shapeshift) | A dynamic grid system with drag and drop functionality. | +| 1714 | 97 | 21 | [BuckyClient](https://github.com/HubSpot/BuckyClient) | Collect performance data from the client | +| 1713 | 294 | 11 | [foaas](https://github.com/tomdionysus/foaas) | FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable solution to the common problem of telling people to fuck off. | +| 1550 | 91 | 1 | [visibilityjs](https://github.com/ai/visibilityjs) | Wrapper for the Page Visibility API | +| 1538 | 146 | 15 | [ifvisible.js](https://github.com/serkanyersen/ifvisible.js) | [TypeScript port available in beta] Crossbrowser & lightweight way to check if user is looking at the page or interacting with it. | +| 1510 | 140 | 43 | [dnschain](https://github.com/okTurtles/dnschain) | A blockchain-based DNS + HTTP server that fixes HTTPS security, and more! | +| 1504 | 235 | 35 | [kartograph.js](https://github.com/kartograph/kartograph.js) | Open source JavaScript renderer for Kartograph SVG maps | +| 1504 | 126 | 9 | [please-wait](https://github.com/Pathgather/please-wait) | A simple library to show your users a beautiful splash page while your application loads. | +| 1501 | 214 | 27 | [oauthd](https://github.com/oauth-io/oauthd) | oauthd - The OAuth Daemon is the open source version of the OAuth.io core | +| 1492 | 134 | 56 | [roots](https://github.com/jescalan/roots) | a toolkit for rapid advanced front-end development | +| 1477 | 237 | 26 | [sockjs-node](https://github.com/sockjs/sockjs-node) | WebSocket emulation - Node.js server | +| 1410 | 82 | 10 | [cyclotron](https://github.com/ExpediaInceCommercePlatform/cyclotron) | A web platform for constructing dashboards. | +| 1402 | 229 | 86 | [dropbox-js](https://github.com/dropbox/dropbox-js) | Deprecated JS library for API v1. Use our v2 SDK instead: | +| 1373 | 89 | 4 | [gulp-cheatsheet](https://github.com/osscafe/gulp-cheatsheet) | A cheatsheet for gulp.js | +| 1357 | 200 | 1 | [VimFx](https://github.com/akhodakivskiy/VimFx) | Vim keyboard shortcuts for Firefox | +| 1332 | 87 | 32 | [kefir](https://github.com/rpominov/kefir) | A Reactive Programming library for JavaScript | +| 1297 | 92 | 40 | [coffeekup](https://github.com/mauricemach/coffeekup) | Markup as CoffeeScript. | +| 1283 | 89 | 6 | [local_time](https://github.com/basecamp/local_time) | Rails engine for cache-friendly, client-side local time | +| 1273 | 208 | 75 | [repl.it](https://github.com/replit/repl.it) | https://repl.it/feedback Online REPL for 15+ languages. | +| 1232 | 124 | 21 | [mondrian](https://github.com/artursapek/mondrian) | Web-based vector graphics editor | +| 1220 | 36 | 10 | [caniuse-cmd](https://github.com/sgentle/caniuse-cmd) | Caniuse command line tool | +| 1211 | 90 | 30 | [lineman](https://github.com/linemanjs/lineman) | Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change | +| 1202 | 110 | 14 | [tourist](https://github.com/easelinc/tourist) | Simple, flexible tours for your app | +| 1161 | 105 | 23 | [puer](https://github.com/leeluolee/puer) | more than a live-reload server, built for efficient front-end development | +| 1148 | 169 | 86 | [squel](https://github.com/hiddentao/squel) | :office: SQL query string builder for Javascript | +| 1146 | 240 | 52 | [angular-masonry](https://github.com/passy/angular-masonry) | An AngularJS directive for Masonry. | +| 1116 | 76 | 3 | [Heyoffline](https://github.com/oskarkrawczyk/Heyoffline) | Warn your users when their network goes down. Make sure they don't lose anything. | +| 1101 | 347 | 518 | [atom-beautify](https://github.com/Glavin001/atom-beautify) | :lipstick: Beautification abstraction package for Atom editor | +| 1089 | 156 | 47 | [greenscreen](https://github.com/groupon/greenscreen) | None | | 1089 | 176 | 7 | [buckets](https://github.com/bucketsio/buckets) | [DEPRECATED] Manage content better. | -| 1084 | 155 | 47 | [greenscreen](https://github.com/groupon/greenscreen) | None | -| 1083 | 38 | 0 | [hubble](https://github.com/jaymedavis/hubble) | A generic data dashboard that displays in the terminal | -| 1064 | 343 | 533 | [atom-beautify](https://github.com/Glavin001/atom-beautify) | :lipstick: Beautification abstraction package for Atom editor | -| 1062 | 42 | 35 | [git-time-machine](https://github.com/littlebee/git-time-machine) | Atom package that allows you to travel back in commit history | -| 1061 | 377 | 17 | [tacofancy](https://github.com/sinker/tacofancy) | community-driven taco repo. stars stars stars. | -| 1057 | 62 | 19 | [jquery.turbolinks](https://github.com/kossnocorp/jquery.turbolinks) | 💀 Deprecated ⚠️ jQuery plugin for drop-in fix binded events problem caused by Turbolinks | -| 1048 | 48 | 8 | [cson](https://github.com/bevry/cson) | CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects. | -| 1044 | 96 | 8 | [Coffee-Physics](https://github.com/soulwire/Coffee-Physics) | A simple, lightweight physics engine written in CoffeeScript | -| 1027 | 176 | 10 | [camo](https://github.com/atmos/camo) | :lock: an http proxy to route images through SSL | -| 1019 | 740 | 4 | [shadowsocks-nodejs](https://github.com/shadowsocks/shadowsocks-nodejs) | None | -| 1001 | 213 | 169 | [apm](https://github.com/atom/apm) | Atom Package Manager | -| 999 | 89 | 35 | [zappa](https://github.com/mauricemach/zappa) | Node development for the lazy. | -| 996 | 349 | 21 | [qqbot](https://github.com/xhan/qqbot) | 基于WebQQ协议的QQ机器人。命令行工具,Hubot支持! | -| 979 | 212 | 56 | [pushd](https://github.com/rs/pushd) | Blazing fast multi-protocol mobile and web push notification service | -| 977 | 105 | 44 | [aurora.js](https://github.com/audiocogs/aurora.js) | JavaScript audio decoding framework | -| 976 | 158 | 48 | [psd.js](https://github.com/meltingice/psd.js) | A Photoshop PSD file parser for NodeJS and browsers | -| 967 | 100 | 44 | [sync-settings](https://github.com/atom-community/sync-settings) | Synchronize all your settings and packages across atom instances | -| 925 | 267 | 150 | [markdown-preview](https://github.com/atom/markdown-preview) | Markdown preview in Atom | -| 913 | 137 | 46 | [node-neo4j](https://github.com/thingdom/node-neo4j) | Neo4j graph database driver (REST API client) for Node.js | -| 900 | 70 | 57 | [dploy](https://github.com/lucasmotta/dploy) | An FTP/SFTP deployment tool built in node.js. | -| 895 | 64 | 66 | [atom-vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) | vim-mode improved | -| 848 | 56 | 9 | [pt](https://github.com/williamngan/pt) | An experimental library on point, form, and space. | -| 842 | 165 | 81 | [coffeelint](https://github.com/clutchski/coffeelint) | Lint your CoffeeScript. | -| 837 | 183 | 29 | [jquery-endless-scroll](https://github.com/fredwu/jquery-endless-scroll) | Endless/infinite scrolling/pagination. | -| 834 | 189 | 25 | [octonode](https://github.com/pksunkara/octonode) | github api v3 in nodejs | -| 823 | 254 | 175 | [meteor-admin](https://github.com/yogiben/meteor-admin) | A complete admin dashboard solution | -| 819 | 100 | 10 | [atom-simplified-chinese-menu](https://github.com/chinakids/atom-simplified-chinese-menu) | Atom 的简体中文汉化扩展,目前最全的汉化包。包含菜单汉化、右键菜单汉化以及设置汉化 | -| 817 | 107 | 136 | [houston](https://github.com/gterrono/houston) | A zero-config, Django Admin-like admin for Meteor | -| 817 | 74 | 33 | [node-slug](https://github.com/dodo/node-slug) | slugifies even utf-8 chars! | -| 807 | 53 | 7 | [bone.io](https://github.com/techpines/bone.io) | Realtime HTML5 Framework | -| 807 | 26 | 15 | [pretty-error](https://github.com/AriaMinaei/pretty-error) | See node.js errors with less clutter | -| 794 | 193 | 8 | [meshblu](https://github.com/octoblu/meshblu) | Meshblu is a cross-protocol IoT machine-to-machine messaging system. | -| 784 | 132 | 73 | [Atraci](https://github.com/Atraci/Atraci) | Free music streaming player | -| 759 | 117 | 10 | [webgl-heatmap](https://github.com/pyalot/webgl-heatmap) | A high performance WebGL/JS heatmap display library | -| 754 | 60 | 29 | [backbone-offline](https://github.com/alekseykulikov/backbone-offline) | [Deprecated] Allows your Backbone.js app to work offline | -| 734 | 40 | 2 | [reactor.js](https://github.com/fynyky/reactor.js) | Javascript reactive programming library | -| 720 | 40 | 26 | [apparatus](https://github.com/cdglabs/apparatus) | A hybrid graphics editor and programming environment for creating interactive diagrams. | -| 711 | 156 | 4 | [AngularFun](https://github.com/CaryLandholt/AngularFun) | AngularJS Reference Architecture | -| 703 | 171 | 10 | [image-picker](https://github.com/rvera/image-picker) | Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface. | -| 685 | 273 | 47 | [hubot-hipchat](https://github.com/hipchat/hubot-hipchat) | HipChat adapter for GitHub's Hubot | -| 685 | 324 | 68 | [angular-bootstrap-nav-tree](https://github.com/nickperkinslondon/angular-bootstrap-nav-tree) | An AngularJS directive that creates a Tree based on a Bootstrap "nav" list. | -| 663 | 214 | 85 | [karma-coverage](https://github.com/karma-runner/karma-coverage) | A Karma plugin. Generate code coverage. | -| 660 | 116 | 6 | [express-coffee](https://github.com/twilson63/express-coffee) | A Template for NodeJs Application using Express, CoffeeScript, Jade, Stylus, Nib | -| 659 | 67 | 30 | [swag](https://github.com/elving/swag) | Swag is a growing collection of helpers for handlebars templates. | -| 658 | 46 | 16 | [popularconvention](https://github.com/outsideris/popularconvention) | analyzing code convention from github commits for Github data challenge II | -| 657 | 41 | 14 | [messenger.js](https://github.com/weixiyen/messenger.js) | Insanely Fast Communication Library For Node.js Services | -| 654 | 135 | 254 | [emmet-atom](https://github.com/emmetio/emmet-atom) | Emmet support for Atom | -| 645 | 93 | 15 | [Meteor-Files](https://github.com/VeliovGroup/Meteor-Files) | Upload files via DDP, HTTP and WebRTC/DC. To Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust. | -| 644 | 87 | 10 | [codo](https://github.com/coffeedoc/codo) | CoffeeScript API documentation generator. It's like YARD but for CoffeeScript! | -| 643 | 29 | 26 | [Algebrite](https://github.com/davidedc/Algebrite) | Computer Algebra System in Javascript (Coffeescript) | -| 635 | 14 | 7 | [omelette](https://github.com/f/omelette) | Omelette is a simple, template based autocompletion tool for Node projects with super easy API. (For Bash, Zsh and Fish) | -| 634 | 354 | 26 | [badges](https://github.com/boennemann/badges) | :flower_playing_cards: Readme Badges – Gotta catch 'em all | -| 621 | 67 | 9 | [minimongo](https://github.com/mWater/minimongo) | Client-side in-memory mongodb backed by localstorage with server sync over http | -| 619 | 209 | 70 | [literallycanvas](https://github.com/literallycanvas/literallycanvas) | A canvas in your browser. Literally. | -| 612 | 76 | 13 | [Smooth-CoffeeScript](https://github.com/autotelicum/Smooth-CoffeeScript) | A book on functional programming in CoffeeScript | -| 610 | 63 | 9 | [xipd](https://github.com/sstephenson/xipd) | None | -| 609 | 206 | 11 | [buttercoin](https://github.com/buttercoin/buttercoin) | Opensource Bitcoin Exchange Software | -| 605 | 43 | 25 | [space-pen](https://github.com/atom-archive/space-pen) | A simple and powerful client-side view framework that works in zero-gravity, no longer maintained. | -| 603 | 114 | 91 | [vrome](https://github.com/jinzhu/vrome) | Vrome: Bringing Vim elegance to Chrome | -| 602 | 40 | 17 | [longjohn](https://github.com/mattinsler/longjohn) | Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces | -| 594 | 53 | 24 | [sloc](https://github.com/flosse/sloc) | simple tool to count SLOC (source lines of code) | -| 592 | 41 | 3 | [signet](https://github.com/HubSpot/signet) | Display a unique seal in the developer console of your page | -| 589 | 63 | 74 | [notes](https://github.com/spsdco/notes) | Awesome note taking. | -| 583 | 41 | 3 | [BankersBox](https://github.com/twilio/BankersBox) | redis-like wrapper for javascript storage | -| 580 | 143 | 25 | [bootstrap-tags](https://github.com/maxwells/bootstrap-tags) | Bootstrap-themed jquery tag interface | -| 578 | 159 | 42 | [node-rtsp-rtmp-server](https://github.com/iizukanao/node-rtsp-rtmp-server) | RTSP/RTMP/HTTP hybrid server | +| 1086 | 87 | 32 | [stitch](https://github.com/sstephenson/stitch) | Stitch your CommonJS modules together for the browser | +| 1085 | 38 | 0 | [hubble](https://github.com/jaymedavis/hubble) | A generic data dashboard that displays in the terminal | +| 1066 | 383 | 17 | [tacofancy](https://github.com/sinker/tacofancy) | community-driven taco repo. stars stars stars. | +| 1065 | 43 | 37 | [git-time-machine](https://github.com/littlebee/git-time-machine) | Atom package that allows you to travel back in commit history | +| 1056 | 174 | 10 | [camo](https://github.com/atmos/camo) | :lock: an http proxy to route images through SSL | +| 1055 | 61 | 19 | [jquery.turbolinks](https://github.com/kossnocorp/jquery.turbolinks) | 💀 Deprecated ⚠️ jQuery plugin for drop-in fix binded events problem caused by Turbolinks | +| 1054 | 49 | 8 | [cson](https://github.com/bevry/cson) | CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects. | +| 1044 | 94 | 8 | [Coffee-Physics](https://github.com/soulwire/Coffee-Physics) | A simple, lightweight physics engine written in CoffeeScript | +| 1028 | 752 | 4 | [shadowsocks-nodejs](https://github.com/shadowsocks/shadowsocks-nodejs) | None | +| 1023 | 227 | 163 | [apm](https://github.com/atom/apm) | Atom Package Manager | +| 1017 | 357 | 21 | [qqbot](https://github.com/xhan/qqbot) | 基于WebQQ协议的QQ机器人。命令行工具,Hubot支持! | +| 998 | 160 | 52 | [psd.js](https://github.com/meltingice/psd.js) | A Photoshop PSD file parser for NodeJS and browsers | +| 995 | 89 | 35 | [zappa](https://github.com/mauricemach/zappa) | Node development for the lazy. | +| 988 | 215 | 57 | [pushd](https://github.com/rs/pushd) | Blazing fast multi-protocol mobile and web push notification service | +| 984 | 101 | 47 | [sync-settings](https://github.com/atom-community/sync-settings) | Synchronize all your settings and packages across atom instances | +| 982 | 106 | 45 | [aurora.js](https://github.com/audiocogs/aurora.js) | JavaScript audio decoding framework | +| 952 | 271 | 150 | [markdown-preview](https://github.com/atom/markdown-preview) | Markdown preview in Atom | +| 942 | 71 | 68 | [atom-vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) | vim-mode improved | +| 924 | 136 | 47 | [node-neo4j](https://github.com/thingdom/node-neo4j) | Neo4j graph database driver (REST API client) for Node.js | +| 906 | 73 | 57 | [dploy](https://github.com/lucasmotta/dploy) | An FTP/SFTP deployment tool built in node.js. | +| 880 | 110 | 12 | [atom-simplified-chinese-menu](https://github.com/chinakids/atom-simplified-chinese-menu) | Atom 的简体中文汉化扩展,目前最全的汉化包。包含菜单汉化、右键菜单汉化以及设置汉化 | +| 853 | 167 | 78 | [coffeelint](https://github.com/clutchski/coffeelint) | Lint your CoffeeScript. | +| 851 | 55 | 9 | [pt](https://github.com/williamngan/pt) | An experimental library on point, form, and space. | +| 843 | 194 | 24 | [octonode](https://github.com/pksunkara/octonode) | github api v3 in nodejs | +| 841 | 183 | 29 | [jquery-endless-scroll](https://github.com/fredwu/jquery-endless-scroll) | Endless/infinite scrolling/pagination. | +| 835 | 75 | 35 | [node-slug](https://github.com/dodo/node-slug) | slugifies even utf-8 chars! | +| 825 | 258 | 175 | [meteor-admin](https://github.com/yogiben/meteor-admin) | A complete admin dashboard solution | +| 824 | 27 | 16 | [pretty-error](https://github.com/AriaMinaei/pretty-error) | See node.js errors with less clutter | +| 819 | 106 | 136 | [houston](https://github.com/gterrono/houston) | A zero-config, Django Admin-like admin for Meteor | +| 805 | 53 | 7 | [bone.io](https://github.com/techpines/bone.io) | Realtime HTML5 Framework | +| 799 | 193 | 5 | [meshblu](https://github.com/octoblu/meshblu) | Meshblu is a cross-protocol IoT machine-to-machine messaging system. | +| 782 | 132 | 73 | [Atraci](https://github.com/Atraci/Atraci) | Free music streaming player | +| 763 | 117 | 10 | [webgl-heatmap](https://github.com/pyalot/webgl-heatmap) | A high performance WebGL/JS heatmap display library | +| 753 | 60 | 29 | [backbone-offline](https://github.com/alekseykulikov/backbone-offline) | [Deprecated] Allows your Backbone.js app to work offline | +| 737 | 40 | 27 | [apparatus](https://github.com/cdglabs/apparatus) | A hybrid graphics editor and programming environment for creating interactive diagrams. | +| 733 | 40 | 2 | [reactor.js](https://github.com/fynyky/reactor.js) | Javascript reactive programming library | +| 711 | 157 | 4 | [AngularFun](https://github.com/CaryLandholt/AngularFun) | AngularJS Reference Architecture | +| 711 | 173 | 13 | [image-picker](https://github.com/rvera/image-picker) | Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface. | +| 689 | 275 | 49 | [hubot-hipchat](https://github.com/hipchat/hubot-hipchat) | HipChat adapter for GitHub's Hubot | +| 689 | 323 | 69 | [angular-bootstrap-nav-tree](https://github.com/nickperkinslondon/angular-bootstrap-nav-tree) | An AngularJS directive that creates a Tree based on a Bootstrap "nav" list. | +| 669 | 215 | 89 | [karma-coverage](https://github.com/karma-runner/karma-coverage) | A Karma plugin. Generate code coverage. | +| 666 | 141 | 256 | [emmet-atom](https://github.com/emmetio/emmet-atom) | Emmet support for Atom | +| 665 | 16 | 4 | [omelette](https://github.com/f/omelette) | Omelette is a simple, template based autocompletion tool for Node projects with super easy API. (For Bash, Zsh and Fish) | +| 664 | 47 | 16 | [popularconvention](https://github.com/outsideris/popularconvention) | analyzing code convention from github commits for Github data challenge II | +| 659 | 68 | 30 | [swag](https://github.com/elving/swag) | Swag is a growing collection of helpers for handlebars templates. | +| 658 | 115 | 6 | [express-coffee](https://github.com/twilson63/express-coffee) | A Template for NodeJs Application using Express, CoffeeScript, Jade, Stylus, Nib | +| 657 | 394 | 26 | [badges](https://github.com/boennemann/badges) | :flower_playing_cards: Readme Badges – Gotta catch 'em all | +| 657 | 42 | 14 | [messenger.js](https://github.com/weixiyen/messenger.js) | Insanely Fast Communication Library For Node.js Services | +| 647 | 29 | 28 | [Algebrite](https://github.com/davidedc/Algebrite) | Computer Algebra System in Javascript (Coffeescript) | +| 643 | 87 | 11 | [codo](https://github.com/coffeedoc/codo) | CoffeeScript API documentation generator. It's like YARD but for CoffeeScript! | +| 630 | 212 | 71 | [literallycanvas](https://github.com/literallycanvas/literallycanvas) | A canvas in your browser. Literally. | +| 629 | 68 | 9 | [minimongo](https://github.com/mWater/minimongo) | Client-side in-memory mongodb backed by localstorage with server sync over http | +| 616 | 215 | 11 | [buttercoin](https://github.com/buttercoin/buttercoin) | Opensource Bitcoin Exchange Software | +| 612 | 41 | 17 | [longjohn](https://github.com/mattinsler/longjohn) | Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces | +| 611 | 77 | 13 | [Smooth-CoffeeScript](https://github.com/autotelicum/Smooth-CoffeeScript) | A book on functional programming in CoffeeScript | +| 609 | 56 | 25 | [sloc](https://github.com/flosse/sloc) | simple tool to count SLOC (source lines of code) | +| 608 | 63 | 10 | [xipd](https://github.com/sstephenson/xipd) | None | +| 607 | 43 | 25 | [space-pen](https://github.com/atom-archive/space-pen) | A simple and powerful client-side view framework that works in zero-gravity, no longer maintained. | +| 606 | 114 | 91 | [vrome](https://github.com/jinzhu/vrome) | Vrome: Bringing Vim elegance to Chrome | +| 594 | 41 | 3 | [signet](https://github.com/HubSpot/signet) | Display a unique seal in the developer console of your page | +| 593 | 161 | 47 | [node-rtsp-rtmp-server](https://github.com/iizukanao/node-rtsp-rtmp-server) | RTSP/RTMP/HTTP hybrid server | +| 589 | 41 | 8 | [rsmq](https://github.com/smrchy/rsmq) | Redis Simple Message Queue | +| 587 | 63 | 74 | [notes](https://github.com/spsdco/notes) | Awesome note taking. | +| 584 | 41 | 3 | [BankersBox](https://github.com/twilio/BankersBox) | redis-like wrapper for javascript storage | +| 578 | 142 | 25 | [bootstrap-tags](https://github.com/maxwells/bootstrap-tags) | Bootstrap-themed jquery tag interface | | 574 | 32 | 3 | [core-lib](https://github.com/rubyjs/core-lib) | A port of the Ruby 1.9.3 corelib to coffeescript/javascript/node that conforms to rubyspec.org. | -| 573 | 38 | 7 | [rsmq](https://github.com/smrchy/rsmq) | Redis Simple Message Queue | -| 572 | 154 | 79 | [groc](https://github.com/nevir/groc) | Documentation generation, in the spirit of literate programming. | -| 570 | 95 | 0 | [iphone-style-checkboxes](https://github.com/tdreyno/iphone-style-checkboxes) | Turn your checkboxes into iOS-style binary switches | -| 566 | 133 | 28 | [pasteboard](https://github.com/JoelBesada/pasteboard) | Clipboard and drag & drop image sharing web app | -| 565 | 339 | 53 | [angular-form-builder](https://github.com/kelp404/angular-form-builder) | Drag and drop to build bootstrap forms in AngularJS. | -| 565 | 20 | 26 | [vim-mode](https://github.com/carlosdcastillo/vim-mode) | Next generation vim support for atom | -| 563 | 949 | 1 | [global.hackathon](https://github.com/koding/global.hackathon) | Welcome to the World’s First Global Virtual Hackathon! | +| 574 | 154 | 79 | [groc](https://github.com/nevir/groc) | Documentation generation, in the spirit of literate programming. | +| 573 | 136 | 28 | [pasteboard](https://github.com/JoelBesada/pasteboard) | Clipboard and drag & drop image sharing web app | +| 570 | 96 | 0 | [iphone-style-checkboxes](https://github.com/tdreyno/iphone-style-checkboxes) | Turn your checkboxes into iOS-style binary switches | +| 569 | 21 | 26 | [vim-mode](https://github.com/carlosdcastillo/vim-mode) | Next generation vim support for atom | +| 569 | 344 | 54 | [angular-form-builder](https://github.com/kelp404/angular-form-builder) | Drag and drop to build bootstrap forms in AngularJS. | +| 560 | 73 | 32 | [waveformjs](https://github.com/soundcloud/waveformjs) | Waveform.js makes drawing SoundCloud waveforms simple and lets you style and color them the way you want it | +| 560 | 946 | 1 | [global.hackathon](https://github.com/koding/global.hackathon) | Welcome to the World’s First Global Virtual Hackathon! | | 558 | 47 | 6 | [coffee-resque](https://github.com/technoweenie/coffee-resque) | None | -| 557 | 72 | 32 | [waveformjs](https://github.com/soundcloud/waveformjs) | Waveform.js makes drawing SoundCloud waveforms simple and lets you style and color them the way you want it | -| 551 | 59 | 13 | [colourco.de](https://github.com/tamino-martinius/colourco.de) | Pick colours based on hsl. Scheme-mode with monochromatic, analogic, complement, triad and quad colours. | -| 551 | 107 | 25 | [gulp-connect](https://github.com/AveVlad/gulp-connect) | Gulp plugin to run a webserver (with LiveReload) | -| 545 | 43 | 65 | [pioneer](https://github.com/mojotech/pioneer) | Integration Testing | -| 544 | 73 | 29 | [electron-starter](https://github.com/atom-archive/electron-starter) | Example Electron app | +| 555 | 59 | 13 | [colourco.de](https://github.com/tamino-martinius/colourco.de) | Pick colours based on hsl. Scheme-mode with monochromatic, analogic, complement, triad and quad colours. | +| 552 | 108 | 27 | [gulp-connect](https://github.com/AveVlad/gulp-connect) | Gulp plugin to run a webserver (with LiveReload) | +| 546 | 44 | 65 | [pioneer](https://github.com/mojotech/pioneer) | Integration Testing | +| 545 | 107 | 46 | [plunker](https://github.com/filearts/plunker) | Plnkr.co front-end and backend | +| 542 | 73 | 29 | [electron-starter](https://github.com/atom-archive/electron-starter) | Example Electron app | | 541 | 28 | 14 | [serenade.js](https://github.com/elabs/serenade.js) | Client side MVC framework | -| 535 | 107 | 17 | [jq-console](https://github.com/replit/jq-console) | Feature complete web terminal | -| 532 | 106 | 48 | [plunker](https://github.com/filearts/plunker) | Plnkr.co front-end and backend | +| 541 | 109 | 17 | [jq-console](https://github.com/replit/jq-console) | Feature complete web terminal | +| 535 | 49 | 10 | [jscpd](https://github.com/kucherenko/jscpd) | Copy/paste detector for programming source code. | +| 531 | 72 | 38 | [meteor-user-status](https://github.com/mizzao/meteor-user-status) | Track user connection state and inactivity in Meteor. | | 530 | 25 | 0 | [CoffeeDrop](https://github.com/meltingice/CoffeeDrop) | CoffeeDrop is an open-source, roll your own, Dropbox-like clone written in CoffeeScript. Currently not working and under heavy development. | -| 529 | 71 | 38 | [meteor-user-status](https://github.com/mizzao/meteor-user-status) | Track user connection state and inactivity in Meteor. | -| 517 | 81 | 111 | [meteor-restivus](https://github.com/kahmali/meteor-restivus) | REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus | -| 513 | 47 | 10 | [jscpd](https://github.com/kucherenko/jscpd) | Copy/paste detector for programming source code. | -| 507 | 33 | 3 | [bozon](https://github.com/railsware/bozon) | Scaffold, Run, Test and Package Electron application with ease | -| 502 | 69 | 24 | [yaml.js](https://github.com/jeremyfa/yaml.js) | Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools. | -| 491 | 48 | 18 | [highlights](https://github.com/atom/highlights) | Syntax highlighter | -| 485 | 136 | 186 | [pimatic](https://github.com/pimatic/pimatic) | A home automation server and framework for the raspberry pi running on node.js | -| 482 | 63 | 11 | [xmlbuilder-js](https://github.com/oozcitak/xmlbuilder-js) | An XML builder for node.js | -| 482 | 7 | 3 | [databound](https://github.com/Nedomas/databound) | Provides Javascript a simple API to the Ruby on Rails CRUD. | -| 480 | 152 | 69 | [git-plus](https://github.com/akonwi/git-plus) | vim-fugitive like package for atom. make commits and other git things without the terminal | -| 479 | 16 | 6 | [grunt-pagespeed](https://github.com/jrcryer/grunt-pagespeed) | Grunt plugin to run Google PageSpeed Insights as part of CI | -| 475 | 18 | 1 | [Awkward](https://github.com/iostreamer-X/Awkward) | A NodeJS based shell. Everything is an Object! | +| 518 | 71 | 25 | [yaml.js](https://github.com/jeremyfa/yaml.js) | Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools. | +| 516 | 33 | 5 | [bozon](https://github.com/railsware/bozon) | Scaffold, Run, Test and Package Electron application with ease | +| 515 | 83 | 111 | [meteor-restivus](https://github.com/kahmali/meteor-restivus) | REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus | +| 504 | 50 | 26 | [zotero-better-bibtex](https://github.com/retorquere/zotero-better-bibtex) | Make Zotero effective for us LaTeX holdouts | +| 499 | 65 | 13 | [xmlbuilder-js](https://github.com/oozcitak/xmlbuilder-js) | An XML builder for node.js | +| 496 | 48 | 19 | [highlights](https://github.com/atom/highlights) | Syntax highlighter | +| 489 | 140 | 184 | [pimatic](https://github.com/pimatic/pimatic) | A home automation server and framework for the raspberry pi running on node.js | +| 486 | 49 | 24 | [nodecache](https://github.com/mpneuried/nodecache) | a node internal caching module | +| 481 | 151 | 74 | [git-plus](https://github.com/akonwi/git-plus) | vim-fugitive like package for atom. make commits and other git things without the terminal | +| 481 | 7 | 3 | [databound](https://github.com/Nedomas/databound) | Provides Javascript a simple API to the Ruby on Rails CRUD. | +| 478 | 16 | 6 | [grunt-pagespeed](https://github.com/jrcryer/grunt-pagespeed) | Grunt plugin to run Google PageSpeed Insights as part of CI | +| 476 | 38 | 101 | [proto-repl](https://github.com/jasongilman/proto-repl) | A Clojure Development Environment package for the Atom editor | +| 474 | 18 | 1 | [Awkward](https://github.com/iostreamer-X/Awkward) | A NodeJS based shell. Everything is an Object! | +| 474 | 599 | 9 | [shadowsocks-chromeapp](https://github.com/shadowsocks/shadowsocks-chromeapp) | Chrome client for shadowsocks | | 473 | 12 | 2 | [ace](https://github.com/maccman/ace) | Sinatra for Node | -| 472 | 125 | 21 | [pokemon-go-mitm](https://github.com/rastapasta/pokemon-go-mitm) | 🎁 Pokemon Go MITM Proxy - Intercepts the traffic between your Pokemon Go app and their servers, decodes the protocol and gives you a handy tool to enrich your own game experience on the fly. | -| 469 | 49 | 26 | [zotero-better-bibtex](https://github.com/retorquere/zotero-better-bibtex) | Make Zotero effective for us LaTeX holdouts | -| 467 | 72 | 18 | [box2d-jquery](https://github.com/franzenzenhofer/box2d-jquery) | convert your DOM into physical objects using this awesome jQuery wrapper around box2d-web | -| 462 | 38 | 95 | [proto-repl](https://github.com/jasongilman/proto-repl) | A Clojure Development Environment package for the Atom editor | -| 461 | 52 | 9 | [haml-coffee](https://github.com/netzpirat/haml-coffee) | Haml templates where you can write inline CoffeeScript. | -| 461 | 592 | 9 | [shadowsocks-chromeapp](https://github.com/shadowsocks/shadowsocks-chromeapp) | Chrome client for shadowsocks | -| 459 | 310 | 152 | [angular-daterangepicker](https://github.com/fragaria/angular-daterangepicker) | Angular.js wrapper for dangrossman/bootstrap-daterangepicker | -| 457 | 17 | 5 | [TheatreJS](https://github.com/AriaMinaei/TheatreJS) | A high-performance animation editor for the web. | -| 457 | 53 | 24 | [nodecache](https://github.com/mpneuried/nodecache) | a node internal caching module | -| 450 | 44 | 7 | [harvey](https://github.com/harvesthq/harvey) | Adding a second face to your application's JavaScript | -| 450 | 169 | 1 | [coffeescript-koans](https://github.com/sleepyfox/coffeescript-koans) | Koans: learn CoffeeScript by doing it | +| 472 | 124 | 21 | [pokemon-go-mitm](https://github.com/rastapasta/pokemon-go-mitm) | 🎁 Pokemon Go MITM Proxy - Intercepts the traffic between your Pokemon Go app and their servers, decodes the protocol and gives you a handy tool to enrich your own game experience on the fly. | +| 466 | 54 | 54 | [atom-pigments](https://github.com/abe33/atom-pigments) | An Atom package to display colors in project and files. | +| 466 | 72 | 18 | [box2d-jquery](https://github.com/franzenzenhofer/box2d-jquery) | convert your DOM into physical objects using this awesome jQuery wrapper around box2d-web | +| 464 | 326 | 154 | [angular-daterangepicker](https://github.com/fragaria/angular-daterangepicker) | Angular.js wrapper for dangrossman/bootstrap-daterangepicker | +| 461 | 17 | 5 | [TheatreJS](https://github.com/AriaMinaei/TheatreJS) | A high-performance animation editor for the web. | +| 460 | 51 | 9 | [haml-coffee](https://github.com/netzpirat/haml-coffee) | Haml templates where you can write inline CoffeeScript. | +| 451 | 43 | 7 | [harvey](https://github.com/harvesthq/harvey) | Adding a second face to your application's JavaScript | +| 450 | 258 | 24 | [social-share-button](https://github.com/huacnlee/social-share-button) | Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ... | | 449 | 46 | 68 | [merge-conflicts](https://github.com/smashwilson/merge-conflicts) | Resolve git merge conflicts in Atom | -| 446 | 47 | 92 | [atom-pigments](https://github.com/abe33/atom-pigments) | An Atom package to display colors in project and files. | -| 445 | 25 | 0 | [Framer-Snippets-Library](https://github.com/robotdestroy/Framer-Snippets-Library) | A library of Framer snippets to help speed up your workflow | -| 441 | 98 | 6 | [journo](https://github.com/jashkenas/journo) | A quick-and-dirty (literate) blogging engine | +| 448 | 26 | 0 | [Framer-Snippets-Library](https://github.com/robotdestroy/Framer-Snippets-Library) | A library of Framer snippets to help speed up your workflow | +| 447 | 169 | 1 | [coffeescript-koans](https://github.com/sleepyfox/coffeescript-koans) | Koans: learn CoffeeScript by doing it | +| 442 | 97 | 6 | [journo](https://github.com/jashkenas/journo) | A quick-and-dirty (literate) blogging engine | +| 441 | 70 | 83 | [atom-react](https://github.com/orktes/atom-react) | ReactJS Support for atom (syntax, snippets) | | 437 | 56 | 23 | [coffee-react-transform](https://github.com/jsdf/coffee-react-transform) | DEPRECATED – Provides React JSX support for Coffeescript | -| 434 | 70 | 85 | [atom-react](https://github.com/orktes/atom-react) | ReactJS Support for atom (syntax, snippets) | -| 433 | 250 | 20 | [social-share-button](https://github.com/huacnlee/social-share-button) | Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ... | -| 431 | 47 | 17 | [Griddify](https://github.com/AriaMinaei/Griddify) | A tiny Photoshop panel to make guides and grids | -| 431 | 25 | 9 | [coffee-react](https://github.com/jsdf/coffee-react) | DEPRECATED – Unfancy JavaScript with React JSX markup | -| 429 | 138 | 348 | [terminal-plus](https://github.com/jeremyramin/terminal-plus) | A terminal package for Atom, complete with themes and more. | -| 427 | 34 | 20 | [parallelshell](https://github.com/keithamus/parallelshell) | Run multiple shell commands in parallel | -| 425 | 84 | 11 | [hubot-deploy](https://github.com/atmos/hubot-deploy) | :rocket: GitHub Flow via hubot | -| 422 | 33 | 9 | [fattable](https://github.com/fulmicoton/fattable) | Javascript Library to create scrollable table with infinite rows and columns. | -| 422 | 22 | 5 | [Smooth.js](https://github.com/osuushi/Smooth.js) | Turn arrays into smooth functions. | -| 420 | 157 | 47 | [meteor-starter](https://github.com/yogiben/meteor-starter) | Kickstart your meteor projects | -| 418 | 84 | 607 | [cocalc](https://github.com/sagemathinc/cocalc) | CoCalc: Collaborative Calculation in the Cloud | -| 411 | 94 | 74 | [meteor-pages](https://github.com/alethes/meteor-pages) | State of the art, out of the box Meteor pagination | -| 411 | 170 | 44 | [ajax-chosen](https://github.com/meltingice/ajax-chosen) | A complement to the jQuery library Chosen that adds ajax autocomplete | -| 405 | 54 | 4 | [generator-reveal](https://github.com/slara/generator-reveal) | Yeoman generator for Reveal.js | -| 404 | 76 | 11 | [natal](https://github.com/dmotz/natal) | Bootstrap ClojureScript React Native apps | -| 404 | 36 | 8 | [ViewController-for-Framer](https://github.com/awt2542/ViewController-for-Framer) | Multi step user flows in Framer.js | +| 437 | 143 | 354 | [terminal-plus](https://github.com/jeremyramin/terminal-plus) | A terminal package for Atom, complete with themes and more. | +| 435 | 87 | 601 | [cocalc](https://github.com/sagemathinc/cocalc) | CoCalc: Collaborative Calculation in the Cloud | +| 435 | 47 | 17 | [Griddify](https://github.com/AriaMinaei/Griddify) | A tiny Photoshop panel to make guides and grids | +| 429 | 36 | 16 | [parallelshell](https://github.com/darkguy2008/parallelshell) | Run multiple shell commands in parallel | +| 429 | 26 | 10 | [coffee-react](https://github.com/jsdf/coffee-react) | DEPRECATED – Unfancy JavaScript with React JSX markup | +| 427 | 84 | 11 | [hubot-deploy](https://github.com/atmos/hubot-deploy) | :rocket: GitHub Flow via hubot | +| 426 | 22 | 5 | [Smooth.js](https://github.com/osuushi/Smooth.js) | Turn arrays into smooth functions. | +| 424 | 33 | 9 | [fattable](https://github.com/fulmicoton/fattable) | Javascript Library to create scrollable table with infinite rows and columns. | +| 421 | 161 | 48 | [meteor-starter](https://github.com/yogiben/meteor-starter) | Kickstart your meteor projects | +| 414 | 168 | 44 | [ajax-chosen](https://github.com/meltingice/ajax-chosen) | A complement to the jQuery library Chosen that adds ajax autocomplete | +| 411 | 95 | 74 | [meteor-pages](https://github.com/alethes/meteor-pages) | State of the art, out of the box Meteor pagination | +| 409 | 53 | 5 | [generator-reveal](https://github.com/slara/generator-reveal) | Yeoman generator for Reveal.js | +| 407 | 36 | 9 | [ViewController-for-Framer](https://github.com/awt2542/ViewController-for-Framer) | Multi step user flows in Framer.js | +| 404 | 80 | 11 | [natal](https://github.com/dmotz/natal) | Bootstrap ClojureScript React Native apps | +| 402 | 49 | 20 | [node-auto-launch](https://github.com/Teamwork/node-auto-launch) | Launch applications or executables at login (Mac, Windows, and Linux) | +| 397 | 59 | 63 | [echoplexus](https://github.com/qq99/echoplexus) | Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls | | 396 | 5 | 0 | [Shem](https://github.com/xixixao/Shem) | The compiler of the programming language Shem | -| 395 | 58 | 63 | [echoplexus](https://github.com/qq99/echoplexus) | Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls | -| 393 | 33 | 7 | [backbone_query](https://github.com/davidgtonge/backbone_query) | A lightweight query api for Backbone Collections | -| 384 | 50 | 19 | [node-auto-launch](https://github.com/Teamwork/node-auto-launch) | Launch applications or executables at login (Mac, Windows, and Linux) | -| 381 | 132 | 70 | [ngQuickDate](https://github.com/adamalbrecht/ngQuickDate) | An Angular.js Date/Time picker directive that stresses speed of data entry and configuration | -| 378 | 9 | 3 | [jadelet](https://github.com/STRd6/jadelet) | Lightweight, elegant HTML templates | -| 373 | 285 | 239 | [tree-view](https://github.com/atom/tree-view) | Explore and open project files in Atom | -| 372 | 97 | 11 | [jquery-jsonview](https://github.com/yesmeck/jquery-jsonview) | [MAINTENANCE ONLY]View JSON in a more readable format | -| 366 | 23 | 4 | [atom-dash](https://github.com/blakeembrey/atom-dash) | Dash documentation integration with Atom | -| 365 | 23 | 5 | [kart](https://github.com/maddox/kart) | Frontend for RetroArch | -| 358 | 52 | 0 | [github-buttons](https://github.com/ntkme/github-buttons) | :octocat: Unofficial github:buttons. | -| 357 | 152 | 6 | [slip.js](https://github.com/binnng/slip.js) | 移动端跟随手指滑动组件,零依赖。 | -| 357 | 41 | 10 | [task_list](https://github.com/github-archive/task_list) | GitHub flavor Markdown Task List feature components | -| 353 | 16 | 28 | [meteor-blaze-components](https://github.com/peerlibrary/meteor-blaze-components) | Reusable components for Blaze | -| 350 | 76 | 34 | [adbkit](https://github.com/openstf/adbkit) | A pure Node.js client for the Android Debug Bridge. | -| 348 | 46 | 66 | [meteor-job-collection](https://github.com/vsivsi/meteor-job-collection) | A persistent and reactive job queue for Meteor, supporting distributed workers that can run anywhere. | -| 347 | 103 | 69 | [meteor-autocomplete](https://github.com/mizzao/meteor-autocomplete) | Client/server autocompletion designed for Meteor's collections and reactivity. | -| 343 | 153 | 7 | [angular-table](https://github.com/samu/angular-table) | Angular directive which allows to declare sortable tables and to add pagination with very little effort. | -| 340 | 41 | 1 | [js-patterns-sublime-snippets](https://github.com/caiogondim/js-patterns-sublime-snippets) | :mortar_board: JavaScript Patterns snippets for Sublime Text | -| 339 | 57 | 52 | [asset-rack](https://github.com/techpines/asset-rack) | Static Web Framework for Nodejs | -| 339 | 49 | 6 | [scaleApp](https://github.com/flosse/scaleApp) | scaleApp is a JavaScript framework for scalable and maintainable One-Page-Applications | -| 338 | 59 | 1 | [language-babel](https://github.com/gandm/language-babel) | ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM | -| 338 | 47 | 1 | [ColorTunes](https://github.com/dannvix/ColorTunes) | HTML5 version of the iTunes 11 album view | -| 335 | 31 | 22 | [query-engine](https://github.com/bevry/query-engine) | Query Engine allows you to perform advanced queries, filters, searching and paging for javascript arrays and objects as well as Backbone.js Collections | -| 334 | 55 | 8 | [codedoodl.es](https://github.com/fluuuid/codedoodl.es) | A curated showcase of creative coding sketches | -| 334 | 51 | 32 | [redditmusicplayer](https://github.com/musicplayer-io/redditmusicplayer) | :musical_note: A free and open-source streaming music web player using data from Reddit | -| 333 | 31 | 5 | [gitspective](https://github.com/zmoazeni/gitspective) | A different github timeline | +| 393 | 33 | 5 | [backbone_query](https://github.com/davidgtonge/backbone_query) | A lightweight query api for Backbone Collections | +| 388 | 287 | 238 | [tree-view](https://github.com/atom/tree-view) | Explore and open project files in Atom | +| 380 | 134 | 70 | [ngQuickDate](https://github.com/adamalbrecht/ngQuickDate) | An Angular.js Date/Time picker directive that stresses speed of data entry and configuration | +| 379 | 10 | 3 | [jadelet](https://github.com/STRd6/jadelet) | Pure and simple clientside templates | +| 379 | 103 | 13 | [jquery-jsonview](https://github.com/yesmeck/jquery-jsonview) | [UNMAINTAINED]View JSON in a more readable format | +| 373 | 23 | 3 | [atom-dash](https://github.com/blakeembrey/atom-dash) | Dash documentation integration with Atom | +| 370 | 57 | 0 | [github-buttons](https://github.com/ntkme/github-buttons) | :octocat: Unofficial github:buttons. | +| 368 | 22 | 5 | [kart](https://github.com/maddox/kart) | Frontend for RetroArch | +| 366 | 165 | 65 | [Alchemy](https://github.com/GraphAlchemist/Alchemy) | None | +| 361 | 152 | 6 | [slip.js](https://github.com/binnng/slip.js) | 移动端跟随手指滑动组件,零依赖。 | +| 359 | 41 | 10 | [task_list](https://github.com/github-archive/task_list) | GitHub flavor Markdown Task List feature components | +| 357 | 47 | 65 | [meteor-job-collection](https://github.com/vsivsi/meteor-job-collection) | A persistent and reactive job queue for Meteor, supporting distributed workers that can run anywhere. | +| 357 | 62 | 2 | [language-babel](https://github.com/gandm/language-babel) | ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM | +| 356 | 78 | 35 | [adbkit](https://github.com/openstf/adbkit) | A pure Node.js client for the Android Debug Bridge. | +| 353 | 17 | 29 | [meteor-blaze-components](https://github.com/peerlibrary/meteor-blaze-components) | Reusable components for Blaze | +| 348 | 105 | 69 | [meteor-autocomplete](https://github.com/mizzao/meteor-autocomplete) | Client/server autocompletion designed for Meteor's collections and reactivity. | +| 344 | 156 | 7 | [angular-table](https://github.com/samu/angular-table) | Angular directive which allows to declare sortable tables and to add pagination with very little effort. | +| 341 | 50 | 6 | [scaleApp](https://github.com/flosse/scaleApp) | scaleApp is a JavaScript framework for scalable and maintainable One-Page-Applications | +| 340 | 47 | 1 | [ColorTunes](https://github.com/dannvix/ColorTunes) | HTML5 version of the iTunes 11 album view | +| 339 | 51 | 32 | [redditmusicplayer](https://github.com/musicplayer-io/redditmusicplayer) | :musical_note: A free and open-source streaming music web player using data from Reddit | +| 339 | 41 | 1 | [js-patterns-sublime-snippets](https://github.com/caiogondim/js-patterns-sublime-snippets) | :mortar_board: JavaScript Patterns snippets for Sublime Text | +| 338 | 57 | 52 | [asset-rack](https://github.com/techpines/asset-rack) | Static Web Framework for Nodejs | +| 337 | 31 | 22 | [query-engine](https://github.com/bevry/query-engine) | Query Engine allows you to perform advanced queries, filters, searching and paging for javascript arrays and objects as well as Backbone.js Collections | +| 337 | 56 | 8 | [codedoodl.es](https://github.com/fluuuid/codedoodl.es) | A curated showcase of creative coding sketches | +| 337 | 53 | 2 | [www.submarinecablemap.com](https://github.com/telegeography/www.submarinecablemap.com) | Comprehensive interactive map of the world's major operating and planned submarine cable systems and landing stations, updated frequently. | +| 335 | 31 | 5 | [gitspective](https://github.com/zmoazeni/gitspective) | A different github timeline | | 332 | 15 | 3 | [rockets](https://github.com/rockets/rockets) | Streams new posts and comments as they are created on reddit.com | | 331 | 21 | 0 | [fusker](https://github.com/wearefractal/fusker) | Fusker is a static HTTP server that provides optional security features for HTTP/Socket.io | -| 328 | 70 | 461 | [steroids](https://github.com/AppGyver/steroids) | CLI for AppGyver Steroids tooling | +| 330 | 23 | 10 | [i3-style](https://github.com/acrisci/i3-style) | Make your i3 config a little more stylish. | +| 329 | 70 | 461 | [steroids](https://github.com/AppGyver/steroids) | CLI for AppGyver Steroids tooling | +| 328 | 56 | 548 | [4chan-x](https://github.com/ccd0/4chan-x) | Adds various features to 4chan. | | 327 | 14 | 12 | [hearthdash](https://github.com/postcasio/hearthdash) | Hearthstone tracker | -| 324 | 58 | 17 | [png.js](https://github.com/devongovett/png.js) | A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js | -| 321 | 21 | 9 | [i3-style](https://github.com/acrisci/i3-style) | Make your i3 config a little more stylish. | +| 326 | 60 | 17 | [png.js](https://github.com/devongovett/png.js) | A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js | +| 322 | 55 | 54 | [abao](https://github.com/cybertk/abao) | REST API automated testing tool based on RAML | +| 321 | 38 | 15 | [json-diff](https://github.com/andreyvit/json-diff) | Structural diff for JSON files | | 320 | 28 | 9 | [joosy](https://github.com/joosy/joosy) | Joosy is a browser applications framework. That is based on Rails, CoffeeScript and love. | -| 319 | 49 | 3 | [www.submarinecablemap.com](https://github.com/telegeography/www.submarinecablemap.com) | Comprehensive interactive map of the world's major operating and planned submarine cable systems and landing stations, updated frequently. | -| 317 | 52 | 53 | [abao](https://github.com/cybertk/abao) | REST API automated testing tool based on RAML | -| 317 | 36 | 4 | [phearjs](https://github.com/Tomtomgo/phearjs) | PhearJS - render dynamic Javascript webpages to JSON with PhantomJS | -| 316 | 69 | 6 | [deploy-robot](https://github.com/SegmentFault/deploy-robot) | GitHub 自动部署机器人 | -| 316 | 205 | 122 | [accounts-entry](https://github.com/Differential/accounts-entry) | Meteor sign up and sign in pages | -| 316 | 54 | 515 | [4chan-x](https://github.com/ccd0/4chan-x) | Adds various features to 4chan. | -| 314 | 39 | 7 | [payform](https://github.com/jondavidjohn/payform) | :credit_card: A library for building credit card forms, validating inputs, and formatting numbers. | -| 314 | 68 | 0 | [atom-term2](https://github.com/f/atom-term2) | THIS PROJECT IS NO LONGER MAINTAINED. PLEASE USE ATOM TERM3 PACKAGE | -| 313 | 27 | 10 | [Typist](https://github.com/unamohq/Typist) | Elegant automated typing, for your text rotation needs | -| 312 | 36 | 16 | [json-diff](https://github.com/andreyvit/json-diff) | Structural diff for JSON files | -| 311 | 51 | 5 | [paste.js](https://github.com/layerssss/paste.js) | read image/text data from clipboard (cross-browser) | -| 310 | 40 | 5 | [jquery.mobilePhoneNumber](https://github.com/stripe/jquery.mobilePhoneNumber) | A general purpose library for validating and formatting mobile phone numbers. | +| 319 | 37 | 4 | [phearjs](https://github.com/Tomtomgo/phearjs) | PhearJS - render dynamic Javascript webpages to JSON with PhantomJS | +| 317 | 40 | 10 | [payform](https://github.com/jondavidjohn/payform) | :credit_card: A library for building credit card forms, validating inputs, and formatting numbers. | +| 317 | 52 | 5 | [paste.js](https://github.com/layerssss/paste.js) | read image/text data from clipboard (cross-browser) | +| 317 | 68 | 6 | [deploy-robot](https://github.com/SegmentFault/deploy-robot) | GitHub 自动部署机器人 | +| 317 | 205 | 122 | [accounts-entry](https://github.com/Differential/accounts-entry) | Meteor sign up and sign in pages | +| 313 | 26 | 10 | [Typist](https://github.com/unamohq/Typist) | Elegant automated typing, for your text rotation needs | +| 312 | 40 | 5 | [jquery.mobilePhoneNumber](https://github.com/stripe/jquery.mobilePhoneNumber) | A general purpose library for validating and formatting mobile phone numbers. | +| 312 | 47 | 17 | [jumly](https://github.com/tmtk75/jumly) | Rendering engine for UML diagrams in JavaScript | +| 312 | 67 | 0 | [atom-term2](https://github.com/f/atom-term2) | THIS PROJECT IS NO LONGER MAINTAINED. PLEASE USE ATOM TERM3 PACKAGE | +| 311 | 49 | 1 | [twix.js](https://github.com/icambron/twix.js) | :hourglass::left_right_arrow: A date range plugin for moment.js | | 310 | 22 | 3 | [filr](https://github.com/ricardobeat/filr) | Store files in your Flickr account | -| 310 | 47 | 17 | [jumly](https://github.com/tmtk75/jumly) | Rendering engine for UML diagrams in JavaScript | -| 308 | 35 | 8 | [testium](https://github.com/groupon/testium) | integration test library for Node.js that hooks into mocha (and others) to provide a sync api for controlling browsers | -| 306 | 48 | 0 | [twix.js](https://github.com/icambron/twix.js) | :hourglass::left_right_arrow: A date range plugin for moment.js | -| 306 | 26 | 7 | [jwalk](https://github.com/nkohari/jwalk) | command-line json inspector | +| 309 | 98 | 27 | [node-csv-parse](https://github.com/adaltas/node-csv-parse) | CSV parsing implementing the Node.js `stream.Transform` API | +| 309 | 35 | 8 | [testium](https://github.com/groupon/testium) | integration test library for Node.js that hooks into mocha (and others) to provide a sync api for controlling browsers | +| 305 | 131 | 37 | [hubot-irc](https://github.com/nandub/hubot-irc) | IRC adapter for Hubot | | 305 | 19 | 4 | [gleemail](https://github.com/groupon/gleemail) | Making email template development fun! Sort of! | -| 303 | 130 | 37 | [hubot-irc](https://github.com/nandub/hubot-irc) | IRC adapter for Hubot | -| 303 | 85 | 14 | [restify-oauth2](https://github.com/domenic/restify-oauth2) | A simple OAuth 2 endpoint for Restify | -| 300 | 56 | 30 | [instagram-node-lib](https://github.com/mckelvey/instagram-node-lib) | The Instagram Node Lib is a helper library for node that makes communicating with the Instagram API easy. | +| 305 | 86 | 14 | [restify-oauth2](https://github.com/domenic/restify-oauth2) | A simple OAuth 2 endpoint for Restify | +| 303 | 26 | 7 | [jwalk](https://github.com/nkohari/jwalk) | command-line json inspector | +| 303 | 97 | 111 | [fullcalendar-scheduler](https://github.com/fullcalendar/fullcalendar-scheduler) | FullCalendar add-on for displaying events and resources | +| 302 | 33 | 76 | [node-client](https://github.com/keybase/node-client) | CLI for keybase.io written in/for Node.js | +| 301 | 57 | 30 | [instagram-node-lib](https://github.com/mckelvey/instagram-node-lib) | The Instagram Node Lib is a helper library for node that makes communicating with the Instagram API easy. | | 300 | 39 | 3 | [subtle-patterns-bookmarklet](https://github.com/bradjasper/subtle-patterns-bookmarklet) | SubtlePatterns Bookmarklet | -| 299 | 33 | 76 | [node-client](https://github.com/keybase/node-client) | CLI for keybase.io written in/for Node.js | +| 297 | 52 | 17 | [AngularJS-Atom](https://github.com/angular-ui/AngularJS-Atom) | An AngularJS package for Github's Atom editor | | 297 | 29 | 13 | [vimtronner](https://github.com/carbonfive/vimtronner) | A multi-player Vim trainer. | | 295 | 14 | 0 | [ready.js](https://github.com/dsimard/ready.js) | OBSOLETE - continuous javascript integration | -| 294 | 51 | 16 | [AngularJS-Atom](https://github.com/angular-ui/AngularJS-Atom) | An AngularJS package for Github's Atom editor | -| 292 | 91 | 24 | [node-csv-parse](https://github.com/adaltas/node-csv-parse) | CSV parsing implementing the Node.js `stream.Transform` API | -| 291 | 114 | 42 | [sketch.js](https://github.com/mobomo/sketch.js) | A jQuery plugin for dead simple Canvas-based drawing. | -| 291 | 77 | 4 | [brunch-with-chaplin](https://github.com/paulmillr/brunch-with-chaplin) | Boilerplate application for Brunch with Chaplin framework included. | -| 289 | 92 | 106 | [fullcalendar-scheduler](https://github.com/fullcalendar/fullcalendar-scheduler) | FullCalendar add-on for displaying events and resources | -| 287 | 88 | 5 | [guillotine](https://github.com/matiasgagliano/guillotine) | jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate. | -| 282 | 14 | 5 | [gulp-sketch](https://github.com/cognitom/gulp-sketch) | A SketchTool plugin for gulp | -| 281 | 87 | 182 | [swarm](https://github.com/swarmsim/swarm) | Swarm Simulator Javascript/browser client. | +| 293 | 115 | 42 | [sketch.js](https://github.com/mobomo/sketch.js) | A jQuery plugin for dead simple Canvas-based drawing. | +| 290 | 89 | 182 | [swarm](https://github.com/swarmsim/swarm) | Swarm Simulator Javascript/browser client. | +| 290 | 88 | 5 | [guillotine](https://github.com/matiasgagliano/guillotine) | jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate. | +| 290 | 77 | 4 | [brunch-with-chaplin](https://github.com/paulmillr/brunch-with-chaplin) | Boilerplate application for Brunch with Chaplin framework included. | +| 285 | 20 | 3 | [url-pattern](https://github.com/snd/url-pattern) | easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings. | +| 284 | 14 | 5 | [gulp-sketch](https://github.com/cognitom/gulp-sketch) | A SketchTool plugin for gulp | +| 277 | 29 | 2 | [Input-Framer](https://github.com/ajimix/Input-Framer) | Framer module to add inputs to your prototypes and easily turn your designs inputs into real inputs | | 277 | 25 | 3 | [violin](https://github.com/latentflip/violin) | Violin | -| 277 | 12 | 7 | [async-profile](https://github.com/ConradIrwin/async-profile) | Asynchronous CPU profiling for node | -| 275 | 27 | 1 | [linear-partition](https://github.com/crispymtn/linear-partition) | Linear partition in Coffeescript (Javascript) | -| 274 | 18 | 2 | [url-pattern](https://github.com/snd/url-pattern) | easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings. | -| 274 | 20 | 5 | [ghostbuster](https://github.com/joshbuddy/ghostbuster) | Integration testing ftw | -| 274 | 5 | 4 | [unregistered](https://github.com/thiagopnts/unregistered) | :registered: Best Atom plugin for sublime text users | +| 275 | 11 | 7 | [async-profile](https://github.com/ConradIrwin/async-profile) | Asynchronous CPU profiling for node | +| 275 | 5 | 4 | [unregistered](https://github.com/thiagopnts/unregistered) | :registered: Best Atom plugin for sublime text users | | 274 | 21 | 0 | [rails-behaviors](https://github.com/josh/rails-behaviors) | Rails UJS Behaviors for jQuery and Zepto | -| 267 | 42 | 7 | [node-browserchannel](https://github.com/josephg/node-browserchannel) | An implementation of a google browserchannel server in node.js | -| 267 | 29 | 32 | [neovim-e](https://github.com/coolwanglu/neovim-e) | Electron UI for Neovim | -| 266 | 74 | 7 | [apiaxle](https://github.com/apiaxle/apiaxle) | The apiaxle project | -| 266 | 26 | 0 | [Input-Framer](https://github.com/ajimix/Input-Framer) | Framer module to add inputs to your prototypes and easily turn your designs inputs into real inputs | +| 273 | 20 | 5 | [ghostbuster](https://github.com/joshbuddy/ghostbuster) | Integration testing ftw | +| 273 | 18 | 8 | [atom-wakatime](https://github.com/wakatime/atom-wakatime) | Atom plugin for automatic time tracking and metrics generated from your programming activity. | +| 272 | 27 | 1 | [linear-partition](https://github.com/crispymtn/linear-partition) | Linear partition in Coffeescript (Javascript) | +| 271 | 133 | 62 | [hubot-rocketchat](https://github.com/RocketChat/hubot-rocketchat) | Rocket.Chat Hubot adapter | +| 269 | 56 | 0 | [Base64.js](https://github.com/davidchambers/Base64.js) | Polyfill for browsers which don't provide window.btoa and window.atob | +| 268 | 40 | 7 | [node-browserchannel](https://github.com/josephg/node-browserchannel) | An implementation of a google browserchannel server in node.js | +| 268 | 74 | 7 | [apiaxle](https://github.com/apiaxle/apiaxle) | The apiaxle project | | 266 | 56 | 26 | [beautiful-docs](https://github.com/beautiful-docs/beautiful-docs) | A beautiful way to read documentation | -| 264 | 17 | 8 | [atom-wakatime](https://github.com/wakatime/atom-wakatime) | Atom plugin for automatic time tracking and metrics generated from your programming activity. | -| 262 | 48 | 17 | [ostio-chaplin](https://github.com/paulmillr/ostio-chaplin) | Your open-source talks place. | -| 262 | 57 | 0 | [Base64.js](https://github.com/davidchambers/Base64.js) | Polyfill for browsers which don't provide window.btoa and window.atob | -| 261 | 115 | 77 | [karma-ng-html2js-preprocessor](https://github.com/karma-runner/karma-ng-html2js-preprocessor) | A Karma plugin. Compile AngularJS 1.x and 2.x templates to JavaScript on the fly. | -| 257 | 74 | 59 | [S3](https://github.com/Lepozepo/S3) | A simple helper for easily uploading files to Amazon S3 from Meteor. This package will also make Knox available server-side. | -| 256 | 40 | 14 | [shred](https://github.com/pandastrike/shred) | A Node.js HTTP Client | -| 255 | 22 | 21 | [uRequire](https://github.com/anodynos/uRequire) | The Ultimate JavaScript Module Builder & Automagical Task Runner. Convert AMD & CommonJS/NodeJS modules to UMD, AMD, CommonJS or bundle them as `combined.js` (rjs & almond, AMDclean soon) & automagically run/test/watch them on nodejs, Web/AMD or Web/Script. Declarative & DRY config with inheritance. Manipulate & inject dependencies, module code, banners, version etc while building with a single line. Support two kinds of plugins, ResourceConverter (i.e file level) and AfterBuilder (i.e the whole bundle). Transparent support for Coffeescript, IcedCoffeescript, Coco, LiveScript – they’re just JavaScript :-) | -| 255 | 64 | 31 | [atom-runner](https://github.com/lsegal/atom-runner) | This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more. | -| 255 | 42 | 8 | [coffee-react-quickstart](https://github.com/KyleAMathews/coffee-react-quickstart) | Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router | -| 255 | 210 | 57 | [angular-slider](https://github.com/prajwalkman/angular-slider) | (DEPRECATED) Slider directive implementation for AngularJS, without jQuery dependencies | -| 255 | 33 | 56 | [atom-node-debugger](https://github.com/kiddkai/atom-node-debugger) | A Nodejs Debugger For Atom | +| 265 | 29 | 32 | [neovim-e](https://github.com/coolwanglu/neovim-e) | Electron UI for Neovim | +| 262 | 115 | 77 | [karma-ng-html2js-preprocessor](https://github.com/karma-runner/karma-ng-html2js-preprocessor) | A Karma plugin. Compile AngularJS 1.x and 2.x templates to JavaScript on the fly. | +| 262 | 64 | 21 | [Hubot-WeChat](https://github.com/KasperDeng/Hubot-WeChat) | This is weixin/wechat adapter for hubot. | +| 261 | 47 | 17 | [ostio-chaplin](https://github.com/paulmillr/ostio-chaplin) | Your open-source talks place. | +| 259 | 64 | 33 | [atom-runner](https://github.com/lsegal/atom-runner) | This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more. | +| 259 | 75 | 59 | [S3](https://github.com/Lepozepo/S3) | A simple helper for easily uploading files to Amazon S3 from Meteor. This package will also make Knox available server-side. | +| 258 | 10 | 2 | [scientist](https://github.com/trello/scientist) | A Node.js library for carefully refactoring critical paths in production | +| 257 | 35 | 60 | [atom-node-debugger](https://github.com/kiddkai/atom-node-debugger) | A Nodejs Debugger For Atom | +| 256 | 22 | 21 | [uRequire](https://github.com/anodynos/uRequire) | The Ultimate JavaScript Module Builder & Automagical Task Runner. Convert AMD & CommonJS/NodeJS modules to UMD, AMD, CommonJS or bundle them as `combined.js` (rjs & almond, AMDclean soon) & automagically run/test/watch them on nodejs, Web/AMD or Web/Script. Declarative & DRY config with inheritance. Manipulate & inject dependencies, module code, banners, version etc while building with a single line. Support two kinds of plugins, ResourceConverter (i.e file level) and AfterBuilder (i.e the whole bundle). Transparent support for Coffeescript, IcedCoffeescript, Coco, LiveScript – they’re just JavaScript :-) | +| 256 | 21 | 29 | [nesh](https://github.com/danielgtaylor/nesh) | An enhanced, extensible interactive shell for Node.js and CoffeeScript | +| 256 | 48 | 33 | [StreamMachine](https://github.com/StreamMachine/StreamMachine) | An experiment in next-generation streaming audio infrastructure for radio stations. | +| 256 | 39 | 14 | [shred](https://github.com/pandastrike/shred) | A Node.js HTTP Client | +| 256 | 63 | 7 | [jquery.qeditor](https://github.com/huacnlee/jquery.qeditor) | This is a simple WYSIWYG editor with jQuery. | +| 255 | 209 | 57 | [angular-slider](https://github.com/prajwalkman/angular-slider) | (DEPRECATED) Slider directive implementation for AngularJS, without jQuery dependencies | +| 255 | 41 | 8 | [coffee-react-quickstart](https://github.com/KyleAMathews/coffee-react-quickstart) | Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router | | 255 | 29 | 13 | [textLayer-for-Framer](https://github.com/awt2542/textLayer-for-Framer) | Framer.js module that simplifies the process of adding text to your prototypes. | -| 254 | 62 | 7 | [jquery.qeditor](https://github.com/huacnlee/jquery.qeditor) | This is a simple WYSIWYG editor with jQuery. | -| 253 | 21 | 29 | [nesh](https://github.com/danielgtaylor/nesh) | An enhanced, extensible interactive shell for Node.js and CoffeeScript | -| 253 | 129 | 56 | [hubot-rocketchat](https://github.com/RocketChat/hubot-rocketchat) | Rocket.Chat Hubot adapter | -| 252 | 10 | 2 | [scientist](https://github.com/trello/scientist) | A Node.js library for carefully refactoring critical paths in production | -| 250 | 38 | 5 | [node-di](https://github.com/vojtajina/node-di) | Dependency Injection framework for Node.js | -| 248 | 88 | 66 | [plunker_www](https://github.com/filearts/plunker_www) | The public-facing website for http://plnkr.co | -| 247 | 43 | 33 | [StreamMachine](https://github.com/StreamMachine/StreamMachine) | An experiment in next-generation streaming audio infrastructure for radio stations. | -| 247 | 26 | 10 | [ger](https://github.com/grahamjenson/ger) | Good Enough Recommendation (GER) Engine | -| 246 | 59 | 20 | [Hubot-WeChat](https://github.com/KasperDeng/Hubot-WeChat) | This is weixin/wechat adapter for hubot. | -| 244 | 70 | 0 | [knowledge](https://github.com/ecomfe/knowledge) | Front-end knowledge hierarchy | -| 244 | 46 | 3 | [youtube-video](https://github.com/endlesshack/youtube-video) | A Javascript library to access webm, mp4 sources for Youtube Videos. | +| 254 | 87 | 68 | [plunker_www](https://github.com/filearts/plunker_www) | The public-facing website for http://plnkr.co | +| 250 | 28 | 10 | [ger](https://github.com/grahamjenson/ger) | Good Enough Recommendation (GER) Engine | +| 250 | 37 | 5 | [node-di](https://github.com/vojtajina/node-di) | Dependency Injection framework for Node.js | +| 246 | 46 | 3 | [youtube-video](https://github.com/endlesshack/youtube-video) | A Javascript library to access webm, mp4 sources for Youtube Videos. | +| 244 | 69 | 0 | [knowledge](https://github.com/ecomfe/knowledge) | Front-end knowledge hierarchy | | 243 | 72 | 1 | [derby-examples](https://github.com/derbyjs/derby-examples) | Example applications for the Derby framework | -| 242 | 16 | 28 | [backbone-orm](https://github.com/vidigami/backbone-orm) | A polystore ORM for Node.js and the browser | | 242 | 22 | 18 | [meteor-phonegap](https://github.com/guaka/meteor-phonegap) | Meteor app to a Phonegap app [REDUNDANT] | -| 239 | 33 | 7 | [orona](https://github.com/stephank/orona) | Bolo, a game of tank warfare, rewritten for modern browsers. | -| 238 | 50 | 9 | [jQuery.PrettyTextDiff](https://github.com/arnab/jQuery.PrettyTextDiff) | A wrapper around Google's diff_match_patch library, to make life easy | -| 236 | 45 | 29 | [ViChrome](https://github.com/k2nr/ViChrome) | vi like key binds for Google Chrome | -| 235 | 43 | 32 | [angular-light](https://github.com/lega911/angular-light) | Alight is a library for building interactive MVVM web interfaces/applications. | -| 233 | 12 | 28 | [atom-base](https://github.com/php-integrator/atom-base) | Atom package that indexes PHP code and exposes services to query it. | -| 233 | 35 | 35 | [terminal](https://github.com/atom-archive/terminal) | Atom Terminal package - *not currently maintained* | +| 241 | 16 | 28 | [backbone-orm](https://github.com/vidigami/backbone-orm) | A polystore ORM for Node.js and the browser | +| 241 | 77 | 16 | [payment](https://github.com/jessepollak/payment) | :moneybag: A jQuery-free general purpose library for building credit card forms, validating inputs and formatting numbers. | +| 241 | 33 | 7 | [orona](https://github.com/stephank/orona) | Bolo, a game of tank warfare, rewritten for modern browsers. | +| 241 | 38 | 8 | [HyperDown.js](https://github.com/SegmentFault/HyperDown.js) | None | +| 240 | 43 | 33 | [angular-light](https://github.com/lega911/angular-light) | Alight is a library for building interactive MVVM web interfaces/applications. | +| 239 | 13 | 19 | [atom-base](https://github.com/php-integrator/atom-base) | Atom package that indexes PHP code and exposes services to query it. | +| 239 | 50 | 9 | [jQuery.PrettyTextDiff](https://github.com/arnab/jQuery.PrettyTextDiff) | A wrapper around Google's diff_match_patch library, to make life easy | +| 238 | 740 | 0 | [shadowsocks-heroku](https://github.com/521xueweihan/shadowsocks-heroku) | 本项目已删除 | +| 236 | 87 | 26 | [amazon-product-api](https://github.com/t3chnoboy/amazon-product-api) | :credit_card: Amazon Product Advertising API client | +| 234 | 45 | 29 | [ViChrome](https://github.com/k2nr/ViChrome) | vi like key binds for Google Chrome | +| 233 | 38 | 18 | [md-writer](https://github.com/zhuochun/md-writer) | ✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers | +| 233 | 34 | 35 | [terminal](https://github.com/atom-archive/terminal) | Atom Terminal package - *not currently maintained* | | 232 | 17 | 0 | [fangle](https://github.com/jotux/fangle) | fangle creates interactive pages from plain text | -| 232 | 123 | 22 | [fekit](https://github.com/rinh/fekit) | FE Toolkit | -| 231 | 35 | 8 | [HyperDown.js](https://github.com/SegmentFault/HyperDown.js) | None | -| 230 | 14 | 1 | [skeleton](https://github.com/EtienneLem/skeleton) | Express 3.0 framework-less app structure generator | -| 228 | 48 | 37 | [color-picker](https://github.com/thomaslindstrom/color-picker) | A color picker for the Atom Editor. Right click a color and select color picker to open it. | -| 227 | 70 | 13 | [payment](https://github.com/jessepollak/payment) | :moneybag: A jQuery-free general purpose library for building credit card forms, validating inputs and formatting numbers. | -| 226 | 38 | 14 | [md-writer](https://github.com/zhuochun/md-writer) | ✒️ Make Atom a better Markdown/AsciiDoc editor for writers and bloggers | -| 225 | 82 | 21 | [amazon-product-api](https://github.com/t3chnoboy/amazon-product-api) | :credit_card: Amazon Product Advertising API client | -| 225 | 34 | 40 | [angular-cached-resource](https://github.com/goodeggs/angular-cached-resource) | An AngularJS module to interact with RESTful resources, even when browser is offline | -| 225 | 53 | 93 | [markdown-preview-plus](https://github.com/atom-community/markdown-preview-plus) | Markdown Preview + Community Features | -| 225 | 647 | 0 | [shadowsocks-heroku](https://github.com/521xueweihan/shadowsocks-heroku) | 本项目已删除 | -| 224 | 12 | 0 | [iconathon](https://github.com/trello/iconathon) | An icon task runner that convert Sketch files to mobile and web formats. | -| 222 | 45 | 360 | [peerlibrary](https://github.com/peerlibrary/peerlibrary) | Facilitating the global conversation on academic literature | +| 232 | 122 | 22 | [fekit](https://github.com/rinh/fekit) | FE Toolkit | +| 232 | 55 | 99 | [markdown-preview-plus](https://github.com/atom-community/markdown-preview-plus) | Markdown Preview + Community Features | +| 231 | 14 | 1 | [skeleton](https://github.com/EtienneLem/skeleton) | Express 3.0 framework-less app structure generator | +| 230 | 50 | 40 | [color-picker](https://github.com/thomaslindstrom/color-picker) | A color picker for the Atom Editor. Right click a color and select color picker to open it. | +| 225 | 33 | 42 | [angular-cached-resource](https://github.com/goodeggs/angular-cached-resource) | An AngularJS module to interact with RESTful resources, even when browser is offline | +| 225 | 12 | 0 | [iconathon](https://github.com/trello/iconathon) | An icon task runner that convert Sketch files to mobile and web formats. | +| 224 | 45 | 360 | [peerlibrary](https://github.com/peerlibrary/peerlibrary) | Facilitating the global conversation on academic literature | +| 223 | 19 | 1 | [csmazes](https://github.com/jamis/csmazes) | Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them. | +| 223 | 21 | 3 | [framer-viewNavigationController](https://github.com/chriscamargo/framer-viewNavigationController) | A simple controller for FramerJS that allows you to transition between views with just a couple lines of code. | | 221 | 7 | 1 | [somewhere.js](https://github.com/dreyacosta/somewhere.js) | Small in-memory database for Node.js that persists on disk | -| 220 | 19 | 1 | [csmazes](https://github.com/jamis/csmazes) | Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them. | -| 220 | 46 | 10 | [pyregex](https://github.com/rscarvalho/pyregex) | pyregex is a Python Regular Expression Online Tester | -| 220 | 21 | 3 | [framer-viewNavigationController](https://github.com/chriscamargo/framer-viewNavigationController) | A simple controller for FramerJS that allows you to transition between views with just a couple lines of code. | -| 217 | 14 | 5 | [arda](https://github.com/mizchi/arda) | Meta-Flux Framework | -| 217 | 16 | 4 | [Alike](https://github.com/axiomzen/Alike) | A simple-but-useful kNN library for NodeJS, comparing JSON Objects using Euclidean distances | +| 221 | 46 | 10 | [pyregex](https://github.com/rscarvalho/pyregex) | pyregex is a Python Regular Expression Online Tester | +| 218 | 14 | 5 | [arda](https://github.com/mizchi/arda) | Meta-Flux Framework | +| 218 | 24 | 18 | [node-vibrant](https://github.com/akfish/node-vibrant) | Extract prominent colors from an image | +| 217 | 17 | 4 | [Alike](https://github.com/axiomzen/Alike) | A simple-but-useful kNN library for NodeJS, comparing JSON Objects using Euclidean distances | | 215 | 30 | 10 | [dependable](https://github.com/idottv/dependable) | A minimalist dependency injection framework for node.js | +| 215 | 49 | 6 | [mongoose-redis-cache](https://github.com/conancat/mongoose-redis-cache) | Cache your Mongoose MongoDB query results with Redis. 300% faster queries FTW! | | 214 | 12 | 3 | [buildr](https://github.com/balupton/buildr) | Defunct: The (Java|Coffee)Script and (CSS|Less) (Builder|Bundler|Packer|Minifier|Merger|Checker) | -| 213 | 47 | 6 | [mongoose-redis-cache](https://github.com/conancat/mongoose-redis-cache) | Cache your Mongoose MongoDB query results with Redis. 300% faster queries FTW! | -| 211 | 13 | 8 | [jsog](https://github.com/jsog/jsog) | JavaScript Object Graph | -| 209 | 73 | 104 | [atom-git-control](https://github.com/jacogr/atom-git-control) | Provides a GUI interface to manage all commonly-used git commands. | -| 209 | 36 | 5 | [electron-superkit](https://github.com/aluxian/electron-superkit) | :zap: An Electron starter kit with super powers. :zap: | -| 208 | 42 | 9 | [node-tail](https://github.com/lucagrulla/node-tail) | Nodejs module for tailing a file | -| 208 | 107 | 19 | [slither](https://github.com/iiegor/slither) | An open source implementation of the slither.io server | +| 214 | 13 | 8 | [jsog](https://github.com/jsog/jsog) | JavaScript Object Graph | +| 212 | 28 | 7 | [locale](https://github.com/florrain/locale) | Browser locale negotiation for node.js | +| 212 | 36 | 5 | [electron-superkit](https://github.com/aluxian/electron-superkit) | :zap: An Electron starter kit with super powers. :zap: | +| 211 | 74 | 110 | [atom-git-control](https://github.com/jacogr/atom-git-control) | Provides a GUI interface to manage all commonly-used git commands. | +| 211 | 43 | 10 | [node-tail](https://github.com/lucagrulla/node-tail) | Nodejs module for tailing a file | +| 211 | 106 | 19 | [slither](https://github.com/iiegor/slither) | An open source implementation of the slither.io server | +| 210 | 16 | 1 | [fresh-url](https://github.com/wistia/fresh-url) | Drop this script on your page and enjoy the freshest of URLs | +| 209 | 62 | 31 | [rivescript-js](https://github.com/aichaos/rivescript-js) | A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots. | +| 207 | 41 | 3 | [ipaddr.js](https://github.com/whitequark/ipaddr.js) | IP address manipulation library in JavaScript (CoffeeScript, actually) | | 207 | 57 | 11 | [film_roll](https://github.com/straydogstudio/film_roll) | A lightweight jQuery carousel that centers one item at a time on the page. | -| 207 | 22 | 15 | [node-vibrant](https://github.com/akfish/node-vibrant) | Extract prominent colors from an image | -| 207 | 15 | 1 | [fresh-url](https://github.com/wistia/fresh-url) | Drop this script on your page and enjoy the freshest of URLs | -| 206 | 48 | 53 | [ms-seo](https://github.com/DerMambo/ms-seo) | A seo helper package for meteor.js | -| 205 | 3 | 8 | [derulo](https://github.com/lavelle/derulo) | Derulo is a tool for building and manipulating JSON files. | -| 204 | 17 | 11 | [viewmodel](https://github.com/ManuelDeLeon/viewmodel) | MVVM for Meteor | -| 203 | 98 | 6 | [uebersicht-widgets](https://github.com/felixhageloh/uebersicht-widgets) | A collection of community widgets for Übersicht | -| 203 | 40 | 7 | [hubot-cron](https://github.com/miyagawa/hubot-cron) | Crontab like scheduling messages for Hubot | -| 203 | 15 | 3 | [alac.js](https://github.com/audiocogs/alac.js) | ALAC decoder, but in Coffeescript | -| 202 | 14 | 12 | [piping](https://github.com/mdlawson/piping) | Keep your code piping hot! Live code reloading without additional binaries | -| 202 | 46 | 34 | [atom-sublime-select](https://github.com/bigfive/atom-sublime-select) | Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io | +| 207 | 41 | 7 | [hubot-cron](https://github.com/miyagawa/hubot-cron) | Crontab like scheduling messages for Hubot | +| 207 | 48 | 54 | [ms-seo](https://github.com/DerMambo/ms-seo) | A seo helper package for meteor.js | +| 207 | 3 | 8 | [derulo](https://github.com/lavelle/derulo) | Derulo is a tool for building and manipulating JSON files. | +| 206 | 100 | 7 | [uebersicht-widgets](https://github.com/felixhageloh/uebersicht-widgets) | A collection of community widgets for Übersicht | +| 206 | 40 | 23 | [daterangepicker](https://github.com/sensortower/daterangepicker) | Date range picker component for the modern web | +| 206 | 45 | 34 | [atom-sublime-select](https://github.com/bigfive/atom-sublime-select) | Enable 'sublime style' multiline selection boxes to Atom editor http://atom.io | +| 205 | 44 | 14 | [jpeg_camera](https://github.com/amw/jpeg_camera) | JpegCamera – JavaScript webcam image capture library | +| 204 | 14 | 12 | [piping](https://github.com/mdlawson/piping) | Keep your code piping hot! Live code reloading without additional binaries | +| 204 | 17 | 14 | [viewmodel](https://github.com/ManuelDeLeon/viewmodel) | MVVM for Meteor | +| 204 | 26 | 40 | [github-notifications](https://github.com/bkeepers/github-notifications) | A client for reading GitHub notifications | +| 203 | 26 | 32 | [cartjs](https://github.com/discolabs/cartjs) | A Javascript library to power cart management for Shopify themes. | +| 203 | 56 | 135 | [connect](https://github.com/anvilresearch/connect) | A modern authorization server built to authenticate your users and protect your APIs | +| 203 | 22 | 10 | [fuzzaldrin](https://github.com/atom/fuzzaldrin) | Fuzzy filtering and string scoring | +| 203 | 16 | 3 | [alac.js](https://github.com/audiocogs/alac.js) | ALAC decoder, but in Coffeescript | | 202 | 36 | 22 | [coffeecup](https://github.com/gradus/coffeecup) | keeping the project alive with this clone of mauricemach/coffeekup | -| 202 | 27 | 40 | [github-notifications](https://github.com/bkeepers/github-notifications) | A client for reading GitHub notifications | -| 201 | 28 | 7 | [locale](https://github.com/florrain/locale) | Browser locale negotiation for node.js | -| 199 | 49 | 60 | [livecodelab](https://github.com/davidedc/livecodelab) | a web based livecoding environment | -| 198 | 38 | 6 | [noflo-jekyll](https://github.com/noflo/noflo-jekyll) | Flow-based reimplementation of the Jekyll static site generator | -| 198 | 36 | 23 | [daterangepicker](https://github.com/sensortower/daterangepicker) | Date range picker component for the modern web | -| 198 | 11 | 1 | [singool](https://github.com/fahad19/singool) | Backbone.js based framework for developing single-page web applications | -| 198 | 76 | 8 | [Sankey](https://github.com/tamc/Sankey) | A javascript library for drawing sankey / flow diagrams | -| 198 | 38 | 2 | [ipaddr.js](https://github.com/whitequark/ipaddr.js) | IP address manipulation library in JavaScript (CoffeeScript, actually) | -| 198 | 14 | 4 | [Milk](https://github.com/pvande/Milk) | Milk is Mustache in CoffeeScript -- great with your browser or NodeJS! | -| 196 | 63 | 154 | [remote-sync](https://github.com/yongkangchen/remote-sync) | Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported. | -| 195 | 55 | 10 | [pongstgrm](https://github.com/pongstr/pongstgrm) | jquery plugin that displays your instagram media to your web page | -| 195 | 46 | 17 | [node-etcd](https://github.com/stianeikeland/node-etcd) | :satellite: Etcd client for nodejs | -| 195 | 26 | 29 | [cartjs](https://github.com/discolabs/cartjs) | A Javascript library to power cart management for Shopify themes. | -| 195 | 48 | 13 | [slim_text](https://github.com/tylerlong/slim_text) | Slim Text Editor | -| 195 | 63 | 1 | [atomic-emacs](https://github.com/avendael/atomic-emacs) | An atomic implementation of emacs keybindings for the Atom text editor. | -| 194 | 14 | 22 | [iectrl](https://github.com/xdissent/iectrl) | Command line interface and Node module for managing ievms virtual machines | -| 193 | 17 | 21 | [Thera](https://github.com/alibaba/Thera) | Thera is an integrated development environment(IDE) powered by Alibaba.com aimed for improving mobile hybrid solution develop experience, such as weex, luaview, react native. | -| 192 | 107 | 39 | [angular-flexslider](https://github.com/thenikso/angular-flexslider) | AngularJS directive to use Woothemes' FlexSlider jQuery plugin. | -| 191 | 27 | 11 | [atom-regex-railroad-diagrams](https://github.com/klorenz/atom-regex-railroad-diagrams) | display regex as railroad diagram, if cursor moves to it | -| 191 | 32 | 39 | [particle-dev](https://github.com/spark/particle-dev) | Particle Dev package for Atom | -| 191 | 22 | 10 | [fuzzaldrin](https://github.com/atom/fuzzaldrin) | Fuzzy filtering and string scoring | -| 190 | 25 | 98 | [mathdown](https://github.com/cben/mathdown) | Collaborative markdown with math | -| 190 | 58 | 26 | [rivescript-js](https://github.com/aichaos/rivescript-js) | A RiveScript interpreter for JavaScript. RiveScript is a scripting language for chatterbots. | -| 189 | 55 | 133 | [connect](https://github.com/anvilresearch/connect) | A modern authorization server built to authenticate your users and protect your APIs | -| 189 | 40 | 11 | [jpeg_camera](https://github.com/amw/jpeg_camera) | JpegCamera – JavaScript webcam image capture library | -| 189 | 63 | 7 | [spine.contacts](https://github.com/maccman/spine.contacts) | Spine demo contact manager | +| 202 | 78 | 9 | [Sankey](https://github.com/tamc/Sankey) | A javascript library for drawing sankey / flow diagrams | +| 201 | 49 | 61 | [livecodelab](https://github.com/davidedc/livecodelab) | a web based livecoding environment | +| 200 | 67 | 140 | [remote-sync](https://github.com/yongkangchen/remote-sync) | Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported. | +| 200 | 64 | 1 | [atomic-emacs](https://github.com/avendael/atomic-emacs) | An atomic implementation of emacs keybindings for the Atom text editor. | +| 199 | 38 | 6 | [noflo-jekyll](https://github.com/noflo/noflo-jekyll) | Flow-based reimplementation of the Jekyll static site generator | +| 199 | 11 | 1 | [singool](https://github.com/fahad19/singool) | Backbone.js based framework for developing single-page web applications | +| 199 | 25 | 97 | [mathdown](https://github.com/cben/mathdown) | Collaborative markdown with math | +| 197 | 46 | 18 | [node-etcd](https://github.com/stianeikeland/node-etcd) | :satellite: Etcd client for nodejs | +| 197 | 14 | 4 | [Milk](https://github.com/pvande/Milk) | Milk is Mustache in CoffeeScript -- great with your browser or NodeJS! | +| 196 | 55 | 10 | [pongstgrm](https://github.com/pongstr/pongstgrm) | jquery plugin that displays your instagram media to your web page | +| 196 | 17 | 21 | [Thera](https://github.com/alibaba/Thera) | Thera is an integrated development environment(IDE) powered by Alibaba.com aimed for improving mobile hybrid solution develop experience, such as weex, luaview, react native. | +| 195 | 11 | 2 | [framer-Firebase](https://github.com/marckrenn/framer-Firebase) | The Firebase module allows your Framer prototype to load, save and sync data effortlessly between multiple sessions and devices. | +| 195 | 47 | 13 | [slim_text](https://github.com/tylerlong/slim_text) | Slim Text Editor | +| 195 | 16 | 21 | [iectrl](https://github.com/xdissent/iectrl) | Command line interface and Node module for managing ievms virtual machines | +| 193 | 28 | 13 | [atom-regex-railroad-diagrams](https://github.com/klorenz/atom-regex-railroad-diagrams) | display regex as railroad diagram, if cursor moves to it | +| 193 | 32 | 40 | [particle-dev](https://github.com/spark/particle-dev) | Particle Dev package for Atom | +| 193 | 70 | 119 | [force](https://github.com/artsy/force) | The Artsy.net website: | +| 192 | 36 | 26 | [seasponge](https://github.com/mozilla/seasponge) | :pineapple: SeaSponge is an accessible threat modelling tool from Mozilla | +| 192 | 107 | 41 | [angular-flexslider](https://github.com/thenikso/angular-flexslider) | AngularJS directive to use Woothemes' FlexSlider jQuery plugin. | +| 192 | 35 | 20 | [hangupsjs](https://github.com/yakyak/hangupsjs) | google hangouts client library for nodejs | | 188 | 10 | 8 | [YouAreDaChef](https://github.com/raganwald/YouAreDaChef) | Coffeescript/Javascript method combinations for Underscore projects | -| 188 | 68 | 105 | [force](https://github.com/artsy/force) | The Artsy.net website: | -| 188 | 101 | 129 | [fuzzy-finder](https://github.com/atom/fuzzy-finder) | Find and open files quickly | -| 188 | 31 | 11 | [aliasify](https://github.com/benbria/aliasify) | Rewrite require calls in browserify modules. | -| 188 | 23 | 1 | [coffeedoc](https://github.com/omarkhan/coffeedoc) | An API documentation generator for CoffeeScript | -| 188 | 34 | 20 | [hangupsjs](https://github.com/yakyak/hangupsjs) | google hangouts client library for nodejs | -| 187 | 16 | 4 | [itunes-colors](https://github.com/lukasklein/itunes-colors) | Porting Panic's iTunes album art color algortithm (http://www.panic.com/blog/2012/12/itunes-11-and-colors/) to JavaScript | -| 187 | 20 | 3 | [chocolatejs](https://github.com/jclevy/chocolatejs) | Chocolate - Full stack and isomorphic Node.js web framework and online ide | -| 186 | 37 | 26 | [seasponge](https://github.com/mozilla/seasponge) | :pineapple: SeaSponge is an accessible threat modelling tool from Mozilla | -| 186 | 10 | 1 | [framer-Firebase](https://github.com/marckrenn/framer-Firebase) | The Firebase module allows your Framer prototype to load, save and sync data effortlessly between multiple sessions and devices. | -| 186 | 11 | 5 | [metajs](https://github.com/int3/metajs) | Visualize your Javascript with a CPS metacircular interpreter. | -| 186 | 39 | 20 | [liquid-node](https://github.com/sirlantis/liquid-node) | Port of the Liquid template engine to Node.js (with support for asynchrony through Promises) | -| 185 | 48 | 3 | [AmaranJS](https://github.com/hakanersu/AmaranJS) | Nice, sleek and stylish notifications. | -| 185 | 47 | 119 | [4chan-x](https://github.com/MayhemYDG/4chan-x) | Cross-browser extension for productive lurking on 4chan. | +| 188 | 20 | 3 | [chocolatejs](https://github.com/jclevy/chocolatejs) | Chocolate - Full stack and isomorphic Node.js web framework and online ide | +| 188 | 38 | 22 | [liquid-node](https://github.com/sirlantis/liquid-node) | Port of the Liquid template engine to Node.js (with support for asynchrony through Promises) | +| 188 | 64 | 7 | [spine.contacts](https://github.com/maccman/spine.contacts) | Spine demo contact manager | +| 187 | 31 | 11 | [aliasify](https://github.com/benbria/aliasify) | Rewrite require calls in browserify modules. | +| 187 | 15 | 4 | [itunes-colors](https://github.com/lukasklein/itunes-colors) | Porting Panic's iTunes album art color algortithm (http://www.panic.com/blog/2012/12/itunes-11-and-colors/) to JavaScript | +| 187 | 36 | 14 | [BuckyServer](https://github.com/HubSpot/BuckyServer) | Node server that receives metric data over HTTP & forwards to your service of choice | +| 187 | 22 | 1 | [coffeedoc](https://github.com/omarkhan/coffeedoc) | An API documentation generator for CoffeeScript | +| 186 | 49 | 3 | [AmaranJS](https://github.com/hakanersu/AmaranJS) | Nice, sleek and stylish notifications. | +| 185 | 11 | 5 | [metajs](https://github.com/int3/metajs) | Visualize your Javascript with a CPS metacircular interpreter. | +| 185 | 25 | 1 | [color-scheme-js](https://github.com/c0bra/color-scheme-js) | Generate pleasant color schemes in JavaScript | +| 185 | 48 | 39 | [highlight-selected](https://github.com/richrace/highlight-selected) | Highlights the current word selected when double clicking | +| 184 | 65 | 34 | [grunt-phonegap](https://github.com/logankoester/grunt-phonegap) | A Grunt plugin to provide local build tasks for Phonegap applications | +| 184 | 76 | 9 | [honeymap](https://github.com/fw42/honeymap) | Real-time websocket stream of GPS events on a fancy SVG world map | | 184 | 26 | 9 | [viff](https://github.com/winsonwq/viff) | Viff Testing Framework. Find visual differences between web pages in different environments(developing, staging, production) and browsers. | -| 183 | 66 | 35 | [grunt-phonegap](https://github.com/logankoester/grunt-phonegap) | A Grunt plugin to provide local build tasks for Phonegap applications | -| 183 | 73 | 9 | [honeymap](https://github.com/fw42/honeymap) | Real-time websocket stream of GPS events on a fancy SVG world map | -| 183 | 34 | 14 | [BuckyServer](https://github.com/HubSpot/BuckyServer) | Node server that receives metric data over HTTP & forwards to your service of choice | +| 184 | 47 | 119 | [4chan-x](https://github.com/MayhemYDG/4chan-x) | Cross-browser extension for productive lurking on 4chan. | +| 183 | 39 | 31 | [superagent-bluebird-promise](https://github.com/KyleAMathews/superagent-bluebird-promise) | Add promise support to superagent using Bluebird | +| 183 | 108 | 27 | [spotify-playlist-downloader](https://github.com/qrpike/spotify-playlist-downloader) | Download an entire spotify playlist ( FROM SPOTIFY at 160kpbs ) to your local machine. | +| 183 | 57 | 14 | [node-hbase](https://github.com/adaltas/node-hbase) | Asynchronous HBase client for NodeJs using REST | | 183 | 21 | 6 | [fibrous](https://github.com/goodeggs/fibrous) | Easily mix asynchronous and synchronous programming styles in node.js. | -| 182 | 39 | 30 | [superagent-bluebird-promise](https://github.com/KyleAMathews/superagent-bluebird-promise) | Add promise support to superagent using Bluebird | -| 182 | 61 | 26 | [angular-contenteditable](https://github.com/akatov/angular-contenteditable) | angular model for the "contenteditable" attribute | -| 181 | 46 | 5 | [Zen](https://github.com/defunkt/Zen) | Distraction free writing for Atom. | +| 183 | 51 | 1 | [top-github-users](https://github.com/paulmillr/top-github-users) | GitHub top-1000 generation script | +| 181 | 47 | 6 | [Zen](https://github.com/defunkt/Zen) | Distraction free writing for Atom. | | 181 | 14 | 7 | [invisible](https://github.com/invisiblejs/invisible) | Invisible.js: Reusable models for the client and the server | -| 181 | 55 | 16 | [node-hbase](https://github.com/adaltas/node-hbase) | Asynchronous HBase client for NodeJs using REST | +| 181 | 122 | 10 | [vast-client-js](https://github.com/dailymotion/vast-client-js) | VAST 3.0 client library for JavaScript | | 180 | 27 | 11 | [node-tumblr](https://github.com/meritt/node-tumblr) | A node.js wrapper for the Tumblr API | | 180 | 10 | 0 | [triangular.js](https://github.com/resin-io/triangular.js) | A natural fusion between d3 and angular.js. See http://alexandros.resin.io/angular-d3-svg/ for more information | | 180 | 6 | 9 | [Katy](https://github.com/raganwald/Katy) | CoffeeScript and JavaScript Combinators | -| 180 | 49 | 0 | [top-github-users](https://github.com/paulmillr/top-github-users) | GitHub top-1000 generation script | -| 179 | 107 | 26 | [spotify-playlist-downloader](https://github.com/qrpike/spotify-playlist-downloader) | Download an entire spotify playlist ( FROM SPOTIFY at 160kpbs ) to your local machine. | -| 179 | 46 | 38 | [highlight-selected](https://github.com/richrace/highlight-selected) | Highlights the current word selected when double clicking | -| 178 | 16 | 21 | [turbograft](https://github.com/Shopify/turbograft) | Hard fork of turbolinks, adding partial page replacement strategies, and utilities. | -| 178 | 17 | 61 | [imdone-atom](https://github.com/imdone/imdone-atom) | A task-board for TODOs, FIXMEs, HACKs, etc in your code and text files. | -| 178 | 8 | 1 | [nack](https://github.com/josh/nack) | Node powered Rack server | +| 180 | 18 | 62 | [imdone-atom](https://github.com/imdone/imdone-atom) | A task-board for TODOs, FIXMEs, HACKs, etc in your code and text files. | +| 180 | 60 | 26 | [angular-contenteditable](https://github.com/akatov/angular-contenteditable) | angular model for the "contenteditable" attribute | +| 178 | 40 | 5 | [hubot-heroku-keepalive](https://github.com/hubot-scripts/hubot-heroku-keepalive) | A hubot script that keeps the hubot Heroko web dyno alive | +| 178 | 30 | 9 | [jotgit](https://github.com/jdleesmiller/jotgit) | Git-backed real time collaborative editor built with meteor. | +| 178 | 8 | 0 | [nack](https://github.com/josh/nack) | Node powered Rack server | | 178 | 25 | 1 | [revolver](https://github.com/johnnyfreeman/revolver) | A javascript library for building your own content slider. | -| 177 | 35 | 3 | [react-starter-template](https://github.com/johnthethird/react-starter-template) | React (reactjs), Gulp, Webpack, Bootstrap, LiveReload, all tied up in a bow. | -| 177 | 25 | 1 | [color-scheme-js](https://github.com/c0bra/color-scheme-js) | Generate pleasant color schemes in JavaScript | +| 177 | 17 | 20 | [turbograft](https://github.com/Shopify/turbograft) | Hard fork of turbolinks, adding partial page replacement strategies, and utilities. | +| 177 | 92 | 54 | [genieacs](https://github.com/zaidka/genieacs) | A fast and lightweight TR-069 Auto Configuration Server (ACS) | | 176 | 14 | 3 | [zui53](https://github.com/florianguenther/zui53) | ZUI53 is a JavaScript Library to create powerfull webbased Zoomable User Interfaces (ZUIs) with new technologies like HTML5 and CSS3. | -| 176 | 40 | 5 | [hubot-heroku-keepalive](https://github.com/hubot-scripts/hubot-heroku-keepalive) | A hubot script that keeps the hubot Heroko web dyno alive | -| 176 | 121 | 16 | [vast-client-js](https://github.com/dailymotion/vast-client-js) | VAST 3.0 client library for JavaScript | -| 174 | 18 | 2 | [node-shell](https://github.com/wdavidw/node-shell) | Nice looking shell applications with pluggable middlewares for Node.js | -| 174 | 30 | 9 | [jotgit](https://github.com/jdleesmiller/jotgit) | Git-backed real time collaborative editor built with meteor. | +| 176 | 35 | 3 | [react-starter-template](https://github.com/johnthethird/react-starter-template) | React (reactjs), Gulp, Webpack, Bootstrap, LiveReload, all tied up in a bow. | +| 175 | 18 | 2 | [node-shell](https://github.com/wdavidw/node-shell) | Nice looking shell applications with pluggable middlewares for Node.js | +| 175 | 105 | 19 | [hubot-xmpp](https://github.com/markstory/hubot-xmpp) | XMPP adapter for Hubot | +| 174 | 15 | 12 | [autocode](https://github.com/ctate/autocode) | spec-driven code generator | +| 174 | 28 | 13 | [jasmine-given](https://github.com/searls/jasmine-given) | Like rspec-given, but for jasmine | | 173 | 9 | 6 | [jquery.fillwidth](https://github.com/craigspaeth/jquery.fillwidth) | Line up images to the edge of their container (like google images) without cropping | -| 173 | 92 | 44 | [genieacs](https://github.com/zaidka/genieacs) | A fast and lightweight TR-069 Auto Configuration Server (ACS) | -| 173 | 105 | 19 | [hubot-xmpp](https://github.com/markstory/hubot-xmpp) | XMPP adapter for Hubot | -| 173 | 15 | 19 | [autocode](https://github.com/ctate/autocode) | spec-driven code generator | -| 172 | 42 | 15 | [angular-pouchdb](https://github.com/wspringer/angular-pouchdb) | Angular wrapper for PouchDB, making sure that callbacks are called within $rootScope.$apply(), and using $q promises instead of callbacks. On top of that, it supports an `ng-repeat`-alike directive for traversing the contents of your database. | -| 171 | 73 | 32 | [livereload-extensions](https://github.com/livereload/livereload-extensions) | LiveReload Browser Extensions | -| 171 | 22 | 2 | [workflow.js](https://github.com/kendagriff/workflow.js) | JS-based Finite State Machine for Backbone.js | -| 171 | 28 | 13 | [jasmine-given](https://github.com/searls/jasmine-given) | Like rspec-given, but for jasmine | -| 170 | 44 | 6 | [language-elixir](https://github.com/elixir-editors/language-elixir) | Elixir language support for the Atom editor. | -| 170 | 20 | 6 | [legacy](https://github.com/meteor-activeroute/legacy) | Active route helpers for the most popular routers in Meteor | -| 170 | 98 | 58 | [msexcel-builder](https://github.com/chuanyi/msexcel-builder) | A simple and fast library to create MS Office Excel(>2007) xlsx files. | -| 169 | 25 | 4 | [deprecated-flexible-nav](https://github.com/gre/deprecated-flexible-nav) | NOT MAINTAINED – Improve your navigation experience - this jQuery lib improves a webpage navigation and helps to visualize different sections. of a document, an article,.. any web page. | -| 169 | 41 | 8 | [react-credit-card](https://github.com/JohnyDays/react-credit-card) | React port of the display part of Card by @jessepollak | -| 168 | 18 | 0 | [react-reflux-boilerplate-with-webpack](https://github.com/iroy2000/react-reflux-boilerplate-with-webpack) | React + Reflux + CoffeeScript + Stylus Boilerplate with Webpack | -| 168 | 36 | 2 | [MMD.js](https://github.com/edvakf/MMD.js) | MikuMikuDance on WebGL | -| 168 | 52 | 8 | [CamanJS-Plugins](https://github.com/meltingice/CamanJS-Plugins) | Plugins for CamanJS, a Javascript image manipulation library | -| 168 | 19 | 4 | [typetype](https://github.com/iamdanfox/typetype) | human typing with jQuery | +| 173 | 99 | 59 | [msexcel-builder](https://github.com/chuanyi/msexcel-builder) | A simple and fast library to create MS Office Excel(>2007) xlsx files. | +| 173 | 45 | 8 | [react-credit-card](https://github.com/JohnyDays/react-credit-card) | React port of the display part of Card by @jessepollak | +| 172 | 44 | 6 | [language-elixir](https://github.com/elixir-editors/language-elixir) | Elixir language support for the Atom editor. | +| 172 | 22 | 2 | [workflow.js](https://github.com/kendagriff/workflow.js) | JS-based Finite State Machine for Backbone.js | +| 172 | 53 | 8 | [CamanJS-Plugins](https://github.com/meltingice/CamanJS-Plugins) | Plugins for CamanJS, a Javascript image manipulation library | +| 171 | 41 | 11 | [mongodb-migrations](https://github.com/emirotin/mongodb-migrations) | A Node.js migration framework for MongoDB | +| 171 | 36 | 2 | [MMD.js](https://github.com/edvakf/MMD.js) | MikuMikuDance on WebGL | +| 171 | 21 | 6 | [legacy](https://github.com/meteor-activeroute/legacy) | Active route helpers for the most popular routers in Meteor | +| 171 | 72 | 33 | [livereload-extensions](https://github.com/livereload/livereload-extensions) | LiveReload Browser Extensions | +| 171 | 42 | 15 | [angular-pouchdb](https://github.com/wspringer/angular-pouchdb) | Angular wrapper for PouchDB, making sure that callbacks are called within $rootScope.$apply(), and using $q promises instead of callbacks. On top of that, it supports an `ng-repeat`-alike directive for traversing the contents of your database. | +| 170 | 20 | 4 | [typetype](https://github.com/iamdanfox/typetype) | human typing with jQuery | +| 168 | 25 | 4 | [deprecated-flexible-nav](https://github.com/gre/deprecated-flexible-nav) | NOT MAINTAINED – Improve your navigation experience - this jQuery lib improves a webpage navigation and helps to visualize different sections. of a document, an article,.. any web page. | +| 168 | 16 | 0 | [react-reflux-boilerplate-with-webpack](https://github.com/iroy2000/react-reflux-boilerplate-with-webpack) | React + Reflux + CoffeeScript + Stylus Boilerplate with Webpack | | 167 | 30 | 16 | [meteor-publish-with-relations](https://github.com/svasva/meteor-publish-with-relations) | Meteor.js SmartPackage to publish associated collections at once. | -| 167 | 54 | 27 | [angular-validator](https://github.com/kelp404/angular-validator) | AngularJS form validation. | -| 166 | 27 | 36 | [amd-optimize](https://github.com/scalableminds/amd-optimize) | An AMD (RequireJS) optimizer that's stream-friendly. Made for gulp. | +| 167 | 53 | 27 | [angular-validator](https://github.com/kelp404/angular-validator) | AngularJS form validation. | +| 167 | 95 | 29 | [cloudinary_npm](https://github.com/cloudinary/cloudinary_npm) | Cloudinary NPM for node.js integration | +| 167 | 107 | 2 | [flappy](https://github.com/hyspace/flappy) | flappy bird in html5 | +| 166 | 29 | 36 | [amd-optimize](https://github.com/scalableminds/amd-optimize) | An AMD (RequireJS) optimizer that's stream-friendly. Made for gulp. | | 166 | 34 | 28 | [Paparazzo.js](https://github.com/rodowi/Paparazzo.js) | A high performance web proxy for serving MJPG streams to the masses. | | 166 | 28 | 17 | [grunt-angular-phonegap](https://github.com/dsimard/grunt-angular-phonegap) | Combine yeoman/generator-angular and phonegap | -| 166 | 108 | 2 | [flappy](https://github.com/hyspace/flappy) | flappy bird in html5 | +| 166 | 25 | 14 | [atom-todo-show](https://github.com/mrodalgaard/atom-todo-show) | Atom package that shows a list of todos from your project. | +| 164 | 46 | 1 | [heartbot](https://github.com/digitalocean/heartbot) | A shot of love for your favorite chat client. | | 163 | 34 | 9 | [Jitter](https://github.com/TrevorBurnham/Jitter) | A simple CoffeeScript compilation utility | -| 162 | 24 | 48 | [microflo](https://github.com/microflo/microflo) | Flow-based programming for microcontrollers (Arduino++) | -| 162 | 38 | 0 | [starry](https://github.com/sadne/starry) | starry.so 完成一个故事 | -| 160 | 10 | 6 | [eventric](https://github.com/efacilitation/eventric) | Minimalist JavaScript framework to build applications based on DDD, CQRS and Event Sourcing. | -| 160 | 45 | 1 | [heartbot](https://github.com/digitalocean/heartbot) | A shot of love for your favorite chat client. | -| 160 | 37 | 47 | [atom-julia-client](https://github.com/JunoLab/atom-julia-client) | Juno a good IDE? | +| 163 | 25 | 47 | [microflo](https://github.com/microflo/microflo) | Flow-based programming for microcontrollers (Arduino++) | +| 163 | 37 | 50 | [atom-julia-client](https://github.com/JunoLab/atom-julia-client) | Juno a good IDE? | +| 162 | 9 | 6 | [eventric](https://github.com/efacilitation/eventric) | Minimalist JavaScript framework to build applications based on DDD, CQRS and Event Sourcing. | +| 162 | 37 | 0 | [starry](https://github.com/sadne/starry) | starry.so 完成一个故事 | +| 162 | 42 | 27 | [wiki](https://github.com/fedwiki/wiki) | Federated Wiki - node server as npm package | +| 161 | 10 | 0 | [VRComponent](https://github.com/jonastreub/VRComponent) | A virtual reality component for Framer. | +| 161 | 6 | 0 | [kobito-oss](https://github.com/increments/kobito-oss) | Markdown Processor built on Electron based on kobito-for-windows | +| 160 | 27 | 54 | [meteor-file-collection](https://github.com/vsivsi/meteor-file-collection) | Extends Meteor Collections to handle file data using MongoDB gridFS. | +| 159 | 5 | 4 | [vue-materialize](https://github.com/paulpflug/vue-materialize) | materialize - done in vue | | 159 | 16 | 14 | [jsck](https://github.com/pandastrike/jsck) | JSON Schema Compiled checK | -| 159 | 92 | 31 | [cloudinary_npm](https://github.com/cloudinary/cloudinary_npm) | Cloudinary NPM for node.js integration | | 159 | 37 | 5 | [angular-d3](https://github.com/WealthBar/angular-d3) | AngularJS directives for declaratively using D3 | -| 159 | 6 | 0 | [kobito-oss](https://github.com/increments/kobito-oss) | Markdown Processor built on Electron based on kobito-for-windows | -| 158 | 23 | 20 | [atom-todo-show](https://github.com/mrodalgaard/atom-todo-show) | Atom package that shows a list of todos from your project. | -| 158 | 26 | 53 | [meteor-file-collection](https://github.com/vsivsi/meteor-file-collection) | Extends Meteor Collections to handle file data using MongoDB gridFS. | -| 157 | 4 | 4 | [vue-materialize](https://github.com/paulpflug/vue-materialize) | materialize - done in vue | +| 158 | 74 | 70 | [snippets](https://github.com/atom/snippets) | Atom snippets package | +| 158 | 37 | 2 | [json2json](https://github.com/joelvh/json2json) | Transform (reformat) JSON structures from one to another using JavaScript | +| 158 | 42 | 23 | [OverlappingMarkerSpiderfier-Leaflet](https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet) | Deals with overlapping markers in the Leaflet maps API, Google Earth-style | +| 158 | 18 | 5 | [FramerModules](https://github.com/joshpuckett/FramerModules) | Modules that extend Framer.js | | 157 | 21 | 15 | [commonjs-everywhere](https://github.com/michaelficarra/commonjs-everywhere) | :rainbow: minimal CommonJS browser bundler with aliasing, extensibility, and source maps | -| 157 | 21 | 13 | [iron-router-progress](https://github.com/Multiply/iron-router-progress) | Progressbar for iron-router | -| 156 | 38 | 10 | [mongodb-migrations](https://github.com/emirotin/mongodb-migrations) | A Node.js migration framework for MongoDB | -| 156 | 41 | 26 | [wiki](https://github.com/fedwiki/wiki) | Federated Wiki - node server as npm package | -| 155 | 23 | 3 | [tutor](https://github.com/davidchambers/tutor) | JavaScript interface for the Gatherer card database | -| 155 | 10 | 3 | [VRComponent](https://github.com/jonastreub/VRComponent) | A virtual reality component for Framer. | -| 155 | 76 | 69 | [snippets](https://github.com/atom/snippets) | Atom snippets package | -| 155 | 26 | 2 | [Kosmos](https://github.com/judnich/Kosmos) | A virtual 3D universe in your web browser. | -| 155 | 42 | 23 | [OverlappingMarkerSpiderfier-Leaflet](https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet) | Deals with overlapping markers in the Leaflet maps API, Google Earth-style | -| 155 | 37 | 2 | [json2json](https://github.com/joelvh/json2json) | Transform (reformat) JSON structures from one to another using JavaScript | -| 154 | 43 | 0 | [atom-keyboard-localization](https://github.com/andischerer/atom-keyboard-localization) | [DEPRECATED] Keyboard localization package for non US-Keyboard Layouts | +| 157 | 22 | 13 | [iron-router-progress](https://github.com/Multiply/iron-router-progress) | Progressbar for iron-router | +| 156 | 23 | 3 | [tutor](https://github.com/davidchambers/tutor) | JavaScript interface for the Gatherer card database | +| 156 | 26 | 2 | [Kosmos](https://github.com/judnich/Kosmos) | A virtual 3D universe in your web browser. | +| 156 | 19 | 6 | [slack-notify](https://github.com/andrewchilds/slack-notify) | A Node.js wrapper around the Slack Webhook API. | | 154 | 11 | 1 | [jade-react](https://github.com/duncanbeevers/jade-react) | Compile Jade templates to React.DOM expressions | +| 154 | 40 | 5 | [e2d3](https://github.com/e2d3/e2d3) | E2D3 is JavaScript library for using D3.js on Excel. | +| 153 | 42 | 0 | [atom-keyboard-localization](https://github.com/andischerer/atom-keyboard-localization) | [DEPRECATED] Keyboard localization package for non US-Keyboard Layouts | +| 153 | 16 | 8 | [node-localstorage](https://github.com/lmaccherone/node-localstorage) | A drop-in substitute for the browser native localStorage API that runs on node.js. | +| 153 | 43 | 13 | [ngOnboarding](https://github.com/adamalbrecht/ngOnboarding) | A tooltip-tutorial / onboarding framework for Angular.js | | 153 | 25 | 1 | [supersonic](https://github.com/AppGyver/supersonic) | JavaScript framework for hybrid apps, including native UI, navigation, data, device access and more | -| 153 | 18 | 5 | [FramerModules](https://github.com/joshpuckett/FramerModules) | Modules that extend Framer.js | -| 153 | 21 | 40 | [atomatigit](https://github.com/diiq/atomatigit) | Atom-ati-Git. Git intergration for Atom.io, in the style of Magit. CURRENTLY SEEKING NEW MAINTAINER! | +| 153 | 11 | 4 | [unpoly](https://github.com/unpoly/unpoly) | Unobtrusive Javascript Framework for server-side applications | +| 153 | 18 | 14 | [gulp-order](https://github.com/sirlantis/gulp-order) | This gulp plugin allows you to reorder a stream of files via globs. | | 152 | 18 | 21 | [ship](https://github.com/carrot/ship) | ⛔️ currently unmaintained ⛔️ | -| 152 | 18 | 5 | [slack-notify](https://github.com/andrewchilds/slack-notify) | A Node.js wrapper around the Slack Webhook API. | -| 152 | 18 | 14 | [gulp-order](https://github.com/sirlantis/gulp-order) | This gulp plugin allows you to reorder a stream of files via globs. | +| 152 | 21 | 6 | [lethargy](https://github.com/d4nyll/lethargy) | Distinguish between scroll events initiated by the user, and those by inertial scrolling | | 152 | 25 | 1 | [piler](https://github.com/epeli/piler) | Deprecated Asset Manager for Node.js | -| 152 | 40 | 5 | [e2d3](https://github.com/e2d3/e2d3) | E2D3 is JavaScript library for using D3.js on Excel. | -| 151 | 43 | 13 | [ngOnboarding](https://github.com/adamalbrecht/ngOnboarding) | A tooltip-tutorial / onboarding framework for Angular.js | +| 151 | 21 | 40 | [atomatigit](https://github.com/diiq/atomatigit) | Atom-ati-Git. Git intergration for Atom.io, in the style of Magit. CURRENTLY SEEKING NEW MAINTAINER! | +| 150 | 40 | 1 | [node-http-status](https://github.com/adaltas/node-http-status) | Utility to interact with HTTP status code in Node.js | | 150 | 27 | 6 | [offCanvasMenu](https://github.com/cloudfour/offCanvasMenu) | A jQuery/Zepto plugin that provides an easy way to implement an off-canvas toggling menu, a navigation metaphor made popular by mobile applications. | -| 149 | 16 | 7 | [node-localstorage](https://github.com/lmaccherone/node-localstorage) | A drop-in substitute for the browser native localStorage API that runs on node.js. | | 149 | 21 | 17 | [formstamp](https://github.com/formstamp/formstamp) | Pure AngularJS widgets | -| 148 | 16 | 14 | [meteor-partitioner](https://github.com/mizzao/meteor-partitioner) | Transparently divide a single meteor app into several different instances shared between different groups of users. | +| 148 | 15 | 14 | [meteor-partitioner](https://github.com/mizzao/meteor-partitioner) | Transparently divide a single meteor app into several different instances shared between different groups of users. | +| 148 | 9 | 0 | [galley](https://github.com/google-fabric/galley) | Orchestrator for local Docker containers | +| 148 | 32 | 6 | [jquery.ns-autogrow](https://github.com/ro31337/jquery.ns-autogrow) | Automatically adjust textarea width/height based on user input. Non-sucking version. | | 148 | 8 | 3 | [nubnub](https://github.com/technoweenie/nubnub) | Node.js PubSubHubbub client/server implementation | -| 147 | 9 | 0 | [galley](https://github.com/twitter-fabric/galley) | Orchestrator for local Docker containers | -| 147 | 44 | 6 | [iap_verifier](https://github.com/pcrawfor/iap_verifier) | Node.js implementation of iOS In App Purchase receipt verification | -| 146 | 34 | 0 | [meteor-bbs](https://github.com/chuangbo/meteor-bbs) | A Clone of Project Babel 3 in Meteor | +| 148 | 34 | 9 | [uber-juno](https://github.com/JunoLab/uber-juno) | Installer package for the Juno IDE | +| 147 | 34 | 0 | [meteor-bbs](https://github.com/chuangbo/meteor-bbs) | A Clone of Project Babel 3 in Meteor | +| 147 | 43 | 6 | [iap_verifier](https://github.com/pcrawfor/iap_verifier) | Node.js implementation of iOS In App Purchase receipt verification | +| 147 | 22 | 16 | [node-datapumps](https://github.com/agmen-hu/node-datapumps) | Node.js ETL (Extract, Transform, Load) toolkit for easy data import, export or transfer between systems. | | 146 | 19 | 12 | [docopt.coffee](https://github.com/docopt/docopt.coffee) | docopt - A command line option parser that will make you smile. | -| 146 | 11 | 0 | [ultra-tiny-compiler](https://github.com/antonmedv/ultra-tiny-compiler) | Ultra Tiny Compiler | -| 146 | 24 | 16 | [node-datapumps](https://github.com/agmen-hu/node-datapumps) | Node.js ETL (Extract, Transform, Load) toolkit for easy data import, export or transfer between systems. | | 145 | 20 | 4 | [angular-bacon](https://github.com/lauripiispanen/angular-bacon) | Angular-bacon.js bindings | -| 144 | 36 | 6 | [node-stanford-simple-nlp](https://github.com/xissy/node-stanford-simple-nlp) | A simple node.js wrapper for stanford-core-nlp. | -| 144 | 28 | 5 | [yayson](https://github.com/confetti/yayson) | A library for serializing and reading JSON API data in JavaScript. | +| 145 | 7 | 3 | [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) | Parser for output from Curl --trace option | +| 145 | 32 | 16 | [bitrated](https://github.com/shesek/bitrated) | Bitrated v1 | +| 145 | 28 | 2 | [yayson](https://github.com/confetti/yayson) | A library for serializing and reading JSON API data in JavaScript. | +| 145 | 48 | 5 | [RootPanel](https://github.com/HackPlan/RootPanel) | A pluggable PaaS service development framework. | +| 145 | 11 | 0 | [ultra-tiny-compiler](https://github.com/antonmedv/ultra-tiny-compiler) | Ultra Tiny Compiler | +| 144 | 38 | 6 | [node-stanford-simple-nlp](https://github.com/xissy/node-stanford-simple-nlp) | A simple node.js wrapper for stanford-core-nlp. | | 144 | 15 | 32 | [deprecated-buddycloud-server](https://github.com/buddycloud/deprecated-buddycloud-server) | A buddycloud server written in Node. | -| 144 | 49 | 5 | [RootPanel](https://github.com/HackPlan/RootPanel) | A pluggable PaaS service development framework. | -| 144 | 32 | 6 | [jquery.ns-autogrow](https://github.com/ro31337/jquery.ns-autogrow) | Automatically adjust textarea width/height based on user input. Non-sucking version. | -| 143 | 21 | 6 | [lethargy](https://github.com/d4nyll/lethargy) | Distinguish between scroll events initiated by the user, and those by inertial scrolling | -| 143 | 31 | 16 | [bitrated](https://github.com/shesek/bitrated) | Bitrated v1 | +| 144 | 14 | 39 | [inventaire](https://github.com/inventaire/inventaire) | a libre collaborative resource mapper powered by open-knowledge, starting with books! :books: | +| 144 | 15 | 1 | [rnn-writer](https://github.com/robinsloan/rnn-writer) | Package for the Atom text editor that provides responsive, inline "autocomplete" powered by a recurrent neural network. | +| 143 | 64 | 19 | [ionic-rating](https://github.com/fraserxu/ionic-rating) | An angularjs directive that take care of visualising a star rating bar | | 143 | 10 | 3 | [rel](https://github.com/yang/rel) | Arel ported to node js — with some changes | | 143 | 13 | 0 | [meteor-any-db](https://github.com/ccorcos/meteor-any-db) | A database API for Meteor | -| 142 | 7 | 3 | [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) | Parser for output from Curl --trace option | -| 142 | 37 | 1 | [node-http-status](https://github.com/adaltas/node-http-status) | Utility to interact with HTTP status code in Node.js | +| 142 | 16 | 8 | [FairyDict](https://github.com/revir/FairyDict) | FairyDict, a dictionary, a chrome extension | +| 142 | 59 | 0 | [nerdbar.widget](https://github.com/herrbischoff/nerdbar.widget) | Übersicht system information bar for use with kwm window manager (or without). | | 142 | 17 | 0 | [shaky](https://github.com/dbushong/shaky) | Converted dart shaky boxes demo to coffeescript | -| 142 | 32 | 11 | [uber-juno](https://github.com/JunoLab/uber-juno) | Installer package for the Juno IDE | -| 141 | 63 | 19 | [ionic-rating](https://github.com/fraserxu/ionic-rating) | An angularjs directive that take care of visualising a star rating bar | -| 141 | 11 | 4 | [unpoly](https://github.com/unpoly/unpoly) | Unobtrusive Javascript Framework for server-side applications | -| 140 | 14 | 39 | [inventaire](https://github.com/inventaire/inventaire) | a libre collaborative resource mapper powered by open-knowledge, starting with books! :books: | -| 140 | 190 | 58 | [language-javascript](https://github.com/atom/language-javascript) | JavaScript language package for Atom | -| 139 | 25 | 0 | [simply-deferred](https://github.com/sudhirj/simply-deferred) | A deferred library for Node.js and the browser with a jQuery compatible API | -| 139 | 32 | 16 | [hogan-express](https://github.com/vol4ok/hogan-express) | Mustache template engine for express 3.x. Support partials and layout | -| 139 | 45 | 16 | [MavensMate-Atom](https://github.com/joeferraro/MavensMate-Atom) | MavensMate plugin for building Salesforce.com/Force.com/Salesforce1 applications inside GitHub's Atom text editor | -| 139 | 17 | 7 | [presentz.js](https://github.com/ffissore/presentz.js) | A js library to show synchronized video and slides presentations, powering presentz.org | -| 139 | 69 | 14 | [number-polyfill](https://github.com/jonstipe/number-polyfill) | A polyfill for implementing the HTML5 element in browsers that do not currently support it. | +| 141 | 32 | 15 | [hogan-express](https://github.com/vol4ok/hogan-express) | Mustache template engine for express 3.x. Support partials and layout | +| 141 | 21 | 5 | [difflib.js](https://github.com/qiao/difflib.js) | Text diff library in JavaScript, ported from Python's difflib module. | +| 141 | 70 | 14 | [number-polyfill](https://github.com/jonstipe/number-polyfill) | A polyfill for implementing the HTML5 element in browsers that do not currently support it. | +| 141 | 15 | 3 | [acho](https://github.com/achojs/acho) | The Hackable Log | +| 140 | 18 | 7 | [presentz.js](https://github.com/ffissore/presentz.js) | A js library to show synchronized video and slides presentations, powering presentz.org | +| 140 | 29 | 7 | [wiki-server](https://github.com/fedwiki/wiki-server) | Federated Wiki client and server in Node.js | +| 140 | 19 | 5 | [clabot](https://github.com/clabot/clabot) | A bot to take the pain out of Contributor License Agreements | +| 139 | 26 | 1 | [simply-deferred](https://github.com/sudhirj/simply-deferred) | A deferred library for Node.js and the browser with a jQuery compatible API | +| 139 | 39 | 18 | [instagram-screen-scrape](https://github.com/slang800/instagram-screen-scrape) | scrape public instagram data w/out API access | +| 139 | 55 | 44 | [ex-mode](https://github.com/lloeki/ex-mode) | Ex mode for Atom | | 138 | 41 | 7 | [facewall](https://github.com/HubSpot/facewall) | Grid visualization of Gravatars for an organization | +| 138 | 30 | 44 | [ensime-atom](https://github.com/ensime/ensime-atom) | ENSIME Atom plugin for Scala developers | | 138 | 49 | 7 | [hubot-skype](https://github.com/netpro2k/hubot-skype) | Skype adapter for hubot | -| 138 | 19 | 5 | [clabot](https://github.com/clabot/clabot) | A bot to take the pain out of Contributor License Agreements | -| 138 | 28 | 6 | [wiki-server](https://github.com/fedwiki/wiki-server) | Federated Wiki client and server in Node.js | -| 138 | 15 | 1 | [rnn-writer](https://github.com/robinsloan/rnn-writer) | Package for the Atom text editor that provides responsive, inline "autocomplete" powered by a recurrent neural network. | -| 137 | 21 | 5 | [difflib.js](https://github.com/qiao/difflib.js) | Text diff library in JavaScript, ported from Python's difflib module. | -| 137 | 16 | 91 | [policeman](https://github.com/futpib/policeman) | Firefox extention for cross-site requests control (kind of RequestPolicy clone) | -| 137 | 53 | 42 | [ex-mode](https://github.com/lloeki/ex-mode) | Ex mode for Atom | -| 137 | 57 | 168 | [appchan-x](https://github.com/zixaphir/appchan-x) | The most comprehensive, feature filled 4chan userscript. | -| 137 | 59 | 0 | [nerdbar.widget](https://github.com/herrbischoff/nerdbar.widget) | Übersicht system information bar for use with kwm window manager (or without). | +| 138 | 16 | 92 | [policeman](https://github.com/futpib/policeman) | Firefox extention for cross-site requests control (kind of RequestPolicy clone) | +| 138 | 57 | 168 | [appchan-x](https://github.com/zixaphir/appchan-x) | The most comprehensive, feature filled 4chan userscript. | +| 138 | 31 | 26 | [treema](https://github.com/codecombat/treema) | jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema. | +| 138 | 191 | 58 | [language-javascript](https://github.com/atom/language-javascript) | JavaScript language package for Atom | +| 137 | 45 | 16 | [MavensMate-Atom](https://github.com/joeferraro/MavensMate-Atom) | MavensMate plugin for building Salesforce.com/Force.com/Salesforce1 applications inside GitHub's Atom text editor | | 136 | 30 | 4 | [inbox-scaffold-html5](https://github.com/nylas/inbox-scaffold-html5) | The Inbox HTML5 App Scaffold - a foundation for building great mail apps. | -| 136 | 16 | 6 | [FairyDict](https://github.com/revir/FairyDict) | FairyDict, a dictionary, a chrome extension | -| 136 | 37 | 18 | [instagram-screen-scrape](https://github.com/slang800/instagram-screen-scrape) | scrape public instagram data w/out API access | -| 136 | 30 | 42 | [ensime-atom](https://github.com/ensime/ensime-atom) | ENSIME Atom plugin for Scala developers | -| 136 | 28 | 20 | [coffee-coverage](https://github.com/benbria/coffee-coverage) | Istanbul and JSCoverage-style instrumentation for CoffeeScript files. | +| 136 | 10 | 2 | [gulp-tap](https://github.com/geejs/gulp-tap) | Easily tap into a gulp pipeline without creating a plugin. | +| 136 | 29 | 20 | [coffee-coverage](https://github.com/benbria/coffee-coverage) | Istanbul and JSCoverage-style instrumentation for CoffeeScript files. | +| 136 | 15 | 2 | [client](https://github.com/trailbot/client) | Trailbot tracks files and logs in your servers and triggers Smart Policies upon unwanted modification. | | 136 | 13 | 1 | [FlappyTube](https://github.com/flynngao/FlappyTube) | Crazy H5 Game which Tube kill birds | -| 135 | 10 | 2 | [gulp-tap](https://github.com/geejs/gulp-tap) | Easily tap into a gulp pipeline without creating a plugin. | -| 135 | 15 | 2 | [client](https://github.com/trailbot/client) | Trailbot tracks files and logs in your servers and triggers Smart Policies upon unwanted modification. | -| 135 | 2 | 10 | [hanzo.js](https://github.com/hanzo-io/hanzo.js) | 🚀 Hanzo JavaScript SDK for server and web. Ecommerce for serverless apps. | -| 135 | 31 | 26 | [treema](https://github.com/codecombat/treema) | jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema. | +| 136 | 18 | 4 | [manager-for-upyun](https://github.com/layerssss/manager-for-upyun) | 又拍云资源管理器 | +| 135 | 2 | 7 | [hanzo.js](https://github.com/hanzoai/hanzo.js) | 🚀 Hanzo JavaScript SDK for server and web. Ecommerce for serverless apps. | +| 135 | 16 | 2 | [framer-path](https://github.com/vladimirshlygin/framer-path) | Create custom svg shapes and animate each point individually in Framer JS. | | 134 | 14 | 10 | [messenger](https://github.com/marekhrabe/messenger) | Unofficial Facebook Mesenger for Mac | -| 134 | 36 | 4 | [oculus-drone](https://github.com/daraosn/oculus-drone) | Oculus Rift + AR Drone 2.0 controller with live video feed and head-motion controller. | +| 134 | 16 | 5 | [Framer-AudioPlayer](https://github.com/benjamindenboer/Framer-AudioPlayer) | AudioPlayer Module for Framer — https://framer.com | +| 134 | 31 | 6 | [slack-node-sdk](https://github.com/clonn/slack-node-sdk) | slack.com, slack, node sdk | +| 134 | 21 | 1 | [tapas-with-ember](https://github.com/mutewinter/tapas-with-ember) | 🚫 UNMAINTAINED: A Brunch skeleton for rapid Ember development. Including Ember installation scripts, environment-specific JS builds, generators, and Ember.vim support. | | 134 | 26 | 5 | [shortly](https://github.com/lucaspiller/shortly) | Shortly: a Serverless Pastebin Service - All Data is Stored in the URL | -| 134 | 22 | 1 | [tapas-with-ember](https://github.com/mutewinter/tapas-with-ember) | 🚫 UNMAINTAINED: A Brunch skeleton for rapid Ember development. Including Ember installation scripts, environment-specific JS builds, generators, and Ember.vim support. | -| 133 | 8 | 1 | [backbone.statemanager](https://github.com/crashlytics/backbone.statemanager) | Backbone module for adding states to objects | -| 133 | 29 | 6 | [slack-node-sdk](https://github.com/clonn/slack-node-sdk) | slack.com, slack, node sdk | -| 132 | 15 | 2 | [framer-path](https://github.com/vladimirshlygin/framer-path) | Create custom svg shapes and animate each point individually in Framer JS. | +| 133 | 36 | 4 | [oculus-drone](https://github.com/daraosn/oculus-drone) | Oculus Rift + AR Drone 2.0 controller with live video feed and head-motion controller. | +| 132 | 2 | 2 | [atom-redux-devtools](https://github.com/zalmoxisus/atom-redux-devtools) | Redux DevTools Atom package | +| 132 | 8 | 1 | [backbone.statemanager](https://github.com/crashlytics/backbone.statemanager) | Backbone module for adding states to objects | +| 132 | 50 | 75 | [remote-edit](https://github.com/sveale/remote-edit) | remote-edit | | 132 | 16 | 10 | [DVL](https://github.com/vogievetsky/DVL) | Dynamic Visualization LEGO | -| 132 | 52 | 73 | [remote-edit](https://github.com/sveale/remote-edit) | remote-edit | -| 132 | 17 | 4 | [manager-for-upyun](https://github.com/layerssss/manager-for-upyun) | 又拍云资源管理器 | +| 131 | 14 | 12 | [hexo-math](https://github.com/hexojs/hexo-math) | A hexo plugin that uses MathJax to render math equations. | | 130 | 28 | 35 | [accord](https://github.com/jescalan/accord) | a unified interface for compiled languages and templates in javascript | -| 130 | 15 | 4 | [Framer-AudioPlayer](https://github.com/benjamindenboer/Framer-AudioPlayer) | AudioPlayer Module for Framer — https://framer.com | -| 129 | 25 | 76 | [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) | Autocomplete for PHP in atom editor | -| 128 | 12 | 9 | [node-vortex](https://github.com/websecurify/node-vortex) | None | -| 128 | 43 | 27 | [git-utils](https://github.com/atom/git-utils) | Git Node Module | +| 130 | 27 | 3 | [hexaflip](https://github.com/dmotz/hexaflip) | Visualizes arrays as cube interfaces | +| 130 | 67 | 78 | [spell-check](https://github.com/atom/spell-check) | Spell check Atom package | +| 129 | 18 | 8 | [meteor-flow-router-helpers](https://github.com/arillo/meteor-flow-router-helpers) | Template helpers for meteorhacks:flow-router, pathFor, subsReady, urlFor, queryParam | +| 129 | 13 | 9 | [node-vortex](https://github.com/websecurify/node-vortex) | None | +| 129 | 27 | 83 | [atom-autocomplete-php](https://github.com/Peekmo/atom-autocomplete-php) | Autocomplete for PHP in atom editor | +| 128 | 10 | 5 | [alephbet](https://github.com/Alephbet/alephbet) | AlephBet is a pure-javascript A/B (multivariate) testing framework for developers. | | 128 | 69 | 7 | [s3upload-coffee-javascript](https://github.com/tadruj/s3upload-coffee-javascript) | Client Side S3 CORS Upload for Amazon S3 - CoffeeScript and JavaScript Class | -| 128 | 27 | 3 | [hexaflip](https://github.com/dmotz/hexaflip) | Visualizes arrays as cube interfaces | | 127 | 19 | 0 | [node-coffee-project](https://github.com/sstephenson/node-coffee-project) | Node.js project template (CoffeeScript + Docco + nodeunit) | -| 127 | 2 | 2 | [atom-redux-devtools](https://github.com/zalmoxisus/atom-redux-devtools) | Redux DevTools Atom package | -| 127 | 14 | 13 | [hexo-math](https://github.com/hexojs/hexo-math) | A hexo plugin that uses MathJax to render math equations. | | 127 | 10 | 2 | [react-sparkline](https://github.com/KyleAMathews/react-sparkline) | React component for rendering simple sparklines | | 126 | 13 | 1 | [gearsketch](https://github.com/frankleenaars/gearsketch) | GearSketch sandbox in CoffeeScript | -| 126 | 28 | 20 | [docco-husky](https://github.com/mbrevoort/docco-husky) | A fork of docco for generating documentation for a whole project | -| 126 | 17 | 8 | [meteor-flow-router-helpers](https://github.com/arillo/meteor-flow-router-helpers) | Template helpers for meteorhacks:flow-router, pathFor, subsReady, urlFor, queryParam | +| 126 | 21 | 26 | [pm2-meteor](https://github.com/andruschka/pm2-meteor) | Simplest way to deploy, scale and run Meteor Apps with PM2. | | 126 | 16 | 0 | [tumbler](https://github.com/ndrwhr/tumbler) | A simple physics simulation/meditation/relaxation experiment. | -| 126 | 65 | 76 | [spell-check](https://github.com/atom/spell-check) | Spell check Atom package | -| 125 | 9 | 4 | [alephbet](https://github.com/Alephbet/alephbet) | AlephBet is a pure-javascript A/B (multivariate) testing framework for developers. | -| 124 | 25 | 0 | [react-express-template](https://github.com/khaled/react-express-template) | Full stack web app starter template using React, ES6, CoffeeScript, Express, and more | -| 124 | 19 | 23 | [pm2-meteor](https://github.com/andruschka/pm2-meteor) | Simplest way to deploy, scale and run Meteor Apps with PM2. | -| 124 | 7 | 7 | [mocha-cakes](https://github.com/quangv/mocha-cakes) | (inactive) BDD mocha test framework add-on, stories with Cucumber style Given/When/Then syntax for Node.js | -| 124 | 26 | 0 | [js-priority-queue](https://github.com/adamhooper/js-priority-queue) | Priority queues in JavaScript | +| 126 | 27 | 0 | [js-priority-queue](https://github.com/adamhooper/js-priority-queue) | Priority queues in JavaScript | +| 125 | 62 | 76 | [atom-html-preview](https://github.com/harmsk/atom-html-preview) | Atom HTML Live Preview Package | +| 125 | 29 | 20 | [docco-husky](https://github.com/mbrevoort/docco-husky) | A fork of docco for generating documentation for a whole project | +| 125 | 25 | 0 | [react-express-template](https://github.com/khaled/react-express-template) | Full stack web app starter template using React, ES6, CoffeeScript, Express, and more | +| 125 | 7 | 7 | [mocha-cakes](https://github.com/quangv/mocha-cakes) | (inactive) BDD mocha test framework add-on, stories with Cucumber style Given/When/Then syntax for Node.js | +| 125 | 14 | 19 | [meteor-peerdb](https://github.com/peerlibrary/meteor-peerdb) | Reactive database layer with references, generators, triggers, migrations, etc. | +| 125 | 29 | 13 | [mail-listener](https://github.com/circuithub/mail-listener) | Mail listener library for node.js. Get notification when new email arrived. | +| 125 | 727 | 4 | [shadowsocks-dotcloud](https://github.com/shadowsocks/shadowsocks-dotcloud) | a port of shadowsocks via websockets protocol, able to tunnel through HTTP proxy | +| 124 | 122 | 146 | [settings-view](https://github.com/atom/settings-view) | Edit Atom settings | +| 124 | 9 | 5 | [Paige](https://github.com/rthauby/Paige) | Super simple project page generation | +| 124 | 9 | 3 | [bumped](https://github.com/bumped/bumped) | :package: Makes easy release software | | 123 | 22 | 12 | [node-mocks](https://github.com/vojtajina/node-mocks) | Suite of mocks for node.js (fs, http) + some testing utils... | -| 123 | 9 | 5 | [Paige](https://github.com/rthauby/Paige) | Super simple project page generation | -| 123 | 94 | 58 | [language-python](https://github.com/atom/language-python) | Python package for Atom | -| 123 | 30 | 13 | [mail-listener](https://github.com/circuithub/mail-listener) | Mail listener library for node.js. Get notification when new email arrived. | -| 123 | 14 | 18 | [meteor-peerdb](https://github.com/peerlibrary/meteor-peerdb) | Reactive database layer with references, generators, triggers, migrations, etc. | +| 123 | 9 | 1 | [maskew](https://github.com/dmotz/maskew) | Add some diagonal rhythm to your elements | | 122 | 44 | 10 | [snockets](https://github.com/pthrasher/snockets) | Sprockets-style script concatenation for Node | -| 122 | 9 | 1 | [maskew](https://github.com/dmotz/maskew) | Add some diagonal rhythm to your elements | -| 122 | 27 | 0 | [jquery-responsive-text](https://github.com/ghepting/jquery-responsive-text) | Make your text sizing responsive! | +| 122 | 6 | 7 | [pry.js](https://github.com/blainesch/pry.js) | :microscope: A REPL for Node. | +| 122 | 95 | 61 | [language-python](https://github.com/atom/language-python) | Python package for Atom | +| 122 | 26 | 0 | [jquery-responsive-text](https://github.com/ghepting/jquery-responsive-text) | Make your text sizing responsive! | | 121 | 12 | 0 | [Slash](https://github.com/oott123/Slash) | Read your documents cross platform. | -| 121 | 11 | 8 | [grunt-build-atom-shell](https://github.com/paulcbetts/grunt-build-atom-shell) | Grunt task to build Electron and rebuild node modules | -| 121 | 11 | 12 | [method-combinators](https://github.com/raganwald/method-combinators) | None | +| 121 | 29 | 11 | [oskar](https://github.com/wearehanno/oskar) | Oskar is a Slackbot that tracks how happy people are at work and helps remote teams to prevent isolation | +| 121 | 10 | 5 | [gsap-react-plugin](https://github.com/hzdg/gsap-react-plugin) | A GSAP plugin for tweening React.js component state. | +| 121 | 10 | 12 | [method-combinators](https://github.com/raganwald/method-combinators) | None | +| 121 | 19 | 5 | [crispyfi](https://github.com/crispymtn/crispyfi) | Makes music. Loud. https://www.crispymtn.com/stories/let-the-music-play | +| 121 | 25 | 18 | [atom-tasks](https://github.com/irrationalistic/atom-tasks) | Handle tasks/todo files in atom | | 121 | 33 | 5 | [nap](https://github.com/craigspaeth/nap) | Compile, manage, & package stylesheets, javascripts, and javascript templates for node.js | -| 121 | 6 | 7 | [pry.js](https://github.com/blainesch/pry.js) | :microscope: A REPL for Node. | -| 121 | 36 | 68 | [atom-lint](https://github.com/yujinakayama/atom-lint) | Obsolete: Generic code linting support for Atom | -| 120 | 23 | 1 | [atoms](https://github.com/tapquo/atoms) | Atomic development | -| 120 | 26 | 6 | [chai-webdriver](https://github.com/goodeggs/chai-webdriver) | Build more expressive integration tests with webdriver sugar for chai.js | -| 120 | 19 | 5 | [crispyfi](https://github.com/crispymtn/crispyfi) | Makes music. Loud. https://www.crispymtn.com/stories/let-the-music-play | -| 120 | 117 | 138 | [settings-view](https://github.com/atom/settings-view) | Edit Atom settings | -| 120 | 26 | 30 | [atom-racer](https://github.com/edubkendo/atom-racer) | Intelligent code completion for Rust in the Atom Editor. Requires Racer. | -| 120 | 588 | 4 | [shadowsocks-dotcloud](https://github.com/shadowsocks/shadowsocks-dotcloud) | a port of shadowsocks via websockets protocol, able to tunnel through HTTP proxy | -| 120 | 33 | 9 | [request-json](https://github.com/cozy/request-json) | Http Client to deal easily with JSON API | -| 119 | 17 | 3 | [brunch-with-hipsters](https://github.com/elving/brunch-with-hipsters) | Brunch with Hipsters is a rad Brunch app skeleton that comes with unicorns out of the box. | -| 119 | 10 | 5 | [gsap-react-plugin](https://github.com/hzdg/gsap-react-plugin) | A GSAP plugin for tweening React.js component state. | -| 119 | 26 | 18 | [atom-tasks](https://github.com/irrationalistic/atom-tasks) | Handle tasks/todo files in atom | +| 121 | 35 | 68 | [atom-lint](https://github.com/yujinakayama/atom-lint) | Obsolete: Generic code linting support for Atom | +| 120 | 22 | 1 | [atoms](https://github.com/tapquo/atoms) | Atomic development | +| 120 | 54 | 2 | [slick-lightbox](https://github.com/mreq/slick-lightbox) | A lightbox wrapper for Ken's amazing slick carousel. | +| 120 | 27 | 8 | [chai-webdriver](https://github.com/goodeggs/chai-webdriver) | Build more expressive integration tests with webdriver sugar for chai.js | +| 120 | 54 | 10 | [ngModal](https://github.com/adamalbrecht/ngModal) | Very basic modal dialog directive for Angular.js | +| 120 | 26 | 32 | [atom-racer](https://github.com/edubkendo/atom-racer) | Intelligent code completion for Rust in the Atom Editor. Requires Racer. | +| 120 | 34 | 9 | [request-json](https://github.com/cozy/request-json) | Http Client to deal easily with JSON API | +| 120 | 16 | 8 | [markdown-img-paste](https://github.com/cocoakekeyu/markdown-img-paste) | 一个可以快速粘贴剪贴板里的照片到markdown的插件,并且可以设置使用七牛存储照片。 | +| 119 | 11 | 8 | [grunt-build-atom-shell](https://github.com/paulcbetts/grunt-build-atom-shell) | Grunt task to build Electron and rebuild node modules | | 119 | 11 | 3 | [locallydb](https://github.com/btwael/locallydb) | An easy-to-use and lightweight local storage database for node.js and node-webkit | -| 119 | 33 | 0 | [gedit-coffeescript](https://github.com/wavded/gedit-coffeescript) | gedit Syntax Highlighting for CoffeeScript files | -| 118 | 9 | 3 | [bumped](https://github.com/bumped/bumped) | :package: Makes easy release software | +| 119 | 21 | 7 | [teacup](https://github.com/goodeggs/teacup) | Teacup is templates in CoffeeScript | +| 119 | 34 | 0 | [gedit-coffeescript](https://github.com/wavded/gedit-coffeescript) | gedit Syntax Highlighting for CoffeeScript files | +| 119 | 16 | 2 | [cherry](https://github.com/blandinw/cherry) | Home automation nerve center | +| 119 | 7 | 6 | [glist](https://github.com/jcouyang/glist) | Taking notes with :octocat: Gist from Atom | +| 118 | 17 | 3 | [brunch-with-hipsters](https://github.com/elving/brunch-with-hipsters) | Brunch with Hipsters is a rad Brunch app skeleton that comes with unicorns out of the box. | +| 118 | 27 | 23 | [cm](https://github.com/xuender/cm) | Google Chrome extension ContextMenus | +| 118 | 7 | 29 | [node-installer](https://github.com/keybase/node-installer) | An installer/updater for the node client. | +| 118 | 99 | 76 | [bracket-matcher](https://github.com/atom/bracket-matcher) | Jump to brackets | | 118 | 14 | 2 | [stack-up.js](https://github.com/heyadem/stack-up.js) | Create fixed width, variable height grid layouts | -| 118 | 16 | 2 | [cherry](https://github.com/blandinw/cherry) | Home automation nerve center | -| 118 | 42 | 20 | [dynasty](https://github.com/victorquinn/dynasty) | Dynasty - Promise-based, clean DynamoDB API | +| 118 | 44 | 20 | [dynasty](https://github.com/victorquinn/dynasty) | Dynasty - Promise-based, clean DynamoDB API | | 117 | 11 | 0 | [luca](https://github.com/datapimp/luca) | A UI / Component Framework and Application Architecture for Backbone.js which uses twitter's bootstrap for styling | -| 117 | 27 | 11 | [oskar](https://github.com/wearehanno/oskar) | Oskar is a Slackbot that tracks how happy people are at work and helps remote teams to prevent isolation | -| 117 | 26 | 22 | [cm](https://github.com/xuender/cm) | Google Chrome extension ContextMenus | -| 117 | 8 | 29 | [node-installer](https://github.com/keybase/node-installer) | An installer/updater for the node client. | -| 117 | 21 | 7 | [teacup](https://github.com/goodeggs/teacup) | Teacup is templates in CoffeeScript | -| 117 | 19 | 11 | [json0](https://github.com/ottypes/json0) | Version 0 of the JSON type | -| 117 | 7 | 6 | [glist](https://github.com/jcouyang/glist) | Taking notes with :octocat: Gist from Atom | +| 117 | 87 | 1 | [gates_bubbles](https://github.com/vlandham/gates_bubbles) | animated bubble charts in D3 | +| 117 | 20 | 10 | [json0](https://github.com/ottypes/json0) | Version 0 of the JSON OT type | +| 117 | 30 | 9 | [css-selector-generator](https://github.com/fczbkk/css-selector-generator) | JavaScript object that creates unique CSS selector for given object. | +| 117 | 18 | 25 | [atom-tablr](https://github.com/abe33/atom-tablr) | Edit CSV files using a table editor | | 116 | 13 | 3 | [parsec-coffee-script](https://github.com/fab13n/parsec-coffee-script) | None | | 116 | 8 | 0 | [backbone.projections](https://github.com/andreypopp/backbone.projections) | backbone.projections is a set of projections for Backbone.Collection | | 116 | 6 | 1 | [lodis](https://github.com/elcuervo/lodis) | LOcal Dictionary Server | -| 116 | 14 | 1 | [TuringType](https://github.com/dmotz/TuringType) | Simple human typing effect | +| 116 | 12 | 9 | [mongofb](https://github.com/lessthan3/mongofb) | MongoFirebase - MongoDB + Firebase security/updates | +| 116 | 33 | 9 | [getmac](https://github.com/bevry/getmac) | Get the mac address of the current machine you are on via Node.js | +| 116 | 15 | 1 | [TuringType](https://github.com/dmotz/TuringType) | Simple human typing effect | | 115 | 13 | 17 | [observatory](https://github.com/superstringsoftware/observatory) | Powerful, yet easy to use, logging, monitoring and application management package for Meteor framework. Some docs below, for details - | | 115 | 24 | 14 | [papercut](https://github.com/Rafe/papercut) | node module to resize and crop image | -| 115 | 87 | 1 | [gates_bubbles](https://github.com/vlandham/gates_bubbles) | animated bubble charts in D3 | -| 115 | 18 | 24 | [atom-tablr](https://github.com/abe33/atom-tablr) | Edit CSV files using a table editor | -| 115 | 31 | 32 | [atom-asciidoc-preview](https://github.com/asciidoctor/atom-asciidoc-preview) | ⚛ AsciiDoc preview for the Atom editor. | -| 114 | 56 | 76 | [atom-html-preview](https://github.com/harmsk/atom-html-preview) | Atom HTML Live Preview Package | -| 114 | 25 | 13 | [svg-input-elements](https://github.com/engelfrost/svg-input-elements) | A JavaScript implementation of an SVG textarea. WIP. | -| 114 | 22 | 8 | [hapiger](https://github.com/grahamjenson/hapiger) | HapiGer is an http-wrapper around the Good Enough Recommendation engine using the Hapi.js framework | -| 114 | 94 | 75 | [bracket-matcher](https://github.com/atom/bracket-matcher) | Jump to brackets | +| 115 | 26 | 13 | [svg-input-elements](https://github.com/engelfrost/svg-input-elements) | A JavaScript implementation of an SVG textarea. WIP. | +| 115 | 49 | 9 | [hubot-auth](https://github.com/hubot-scripts/hubot-auth) | Assign roles to users and restrict command access in other scripts | +| 115 | 25 | 0 | [windows-framer-toolkit](https://github.com/Microsoft/windows-framer-toolkit) | Windows 10 UWP framer prototyping toolkit. | +| 114 | 24 | 4 | [hoardd](https://github.com/coredump/hoardd) | Hoardd is extensible daemon designed to collect server data and inject into Graphite/Carbon | +| 114 | 20 | 7 | [syno](https://github.com/kwent/syno) | Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x. | | 114 | 10 | 19 | [meteor-offline-data](https://github.com/awwx/meteor-offline-data) | Meteor offline data project. | +| 114 | 12 | 1 | [fontBomb](https://github.com/plehoux/fontBomb) | An html 5 experiment where you can destroy any webpage with bombs! | +| 114 | 63 | 8 | [mini-breakpad-server](https://github.com/electron/mini-breakpad-server) | Minimum breakpad crash reports collecting server | | 114 | 14 | 8 | [genesis-skeleton](https://github.com/ericclemmons/genesis-skeleton) | Modern, opinionated, full-stack starter kit for rapid, streamlined application development. | -| 113 | 24 | 4 | [hoardd](https://github.com/coredump/hoardd) | Hoardd is extensible daemon designed to collect server data and inject into Graphite/Carbon | +| 114 | 31 | 33 | [atom-asciidoc-preview](https://github.com/asciidoctor/atom-asciidoc-preview) | ⚛ AsciiDoc preview for the Atom editor. | | 113 | 28 | 0 | [Plasmatic-Isosurface](https://github.com/soulwire/Plasmatic-Isosurface) | A 2 dimensional plasma simulation running on the GPU, written in GLSL and CoffeeScript and rendered with WebGL. | -| 113 | 19 | 19 | [youtube5](https://github.com/greneholt/youtube5) | Safari extension that converts YouTube videos on any site into HTML5 video tags | -| 113 | 31 | 9 | [getmac](https://github.com/bevry/getmac) | Get the mac address of the current machine you are on via Node.js | -| 113 | 31 | 2 | [gulp-webpack-react-bootstrap-sass-template](https://github.com/glebm/gulp-webpack-react-bootstrap-sass-template) | Web App Client Template: React. Sass, Coffee, JSX. Bootstrap for Sass. Compiled with Gulp and Webpack. | -| 112 | 24 | 3 | [monocle](https://github.com/soyjavi/monocle) | Build Awesome CoffeeScript MVC Applications | -| 112 | 14 | 4 | [angular-adaptive-backgrounds](https://github.com/brandly/angular-adaptive-backgrounds) | :sunrise_over_mountains: Surround a picture with its dominant color using a simple directive | -| 112 | 19 | 6 | [syno](https://github.com/kwent/syno) | Simple Node.js wrapper and CLI for Synology DSM REST API 5.x and 6.x. | +| 113 | 14 | 7 | [JSCPP](https://github.com/felixhao28/JSCPP) | A simple C++ interpreter written in JavaScript | +| 112 | 24 | 2 | [monocle](https://github.com/soyjavi/monocle) | Build Awesome CoffeeScript MVC Applications | +| 112 | 13 | 3 | [angular-adaptive-backgrounds](https://github.com/brandly/angular-adaptive-backgrounds) | :sunrise_over_mountains: Surround a picture with its dominant color using a simple directive | +| 112 | 19 | 19 | [youtube5](https://github.com/greneholt/youtube5) | Safari extension that converts YouTube videos on any site into HTML5 video tags | | 112 | 10 | 3 | [radian](https://github.com/ahmednuaman/radian) | A scalable AngularJS framework | | 112 | 7 | 4 | [dynasaur](https://github.com/tglines/dynasaur) | DynamoDB ORM for Node.js | -| 112 | 12 | 1 | [fontBomb](https://github.com/plehoux/fontBomb) | An html 5 experiment where you can destroy any webpage with bombs! | -| 112 | 11 | 9 | [mongofb](https://github.com/lessthan3/mongofb) | MongoFirebase - MongoDB + Firebase security/updates | -| 111 | 5 | 0 | [sake-cli](https://github.com/sakejs/sake-cli) | 🍶 Sake is a build tool for JavaScript. | +| 112 | 23 | 8 | [hapiger](https://github.com/grahamjenson/hapiger) | HapiGer is an http-wrapper around the Good Enough Recommendation engine using the Hapi.js framework | +| 112 | 14 | 2 | [clientside-haml-js](https://github.com/uglyog/clientside-haml-js) | Haml compiler for client side javascript view templates | | 111 | 5 | 1 | [react-universal-router](https://github.com/avocode/react-universal-router) | React router for your web, electron or nw.js app. | -| 111 | 18 | 11 | [Ask-Stack-Atom](https://github.com/Chris911/Ask-Stack-Atom) | Ask Stack Overflow for Atom | -| 111 | 29 | 9 | [css-selector-generator](https://github.com/fczbkk/css-selector-generator) | JavaScript object that creates unique CSS selector for given object. | -| 111 | 50 | 8 | [hubot-auth](https://github.com/hubot-scripts/hubot-auth) | Assign roles to users and restrict command access in other scripts | +| 111 | 17 | 1 | [component-store-example](https://github.com/nylas/component-store-example) | An example of the topics covered in Building for Plugins with React & Flux | +| 111 | 31 | 2 | [gulp-webpack-react-bootstrap-sass-template](https://github.com/glebm/gulp-webpack-react-bootstrap-sass-template) | Web App Client Template: React. Sass, Coffee, JSX. Bootstrap for Sass. Compiled with Gulp and Webpack. | +| 111 | 17 | 11 | [Ask-Stack-Atom](https://github.com/Chris911/Ask-Stack-Atom) | Ask Stack Overflow for Atom | +| 110 | 11 | 1 | [vue-mixins](https://github.com/paulpflug/vue-mixins) | A collection of mixins in vue | | 110 | 14 | 3 | [lsd](https://github.com/franzenzenhofer/lsd) | LSD - line-square-dot: an addicting game | | 110 | 6 | 0 | [googcms](https://github.com/benhartley/googcms) | Google Drive CMS | -| 110 | 62 | 7 | [mini-breakpad-server](https://github.com/electron/mini-breakpad-server) | Minimum breakpad crash reports collecting server | -| 109 | 29 | 27 | [atom-language-rust](https://github.com/zargony/atom-language-rust) | Rust language support in Atom | +| 110 | 6 | 0 | [sake-cli](https://github.com/sakejs/sake-cli) | 🍶 Sake is a build tool for JavaScript. | +| 109 | 29 | 29 | [atom-language-rust](https://github.com/zargony/atom-language-rust) | Rust language support in Atom | | 109 | 39 | 17 | [ngGAPI](https://github.com/christiansmith/ngGAPI) | AngularJS Google API Client | -| 109 | 17 | 1 | [component-store-example](https://github.com/nylas/component-store-example) | An example of the topics covered in Building for Plugins with React & Flux | | 109 | 37 | 12 | [jqapi](https://github.com/jqapi/jqapi) | Home of the new jQAPI. | | 109 | 25 | 6 | [node-hipchat](https://github.com/nkohari/node-hipchat) | simple node.js library for communicating with hipchat's rest api | -| 109 | 13 | 2 | [clientside-haml-js](https://github.com/uglyog/clientside-haml-js) | Haml compiler for client side javascript view templates | | 108 | 17 | 18 | [biscotto](https://github.com/gjtorikian/biscotto) | UNMAINTAINED. CoffeeScript API documentation tool that uses TomDoc notation. | -| 108 | 7 | 14 | [coffeetable](https://github.com/alecperkins/coffeetable) | A drop-in workbench for experimentation, CoffeeTable is a CoffeeScript-fluent browser console. | +| 108 | 8 | 14 | [coffeetable](https://github.com/alecperkins/coffeetable) | A drop-in workbench for experimentation, CoffeeTable is a CoffeeScript-fluent browser console. | | 108 | 18 | 2 | [knockout-rails](https://github.com/dnagir/knockout-rails) | KnockoutJS for Rails with Sweetness | -| 106 | 20 | 11 | [meteor-tutorials](https://github.com/TurkServer/meteor-tutorials) | Create super cool animated tutorials for your Meteor app. | +| 108 | 12 | 6 | [bot-brother](https://github.com/SerjoPepper/bot-brother) | Node.js framework for telegram bots | +| 106 | 44 | 19 | [jquery-infinite-pages](https://github.com/magoosh/jquery-infinite-pages) | Simple infinitely scrolling pages for jQuery, gemified for Rails | | 106 | 54 | 0 | [mint.js](https://github.com/lancejpollard/mint.js) | NO LONGER SUPPORTED | | 106 | 23 | 23 | [node-tds](https://github.com/cretz/node-tds) | Pure JS implementation of TDS protocol for Microsoft SQL Server | -| 106 | 13 | 6 | [JSCPP](https://github.com/felixhao28/JSCPP) | A simple C++ interpreter written in JavaScript | | 105 | 2 | 0 | [webnull](https://github.com/jondot/webnull) | web/null eats your HTTP | -| 105 | 1 | 1 | [fluid-framer](https://github.com/stakes/fluid-framer) | Adds ability to dynamically scale and float elements in the browser window to Framer.js Layers. | -| 105 | 44 | 19 | [jquery-infinite-pages](https://github.com/magoosh/jquery-infinite-pages) | Simple infinitely scrolling pages for jQuery, gemified for Rails | +| 105 | 2 | 1 | [fluid-framer](https://github.com/stakes/fluid-framer) | Adds ability to dynamically scale and float elements in the browser window to Framer.js Layers. | +| 105 | 19 | 2 | [wysiwyg](https://github.com/maccman/wysiwyg) | None | | 104 | 29 | 8 | [minimongoid](https://github.com/Exygy/minimongoid) | Mongoid inspired model architecture for your Meteor apps. | -| 104 | 19 | 2 | [wysiwyg](https://github.com/maccman/wysiwyg) | None | +| 104 | 20 | 11 | [meteor-tutorials](https://github.com/TurkServer/meteor-tutorials) | Create super cool animated tutorials for your Meteor app. | | 104 | 9 | 5 | [react-markdown-textarea](https://github.com/KyleAMathews/react-markdown-textarea) | Component for React to create textareas for entering Markdown with built-in preview inspired by Github's design | +| 104 | 26 | 6 | [node-whois](https://github.com/FurqanSoftware/node-whois) | A simple WHOIS client for NodeJS | +| 103 | 5 | 7 | [meteor-reactive-publish](https://github.com/peerlibrary/meteor-reactive-publish) | Reactive publish endpoints | +| 103 | 35 | 7 | [htmldiff.js](https://github.com/tnwinc/htmldiff.js) | Diff algorithm that understands HTML, in the browser. | +| 103 | 42 | 34 | [sharelatex-docker-image](https://github.com/sharelatex/sharelatex-docker-image) | A Dockerfile for building the official ShareLaTeX Community Edition docker image | | 103 | 13 | 0 | [responsImg](https://github.com/etiennetalbot/responsImg) | jQuery plugin to make images load the smallest possible version of itself required for the current viewport size. See it as media queries for img tags. | | 103 | 2 | 1 | [catenary](https://github.com/sgentle/catenary) | Concatenative programming for Javascript | -| 102 | 10 | 7 | [bot-brother](https://github.com/SerjoPepper/bot-brother) | Node.js framework for telegram bots | -| 102 | 32 | 7 | [htmldiff.js](https://github.com/tnwinc/htmldiff.js) | Diff algorithm that understands HTML, in the browser. | -| 102 | 26 | 4 | [node-whois](https://github.com/FurqanSoftware/node-whois) | A simple WHOIS client for NodeJS | +| 102 | 22 | 5 | [ionic-cordova-gulp-seed](https://github.com/jtomaszewski/ionic-cordova-gulp-seed) | Ionic & Cordova & Gulp combo-seed - perfect for starting with Ionic framework! | +| 102 | 67 | 8 | [hubot-google-images](https://github.com/hubot-scripts/hubot-google-images) | A hubot script that interacts with the Google Images API | +| 102 | 20 | 1 | [moment-countdown](https://github.com/icambron/moment-countdown) | Use Countdown.js from Moment.js | | 101 | 6 | 2 | [relativeDate](https://github.com/OutlawAndy/relativeDate) | Angular.js service providing auto-updating, relative time labels like "about 1 minute ago" | -| 101 | 22 | 5 | [ionic-cordova-gulp-seed](https://github.com/jtomaszewski/ionic-cordova-gulp-seed) | Ionic & Cordova & Gulp combo-seed - perfect for starting with Ionic framework! | -| 101 | 42 | 9 | [atom-turbo-javascript](https://github.com/extrabacon/atom-turbo-javascript) | Commands and snippets for faster Javascript and Typescript with the Atom Editor | -| 101 | 13 | 12 | [s3-streaming-upload](https://github.com/apiaryio/s3-streaming-upload) | s3-streaming-upload is node.js library that listens to your stream and upload its data to Amazon S3 using ManagedUpload API. | -| 101 | 18 | 0 | [windows-framer-toolkit](https://github.com/Microsoft/windows-framer-toolkit) | Windows 10 UWP framer prototyping toolkit. | -| 100 | 4 | 2 | [Look-Alike](https://github.com/axiomzen/Look-Alike) | A simple-yet-powerful KD-tree library for NodeJS, with support for lightning-fast k-Nearest Neighbour queries. | -| 100 | 10 | 1 | [vue-mixins](https://github.com/paulpflug/vue-mixins) | A collection of mixins in vue | -| 100 | 92 | 23 | [coursera-downloader](https://github.com/ivan-dyachenko/coursera-downloader) | Coursera Videos Downloader Chrome Plugin | -| 100 | 4 | 7 | [meteor-reactive-publish](https://github.com/peerlibrary/meteor-reactive-publish) | Reactive publish endpoints | +| 101 | 5 | 2 | [Look-Alike](https://github.com/axiomzen/Look-Alike) | A simple-yet-powerful KD-tree library for NodeJS, with support for lightning-fast k-Nearest Neighbour queries. | +| 101 | 43 | 9 | [atom-turbo-javascript](https://github.com/extrabacon/atom-turbo-javascript) | Commands and snippets for faster Javascript and Typescript with the Atom Editor | +| 101 | 14 | 11 | [s3-streaming-upload](https://github.com/apiaryio/s3-streaming-upload) | s3-streaming-upload is node.js library that listens to your stream and upload its data to Amazon S3 using ManagedUpload API. | +| 100 | 12 | 9 | [electron-cookies](https://github.com/hstove/electron-cookies) | Adds support for cookies in Electron. Cookies are persisted through localStorage. | +| 100 | 5 | 4 | [meteor-animate](https://github.com/webtempest/meteor-animate) | Easily perform CSS3 animations and transitions in Meteor. | +| 100 | 39 | 2 | [noreferrer](https://github.com/knu/noreferrer) | Cross-browser support for HTML5's noreferrer link type. | | 100 | 5 | 1 | [skrap](https://github.com/nickdima/skrap) | Easily scrap web pages by providing json recipes | -| 100 | 6 | 1 | [vuejs-book](https://github.com/koba04/vuejs-book) | This book is vue.js guide book. | +| 100 | 10 | 6 | [safarikai](https://github.com/ashchan/safarikai) | Safari extension for translating Japanese words. | +| 100 | 103 | 42 | [meteor-autoform-file](https://github.com/yogiben/meteor-autoform-file) | Upload and manage files with #autoForm | | 100 | 4 | 1 | [gulpsmith](https://github.com/pjeby/gulpsmith) | Use gulp plugins in Metalsmith, or Metalsmith plugins in gulp | +| 100 | 8 | 3 | [chromatist](https://github.com/jrus/chromatist) | A JavaScript library for working with colors and color spaces | +| 100 | 30 | 39 | [git-diff](https://github.com/atom/git-diff) | Diff markers in Atom's gutter | +| 100 | 25 | 4 | [accept-bitcoin](https://github.com/sagivo/accept-bitcoin) | Accept bitcoin payments using Node.js | | 100 | 19 | 2 | [GED-VIZ](https://github.com/bertelsmannstift/GED-VIZ) | None | -| 99 | 14 | 3 | [angular-persian](https://github.com/mohebifar/angular-persian) | :earth_asia: Persian tools for angular.js | +| 99 | 13 | 3 | [angular-persian](https://github.com/mohebifar/angular-persian) | :earth_asia: Persian tools for angular.js | | 99 | 48 | 28 | [sensu-dashboard](https://github.com/sensu/sensu-dashboard) | A dashboard for Sensu, for displaying & managing events & clients. | -| 99 | 103 | 42 | [meteor-autoform-file](https://github.com/yogiben/meteor-autoform-file) | Upload and manage files with #autoForm | -| 99 | 8 | 3 | [chromatist](https://github.com/jrus/chromatist) | A JavaScript library for working with colors and color spaces | -| 99 | 42 | 33 | [sharelatex-docker-image](https://github.com/sharelatex/sharelatex-docker-image) | A Dockerfile for building the official ShareLaTeX Community Edition docker image | -| 99 | 67 | 8 | [hubot-google-images](https://github.com/hubot-scripts/hubot-google-images) | A hubot script that interacts with the Google Images API | +| 99 | 35 | 22 | [jquery-mentions](https://github.com/ivirabyan/jquery-mentions) | Adds mentioning support to your text fields. | +| 99 | 92 | 23 | [coursera-downloader](https://github.com/ivan-dyachenko/coursera-downloader) | Coursera Videos Downloader Chrome Plugin | +| 99 | 5 | 2 | [RenderKid](https://github.com/AriaMinaei/RenderKid) | Stylish console.log for node | +| 99 | 6 | 1 | [vuejs-book](https://github.com/koba04/vuejs-book) | This book is vue.js guide book. | +| 99 | 53 | 4 | [ksp](https://github.com/alexmoon/ksp) | Kerbal Space Program Mission Plotter | | 99 | 11 | 1 | [datamock.js](https://github.com/marksteve/datamock.js) | Adds mock data to your mockups | -| 99 | 17 | 11 | [atom-firepad](https://github.com/Fankserver/atom-firepad) | Collaborative code editing with Atom + Firepad | -| 99 | 19 | 0 | [moment-countdown](https://github.com/icambron/moment-countdown) | Use Countdown.js from Moment.js | +| 99 | 50 | 124 | [symbols-tree-view](https://github.com/xndcn/symbols-tree-view) | A symbols view like taglist for Atom.io | +| 99 | 17 | 12 | [atom-firepad](https://github.com/Fankserver/atom-firepad) | Collaborative code editing with Atom + Firepad | | 99 | 13 | 0 | [realistic-typewriter.js](https://github.com/fardjad/realistic-typewriter.js) | A library for simulating typewriter effect in the browser | -| 98 | 12 | 9 | [electron-cookies](https://github.com/hstove/electron-cookies) | Adds support for cookies in Electron. Cookies are persisted through localStorage. | -| 98 | 4 | 4 | [meteor-animate](https://github.com/webtempest/meteor-animate) | Easily perform CSS3 animations and transitions in Meteor. | | 98 | 11 | 3 | [konfig](https://github.com/vngrs/konfig) | Config loader module for Node.js. Automatic, environment specific and dynamic. | -| 98 | 30 | 25 | [meteor-jquery-datatables](https://github.com/LumaPictures/meteor-jquery-datatables) | Sort, page, and filter millions of records reactively. | +| 98 | 84 | 23 | [language-php](https://github.com/atom/language-php) | PHP package for Atom | | 98 | 14 | 1 | [mongo-watch](https://github.com/TorchlightSoftware/mongo-watch) | Watches for changes in MongoDB replication log. | -| 98 | 11 | 6 | [safarikai](https://github.com/ashchan/safarikai) | Safari extension for translating Japanese words. | -| 98 | 16 | 4 | [steroids-js](https://github.com/AppGyver/steroids-js) | Steroids JavaScript Library | -| 98 | 51 | 4 | [ksp](https://github.com/alexmoon/ksp) | Kerbal Space Program Mission Plotter | +| 98 | 30 | 25 | [meteor-jquery-datatables](https://github.com/LumaPictures/meteor-jquery-datatables) | Sort, page, and filter millions of records reactively. | +| 98 | 34 | 7 | [githubot](https://github.com/iangreenleaf/githubot) | Github API access, tailored for Hubot | +| 98 | 9 | 4 | [react-micro-bar-chart](https://github.com/KyleAMathews/react-micro-bar-chart) | React component for micro bar-charts rendered with D3 | +| 98 | 47 | 21 | [saml2](https://github.com/Clever/saml2) | Node module to abstract away the complexities of the SAML protocol behind an easy to use interface. | +| 98 | 13 | 1 | [revocable-self-signed-tls-certificates-hack](https://github.com/ChristopherA/revocable-self-signed-tls-certificates-hack) | As a proof-of-concept, we will show how easy it is to revoke a self-signed certificate using the bitcoin blockchain. This will also demonstrate how we may be able to use similar approaches for more advanced capabilities that current X.509 infrastructure do not. | +| 98 | 58 | 12 | [jquery-dialogextend](https://github.com/ROMB/jquery-dialogextend) | jQuery DialogExtend Plugin - Maximize and Minimize Buttons for UI Dialog | | 98 | 12 | 6 | [backbone.hal](https://github.com/mikekelly/backbone.hal) | Hypermedia for Backbone.js | | 98 | 8 | 2 | [phantom-cluster](https://github.com/dailymuse/phantom-cluster) | Provides a cluster of phantomjs-backed workers | +| 98 | 13 | 1 | [OrientationEvents](https://github.com/joshmtucker/OrientationEvents) | Module for Framer Studio to handle device orientation events. | +| 97 | 61 | 0 | [d3examples](https://github.com/kbroman/d3examples) | Examples of interactive graphics using d3.js | | 97 | 4 | 0 | [meteor-bender](https://github.com/subvisual/meteor-bender) | Animations in page transitions | -| 97 | 9 | 4 | [react-micro-bar-chart](https://github.com/KyleAMathews/react-micro-bar-chart) | React component for micro bar-charts rendered with D3 | -| 97 | 16 | 3 | [coffeescript-concat](https://github.com/fairfieldt/coffeescript-concat) | A utility that preprocesses and concatenates CoffeeScript source files | -| 97 | 57 | 12 | [jquery-dialogextend](https://github.com/ROMB/jquery-dialogextend) | jQuery DialogExtend Plugin - Maximize and Minimize Buttons for UI Dialog | -| 97 | 30 | 40 | [git-diff](https://github.com/atom/git-diff) | Diff markers in Atom's gutter | +| 97 | 17 | 3 | [coffeescript-concat](https://github.com/fairfieldt/coffeescript-concat) | A utility that preprocesses and concatenates CoffeeScript source files | +| 97 | 16 | 4 | [steroids-js](https://github.com/AppGyver/steroids-js) | Steroids JavaScript Library | | 97 | 8 | 2 | [essential.js](https://github.com/elclanrs/essential.js) | Essential JS - Functional JavaScript "the right way" | -| 96 | 33 | 20 | [jquery-mentions](https://github.com/ivirabyan/jquery-mentions) | Adds mentioning support to your text fields. | -| 96 | 40 | 2 | [noreferrer](https://github.com/knu/noreferrer) | Cross-browser support for HTML5's noreferrer link type. | -| 96 | 60 | 0 | [d3examples](https://github.com/kbroman/d3examples) | Examples of interactive graphics using d3.js | -| 96 | 13 | 1 | [revocable-self-signed-tls-certificates-hack](https://github.com/ChristopherA/revocable-self-signed-tls-certificates-hack) | As a proof-of-concept, we will show how easy it is to revoke a self-signed certificate using the bitcoin blockchain. This will also demonstrate how we may be able to use similar approaches for more advanced capabilities that current X.509 infrastructure do not. | +| 97 | 12 | 4 | [vm.js](https://github.com/tarruda/vm.js) | Javascript bytecode compiler and VM implemented in pure coffeescript | +| 96 | 4 | 0 | [node-pullquoter](https://github.com/ageitgey/node-pullquoter) | Automatically pull interesting quotes out of an article. | +| 96 | 15 | 11 | [performance-now](https://github.com/braveg1rl/performance-now) | Implements performance.now (based on process.hrtime). | +| 96 | 20 | 1 | [brauhausjs](https://github.com/homebrewing/brauhausjs) | A beer recipe calculator for homebrewing on servers and in browsers | | 96 | 30 | 2 | [kd](https://github.com/koding/kd) | UI Framework for web applications. | | 96 | 2 | 3 | [swagger-dsl](https://github.com/intellinote/swagger-dsl) | A CoffeeScript-based domain-specific language for generating JSON documents for Swagger. | -| 96 | 5 | 2 | [RenderKid](https://github.com/AriaMinaei/RenderKid) | Stylish console.log for node | -| 96 | 34 | 7 | [githubot](https://github.com/iangreenleaf/githubot) | Github API access, tailored for Hubot | -| 96 | 21 | 6 | [pixel-editor](https://github.com/STRd6/pixel-editor) | It edits pixels | -| 96 | 21 | 4 | [accept-bitcoin](https://github.com/sagivo/accept-bitcoin) | Accept bitcoin payments using Node.js | -| 96 | 22 | 27 | [wifi-control-node](https://github.com/msolters/wifi-control-node) | A NodeJS module that allows you to scan for, connect to and disconnect from wireless access points near the server. Great for offline or local apps. | -| 96 | 48 | 122 | [symbols-tree-view](https://github.com/xndcn/symbols-tree-view) | A symbols view like taglist for Atom.io | -| 95 | 80 | 26 | [language-php](https://github.com/atom/language-php) | PHP package for Atom | -| 95 | 4 | 0 | [node-pullquoter](https://github.com/ageitgey/node-pullquoter) | Automatically pull interesting quotes out of an article. | -| 95 | 12 | 4 | [vm.js](https://github.com/tarruda/vm.js) | Javascript bytecode compiler and VM implemented in pure coffeescript | -| 95 | 13 | 1 | [OrientationEvents](https://github.com/joshmtucker/OrientationEvents) | Module for Framer Studio to handle device orientation events. | +| 96 | 22 | 29 | [wifi-control-node](https://github.com/msolters/wifi-control-node) | A NodeJS module that allows you to scan for, connect to and disconnect from wireless access points near the server. Great for offline or local apps. | +| 96 | 41 | 6 | [jquery-bootstrap-pagination](https://github.com/markbates/jquery-bootstrap-pagination) | None | +| 95 | 23 | 6 | [pixel-editor](https://github.com/STRd6/pixel-editor) | It edits pixels | +| 95 | 1 | 1 | [chromatic-sass](https://github.com/bugsnag/chromatic-sass) | Advanced color manipulation for node sass | | 94 | 13 | 6 | [bliss](https://github.com/cstivers78/bliss) | Template Engine for Node.js, inspired by .NET Razor and Play! Scala Templates | -| 94 | 35 | 70 | [autocomplete-clang](https://github.com/yasuyuky/autocomplete-clang) | None | | 94 | 4 | 0 | [parrotjs](https://github.com/parrotjs/parrotjs) | Browser features today. High-level wrapper for browser features. | -| 94 | 19 | 1 | [brauhausjs](https://github.com/homebrewing/brauhausjs) | A beer recipe calculator for homebrewing on servers and in browsers | -| 94 | 11 | 0 | [gmailui](https://github.com/joscha/gmailui) | A GMail user interface library | -| 94 | 38 | 6 | [jquery-bootstrap-pagination](https://github.com/markbates/jquery-bootstrap-pagination) | None | -| 94 | 18 | 1 | [tripl.it](https://github.com/subvisual/tripl.it) | A mobile application for sharing trip expenses with friends. Made with Meteor. | +| 94 | 35 | 70 | [autocomplete-clang](https://github.com/yasuyuky/autocomplete-clang) | None | +| 94 | 11 | 1 | [gmailui](https://github.com/joscha/gmailui) | A GMail user interface library | +| 94 | 48 | 12 | [butter-desktop-angular](https://github.com/butterproject/butter-desktop-angular) | Angular version of butter-desktop | +| 94 | 19 | 1 | [tripl.it](https://github.com/subvisual/tripl.it) | A mobile application for sharing trip expenses with friends. Made with Meteor. | +| 94 | 19 | 13 | [rizzoma](https://github.com/rizzoma/rizzoma) | Code that powers Rizzoma collaboration platform | +| 94 | 12 | 4 | [linter-write-good](https://github.com/gepoch/linter-write-good) | An Atom linter interface for write-good. | | 93 | 15 | 1 | [hubot-sushiyuki](https://github.com/naoya/hubot-sushiyuki) | None | | 93 | 148 | 0 | [habitrpg-shared](https://github.com/HabitRPG/habitrpg-shared) | Shared resources useful for multiple HabitRPG repositories. Assets (sprites, imgs, etc), CSS, algorithms, and more. | -| 93 | 29 | 6 | [hubot-test-helper](https://github.com/mtsmfm/hubot-test-helper) | Helper for testing hubot script | -| 93 | 27 | 11 | [atom-language-swift](https://github.com/freebroccolo/atom-language-swift) | Swift language support for the Atom editor | -| 93 | 47 | 12 | [butter-desktop-angular](https://github.com/butterproject/butter-desktop-angular) | Angular version of butter-desktop | -| 93 | 15 | 9 | [performance-now](https://github.com/braveg1rl/performance-now) | Implements performance.now (based on process.hrtime). | -| 93 | 19 | 13 | [rizzoma](https://github.com/rizzoma/rizzoma) | Code that powers Rizzoma collaboration platform | -| 92 | 2 | 6 | [mixen](https://github.com/HubSpot/mixen) | Combine Javascript classes on the fly | -| 92 | 11 | 2 | [linter-write-good](https://github.com/gepoch/linter-write-good) | An Atom linter interface for write-good. | -| 92 | 20 | 3 | [node-netmask](https://github.com/rs/node-netmask) | Parse and lookup IP network blocks | -| 92 | 1 | 1 | [chromatic-sass](https://github.com/bugsnag/chromatic-sass) | Advanced color manipulation for node sass | +| 93 | 26 | 11 | [atom-language-swift](https://github.com/freebroccolo/atom-language-swift) | Swift language support for the Atom editor | +| 93 | 21 | 3 | [node-netmask](https://github.com/rs/node-netmask) | Parse and lookup IP network blocks | +| 93 | 50 | 28 | [resin-wifi-connect](https://github.com/resin-io/resin-wifi-connect) | An app to allow WiFi configuration to be set via a captive portal. | +| 92 | 10 | 8 | [react-google-analytics](https://github.com/hzdg/react-google-analytics) | Google analytics component | +| 92 | 47 | 15 | [react-countdown-clock](https://github.com/pughpugh/react-countdown-clock) | HTML5 canvas countdown clock React component | +| 92 | 7 | 11 | [fuzz-aldrin-plus](https://github.com/jeancroy/fuzz-aldrin-plus) | Sublime text like fuzzy filtering - compatible with atom/fuzzaldrin | +| 92 | 43 | 29 | [atom-keymap](https://github.com/atom/atom-keymap) | Atom's selector-based keymap system | +| 92 | 41 | 1 | [hubot-matteruser](https://github.com/loafoe/hubot-matteruser) | Hubot adapter for Mattermost using Web API and Websockets | | 92 | 24 | 5 | [hubot-standup](https://github.com/miyagawa/hubot-standup) | Agile style standup bot with hubot, ala tender | +| 92 | 13 | 20 | [jumpy](https://github.com/DavidLGoldberg/jumpy) | An Atom package that creates dynamic hot keys to jump around files and across visible panes. | +| 92 | 43 | 51 | [cloudinary](https://github.com/Lepozepo/cloudinary) | None | +| 92 | 16 | 4 | [node-fv](https://github.com/creatale/node-fv) | A node.js library for extracting data from scanned forms. | | 91 | 10 | 2 | [CrowdMapper](https://github.com/TurkServer/CrowdMapper) | Real-time collaborative application for tagging streams of geospatial data, built on top of the Meteor Javascript platform. Built with the humanitarian goal of crisis mapping in mind. | | 91 | 9 | 0 | [jose-vs-oss](https://github.com/nashby/jose-vs-oss) | I'm here to help @josevalim fight Gihub issues | +| 91 | 28 | 0 | [slackbot-tutorial](https://github.com/michikono/slackbot-tutorial) | Tutorial on how to write slack bots and scripts | +| 91 | 6 | 55 | [msgflo](https://github.com/msgflo/msgflo) | Distributed Flow-Based Programming via message queues | +| 91 | 13 | 2 | [dockerlint](https://github.com/RedCoolBeans/dockerlint) | Linting tool for Dockerfiles | | 91 | 8 | 4 | [fortnight](https://github.com/oliversong/fortnight) | A scoped, heatmapping, load-balancing todo list. | -| 91 | 7 | 1 | [domo](https://github.com/rikukissa/domo) | Domo the incredible irc-bot | | 91 | 14 | 1 | [japanese-wrap](https://github.com/raccy/japanese-wrap) | Atom package extend word wrap for Japanese text. | -| 91 | 8 | 1 | [atom-rdio](https://github.com/EtienneLem/atom-rdio) | Adds Rdio controls to Atom and displays the currently playing song in the status bar | -| 91 | 13 | 19 | [jumpy](https://github.com/DavidLGoldberg/jumpy) | An Atom package that creates dynamic hot keys to jump around files and across visible panes. | | 90 | 7 | 10 | [atom-swift-debugger](https://github.com/aciidb0mb3r/atom-swift-debugger) | None | -| 90 | 18 | 6 | [node-sprite](https://github.com/naltatis/node-sprite) | A CSS Sprite Generation Library with Stylus and Retina Support. | | 90 | 37 | 10 | [moment.twitter](https://github.com/hijonathan/moment.twitter) | A Twitter-like date formatter for moment.js | +| 90 | 18 | 6 | [node-sprite](https://github.com/naltatis/node-sprite) | A CSS Sprite Generation Library with Stylus and Retina Support. | | 90 | 9 | 0 | [angular-webpack-example](https://github.com/jeffling/angular-webpack-example) | Simple template with webpack (run from gulp) that supports angular (from bower), with some common settings. | -| 90 | 41 | 8 | [language-go](https://github.com/atom/language-go) | Go language package for Atom | -| 90 | 5 | 10 | [enfield](https://github.com/fortes/enfield) | [Not Maintained!] Jekyll-like static site generator for node.js | +| 90 | 43 | 11 | [language-go](https://github.com/atom/language-go) | Go language package for Atom | +| 90 | 7 | 0 | [StickyHeaders-for-Framer](https://github.com/72/StickyHeaders-for-Framer) | A module to create scroll components with sticky headers in Framer. | +| 90 | 2 | 6 | [mixen](https://github.com/HubSpot/mixen) | Combine Javascript classes on the fly | | 90 | 8 | 1 | [sel](https://github.com/amccollum/sel) | Sel is a tiny selector engine that has all of the power of Sizzle in about half the code size. | -| 90 | 32 | 1 | [cakefile-template](https://github.com/twilson63/cakefile-template) | This is a cakefile template for coffeescript, docco and mocha | -| 90 | 16 | 4 | [node-fv](https://github.com/creatale/node-fv) | A node.js library for extracting data from scanned forms. | -| 90 | 43 | 49 | [cloudinary](https://github.com/Lepozepo/cloudinary) | None | +| 90 | 5 | 3 | [node-rus-diff](https://github.com/mirek/node-rus-diff) | JSON diff | +| 90 | 7 | 1 | [domo](https://github.com/rikukissa/domo) | Domo the incredible irc-bot | +| 90 | 13 | 0 | [express-cluster](https://github.com/Flipboard/express-cluster) | None | +| 90 | 8 | 1 | [atom-rdio](https://github.com/EtienneLem/atom-rdio) | Adds Rdio controls to Atom and displays the currently playing song in the status bar | | 90 | 21 | 0 | [d3.js-boilerplate](https://github.com/zmaril/d3.js-boilerplate) | Boilerplate to help speed up d3.js development | +| 90 | 19 | 9 | [Paraxify.js](https://github.com/jaicab/Paraxify.js) | Progressive enhancement on parallax inspired by Spotify's | | 89 | 7 | 0 | [ng-drum](https://github.com/RoryDH/ng-drum) | AngularJS drum machine | -| 89 | 10 | 8 | [react-google-analytics](https://github.com/hzdg/react-google-analytics) | Google analytics component | -| 89 | 26 | 0 | [slackbot-tutorial](https://github.com/michikono/slackbot-tutorial) | Tutorial on how to write slack bots and scripts | | 89 | 18 | 52 | [tent-status](https://github.com/tent/tent-status) | Microblogging powered by Tent | -| 89 | 42 | 10 | [react-countdown-clock](https://github.com/pughpugh/react-countdown-clock) | HTML5 canvas countdown clock React component | -| 89 | 44 | 32 | [atom-keymap](https://github.com/atom/atom-keymap) | Atom's selector-based keymap system | +| 89 | 14 | 3 | [node-sidekiq](https://github.com/loopj/node-sidekiq) | Enqueue jobs to sidekiq from your node apps. Closely mirrors the official ruby sidekiq interface and supports job scheduling. | +| 89 | 5 | 10 | [enfield](https://github.com/fortes/enfield) | [Not Maintained!] Jekyll-like static site generator for node.js | | 89 | 14 | 14 | [schematic-ipsum](https://github.com/jonahkagan/schematic-ipsum) | A simple service that generates fake JSON data in accordance with a JSON Schema | +| 89 | 47 | 2 | [tabcordion](https://github.com/aexmachina/tabcordion) | A jQuery plugin that transforms Bootstrap tabs to an accordion and vice versa. Useful for responsive mobile sites. | +| 89 | 32 | 1 | [cakefile-template](https://github.com/twilson63/cakefile-template) | This is a cakefile template for coffeescript, docco and mocha | | 88 | 19 | 10 | [kleks](https://github.com/markuso/kleks) | Kleks - Pure CouchDB based CMS as a Couch App using Kanso with CoffeeScript and Stylus. Supports multi-site setup and Markdown authoring. | -| 88 | 42 | 18 | [saml2](https://github.com/Clever/saml2) | Node module to abstract away the complexities of the SAML protocol behind an easy to use interface. | | 88 | 4 | 1 | [node-index](https://github.com/indutny/node-index) | Append-only B+ Tree index for node.js | | 88 | 16 | 7 | [gridwax](https://github.com/itsthatguy/gridwax) | None | -| 88 | 19 | 17 | [grunt-ftpush](https://github.com/inossidabile/grunt-ftpush) | Grunt task for incremental code deployment over ftp | -| 88 | 13 | 3 | [acho](https://github.com/achohq/acho) | An extremely simple (but powerful) logging system for NodeJS & Browser. | -| 87 | 13 | 3 | [node-sidekiq](https://github.com/loopj/node-sidekiq) | Enqueue jobs to sidekiq from your node apps. Closely mirrors the official ruby sidekiq interface and supports job scheduling. | +| 88 | 28 | 44 | [autoclose-html](https://github.com/mattberkowitz/autoclose-html) | Autoclose html tags in atom | +| 88 | 56 | 15 | [hubot-flowdock](https://github.com/flowdock/hubot-flowdock) | Flowdock adapter for Hubot chat bot | +| 88 | 22 | 14 | [epub-gen](https://github.com/cyrilis/epub-gen) | Generate EPUB books from HTML with simple API in Node.js. | +| 87 | 17 | 1 | [node-tldr](https://github.com/philpl/node-tldr) | Node module summarizing web-articles using a naive algorithm. | | 87 | 42 | 17 | [hubot-twitter](https://github.com/MathildeLemee/hubot-twitter) | Twitter adapter for Hubot | -| 87 | 7 | 0 | [StickyHeaders-for-Framer](https://github.com/72/StickyHeaders-for-Framer) | A module to create scroll components with sticky headers in Framer. | +| 87 | 65 | 101 | [xwing](https://github.com/geordanr/xwing) | Squad builder for the X-Wing Miniatures game by Fantasy Flight Games. | | 87 | 22 | 24 | [fabricjs-viewport](https://github.com/rstgroup/fabricjs-viewport) | allows zooming and viewport manipulation in fabricjs | -| 87 | 47 | 2 | [tabcordion](https://github.com/aexmachina/tabcordion) | A jQuery plugin that transforms Bootstrap tabs to an accordion and vice versa. Useful for responsive mobile sites. | +| 87 | 45 | 30 | [atom-bootstrap3](https://github.com/f/atom-bootstrap3) | Twitter Bootstrap 3 Snippets for Atom | | 87 | 27 | 42 | [roots-contentful](https://github.com/carrot/roots-contentful) | A roots extension to work with data from Contentful's API. https://www.contentful.com/ | -| 87 | 13 | 0 | [express-cluster](https://github.com/Flipboard/express-cluster) | None | +| 87 | 34 | 2 | [snippets](https://github.com/amazeui/snippets) | Amaze UI Snippets for Editor/IDE | +| 87 | 19 | 17 | [grunt-ftpush](https://github.com/inossidabile/grunt-ftpush) | Grunt task for incremental code deployment over ftp | +| 87 | 33 | 19 | [browser-plus](https://github.com/skandasoft/browser-plus) | Browser For Atom | +| 86 | 13 | 20 | [nvatom](https://github.com/seongjaelee/nvatom) | nvatom (unpublished from atom.io) | | 86 | 29 | 11 | [jquery-fullsizable](https://github.com/MSchmidt/jquery-fullsizable) | Take advantage of full available browser space to display images! | -| 86 | 56 | 15 | [hubot-flowdock](https://github.com/flowdock/hubot-flowdock) | Flowdock adapter for Hubot chat bot | -| 86 | 5 | 3 | [node-rus-diff](https://github.com/mirek/node-rus-diff) | JSON diff | -| 86 | 28 | 42 | [autoclose-html](https://github.com/mattberkowitz/autoclose-html) | Autoclose html tags in atom | -| 86 | 39 | 2 | [hubot-matteruser](https://github.com/loafoe/hubot-matteruser) | Hubot adapter for Mattermost using Web API and Websockets | -| 86 | 25 | 4 | [ember-brunch](https://github.com/icholy/ember-brunch) | None | -| 86 | 42 | 29 | [atom-bootstrap3](https://github.com/f/atom-bootstrap3) | Twitter Bootstrap 3 Snippets for Atom | -| 86 | 33 | 2 | [snippets](https://github.com/amazeui/snippets) | Amaze UI Snippets for Editor/IDE | +| 86 | 86 | 16 | [ynab-csv](https://github.com/halloffame/ynab-csv) | Tool for making your CSV files ready to import into YNAB | +| 86 | 4 | 0 | [sake-core](https://github.com/sakejs/sake-core) | Sake's core interface. | +| 86 | 4 | 0 | [sake-core](https://github.com/sakejs/sake-core) | Sake's core interface. | | 86 | 15 | 21 | [jax](https://github.com/sinisterchipmunk/jax) | Framework for creating rich WebGL-enabled applications using JavaScript and Ruby | -| 85 | 17 | 1 | [mikes-modal-library](https://github.com/MikeSilvis/mikes-modal-library) | This is a library for creating a facebook like modal box to be used. It features an image on the left and content on the right. The image scales to the largest size possible while still fiting in your monitors resultion | -| 85 | 50 | 5 | [ingress-exporter](https://github.com/summerwish/ingress-exporter) | Export all portals, links, fields and system broadcasts in a specific area. | -| 85 | 6 | 55 | [msgflo](https://github.com/msgflo/msgflo) | Distributed Flow-Based Programming via message queues | -| 85 | 64 | 98 | [xwing](https://github.com/geordanr/xwing) | Squad builder for the X-Wing Miniatures game by Fantasy Flight Games. | -| 85 | 4 | 0 | [sake-core](https://github.com/sakejs/sake-core) | Sake's core interface. | -| 85 | 5 | 11 | [twine](https://github.com/Shopify/twine) | Twine is a minimalistic two-way binding system | +| 86 | 25 | 1 | [atom](https://github.com/nornagon/atom) | a game framework that does as little as possible | +| 85 | 51 | 5 | [ingress-exporter](https://github.com/summerwish/ingress-exporter) | Export all portals, links, fields and system broadcasts in a specific area. | +| 85 | 27 | 3 | [mongoose-encryption](https://github.com/joegoldbeck/mongoose-encryption) | Simple encryption and authentication plugin for Mongoose | | 85 | 3 | 0 | [mixin](https://github.com/kmalakoff/mixin) | Mixin.js is the 'reuse more' Javascript nano-framework. Stay DRY...mixin! | -| 85 | 32 | 19 | [browser-plus](https://github.com/skandasoft/browser-plus) | Browser For Atom | -| 85 | 25 | 1 | [atom](https://github.com/nornagon/atom) | a game framework that does as little as possible | -| 84 | 19 | 11 | [untv](https://github.com/untv/untv) | a cross-platform drm-free media center for home theater computers | -| 84 | 13 | 20 | [nvatom](https://github.com/seongjaelee/nvatom) | nvatom (unpublished from atom.io) | -| 84 | 2 | 4 | [lemmy](https://github.com/rock-n-code/lemmy) | 49% Motherfucker | 51% Son of a Bitch Express + Mocha + HTML5 smart boilerplate for both Javascript and Coffee-Script that kicks your ass!!! | -| 84 | 17 | 0 | [node-tldr](https://github.com/philpl/node-tldr) | Node module summarizing web-articles using a naive algorithm. | +| 85 | 14 | 4 | [compass.js](https://github.com/ai/compass.js) | Compass.js allow you to get compass heading in JavaScript by PhoneGap, iOS API or GPS hack. | +| 85 | 25 | 4 | [ember-brunch](https://github.com/icholy/ember-brunch) | None | +| 84 | 20 | 11 | [untv](https://github.com/untv/untv) | a cross-platform drm-free media center for home theater computers | +| 84 | 17 | 1 | [mikes-modal-library](https://github.com/MikeSilvis/mikes-modal-library) | This is a library for creating a facebook like modal box to be used. It features an image on the left and content on the right. The image scales to the largest size possible while still fiting in your monitors resultion | | 84 | 18 | 3 | [node-backbone-skeleton](https://github.com/brikis98/node-backbone-skeleton) | A skeleton project for creating applications that use node.js server-side, backbone.js client-side, underscore.js templates, CoffeeScript as a JS pre-processor and Compass/SASS as a CSS pre-processor.. | -| 84 | 13 | 4 | [compass.js](https://github.com/ai/compass.js) | Compass.js allow you to get compass heading in JavaScript by PhoneGap, iOS API or GPS hack. | -| 84 | 19 | 16 | [epub-gen](https://github.com/cyrilis/epub-gen) | Generate EPUB books from HTML with simple API in Node.js. | -| 83 | 0 | 0 | [daisho](https://github.com/hanzo-io/daisho) | ⚒️ Reactive UI components and framework for modular dashboards. | -| 83 | 7 | 2 | [node-osc-min](https://github.com/russellmcc/node-osc-min) | Open Sound Control utilities for node.js | -| 83 | 11 | 4 | [dockerlint](https://github.com/RedCoolBeans/dockerlint) | Linting tool for Dockerfiles | -| 83 | 27 | 6 | [Atom-PolymerSnippets](https://github.com/robdodson/Atom-PolymerSnippets) | Atom snippets for Polymer and Web Components | -| 83 | 83 | 15 | [ynab-csv](https://github.com/halloffame/ynab-csv) | Tool for making your CSV files ready to import into YNAB | -| 83 | 27 | 3 | [mongoose-encryption](https://github.com/joegoldbeck/mongoose-encryption) | Simple encryption and authentication plugin for Mongoose | +| 84 | 30 | 6 | [microphone](https://github.com/wit-ai/microphone) | Microphone in the browser using WebRTC and WebSockets | +| 84 | 24 | 2 | [semver.io](https://github.com/heroku/semver.io) | semver range resolution as a service | +| 84 | 6 | 1 | [react-droparea](https://github.com/avocode/react-droparea) | Drag and Drop library for React | +| 84 | 14 | 4 | [node-feedly](https://github.com/hildjj/node-feedly) | Node API for Feedly | +| 84 | 48 | 5 | [hubot-business-cat](https://github.com/hubot-scripts/hubot-business-cat) | Business cat is summoned when business jargon is used | +| 84 | 48 | 26 | [node-spritesheet](https://github.com/richardbutler/node-spritesheet) | Sprite sheet generator for node.js and task for grunt.js | +| 84 | 59 | 21 | [uploadcare-widget](https://github.com/uploadcare/uploadcare-widget) | The Uploadcare Widget | +| 84 | 6 | 0 | [css-terminal](https://github.com/barberboy/css-terminal) | CSS Terminal is a bookmarklet for rapid CSS development, prototyping and debugging. | +| 84 | 47 | 2 | [plunker_api](https://github.com/filearts/plunker_api) | The public API off of which Plunker runs | +| 82 | 7 | 2 | [node-osc-min](https://github.com/russellmcc/node-osc-min) | Open Sound Control utilities for node.js | +| 83 | 16 | 24 | [atom-ide-flow](https://github.com/lukehoban/atom-ide-flow) | Atom IDE support for Flow | +| 83 | 25 | 0 | [redis-sessions](https://github.com/smrchy/redis-sessions) | An advanced session store for NodeJS and Redis | | 83 | 6 | 2 | [gap](https://github.com/rockymadden/gap) | :nut_and_bolt: Fix default Google Analytics tracking methodologies and track micro user behaviors. | | 83 | 17 | 11 | [atomic-chrome-atom](https://github.com/tuvistavie/atomic-chrome-atom) | Edit Chrome textareas in Atom | -| 83 | 5 | 1 | [react-droparea](https://github.com/avocode/react-droparea) | Drag and Drop library for React | -| 83 | 6 | 0 | [css-terminal](https://github.com/barberboy/css-terminal) | CSS Terminal is a bookmarklet for rapid CSS development, prototyping and debugging. | +| 83 | 71 | 48 | [fuckr](https://github.com/tomlandia/fuckr) | Desktop Grindr™ client | +| 83 | 9 | 7 | [react-retina-image](https://github.com/KyleAMathews/react-retina-image) | React component for serving high-resolution images to devices with retina displays | | 83 | 19 | 1 | [chaplin-boilerplate](https://github.com/chaplinjs/chaplin-boilerplate) | Boilerplate application for the Chaplin.js library | -| 83 | 48 | 27 | [node-spritesheet](https://github.com/richardbutler/node-spritesheet) | Sprite sheet generator for node.js and task for grunt.js | -| 83 | 4 | 7 | [chainy](https://github.com/chainyjs/chainy) | The chainy core + autoloader plugin | -| 83 | 19 | 8 | [Paraxify.js](https://github.com/jaicab/Paraxify.js) | Progressive enhancement on parallax inspired by Spotify's | -| 83 | 47 | 19 | [resin-wifi-connect](https://github.com/resin-io/resin-wifi-connect) | An app to allow WiFi configuration to be set via a captive portal. | +| 83 | 6 | 5 | [atom-expand-region](https://github.com/aki77/atom-expand-region) | expanding selection | | 82 | 11 | 6 | [node-chain-gang](https://github.com/technoweenie/node-chain-gang) | None | -| 82 | 7 | 10 | [meteor-transitioner](https://github.com/ccorcos/meteor-transitioner) | Meteor page transitions integrated with Iron Router. | -| 82 | 16 | 23 | [atom-ide-flow](https://github.com/lukehoban/atom-ide-flow) | Atom IDE support for Flow | -| 82 | 24 | 2 | [redis-sessions](https://github.com/smrchy/redis-sessions) | An advanced session store for NodeJS and Redis | +| 82 | 8 | 10 | [meteor-transitioner](https://github.com/ccorcos/meteor-transitioner) | Meteor page transitions integrated with Iron Router. | | 82 | 3 | 0 | [backbone-bind-to](https://github.com/RStankov/backbone-bind-to) | Backbone.js extension for automatic binding and unbinding of model events to views. | -| 82 | 24 | 2 | [semver.io](https://github.com/heroku/semver.io) | semver range resolution as a service | -| 82 | 48 | 4 | [hubot-business-cat](https://github.com/hubot-scripts/hubot-business-cat) | Business cat is summoned when business jargon is used | +| 82 | 27 | 235 | [atom-terminal-panel](https://github.com/styczynski/atom-terminal-panel) | Advanced terminal interface for Atom editor | | 82 | 25 | 8 | [hubot-fb](https://github.com/chen-ye/hubot-fb) | A Hubot adapter for the Facebook Messenger Platform | | 82 | 23 | 11 | [spine.mobile](https://github.com/maccman/spine.mobile) | Spine Mobile Framework | -| 82 | 39 | 9 | [node-scoped-http-client](https://github.com/technoweenie/node-scoped-http-client) | Unmaintained. Free push/npm access to anyone interested. | -| 82 | 57 | 22 | [uploadcare-widget](https://github.com/uploadcare/uploadcare-widget) | The Uploadcare Widget | -| 81 | 30 | 6 | [microphone](https://github.com/wit-ai/microphone) | Microphone in the browser using WebRTC and WebSockets | -| 81 | 28 | 4 | [ngRepeatReorder](https://github.com/SimeonC/ngRepeatReorder) | None | -| 81 | 9 | 6 | [react-retina-image](https://github.com/KyleAMathews/react-retina-image) | React component for serving high-resolution images to devices with retina displays | +| 82 | 13 | 5 | [underscore-query](https://github.com/davidgtonge/underscore-query) | MongoDB like query api for JavaScript Arrays | +| 82 | 41 | 9 | [node-scoped-http-client](https://github.com/technoweenie/node-scoped-http-client) | Unmaintained. Free push/npm access to anyone interested. | +| 81 | 0 | 0 | [dash.js](https://github.com/hanzoai/dash.js) | ⚒️ Reactive UI components and framework for modular dashboards. | +| 81 | 6 | 9 | [base](https://github.com/meteor-space/base) | Foundation for Modular Application Architecture in Meteor. | +| 81 | 5 | 0 | [guides.js](https://github.com/ryhan/guides.js) | When designing and developing for the web, it's sometimes difficult to follow baselines and precisely align content. Instead of guessing, use guides.js overlay a grid over you HTML while you're working so that you can visually check that everything is aligned perfectly. | +| 81 | 12 | 33 | [chai-things](https://github.com/chaijs/chai-things) | Chai support for assertions on array elements | | 81 | 31 | 0 | [html5-template-engine](https://github.com/appleboy/html5-template-engine) | html5 template engine with CoffeeScript, Compass, RequireJS. | -| 81 | 13 | 4 | [node-feedly](https://github.com/hildjj/node-feedly) | Node API for Feedly | +| 81 | 28 | 4 | [ngRepeatReorder](https://github.com/SimeonC/ngRepeatReorder) | None | +| 81 | 105 | 1 | [graph-api-webhooks-samples](https://github.com/fbsamples/graph-api-webhooks-samples) | These are sample clients for Facebook's Graph API Webhooks and Instagram's Real-time Photo Updates API. | | 81 | 5 | 4 | [EasyWebWorker](https://github.com/ramesaliyev/EasyWebWorker) | Easy Communication Protocol For Web Workers | | 81 | 24 | 4 | [fs-plus](https://github.com/atom/fs-plus) | node's fs module with some helpful additions | -| 81 | 14 | 5 | [underscore-query](https://github.com/davidgtonge/underscore-query) | MongoDB like query api for JavaScript Arrays | +| 81 | 4 | 7 | [chainy](https://github.com/chainyjs/chainy) | The chainy core + autoloader plugin | +| 81 | 35 | 8 | [authy-form-helpers](https://github.com/authy/authy-form-helpers) | Authy javascripts and css file to help create quick forms for the authy api | | 81 | 7 | 7 | [morpher-js](https://github.com/jembezmamy/morpher-js) | JavaScript image morphing library | | 80 | 3 | 3 | [otter](https://github.com/bfirsh/otter) | A server that runs your client-side apps. | | 80 | 3 | 3 | [jray](https://github.com/bwiklund/jray) | realtime javascript code coverage | | 80 | 5 | 13 | [draughtsman](https://github.com/debrouwere/draughtsman) | Transparent compilation of templates and stylesheets for prototyping HTML interfaces. Also live reloading. | -| 80 | 6 | 9 | [base](https://github.com/meteor-space/base) | Foundation for Modular Application Architecture in Meteor. | -| 80 | 5 | 0 | [guides.js](https://github.com/ryhan/guides.js) | When designing and developing for the web, it's sometimes difficult to follow baselines and precisely align content. Instead of guessing, use guides.js overlay a grid over you HTML while you're working so that you can visually check that everything is aligned perfectly. | -| 80 | 81 | 11 | [gift](https://github.com/sentientwaffle/gift) | A simple Node.js wrapper for the Git CLI. | -| 80 | 22 | 2 | [grunt-lesslint](https://github.com/jgable/grunt-lesslint) | Lint LESS files with Grunt | | 80 | 9 | 0 | [backbone-handlebars](https://github.com/RStankov/backbone-handlebars) | Mixing Backbone and Handlebars | +| 80 | 81 | 11 | [gift](https://github.com/sentientwaffle/gift) | A simple Node.js wrapper for the Git CLI. | | 80 | 9 | 8 | [react-responsive-grid](https://github.com/KyleAMathews/react-responsive-grid) | Power tools for building responsive layouts with React | -| 80 | 23 | 165 | [atom-terminal-panel](https://github.com/styczynski/atom-terminal-panel) | Advanced terminal interface for Atom editor | -| 80 | 12 | 32 | [chai-things](https://github.com/chaijs/chai-things) | Chai support for assertions on array elements | | 80 | 9 | 3 | [casper-chai](https://github.com/brianmhunt/casper-chai) | Extends Chai with assertions for the CasperJS/PhantomJS headless browser. | -| 80 | 36 | 38 | [whitespace](https://github.com/atom/whitespace) | Atom whitespace package | -| 80 | 44 | 2 | [plunker_api](https://github.com/filearts/plunker_api) | The public API off of which Plunker runs | | 80 | 18 | 34 | [turkserver-meteor](https://github.com/TurkServer/turkserver-meteor) | Web-based, real-time behavioral studies and experiments using Meteor | -| 80 | 5 | 4 | [atom-expand-region](https://github.com/aki77/atom-expand-region) | expanding selection | -| 79 | 33 | 4 | [bubbles](https://github.com/franzenzenhofer/bubbles) | little unfinished particles game - MIT license | +| 80 | 9 | 0 | [hubot-mysql-chatops](https://github.com/samlambert/hubot-mysql-chatops) | ChatOps for MySQL. | +| 80 | 33 | 52 | [fhirbase-plv8](https://github.com/fhirbase/fhirbase-plv8) | Fhirbase 2.0 is an FHIR relational storage | +| 79 | 32 | 4 | [bubbles](https://github.com/franzenzenhofer/bubbles) | little unfinished particles game - MIT license | | 79 | 4 | 0 | [hamsa](https://github.com/soyjavi/hamsa) | A dead simple, data-binding & observable model. | +| 79 | 34 | 26 | [angular-mighty-datepicker](https://github.com/monterail/angular-mighty-datepicker) | None | | 79 | 9 | 23 | [polvo](https://github.com/polvo/polvo) | Polyvalent cephalopod mollusc. | -| 79 | 5 | 2 | [array-future](https://github.com/Kikobeats/array-future) | A collection of Array prototypes prollyfills as proposition for ECMAScript 7. | | 79 | 2 | 7 | [distribute-layers](https://github.com/martenbjork/distribute-layers) | Distribute an array of layers in Framer.js | -| 79 | 12 | 1 | [seoserver](https://github.com/moviepilot/seoserver) | A PhantomjS-based SEO server that serves pages of JavaScript apps to search engine robots like the Googlebot. | -| 79 | 9 | 0 | [hubot-mysql-chatops](https://github.com/samlambert/hubot-mysql-chatops) | ChatOps for MySQL. | -| 79 | 33 | 52 | [fhirbase-plv8](https://github.com/fhirbase/fhirbase-plv8) | Fhirbase 2.0 is an FHIR relational storage | +| 79 | 5 | 2 | [array-future](https://github.com/Kikobeats/array-future) | A collection of Array prototypes prollyfills as proposition for ECMAScript 7. | +| 79 | 22 | 2 | [grunt-lesslint](https://github.com/jgable/grunt-lesslint) | Lint LESS files with Grunt | +| 79 | 87 | 71 | [tabs](https://github.com/atom/tabs) | Tabs in Atom | +| 79 | 9 | 6 | [react-layout](https://github.com/jsdf/react-layout) | Dynamic subview layout for React | +| 79 | 35 | 25 | [node-pathwatcher](https://github.com/atom/node-pathwatcher) | Path Watcher Node Module | +| 79 | 29 | 20 | [agentscript](https://github.com/backspaces/agentscript) | Minimalist Agent Based Modeling (ABM) framework based on NetLogo | +| 79 | 57 | 28 | [status-bar](https://github.com/atom/status-bar) | Status bar for Atom | | 78 | 33 | 0 | [karma-browserify](https://github.com/xdissent/karma-browserify) | [deprecated] Browserify for Karma | | 78 | 8 | 7 | [crudify](https://github.com/wearefractal/crudify) | Mongoose CRUD generator | -| 78 | 33 | 26 | [angular-mighty-datepicker](https://github.com/monterail/angular-mighty-datepicker) | None | -| 78 | 9 | 0 | [cosmos-browserify](https://github.com/elidoran/cosmos-browserify) | Browserify npm modules for client side in Meteor packages | +| 78 | 9 | 1 | [cosmos-browserify](https://github.com/elidoran/cosmos-browserify) | Browserify npm modules for client side in Meteor packages | +| 78 | 12 | 1 | [seoserver](https://github.com/moviepilot/seoserver) | A PhantomjS-based SEO server that serves pages of JavaScript apps to search engine robots like the Googlebot. | +| 78 | 17 | 6 | [meteor-webrtc](https://github.com/foxdog-studios/meteor-webrtc) | WebRTC signalling for Meteor | | 78 | 8 | 16 | [meteor-workers](https://github.com/Differential/meteor-workers) | Spawn headless worker meteor processes to work on async jobs. | -| 78 | 86 | 78 | [tabs](https://github.com/atom/tabs) | Tabs in Atom | -| 78 | 35 | 7 | [authy-form-helpers](https://github.com/authy/authy-form-helpers) | Authy javascripts and css file to help create quick forms for the authy api | -| 78 | 28 | 20 | [agentscript](https://github.com/backspaces/agentscript) | Minimalist Agent Based Modeling (ABM) framework based on NetLogo | +| 78 | 18 | 3 | [offline-leaflet-map](https://github.com/mWater/offline-leaflet-map) | Offline maps in Leaflet using IndexedDb to store tiles | | 77 | 13 | 0 | [proudify](https://github.com/icebreaker/proudify) | jQuery plugin to display your GitHub projects and Coderwall badges | -| 77 | 36 | 25 | [walma](https://github.com/opinsys/walma) | Collaborative Whiteboard | +| 77 | 35 | 25 | [walma](https://github.com/opinsys/walma) | Collaborative Whiteboard | +| 77 | 9 | 8 | [americano](https://github.com/cozy/americano) | Make Express.js more opinioniated about configuration | | 77 | 17 | 3 | [Backbone.TableView](https://github.com/linkedin/Backbone.TableView) | Backbone View to render collections as tables | | 77 | 9 | 14 | [wait-on-lib](https://github.com/DerMambo/wait-on-lib) | Use Iron-Router waitOn to load external javascript libraries | +| 77 | 6 | 4 | [react-component-gallery](https://github.com/KyleAMathews/react-component-gallery) | React component for creating an evenly spaced gallery of children components | | 77 | 3 | 5 | [division](https://github.com/codename-/division) | Simple yet powerful wrapper over node.js cluster API. | -| 77 | 57 | 18 | [angular-date-range-picker](https://github.com/monterail/angular-date-range-picker) | Pure Angular date range picker, no jQuery | -| 77 | 17 | 6 | [meteor-webrtc](https://github.com/foxdog-studios/meteor-webrtc) | WebRTC signalling for Meteor | -| 77 | 11 | 8 | [vue-icons](https://github.com/vue-comps/vue-icons) | webpack based - load only what you need - svg inline icons | -| 77 | 9 | 6 | [react-layout](https://github.com/jsdf/react-layout) | Dynamic subview layout for React | -| 77 | 36 | 26 | [node-pathwatcher](https://github.com/atom/node-pathwatcher) | Path Watcher Node Module | -| 76 | 9 | 8 | [americano](https://github.com/cozy/americano) | Make Express.js more opinioniated about configuration | +| 77 | 56 | 18 | [angular-date-range-picker](https://github.com/monterail/angular-date-range-picker) | Pure Angular date range picker, no jQuery | | 76 | 4 | 2 | [Coffee-Filter](https://github.com/mgeraci/Coffee-Filter) | A collection of coffeescript helpers that I've used across projects | | 76 | 13 | 2 | [kyou](https://github.com/frankrousseau/kyou) | With Kyou, have a better knowledge of yourself | -| 76 | 7 | 11 | [fuzz-aldrin-plus](https://github.com/jeancroy/fuzz-aldrin-plus) | Sublime text like fuzzy filtering - compatible with atom/fuzzaldrin | -| 76 | 99 | 1 | [graph-api-webhooks-samples](https://github.com/fbsamples/graph-api-webhooks-samples) | These are sample clients for Facebook's Graph API Webhooks and Instagram's Real-time Photo Updates API. | +| 76 | 12 | 8 | [vue-icons](https://github.com/vue-comps/vue-icons) | webpack based - load only what you need - svg inline icons | +| 76 | 5 | 2 | [node-linq](https://github.com/contra/node-linq) | LINQ for node | | 76 | 10 | 58 | [path-menu](https://github.com/sparanoid/path-menu) | Path 2.0 Flyout Menu using CSS (Less), contrib to Path (iOS app) by Tunghsiao Liu | -| 76 | 92 | 57 | [language-gfm](https://github.com/atom/language-gfm) | GitHub Flavored Markdown in Atom | -| 76 | 54 | 30 | [status-bar](https://github.com/atom/status-bar) | Status bar for Atom | -| 75 | 10 | 2 | [photoslog](https://github.com/michaelvillar/photoslog) | A simple page to show a log of your photos. | +| 76 | 92 | 58 | [language-gfm](https://github.com/atom/language-gfm) | GitHub Flavored Markdown in Atom | +| 75 | 15 | 5 | [heap.js](https://github.com/qiao/heap.js) | A binary heap implementation in CoffeeScript/JavaScript. | +| 75 | 3 | 2 | [birch-outline](https://github.com/jessegrosjean/birch-outline) | Cross-platform scripting for TaskPaper | | 75 | 6 | 5 | [spectacular](https://github.com/abe33/spectacular) | Advanced BDD framework for CoffeeScript and JavaScript | -| 75 | 6 | 4 | [react-component-gallery](https://github.com/KyleAMathews/react-component-gallery) | React component for creating an evenly spaced gallery of children components | -| 75 | 5 | 2 | [node-linq](https://github.com/contra/node-linq) | LINQ for node | -| 75 | 6 | 4 | [node-llvm](https://github.com/kevinmehall/node-llvm) | LLVM bindings for Node.JS | -| 75 | 69 | 46 | [fuckr](https://github.com/tomlandia/fuckr) | Desktop Grindr™ client | -| 75 | 21 | 0 | [session-mongoose](https://github.com/donpark/session-mongoose) | `connect` Mongoose session store | +| 75 | 10 | 2 | [photoslog](https://github.com/michaelvillar/photoslog) | A simple page to show a log of your photos. | +| 75 | 20 | 0 | [session-mongoose](https://github.com/donpark/session-mongoose) | `connect` Mongoose session store | | 75 | 8 | 9 | [atom-rubymotion](https://github.com/satococoa/atom-rubymotion) | RubyMotion support in Atom | | 74 | 16 | 3 | [angular-grunt-coffeescript](https://github.com/roytruelove/angular-grunt-coffeescript) | Seed project for large CoffeeScript AngularJS projects | -| 74 | 8 | 5 | [season](https://github.com/atom/season) | CSON Node Module | | 74 | 13 | 2 | [mongraph](https://github.com/pstaender/mongraph) | Mongraph combines documentstorage database with graph-database relations. Build on NodeJS. | -| 74 | 12 | 11 | [jinora](https://github.com/sdslabs/jinora) | Slack webhook app to create anonymous public channels | -| 74 | 7 | 0 | [dict](https://github.com/domenic/dict) | A lightweight but safe dictionary, for when Object won't cut it | +| 74 | 18 | 8 | [pretty-json](https://github.com/federomero/pretty-json) | Atom plugin. Format JSON documents. | +| 74 | 7 | 4 | [season](https://github.com/atom/season) | CSON Node Module | +| 74 | 7 | 21 | [atom-color-highlight](https://github.com/abe33/atom-color-highlight) | Highlights color declarations in files | +| 74 | 41 | 5 | [node-pagseguro](https://github.com/alanhoff/node-pagseguro) | Integração ao Pagseguro para sistemas usando o Node.js | +| 74 | 12 | 13 | [jinora](https://github.com/sdslabs/jinora) | Slack webhook app to create anonymous public channels | +| 74 | 6 | 4 | [node-llvm](https://github.com/kevinmehall/node-llvm) | LLVM bindings for Node.JS | | 74 | 15 | 3 | [stljs](https://github.com/cubehero/stljs) | Read and write STL (3D printable model) files to your heart's content | -| 73 | 15 | 5 | [heap.js](https://github.com/qiao/heap.js) | A binary heap implementation in CoffeeScript/JavaScript. | +| 74 | 18 | 5 | [gratefulplace2](https://github.com/flyingmachine/gratefulplace2) | None | | 73 | 6 | 0 | [boilerplate](https://github.com/naoya/boilerplate) | Application boilerplate for something | +| 73 | 43 | 22 | [ims-lti](https://github.com/omsmith/ims-lti) | A node.js library implementing the IMS LTI tool providers' standards | +| 73 | 12 | 1 | [angular-better-placeholders](https://github.com/dmackerman/angular-better-placeholders) | Angular directive for enhanced placeholders that easily integrate with Bootstrap form fields. | +| 73 | 27 | 12 | [hubot-grafana](https://github.com/stephenyeargin/hubot-grafana) | Query Grafana dashboards. | | 73 | 4 | 2 | [node-unused-deps](https://github.com/mirek/node-unused-deps) | Report unused npm packages in node, es6, babel or coffee project. | -| 73 | 0 | 0 | [handroll](https://github.com/zeekay/handroll) | 🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js | -| 73 | 18 | 5 | [gratefulplace2](https://github.com/flyingmachine/gratefulplace2) | None | -| 72 | 12 | 1 | [angular-better-placeholders](https://github.com/dmackerman/angular-better-placeholders) | Angular directive for enhanced placeholders that easily integrate with Bootstrap form fields. | -| 72 | 6 | 21 | [atom-color-highlight](https://github.com/abe33/atom-color-highlight) | Highlights color declarations in files | -| 72 | 3 | 2 | [birch-outline](https://github.com/jessegrosjean/birch-outline) | Cross-platform scripting for TaskPaper | -| 72 | 42 | 19 | [ims-lti](https://github.com/omsmith/ims-lti) | A node.js library implementing the IMS LTI tool providers' standards | +| 73 | 0 | 1 | [handroll](https://github.com/zeekay/handroll) | 🍣 Expertly rolled JavaScript. CLI + library for bundling JavaScript with Rollup.js | +| 73 | 110 | 14 | [language-html](https://github.com/atom/language-html) | HTML package for Atom | +| 73 | 14 | 6 | [bibviz](https://github.com/danielgtaylor/bibviz) | BibViz.com Website and Scripts | +| 73 | 8 | 1 | [dict](https://github.com/domenic/dict) | A lightweight but safe dictionary, for when Object won't cut it | +| 72 | 15 | 3 | [node-colour-extractor](https://github.com/josip/node-colour-extractor) | Extract colour palettes from images | | 72 | 16 | 0 | [hubot-reviewer-lotto](https://github.com/sakatam/hubot-reviewer-lotto) | A reviewer lottery script for Hubot | +| 72 | 22 | 150 | [markdown-scroll-sync](https://github.com/vincentcn/markdown-scroll-sync) | Auto-scroll markdown-preview tab to match markdown source | | 72 | 5 | 2 | [atom-wrap-in-tag](https://github.com/sanusart/atom-wrap-in-tag) | Simplest package for Atom editor that wraps HTML tag around selection | -| 72 | 14 | 6 | [bibviz](https://github.com/danielgtaylor/bibviz) | BibViz.com Website and Scripts | +| 72 | 107 | 49 | [language-c](https://github.com/atom/language-c) | C support in Atom | +| 72 | 2 | 3 | [tokoro](https://github.com/cognitom/tokoro) | 住所緯度経度変換ライブラリ (ジオコーディング) | +| 72 | 15 | 0 | [socket-pipe](https://github.com/joyqi/socket-pipe) | None | | 71 | 14 | 9 | [group-css-media-queries](https://github.com/SE7ENSKY/group-css-media-queries) | CSS postprocessing: group media queries. Useful for postprocessing preprocessed CSS files. | -| 71 | 25 | 11 | [hubot-grafana](https://github.com/stephenyeargin/hubot-grafana) | Query Grafana dashboards. | -| 71 | 15 | 3 | [node-colour-extractor](https://github.com/josip/node-colour-extractor) | Extract colour palettes from images | | 71 | 5 | 0 | [an.hour.ago](https://github.com/davidchambers/an.hour.ago) | A small utility which enables wonderfully expressive date and time manipulation in JavaScript | -| 71 | 2 | 3 | [tokoro](https://github.com/cognitom/tokoro) | 住所緯度経度変換ライブラリ (ジオコーディング) | -| 71 | 21 | 4 | [amqp-coffee](https://github.com/dropbox/amqp-coffee) | An AMQP 0.9.1 client for Node.js. | +| 71 | 20 | 8 | [hubot-mattermost](https://github.com/renanvicente/hubot-mattermost) | A hubot adapter for Mattermost | +| 71 | 21 | 5 | [amqp-coffee](https://github.com/dropbox/amqp-coffee) | An AMQP 0.9.1 client for Node.js. | +| 71 | 4 | 0 | [satella.io](https://github.com/yuki540net/satella.io) | Live2Dライクなオープンソースソフトウェア「satella.io」 | | 70 | 4 | 0 | [marionette-behaviors](https://github.com/samccone/marionette-behaviors) | a collection of useful marionette behaviors | -| 70 | 19 | 7 | [pretty-json](https://github.com/federomero/pretty-json) | Atom plugin. Format JSON documents. | -| 70 | 23 | 4 | [Programming-In-CoffeeScript](https://github.com/markbates/Programming-In-CoffeeScript) | Source code for the Programming in CoffeeScript book. | | 70 | 18 | 39 | [save-session](https://github.com/mpeterson2/save-session) | An Atom package to restore your session. | -| 70 | 19 | 8 | [hubot-mattermost](https://github.com/renanvicente/hubot-mattermost) | A hubot adapter for Mattermost | -| 70 | 22 | 108 | [markdown-scroll-sync](https://github.com/vincentcn/markdown-scroll-sync) | Auto-scroll markdown-preview tab to match markdown source | | 70 | 1 | 0 | [mitm-omegle](https://github.com/olegberman/mitm-omegle) | Watch strangers talk on Omegle (man in the middle attack) | -| 70 | 9 | 1 | [liv3c0der](https://github.com/halfbyte/liv3c0der) | None | -| 70 | 24 | 13 | [package-generator](https://github.com/atom/package-generator) | Package to generate new packages | -| 70 | 8 | 0 | [chip](https://github.com/sgentle/chip) | None | +| 70 | 10 | 1 | [liv3c0der](https://github.com/halfbyte/liv3c0der) | None | | 70 | 8 | 6 | [ircv](https://github.com/nornagon/ircv) | IRC inna Chrome app | +| 70 | 8 | 0 | [chip](https://github.com/sgentle/chip) | None | +| 70 | 24 | 13 | [package-generator](https://github.com/atom/package-generator) | Package to generate new packages | +| 70 | 28 | 33 | [notifications](https://github.com/atom/notifications) | User notifications | +| 70 | 29 | 0 | [node-csv-stringify](https://github.com/adaltas/node-csv-stringify) | CSV stringifier implementing the Node.js `stream.Transform` API | | 69 | 7 | 5 | [node-bufferstream](https://github.com/dodo/node-bufferstream) | painless stream buffering, cutting and piping | -| 69 | 12 | 16 | [mantrajs-atom-package](https://github.com/mantrajs/mantrajs-atom-package) | Mantra JS - Package for Atom | +| 69 | 12 | 17 | [mantrajs-atom-package](https://github.com/mantrajs/mantrajs-atom-package) | Mantra JS - Package for Atom | | 69 | 4 | 0 | [tobopomo.js](https://github.com/dylandy/tobopomo.js) | A simple and easy plugin for convert string to Bopomo script and Chinese Characters. | +| 69 | 21 | 50 | [atom-language-idris](https://github.com/idris-hackers/atom-language-idris) | A Idris Mode for Atom.io | | 69 | 2 | 11 | [zorium](https://github.com/Zorium/zorium) | (╯°□°)╯︵ ┻━┻ The CoffeeScript Web Framework | +| 69 | 23 | 4 | [Programming-In-CoffeeScript](https://github.com/markbates/Programming-In-CoffeeScript) | Source code for the Programming in CoffeeScript book. | | 69 | 0 | 0 | [vows-bdd](https://github.com/jmreidy/vows-bdd) | A BDD wrapper for Vows, allowing for easy writing of tests in a given-when-then format | -| 69 | 104 | 52 | [language-c](https://github.com/atom/language-c) | C support in Atom | -| 69 | 15 | 0 | [socket-pipe](https://github.com/joyqi/socket-pipe) | None | | 69 | 19 | 0 | [anvil](https://github.com/ddollar/anvil) | Generic build server | +| 69 | 2 | 2 | [atom-bezier-curve-editor](https://github.com/abe33/atom-bezier-curve-editor) | None | +| 69 | 39 | 9 | [simple-uploader](https://github.com/mycolorway/simple-uploader) | A HTML5 upload component without UI | +| 69 | 3 | 4 | [iocat](https://github.com/moul/iocat) | :wrench: Socket.io & WebSocket netcat-like utility | +| 69 | 4 | 2 | [nerdbar.widget](https://github.com/apierz/nerdbar.widget) | Customizable bar(s) for OSX. | +| 68 | 62 | 0 | [bubble_cloud](https://github.com/vlandham/bubble_cloud) | None | | 68 | 11 | 2 | [mosho](https://github.com/pdehn/mosho) | HTML5/CSS3/JS Presentation Framework | -| 68 | 39 | 5 | [node-pagseguro](https://github.com/alanhoff/node-pagseguro) | Integração ao Pagseguro para sistemas usando o Node.js | -| 68 | 13 | 3 | [cake-flour](https://github.com/ricardobeat/cake-flour) | Javascript build tools | -| 68 | 25 | 35 | [notifications](https://github.com/atom/notifications) | User notifications | +| 68 | 22 | 19 | [jira-cli](https://github.com/tebriel/jira-cli) | Simple Command Line Jira Client in Node.js | +| 68 | 89 | 2 | [meteor-accounts-t9n](https://github.com/softwarerero/meteor-accounts-t9n) | Translations for meteor account's error messages | | 68 | 5 | 2 | [html5edit](https://github.com/balupton/html5edit) | Lightweight R&D project surrounding HTML5's contenteditable feature | -| 68 | 2 | 2 | [atom-bezier-curve-editor](https://github.com/abe33/atom-bezier-curve-editor) | None | -| 68 | 34 | 40 | [meteor-autoform-modals](https://github.com/yogiben/meteor-autoform-modals) | Adds modals to insert/update/delete Meteor collections | -| 68 | 7 | 9 | [itad_importer](https://github.com/ssokolow/itad_importer) | A userscript helper for importing game collections into IsThereAnyDeal.com | +| 68 | 13 | 4 | [cake-flour](https://github.com/ricardobeat/cake-flour) | Javascript build tools | +| 68 | 11 | 4 | [hotnode](https://github.com/saschagehlich/hotnode) | Hot code loading for node.js | +| 68 | 35 | 40 | [meteor-autoform-modals](https://github.com/yogiben/meteor-autoform-modals) | Adds modals to insert/update/delete Meteor collections | | 68 | 2 | 0 | [autocomplete](https://github.com/atom-archive/autocomplete) | See https://github.com/atom/autocomplete-plus for the package currently bundled with Atom | -| 68 | 2 | 0 | [atom-css-to-inline](https://github.com/kepta/atom-css-to-inline) | Atom plugin for converting css to inline for react/JSX | -| 68 | 2 | 2 | [iocat](https://github.com/moul/iocat) | :wrench: Socket.io & WebSocket netcat-like utility | -| 68 | 37 | 9 | [simple-uploader](https://github.com/mycolorway/simple-uploader) | A HTML5 upload component without UI | +| 68 | 7 | 10 | [itad_importer](https://github.com/ssokolow/itad_importer) | A userscript helper for importing game collections into IsThereAnyDeal.com | +| 68 | 39 | 13 | [hubot-gitter2](https://github.com/huafu/hubot-gitter2) | Hubot adapter for Gitter | +| 68 | 24 | 20 | [qtlcharts](https://github.com/kbroman/qtlcharts) | R/qtlcharts: An R package for interactive QTL graphics | | 67 | 11 | 2 | [angular-l10n](https://github.com/4vanger/angular-l10n) | L10n module for Angular.js | | 67 | 4 | 1 | [meteor-postgresql](https://github.com/austinrivas/meteor-postgresql) | A postgreSQL connector for meteor | -| 67 | 61 | 0 | [bubble_cloud](https://github.com/vlandham/bubble_cloud) | None | -| 67 | 22 | 19 | [jira-cli](https://github.com/tebriel/jira-cli) | Simple Command Line Jira Client in Node.js | -| 67 | 21 | 48 | [atom-language-idris](https://github.com/idris-hackers/atom-language-idris) | A Idris Mode for Atom.io | -| 67 | 86 | 1 | [meteor-accounts-t9n](https://github.com/softwarerero/meteor-accounts-t9n) | Translations for meteor account's error messages | -| 67 | 7 | 7 | [less2stylus](https://github.com/andreypopp/less2stylus) | [NOT MAINTAINED] LESS to Stylus source to source convertor capable of translating Bootstrap | -| 67 | 40 | 13 | [hubot-gitter2](https://github.com/huafu/hubot-gitter2) | Hubot adapter for Gitter | +| 67 | 22 | 17 | [facebook-export](https://github.com/KyleAMathews/facebook-export) | Tools to help administer your Facebook groups | +| 67 | 34 | 9 | [flow-db-admin](https://github.com/sachinbhutani/flow-db-admin) | Meteor Database Admin package for use with Flow Router | +| 67 | 6 | 7 | [less2stylus](https://github.com/andreypopp/less2stylus) | [NOT MAINTAINED] LESS to Stylus source to source convertor capable of translating Bootstrap | | 67 | 11 | 4 | [Pik7](https://github.com/SirPepe/Pik7) | HTML5 presentation framework | -| 66 | 9 | 2 | [hull-js](https://github.com/hull/hull-js) | The hull.js library | -| 66 | 26 | 46 | [atom-terminal](https://github.com/karan/atom-terminal) | Atom package to open terminal on current file's directory with "ctrl-shift-t" | -| 66 | 10 | 2 | [cnodejs-reader](https://github.com/cnodejs/cnodejs-reader) | CNode.js reader in React | +| 67 | 3 | 0 | [atom-css-to-inline](https://github.com/kepta/atom-css-to-inline) | Atom plugin for converting css to inline for react/JSX | +| 66 | 26 | 45 | [atom-terminal](https://github.com/karan/atom-terminal) | Atom package to open terminal on current file's directory with "ctrl-shift-t" | +| 66 | 9 | 0 | [river](https://github.com/andykent/river) | Unbounded stream processing in node.js | +| 66 | 11 | 1 | [node-slackr](https://github.com/chenka/node-slackr) | A simple node.js library for send notifications to Slack via Incoming WebHooks. | +| 66 | 11 | 2 | [cnodejs-reader](https://github.com/cnodejs/cnodejs-reader) | CNode.js reader in React | | 66 | 6 | 1 | [Obscura](https://github.com/OiNutter/Obscura) | Canvas Based Image Manipulation Library | -| 66 | 9 | 4 | [hotnode](https://github.com/saschagehlich/hotnode) | Hot code loading for node.js | -| 66 | 26 | 0 | [node-csv-stringify](https://github.com/adaltas/node-csv-stringify) | CSV stringifier implementing the Node.js `stream.Transform` API | +| 66 | 13 | 18 | [ng-cli](https://github.com/ngCli/ng-cli) | Build and scaffolding tool for your next angular js app | +| 66 | 30 | 17 | [karma-html2js-preprocessor](https://github.com/karma-runner/karma-html2js-preprocessor) | A Karma plugin. Convert HTML files into JS strings to serve them in a script tag. | +| 66 | 11 | 0 | [nutcracker-web](https://github.com/kontera-technologies/nutcracker-web) | Web interface plugin for nutcracker-ruby ( Twemproxy ) | +| 66 | 39 | 0 | [toptal-recommengine](https://github.com/hjr265/toptal-recommengine) | Prototype recommendation engine built to accompany an article on Toptal Blog | | 65 | 11 | 15 | [musictocodeto](https://github.com/ltackett/musictocodeto) | MTCT is a CLI-like interface for SoundCloud written in React. | -| 65 | 9 | 0 | [river](https://github.com/andykent/river) | Unbounded stream processing in node.js | | 65 | 7 | 0 | [hashmonitor](https://github.com/olark/hashmonitor) | turn logs into metrics like a boss | -| 65 | 12 | 4 | [puppeteer](https://github.com/puppeteer/puppeteer) | Web development stack. With Backbone, Marionette, CoffeeScript, Mocha, Chai, Bower, Grunt… | -| 65 | 10 | 1 | [node-slackr](https://github.com/chenka/node-slackr) | A simple node.js library for send notifications to Slack via Incoming WebHooks. | -| 65 | 21 | 17 | [facebook-export](https://github.com/KyleAMathews/facebook-export) | Tools to help administer your Facebook groups | -| 65 | 13 | 17 | [ng-cli](https://github.com/ngCli/ng-cli) | Build and scaffolding tool for your next angular js app | -| 65 | 10 | 0 | [nutcracker-web](https://github.com/kontera-technologies/nutcracker-web) | Web interface plugin for nutcracker-ruby ( Twemproxy ) | +| 65 | 12 | 5 | [rsmq-worker](https://github.com/mpneuried/rsmq-worker) | Helper to simply implement a worker around RSMQ ( Redis Simple Message Queue ) | +| 65 | 43 | 31 | [atom-rspec](https://github.com/fcoury/atom-rspec) | Atom RSpec runner package | +| 65 | 15 | 5 | [linode-api](https://github.com/fictorial/linode-api) | Linode API client for Node.js | +| 65 | 9 | 2 | [hull-js](https://github.com/hull/hull-js) | The hull.js library | +| 65 | 29 | 2 | [hubot-chatwork](https://github.com/akiomik/hubot-chatwork) | A hubot adapter for chatwork | +| 65 | 13 | 3 | [organized](https://github.com/MattFlower/organized) | Outlining, scheduling, and todos inside of the Atom Editor | +| 65 | 10 | 0 | [Framer-VideoPlayer](https://github.com/stakes/Framer-VideoPlayer) | A video player module for Framer Studio and Framer.js. | | 65 | 19 | 61 | [terminal-status](https://github.com/guileen/terminal-status) | Atom terminal status | -| 65 | 35 | 9 | [flow-db-admin](https://github.com/sachinbhutani/flow-db-admin) | Meteor Database Admin package for use with Flow Router | | 65 | 6 | 0 | [Codeshelver](https://github.com/dennisreimann/Codeshelver) | Codeshelver lets you clean up your GitHub watchlist by storing repositories you would like to remember on your shelf. | -| 65 | 4 | 0 | [computed-fields](https://github.com/maximummeteor/computed-fields) | Meteor package for automatic computation of field values in a collection | | 65 | 8 | 0 | [importer](https://github.com/devongovett/importer) | Deprecated: File importing for CoffeeScript and JavaScript | -| 65 | 22 | 20 | [qtlcharts](https://github.com/kbroman/qtlcharts) | R/qtlcharts: An R package for interactive QTL graphics | -| 65 | 38 | 0 | [toptal-recommengine](https://github.com/hjr265/toptal-recommengine) | Prototype recommendation engine built to accompany an article on Toptal Blog | +| 65 | 4 | 0 | [computed-fields](https://github.com/maximummeteor/computed-fields) | Meteor package for automatic computation of field values in a collection | +| 65 | 8 | 1 | [activate-power-mode](https://github.com/JJack27/activate-power-mode) | Active-Power-Mode for atom ide | | 64 | 15 | 6 | [hubot-kandan-app](https://github.com/kandanapp/hubot-kandan-app) | An easily deployed Hubot for Kandan, running in the cloud. | | 64 | 15 | 9 | [mcomaster](https://github.com/ajf8/mcomaster) | web interface to mcollective | -| 64 | 43 | 32 | [atom-rspec](https://github.com/fcoury/atom-rspec) | Atom RSpec runner package | -| 64 | 11 | 5 | [rsmq-worker](https://github.com/mpneuried/rsmq-worker) | Helper to simply implement a worker around RSMQ ( Redis Simple Message Queue ) | -| 64 | 24 | 1 | [mock-angular](https://github.com/think2011/mock-angular) | Mock(模拟http请求)的angularJS兼容插件 | +| 64 | 14 | 4 | [puppeteer](https://github.com/puppeteer/puppeteer) | Web development stack. With Backbone, Marionette, CoffeeScript, Mocha, Chai, Bower, Grunt… | +| 64 | 18 | 10 | [leapjs-rigged-hand](https://github.com/leapmotion/leapjs-rigged-hand) | Control hand models with the Leap Motion | | 64 | 5 | 1 | [CoffeeScriptLineMatcher](https://github.com/showell/CoffeeScriptLineMatcher) | provides debugging support for CoffeeScript by matching JS lines to CS lines | -| 64 | 7 | 7 | [hubot-idobata](https://github.com/idobata/hubot-idobata) | Idobata adapter for GitHub's Hubot | +| 64 | 7 | 8 | [hubot-idobata](https://github.com/idobata/hubot-idobata) | Idobata adapter for GitHub's Hubot | | 64 | 11 | 3 | [bokeh](https://github.com/nullobject/bokeh) | Bokeh is a simple, scalable and blazing-fast task queue built on Node.js and ZeroMQ. | -| 64 | 30 | 2 | [hubot-chatwork](https://github.com/akiomik/hubot-chatwork) | A hubot adapter for chatwork | -| 64 | 30 | 17 | [karma-html2js-preprocessor](https://github.com/karma-runner/karma-html2js-preprocessor) | A Karma plugin. Convert HTML files into JS strings to serve them in a script tag. | -| 64 | 21 | 1 | [heroku-screenshot](https://github.com/stomita/heroku-screenshot) | None | -| 64 | 21 | 2 | [node-upnp-device](https://github.com/jacobrask/node-upnp-device) | Create UPnP devices in Node.js (experimental) | -| 64 | 4 | 0 | [gridy.js](https://github.com/ialpert/gridy.js) | Gridy.js is a library that can be used in SmartTV's apps. You can use it for carousels, grids, and sliders | -| 64 | 5 | 20 | [kindlebility](https://github.com/darkhelmet/kindlebility) | Readability to PDF to Kindle. A Javascript turducken! | -| 64 | 11 | 13 | [N1-Markdown-Composer](https://github.com/nylas/N1-Markdown-Composer) | An N1 plugin to write emails using markdown | -| 64 | 8 | 2 | [karma-fixture](https://github.com/billtrik/karma-fixture) | A plugin for the Karma test runner that loads .html and .json fixtures | \ No newline at end of file +| 64 | 21 | 1 | [heroku-screenshot](https://github.com/stomita/heroku-screenshot) | None | \ No newline at end of file diff --git a/README-Go.md b/README-Go.md index 7d31d76..bae436c 100644 --- a/README-Go.md +++ b/README-Go.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for Go sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 45300 | 13466 | 2883 | [moby](https://github.com/moby/moby) | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | -| 31686 | 4285 | 3107 | [go](https://github.com/golang/go) | The Go programming language | -| 26558 | 9476 | 5319 | [kubernetes](https://github.com/kubernetes/kubernetes) | Production-Grade Container Scheduling and Management | -| 26095 | 6473 | 968 | [lantern](https://github.com/getlantern/lantern) | 🔴Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴 | -| 23258 | 2924 | 18 | [awesome-go](https://github.com/avelino/awesome-go) | A curated list of awesome Go frameworks, libraries and software | -| 20708 | 2391 | 511 | [gogs](https://github.com/gogits/gogs) | Gogs is a painless self-hosted Git service. | -| 19377 | 2618 | 274 | [hugo](https://github.com/gohugoio/hugo) | A Fast and Flexible Static Site Generator built with love in GoLang. | -| 17792 | 5496 | 65 | [build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang) | A golang ebook intro how to build a web with golang | -| 17486 | 2977 | 1124 | [grafana](https://github.com/grafana/grafana) | The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More | -| 17282 | 1396 | 214 | [syncthing](https://github.com/syncthing/syncthing) | Open Source Continuous File Synchronization | -| 14734 | 2852 | 196 | [etcd](https://github.com/coreos/etcd) | Distributed reliable key-value store for the most critical data of a distributed system | -| 13812 | 945 | 84 | [caddy](https://github.com/mholt/caddy) | Fast, cross-platform HTTP/2 web server with automatic HTTPS | -| 12170 | 2803 | 315 | [beego](https://github.com/astaxie/beego) | beego is an open-source, high-performance web framework for the Go programming language. | -| 11577 | 1356 | 115 | [gin](https://github.com/gin-gonic/gin) | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | -| 11402 | 1290 | 231 | [prometheus](https://github.com/prometheus/prometheus) | The Prometheus monitoring system and time series database. | -| 11396 | 1627 | 557 | [influxdb](https://github.com/influxdata/influxdb) | Scalable datastore for metrics, events, and real-time analytics | -| 11242 | 1042 | 182 | [hub](https://github.com/github/hub) | hub helps you win at git. | -| 11160 | 1727 | 60 | [ngrok](https://github.com/inconshreveable/ngrok) | Introspected tunnels to localhost | -| 10978 | 1098 | 1046 | [cockroach](https://github.com/cockroachdb/cockroach) | CockroachDB - the open source, cloud-native SQL database. | -| 10915 | 1232 | 110 | [drone](https://github.com/drone/drone) | Drone is a Continuous Delivery platform built on Docker, written in Go | -| 10424 | 899 | 65 | [cayley](https://github.com/cayleygraph/cayley) | An open-source graph database | -| 10200 | 1330 | 61 | [nsq](https://github.com/nsqio/nsq) | A realtime distributed messaging platform | -| 10058 | 1799 | 345 | [consul](https://github.com/hashicorp/consul) | Service Discovery and Configuration Made Easy | -| 10027 | 394 | 42 | [fzf](https://github.com/junegunn/fzf) | :cherry_blossom: A command-line fuzzy finder written in Go | -| 9606 | 1016 | 1 | [martini](https://github.com/go-martini/martini) | Classy web framework for Go | -| 9561 | 893 | 311 | [traefik](https://github.com/containous/traefik) | Træfik, a modern reverse proxy | -| 9392 | 1291 | 335 | [tidb](https://github.com/pingcap/tidb) | TiDB is a distributed NewSQL database compatible with MySQL protocol | -| 9338 | 3443 | 1040 | [terraform](https://github.com/hashicorp/terraform) | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. | -| 8732 | 1157 | 51 | [revel](https://github.com/revel/revel) | A high productivity, full-stack web framework for the Go language. | -| 8480 | 409 | 31 | [websocketd](https://github.com/joewalnes/websocketd) | Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. | -| 8170 | 638 | 155 | [minio](https://github.com/minio/minio) | Minio is an open source object storage server compatible with Amazon S3 APIs | -| 8153 | 713 | 83 | [echo](https://github.com/labstack/echo) | High performance, minimalist Go web framework | -| 8148 | 468 | 19 | [gotty](https://github.com/yudai/gotty) | Share your terminal as a web application | -| 7925 | 435 | 59 | [grumpy](https://github.com/google/grumpy) | Grumpy is a Python to Go source code transcompiler and runtime. | -| 7797 | 700 | 62 | [goreplay](https://github.com/buger/goreplay) | GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. | -| 7602 | 755 | 33 | [kit](https://github.com/go-kit/kit) | A standard library for microservices. | -| 7529 | 795 | 1 | [iris](https://github.com/kataras/iris) | The fastest web framework for Go in (THIS) Earth. HTTP/2 Ready to GO. MVC when you need it. | -| 7498 | 1009 | 284 | [vault](https://github.com/hashicorp/vault) | A tool for managing secrets. | -| 7328 | 710 | 468 | [rkt](https://github.com/rkt/rkt) | rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards. | -| 7105 | 2181 | 534 | [go-ethereum](https://github.com/ethereum/go-ethereum) | Official Go implementation of the Ethereum protocol | -| 6900 | 497 | 479 | [rclone](https://github.com/ncw/rclone) | "rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files | -| 6822 | 1776 | 304 | [packer](https://github.com/hashicorp/packer) | Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. | -| 6805 | 553 | 107 | [bolt](https://github.com/boltdb/bolt) | An embedded key/value database for Go. | -| 6752 | 229 | 29 | [wuzz](https://github.com/asciimoo/wuzz) | Interactive cli tool for HTTP inspection | -| 6530 | 806 | 133 | [gorm](https://github.com/jinzhu/gorm) | The fantastic ORM library for Golang, aims to be developer friendly | -| 6423 | 593 | 77 | [cli](https://github.com/urfave/cli) | A simple, fast, and fun package for building command line apps in Go | -| 6397 | 353 | 69 | [termui](https://github.com/gizak/termui) | Golang terminal dashboard | -| 6290 | 452 | 90 | [delve](https://github.com/derekparker/delve) | Delve is a debugger for the Go programming language. | -| 6273 | 1078 | 21 | [frp](https://github.com/fatedier/frp) | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | -| 6261 | 458 | 372 | [flynn](https://github.com/flynn/flynn) | A next generation open source platform as a service (PaaS) | -| 6232 | 367 | 38 | [vegeta](https://github.com/tsenart/vegeta) | HTTP load testing tool and library. It's over 9000! | -| 6225 | 1621 | 49 | [codis](https://github.com/CodisLabs/codis) | Proxy based Redis cluster solution supporting pipeline and scaling dynamically | -| 6199 | 271 | 17 | [primitive](https://github.com/fogleman/primitive) | Reproducing images with geometric primitives. | -| 6191 | 187 | 258 | [noms](https://github.com/attic-labs/noms) | The versioned, forkable, syncable database | -| 6105 | 927 | 220 | [cadvisor](https://github.com/google/cadvisor) | Analyzes resource usage and performance characteristics of running containers. | -| 6065 | 1218 | 49 | [kcptun](https://github.com/xtaci/kcptun) | A Secure Tunnel Based On KCP with N:M Multiplexing | -| 6030 | 380 | 174 | [apex](https://github.com/apex/apex) | Build, deploy, and manage AWS Lambda functions with ease (with Go support!). | -| 6020 | 2126 | 18 | [the-way-to-go_ZH_CN](https://github.com/Unknwon/the-way-to-go_ZH_CN) | 《The Way to Go》中文译本,中文正式名《Go入门指南》 | -| 5984 | 190 | 23 | [ctop](https://github.com/bcicen/ctop) | Top-like interface for container metrics | -| 5814 | 236 | 78 | [micro](https://github.com/zyedidia/micro) | A modern and intuitive terminal-based text editor | -| 5714 | 664 | 10 | [groupcache](https://github.com/golang/groupcache) | groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. | -| 5588 | 1277 | 219 | [cow](https://github.com/cyfdecyf/cow) | HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access. | -| 5529 | 245 | 124 | [gopherjs](https://github.com/gopherjs/gopherjs) | A compiler from Go to JavaScript for running Go code in a browser | -| 5475 | 547 | 43 | [httprouter](https://github.com/julienschmidt/httprouter) | A high performance HTTP request router that scales well | -| 5429 | 770 | 86 | [logrus](https://github.com/sirupsen/logrus) | Structured, pluggable logging for Go. | -| 5271 | 343 | 320 | [glide](https://github.com/Masterminds/glide) | Package Management for Golang | -| 5268 | 257 | 23 | [faas](https://github.com/alexellis/faas) | :whale: Functions as a Service - a serverless framework for Docker & Kubernetes | -| 5195 | 261 | 71 | [teleport](https://github.com/gravitational/teleport) | Modern SSH server for clusters and teams. | -| 5067 | 420 | 77 | [cobra](https://github.com/spf13/cobra) | A Commander for modern Go CLI interactions | -| 4953 | 281 | 22 | [wego](https://github.com/schachmat/wego) | weather app for the terminal | -| 4951 | 196 | 16 | [comcast](https://github.com/tylertreat/comcast) | Simulating shitty network connections so you can build better systems. | -| 4943 | 636 | 215 | [minikube](https://github.com/kubernetes/minikube) | Run Kubernetes locally | -| 4934 | 645 | 103 | [vitess](https://github.com/youtube/vitess) | Vitess is a database clustering system for horizontal scaling of MySQL. | -| 4914 | 392 | 8 | [negroni](https://github.com/urfave/negroni) | Idiomatic HTTP Middleware for Golang | -| 4888 | 825 | 262 | [git-lfs](https://github.com/git-lfs/git-lfs) | Git extension for versioning large files | -| 4881 | 428 | 108 | [godep](https://github.com/tools/godep) | dependency tool for go | -| 4871 | 437 | 122 | [fasthttp](https://github.com/valyala/fasthttp) | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | -| 4810 | 928 | 55 | [v2ray-core](https://github.com/v2ray/v2ray-core) | A platform for building proxies to bypass network restrictions. | -| 4785 | 358 | 32 | [boom](https://github.com/rakyll/boom) | HTTP(S) load generator, ApacheBench (ab) replacement, written in Go | -| 4783 | 382 | 335 | [weave](https://github.com/weaveworks/weave) | Simple, resilient multi-host Docker networking and more. | -| 4734 | 980 | 353 | [swarm](https://github.com/docker/swarm) | Swarm: a Docker-native clustering system | -| 4677 | 115 | 17 | [gitql](https://github.com/cloudson/gitql) | A git query language | -| 4572 | 622 | 31 | [seaweedfs](https://github.com/chrislusf/seaweedfs) | SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS". | -| 4543 | 414 | 7 | [goquery](https://github.com/PuerkitoBio/goquery) | A little like that j-thing, only in Go. | -| 4522 | 273 | 218 | [dep](https://github.com/golang/dep) | Go dependency management tool | -| 4469 | 288 | 23 | [pgweb](https://github.com/sosedoff/pgweb) | Cross-platform client for PostgreSQL databases | -| 4465 | 373 | 41 | [vuls](https://github.com/future-architect/vuls) | Vulnerability scanner for Linux/FreeBSD, agentless, written in Go | -| 4451 | 521 | 45 | [golearn](https://github.com/sjwhitworth/golearn) | Machine Learning for Go | -| 4424 | 1139 | 550 | [beats](https://github.com/elastic/beats) | :tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash | -| 4421 | 599 | 25 | [mux](https://github.com/gorilla/mux) | A powerful URL router and dispatcher for golang. | -| 4393 | 310 | 115 | [ui](https://github.com/andlabs/ui) | Platform-native GUI library for Go. | -| 4374 | 380 | 50 | [transfer.sh](https://github.com/dutchcoders/transfer.sh) | Easy and fast file sharing from the command-line. | -| 4348 | 394 | 2 | [seesaw](https://github.com/google/seesaw) | Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform. | -| 4248 | 404 | 377 | [os](https://github.com/rancher/os) | Tiny Linux distro that runs the entire OS as Docker containers | -| 4209 | 76 | 13 | [jid](https://github.com/simeji/jid) | json incremental digger | -| 4148 | 1150 | 710 | [machine](https://github.com/docker/machine) | Machine management for a container-centric world | -| 4141 | 252 | 55 | [find](https://github.com/schollz/find) | High-precision indoor positioning framework for most wifi-enabled devices. | -| 4134 | 683 | 62 | [confd](https://github.com/kelseyhightower/confd) | Manage local application configuration files using templates and data from etcd or consul | -| 4095 | 373 | 51 | [serf](https://github.com/hashicorp/serf) | Service orchestration and management tool. | -| 4091 | 735 | 6 | [websocket](https://github.com/gorilla/websocket) | A WebSocket implementation for Go. | -| 4077 | 883 | 62 | [mysql](https://github.com/go-sql-driver/mysql) | Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package | -| 4076 | 133 | 14 | [textql](https://github.com/dinedal/textql) | Execute SQL against structured text like CSV or TSV | -| 4067 | 127 | 12 | [peco](https://github.com/peco/peco) | Simplistic interactive filtering tool | -| 4039 | 680 | 132 | [runc](https://github.com/opencontainers/runc) | CLI tool for spawning and running containers according to the OCI specification | -| 4013 | 405 | 76 | [nvm-windows](https://github.com/coreybutler/nvm-windows) | A node.js version management utility for Windows. Ironically written in Go. | -| 3975 | 245 | 12 | [go-patterns](https://github.com/tmrts/go-patterns) | Curated list of Go design patterns, recipes and idioms | -| 3975 | 304 | 87 | [fabio](https://github.com/fabiolb/fabio) | A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. | -| 3855 | 457 | 46 | [gocode](https://github.com/nsf/gocode) | An autocompletion daemon for the Go programming language | -| 3848 | 267 | 47 | [gxui](https://github.com/google/gxui) | An experimental Go cross platform UI library. | -| 3836 | 713 | 98 | [grpc-go](https://github.com/grpc/grpc-go) | The Go language implementation of gRPC. HTTP/2 based RPC | -| 3828 | 160 | 76 | [upspin](https://github.com/upspin/upspin) | Upspin: A framework for naming everyone's everything. | -| 3694 | 580 | 3 | [freegeoip](https://github.com/fiorix/freegeoip) | IP geolocation web server | -| 3663 | 392 | 104 | [testify](https://github.com/stretchr/testify) | A toolkit with common assertions and mocks that plays nicely with the standard library | -| 3649 | 442 | 31 | [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) | Build and run Docker containers leveraging NVIDIA GPUs | -| 3588 | 372 | 143 | [viper](https://github.com/spf13/viper) | Go configuration with fangs | -| 3505 | 256 | 1 | [micro](https://github.com/micro/micro) | A microservice toolkit for distributed systems development | -| 3496 | 377 | 513 | [gitea](https://github.com/go-gitea/gitea) | Gitea: Git with a cup of tea | -| 3489 | 1287 | 451 | [telegraf](https://github.com/influxdata/telegraf) | The plugin-driven server agent for collecting & reporting metrics. | -| 3476 | 583 | 7 | [redigo](https://github.com/garyburd/redigo) | Go client for Redis | -| 3463 | 298 | 93 | [bleve](https://github.com/blevesearch/bleve) | A modern text indexing library for go | -| 3438 | 96 | 4 | [fsql](https://github.com/kshvmdn/fsql) | Search through your filesystem with SQL-esque queries. | -| 3435 | 101 | 21 | [git-appraise](https://github.com/google/git-appraise) | Distributed code review system for Git repos | -| 3409 | 340 | 209 | [gdrive](https://github.com/prasmussen/gdrive) | Google Drive CLI Client | -| 3401 | 402 | 50 | [gobot](https://github.com/hybridgroup/gobot) | Golang framework for robotics, drones, and the Internet of Things (IoT) | -| 3399 | 715 | 59 | [aws-sdk-go](https://github.com/aws/aws-sdk-go) | AWS SDK for the Go programming language. | -| 3398 | 102 | 11 | [gallium](https://github.com/alexflint/gallium) | Build desktop applications in Go and HTML. | -| 3392 | 1179 | 309 | [distribution](https://github.com/docker/distribution) | The Docker toolset to pack, ship, store, and deliver content | -| 3391 | 333 | 8 | [go-datastructures](https://github.com/Workiva/go-datastructures) | None | -| 3362 | 312 | 1 | [godropbox](https://github.com/dropbox/godropbox) | Common libraries for writing Go services/applications. | -| 3340 | 156 | 42 | [tile38](https://github.com/tidwall/tile38) | Tile38 is a geospatial database, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. 🌐 | -| 3335 | 360 | 47 | [gnatsd](https://github.com/nats-io/gnatsd) | High-Performance server for NATS, the cloud native messaging system. | -| 3314 | 554 | 642 | [go-ipfs](https://github.com/ipfs/go-ipfs) | IPFS implementation in go | -| 3299 | 222 | 3 | [goji](https://github.com/zenazn/goji) | Goji is a minimalistic web framework for Golang that's high in antioxidants. | -| 3287 | 2170 | 1469 | [origin](https://github.com/openshift/origin) | Enterprise Kubernetes for Developers | -| 3276 | 541 | 246 | [heka](https://github.com/mozilla-services/heka) | DEPRECATED: Data collection and processing made easy. | -| 3229 | 276 | 83 | [sqlx](https://github.com/jmoiron/sqlx) | general purpose extensions to golang's database/sql | -| 3208 | 652 | 211 | [registrator](https://github.com/gliderlabs/registrator) | Service registry bridge for Docker with pluggable adapters | -| 3184 | 1001 | 1 | [go-fundamental-programming](https://github.com/Unknwon/go-fundamental-programming) | 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。 | -| 3178 | 201 | 98 | [zeus](https://github.com/burke/zeus) | Boot any rails app in under a second. | -| 3149 | 268 | 65 | [otto](https://github.com/robertkrimen/otto) | A JavaScript interpreter in Go (golang) | -| 3142 | 154 | 30 | [rqlite](https://github.com/rqlite/rqlite) | The lightweight, distributed relational database built on SQLite. | -| 3135 | 427 | 122 | [pq](https://github.com/lib/pq) | Pure Go Postgres driver for database/sql | -| 3127 | 190 | 38 | [hydra](https://github.com/ory/hydra) | OAuth2 server with OpenID Connect - cloud native, security-first, open source API security for your infrastructure. Written in Go. | -| 3111 | 270 | 9 | [gods](https://github.com/emirpasic/gods) | GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON | -| 3106 | 243 | 65 | [go-bindata](https://github.com/jteeuwen/go-bindata) | A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. | -| 3105 | 94 | 140 | [up](https://github.com/apex/up) | Deploy infinitely scalable serverless apps, apis, and sites in seconds. | -| 3104 | 202 | 3 | [grace](https://github.com/facebookgo/grace) | Graceful restart & zero downtime deploy for Go servers. | -| 3102 | 119 | 32 | [awless](https://github.com/wallix/awless) | A Mighty CLI for AWS | -| 3054 | 130 | 13 | [ponzu](https://github.com/ponzu-cms/ponzu) | Headless CMS with automatic JSON API. Featuring auto HTTPS, HTTP/2 Server Push, and flexible server framework written in Go. | -| 3046 | 244 | 81 | [goconvey](https://github.com/smartystreets/goconvey) | Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go. | -| 3042 | 2169 | 30 | [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) | go port of shadowsocks | -| 3005 | 238 | 0 | [ga-beacon](https://github.com/igrigorik/ga-beacon) | Google Analytics collector-as-a-service (using GA measurement protocol). | -| 2991 | 128 | 7 | [httpstat](https://github.com/davecheney/httpstat) | It's like curl -v, with colours. | -| 2989 | 239 | 9 | [localtunnel](https://github.com/progrium/localtunnel) | Expose localhost servers to the Internet | -| 2984 | 97 | 66 | [k6](https://github.com/loadimpact/k6) | A modern load testing tool, using Go and JavaScript - https://k6.io | -| 2932 | 464 | 36 | [web](https://github.com/hoisie/web) | The easiest way to create web applications with Go | -| 2904 | 243 | 29 | [doozerd](https://github.com/ha/doozerd) | A consistent distributed data store. | -| 2900 | 217 | 28 | [ssh-chat](https://github.com/shazow/ssh-chat) | Chat over SSH. | -| 2885 | 589 | 44 | [kingshard](https://github.com/flike/kingshard) | A high-performance MySQL proxy | -| 2885 | 314 | 33 | [go-json-rest](https://github.com/ant0ine/go-json-rest) | A quick and easy way to setup a RESTful JSON API | -| 2874 | 213 | 87 | [gh-ost](https://github.com/github/gh-ost) | GitHub's Online Schema Migrations for MySQL | -| 2867 | 172 | 119 | [qt](https://github.com/therecipe/qt) | Qt binding for Go (Golang) with support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS | -| 2855 | 673 | 44 | [go-github](https://github.com/google/go-github) | Go library for accessing the GitHub API | -| 2812 | 242 | 2 | [nes](https://github.com/fogleman/nes) | NES emulator written in Go. | -| 2812 | 180 | 2 | [chaosmonkey](https://github.com/Netflix/chaosmonkey) | Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. | -| 2811 | 67 | 5 | [httplab](https://github.com/gchaincl/httplab) | The interactive web server | -| 2790 | 466 | 44 | [logspout](https://github.com/gliderlabs/logspout) | Log routing for Docker container logs | -| 2762 | 524 | 302 | [nomad](https://github.com/hashicorp/nomad) | Nomad is a highly available, distributed, data-center aware cluster and application scheduler designed to support the modern datacenter with support for long-running services, batch jobs, and much more. | -| 2755 | 805 | 14 | [pholcus](https://github.com/henrylee2cn/pholcus) | [Crawler for Golang] Pholcus is a distributed, high concurrency and powerful web crawler software. | -| 2747 | 173 | 12 | [zap](https://github.com/uber-go/zap) | Blazing fast, structured, leveled logging in Go. | -| 2741 | 580 | 133 | [oauth2_proxy](https://github.com/bitly/oauth2_proxy) | A reverse proxy that provides authentication with Google, Github or other provider | -| 2733 | 501 | 81 | [battery-historian](https://github.com/google/battery-historian) | Battery Historian is a tool to analyze battery consumers using Android "bugreport" files. | -| 2723 | 704 | 868 | [kops](https://github.com/kubernetes/kops) | Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management | -| 2712 | 247 | 108 | [istio](https://github.com/istio/istio) | Sample code, build and tests and governance material for the Istio project. | -| 2684 | 242 | 215 | [GoSublime](https://github.com/DisposaBoy/GoSublime) | A Golang plugin collection for SublimeText **3**, providing code completion and other IDE-like features. | -| 2684 | 758 | 303 | [harbor](https://github.com/vmware/harbor) | An enterprise-class container registry server based on Docker Distribution | -| 2591 | 115 | 47 | [godebug](https://github.com/mailgun/godebug) | DEPRECATED! https://github.com/derekparker/delve | -| 2589 | 330 | 88 | [blackfriday](https://github.com/russross/blackfriday) | Blackfriday: a markdown processor for Go | -| 2582 | 140 | 111 | [elvish](https://github.com/elves/elvish) | Friendly and expressive Unix shell | -| 2580 | 100 | 53 | [beehive](https://github.com/muesli/beehive) | A flexible event/agent & automation system with lots of bees 🐝 | -| 2576 | 677 | 1 | [gotraining](https://github.com/ardanlabs/gotraining) | Go Training Class Material : | -| 2564 | 383 | 32 | [qor](https://github.com/qor/qor) | QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems. | -| 2563 | 130 | 53 | [direnv](https://github.com/direnv/direnv) | Unclutter your .profile | -| 2554 | 310 | 62 | [clair](https://github.com/coreos/clair) | Vulnerability Static Analysis for Containers | -| 2552 | 306 | 104 | [gorp](https://github.com/go-gorp/gorp) | Go Relational Persistence - an ORM-ish library for Go | -| 2494 | 274 | 37 | [jwt-go](https://github.com/dgrijalva/jwt-go) | Golang implementation of JSON Web Tokens (JWT) | -| 2470 | 136 | 28 | [joe](https://github.com/karan/joe) | :running: A .gitignore magician in your command line | -| 2467 | 191 | 69 | [vulcand](https://github.com/vulcand/vulcand) | Programmatic load balancer backed by Etcd | -| 2461 | 203 | 184 | [restic](https://github.com/restic/restic) | Fast, secure, efficient backup program | -| 2457 | 315 | 157 | [tsuru](https://github.com/tsuru/tsuru) | Open source, extensible and Docker-based Platform as a Service (PaaS). | -| 2440 | 703 | 3 | [The-Golang-Standard-Library-by-Example](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) | Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。 | -| 2434 | 323 | 12 | [consul-template](https://github.com/hashicorp/consul-template) | Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data. | -| 2415 | 150 | 55 | [MailHog](https://github.com/mailhog/MailHog) | Web and API based SMTP testing | -| 2403 | 156 | 6 | [chi](https://github.com/go-chi/chi) | lightweight, idiomatic and composable router for building Go HTTP services | -| 2400 | 312 | 106 | [fleet](https://github.com/coreos/fleet) | fleet ties together systemd and etcd into a distributed init system | -| 2398 | 289 | 0 | [mobile](https://github.com/golang/mobile) | [mirror] Go on Mobile | -| 2396 | 571 | 29 | [wukong](https://github.com/huichen/wukong) | 高度可定制的全文搜索引擎 | -| 2391 | 54 | 26 | [dlite](https://github.com/nlf/dlite) | The simplest way to use Docker on OS X | -| 2389 | 104 | 6 | [devd](https://github.com/cortesi/devd) | A local webserver for developers | -| 2389 | 163 | 97 | [fission](https://github.com/fission/fission) | Fast Serverless Functions for Kubernetes | -| 2380 | 198 | 93 | [govendor](https://github.com/kardianos/govendor) | Go vendor tool that works with the standard vendor file. | -| 2376 | 569 | 84 | [flannel](https://github.com/coreos/flannel) | flannel is a network fabric for containers, designed for Kubernetes | -| 2371 | 266 | 87 | [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) | gRPC to JSON proxy generator | -| 2370 | 308 | 64 | [docker-gen](https://github.com/jwilder/docker-gen) | Generate files from docker container meta-data | -| 2368 | 88 | 34 | [alpaca](https://github.com/pksunkara/alpaca) | Given a web API, Generate client libraries in node, php, python, ruby | -| 2349 | 846 | 368 | [helm](https://github.com/kubernetes/helm) | The Kubernetes Package Manager | -| 2343 | 390 | 359 | [bosun](https://github.com/bosun-monitor/bosun) | Time Series Alerting Framework | -| 2341 | 206 | 38 | [termbox-go](https://github.com/nsf/termbox-go) | Pure Go termbox implementation | -| 2339 | 544 | 6 | [go-best-practice](https://github.com/astaxie/go-best-practice) | Trying to complete over 100 projects in various categories in golang. | -| 2325 | 246 | 0 | [go-micro](https://github.com/micro/go-micro) | A pluggable RPC framework for microservices | -| 2304 | 418 | 29 | [dns](https://github.com/miekg/dns) | DNS library in Go | -| 2298 | 156 | 32 | [gox](https://github.com/mitchellh/gox) | A dead simple, no frills Go cross compile tool | -| 2297 | 92 | 13 | [badger](https://github.com/dgraph-io/badger) | Fast key-value store in Go. | -| 2294 | 373 | 203 | [tyk](https://github.com/TykTechnologies/tyk) | Tyk Open Source API Gateway written in Go | -| 2285 | 352 | 12 | [go-restful](https://github.com/emicklei/go-restful) | package for building REST-style Web Services using Google Go | -| 2282 | 118 | 86 | [empire](https://github.com/remind101/empire) | A PaaS built on top of Amazon EC2 Container Service (ECS) | -| 2269 | 225 | 51 | [goa](https://github.com/goadesign/goa) | Design-based APIs and microservices in Go | -| 2262 | 340 | 100 | [xorm](https://github.com/go-xorm/xorm) | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle | -| 2259 | 315 | 94 | [cfssl](https://github.com/cloudflare/cfssl) | CFSSL: Cloudflare's PKI and TLS toolkit | -| 2228 | 127 | 30 | [libchan](https://github.com/docker/libchan) | Like Go channels over the network | -| 2226 | 263 | 83 | [ledisdb](https://github.com/siddontang/ledisdb) | a high performance NoSQL powered by Go | -| 2226 | 60 | 28 | [gore](https://github.com/motemen/gore) | Yet another Go REPL that works nicely. Featured with line editing, code completion, and more. | -| 2202 | 346 | 16 | [redis](https://github.com/go-redis/redis) | Type-safe Redis client for Golang | -| 2194 | 200 | 269 | [camlistore](https://github.com/camlistore/camlistore) | Camlistore is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content. | -| 2190 | 115 | 27 | [errors](https://github.com/pkg/errors) | Simple error handling primitives | -| 2188 | 101 | 6 | [go-torch](https://github.com/uber/go-torch) | Stochastic flame graph profiler for Go programs | -| 2177 | 351 | 117 | [semaphore](https://github.com/ansible-semaphore/semaphore) | Open Source alternative to Ansible Tower | -| 2169 | 193 | 1229 | [client](https://github.com/keybase/client) | Keybase Go Library, Client, Service, OS X, iOS, Android, Electron | -| 2164 | 141 | 20 | [itsabot](https://github.com/itsabot/itsabot) | ItsAbot makes it easy and fun to build your own digital assistant, and we include everything you need to get started. | -| 2158 | 485 | 42 | [Heartbleed](https://github.com/FiloSottile/Heartbleed) | A checker (site and tool) for CVE-2014-0160 | -| 2146 | 390 | 1 | [kotlin-in-chinese](https://github.com/huanglizhuo/kotlin-in-chinese) | kotlin 官方文档翻译 | -| 2142 | 206 | 417 | [pachyderm](https://github.com/pachyderm/pachyderm) | Reproducible Data Science at Scale! | -| 2135 | 81 | 32 | [goby](https://github.com/goby-lang/goby) | Goby - A new language helps you develop microservices | -| 2118 | 104 | 33 | [the_platinum_searcher](https://github.com/monochromegane/the_platinum_searcher) | A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings. | -| 2101 | 109 | 6 | [Go-SCP](https://github.com/Checkmarx/Go-SCP) | Go programming language secure coding practices guide | -| 2096 | 111 | 25 | [toxiproxy](https://github.com/Shopify/toxiproxy) | :alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing | -| 2093 | 165 | 7 | [vuvuzela](https://github.com/vuvuzela/vuvuzela) | Private messaging system that hides metadata | -| 2093 | 404 | 26 | [sarama](https://github.com/Shopify/sarama) | Sarama is a Go library for Apache Kafka 0.8, 0.9, and 0.10. | -| 2069 | 499 | 102 | [protobuf](https://github.com/golang/protobuf) | Go support for Google's protocol buffers | -| 2064 | 227 | 59 | [lego](https://github.com/xenolf/lego) | Let's Encrypt client and ACME library written in Go | -| 2056 | 71 | 2 | [usql](https://github.com/knq/usql) | usql is a universal command-line interface for SQL databases | -| 2054 | 161 | 6 | [centrifugo](https://github.com/centrifugal/centrifugo) | Language-agnostic real-time messaging (Websocket or SockJS) server in Go | -| 2047 | 175 | 57 | [gin](https://github.com/codegangsta/gin) | Live reload utility for Go web servers | -| 2024 | 196 | 42 | [govalidator](https://github.com/asaskevich/govalidator) | [Go] Package of validators and sanitizers for strings, numerics, slices and structs | -| 2018 | 184 | 12 | [macaron](https://github.com/go-macaron/macaron) | Package macaron is a high productive and modular web framework in Go. | -| 2013 | 99 | 44 | [meshbird](https://github.com/meshbird/meshbird) | Distributed private networking | -| 2012 | 59 | 19 | [whalebrew](https://github.com/bfirsh/whalebrew) | Homebrew, but with Docker images | -| 2011 | 262 | 12 | [go-starter-kit](https://github.com/olebedev/go-starter-kit) | Golang isomorphic react/hot reloadable/redux/css-modules starter kit | -| 2001 | 352 | 111 | [walk](https://github.com/lxn/walk) | A Windows GUI toolkit for the Go Programming Language | -| 2000 | 253 | 160 | [boulder](https://github.com/letsencrypt/boulder) | An ACME-based CA, written in Go. | -| 1984 | 63 | 32 | [commento](https://github.com/adtac/commento) | A lightweight, open source, tracking-free comment engine alternative to Disqus. | -| 1983 | 155 | 26 | [hey](https://github.com/rakyll/hey) | HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom | -| 1982 | 147 | 84 | [gb](https://github.com/constabulary/gb) | gb, the project based build tool for Go | -| 1973 | 57 | 6 | [ln](https://github.com/fogleman/ln) | 3D line art engine. | -| 1972 | 241 | 73 | [lint](https://github.com/golang/lint) | This is a linter for Go source code. | -| 1957 | 1656 | 3 | [fabric](https://github.com/hyperledger/fabric) | Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric | -| 1957 | 312 | 15 | [go-simplejson](https://github.com/bitly/go-simplejson) | a Go package to interact with arbitrary JSON | -| 1941 | 227 | 8 | [jvm.go](https://github.com/zxh0/jvm.go) | A JVM written in Go | -| 1937 | 169 | 51 | [ffjson](https://github.com/pquerna/ffjson) | faster JSON serialization for Go | -| 1936 | 114 | 20 | [go-fuzz](https://github.com/dvyukov/go-fuzz) | Randomized testing for Go | -| 1922 | 787 | 16 | [GolangTraining](https://github.com/GoesToEleven/GolangTraining) | Training for Golang (go language) | -| 1917 | 141 | 11 | [webhook](https://github.com/adnanh/webhook) | webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. | -| 1916 | 111 | 5 | [utron](https://github.com/gernest/utron) | A lightweight MVC framework for Go(Golang) | -| 1911 | 36 | 4 | [go-pry](https://github.com/d4l3k/go-pry) | An interactive REPL for Go that allows you to drop into your code at any point. | -| 1900 | 81 | 2 | [roshi](https://github.com/soundcloud/roshi) | Roshi is a large-scale CRDT set implementation for timestamped events. | -| 1896 | 169 | 14 | [tiedot](https://github.com/HouzuoGuo/tiedot) | Your NoSQL database powered by Golang | -| 1893 | 121 | 6 | [gizmo](https://github.com/NYTimes/gizmo) | A Microservice Toolkit from The New York Times | -| 1890 | 426 | 49 | [gopsutil](https://github.com/shirou/gopsutil) | psutil for golang | -| 1889 | 61 | 2 | [httpdiff](https://github.com/jgrahamc/httpdiff) | Perform the same request against two HTTP servers and diff the results | -| 1884 | 401 | 80 | [goproxy](https://github.com/elazarl/goproxy) | An HTTP proxy library for Go | -| 1882 | 59 | 27 | [oklog](https://github.com/oklog/oklog) | A distributed and coördination-free log management system | -| 1881 | 120 | 7 | [gocui](https://github.com/jroimartin/gocui) | Minimalist Go package aimed at creating Console User Interfaces. | -| 1879 | 51 | 28 | [thyme](https://github.com/sourcegraph/thyme) | Automatically track which applications you use and for how long. | -| 1877 | 389 | 59 | [xlsx](https://github.com/tealeg/xlsx) | Google Go (golang) library for reading and writing XLSX files. You should probably also checkout: https://github.com/360EntSecGroup-Skylar/excelize | -| 1874 | 75 | 21 | [teleconsole](https://github.com/gravitational/teleconsole) | Command line tool to share your UNIX terminal and forward local TCP ports to people you trust. | -| 1871 | 142 | 14 | [gometalinter](https://github.com/alecthomas/gometalinter) | Concurrently run Go lint tools and normalise their output | -| 1864 | 223 | 16 | [gryffin](https://github.com/yahoo/gryffin) | Gryffin is a large scale web security scanning platform | -| 1855 | 183 | 54 | [graphql](https://github.com/graphql-go/graphql) | An implementation of GraphQL for Go / Golang | -| 1846 | 129 | 13 | [checkup](https://github.com/sourcegraph/checkup) | Distributed, lock-free, self-hosted health checks and status pages | -| 1839 | 53 | 15 | [ccat](https://github.com/jingweno/ccat) | Colorizing `cat` | -| 1838 | 134 | 11 | [mylg](https://github.com/mehrdadrad/mylg) | Network Diagnostic Tool | -| 1830 | 81 | 53 | [spread](https://github.com/redspread/spread) | Docker to Kubernetes in one command | -| 1824 | 176 | 79 | [openebs](https://github.com/openebs/openebs) | OpenEBS is containerized block storage written in Go for cloud native and other environments w/ per container (or pod) QoS SLAs, tiering and replica policies across AZs and environments, and predictable and scalable performance. | -| 1815 | 279 | 65 | [go-socket.io](https://github.com/googollee/go-socket.io) | socket.io library for golang, a realtime application framework. | -| 1814 | 178 | 62 | [qml](https://github.com/go-qml/qml) | QML support for the Go language | -| 1801 | 155 | 14 | [chisel](https://github.com/jpillora/chisel) | A fast TCP tunnel over HTTP | -| 1798 | 91 | 9 | [gops](https://github.com/google/gops) | A tool to list and diagnose Go processes currently running on your system | -| 1797 | 139 | 4 | [color](https://github.com/fatih/color) | Color package for Go (golang) | -| 1785 | 180 | 19 | [torrent](https://github.com/anacrolix/torrent) | Full-featured BitTorrent client package and utilities | -| 1781 | 51 | 8 | [app](https://github.com/murlokswarm/app) | Package to create apps with GO, HTML and CSS. | -| 1775 | 138 | 20 | [goworker](https://github.com/benmanns/goworker) | goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. | -| 1771 | 158 | 13 | [gopher-lua](https://github.com/yuin/gopher-lua) | GopherLua: VM and compiler for Lua in Go | -| 1767 | 106 | 11 | [jocko](https://github.com/travisjeffery/jocko) | Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install) | -| 1756 | 132 | 6 | [web-dev-golang-anti-textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) | Learn how to write webapps without a framework in Go. | -| 1747 | 225 | 107 | [fsnotify](https://github.com/fsnotify/fsnotify) | Cross-platform file system notifications for Go. | -| 1740 | 224 | 24 | [goleveldb](https://github.com/syndtr/goleveldb) | LevelDB key/value database in Go. | -| 1727 | 142 | 36 | [protoactor-go](https://github.com/AsynkronIT/protoactor-go) | Proto Actor - Ultra fast distributed actors for Golang and C# | -| 1726 | 45 | 15 | [noti](https://github.com/variadico/noti) | Trigger notifications when a process completes. | -| 1717 | 130 | 83 | [functions](https://github.com/iron-io/functions) | IronFunctions - the serverless microservices platform by | -| 1717 | 147 | 9 | [glow](https://github.com/chrislusf/glow) | Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant. | -| 1716 | 577 | 11 | [goim](https://github.com/Terry-Mao/goim) | goim | -| 1703 | 65 | 25 | [goreleaser](https://github.com/goreleaser/goreleaser) | Deliver Go binaries as fast and easily as possible | -| 1694 | 152 | 18 | [bat](https://github.com/astaxie/bat) | Go implement CLI, cURL-like tool for humans | -| 1690 | 87 | 11 | [go-tooling-workshop](https://github.com/campoy/go-tooling-workshop) | A workshop covering all the tools gophers use in their day to day life | -| 1688 | 437 | 19 | [cron](https://github.com/robfig/cron) | a cron library for go | -| 1684 | 173 | 16 | [machinery](https://github.com/RichardKnop/machinery) | Machinery is an asynchronous task queue/job queue based on distributed message passing. | -| 1676 | 437 | 31 | [logstash-forwarder](https://github.com/elastic/logstash-forwarder) | An experiment to cut logs in preparation for processing elsewhere. Replaced by Filebeat: https://github.com/elastic/beats/tree/master/filebeat | -| 1670 | 98 | 4 | [goreporter](https://github.com/360EntSecGroup-Skylar/goreporter) | A Golang tool that does static analysis, unit testing, code review and generate code quality report. | -| 1669 | 94 | 3 | [gjson](https://github.com/tidwall/gjson) | Get JSON values quickly - JSON Parser for Go | -| 1668 | 163 | 21 | [ginkgo](https://github.com/onsi/ginkgo) | BDD Testing Framework for Go | -| 1666 | 342 | 88 | [containerd](https://github.com/containerd/containerd) | An open and reliable container runtime | -| 1664 | 297 | 53 | [go-metrics](https://github.com/rcrowley/go-metrics) | Go port of Coda Hale's Metrics library | -| 1662 | 137 | 0 | [http2](https://github.com/bradfitz/http2) | old repo for HTTP/2 support for Go (see README for new home) | -| 1660 | 278 | 21 | [skynet](https://github.com/skynetservices/skynet) | Skynet is a framework for distributed services in Go. | -| 1648 | 152 | 87 | [torus](https://github.com/coreos/torus) | Torus Distributed Storage | -| 1647 | 345 | 30 | [falcon-plus](https://github.com/open-falcon/falcon-plus) | An open-source and enterprise-level monitoring system. | -| 1636 | 179 | 35 | [infrakit](https://github.com/docker/infrakit) | A toolkit for creating and managing declarative, self-healing infrastructure. | -| 1636 | 393 | 179 | [mgo](https://github.com/go-mgo/mgo) | The MongoDB driver for Go. See http://labix.org/mgo for details. | -| 1634 | 379 | 25 | [elastic](https://github.com/olivere/elastic) | Elasticsearch client for Go. | -| 1633 | 114 | 9 | [gosu](https://github.com/tianon/gosu) | Simple Go-based setuid+setgid+setgroups+exec | -| 1631 | 127 | 10 | [goagain](https://github.com/rcrowley/goagain) | Zero-downtime restarts in Go | -| 1622 | 125 | 23 | [kite](https://github.com/koding/kite) | Micro-service framework in Go | -| 1613 | 271 | 27 | [raft](https://github.com/goraft/raft) | UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol. | -| 1612 | 107 | 33 | [goss](https://github.com/aelsabbahy/goss) | Quick and Easy server testing/validation | -| 1598 | 61 | 8 | [realize](https://github.com/tockins/realize) | Go build system with file watcher, live reload and output streams. Run, build and watch file changes with custom paths | -| 1595 | 106 | 28 | [buffalo](https://github.com/gobuffalo/buffalo) | Rapid Web Development w/ Go | -| 1590 | 107 | 71 | [kompose](https://github.com/kubernetes/kompose) | Go from Docker Compose to Kubernetes | -| 1583 | 147 | 8 | [structs](https://github.com/fatih/structs) | Utilities for Go structs | -| 1578 | 108 | 14 | [rtop](https://github.com/rapidloop/rtop) | rtop is an interactive, remote system monitoring tool based on SSH | -| 1574 | 125 | 160 | [rook](https://github.com/rook/rook) | File, Block, and Object Storage Services for your Cloud-Native Environment | -| 1567 | 231 | 131 | [snap](https://github.com/intelsdi-x/snap) | The open telemetry framework | -| 1565 | 97 | 2 | [buntdb](https://github.com/tidwall/buntdb) | BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support | -| 1563 | 51 | 9 | [pet](https://github.com/knqyf263/pet) | Simple command-line snippet manager, written in Go. | -| 1562 | 138 | 34 | [hyperd](https://github.com/hyperhq/hyperd) | HyperContainer Daemon | -| 1562 | 206 | 20 | [toml](https://github.com/BurntSushi/toml) | TOML parser for Golang with reflection. | -| 1561 | 315 | 6 | [qtunnel](https://github.com/getqujing/qtunnel) | A secure socket tunnel works on getqujing.com | -| 1561 | 123 | 238 | [rack](https://github.com/convox/rack) | Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep. | -| 1560 | 140 | 6 | [apns2](https://github.com/sideshow/apns2) | ⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, and OSX apps, using the new APNs HTTP/2 protocol. | -| 1556 | 196 | 165 | [Sia](https://github.com/NebulousLabs/Sia) | Blockchain-based marketplace for file storage | -| 1555 | 493 | 4 | [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) | Golang push server cluster | -| 1552 | 137 | 8 | [circuit](https://github.com/gocircuit/circuit) | Circuit: Dynamic cloud orchestration http://gocircuit.org | -| 1552 | 101 | 13 | [go-spew](https://github.com/davecgh/go-spew) | Implements a deep pretty printer for Go data structures to aid in debugging | -| 1530 | 299 | 87 | [dex](https://github.com/coreos/dex) | OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors | -| 1527 | 64 | 6 | [bild](https://github.com/anthonynsimon/bild) | A collection of parallel image processing algorithms in pure Go | -| 1527 | 252 | 42 | [migrate](https://github.com/mattes/migrate) | Database migrations. CLI and Golang library. | -| 1526 | 289 | 118 | [yaml](https://github.com/go-yaml/yaml) | YAML support for the Go language. | -| 1526 | 130 | 44 | [journey](https://github.com/kabukky/journey) | A blog engine written in Go, compatible with Ghost themes. | -| 1518 | 209 | 19 | [fsnotify](https://github.com/howeyc/fsnotify) | File system notification for Go | -| 1513 | 58 | 28 | [sup](https://github.com/pressly/sup) | Super simple deployment tool - just Unix - think of it like 'make' for a network of servers | -| 1513 | 144 | 12 | [resize](https://github.com/nfnt/resize) | Pure golang image resizing | -| 1511 | 454 | 5 | [leaf](https://github.com/name5566/leaf) | A game server framework in Go (golang) | -| 1507 | 129 | 42 | [gopm](https://github.com/gpmgo/gopm) | Go Package Manager (gopm) is a package manager and build tool for Go. | -| 1506 | 111 | 11 | [github-trending](https://github.com/josephyzhou/github-trending) | Tracking the most popular Github repos, updated daily | -| 1485 | 307 | 2 | [glog](https://github.com/golang/glog) | Leveled execution logs for Go | -| 1470 | 66 | 11 | [inspeqtor](https://github.com/mperham/inspeqtor) | Monitor your application infrastructure! | -| 1463 | 74 | 0 | [s](https://github.com/zquestz/s) | Open a web search in your terminal. | -| 1457 | 45 | 8 | [panicparse](https://github.com/maruel/panicparse) | Crash your app in style (Golang) | -| 1455 | 63 | 8 | [goxc](https://github.com/laher/goxc) | a build tool for Go, with a focus on cross-compiling, packaging and deployment | -| 1454 | 138 | 41 | [go-git](https://github.com/src-d/go-git) | A highly extensible Git implementation in pure Go. | -| 1451 | 43 | 9 | [cpustat](https://github.com/uber-common/cpustat) | high frequency performance measurements for Linux | -| 1451 | 68 | 4 | [pt](https://github.com/fogleman/pt) | A path tracer written in Go. | -| 1450 | 79 | 2 | [simplehttp2server](https://github.com/GoogleChrome/simplehttp2server) | A simple HTTP/2 server for development | -| 1447 | 350 | 58 | [lxd](https://github.com/lxc/lxd) | Daemon based on liblxc offering a REST API to manage containers | -| 1443 | 295 | 214 | [go-swagger](https://github.com/go-swagger/go-swagger) | Swagger 2.0 implementation for go | -| 1433 | 97 | 11 | [kingpin](https://github.com/alecthomas/kingpin) | A Go (golang) command line and flag parser | -| 1426 | 87 | 26 | [gojson](https://github.com/ChimeraCoder/gojson) | Automatically generate Go (golang) struct definitions from example JSON | -| 1426 | 282 | 41 | [gopacket](https://github.com/google/gopacket) | Provides packet processing capabilities for Go | -| 1418 | 64 | 33 | [chromedp](https://github.com/knq/chromedp) | Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol. | -| 1415 | 70 | 12 | [go-chart](https://github.com/wcharczuk/go-chart) | go chart is a basic charting library in native golang. | -| 1414 | 83 | 2 | [go-bootstrap](https://github.com/go-bootstrap/go-bootstrap) | Generates a lean and mean Go web project. | -| 1411 | 441 | 70 | [btcd](https://github.com/btcsuite/btcd) | An alternative full node bitcoin implementation written in Go (golang) | -| 1408 | 250 | 19 | [amqp](https://github.com/streadway/amqp) | Go client for AMQP 0.9.1 | -| 1406 | 310 | 190 | [swarmkit](https://github.com/docker/swarmkit) | A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more. | -| 1403 | 703 | 182 | [heapster](https://github.com/kubernetes/heapster) | Compute Resource Usage Analysis and Monitoring of Container Clusters | -| 1399 | 179 | 150 | [aptly](https://github.com/smira/aptly) | aptly - Debian repository management tool | -| 1397 | 40 | 5 | [globe](https://github.com/mmcloughlin/globe) | Globe wireframe visualizations in Golang | -| 1395 | 162 | 1 | [gocrawl](https://github.com/PuerkitoBio/gocrawl) | Polite, slim and concurrent web crawler. | -| 1394 | 117 | 42 | [excelize](https://github.com/360EntSecGroup-Skylar/excelize) | Golang library for reading and writing Microsoft Excel™ (XLSX) files. | -| 1389 | 245 | 11 | [rpcx](https://github.com/smallnest/rpcx) | A RPC service framework based on net/rpc like alibaba Dubbo and weibo Motan. One of best performance RPC frameworks. | -| 1386 | 111 | 16 | [athenapdf](https://github.com/arachnys/athenapdf) | Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker | -| 1383 | 102 | 15 | [endless](https://github.com/fvbock/endless) | Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe) | -| 1382 | 126 | 4 | [freecache](https://github.com/coocood/freecache) | A cache library for Go with zero GC overhead. | -| 1381 | 525 | 5 | [gopl.io](https://github.com/adonovan/gopl.io) | Example programs from "The Go Programming Language" | -| 1357 | 118 | 11 | [goad](https://github.com/goadapp/goad) | Goad is an AWS Lambda powered, highly distributed, load testing tool | -| 1346 | 65 | 10 | [yoke](https://github.com/nanopack/yoke) | Postgres high-availability cluster with auto-failover and automated cluster recovery. | -| 1342 | 303 | 3 | [go-koans](https://github.com/cdarwin/go-koans) | koans for go | -| 1342 | 41 | 5 | [go-is-not-good](https://github.com/ksimka/go-is-not-good) | A curated list of articles complaining that go (golang) isn't good enough | -| 1340 | 119 | 15 | [dockerize](https://github.com/jwilder/dockerize) | Utility to simplify running applications in docker containers | -| 1339 | 439 | 2 | [go-web-foundation](https://github.com/Unknwon/go-web-foundation) | 《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。 | -| 1335 | 85 | 3 | [alice](https://github.com/justinas/alice) | Painless middleware chaining for Go | -| 1330 | 494 | 2 | [blockchain_guide](https://github.com/yeasy/blockchain_guide) | Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger. | -| 1328 | 76 | 76 | [duplicacy](https://github.com/gilbertchen/duplicacy) | A new generation cloud backup tool | -| 1327 | 176 | 17 | [go.uuid](https://github.com/satori/go.uuid) | UUID package for Go | -| 1325 | 105 | 25 | [unik](https://github.com/cf-unik/unik) | The Unikernel Compilation and Deployment Platform | -| 1325 | 64 | 2 | [workq](https://github.com/iamduo/workq) | Job server in Go | -| 1324 | 145 | 30 | [gomail](https://github.com/go-gomail/gomail) | The best way to send emails in Go. | -| 1319 | 411 | 5 | [cnki-downloader](https://github.com/amyhaber/cnki-downloader) | 知网(CNKI)文献下载工具 | -| 1315 | 35 | 8 | [texttop](https://github.com/tombh/texttop) | A fully interactive X Linux desktop rendered in TTY and streamable over SSH | -| 1314 | 92 | 12 | [novm](https://github.com/google/novm) | Experimental KVM-based VMM, written in Go. | -| 1314 | 167 | 56 | [raft](https://github.com/hashicorp/raft) | Golang implementation of the Raft consensus protocol | -| 1310 | 97 | 32 | [docker-squash](https://github.com/jwilder/docker-squash) | Squash docker images to make them smaller | -| 1309 | 124 | 24 | [imaginary](https://github.com/h2non/imaginary) | Fast and simple HTTP microservice for high-level image processing with first-class support for Docker and Heroku | -| 1308 | 414 | 0 | [tools](https://github.com/golang/tools) | [mirror] Go Tools | -| 1307 | 65 | 58 | [acme](https://github.com/hlandau/acme) | :lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt) | -| 1306 | 142 | 325 | [scope](https://github.com/weaveworks/scope) | Monitoring, visualisation & management for Docker & Kubernetes | -| 1306 | 153 | 20 | [goth](https://github.com/markbates/goth) | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | -| 1302 | 183 | 7 | [go-nats](https://github.com/nats-io/go-nats) | Golang client for NATS, the cloud native messaging system. | -| 1297 | 101 | 36 | [goqt](https://github.com/visualfc/goqt) | Golang bindings to the Qt cross-platform application framework. | -| 1295 | 113 | 49 | [streamtools](https://github.com/nytlabs/streamtools) | tools for working with streams of data | -| 1293 | 105 | 0 | [imageserver](https://github.com/pierrre/imageserver) | Image server toolkit in Go | -| 1288 | 165 | 48 | [gorequest](https://github.com/parnurzeal/gorequest) | GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent ) | -| 1279 | 80 | 2 | [scrape](https://github.com/yhat/scrape) | A simple, higher level interface for Go web scraping. | -| 1276 | 91 | 16 | [gom](https://github.com/mattn/gom) | Go Manager - bundle for go | -| 1275 | 36 | 10 | [borg](https://github.com/ok-borg/borg) | Search and save shell snippets without leaving your terminal | -| 1273 | 30 | 5 | [warp](https://github.com/spolu/warp) | Secure and simple terminal sharing | -| 1265 | 24 | 10 | [mmake](https://github.com/tj/mmake) | Modern Make | -| 1264 | 76 | 1 | [go-linq](https://github.com/ahmetb/go-linq) | .NET LINQ-like query methods for Go | -| 1262 | 49 | 26 | [sudolikeaboss](https://github.com/ravenac95/sudolikeaboss) | Get 1password access from iterm2 | -| 1261 | 102 | 5 | [go](https://github.com/json-iterator/go) | A high-performance 100% compatible drop-in replacement of "encoding/json" | -| 1259 | 31 | 7 | [armor](https://github.com/labstack/armor) | Uncomplicated, modern HTTP server | -| 1255 | 138 | 0 | [imaging](https://github.com/disintegration/imaging) | Simple Go image processing package | -| 1254 | 126 | 50 | [gorgonia](https://github.com/chewxy/gorgonia) | Gorgonia is a library that helps facilitate machine learning in Go. | -| 1253 | 44 | 60 | [gx](https://github.com/whyrusleeping/gx) | A package management tool | -| 1243 | 102 | 41 | [xo](https://github.com/knq/xo) | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | -| 1242 | 318 | 40 | [oauth2](https://github.com/golang/oauth2) | Go OAuth2 | -| 1238 | 137 | 16 | [gorush](https://github.com/appleboy/gorush) | A push notification server written in Go (Golang). | -| 1232 | 91 | 17 | [web](https://github.com/gocraft/web) | Go Router + Middleware. Your Contexts. | -| 1230 | 579 | 68 | [cloud-torrent](https://github.com/jpillora/cloud-torrent) | ☁️ Cloud Torrent: a self-hosted remote torrent client | -| 1223 | 249 | 31 | [osin](https://github.com/RangelReale/osin) | Golang OAuth2 server library | -| 1223 | 85 | 60 | [draft](https://github.com/Azure/draft) | A tool for developers to create cloud-native applications on Kubernetes. | -| 1222 | 34 | 6 | [gom](https://github.com/rakyll/gom) | A visual interface to work with runtime profiling data for Go | -| 1221 | 82 | 14 | [jsonparser](https://github.com/buger/jsonparser) | Alternative JSON parser for Go that does not require schema (so far fastest) | -| 1218 | 1088 | 429 | [contrib](https://github.com/kubernetes/contrib) | This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core. Consider creating a new repo instead. | -| 1217 | 133 | 8 | [gorethink](https://github.com/GoRethink/gorethink) | Go language driver for RethinkDB | -| 1213 | 235 | 44 | [slack](https://github.com/nlopes/slack) | Slack API in Go | -| 1205 | 120 | 90 | [jaeger](https://github.com/uber/jaeger) | Jaeger, a Distributed Tracing System | -| 1201 | 49 | 1 | [nintengo](https://github.com/nwidger/nintengo) | An NES emulator written in Go | -| 1196 | 98 | 32 | [squirrel](https://github.com/Masterminds/squirrel) | Fluent SQL generation for golang | -| 1196 | 203 | 31 | [surgemq](https://github.com/surgemq/surgemq) | High-Performance MQTT Server and Client Libraries | -| 1195 | 75 | 13 | [whosthere](https://github.com/FiloSottile/whosthere) | A ssh server that knows who you are. $ ssh whoami.filippo.io | -| 1194 | 51 | 12 | [gh-polls](https://github.com/apex/gh-polls) | Polls for GitHub issues and readmes | -| 1194 | 45 | 5 | [coop](https://github.com/rakyll/coop) | Cheat sheet for some of the common concurrent flows in Go | -| 1192 | 103 | 22 | [mangos](https://github.com/go-mangos/mangos) | package mangos is an implementation in pure Go of the SP ("Scalable Protocols") protocols. | -| 1192 | 153 | 6 | [algorithms](https://github.com/arnauddri/algorithms) | Algorithms & Data Structures in Go | -| 1184 | 83 | 35 | [authboss](https://github.com/volatiletech/authboss) | The boss of http auth. | -| 1182 | 117 | 45 | [watchtower](https://github.com/v2tec/watchtower) | Automatically update running Docker containers | -| 1182 | 47 | 7 | [cryptopasta](https://github.com/gtank/cryptopasta) | copy & paste-friendly golang crypto | -| 1181 | 96 | 17 | [doctl](https://github.com/digitalocean/doctl) | A command line tool for DigitalOcean services | -| 1168 | 46 | 13 | [expvarmon](https://github.com/divan/expvarmon) | TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s). | -| 1167 | 223 | 31 | [syzkaller](https://github.com/google/syzkaller) | syzkaller is an unsupervised, coverage-guided Linux system call fuzzer | -| 1164 | 131 | 11 | [pb](https://github.com/cheggaaa/pb) | Console progress bar for Golang | -| 1162 | 88 | 33 | [dkron](https://github.com/victorcoder/dkron) | Dkron - Distributed, fault tolerant job scheduling system http://dkron.io | -| 1154 | 70 | 16 | [dockersh](https://github.com/Yelp/dockersh) | A shell which places users into individual docker containers | -| 1151 | 70 | 20 | [sift](https://github.com/svent/sift) | A fast and powerful alternative to grep | -| 1151 | 22 | 23 | [gonvim](https://github.com/dzhou121/gonvim) | None | -| 1147 | 75 | 63 | [keytransparency](https://github.com/google/keytransparency) | A transparent and secure way to look up public keys. | -| 1145 | 189 | 49 | [quorum](https://github.com/jpmorganchase/quorum) | A permissioned implementation of Ethereum supporting data privacy | -| 1145 | 158 | 52 | [protobuf](https://github.com/gogo/protobuf) | Protocol Buffers for Go with Gadgets | -| 1140 | 123 | 4 | [casbin](https://github.com/casbin/casbin) | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | -| 1139 | 88 | 8 | [validator](https://github.com/go-playground/validator) | :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving | -| 1135 | 102 | 32 | [hcl](https://github.com/hashicorp/hcl) | HCL is the HashiCorp configuration language. | -| 1131 | 54 | 3 | [sshtron](https://github.com/zachlatta/sshtron) | Play Tron over SSH | -| 1131 | 207 | 5 | [dht](https://github.com/shiyanhui/dht) | BitTorrent DHT Protocol && DHT Spider. | -| 1129 | 188 | 41 | [chain](https://github.com/chain/chain) | Chain Core Developer Edition | -| 1124 | 133 | 33 | [fresh](https://github.com/pilu/fresh) | Build and (re)start go web apps after saving/creating/deleting source files. | -| 1120 | 264 | 55 | [firefly-proxy](https://github.com/yinghuocho/firefly-proxy) | A proxy software to help circumventing the Great Firewall. | -| 1119 | 419 | 67 | [go-dockerclient](https://github.com/fsouza/go-dockerclient) | Go client for the Docker remote API. | -| 1116 | 157 | 138 | [spec](https://github.com/appc/spec) | App Container Specification and Tooling | -| 1114 | 250 | 22 | [gost](https://github.com/ginuerzh/gost) | GO Simple Tunnel - a simple tunnel written in golang | -| 1113 | 115 | 39 | [afero](https://github.com/spf13/afero) | A FileSystem Abstraction System for Go | -| 1105 | 57 | 8 | [lastbackend](https://github.com/lastbackend/lastbackend) | Container orchestration with CI&CD, cli and amazing UI | -| 1102 | 145 | 35 | [codesearch](https://github.com/google/codesearch) | Fast, indexed regexp search over large file trees | -| 1102 | 301 | 54 | [google-api-go-client](https://github.com/google/google-api-go-client) | Auto-generated Google APIs for Go | -| 1100 | 94 | 14 | [go-humanize](https://github.com/dustin/go-humanize) | Go Humans! (formatters for units to human friendly sizes) | -| 1099 | 69 | 89 | [pilosa](https://github.com/pilosa/pilosa) | Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets. | -| 1099 | 225 | 0 | [example](https://github.com/golang/example) | Go example projects | -| 1098 | 21 | 2 | [godzilla](https://github.com/jingweno/godzilla) | Godzilla is a ES2015 to Go source code transpiler and runtime | -| 1096 | 51 | 1 | [gopher-os](https://github.com/achilleasa/gopher-os) | A proof of concept OS written in Go | -| 1094 | 124 | 35 | [pgx](https://github.com/jackc/pgx) | PostgreSQL driver and toolkit for Go | -| 1090 | 1070 | 369 | [fabric](https://github.com/hyperledger-archives/fabric) | THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted | -| 1089 | 62 | 48 | [rocker](https://github.com/grammarly/rocker) | Rocker breaks the limits of Dockerfile. | -| 1089 | 70 | 11 | [pg](https://github.com/go-pg/pg) | PostgreSQL ORM for Golang with focus on PostgreSQL features and performance | -| 1079 | 94 | 22 | [appdash](https://github.com/sourcegraph/appdash) | Application tracing system for Go, based on Google's Dapper. | -| 1079 | 53 | 12 | [doorman](https://github.com/youtube/doorman) | Doorman: Global Distributed Client Side Rate Limiting. | -| 1079 | 117 | 37 | [oxy](https://github.com/vulcand/oxy) | Go middlewares for HTTP servers & proxies | -| 1076 | 47 | 58 | [go-tools](https://github.com/dominikh/go-tools) | A collection of tools and libraries for working with Go code, including linters and static analysis | -| 1071 | 212 | 308 | [kapacitor](https://github.com/influxdata/kapacitor) | Open source framework for processing, monitoring, and alerting on time series data | -| 1069 | 107 | 3 | [forego](https://github.com/ddollar/forego) | Foreman in Go | -| 1068 | 66 | 27 | [go.rice](https://github.com/GeertJohan/go.rice) | go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. | -| 1066 | 139 | 52 | [coredns](https://github.com/coredns/coredns) | CoreDNS is a DNS server that chains middleware | -| 1065 | 74 | 18 | [filemanager](https://github.com/hacdias/filemanager) | :file_folder: Web File Manager which can be used as a middleware or standalone app. | -| 1063 | 103 | 6 | [pat](https://github.com/bmizerany/pat) | None | -| 1063 | 196 | 27 | [go-cache](https://github.com/patrickmn/go-cache) | An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. | -| 1062 | 145 | 33 | [mapstructure](https://github.com/mitchellh/mapstructure) | Go library for decoding generic map values into native Go structures. | -| 1061 | 102 | 22 | [redoctober](https://github.com/cloudflare/redoctober) | Go server for two-man rule style file encryption and decryption. | -| 1059 | 79 | 17 | [kala](https://github.com/ajvb/kala) | Modern Job Scheduler | -| 1058 | 90 | 40 | [skydock](https://github.com/crosbymichael/skydock) | Service discovery via DNS for docker | -| 1056 | 296 | 79 | [gocql](https://github.com/gocql/gocql) | Package gocql implements a fast and robust Cassandra client for the Go programming language. | -| 1053 | 291 | 1 | [cellnet](https://github.com/davyxu/cellnet) | A Simple, Elegant, Fast network library in Golang | -| 1053 | 118 | 6 | [hyperfox](https://github.com/malfunkt/hyperfox) | HTTP/HTTPs MITM proxy and traffic recorder with on-the-fly TLS cert generation. | -| 1052 | 71 | 1 | [bone](https://github.com/go-zoo/bone) | Lightning Fast HTTP Multiplexer | -| 1049 | 78 | 0 | [netstack](https://github.com/google/netstack) | IPv4 and IPv6 userland network stack | -| 1048 | 144 | 99 | [kube-lego](https://github.com/jetstack/kube-lego) | Kube-Lego automatically requests certificates for Kubernetes Ingress resources from Let's Encrypt | -| 1048 | 73 | 3 | [bigcache](https://github.com/allegro/bigcache) | Efficient cache for gigabytes of data written in Go. | -| 1048 | 315 | 1 | [wechat.v2](https://github.com/chanxuehong/wechat.v2) | weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk | -| 1043 | 62 | 26 | [go-lua](https://github.com/Shopify/go-lua) | A Lua VM in Go | -| 1039 | 88 | 3 | [gosms](https://github.com/haxpax/gosms) | :mailbox_closed: Your own local SMS gateway in Go | -| 1037 | 44 | 14 | [docker-slim](https://github.com/docker-slim/docker-slim) | DockerSlim (docker-slim): Optimize and secure your Docker containers (free and open source) | -| 1034 | 314 | 31 | [dog-tunnel](https://github.com/vzex/dog-tunnel) | p2p tunnel,(udp mode work with kcp,https://github.com/skywind3000/kcp) | -| 1033 | 154 | 43 | [go-gtk](https://github.com/mattn/go-gtk) | Go binding for GTK | -| 1033 | 188 | 37 | [git2go](https://github.com/libgit2/git2go) | Git to Go; bindings for libgit2. Like McDonald's but tastier. | -| 1031 | 66 | 6 | [gg](https://github.com/fogleman/gg) | Go Graphics - 2D rendering in Go with a simple API. | -| 1031 | 175 | 30 | [gobgp](https://github.com/osrg/gobgp) | BGP implemented in the Go Programming Language | -| 1029 | 107 | 18 | [stenographer](https://github.com/google/stenographer) | Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at stenographer@googlegroups.com | -| 1028 | 63 | 7 | [minify](https://github.com/tdewolff/minify) | Go minifiers for web formats | -| 1023 | 73 | 19 | [gophernotes](https://github.com/gopherdata/gophernotes) | It's time to use Go in notebooks. | -| 1023 | 102 | 36 | [pongo2](https://github.com/flosch/pongo2) | Django-syntax like template-engine for Go | -| 1018 | 41 | 14 | [pome](https://github.com/rach/pome) | A Postgres Metrics Dashboard | -| 1016 | 55 | 7 | [cherami-server](https://github.com/uber/cherami-server) | Distributed, scalable, durable, and highly available message queue system. | -| 1015 | 198 | 8 | [cli53](https://github.com/barnybug/cli53) | Command line tool for Amazon Route 53 | -| 1014 | 35 | 35 | [nanobox](https://github.com/nanobox-io/nanobox) | The ideal platform for developers | -| 1014 | 353 | 10 | [go_spider](https://github.com/hu17889/go_spider) | [爬虫框架 (golang)] An awesome Go concurrent Crawler(spider) framework. The crawler is flexible and modular. It can be expanded to an Individualized crawler easily or you can use the default crawl components only. | -| 1009 | 104 | 40 | [easyjson](https://github.com/mailru/easyjson) | Fast JSON serializer for golang. | -| 1008 | 228 | 13 | [juju](https://github.com/juju/juju) | juju is devops distilled | -| 1000 | 66 | 7 | [jason](https://github.com/antonholmquist/jason) | Easy-to-use JSON Library for Go | -| 994 | 57 | 7 | [goldfish](https://github.com/Caiyeon/goldfish) | A HashiCorp Vault UI panel written with VueJS and Vault native Go API | -| 983 | 300 | 20 | [libcontainer](https://github.com/docker/libcontainer) | PROJECT MOVED TO RUNC | -| 983 | 47 | 10 | [uiprogress](https://github.com/gosuri/uiprogress) | A go library to render progress bars in terminal applications | -| 982 | 90 | 0 | [2017-talks](https://github.com/gophercon/2017-talks) | Slides and links for 2017 talks | -| 980 | 154 | 29 | [service](https://github.com/kardianos/service) | Run go programs as a service on major platforms. | -| 979 | 260 | 133 | [amazon-ecs-agent](https://github.com/aws/amazon-ecs-agent) | Amazon EC2 Container Service Agent | -| 977 | 72 | 34 | [db](https://github.com/upper/db) | Productive data access layer for Go. | -| 976 | 69 | 4 | [ladon](https://github.com/ory/ladon) | A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go. | -| 971 | 172 | 34 | [go-logging](https://github.com/op/go-logging) | Golang logging library | -| 971 | 47 | 9 | [summitdb](https://github.com/tidwall/summitdb) | In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API | -| 970 | 33 | 4 | [hermes](https://github.com/matcornic/hermes) | Golang package that generates clean, responsive HTML e-mails for sending transactional mail | -| 968 | 207 | 23 | [runtime-spec](https://github.com/opencontainers/runtime-spec) | OCI Runtime Specification | -| 963 | 79 | 39 | [stolon](https://github.com/sorintlab/stolon) | PostgreSQL cloud native High Availability and more. | -| 962 | 75 | 49 | [kubeless](https://github.com/kubeless/kubeless) | Kubernetes Native Serverless Framework | -| 956 | 520 | 292 | [libnetwork](https://github.com/docker/libnetwork) | Docker Networking | -| 956 | 172 | 24 | [seelog](https://github.com/cihub/seelog) | Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting. | -| 955 | 77 | 27 | [go-tigertonic](https://github.com/rcrowley/go-tigertonic) | A Go framework for building JSON web services inspired by Dropwizard | -| 954 | 98 | 39 | [spigo](https://github.com/adrianco/spigo) | Simulate Protocol Interactions in Go | -| 953 | 88 | 3 | [graceful](https://github.com/tylerb/graceful) | Graceful is a Go package enabling graceful shutdown of an http.Handler server. | -| 951 | 53 | 5 | [now](https://github.com/jinzhu/now) | Now is a time toolkit for golang | -| 948 | 126 | 40 | [embd](https://github.com/kidoman/embd) | Embedded Programming Framework in Go | -| 946 | 127 | 21 | [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) | Go HTTP request router and web framework benchmark | -| 945 | 50 | 11 | [RxGo](https://github.com/ReactiveX/RxGo) | Reactive Extensions for the Go language. | -| 940 | 595 | 113 | [cli](https://github.com/cloudfoundry/cli) | The official command line client for Cloud Foundry | -| 937 | 80 | 0 | [render](https://github.com/unrolled/render) | Go package for easily rendering JSON, XML, binary data, and HTML templates responses. | -| 936 | 178 | 53 | [mig](https://github.com/mozilla/mig) | Distributed & real time digital forensics at the speed of the cloud | -| 935 | 60 | 0 | [gift](https://github.com/disintegration/gift) | Go Image Filtering Toolkit | -| 934 | 22 | 2 | [ulid](https://github.com/oklog/ulid) | Universally Unique Lexicographically Sortable Identifier (ULID) in Go | -| 930 | 94 | 166 | [cilium](https://github.com/cilium/cilium) | Linux Native, HTTP Aware Networking and Security for Containers | -| 930 | 183 | 44 | [onionscan](https://github.com/s-rah/onionscan) | OnionScan is a free and open source tool for investigating the Dark Web. | -| 929 | 38 | 19 | [leveros](https://github.com/leveros/leveros) | Serverless + Microservices = ♥ | -| 928 | 114 | 82 | [ssllabs-scan](https://github.com/ssllabs/ssllabs-scan) | A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing. | -| 927 | 86 | 28 | [goofys](https://github.com/kahing/goofys) | a high-performance, POSIX-ish Amazon S3 file system written in Go | -| 926 | 84 | 32 | [hoverfly](https://github.com/SpectoLabs/hoverfly) | Lightweight service virtualization/API simulation tool for developers and testers | -| 922 | 72 | 75 | [quic-go](https://github.com/lucas-clemente/quic-go) | A QUIC implementation in pure go | -| 920 | 63 | 17 | [webloop](https://github.com/sourcegraph/webloop) | WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go. | -| 917 | 154 | 47 | [uniqush-push](https://github.com/uniqush/uniqush-push) | Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices. | -| 917 | 94 | 13 | [codetainer](https://github.com/codetainerapp/codetainer) | A Docker container in your browser. | -| 914 | 53 | 15 | [grequests](https://github.com/levigross/grequests) | A Go "clone" of the great and famous Requests library | -| 914 | 39 | 2 | [geopattern](https://github.com/pravj/geopattern) | Create beautiful generative image patterns from a string in golang. | -| 914 | 64 | 24 | [facette](https://github.com/facette/facette) | Time series data visualization software | -| 913 | 47 | 3 | [go-underscore](https://github.com/tobyhede/go-underscore) | Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness. | -| 912 | 49 | 3 | [smartcrop](https://github.com/muesli/smartcrop) | smartcrop finds good image crops for arbitrary crop sizes | -| 911 | 77 | 5 | [svgo](https://github.com/ajstarks/svgo) | Go Language Library for SVG generation | -| 908 | 59 | 65 | [srclib](https://github.com/sourcegraph/srclib) | srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis. | -| 905 | 69 | 2 | [gabs](https://github.com/Jeffail/gabs) | For parsing, creating and editing unknown or dynamic JSON in golang | -| 905 | 169 | 151 | [notary](https://github.com/docker/notary) | Notary is a Docker project that allows anyone to have trust over arbitrary collections of data | -| 904 | 45 | 0 | [oh](https://github.com/michaelmacinnis/oh) | A surprisingly powerful Unix shell | -| 903 | 398 | 0 | [net](https://github.com/golang/net) | [mirror] Go supplementary network libraries | -| 903 | 99 | 5 | [btree](https://github.com/google/btree) | None | -| 902 | 56 | 0 | [webseclab](https://github.com/yahoo/webseclab) | set of web security test cases and a toolkit to construct new ones | -| 900 | 116 | 5 | [envconfig](https://github.com/kelseyhightower/envconfig) | Golang library for managing configuration data from environment variables | -| 895 | 25 | 2 | [dungeonfs](https://github.com/ChrisRx/dungeonfs) | A FUSE filesystem and dungeon crawling adventure game engine | -| 895 | 106 | 4 | [flint](https://github.com/pengwynn/flint) | Check your project for common sources of contributor friction. | -| 893 | 117 | 35 | [mgmt](https://github.com/purpleidea/mgmt) | Next generation distributed, event-driven, parallel config management! | -| 891 | 62 | 23 | [ql](https://github.com/cznic/ql) | Package ql is a pure Go embedded SQL database. | -| 890 | 28 | 4 | [go-callvis](https://github.com/TrueFurby/go-callvis) | Visualize call graph of your Go program using dot format. | -| 890 | 58 | 2 | [grimd](https://github.com/looterz/grimd) | :zap: fast dns proxy that can run anywhere, built to black-hole internet advertisements and malware servers | -| 887 | 39 | 0 | [binctr](https://github.com/jessfraz/binctr) | Fully static, unprivileged, self-contained, containers as executable binaries. | -| 886 | 62 | 42 | [advanced-ssh-config](https://github.com/moul/advanced-ssh-config) | :computer: assh: ssh wrapper using ProxyCommand that adds regex, aliases, gateways, dynamic hostnames to SSH and ssh-config | -| 885 | 73 | 0 | [goimports](https://github.com/bradfitz/goimports) | (old repo) Tool to fix (add, remove) your Go imports automatically. | -| 884 | 66 | 14 | [autovpn](https://github.com/adtac/autovpn) | Easily connect to a VPN in a country of your choice. | -| 878 | 140 | 146 | [gauge](https://github.com/getgauge/gauge) | Light weight cross-platform test automation | -| 876 | 96 | 7 | [go-workers](https://github.com/jrallison/go-workers) | Sidekiq compatible background workers in golang | -| 875 | 241 | 75 | [elastigo](https://github.com/mattbaird/elastigo) | A Go (golang) based Elasticsearch client library. | -| 873 | 117 | 14 | [go-flags](https://github.com/jessevdk/go-flags) | go command line option parser | -| 871 | 137 | 2 | [faygo](https://github.com/henrylee2cn/faygo) | Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. | -| 870 | 60 | 31 | [gopass](https://github.com/justwatchcom/gopass) | The slightly more awesome standard unix password manager for teams | -| 867 | 50 | 9 | [errcheck](https://github.com/kisielk/errcheck) | errcheck checks that you checked errors. | -| 866 | 67 | 18 | [ghq](https://github.com/motemen/ghq) | Remote repository management made easy | -| 865 | 27 | 11 | [s3git](https://github.com/s3git/s3git) | s3git: git for Cloud Storage. Distributed Version Control for Data. Create decentralized and versioned repos that scale infinitely to 100s of millions of files. Clone huge PB-scale repos on your local SSD to make changes, commit and push back. Oh yeah, it dedupes too and offers directory versioning. | -| 864 | 129 | 41 | [interlock](https://github.com/ehazlett/interlock) | Docker Event Driven Plugin System | -| 861 | 261 | 76 | [Burrow](https://github.com/linkedin/Burrow) | Kafka Consumer Lag Checking | -| 859 | 75 | 38 | [readline](https://github.com/chzyer/readline) | Readline is a pure go(golang) implementation for GNU-Readline kind library | -| 858 | 94 | 1 | [golang-stuff](https://github.com/mindreframer/golang-stuff) | interesting go libs | -| 858 | 198 | 11 | [go-nsq](https://github.com/nsqio/go-nsq) | The official Go package for NSQ | -| 856 | 202 | 52 | [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) | Sync MySQL data into elasticsearch | -| 853 | 31 | 6 | [vice](https://github.com/matryer/vice) | Go channels at horizontal scale (powered by message queues) | -| 853 | 167 | 85 | [uchiwa](https://github.com/sensu/uchiwa) | Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework. | -| 853 | 69 | 23 | [docopt.go](https://github.com/docopt/docopt.go) | A command-line arguments parser that will make you smile. | -| 851 | 127 | 35 | [mustache](https://github.com/hoisie/mustache) | The mustache template language in Go | -| 851 | 87 | 5 | [gleam](https://github.com/chrislusf/gleam) | Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly. | -| 850 | 272 | 0 | [gonet](https://github.com/xtaci/gonet) | A Game Server Skeleton in golang. | -| 850 | 228 | 10 | [poseidon](https://github.com/Qihoo360/poseidon) | A search engine which can hold 100 trillion lines of log data. | -| 849 | 98 | 72 | [convoy](https://github.com/rancher/convoy) | A Docker volume plugin, managing persistent container volumes. | -| 848 | 48 | 75 | [c2go](https://github.com/elliotchance/c2go) | ⚖️ A tool for transpiling C to Go. | +| 45939 | 13663 | 2989 | [moby](https://github.com/moby/moby) | Moby Project - a collaborative project for the container ecosystem to assemble container-based systems | +| 33253 | 4497 | 3239 | [go](https://github.com/golang/go) | The Go programming language | +| 28321 | 6940 | 1216 | [lantern](https://github.com/getlantern/lantern) | 🔴Lantern Latest Download https://github.com/getlantern/lantern/releases/tag/latest 🔴蓝灯最新版本下载 https://github.com/getlantern/forum/issues/833 🔴 | +| 27855 | 9979 | 5579 | [kubernetes](https://github.com/kubernetes/kubernetes) | Production-Grade Container Scheduling and Management | +| 24317 | 3093 | 21 | [awesome-go](https://github.com/avelino/awesome-go) | A curated list of awesome Go frameworks, libraries and software | +| 21301 | 2463 | 574 | [gogs](https://github.com/gogits/gogs) | Gogs is a painless self-hosted Git service. | +| 20285 | 2702 | 281 | [hugo](https://github.com/gohugoio/hugo) | A Fast and Flexible Static Site Generator built with love in GoLang. | +| 18519 | 5642 | 68 | [build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang) | A golang ebook intro how to build a web with golang | +| 18293 | 3130 | 1165 | [grafana](https://github.com/grafana/grafana) | The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More | +| 17793 | 1469 | 226 | [syncthing](https://github.com/syncthing/syncthing) | Open Source Continuous File Synchronization | +| 15197 | 2959 | 197 | [etcd](https://github.com/coreos/etcd) | Distributed reliable key-value store for the most critical data of a distributed system | +| 14479 | 1029 | 95 | [caddy](https://github.com/mholt/caddy) | Fast, cross-platform HTTP/2 web server with automatic HTTPS | +| 12623 | 2882 | 344 | [beego](https://github.com/astaxie/beego) | beego is an open-source, high-performance web framework for the Go programming language. | +| 12289 | 1436 | 134 | [gin](https://github.com/gin-gonic/gin) | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | +| 12174 | 1446 | 231 | [prometheus](https://github.com/prometheus/prometheus) | The Prometheus monitoring system and time series database. | +| 11708 | 1674 | 582 | [influxdb](https://github.com/influxdata/influxdb) | Scalable datastore for metrics, events, and real-time analytics | +| 11566 | 1791 | 68 | [ngrok](https://github.com/inconshreveable/ngrok) | Introspected tunnels to localhost | +| 11506 | 1084 | 194 | [hub](https://github.com/github/hub) | hub helps you win at git. | +| 11482 | 1272 | 77 | [drone](https://github.com/drone/drone) | Drone is a Continuous Delivery platform built on Docker, written in Go | +| 11382 | 1133 | 1303 | [cockroach](https://github.com/cockroachdb/cockroach) | CockroachDB - the open source, cloud-native SQL database. | +| 11180 | 1816 | 135 | [mattermost-server](https://github.com/mattermost/mattermost-server) | Open source Slack-alternative in Golang and React - Mattermost | +| 10840 | 436 | 52 | [fzf](https://github.com/junegunn/fzf) | :cherry_blossom: A command-line fuzzy finder | +| 10574 | 911 | 66 | [cayley](https://github.com/cayleygraph/cayley) | An open-source graph database | +| 10557 | 1373 | 58 | [nsq](https://github.com/nsqio/nsq) | A realtime distributed messaging platform | +| 10439 | 993 | 296 | [traefik](https://github.com/containous/traefik) | Træfik, a modern reverse proxy | +| 10432 | 1852 | 366 | [consul](https://github.com/hashicorp/consul) | Service Discovery and Configuration Made Easy | +| 10099 | 1370 | 337 | [tidb](https://github.com/pingcap/tidb) | TiDB is a distributed NewSQL database compatible with MySQL protocol | +| 9784 | 3504 | 1137 | [terraform](https://github.com/hashicorp/terraform) | Terraform is a tool for building, changing, and combining infrastructure safely and efficiently. | +| 9699 | 1020 | 1 | [martini](https://github.com/go-martini/martini) | Classy web framework for Go | +| 8916 | 1171 | 53 | [revel](https://github.com/revel/revel) | A high productivity, full-stack web framework for the Go language. | +| 8742 | 692 | 177 | [minio](https://github.com/minio/minio) | Minio is an open source object storage server compatible with Amazon S3 APIs | +| 8598 | 417 | 34 | [websocketd](https://github.com/joewalnes/websocketd) | Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets. | +| 8461 | 733 | 89 | [echo](https://github.com/labstack/echo) | High performance, minimalist Go web framework | +| 8313 | 482 | 21 | [gotty](https://github.com/yudai/gotty) | Share your terminal as a web application | +| 8156 | 2535 | 555 | [go-ethereum](https://github.com/ethereum/go-ethereum) | Official Go implementation of the Ethereum protocol | +| 8085 | 450 | 61 | [grumpy](https://github.com/google/grumpy) | Grumpy is a Python to Go source code transcompiler and runtime. | +| 7998 | 807 | 34 | [kit](https://github.com/go-kit/kit) | A standard library for microservices. | +| 7971 | 720 | 72 | [goreplay](https://github.com/buger/goreplay) | GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes. | +| 7898 | 835 | 1 | [iris](https://github.com/kataras/iris) | The fastest web framework for Go in (THIS) Earth. HTTP/2 Ready to GO. MVC when you need it. https://docs.iris-go.com | +| 7745 | 1059 | 335 | [vault](https://github.com/hashicorp/vault) | A tool for secrets management, encryption as a service, and privileged access management | +| 7742 | 299 | 99 | [micro](https://github.com/zyedidia/micro) | A modern and intuitive terminal-based text editor | +| 7426 | 718 | 477 | [rkt](https://github.com/rkt/rkt) | rkt is a pod-native container engine for Linux. It is composable, secure, and built on standards. | +| 7213 | 526 | 498 | [rclone](https://github.com/ncw/rclone) | "rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files | +| 7117 | 581 | 115 | [bolt](https://github.com/boltdb/bolt) | An embedded key/value database for Go. | +| 7086 | 1204 | 33 | [frp](https://github.com/fatedier/frp) | A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. | +| 6940 | 1817 | 322 | [packer](https://github.com/hashicorp/packer) | Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. | +| 6881 | 233 | 25 | [wuzz](https://github.com/asciimoo/wuzz) | Interactive cli tool for HTTP inspection | +| 6807 | 849 | 160 | [gorm](https://github.com/jinzhu/gorm) | The fantastic ORM library for Golang, aims to be developer friendly | +| 6628 | 617 | 78 | [cli](https://github.com/urfave/cli) | A simple, fast, and fun package for building command line apps in Go | +| 6535 | 473 | 94 | [delve](https://github.com/derekparker/delve) | Delve is a debugger for the Go programming language. | +| 6532 | 294 | 18 | [primitive](https://github.com/fogleman/primitive) | Reproducing images with geometric primitives. | +| 6502 | 363 | 70 | [termui](https://github.com/gizak/termui) | Golang terminal dashboard | +| 6460 | 384 | 42 | [vegeta](https://github.com/tsenart/vegeta) | HTTP load testing tool and library. It's over 9000! | +| 6443 | 1310 | 53 | [kcptun](https://github.com/xtaci/kcptun) | A Secure Tunnel Based On KCP with N:M Multiplexing | +| 6402 | 1649 | 63 | [codis](https://github.com/CodisLabs/codis) | Proxy based Redis cluster solution supporting pipeline and scaling dynamically | +| 6348 | 2216 | 3 | [the-way-to-go_ZH_CN](https://github.com/Unknwon/the-way-to-go_ZH_CN) | 《The Way to Go》中文译本,中文正式名《Go入门指南》 | +| 6340 | 357 | 85 | [faas](https://github.com/openfaas/faas) | OpenFaaS - a serverless framework for Docker & Kubernetes | +| 6325 | 470 | 379 | [flynn](https://github.com/flynn/flynn) | A next generation open source platform as a service (PaaS) | +| 6298 | 954 | 227 | [cadvisor](https://github.com/google/cadvisor) | Analyzes resource usage and performance characteristics of running containers. | +| 6245 | 190 | 269 | [noms](https://github.com/attic-labs/noms) | The versioned, forkable, syncable database | +| 6224 | 401 | 180 | [apex](https://github.com/apex/apex) | Build, deploy, and manage AWS Lambda functions with ease (with Go support!). | +| 6126 | 197 | 29 | [ctop](https://github.com/bcicen/ctop) | Top-like interface for container metrics | +| 5842 | 685 | 11 | [groupcache](https://github.com/golang/groupcache) | groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. | +| 5755 | 582 | 49 | [httprouter](https://github.com/julienschmidt/httprouter) | A high performance HTTP request router that scales well | +| 5738 | 1321 | 218 | [cow](https://github.com/cyfdecyf/cow) | HTTP proxy written in Go. COW can automatically identify blocked sites and use parent proxies to access. | +| 5727 | 256 | 127 | [gopherjs](https://github.com/gopherjs/gopherjs) | A compiler from Go to JavaScript for running Go code in a browser | +| 5709 | 800 | 101 | [logrus](https://github.com/sirupsen/logrus) | Structured, pluggable logging for Go. | +| 5523 | 358 | 331 | [glide](https://github.com/Masterminds/glide) | Package Management for Golang | +| 5489 | 713 | 264 | [minikube](https://github.com/kubernetes/minikube) | Run Kubernetes locally | +| 5385 | 1065 | 64 | [v2ray-core](https://github.com/v2ray/v2ray-core) | A platform for building proxies to bypass network restrictions. | +| 5383 | 446 | 66 | [cobra](https://github.com/spf13/cobra) | A Commander for modern Go CLI interactions | +| 5351 | 270 | 89 | [teleport](https://github.com/gravitational/teleport) | Modern SSH server for clusters and teams. | +| 5195 | 342 | 217 | [dep](https://github.com/golang/dep) | Go dependency management tool | +| 5073 | 663 | 138 | [vitess](https://github.com/youtube/vitess) | Vitess is a database clustering system for horizontal scaling of MySQL. | +| 5061 | 458 | 135 | [fasthttp](https://github.com/valyala/fasthttp) | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | +| 5033 | 408 | 6 | [negroni](https://github.com/urfave/negroni) | Idiomatic HTTP Middleware for Golang | +| 5026 | 865 | 260 | [git-lfs](https://github.com/git-lfs/git-lfs) | Git extension for versioning large files | +| 5025 | 197 | 16 | [comcast](https://github.com/tylertreat/comcast) | Simulating shitty network connections so you can build better systems. | +| 5003 | 283 | 24 | [wego](https://github.com/schachmat/wego) | weather app for the terminal | +| 4977 | 435 | 109 | [godep](https://github.com/tools/godep) | dependency tool for go | +| 4822 | 392 | 335 | [weave](https://github.com/weaveworks/weave) | Simple, resilient multi-host Docker networking and more. | +| 4811 | 996 | 360 | [swarm](https://github.com/docker/swarm) | Swarm: a Docker-native clustering system | +| 4792 | 357 | 32 | [boom](https://github.com/rakyll/boom) | HTTP(S) load generator, ApacheBench (ab) replacement, written in Go | +| 4730 | 643 | 39 | [seaweedfs](https://github.com/chrislusf/seaweedfs) | SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! Instead of supporting full POSIX file system semantics, SeaweedFS choose to implement only a key~file mapping. Similar to the word "NoSQL", you can call it as "NoFS". | +| 4710 | 428 | 4 | [goquery](https://github.com/PuerkitoBio/goquery) | A little like that j-thing, only in Go. | +| 4697 | 117 | 17 | [gitql](https://github.com/cloudson/gitql) | A git query language | +| 4658 | 397 | 53 | [vuls](https://github.com/future-architect/vuls) | Vulnerability scanner for Linux/FreeBSD, agentless, written in Go | +| 4653 | 630 | 29 | [mux](https://github.com/gorilla/mux) | A powerful URL router and dispatcher for golang. | +| 4633 | 553 | 47 | [golearn](https://github.com/sjwhitworth/golearn) | Machine Learning for Go | +| 4594 | 306 | 34 | [pgweb](https://github.com/sosedoff/pgweb) | Cross-platform client for PostgreSQL databases | +| 4577 | 1213 | 591 | [beats](https://github.com/elastic/beats) | :tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash | +| 4536 | 403 | 54 | [transfer.sh](https://github.com/dutchcoders/transfer.sh) | Easy and fast file sharing from the command-line. | +| 4497 | 318 | 117 | [ui](https://github.com/andlabs/ui) | Platform-native GUI library for Go. | +| 4375 | 394 | 3 | [seesaw](https://github.com/google/seesaw) | Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform. | +| 4322 | 779 | 5 | [websocket](https://github.com/gorilla/websocket) | A WebSocket implementation for Go. | +| 4322 | 418 | 413 | [os](https://github.com/rancher/os) | Tiny Linux distro that runs the entire OS as Docker containers | +| 4312 | 431 | 84 | [nvm-windows](https://github.com/coreybutler/nvm-windows) | A node.js version management utility for Windows. Ironically written in Go. | +| 4276 | 908 | 43 | [mysql](https://github.com/go-sql-driver/mysql) | Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package | +| 4263 | 708 | 67 | [confd](https://github.com/kelseyhightower/confd) | Manage local application configuration files using templates and data from etcd or consul | +| 4242 | 75 | 13 | [jid](https://github.com/simeji/jid) | json incremental digger | +| 4234 | 1190 | 729 | [machine](https://github.com/docker/machine) | Machine management for a container-centric world | +| 4206 | 267 | 57 | [find](https://github.com/schollz/find) | High-precision indoor positioning framework for most wifi-enabled devices. | +| 4149 | 260 | 17 | [go-patterns](https://github.com/tmrts/go-patterns) | Curated list of Go design patterns, recipes and idioms | +| 4141 | 129 | 12 | [peco](https://github.com/peco/peco) | Simplistic interactive filtering tool | +| 4132 | 383 | 53 | [serf](https://github.com/hashicorp/serf) | Service orchestration and management tool. | +| 4127 | 313 | 92 | [fabio](https://github.com/fabiolb/fabio) | A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. | +| 4118 | 693 | 112 | [runc](https://github.com/opencontainers/runc) | CLI tool for spawning and running containers according to the OCI specification | +| 4096 | 136 | 14 | [textql](https://github.com/dinedal/textql) | Execute SQL against structured text like CSV or TSV | +| 4094 | 760 | 103 | [grpc-go](https://github.com/grpc/grpc-go) | The Go language implementation of gRPC. HTTP/2 based RPC | +| 3973 | 168 | 96 | [upspin](https://github.com/upspin/upspin) | Upspin: A framework for naming everyone's everything. | +| 3948 | 458 | 49 | [gocode](https://github.com/nsf/gocode) | An autocompletion daemon for the Go programming language | +| 3922 | 493 | 33 | [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) | Build and run Docker containers leveraging NVIDIA GPUs | +| 3877 | 267 | 47 | [gxui](https://github.com/google/gxui) | An experimental Go cross platform UI library. | +| 3875 | 405 | 117 | [testify](https://github.com/stretchr/testify) | A toolkit with common assertions and mocks that plays nicely with the standard library | +| 3834 | 410 | 550 | [gitea](https://github.com/go-gitea/gitea) | Gitea: Git with a cup of tea | +| 3815 | 391 | 155 | [viper](https://github.com/spf13/viper) | Go configuration with fangs | +| 3802 | 604 | 4 | [freegeoip](https://github.com/fiorix/freegeoip) | IP geolocation web server | +| 3745 | 1380 | 445 | [telegraf](https://github.com/influxdata/telegraf) | The plugin-driven server agent for collecting & reporting metrics. | +| 3625 | 269 | 0 | [micro](https://github.com/micro/micro) | A microservice toolkit for distributed systems development | +| 3609 | 107 | 23 | [git-appraise](https://github.com/google/git-appraise) | Distributed code review system for Git repos | +| 3608 | 603 | 6 | [redigo](https://github.com/garyburd/redigo) | Go client for Redis | +| 3555 | 586 | 690 | [go-ipfs](https://github.com/ipfs/go-ipfs) | IPFS implementation in go | +| 3542 | 375 | 218 | [gdrive](https://github.com/prasmussen/gdrive) | Google Drive CLI Client | +| 3540 | 353 | 11 | [go-datastructures](https://github.com/Workiva/go-datastructures) | None | +| 3538 | 307 | 97 | [bleve](https://github.com/blevesearch/bleve) | A modern text indexing library for go | +| 3514 | 108 | 160 | [up](https://github.com/apex/up) | Deploy infinitely scalable serverless apps, apis, and sites in seconds. | +| 3512 | 405 | 54 | [gobot](https://github.com/hybridgroup/gobot) | Golang framework for robotics, drones, and the Internet of Things (IoT) | +| 3503 | 2292 | 1495 | [origin](https://github.com/openshift/origin) | Enterprise Kubernetes for Developers | +| 3485 | 1211 | 329 | [distribution](https://github.com/docker/distribution) | The Docker toolset to pack, ship, store, and deliver content | +| 3477 | 752 | 60 | [aws-sdk-go](https://github.com/aws/aws-sdk-go) | AWS SDK for the Go programming language. | +| 3450 | 226 | 45 | [hydra](https://github.com/ory/hydra) | OAuth2 server with OpenID Connect - cloud native, security-first, open source API security for your infrastructure. Written in Go. SDKs for any language. | +| 3447 | 107 | 12 | [gallium](https://github.com/alexflint/gallium) | Build desktop applications in Go and HTML. | +| 3440 | 96 | 4 | [fsql](https://github.com/kshvmdn/fsql) | Search through your filesystem with SQL-esque queries. | +| 3436 | 372 | 48 | [gnatsd](https://github.com/nats-io/gnatsd) | High-Performance server for NATS, the cloud native messaging system. | +| 3401 | 317 | 1 | [godropbox](https://github.com/dropbox/godropbox) | Common libraries for writing Go services/applications. | +| 3384 | 164 | 46 | [tile38](https://github.com/tidwall/tile38) | Tile38 is a geospatial database, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. 🌐 | +| 3383 | 288 | 89 | [sqlx](https://github.com/jmoiron/sqlx) | general purpose extensions to golang's database/sql | +| 3342 | 1037 | 2 | [go-fundamental-programming](https://github.com/Unknwon/go-fundamental-programming) | 《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。 | +| 3317 | 222 | 3 | [goji](https://github.com/zenazn/goji) | Goji is a minimalistic web framework for Golang that's high in antioxidants. | +| 3284 | 543 | 246 | [heka](https://github.com/mozilla-services/heka) | DEPRECATED: Data collection and processing made easy. | +| 3284 | 663 | 223 | [registrator](https://github.com/gliderlabs/registrator) | Service registry bridge for Docker with pluggable adapters | +| 3249 | 2262 | 34 | [shadowsocks-go](https://github.com/shadowsocks/shadowsocks-go) | go port of shadowsocks | +| 3246 | 280 | 67 | [otto](https://github.com/robertkrimen/otto) | A JavaScript interpreter in Go (golang) | +| 3238 | 431 | 122 | [pq](https://github.com/lib/pq) | Pure Go Postgres driver for database/sql | +| 3226 | 257 | 67 | [go-bindata](https://github.com/jteeuwen/go-bindata) | A small utility which generates Go code from any file. Useful for embedding binary data in a Go program. | +| 3226 | 280 | 11 | [gods](https://github.com/emirpasic/gods) | GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON | +| 3219 | 164 | 32 | [rqlite](https://github.com/rqlite/rqlite) | The lightweight, distributed relational database built on SQLite. | +| 3201 | 122 | 32 | [awless](https://github.com/wallix/awless) | A Mighty CLI for AWS | +| 3198 | 205 | 99 | [zeus](https://github.com/burke/zeus) | Boot any rails app in under a second. | +| 3180 | 210 | 3 | [grace](https://github.com/facebookgo/grace) | Graceful restart & zero downtime deploy for Go servers. | +| 3180 | 316 | 128 | [istio](https://github.com/istio/istio) | Sample code, build and tests and governance material for the Istio project. | +| 3165 | 138 | 20 | [ponzu](https://github.com/ponzu-cms/ponzu) | Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. | +| 3136 | 808 | 824 | [kops](https://github.com/kubernetes/kops) | Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management | +| 3119 | 245 | 84 | [goconvey](https://github.com/smartystreets/goconvey) | Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go. | +| 3053 | 101 | 83 | [k6](https://github.com/loadimpact/k6) | A modern load testing tool, using Go and JavaScript - https://k6.io | +| 3037 | 193 | 136 | [qt](https://github.com/therecipe/qt) | Qt binding for Go (Golang) with support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS | +| 3037 | 198 | 3 | [chaosmonkey](https://github.com/Netflix/chaosmonkey) | Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. | +| 3032 | 244 | 0 | [ga-beacon](https://github.com/igrigorik/ga-beacon) | Google Analytics collector-as-a-service (using GA measurement protocol). | +| 3028 | 133 | 7 | [httpstat](https://github.com/davecheney/httpstat) | It's like curl -v, with colours. | +| 2995 | 240 | 9 | [localtunnel](https://github.com/progrium/localtunnel) | Expose localhost servers to the Internet | +| 2984 | 196 | 130 | [jaeger](https://github.com/jaegertracing/jaeger) | Jaeger, a Distributed Tracing System | +| 2982 | 610 | 51 | [kingshard](https://github.com/flike/kingshard) | A high-performance MySQL proxy | +| 2971 | 856 | 18 | [pholcus](https://github.com/henrylee2cn/pholcus) | [Crawler for Golang] Pholcus is a distributed, high concurrency and powerful web crawler software. | +| 2968 | 222 | 86 | [gh-ost](https://github.com/github/gh-ost) | GitHub's Online Schema Migrations for MySQL | +| 2958 | 470 | 36 | [web](https://github.com/hoisie/web) | The easiest way to create web applications with Go | +| 2948 | 702 | 55 | [go-github](https://github.com/google/go-github) | Go library for accessing the GitHub API | +| 2928 | 319 | 35 | [go-json-rest](https://github.com/ant0ine/go-json-rest) | A quick and easy way to setup a RESTful JSON API | +| 2921 | 220 | 25 | [ssh-chat](https://github.com/shazow/ssh-chat) | Chat over SSH. | +| 2914 | 244 | 29 | [doozerd](https://github.com/ha/doozerd) | A consistent distributed data store. | +| 2903 | 821 | 420 | [harbor](https://github.com/vmware/harbor) | An enterprise-class container registry server based on Docker Distribution | +| 2897 | 552 | 310 | [nomad](https://github.com/hashicorp/nomad) | Nomad is a highly available, distributed, data-center aware cluster and application scheduler designed to support the modern datacenter with support for long-running services, batch jobs, and much more. | +| 2893 | 182 | 16 | [zap](https://github.com/uber-go/zap) | Blazing fast, structured, leveled logging in Go. | +| 2889 | 623 | 152 | [oauth2_proxy](https://github.com/bitly/oauth2_proxy) | A reverse proxy that provides authentication with Google, Github or other provider | +| 2877 | 253 | 2 | [nes](https://github.com/fogleman/nes) | NES emulator written in Go. | +| 2873 | 481 | 51 | [logspout](https://github.com/gliderlabs/logspout) | Log routing for Docker container logs | +| 2868 | 86 | 8 | [httplab](https://github.com/gchaincl/httplab) | The interactive web server | +| 2858 | 523 | 87 | [battery-historian](https://github.com/google/battery-historian) | Battery Historian is a tool to analyze battery consumers using Android "bugreport" files. | +| 2735 | 971 | 409 | [helm](https://github.com/kubernetes/helm) | The Kubernetes Package Manager | +| 2725 | 234 | 174 | [restic](https://github.com/restic/restic) | Fast, secure, efficient backup program | +| 2723 | 243 | 219 | [GoSublime](https://github.com/DisposaBoy/GoSublime) | A Golang plugin collection for SublimeText **3**, providing code completion and other IDE-like features. | +| 2706 | 699 | 2 | [gotraining](https://github.com/ardanlabs/gotraining) | Go Training Class Material : | +| 2683 | 140 | 57 | [direnv](https://github.com/direnv/direnv) | Unclutter your .profile | +| 2678 | 331 | 66 | [clair](https://github.com/coreos/clair) | Vulnerability Static Analysis for Containers | +| 2670 | 335 | 79 | [blackfriday](https://github.com/russross/blackfriday) | Blackfriday: a markdown processor for Go | +| 2668 | 177 | 7 | [chi](https://github.com/go-chi/chi) | lightweight, idiomatic and composable router for building Go HTTP services | +| 2654 | 402 | 31 | [qor](https://github.com/qor/qor) | QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems. | +| 2653 | 234 | 1498 | [client](https://github.com/keybase/client) | Keybase Go Library, Client, Service, OS X, iOS, Android, Electron | +| 2633 | 279 | 38 | [jwt-go](https://github.com/dgrijalva/jwt-go) | Golang implementation of JSON Web Tokens (JWT) | +| 2633 | 148 | 113 | [elvish](https://github.com/elves/elvish) | Friendly and expressive Unix shell | +| 2615 | 103 | 55 | [beehive](https://github.com/muesli/beehive) | A flexible event/agent & automation system with lots of bees 🐝 | +| 2593 | 160 | 60 | [MailHog](https://github.com/mailhog/MailHog) | Web and API based SMTP testing | +| 2590 | 114 | 47 | [godebug](https://github.com/mailgun/godebug) | DEPRECATED! https://github.com/derekparker/delve | +| 2574 | 306 | 104 | [gorp](https://github.com/go-gorp/gorp) | Go Relational Persistence - an ORM-ish library for Go | +| 2562 | 287 | 99 | [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway) | gRPC to JSON proxy generator | +| 2553 | 208 | 100 | [govendor](https://github.com/kardianos/govendor) | Go vendor tool that works with the standard vendor file. | +| 2552 | 732 | 4 | [The-Golang-Standard-Library-by-Example](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) | Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。 | +| 2550 | 188 | 98 | [fission](https://github.com/fission/fission) | Fast Serverless Functions for Kubernetes | +| 2544 | 105 | 13 | [badger](https://github.com/dgraph-io/badger) | Fast key-value DB in Go. | +| 2524 | 286 | 3 | [goflyway](https://github.com/coyove/goflyway) | HTTP tunnel in Go | +| 2515 | 345 | 21 | [consul-template](https://github.com/hashicorp/consul-template) | Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data. | +| 2513 | 327 | 161 | [tsuru](https://github.com/tsuru/tsuru) | Open source, extensible and Docker-based Platform as a Service (PaaS). | +| 2485 | 191 | 68 | [vulcand](https://github.com/vulcand/vulcand) | Programmatic load balancer backed by Etcd | +| 2479 | 139 | 30 | [joe](https://github.com/karan/joe) | :running: A .gitignore magician in your command line | +| 2466 | 261 | 2 | [go-micro](https://github.com/micro/go-micro) | A pluggable RPC framework for microservices | +| 2464 | 295 | 0 | [mobile](https://github.com/golang/mobile) | [mirror] Go on Mobile | +| 2449 | 318 | 64 | [docker-gen](https://github.com/jwilder/docker-gen) | Generate files from docker container meta-data | +| 2447 | 578 | 29 | [wukong](https://github.com/huichen/wukong) | 高度可定制的全文搜索引擎 | +| 2445 | 586 | 84 | [flannel](https://github.com/coreos/flannel) | flannel is a network fabric for containers, designed for Kubernetes | +| 2429 | 105 | 6 | [devd](https://github.com/cortesi/devd) | A local webserver for developers | +| 2410 | 388 | 235 | [tyk](https://github.com/TykTechnologies/tyk) | Tyk Open Source API Gateway written in Go | +| 2403 | 311 | 105 | [fleet](https://github.com/coreos/fleet) | fleet ties together systemd and etcd into a distributed init system | +| 2403 | 211 | 42 | [termbox-go](https://github.com/nsf/termbox-go) | Pure Go termbox implementation | +| 2402 | 555 | 6 | [go-best-practice](https://github.com/astaxie/go-best-practice) | Trying to complete over 100 projects in various categories in golang. | +| 2397 | 230 | 310 | [openebs](https://github.com/openebs/openebs) | OpenEBS is containerized block storage written in Go for cloud native and other environments w/ per container (or pod) QoS SLAs, tiering and replica policies across AZs and environments, and predictable and scalable performance. | +| 2394 | 55 | 26 | [dlite](https://github.com/nlf/dlite) | The simplest way to use Docker on OS X | +| 2385 | 350 | 112 | [xorm](https://github.com/go-xorm/xorm) | Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle | +| 2384 | 399 | 354 | [bosun](https://github.com/bosun-monitor/bosun) | Time Series Alerting Framework | +| 2376 | 90 | 34 | [alpaca](https://github.com/pksunkara/alpaca) | Given a web API, Generate client libraries in node, php, python, ruby | +| 2370 | 365 | 9 | [go-restful](https://github.com/emicklei/go-restful) | package for building REST-style Web Services using Google Go | +| 2361 | 373 | 15 | [redis](https://github.com/go-redis/redis) | Type-safe Redis client for Golang | +| 2360 | 326 | 101 | [cfssl](https://github.com/cloudflare/cfssl) | CFSSL: Cloudflare's PKI and TLS toolkit | +| 2359 | 235 | 56 | [goa](https://github.com/goadesign/goa) | Design-based APIs and microservices in Go | +| 2356 | 436 | 28 | [dns](https://github.com/miekg/dns) | DNS library in Go | +| 2354 | 166 | 32 | [gox](https://github.com/mitchellh/gox) | A dead simple, no frills Go cross compile tool | +| 2341 | 127 | 31 | [errors](https://github.com/pkg/errors) | Simple error handling primitives | +| 2312 | 120 | 88 | [empire](https://github.com/remind101/empire) | A PaaS built on top of Amazon EC2 Container Service (ECS) | +| 2305 | 114 | 8 | [go-torch](https://github.com/uber/go-torch) | Stochastic flame graph profiler for Go programs | +| 2293 | 93 | 38 | [goby](https://github.com/goby-lang/goby) | Goby - A new language helps you develop microservices | +| 2281 | 64 | 26 | [gore](https://github.com/motemen/gore) | Yet another Go REPL that works nicely. Featured with line editing, code completion, and more. | +| 2279 | 365 | 122 | [semaphore](https://github.com/ansible-semaphore/semaphore) | Open Source alternative to Ansible Tower | +| 2267 | 269 | 83 | [ledisdb](https://github.com/siddontang/ledisdb) | a high performance NoSQL powered by Go | +| 2241 | 128 | 30 | [libchan](https://github.com/docker/libchan) | Like Go channels over the network | +| 2232 | 1794 | 1 | [fabric](https://github.com/hyperledger/fabric) | Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric | +| 2222 | 205 | 279 | [camlistore](https://github.com/camlistore/camlistore) | Camlistore is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content. | +| 2216 | 213 | 455 | [pachyderm](https://github.com/pachyderm/pachyderm) | Reproducible Data Science at Scale! | +| 2214 | 402 | 1 | [kotlin-in-chinese](https://github.com/huanglizhuo/kotlin-in-chinese) | kotlin 官方文档翻译 | +| 2189 | 426 | 26 | [sarama](https://github.com/Shopify/sarama) | Sarama is a Go library for Apache Kafka 0.8, and up. | +| 2188 | 117 | 26 | [toxiproxy](https://github.com/Shopify/toxiproxy) | :alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing | +| 2188 | 182 | 8 | [centrifugo](https://github.com/centrifugal/centrifugo) | Language-agnostic real-time messaging (Websocket or SockJS) server in Go | +| 2176 | 527 | 115 | [protobuf](https://github.com/golang/protobuf) | Go support for Google's protocol buffers | +| 2164 | 169 | 32 | [hey](https://github.com/rakyll/hey) | HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom | +| 2164 | 486 | 42 | [Heartbleed](https://github.com/FiloSottile/Heartbleed) | A checker (site and tool) for CVE-2014-0160 | +| 2163 | 141 | 20 | [itsabot](https://github.com/itsabot/itsabot) | ItsAbot makes it easy and fun to build your own digital assistant, and we include everything you need to get started. | +| 2149 | 106 | 37 | [the_platinum_searcher](https://github.com/monochromegane/the_platinum_searcher) | A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings. | +| 2132 | 213 | 45 | [govalidator](https://github.com/asaskevich/govalidator) | [Go] Package of validators and sanitizers for strings, numerics, slices and structs | +| 2130 | 244 | 68 | [lego](https://github.com/xenolf/lego) | Let's Encrypt client and ACME library written in Go | +| 2119 | 109 | 6 | [Go-SCP](https://github.com/Checkmarx/Go-SCP) | Go programming language secure coding practices guide | +| 2114 | 152 | 10 | [webhook](https://github.com/adnanh/webhook) | webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. | +| 2107 | 179 | 59 | [gin](https://github.com/codegangsta/gin) | Live reload utility for Go web servers | +| 2103 | 166 | 5 | [vuvuzela](https://github.com/vuvuzela/vuvuzela) | Private messaging system that hides metadata | +| 2097 | 362 | 117 | [walk](https://github.com/lxn/walk) | A Windows GUI toolkit for the Go Programming Language | +| 2084 | 281 | 12 | [go-starter-kit](https://github.com/olebedev/go-starter-kit) | Golang isomorphic react/hot reloadable/redux/css-modules starter kit | +| 2081 | 73 | 1 | [usql](https://github.com/xo/usql) | usql is a universal command-line interface for SQL databases | +| 2068 | 194 | 14 | [macaron](https://github.com/go-macaron/macaron) | Package macaron is a high productive and modular web framework in Go. | +| 2066 | 262 | 180 | [boulder](https://github.com/letsencrypt/boulder) | An ACME-based CA, written in Go. | +| 2054 | 192 | 53 | [graphql](https://github.com/graphql-go/graphql) | An implementation of GraphQL for Go / Golang | +| 2049 | 440 | 55 | [gopsutil](https://github.com/shirou/gopsutil) | psutil for golang | +| 2049 | 105 | 47 | [meshbird](https://github.com/meshbird/meshbird) | Distributed private networking | +| 2038 | 59 | 19 | [whalebrew](https://github.com/bfirsh/whalebrew) | Homebrew, but with Docker images | +| 2034 | 830 | 16 | [GolangTraining](https://github.com/GoesToEleven/GolangTraining) | Training for Golang (go language) | +| 2026 | 250 | 89 | [lint](https://github.com/golang/lint) | This is a linter for Go source code. | +| 2026 | 317 | 15 | [go-simplejson](https://github.com/bitly/go-simplejson) | a Go package to interact with arbitrary JSON | +| 2009 | 63 | 27 | [oklog](https://github.com/oklog/oklog) | A distributed and coördination-free log management system | +| 2006 | 63 | 34 | [commento](https://github.com/adtac/commento) | A lightweight, open source, privacy-focussed comment engine alternative to Disqus. | +| 2002 | 148 | 83 | [gb](https://github.com/constabulary/gb) | gb, the project based build tool for Go | +| 1993 | 58 | 6 | [ln](https://github.com/fogleman/ln) | 3D line art engine. | +| 1987 | 115 | 20 | [go-fuzz](https://github.com/dvyukov/go-fuzz) | Randomized testing for Go | +| 1979 | 147 | 17 | [gometalinter](https://github.com/alecthomas/gometalinter) | Concurrently run Go lint tools and normalise their output | +| 1977 | 232 | 8 | [jvm.go](https://github.com/zxh0/jvm.go) | A JVM written in Go | +| 1976 | 175 | 56 | [ffjson](https://github.com/pquerna/ffjson) | faster JSON serialization for Go | +| 1976 | 81 | 1 | [colly](https://github.com/asciimoo/colly) | Fast and Elegant Scraping Framework for Gophers | +| 1971 | 403 | 64 | [xlsx](https://github.com/tealeg/xlsx) | Google Go (golang) library for reading and writing XLSX files. You should probably also checkout: https://github.com/360EntSecGroup-Skylar/excelize | +| 1962 | 125 | 8 | [gocui](https://github.com/jroimartin/gocui) | Minimalist Go package aimed at creating Console User Interfaces. | +| 1956 | 415 | 87 | [goproxy](https://github.com/elazarl/goproxy) | An HTTP proxy library for Go | +| 1955 | 38 | 5 | [go-pry](https://github.com/d4l3k/go-pry) | An interactive REPL for Go that allows you to drop into your code at any point. | +| 1937 | 113 | 4 | [utron](https://github.com/gernest/utron) | A lightweight MVC framework for Go(Golang) | +| 1936 | 125 | 6 | [gizmo](https://github.com/NYTimes/gizmo) | A Microservice Toolkit from The New York Times | +| 1933 | 174 | 14 | [tiedot](https://github.com/HouzuoGuo/tiedot) | Your NoSQL database powered by Golang | +| 1921 | 80 | 2 | [roshi](https://github.com/soundcloud/roshi) | Roshi is a large-scale CRDT set implementation for timestamped events. | +| 1914 | 54 | 16 | [ccat](https://github.com/jingweno/ccat) | Colorizing `cat` | +| 1910 | 408 | 18 | [elastic](https://github.com/olivere/elastic) | Elasticsearch client for Go. | +| 1898 | 74 | 21 | [teleconsole](https://github.com/gravitational/teleconsole) | Command line tool to share your UNIX terminal and forward local TCP ports to people you trust. | +| 1898 | 107 | 9 | [gops](https://github.com/google/gops) | A tool to list and diagnose Go processes currently running on your system | +| 1891 | 53 | 28 | [thyme](https://github.com/sourcegraph/thyme) | Automatically track which applications you use and for how long. | +| 1891 | 61 | 2 | [httpdiff](https://github.com/jgrahamc/httpdiff) | Perform the same request against two HTTP servers and diff the results | +| 1882 | 146 | 4 | [color](https://github.com/fatih/color) | Color package for Go (golang) | +| 1881 | 119 | 16 | [jocko](https://github.com/travisjeffery/jocko) | Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install) | +| 1879 | 139 | 12 | [mylg](https://github.com/mehrdadrad/mylg) | Network Diagnostic Tool | +| 1878 | 300 | 67 | [go-socket.io](https://github.com/googollee/go-socket.io) | socket.io library for golang, a realtime application framework. | +| 1876 | 226 | 16 | [gryffin](https://github.com/yahoo/gryffin) | Gryffin is a large scale web security scanning platform | +| 1872 | 86 | 27 | [goreleaser](https://github.com/goreleaser/goreleaser) | Deliver Go binaries as fast and easily as possible | +| 1872 | 132 | 15 | [checkup](https://github.com/sourcegraph/checkup) | Distributed, lock-free, self-hosted health checks and status pages | +| 1858 | 388 | 35 | [falcon-plus](https://github.com/open-falcon/falcon-plus) | An open-source and enterprise-level monitoring system. | +| 1846 | 158 | 15 | [chisel](https://github.com/jpillora/chisel) | A fast TCP tunnel over HTTP | +| 1842 | 58 | 10 | [app](https://github.com/murlokswarm/app) | Package to create apps with GO, HTML and CSS. | +| 1841 | 82 | 53 | [spread](https://github.com/redspread/spread) | Docker to Kubernetes in one command | +| 1839 | 168 | 13 | [gopher-lua](https://github.com/yuin/gopher-lua) | GopherLua: VM and compiler for Lua in Go | +| 1831 | 227 | 108 | [fsnotify](https://github.com/fsnotify/fsnotify) | Cross-platform file system notifications for Go. | +| 1828 | 192 | 16 | [torrent](https://github.com/anacrolix/torrent) | Full-featured BitTorrent client package and utilities | +| 1818 | 182 | 62 | [qml](https://github.com/go-qml/qml) | QML support for the Go language | +| 1811 | 141 | 21 | [goworker](https://github.com/benmanns/goworker) | goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. | +| 1806 | 597 | 11 | [goim](https://github.com/Terry-Mao/goim) | goim | +| 1806 | 449 | 21 | [cron](https://github.com/robfig/cron) | a cron library for go | +| 1796 | 235 | 27 | [goleveldb](https://github.com/syndtr/goleveldb) | LevelDB key/value database in Go. | +| 1792 | 138 | 7 | [web-dev-golang-anti-textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) | Learn how to write webapps without a framework in Go. | +| 1789 | 142 | 76 | [functions](https://github.com/iron-io/functions) | IronFunctions - the serverless microservices platform by | +| 1786 | 375 | 94 | [containerd](https://github.com/containerd/containerd) | An open and reliable container runtime | +| 1781 | 110 | 4 | [goreporter](https://github.com/360EntSecGroup-Skylar/goreporter) | A Golang tool that does static analysis, unit testing, code review and generate code quality report. | +| 1777 | 151 | 44 | [protoactor-go](https://github.com/AsynkronIT/protoactor-go) | Proto Actor - Ultra fast distributed actors for Golang and C# | +| 1771 | 100 | 5 | [gjson](https://github.com/tidwall/gjson) | Get JSON values quickly - JSON Parser for Go | +| 1769 | 155 | 9 | [glow](https://github.com/chrislusf/glow) | Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant. | +| 1755 | 187 | 24 | [machinery](https://github.com/RichardKnop/machinery) | Machinery is an asynchronous task queue/job queue based on distributed message passing. | +| 1752 | 46 | 16 | [noti](https://github.com/variadico/noti) | Trigger notifications when a process completes. | +| 1740 | 359 | 82 | [firefly-proxy](https://github.com/yinghuocho/firefly-proxy) | A proxy software to help circumventing the Great Firewall. | +| 1733 | 96 | 15 | [go-tooling-workshop](https://github.com/campoy/go-tooling-workshop) | A workshop covering all the tools gophers use in their day to day life | +| 1732 | 168 | 31 | [ginkgo](https://github.com/onsi/ginkgo) | BDD Testing Framework for Go | +| 1732 | 122 | 35 | [buffalo](https://github.com/gobuffalo/buffalo) | Rapid Web Development w/ Go | +| 1726 | 126 | 78 | [kompose](https://github.com/kubernetes/kompose) | Go from Docker Compose to Kubernetes | +| 1723 | 117 | 10 | [gosu](https://github.com/tianon/gosu) | Simple Go-based setuid+setgid+setgroups+exec | +| 1717 | 409 | 198 | [mgo](https://github.com/go-mgo/mgo) | The MongoDB driver for Go. See http://labix.org/mgo for details. | +| 1717 | 63 | 4 | [realize](https://github.com/tockins/realize) | Realize is the Go tool to speed up and improve developers workflow. Run, build and watch file changes with custom paths | +| 1716 | 193 | 44 | [infrakit](https://github.com/docker/infrakit) | A toolkit for creating and managing declarative, self-healing infrastructure. | +| 1714 | 157 | 19 | [bat](https://github.com/astaxie/bat) | Go implement CLI, cURL-like tool for humans | +| 1704 | 304 | 56 | [go-metrics](https://github.com/rcrowley/go-metrics) | Go port of Coda Hale's Metrics library | +| 1694 | 284 | 21 | [skynet](https://github.com/skynetservices/skynet) | Skynet is a framework for distributed services in Go. | +| 1689 | 437 | 31 | [logstash-forwarder](https://github.com/elastic/logstash-forwarder) | An experiment to cut logs in preparation for processing elsewhere. Replaced by Filebeat: https://github.com/elastic/beats/tree/master/filebeat | +| 1681 | 227 | 153 | [Sia](https://github.com/NebulousLabs/Sia) | Blockchain-based marketplace for file storage | +| 1674 | 115 | 42 | [goss](https://github.com/aelsabbahy/goss) | Quick and Easy server testing/validation | +| 1674 | 153 | 10 | [structs](https://github.com/fatih/structs) | Utilities for Go structs | +| 1673 | 271 | 60 | [migrate](https://github.com/mattes/migrate) | Database migrations. CLI and Golang library. | +| 1667 | 134 | 134 | [rook](https://github.com/rook/rook) | File, Block, and Object Storage Services for your Cloud-Native Environment | +| 1667 | 152 | 87 | [torus](https://github.com/coreos/torus) | Torus Distributed Storage | +| 1663 | 136 | 0 | [http2](https://github.com/bradfitz/http2) | old repo for HTTP/2 support for Go (see README for new home) | +| 1662 | 131 | 26 | [kite](https://github.com/koding/kite) | Micro-service framework in Go | +| 1655 | 130 | 10 | [goagain](https://github.com/rcrowley/goagain) | Zero-downtime restarts in Go | +| 1639 | 273 | 27 | [raft](https://github.com/goraft/raft) | UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol. | +| 1630 | 107 | 14 | [go-spew](https://github.com/davecgh/go-spew) | Implements a deep pretty printer for Go data structures to aid in debugging | +| 1628 | 216 | 25 | [toml](https://github.com/BurntSushi/toml) | TOML parser for Golang with reflection. | +| 1619 | 300 | 120 | [yaml](https://github.com/go-yaml/yaml) | YAML support for the Go language. | +| 1614 | 151 | 50 | [go-git](https://github.com/src-d/go-git) | A highly extensible Git implementation in pure Go. | +| 1612 | 329 | 94 | [dex](https://github.com/coreos/dex) | OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors | +| 1607 | 142 | 4 | [apns2](https://github.com/sideshow/apns2) | ⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, and OSX apps, using the new APNs HTTP/2 protocol. | +| 1601 | 244 | 135 | [snap](https://github.com/intelsdi-x/snap) | The open telemetry framework | +| 1593 | 110 | 14 | [rtop](https://github.com/rapidloop/rtop) | rtop is an interactive, remote system monitoring tool based on SSH | +| 1592 | 100 | 2 | [buntdb](https://github.com/tidwall/buntdb) | BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support | +| 1586 | 479 | 4 | [leaf](https://github.com/name5566/leaf) | A game server framework in Go (golang) | +| 1585 | 144 | 35 | [hyperd](https://github.com/hyperhq/hyperd) | HyperContainer Daemon | +| 1583 | 493 | 4 | [gopush-cluster](https://github.com/Terry-Mao/gopush-cluster) | Golang push server cluster | +| 1580 | 51 | 10 | [pet](https://github.com/knqyf263/pet) | Simple command-line snippet manager, written in Go. | +| 1577 | 138 | 8 | [circuit](https://github.com/gocircuit/circuit) | Circuit: Dynamic cloud orchestration http://gocircuit.org | +| 1576 | 128 | 235 | [rack](https://github.com/convox/rack) | Open-source PaaS. Built entirely on AWS cloud services for maximum privacy and minimum upkeep. | +| 1572 | 555 | 2 | [blockchain_guide](https://github.com/yeasy/blockchain_guide) | Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger. | +| 1569 | 317 | 6 | [qtunnel](https://github.com/getqujing/qtunnel) | A secure socket tunnel works on getqujing.com | +| 1565 | 319 | 236 | [go-swagger](https://github.com/go-swagger/go-swagger) | Swagger 2.0 implementation for go | +| 1561 | 66 | 8 | [bild](https://github.com/anthonynsimon/bild) | A collection of parallel image processing algorithms in pure Go | +| 1549 | 59 | 28 | [sup](https://github.com/pressly/sup) | Super simple deployment tool - just Unix - think of it like 'make' for a network of servers | +| 1549 | 131 | 42 | [gopm](https://github.com/gpmgo/gopm) | Go Package Manager (gopm) is a package manager and build tool for Go. | +| 1548 | 149 | 12 | [resize](https://github.com/nfnt/resize) | Pure golang image resizing | +| 1547 | 132 | 39 | [journey](https://github.com/kabukky/journey) | A blog engine written in Go, compatible with Ghost themes. | +| 1544 | 213 | 19 | [fsnotify](https://github.com/howeyc/fsnotify) | File system notification for Go | +| 1541 | 325 | 2 | [glog](https://github.com/golang/glog) | Leveled execution logs for Go | +| 1531 | 474 | 77 | [btcd](https://github.com/btcsuite/btcd) | An alternative full node bitcoin implementation written in Go (golang) | +| 1524 | 106 | 12 | [kingpin](https://github.com/alecthomas/kingpin) | A Go (golang) command line and flag parser | +| 1521 | 275 | 12 | [rpcx](https://github.com/smallnest/rpcx) | A RPC service framework based on net/rpc like alibaba Dubbo and weibo Motan. One of best performance RPC frameworks. | +| 1518 | 113 | 8 | [github-trending](https://github.com/josephyzhou/github-trending) | Tracking the most popular Github repos, updated daily | +| 1503 | 768 | 190 | [heapster](https://github.com/kubernetes/heapster) | Compute Resource Usage Analysis and Monitoring of Container Clusters | +| 1502 | 74 | 35 | [chromedp](https://github.com/knq/chromedp) | Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol. | +| 1498 | 131 | 55 | [excelize](https://github.com/360EntSecGroup-Skylar/excelize) | Golang library for reading and writing Microsoft Excel™ (XLSX) files. | +| 1497 | 302 | 48 | [gopacket](https://github.com/google/gopacket) | Provides packet processing capabilities for Go | +| 1494 | 360 | 55 | [lxd](https://github.com/lxc/lxd) | Daemon based on liblxc offering a REST API to manage containers | +| 1493 | 565 | 5 | [gopl.io](https://github.com/adonovan/gopl.io) | Example programs from "The Go Programming Language" | +| 1479 | 46 | 7 | [panicparse](https://github.com/maruel/panicparse) | Crash your app in style (Golang) | +| 1475 | 66 | 11 | [inspeqtor](https://github.com/mperham/inspeqtor) | Monitor your application infrastructure! | +| 1474 | 259 | 17 | [amqp](https://github.com/streadway/amqp) | Go client for AMQP 0.9.1 | +| 1469 | 92 | 26 | [gojson](https://github.com/ChimeraCoder/gojson) | Automatically generate Go (golang) struct definitions from example JSON | +| 1468 | 75 | 0 | [s](https://github.com/zquestz/s) | Open a web search in your terminal. | +| 1466 | 63 | 8 | [goxc](https://github.com/laher/goxc) | a build tool for Go, with a focus on cross-compiling, packaging and deployment | +| 1464 | 68 | 4 | [pt](https://github.com/fogleman/pt) | A path tracer written in Go. | +| 1460 | 72 | 16 | [go-chart](https://github.com/wcharczuk/go-chart) | go chart is a basic charting library in native golang. | +| 1459 | 44 | 9 | [cpustat](https://github.com/uber-common/cpustat) | high frequency performance measurements for Linux | +| 1457 | 55 | 26 | [prest](https://github.com/prest/prest) | A fully RESTful API from any existing PostgreSQL database written in Go | +| 1457 | 80 | 2 | [simplehttp2server](https://github.com/GoogleChromeLabs/simplehttp2server) | A simple HTTP/2 server for development | +| 1456 | 324 | 208 | [swarmkit](https://github.com/docker/swarmkit) | A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more. | +| 1454 | 130 | 4 | [go](https://github.com/json-iterator/go) | A high-performance 100% compatible drop-in replacement of "encoding/json" | +| 1429 | 114 | 20 | [athenapdf](https://github.com/arachnys/athenapdf) | Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker | +| 1428 | 83 | 2 | [go-bootstrap](https://github.com/go-bootstrap/go-bootstrap) | Generates a lean and mean Go web project. | +| 1426 | 127 | 4 | [freecache](https://github.com/coocood/freecache) | A cache library for Go with zero GC overhead. | +| 1424 | 181 | 148 | [aptly](https://github.com/smira/aptly) | aptly - Debian repository management tool | +| 1423 | 108 | 16 | [endless](https://github.com/fvbock/endless) | Zero downtime restarts for go servers (Drop in replacement for http.ListenAndServe) | +| 1420 | 161 | 0 | [gocrawl](https://github.com/PuerkitoBio/gocrawl) | Polite, slim and concurrent web crawler. | +| 1414 | 455 | 0 | [go-web-foundation](https://github.com/Unknwon/go-web-foundation) | 《Go Web 基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向完成《Go 编程基础》教程后希望进一步了解有关 Go Web 开发的学习者。 | +| 1413 | 188 | 20 | [go.uuid](https://github.com/satori/go.uuid) | UUID package for Go | +| 1407 | 122 | 11 | [goad](https://github.com/goadapp/goad) | Goad is an AWS Lambda powered, highly distributed, load testing tool | +| 1404 | 41 | 5 | [globe](https://github.com/mmcloughlin/globe) | Globe wireframe visualizations in Golang | +| 1403 | 95 | 105 | [duplicacy](https://github.com/gilbertchen/duplicacy) | A new generation cloud backup tool | +| 1402 | 125 | 16 | [dockerize](https://github.com/jwilder/dockerize) | Utility to simplify running applications in docker containers | +| 1390 | 149 | 344 | [scope](https://github.com/weaveworks/scope) | Monitoring, visualisation & management for Docker & Kubernetes | +| 1389 | 155 | 34 | [gomail](https://github.com/go-gomail/gomail) | The best way to send emails in Go. | +| 1387 | 180 | 54 | [raft](https://github.com/hashicorp/raft) | Golang implementation of the Raft consensus protocol | +| 1381 | 90 | 6 | [alice](https://github.com/justinas/alice) | Painless middleware chaining for Go | +| 1379 | 430 | 1 | [cnki-downloader](https://github.com/amyhaber/cnki-downloader) | 知网(CNKI)文献下载工具 | +| 1379 | 71 | 109 | [fn](https://github.com/fnproject/fn) | The container native, cloud agnostic serverless platform. | +| 1379 | 41 | 5 | [go-is-not-good](https://github.com/ksimka/go-is-not-good) | A curated list of articles complaining that go (golang) isn't good enough | +| 1376 | 135 | 6 | [casbin](https://github.com/casbin/casbin) | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | +| 1375 | 133 | 17 | [imaginary](https://github.com/h2non/imaginary) | Fast, simple, stateless HTTP microservice for high-level image processing with first-class support for Docker | +| 1375 | 162 | 24 | [goth](https://github.com/markbates/goth) | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | +| 1368 | 178 | 46 | [gorequest](https://github.com/parnurzeal/gorequest) | GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent ) | +| 1358 | 67 | 2 | [workq](https://github.com/iamduo/workq) | Job server in Go | +| 1355 | 97 | 89 | [draft](https://github.com/Azure/draft) | A tool for developers to create cloud-native applications on Kubernetes. | +| 1354 | 438 | 0 | [tools](https://github.com/golang/tools) | [mirror] Go Tools | +| 1351 | 310 | 3 | [go-koans](https://github.com/cdarwin/go-koans) | koans for go | +| 1351 | 64 | 10 | [yoke](https://github.com/nanopack/yoke) | Postgres high-availability cluster with auto-failover and automated cluster recovery. | +| 1349 | 135 | 37 | [gorgonia](https://github.com/chewxy/gorgonia) | Gorgonia is a library that helps facilitate machine learning in Go. | +| 1348 | 108 | 26 | [unik](https://github.com/cf-unik/unik) | The Unikernel Compilation and Deployment Platform | +| 1341 | 614 | 68 | [cloud-torrent](https://github.com/jpillora/cloud-torrent) | ☁️ Cloud Torrent: a self-hosted remote torrent client | +| 1338 | 64 | 60 | [acme](https://github.com/hlandau/acme) | :lock: acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt) | +| 1338 | 183 | 9 | [go-nats](https://github.com/nats-io/go-nats) | Golang client for NATS, the cloud native messaging system. | +| 1331 | 101 | 34 | [docker-squash](https://github.com/jwilder/docker-squash) | Squash docker images to make them smaller | +| 1327 | 92 | 12 | [novm](https://github.com/google/novm) | Experimental KVM-based VMM, written in Go. | +| 1327 | 35 | 8 | [texttop](https://github.com/tombh/texttop) | A fully interactive X Linux desktop rendered in TTY and streamable over SSH | +| 1323 | 150 | 17 | [gorush](https://github.com/appleboy/gorush) | A push notification server written in Go (Golang). | +| 1322 | 241 | 61 | [quorum](https://github.com/jpmorganchase/quorum) | A permissioned implementation of Ethereum supporting data privacy | +| 1314 | 106 | 0 | [imageserver](https://github.com/pierrre/imageserver) | Image server toolkit in Go | +| 1307 | 106 | 41 | [xo](https://github.com/xo/xo) | Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server | +| 1306 | 83 | 2 | [scrape](https://github.com/yhat/scrape) | A simple, higher level interface for Go web scraping. | +| 1304 | 1122 | 425 | [contrib](https://github.com/kubernetes/contrib) | This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core. Consider creating a new repo instead. | +| 1304 | 101 | 36 | [goqt](https://github.com/visualfc/goqt) | Golang bindings to the Qt cross-platform application framework. | +| 1300 | 112 | 49 | [streamtools](https://github.com/nytlabs/streamtools) | tools for working with streams of data | +| 1300 | 30 | 5 | [warp](https://github.com/spolu/warp) | Secure and simple terminal sharing | +| 1299 | 91 | 17 | [jsonparser](https://github.com/buger/jsonparser) | Alternative JSON parser for Go that does not require schema (so far fastest) | +| 1298 | 131 | 48 | [watchtower](https://github.com/v2tec/watchtower) | Automatically update running Docker containers | +| 1296 | 76 | 0 | [go-linq](https://github.com/ahmetb/go-linq) | .NET LINQ-like query methods for Go | +| 1292 | 141 | 0 | [imaging](https://github.com/disintegration/imaging) | Simple Go image processing package | +| 1288 | 50 | 26 | [sudolikeaboss](https://github.com/ravenac95/sudolikeaboss) | Get 1password access from iterm2 | +| 1287 | 34 | 9 | [armor](https://github.com/labstack/armor) | Uncomplicated, modern HTTP server | +| 1284 | 206 | 31 | [surgemq](https://github.com/surgemq/surgemq) | High-Performance MQTT Server and Client Libraries | +| 1283 | 36 | 10 | [borg](https://github.com/ok-borg/borg) | Search and save shell snippets without leaving your terminal | +| 1283 | 281 | 29 | [gost](https://github.com/ginuerzh/gost) | GO Simple Tunnel - a simple tunnel written in golang | +| 1282 | 90 | 16 | [gom](https://github.com/mattn/gom) | Go Manager - bundle for go | +| 1281 | 335 | 40 | [oauth2](https://github.com/golang/oauth2) | Go OAuth2 | +| 1278 | 25 | 12 | [mmake](https://github.com/tj/mmake) | Modern Make | +| 1274 | 44 | 61 | [gx](https://github.com/whyrusleeping/gx) | A package management tool | +| 1267 | 248 | 56 | [slack](https://github.com/nlopes/slack) | Slack API in Go | +| 1248 | 92 | 7 | [validator](https://github.com/go-playground/validator) | :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving | +| 1247 | 254 | 31 | [osin](https://github.com/RangelReale/osin) | Golang OAuth2 server library | +| 1243 | 95 | 16 | [web](https://github.com/gocraft/web) | Go Router + Middleware. Your Contexts. | +| 1237 | 100 | 34 | [squirrel](https://github.com/Masterminds/squirrel) | Fluent SQL generation for golang | +| 1235 | 135 | 9 | [gorethink](https://github.com/GoRethink/gorethink) | Go language driver for RethinkDB | +| 1230 | 209 | 41 | [chain](https://github.com/chain/chain) | Chain Core Developer Edition | +| 1225 | 34 | 6 | [gom](https://github.com/rakyll/gom) | A visual interface to work with runtime profiling data for Go | +| 1224 | 90 | 1 | [bigcache](https://github.com/allegro/bigcache) | Efficient cache for gigabytes of data written in Go. | +| 1223 | 239 | 33 | [syzkaller](https://github.com/google/syzkaller) | syzkaller is an unsupervised, coverage-guided Linux system call fuzzer | +| 1220 | 54 | 11 | [gh-polls](https://github.com/apex/gh-polls) | Polls for user feedback in GitHub issues | +| 1219 | 84 | 37 | [authboss](https://github.com/volatiletech/authboss) | The boss of http auth. | +| 1218 | 156 | 6 | [algorithms](https://github.com/arnauddri/algorithms) | Algorithms & Data Structures in Go | +| 1211 | 75 | 11 | [whosthere](https://github.com/FiloSottile/whosthere) | A ssh server that knows who you are. $ ssh whoami.filippo.io | +| 1210 | 170 | 41 | [protobuf](https://github.com/gogo/protobuf) | Protocol Buffers for Go with Gadgets | +| 1208 | 111 | 23 | [mangos](https://github.com/go-mangos/mangos) | package mangos is an implementation in pure Go of the SP ("Scalable Protocols") protocols. | +| 1208 | 102 | 18 | [doctl](https://github.com/digitalocean/doctl) | A command line tool for DigitalOcean services | +| 1202 | 51 | 7 | [cryptopasta](https://github.com/gtank/cryptopasta) | copy & paste-friendly golang crypto | +| 1201 | 50 | 1 | [nintengo](https://github.com/nwidger/nintengo) | An NES emulator written in Go | +| 1200 | 109 | 22 | [filemanager](https://github.com/hacdias/filemanager) | :file_folder: Web File Manager which can be used as a middleware or standalone app. | +| 1195 | 45 | 5 | [coop](https://github.com/rakyll/coop) | Cheat sheet for some of the common concurrent flows in Go | +| 1194 | 92 | 32 | [dkron](https://github.com/victorcoder/dkron) | Dkron - Distributed, fault tolerant job scheduling system http://dkron.io | +| 1194 | 219 | 5 | [dht](https://github.com/shiyanhui/dht) | BitTorrent DHT Protocol && DHT Spider. | +| 1191 | 102 | 51 | [kubeless](https://github.com/kubeless/kubeless) | Kubernetes Native Serverless Framework | +| 1186 | 139 | 34 | [fresh](https://github.com/pilu/fresh) | Build and (re)start go web apps after saving/creating/deleting source files. | +| 1185 | 133 | 10 | [pb](https://github.com/cheggaaa/pb) | Console progress bar for Golang | +| 1184 | 111 | 35 | [hcl](https://github.com/hashicorp/hcl) | HCL is the HashiCorp configuration language. | +| 1184 | 46 | 13 | [expvarmon](https://github.com/divan/expvarmon) | TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s). | +| 1182 | 53 | 3 | [gopher-os](https://github.com/achilleasa/gopher-os) | A proof of concept OS written in Go | +| 1180 | 75 | 11 | [pg](https://github.com/go-pg/pg) | PostgreSQL ORM for Golang with focus on PostgreSQL features and performance | +| 1175 | 163 | 99 | [kube-lego](https://github.com/jetstack/kube-lego) | Kube-Lego automatically requests certificates for Kubernetes Ingress resources from Let's Encrypt | +| 1172 | 170 | 39 | [coredns](https://github.com/coredns/coredns) | CoreDNS is a DNS server that chains plugins | +| 1172 | 82 | 0 | [netstack](https://github.com/google/netstack) | IPv4 and IPv6 userland network stack | +| 1165 | 23 | 25 | [gonvim](https://github.com/dzhou121/gonvim) | None | +| 1165 | 73 | 24 | [sift](https://github.com/svent/sift) | A fast and powerful alternative to grep | +| 1165 | 77 | 57 | [keytransparency](https://github.com/google/keytransparency) | A transparent and secure way to look up public keys. | +| 1162 | 70 | 16 | [dockersh](https://github.com/Yelp/dockersh) | A shell which places users into individual docker containers | +| 1161 | 117 | 31 | [afero](https://github.com/spf13/afero) | A FileSystem Abstraction System for Go | +| 1161 | 320 | 2 | [cellnet](https://github.com/davyxu/cellnet) | 高性能,简单,方便的开源服务器网络库 | +| 1157 | 309 | 58 | [google-api-go-client](https://github.com/google/google-api-go-client) | Auto-generated Google APIs for Go | +| 1154 | 52 | 83 | [go-tools](https://github.com/dominikh/go-tools) | A collection of tools and libraries for working with Go code, including linters and static analysis | +| 1150 | 43 | 6 | [chroma](https://github.com/alecthomas/chroma) | A general purpose syntax highlighter in pure Go | +| 1149 | 423 | 69 | [go-dockerclient](https://github.com/fsouza/go-dockerclient) | Go client for the Docker remote API. | +| 1149 | 96 | 14 | [go-humanize](https://github.com/dustin/go-humanize) | Go Humans! (formatters for units to human friendly sizes) | +| 1144 | 56 | 3 | [sshtron](https://github.com/zachlatta/sshtron) | Play Tron over SSH | +| 1136 | 70 | 105 | [pilosa](https://github.com/pilosa/pilosa) | Pilosa is an open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets. | +| 1135 | 242 | 0 | [example](https://github.com/golang/example) | Go example projects | +| 1134 | 153 | 35 | [codesearch](https://github.com/google/codesearch) | Fast, indexed regexp search over large file trees | +| 1134 | 62 | 52 | [rocker](https://github.com/grammarly/rocker) | Rocker breaks the limits of Dockerfile. | +| 1133 | 206 | 26 | [go-cache](https://github.com/patrickmn/go-cache) | An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. | +| 1129 | 134 | 44 | [pgx](https://github.com/jackc/pgx) | PostgreSQL driver and toolkit for Go | +| 1124 | 158 | 138 | [spec](https://github.com/appc/spec) | App Container Specification and Tooling | +| 1122 | 63 | 10 | [lastbackend](https://github.com/lastbackend/lastbackend) | Container orchestration with CI&CD, cli and amazing UI | +| 1121 | 102 | 23 | [appdash](https://github.com/sourcegraph/appdash) | Application tracing system for Go, based on Google's Dapper. | +| 1119 | 239 | 342 | [kapacitor](https://github.com/influxdata/kapacitor) | Open source framework for processing, monitoring, and alerting on time series data | +| 1113 | 150 | 37 | [mapstructure](https://github.com/mitchellh/mapstructure) | Go library for decoding generic map values into native Go structures. | +| 1113 | 121 | 33 | [oxy](https://github.com/vulcand/oxy) | Go middlewares for HTTP servers & proxies | +| 1105 | 54 | 12 | [doorman](https://github.com/youtube/doorman) | Doorman: Global Distributed Client Side Rate Limiting. | +| 1104 | 21 | 2 | [godzilla](https://github.com/jingweno/godzilla) | Godzilla is a ES2015 to Go source code transpiler and runtime | +| 1104 | 309 | 81 | [gocql](https://github.com/gocql/gocql) | Package gocql implements a fast and robust Cassandra client for the Go programming language. | +| 1097 | 1069 | 351 | [fabric](https://github.com/hyperledger-archives/fabric) | THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted | +| 1092 | 68 | 28 | [go.rice](https://github.com/GeertJohan/go.rice) | go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy. | +| 1090 | 330 | 5 | [wechat.v2](https://github.com/chanxuehong/wechat.v2) | weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk | +| 1089 | 91 | 16 | [kala](https://github.com/ajvb/kala) | Modern Job Scheduler | +| 1083 | 327 | 31 | [dog-tunnel](https://github.com/vzex/dog-tunnel) | p2p tunnel,(udp mode work with kcp,https://github.com/skywind3000/kcp) | +| 1083 | 108 | 4 | [forego](https://github.com/ddollar/forego) | Foreman in Go | +| 1081 | 78 | 13 | [gophernotes](https://github.com/gopherdata/gophernotes) | The Go kernel for Jupyter notebooks and nteract. | +| 1077 | 113 | 256 | [cilium](https://github.com/cilium/cilium) | Linux Native, HTTP Aware Networking and Security for Containers | +| 1077 | 104 | 6 | [pat](https://github.com/bmizerany/pat) | None | +| 1075 | 67 | 11 | [gg](https://github.com/fogleman/gg) | Go Graphics - 2D rendering in Go with a simple API. | +| 1074 | 45 | 15 | [docker-slim](https://github.com/docker-slim/docker-slim) | DockerSlim (docker-slim): Optimize and secure your Docker containers (free and open source) | +| 1074 | 68 | 27 | [go-lua](https://github.com/Shopify/go-lua) | A Lua VM in Go | +| 1072 | 104 | 22 | [redoctober](https://github.com/cloudflare/redoctober) | Go server for two-man rule style file encryption and decryption. | +| 1072 | 65 | 7 | [minify](https://github.com/tdewolff/minify) | Go minifiers for web formats | +| 1065 | 114 | 43 | [easyjson](https://github.com/mailru/easyjson) | Fast JSON serializer for golang. | +| 1063 | 103 | 36 | [pongo2](https://github.com/flosch/pongo2) | Django-syntax like template-engine for Go | +| 1061 | 120 | 5 | [hyperfox](https://github.com/malfunkt/hyperfox) | HTTP/HTTPs MITM proxy and traffic recorder with on-the-fly TLS cert generation. | +| 1060 | 181 | 32 | [gobgp](https://github.com/osrg/gobgp) | BGP implemented in the Go Programming Language | +| 1058 | 63 | 9 | [cherami-server](https://github.com/uber/cherami-server) | Distributed, scalable, durable, and highly available message queue system. | +| 1057 | 90 | 40 | [skydock](https://github.com/crosbymichael/skydock) | Service discovery via DNS for docker | +| 1056 | 102 | 18 | [cameradar](https://github.com/EtixLabs/cameradar) | Cameradar hacks its way into RTSP CCTV cameras | +| 1055 | 74 | 1 | [bone](https://github.com/go-zoo/bone) | Lightning Fast HTTP Multiplexer | +| 1053 | 39 | 35 | [nanobox](https://github.com/nanobox-io/nanobox) | The ideal platform for developers | +| 1052 | 204 | 5 | [cli53](https://github.com/barnybug/cli53) | Command line tool for Amazon Route 53 | +| 1051 | 94 | 3 | [gosms](https://github.com/haxpax/gosms) | :mailbox_closed: Your own local SMS gateway in Go | +| 1050 | 191 | 41 | [git2go](https://github.com/libgit2/git2go) | Git to Go; bindings for libgit2. Like McDonald's but tastier. | +| 1048 | 156 | 45 | [go-gtk](https://github.com/mattn/go-gtk) | Go binding for GTK | +| 1044 | 107 | 18 | [stenographer](https://github.com/google/stenographer) | Stenographer is a packet capture solution which aims to quickly spool all packets to disk, then provide simple, fast access to subsets of those packets. Discussion/announcements at stenographer@googlegroups.com | +| 1040 | 361 | 10 | [go_spider](https://github.com/hu17889/go_spider) | [爬虫框架 (golang)] An awesome Go concurrent Crawler(spider) framework. The crawler is flexible and modular. It can be expanded to an Individualized crawler easily or you can use the default crawl components only. | +| 1039 | 233 | 14 | [juju](https://github.com/juju/juju) | juju is devops distilled | +| 1031 | 61 | 7 | [RxGo](https://github.com/ReactiveX/RxGo) | Reactive Extensions for the Go language. | +| 1027 | 156 | 31 | [service](https://github.com/kardianos/service) | Run go programs as a service on major platforms. | +| 1023 | 72 | 3 | [ladon](https://github.com/ory/ladon) | A SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. Written for Go. | +| 1021 | 86 | 52 | [stolon](https://github.com/sorintlab/stolon) | PostgreSQL cloud native High Availability and more. | +| 1019 | 267 | 136 | [amazon-ecs-agent](https://github.com/aws/amazon-ecs-agent) | Amazon EC2 Container Service Agent | +| 1019 | 40 | 14 | [pome](https://github.com/rach/pome) | A Postgres Metrics Dashboard | +| 1018 | 77 | 35 | [db](https://github.com/upper/db) | Productive data access layer for Go. | +| 1015 | 95 | 0 | [2017-talks](https://github.com/gophercon/2017-talks) | Slides and links for 2017 talks | +| 1014 | 66 | 7 | [jason](https://github.com/antonholmquist/jason) | Easy-to-use JSON Library for Go | +| 1008 | 52 | 12 | [uiprogress](https://github.com/gosuri/uiprogress) | A go library to render progress bars in terminal applications | +| 1007 | 175 | 35 | [go-logging](https://github.com/op/go-logging) | Golang logging library | +| 998 | 38 | 7 | [hermes](https://github.com/matcornic/hermes) | Golang package that generates clean, responsive HTML e-mails for sending transactional mail | +| 996 | 20 | 6 | [go-prompt](https://github.com/c-bata/go-prompt) | Building a powerful interactive prompt in Go, inspired by python-prompt-toolkit. | +| 993 | 50 | 9 | [summitdb](https://github.com/tidwall/summitdb) | In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API | +| 992 | 213 | 33 | [runtime-spec](https://github.com/opencontainers/runtime-spec) | OCI Runtime Specification | +| 990 | 58 | 6 | [now](https://github.com/jinzhu/now) | Now is a time toolkit for golang | +| 986 | 300 | 20 | [libcontainer](https://github.com/docker/libcontainer) | PROJECT MOVED TO RUNC | +| 986 | 197 | 45 | [onionscan](https://github.com/s-rah/onionscan) | OnionScan is a free and open source tool for investigating the Dark Web. | +| 982 | 90 | 32 | [goofys](https://github.com/kahing/goofys) | a high-performance, POSIX-ish Amazon S3 file system written in Go | +| 982 | 538 | 178 | [libnetwork](https://github.com/docker/libnetwork) | Docker Networking | +| 979 | 82 | 90 | [quic-go](https://github.com/lucas-clemente/quic-go) | A QUIC implementation in pure go | +| 976 | 177 | 28 | [seelog](https://github.com/cihub/seelog) | Seelog is a native Go logging library that provides flexible asynchronous dispatching, filtering, and formatting. | +| 972 | 86 | 30 | [hoverfly](https://github.com/SpectoLabs/hoverfly) | Lightweight service virtualization/API simulation tool for developers and testers | +| 968 | 24 | 3 | [ulid](https://github.com/oklog/ulid) | Universally Unique Lexicographically Sortable Identifier (ULID) in Go | +| 967 | 616 | 118 | [cli](https://github.com/cloudfoundry/cli) | The official command line client for Cloud Foundry | +| 966 | 39 | 4 | [imgproxy](https://github.com/DarthSim/imgproxy) | Fast and secure standalone server for resizing and converting remote images | +| 966 | 84 | 38 | [aws-sam-local](https://github.com/awslabs/aws-sam-local) | AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications | +| 965 | 127 | 39 | [embd](https://github.com/kidoman/embd) | Embedded Programming Framework in Go | +| 964 | 78 | 27 | [go-tigertonic](https://github.com/rcrowley/go-tigertonic) | A Go framework for building JSON web services inspired by Dropwizard | +| 963 | 82 | 0 | [render](https://github.com/unrolled/render) | Go package for easily rendering JSON, XML, binary data, and HTML templates responses. | +| 963 | 51 | 3 | [smartcrop](https://github.com/muesli/smartcrop) | smartcrop finds good image crops for arbitrary crop sizes | +| 962 | 88 | 4 | [graceful](https://github.com/tylerb/graceful) | Graceful is a Go package enabling graceful shutdown of an http.Handler server. | +| 962 | 99 | 39 | [spigo](https://github.com/adrianco/spigo) | Simulate Protocol Interactions in Go | +| 961 | 62 | 0 | [gift](https://github.com/disintegration/gift) | Go Image Filtering Toolkit | +| 959 | 130 | 22 | [go-http-routing-benchmark](https://github.com/julienschmidt/go-http-routing-benchmark) | Go HTTP request router and web framework benchmark | +| 951 | 119 | 1 | [envconfig](https://github.com/kelseyhightower/envconfig) | Golang library for managing configuration data from environment variables | +| 950 | 184 | 56 | [mig](https://github.com/mozilla/mig) | Distributed & real time digital forensics at the speed of the cloud | +| 946 | 31 | 1 | [ws](https://github.com/gobwas/ws) | Tiny WebSocket library for Go. | +| 944 | 426 | 0 | [net](https://github.com/golang/net) | [mirror] Go supplementary network libraries | +| 944 | 116 | 81 | [ssllabs-scan](https://github.com/ssllabs/ssllabs-scan) | A command-line reference-implementation client for SSL Labs APIs, designed for automated and/or bulk testing. | +| 943 | 53 | 17 | [grequests](https://github.com/levigross/grequests) | A Go "clone" of the great and famous Requests library | +| 942 | 72 | 1 | [gabs](https://github.com/Jeffail/gabs) | For parsing, creating and editing unknown or dynamic JSON in golang | +| 939 | 217 | 58 | [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) | Sync MySQL data into elasticsearch | +| 939 | 179 | 158 | [notary](https://github.com/docker/notary) | Notary is a Docker project that allows anyone to have trust over arbitrary collections of data | +| 938 | 39 | 19 | [leveros](https://github.com/leveros/leveros) | Serverless + Microservices = ♥ | +| 937 | 126 | 36 | [mgmt](https://github.com/purpleidea/mgmt) | Next generation distributed, event-driven, parallel config management! | +| 934 | 146 | 3 | [faygo](https://github.com/henrylee2cn/faygo) | Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. | +| 934 | 102 | 7 | [btree](https://github.com/google/btree) | None | +| 934 | 82 | 33 | [readline](https://github.com/chzyer/readline) | Readline is a pure go(golang) implementation for GNU-Readline kind library | +| 933 | 66 | 18 | [webloop](https://github.com/sourcegraph/webloop) | WebLoop: Scriptable, headless WebKit with a Go API. Like PhantomJS, but for Go. | +| 931 | 28 | 0 | [go-callvis](https://github.com/TrueFurby/go-callvis) | Visualize call graph of your Go program using dot format. | +| 930 | 81 | 6 | [svgo](https://github.com/ajstarks/svgo) | Go Language Library for SVG generation | +| 929 | 64 | 25 | [facette](https://github.com/facette/facette) | Time series data visualization software | +| 926 | 40 | 0 | [gosl](https://github.com/cpmech/gosl) | Go scientific library for linear algebra, fast Fourier transforms, special functions, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, etc. | +| 926 | 155 | 47 | [uniqush-push](https://github.com/uniqush/uniqush-push) | Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices. | +| 925 | 62 | 20 | [ql](https://github.com/cznic/ql) | Package ql is a pure Go embedded SQL database. | +| 922 | 98 | 8 | [gleam](https://github.com/chrislusf/gleam) | Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly. | +| 918 | 94 | 13 | [codetainer](https://github.com/codetainerapp/codetainer) | A Docker container in your browser. | +| 918 | 40 | 2 | [geopattern](https://github.com/pravj/geopattern) | Create beautiful generative image patterns from a string in golang. | +| 918 | 240 | 10 | [poseidon](https://github.com/Qihoo360/poseidon) | A search engine which can hold 100 trillion lines of log data. | +| 917 | 65 | 46 | [advanced-ssh-config](https://github.com/moul/advanced-ssh-config) | :computer: assh: ssh wrapper using ProxyCommand that adds regex, aliases, gateways, dynamic hostnames to SSH and ssh-config | +| 917 | 47 | 3 | [go-underscore](https://github.com/tobyhede/go-underscore) | Helpfully Functional Go - A useful collection of Go utilities. Designed for programmer happiness. | +| 917 | 65 | 17 | [gopass](https://github.com/justwatchcom/gopass) | The slightly more awesome standard unix password manager for teams | +| 917 | 30 | 2 | [ksuid](https://github.com/segmentio/ksuid) | K-Sortable Globally Unique IDs | +| 917 | 299 | 69 | [node_exporter](https://github.com/prometheus/node_exporter) | Exporter for machine metrics | +| 916 | 89 | 23 | [mtail](https://github.com/google/mtail) | extract whitebox monitoring data from application logs for collection in a timeseries database | +| 913 | 59 | 66 | [srclib](https://github.com/sourcegraph/srclib) | srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis. | +| 912 | 144 | 147 | [gauge](https://github.com/getgauge/gauge) | Light weight cross-platform test automation | +| 911 | 37 | 0 | [triangle](https://github.com/esimov/triangle) | Convert images to computer generated art using delaunay triangulation. | +| 910 | 106 | 4 | [flint](https://github.com/pengwynn/flint) | Check your project for common sources of contributor friction. | +| 909 | 274 | 58 | [Burrow](https://github.com/linkedin/Burrow) | Kafka Consumer Lag Checking | +| 909 | 48 | 0 | [oh](https://github.com/michaelmacinnis/oh) | A surprisingly powerful Unix shell | +| 905 | 56 | 0 | [webseclab](https://github.com/yahoo/webseclab) | set of web security test cases and a toolkit to construct new ones | +| 905 | 25 | 2 | [dungeonfs](https://github.com/ChrisRx/dungeonfs) | A FUSE filesystem and dungeon crawling adventure game engine | +| 905 | 62 | 5 | [grimd](https://github.com/looterz/grimd) | :zap: fast dns proxy that can run anywhere, built to black-hole internet advertisements and malware servers | +| 898 | 119 | 16 | [go-flags](https://github.com/jessevdk/go-flags) | go command line option parser | +| 897 | 37 | 0 | [binctr](https://github.com/jessfraz/binctr) | Fully static, unprivileged, self-contained, containers as executable binaries. | +| 897 | 72 | 14 | [autovpn](https://github.com/adtac/autovpn) | Easily connect to a VPN in a country of your choice. | +| 893 | 206 | 11 | [go-nsq](https://github.com/nsqio/go-nsq) | The official Go package for NSQ | +| 891 | 51 | 11 | [errcheck](https://github.com/kisielk/errcheck) | errcheck checks that you checked errors. | +| 891 | 73 | 0 | [goimports](https://github.com/bradfitz/goimports) | (old repo) Tool to fix (add, remove) your Go imports automatically. | +| 891 | 156 | 6 | [brook](https://github.com/txthinking/brook) | Brook is a cross-platform(Linux/MacOS/Windows/Android/iOS) proxy software | +| 890 | 123 | 68 | [orchestrator](https://github.com/github/orchestrator) | MySQL replication topology management and HA | +| 888 | 67 | 19 | [ghq](https://github.com/motemen/ghq) | Remote repository management made easy | +| 887 | 100 | 7 | [go-workers](https://github.com/jrallison/go-workers) | Sidekiq compatible background workers in golang | +| 886 | 33 | 7 | [vice](https://github.com/matryer/vice) | Go channels at horizontal scale (powered by message queues) | +| 882 | 258 | 64 | [cni](https://github.com/containernetworking/cni) | Container Network Interface - networking for Linux containers | +| 879 | 130 | 44 | [interlock](https://github.com/ehazlett/interlock) | Docker Event Driven Plugin System | +| 879 | 245 | 75 | [elastigo](https://github.com/mattbaird/elastigo) | A Go (golang) based Elasticsearch client library. | +| 877 | 115 | 38 | [mock](https://github.com/golang/mock) | GoMock is a mocking framework for the Go programming language. | +| 877 | 203 | 6 | [goproxy](https://github.com/shell909090/goproxy) | 基于go写的隧道代理服务器,主要用于翻墙。 | +| 877 | 26 | 15 | [rat](https://github.com/ericfreese/rat) | Compose shell commands to build interactive terminal applications | +| 877 | 688 | 137 | [community](https://github.com/kubernetes/community) | Kubernetes community content | +| 874 | 27 | 11 | [s3git](https://github.com/s3git/s3git) | s3git: git for Cloud Storage. Distributed Version Control for Data. Create decentralized and versioned repos that scale infinitely to 100s of millions of files. Clone huge PB-scale repos on your local SSD to make changes, commit and push back. Oh yeah, it dedupes too and offers directory versioning. | +| 873 | 95 | 2 | [envconsul](https://github.com/hashicorp/envconsul) | Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault. | +| 872 | 232 | 0 | [go-rock-libraries-showcases](https://github.com/Unknwon/go-rock-libraries-showcases) | 《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程,适合完成学习完成《Go编程基础》教程的学习者。 | +| 871 | 254 | 115 | [google-cloud-go](https://github.com/GoogleCloudPlatform/google-cloud-go) | Google Cloud Client Libraries for Go | +| 870 | 41 | 7 | [overseer](https://github.com/jpillora/overseer) | Monitorable, gracefully restarting, self-upgrading binaries in Go (golang) | +| 869 | 111 | 63 | [terragrunt](https://github.com/gruntwork-io/terragrunt) | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules. | +| 869 | 155 | 120 | [rexray](https://github.com/codedellemc/rexray) | REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads | +| 867 | 168 | 81 | [uchiwa](https://github.com/sensu/uchiwa) | Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework. | +| 867 | 236 | 7 | [link](https://github.com/funny/link) | Go语言网络层脚手架 | +| 865 | 100 | 73 | [convoy](https://github.com/rancher/convoy) | A Docker volume plugin, managing persistent container volumes. | +| 865 | 25 | 0 | [zygomys](https://github.com/glycerine/zygomys) | Java has Clojure, Go has zygo. A 100% Golang, easy-to-use Lisp. | +| 865 | 37 | 3 | [subnet](https://github.com/twitchyliquid64/subnet) | Simple, auditable & elegant VPN, built with TLS mutual authentication and TUN. | +| 865 | 70 | 22 | [docopt.go](https://github.com/docopt/docopt.go) | A command-line arguments parser that will make you smile. | +| 864 | 50 | 81 | [c2go](https://github.com/elliotchance/c2go) | ⚖️ A tool for transpiling C to Go. | +| 862 | 94 | 1 | [golang-stuff](https://github.com/mindreframer/golang-stuff) | interesting go libs | +| 861 | 119 | 4 | [xray](https://github.com/evilsocket/xray) | XRay is a tool for recon, mapping and OSINT gathering from public networks. | +| 860 | 277 | 0 | [gonet](https://github.com/xtaci/gonet) | A Game Server Skeleton in golang. | +| 859 | 53 | 5 | [BoomFilters](https://github.com/tylertreat/BoomFilters) | Probabilistic data structures for processing continuous, unbounded streams. | +| 858 | 39 | 38 | [puma-dev](https://github.com/puma/puma-dev) | A tool to manage rack apps in development with puma | +| 858 | 129 | 35 | [mustache](https://github.com/hoisie/mustache) | The mustache template language in Go | +| 856 | 98 | 13 | [pprof](https://github.com/google/pprof) | pprof is a tool for visualization and analysis of profiling data | +| 855 | 59 | 25 | [gitchain](https://github.com/gitchain/gitchain) | Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin" | +| 850 | 72 | 33 | [dnscontrol](https://github.com/StackExchange/dnscontrol) | Synchronize your DNS to multiple providers from a simple DSL | +| 849 | 115 | 39 | [s3gof3r](https://github.com/rlmcpherson/s3gof3r) | Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r | +| 848 | 68 | 22 | [llgo](https://github.com/go-llvm/llgo) | LLVM-based compiler for Go | +| 848 | 196 | 31 | [tail](https://github.com/hpcloud/tail) | Go package for reading from continously updated files (tail -f) | +| 848 | 120 | 1 | [go_design_pattern](https://github.com/monochromegane/go_design_pattern) | Design patterns in Golang. | | 847 | 105 | 76 | [pond](https://github.com/agl/pond) | Pond | -| 846 | 50 | 5 | [BoomFilters](https://github.com/tylertreat/BoomFilters) | Probabilistic data structures for processing continuous, unbounded streams. | -| 846 | 89 | 0 | [envconsul](https://github.com/hashicorp/envconsul) | Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault. | -| 844 | 113 | 35 | [s3gof3r](https://github.com/rlmcpherson/s3gof3r) | Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r | -| 843 | 40 | 7 | [overseer](https://github.com/jpillora/overseer) | Monitorable, gracefully restarting, self-upgrading binaries in Go (golang) | -| 842 | 57 | 25 | [gitchain](https://github.com/gitchain/gitchain) | Decentralized, peer-to-peer Git repositories aka "Git meets Bitcoin" | -| 841 | 227 | 6 | [link](https://github.com/funny/link) | Go语言网络层脚手架 | -| 841 | 25 | 0 | [zygomys](https://github.com/glycerine/zygomys) | Java has Clojure, Go has zygo. A 100% Golang, easy-to-use Lisp. | -| 840 | 65 | 23 | [llgo](https://github.com/go-llvm/llgo) | LLVM-based compiler for Go | -| 840 | 113 | 61 | [orchestrator](https://github.com/github/orchestrator) | MySQL replication topology management and HA | -| 840 | 36 | 32 | [puma-dev](https://github.com/puma/puma-dev) | A tool to manage rack apps in development with puma | -| 839 | 12 | 6 | [go-prompt](https://github.com/c-bata/go-prompt) | Building a powerful interactive prompt in Go, inspired by python-prompt-toolkit. | -| 836 | 85 | 19 | [mtail](https://github.com/google/mtail) | extract whitebox monitoring data from application logs for collection in a timeseries database | -| 834 | 52 | 28 | [heim](https://github.com/euphoria-io/heim) | A real-time community platform. | -| 832 | 25 | 2 | [ws](https://github.com/gobwas/ws) | Tiny WebSocket library for Go. | -| 832 | 275 | 12 | [FishChatServer](https://github.com/oikomi/FishChatServer) | 请移步第二版 https://github.com/oikomi/FishChatServer2 | -| 830 | 227 | 0 | [go-rock-libraries-showcases](https://github.com/Unknwon/go-rock-libraries-showcases) | 《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的综合教程,适合完成学习完成《Go编程基础》教程的学习者。 | -| 830 | 18 | 8 | [massren](https://github.com/laurent22/massren) | massren - easily rename multiple files using your text editor | -| 829 | 76 | 15 | [banshee](https://github.com/eleme/banshee) | Anomalies detection system for periodic metrics. | -| 827 | 43 | 21 | [trousseau](https://github.com/oleiade/trousseau) | File based encrypted key-value store | -| 826 | 27 | 0 | [slackcat](https://github.com/vektorlab/slackcat) | CLI utility to post files and command output to slack | -| 826 | 265 | 70 | [node_exporter](https://github.com/prometheus/node_exporter) | Exporter for machine metrics | -| 825 | 60 | 29 | [gen](https://github.com/clipperhouse/gen) | Type-driven code generation for Go | -| 825 | 41 | 45 | [TMSU](https://github.com/oniony/TMSU) | TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application. | -| 824 | 114 | 1 | [go_design_pattern](https://github.com/monochromegane/go_design_pattern) | Design patterns in Golang. | -| 823 | 242 | 96 | [google-cloud-go](https://github.com/GoogleCloudPlatform/google-cloud-go) | Google Cloud Client Libraries for Go | -| 822 | 238 | 22 | [sego](https://github.com/huichen/sego) | Go中文分词 | -| 820 | 71 | 29 | [lgtm](https://github.com/lgtmco/lgtm) | LGTM is a simple pull request approval system [ARCHIVE] | -| 819 | 18 | 13 | [gorram](https://github.com/natefinch/gorram) | It's like go run for any go function | -| 819 | 102 | 15 | [hc](https://github.com/brutella/hc) | HomeControl is an implementation of the HomeKit Accessory Protocol (HAP) in Go. | -| 816 | 153 | 28 | [mop](https://github.com/mop-tracker/mop) | Stock market tracker for hackers | -| 816 | 191 | 29 | [tail](https://github.com/hpcloud/tail) | Go package for reading from continously updated files (tail -f) | -| 815 | 67 | 16 | [goflow](https://github.com/trustmaster/goflow) | Flow-based and dataflow programming library for Go programming language | -| 815 | 117 | 6 | [go](https://github.com/ugorji/go) | idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go] | -| 814 | 289 | 2 | [100-gdb-tips](https://github.com/hellogcc/100-gdb-tips) | A collection of gdb tips. 100 maybe just mean many here. | -| 813 | 87 | 26 | [dbr](https://github.com/gocraft/dbr) | Additions to Go's database/sql for super fast performance and convenience. | -| 812 | 56 | 1 | [backoff](https://github.com/cenkalti/backoff) | The exponential backoff algorithm in Go (Golang). | -| 812 | 39 | 7 | [gotalk](https://github.com/rsms/gotalk) | Async peer communication protocol & library | -| 808 | 186 | 3 | [goproxy](https://github.com/shell909090/goproxy) | 基于go写的隧道代理服务器,主要用于翻墙。 | -| 806 | 246 | 65 | [cni](https://github.com/containernetworking/cni) | Container Network Interface - networking for Linux containers | -| 806 | 62 | 31 | [dnscontrol](https://github.com/StackExchange/dnscontrol) | Synchronize your DNS to multiple providers from a simple DSL | -| 806 | 225 | 23 | [gomemcache](https://github.com/bradfitz/gomemcache) | Go Memcached client library #golang | -| 803 | 145 | 124 | [rexray](https://github.com/codedellemc/rexray) | REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads | -| 801 | 70 | 11 | [statusok](https://github.com/sanathp/statusok) | Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected. | -| 800 | 105 | 40 | [geodns](https://github.com/abh/geodns) | DNS server with per-client targeted responses | -| 799 | 90 | 23 | [github-release](https://github.com/aktau/github-release) | Commandline app to create and edit releases on Github (and upload artifacts) | -| 799 | 64 | 65 | [go-in-5-minutes](https://github.com/arschles/go-in-5-minutes) | Code for Go in 5 Minutes Screencasts | -| 797 | 108 | 4 | [xray](https://github.com/evilsocket/xray) | XRay is a tool for recon, mapping and OSINT gathering from public networks. | -| 795 | 60 | 11 | [fosite](https://github.com/ory/fosite) | Extensible security first OAuth 2.0 and OpenID Connect SDK for Go. | -| 793 | 40 | 7 | [silk](https://github.com/matryer/silk) | Markdown based document-driven RESTful API testing. | -| 793 | 69 | 12 | [go-update](https://github.com/inconshreveable/go-update) | Build self-updating Golang programs | -| 793 | 48 | 10 | [quicktemplate](https://github.com/valyala/quicktemplate) | Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template | -| 792 | 39 | 14 | [hero](https://github.com/shiyanhui/hero) | A handy, fast and powerful go template engine. | -| 791 | 90 | 24 | [email](https://github.com/jordan-wright/email) | Robust and flexible email library for Go | -| 790 | 85 | 22 | [tablewriter](https://github.com/olekukonko/tablewriter) | ASCII table in golang | -| 789 | 45 | 2 | [go-audit](https://github.com/slackhq/go-audit) | go-audit is an alternative to the auditd daemon that ships with many distros | -| 788 | 101 | 56 | [terragrunt](https://github.com/gruntwork-io/terragrunt) | Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules. | -| 785 | 47 | 6 | [termloop](https://github.com/JoelOtter/termloop) | Terminal-based game engine for Go, built on top of Termbox | -| 785 | 34 | 0 | [gosl](https://github.com/cpmech/gosl) | Go scientific library for scientific computations involving linear algebra, special functions, Bessel, fast Fourier transforms, geometry calculations, NURBS, numerical quadrature, polyhedra, random numbers, Mersenne twister, probability distributions, optimisation, plotting, visualisation, tensors, eigenvalues, and much more. | -| 784 | 49 | 3 | [switcher](https://github.com/jamescun/switcher) | Run SSH and HTTP(S) on the same port | -| 782 | 200 | 18 | [snapd](https://github.com/snapcore/snapd) | The snapd and snap tools enable systems to work with .snap files. | -| 780 | 25 | 8 | [Go-Package-Store](https://github.com/shurcooL/Go-Package-Store) | An app that displays updates for the Go packages in your GOPATH. | -| 780 | 368 | 4 | [gopkg](https://github.com/astaxie/gopkg) | example for the go pkg's function | -| 779 | 26 | 1 | [ksuid](https://github.com/segmentio/ksuid) | K-Sortable Globally Unique IDs | -| 778 | 23 | 0 | [sshesame](https://github.com/jaksi/sshesame) | A fake SSH server that lets everyone in and logs their activity | -| 778 | 109 | 0 | [lattice-release](https://github.com/cloudfoundry-attic/lattice-release) | Lattice | -| 777 | 103 | 35 | [mock](https://github.com/golang/mock) | GoMock is a mocking framework for the Go programming language. | -| 776 | 146 | 41 | [imageproxy](https://github.com/willnorris/imageproxy) | A caching, resizing image proxy written in Go | -| 775 | 52 | 37 | [osxlockdown](https://github.com/SummitRoute/osxlockdown) | [No longer maintained] Apple OS X tool to audit for, and remediate, security configuration settings. | -| 773 | 163 | 7 | [kcp-go](https://github.com/xtaci/kcp-go) | A Production-Grade Reliable-UDP Library for golang | -| 773 | 36 | 15 | [gotests](https://github.com/cweill/gotests) | Generate Go tests from your source code. | -| 773 | 20 | 0 | [redcon](https://github.com/tidwall/redcon) | Redis compatible server framework for Go | -| 772 | 317 | 2 | [code](https://github.com/goinaction/code) | Source Code for Go In Action examples | -| 770 | 96 | 22 | [containerpilot](https://github.com/joyent/containerpilot) | A service for autodiscovery and configuration of applications running in containers | -| 769 | 37 | 2 | [gologin](https://github.com/dghubble/gologin) | Go login handlers for authentication providers (OAuth1, OAuth2) | -| 769 | 31 | 8 | [blade](https://github.com/jondot/blade) | Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. | -| 767 | 53 | 7 | [nosurf](https://github.com/justinas/nosurf) | CSRF protection middleware for Go. | -| 766 | 46 | 32 | [goop](https://github.com/petejkim/goop) | A simple dependency manager for Go (golang), inspired by Bundler. | -| 766 | 80 | 9 | [dockviz](https://github.com/justone/dockviz) | Visualizing Docker data | -| 765 | 40 | 11 | [periph](https://github.com/google/periph) | Go·Hardware·Lean | -| 762 | 119 | 1 | [working-with-go](https://github.com/mkaz/working-with-go) | A set of example golang code to start learning Go | -| 762 | 606 | 152 | [community](https://github.com/kubernetes/community) | Kubernetes community content | -| 761 | 51 | 6 | [groundcontrol](https://github.com/jondot/groundcontrol) | Manage and monitor your Raspberry Pi with ease | -| 759 | 213 | 39 | [bamboo](https://github.com/QubitProducts/bamboo) | HAProxy auto configuration and auto service discovery for Mesos Marathon | -| 759 | 186 | 53 | [anaconda](https://github.com/ChimeraCoder/anaconda) | A Go client library for the Twitter 1.1 API | -| 757 | 58 | 9 | [stats](https://github.com/montanaflynn/stats) | A statistics package with common functions that are missing from the Golang standard library. | -| 756 | 218 | 3 | [gopher](https://github.com/jimmykuu/gopher) | Golang-China(golangtc.com) Website | -| 754 | 132 | 32 | [go-opencv](https://github.com/go-opencv/go-opencv) | Go bindings for OpenCV / 2.x API in gocv / 1.x API in opencv | -| 752 | 64 | 32 | [sqlboiler](https://github.com/volatiletech/sqlboiler) | Generate a Go ORM tailored to your database schema. | -| 749 | 57 | 5 | [goml](https://github.com/cdipaolo/goml) | On-line Machine Learning in Go (and so much more) | -| 747 | 41 | 0 | [secure](https://github.com/unrolled/secure) | HTTP middleware for Go that facilitates some quick security wins. | -| 747 | 62 | 8 | [skizze](https://github.com/skizzehq/skizze) | A probabilistic data structure service and storage | -| 747 | 122 | 9 | [daemon](https://github.com/takama/daemon) | A daemon package for use with Go (golang) services with no dependencies | -| 747 | 43 | 7 | [httpexpect](https://github.com/gavv/httpexpect) | End-to-end HTTP and REST API testing for Go. | -| 746 | 87 | 12 | [manners](https://github.com/braintree/manners) | A polite Go HTTP server that shuts down gracefully. | -| 745 | 39 | 1 | [lion](https://github.com/celrenheit/lion) | Lion is a fast HTTP router for building modern scalable modular REST APIs in Go | +| 846 | 84 | 17 | [banshee](https://github.com/eleme/banshee) | Anomalies detection system for periodic metrics. | +| 846 | 90 | 27 | [dbr](https://github.com/gocraft/dbr) | Additions to Go's database/sql for super fast performance and convenience. | +| 845 | 42 | 47 | [TMSU](https://github.com/oniony/TMSU) | TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application. | +| 845 | 298 | 2 | [100-gdb-tips](https://github.com/hellogcc/100-gdb-tips) | A collection of gdb tips. 100 maybe just mean many here. | +| 844 | 240 | 23 | [sego](https://github.com/huichen/sego) | Go中文分词 | +| 842 | 107 | 17 | [hc](https://github.com/brutella/hc) | HomeControl is an implementation of the HomeKit Accessory Protocol (HAP) in Go. | +| 841 | 75 | 29 | [lgtm](https://github.com/lgtmco/lgtm) | LGTM is a simple pull request approval system [ARCHIVE] | +| 840 | 27 | 0 | [slackcat](https://github.com/vektorlab/slackcat) | CLI utility to post files and command output to slack | +| 838 | 24 | 2 | [gophers](https://github.com/egonelbre/gophers) | Free gophers | +| 837 | 18 | 13 | [gorram](https://github.com/natefinch/gorram) | It's like go run for any go function | +| 837 | 92 | 19 | [tablewriter](https://github.com/olekukonko/tablewriter) | ASCII table in golang | +| 836 | 52 | 30 | [heim](https://github.com/euphoria-io/heim) | A real-time community platform. | +| 836 | 57 | 3 | [backoff](https://github.com/cenkalti/backoff) | The exponential backoff algorithm in Go (Golang). | +| 836 | 161 | 29 | [mop](https://github.com/mop-tracker/mop) | Stock market tracker for hackers | +| 833 | 60 | 29 | [gen](https://github.com/clipperhouse/gen) | Type-driven code generation for Go | +| 833 | 272 | 12 | [FishChatServer](https://github.com/oikomi/FishChatServer) | 请移步第二版 https://github.com/oikomi/FishChatServer2 | +| 833 | 70 | 12 | [go-update](https://github.com/inconshreveable/go-update) | Build self-updating Golang programs | +| 831 | 186 | 7 | [kcp-go](https://github.com/xtaci/kcp-go) | A Production-Grade Reliable-UDP Library for golang | +| 831 | 120 | 3 | [go](https://github.com/ugorji/go) | idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go] | +| 830 | 19 | 8 | [massren](https://github.com/laurent22/massren) | massren - easily rename multiple files using your text editor | +| 830 | 360 | 2 | [code](https://github.com/goinaction/code) | Source Code for Go In Action examples | +| 828 | 74 | 11 | [statusok](https://github.com/sanathp/statusok) | Monitor your Website and APIs from your Computer. Get Notified through Slack, E-mail when your server is down or response time is more than expected. | +| 827 | 72 | 18 | [goflow](https://github.com/trustmaster/goflow) | Flow-based and dataflow programming library for Go programming language | +| 827 | 107 | 41 | [geodns](https://github.com/abh/geodns) | DNS server with per-client targeted responses | +| 826 | 43 | 21 | [trousseau](https://github.com/oleiade/trousseau) | File based encrypted key-value store | +| 825 | 91 | 25 | [github-release](https://github.com/aktau/github-release) | Commandline app to create and edit releases on Github (and upload artifacts) | +| 823 | 49 | 7 | [go-audit](https://github.com/slackhq/go-audit) | go-audit is an alternative to the auditd daemon that ships with many distros | +| 823 | 64 | 66 | [go-in-5-minutes](https://github.com/arschles/go-in-5-minutes) | Code for Go in 5 Minutes Screencasts | +| 822 | 40 | 15 | [hero](https://github.com/shiyanhui/hero) | A handy, fast and powerful go template engine. | +| 822 | 153 | 24 | [imageproxy](https://github.com/willnorris/imageproxy) | A caching, resizing image proxy written in Go | +| 820 | 232 | 26 | [gomemcache](https://github.com/bradfitz/gomemcache) | Go Memcached client library #golang | +| 815 | 39 | 7 | [gotalk](https://github.com/rsms/gotalk) | Async peer communication protocol & library | +| 813 | 48 | 12 | [quicktemplate](https://github.com/valyala/quicktemplate) | Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template | +| 811 | 71 | 26 | [nakama](https://github.com/heroiclabs/nakama) | Distributed server for social and realtime games and apps. | +| 811 | 376 | 4 | [gopkg](https://github.com/astaxie/gopkg) | example for the go pkg's function | +| 811 | 64 | 15 | [fosite](https://github.com/ory/fosite) | Extensible security first OAuth 2.0 and OpenID Connect SDK for Go. | +| 811 | 95 | 17 | [email](https://github.com/jordan-wright/email) | Robust and flexible email library for Go | +| 810 | 63 | 24 | [graphql-go](https://github.com/neelance/graphql-go) | GraphQL server with a focus on ease of use | +| 809 | 201 | 23 | [snapd](https://github.com/snapcore/snapd) | The snapd and snap tools enable systems to work with .snap files. | +| 808 | 43 | 18 | [gotests](https://github.com/cweill/gotests) | Generate Go tests from your source code. | +| 804 | 40 | 7 | [silk](https://github.com/matryer/silk) | Markdown based document-driven RESTful API testing. | +| 803 | 100 | 24 | [containerpilot](https://github.com/joyent/containerpilot) | A service for autodiscovery and configuration of applications running in containers | +| 802 | 29 | 1 | [redcon](https://github.com/tidwall/redcon) | Redis compatible server framework for Go | +| 797 | 68 | 37 | [sqlboiler](https://github.com/volatiletech/sqlboiler) | Generate a Go ORM tailored to your database schema. | +| 796 | 562 | 82 | [ingress-nginx](https://github.com/kubernetes/ingress-nginx) | Ingress controller for nginx | +| 795 | 153 | 113 | [tendermint](https://github.com/tendermint/tendermint) | Tendermint Core (BFT Consensus) in Go | +| 795 | 139 | 35 | [go-opencv](https://github.com/go-opencv/go-opencv) | Go bindings for OpenCV / 2.x API in gocv / 1.x API in opencv | +| 794 | 25 | 8 | [Go-Package-Store](https://github.com/shurcooL/Go-Package-Store) | An app that displays updates for the Go packages in your GOPATH. | +| 794 | 47 | 6 | [termloop](https://github.com/JoelOtter/termloop) | Terminal-based game engine for Go, built on top of Termbox | +| 793 | 22 | 2 | [sshesame](https://github.com/jaksi/sshesame) | A fake SSH server that lets everyone in and logs their activity | +| 791 | 50 | 3 | [switcher](https://github.com/jamescun/switcher) | Run SSH and HTTP(S) on the same port | +| 786 | 128 | 1 | [working-with-go](https://github.com/mkaz/working-with-go) | A set of example golang code to start learning Go | +| 785 | 84 | 9 | [dockviz](https://github.com/justone/dockviz) | Visualizing Docker data | +| 784 | 81 | 30 | [opentracing-go](https://github.com/opentracing/opentracing-go) | OpenTracing API for Go | +| 784 | 42 | 12 | [periph](https://github.com/google/periph) | Go·Hardware·Lean | +| 781 | 54 | 4 | [nosurf](https://github.com/justinas/nosurf) | CSRF protection middleware for Go. | +| 781 | 188 | 54 | [anaconda](https://github.com/ChimeraCoder/anaconda) | A Go client library for the Twitter 1.1 API | +| 778 | 54 | 38 | [osxlockdown](https://github.com/SummitRoute/osxlockdown) | [No longer maintained] Apple OS X tool to audit for, and remediate, security configuration settings. | +| 777 | 37 | 2 | [gologin](https://github.com/dghubble/gologin) | Go login handlers for authentication providers (OAuth1, OAuth2) | +| 776 | 109 | 0 | [lattice-release](https://github.com/cloudfoundry-attic/lattice-release) | Lattice | +| 775 | 41 | 1 | [secure](https://github.com/unrolled/secure) | HTTP middleware for Go that facilitates some quick security wins. | +| 775 | 60 | 9 | [stats](https://github.com/montanaflynn/stats) | A statistics package with common functions that are missing from the Golang standard library. | +| 774 | 31 | 8 | [blade](https://github.com/jondot/blade) | Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. | +| 773 | 80 | 35 | [sql-migrate](https://github.com/rubenv/sql-migrate) | SQL schema migration tool for Go. | +| 773 | 129 | 11 | [daemon](https://github.com/takama/daemon) | A daemon package for use with Go (golang) services with no dependencies | +| 770 | 220 | 4 | [gopher](https://github.com/jimmykuu/gopher) | Golang-China(golangtc.com) Website | +| 769 | 44 | 7 | [httpexpect](https://github.com/gavv/httpexpect) | End-to-end HTTP and REST API testing for Go. | +| 768 | 45 | 32 | [goop](https://github.com/petejkim/goop) | A simple dependency manager for Go (golang), inspired by Bundler. | +| 767 | 65 | 5 | [goml](https://github.com/cdipaolo/goml) | On-line Machine Learning in Go (and so much more) | +| 766 | 213 | 42 | [bamboo](https://github.com/QubitProducts/bamboo) | HAProxy auto configuration and auto service discovery for Mesos Marathon | +| 764 | 22 | 5 | [gophers](https://github.com/ashleymcnamara/gophers) | Gopher Artwork by Ashley McNamara | +| 762 | 50 | 6 | [groundcontrol](https://github.com/jondot/groundcontrol) | Manage and monitor your Raspberry Pi with ease | +| 760 | 32 | 3 | [goja](https://github.com/dop251/goja) | ECMAScript 5.1(+) implementation written in Go | +| 756 | 65 | 4 | [go-memdb](https://github.com/hashicorp/go-memdb) | Golang in-memory database built on immutable radix trees | +| 754 | 43 | 15 | [amber](https://github.com/eknkc/amber) | Amber is an elegant templating engine for Go Programming Language, inspired from HAML and Jade | +| 752 | 45 | 7 | [go-plugin](https://github.com/hashicorp/go-plugin) | Golang plugin system over RPC. | +| 751 | 65 | 5 | [kube-cert-manager](https://github.com/kelseyhightower/kube-cert-manager) | Manage Lets Encrypt certificates for a Kubernetes cluster. | +| 750 | 47 | 3 | [bluemonday](https://github.com/microcosm-cc/bluemonday) | bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS | +| 750 | 34 | 3 | [sneaker](https://github.com/codahale/sneaker) | A tool for securely storing secrets on S3 using Amazon KMS. | +| 749 | 62 | 8 | [skizze](https://github.com/skizzehq/skizze) | A probabilistic data structure service and storage | +| 747 | 100 | 13 | [go-jose](https://github.com/square/go-jose) | An implementation of JOSE standards (JWE, JWS, JWT) in Go | +| 746 | 64 | 17 | [gcli](https://github.com/tcnksm/gcli) | The easy way to build Golang command-line application. | +| 745 | 71 | 47 | [go-libp2p](https://github.com/libp2p/go-libp2p) | libp2p implementation in Go | +| 745 | 88 | 13 | [manners](https://github.com/braintree/manners) | A polite Go HTTP server that shuts down gracefully. | +| 745 | 124 | 24 | [gofpdf](https://github.com/jung-kurt/gofpdf) | A PDF document generator with high level support for text, drawing and images | +| 745 | 35 | 11 | [pixel](https://github.com/faiface/pixel) | A hand-crafted 2D game library in Go | | 745 | 41 | 29 | [hk](https://github.com/heroku/hk) | DEPRECATED: see | -| 743 | 78 | 31 | [sql-migrate](https://github.com/rubenv/sql-migrate) | SQL schema migration tool for Go. | -| 743 | 89 | 11 | [pprof](https://github.com/google/pprof) | pprof is a tool for visualization and analysis of profiling data | -| 743 | 44 | 17 | [amber](https://github.com/eknkc/amber) | Amber is an elegant templating engine for Go Programming Language, inspired from HAML and Jade | -| 742 | 33 | 3 | [sneaker](https://github.com/codahale/sneaker) | A tool for securely storing secrets on S3 using Amazon KMS. | -| 741 | 21 | 2 | [gophers](https://github.com/egonelbre/gophers) | Free gophers | -| 736 | 50 | 16 | [gh](https://github.com/jingweno/gh) | Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info | -| 736 | 63 | 18 | [gcli](https://github.com/tcnksm/gcli) | The easy way to build Golang command-line application. | -| 733 | 58 | 4 | [go-memdb](https://github.com/hashicorp/go-memdb) | Golang in-memory database built on immutable radix trees | -| 732 | 29 | 2 | [goja](https://github.com/dop251/goja) | ECMAScript 5.1(+) implementation written in Go | -| 731 | 63 | 4 | [kube-cert-manager](https://github.com/kelseyhightower/kube-cert-manager) | Manage Lets Encrypt certificates for a Kubernetes cluster. | -| 729 | 34 | 3 | [escher](https://github.com/gocircuit/escher) | Escher: A language for programming in metaphors http://escher.io | -| 727 | 32 | 19 | [gas](https://github.com/GoASTScanner/gas) | Go AST Scanner | -| 727 | 21 | 1 | [when](https://github.com/olebedev/when) | A natural language date/time parser with pluggable rules | -| 726 | 93 | 16 | [go-jose](https://github.com/square/go-jose) | An implementation of JOSE standards (JWE, JWS, JWT) in Go | -| 722 | 46 | 19 | [aws-sam-local](https://github.com/awslabs/aws-sam-local) | AWS SAM Local 🐿 is a CLI tool for local development and testing of Serverless applications | -| 722 | 149 | 0 | [10billionhongbaos](https://github.com/xiaojiaqi/10billionhongbaos) | golang 实现单机支持100万用户,同时模拟了2015年微信红包的1400万QPS的场景,让服务器在压力下,轻松地完成业务。 | -| 719 | 74 | 24 | [opentracing-go](https://github.com/opentracing/opentracing-go) | OpenTracing API for Go | -| 717 | 49 | 8 | [gcvis](https://github.com/davecheney/gcvis) | Visualise Go program GC trace data in real time | -| 716 | 35 | 36 | [kr](https://github.com/kryptco/kr) | kr | SSH using a key stored in Kryptonite. | -| 716 | 53 | 18 | [libretto](https://github.com/apcera/libretto) | Libretto is a Golang library to create Virtual Machines (VMs) on any cloud and Virtual Machine hosting platforms such as AWS, Azure, OpenStack, vSphere, or VirtualBox. | -| 716 | 45 | 2 | [bluemonday](https://github.com/microcosm-cc/bluemonday) | bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS | -| 713 | 63 | 10 | [crane](https://github.com/michaelsauter/crane) | Crane - Lift containers with ease | -| 713 | 61 | 42 | [go-libp2p](https://github.com/libp2p/go-libp2p) | libp2p implementation in Go | -| 713 | 32 | 11 | [orgalorg](https://github.com/reconquest/orgalorg) | Parallel SSH commands executioner and file synchronization tool | -| 711 | 57 | 9 | [goreman](https://github.com/mattn/goreman) | foreman clone written in go language | -| 710 | 142 | 39 | [orchestrator](https://github.com/outbrain/orchestrator) | MySQL replication topology manager/visualizer | -| 710 | 116 | 20 | [gofpdf](https://github.com/jung-kurt/gofpdf) | A PDF document generator with high level support for text, drawing and images | -| 710 | 106 | 18 | [open-ocr](https://github.com/tleyden/open-ocr) | Run your own OCR-as-a-Service using Tesseract and Docker | -| 709 | 41 | 2 | [inject](https://github.com/facebookgo/inject) | Package inject provides a reflect based injector. | +| 745 | 101 | 52 | [kubicorn](https://github.com/kris-nova/kubicorn) | Simple. Cloud Native. Kubernetes. Infrastructure. | +| 745 | 111 | 12 | [janus](https://github.com/hellofresh/janus) | An API Gateway written in Go | +| 742 | 37 | 22 | [gas](https://github.com/GoASTScanner/gas) | Go AST Scanner | +| 742 | 328 | 136 | [alertmanager](https://github.com/prometheus/alertmanager) | Prometheus Alertmanager | +| 741 | 39 | 1 | [lion](https://github.com/celrenheit/lion) | Lion is a fast HTTP router for building modern scalable modular REST APIs in Go | +| 738 | 50 | 16 | [gh](https://github.com/jingweno/gh) | Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info | +| 738 | 153 | 0 | [10billionhongbaos](https://github.com/xiaojiaqi/10billionhongbaos) | golang 实现单机支持100万用户,同时模拟了2015年微信红包的1400万QPS的场景,让服务器在压力下,轻松地完成业务。 | +| 737 | 30 | 8 | [sh](https://github.com/mvdan/sh) | A shell parser, formatter and interpreter (POSIX/Bash/mksh) | +| 736 | 58 | 9 | [goreman](https://github.com/mattn/goreman) | foreman clone written in go language | +| 736 | 154 | 56 | [nyaa](https://github.com/NyaaPantsu/nyaa) | Nyaa.se replacement written in golang | +| 736 | 67 | 38 | [kbfs](https://github.com/keybase/kbfs) | Keybase Filesystem (KBFS) | +| 735 | 22 | 1 | [when](https://github.com/olebedev/when) | A natural language date/time parser with pluggable rules | +| 734 | 38 | 44 | [kr](https://github.com/kryptco/kr) | kr | SSH using a key stored in Kryptonite. | +| 734 | 108 | 10 | [open-ocr](https://github.com/tleyden/open-ocr) | Run your own OCR-as-a-Service using Tesseract and Docker | +| 731 | 61 | 18 | [libretto](https://github.com/apcera/libretto) | Libretto is a Golang library to create Virtual Machines (VMs) on any cloud and Virtual Machine hosting platforms such as AWS, Azure, OpenStack, vSphere, or VirtualBox. | +| 731 | 34 | 3 | [escher](https://github.com/gocircuit/escher) | Escher: A language for programming in metaphors http://escher.io | +| 731 | 304 | 77 | [go-zookeeper](https://github.com/samuel/go-zookeeper) | Native ZooKeeper client for Go | +| 728 | 42 | 3 | [inject](https://github.com/facebookgo/inject) | Package inject provides a reflect based injector. | +| 728 | 153 | 19 | [sessions](https://github.com/gorilla/sessions) | Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends. | +| 727 | 48 | 66 | [gonum](https://github.com/gonum/gonum) | Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more | +| 726 | 50 | 8 | [gcvis](https://github.com/davecheney/gcvis) | Visualise Go program GC trace data in real time | +| 721 | 121 | 22 | [memberlist](https://github.com/hashicorp/memberlist) | Golang package for gossip based membership and failure detection | +| 719 | 144 | 39 | [orchestrator](https://github.com/outbrain/orchestrator) | MySQL replication topology manager/visualizer | +| 719 | 98 | 26 | [hystrix-go](https://github.com/afex/hystrix-go) | Netflix's Hystrix latency and fault tolerance library, for Go | +| 717 | 63 | 10 | [crane](https://github.com/michaelsauter/crane) | Crane - Lift containers with ease | +| 716 | 175 | 91 | [lnd](https://github.com/lightningnetwork/lnd) | Lightning Network Daemon ⚡️ | +| 716 | 24 | 2 | [goka](https://github.com/lovoo/goka) | Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. | +| 716 | 33 | 11 | [orgalorg](https://github.com/reconquest/orgalorg) | Parallel SSH commands executioner and file synchronization tool | +| 714 | 42 | 6 | [statik](https://github.com/rakyll/statik) | Embed files into a Go executable | +| 714 | 92 | 0 | [proposal](https://github.com/golang/proposal) | Go Project Design Documents | +| 714 | 79 | 1 | [melody](https://github.com/olahol/melody) | :notes: Minimalist websocket framework for Go | +| 712 | 44 | 8 | [certstrap](https://github.com/square/certstrap) | Tools to bootstrap CAs, certificate requests, and signed certificates. | +| 712 | 118 | 40 | [transporter](https://github.com/compose/transporter) | Sync data between persistence engines, like ETL only not stodgy | +| 711 | 114 | 45 | [amazon-ecs-cli](https://github.com/aws/amazon-ecs-cli) | A custom Amazon ECS CLI that eases up the cluster setup process, enables users to run their applications locally or on ECS using the same Docker Compose file format and familiar Compose commands. | | 709 | 16 | 2 | [templar](https://github.com/vektra/templar) | A HTTP proxy to improve usage of HTTP APIs | -| 708 | 39 | 3 | [go-plugin](https://github.com/hashicorp/go-plugin) | Golang plugin system over RPC. | -| 707 | 300 | 73 | [go-zookeeper](https://github.com/samuel/go-zookeeper) | Native ZooKeeper client for Go | -| 705 | 23 | 2 | [goka](https://github.com/lovoo/goka) | Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. | -| 704 | 157 | 57 | [nyaa](https://github.com/NyaaPantsu/nyaa) | Nyaa.se replacement written in golang | -| 702 | 30 | 11 | [sh](https://github.com/mvdan/sh) | A shell parser, formatter and interpreter (POSIX/Bash/mksh) | -| 700 | 12 | 0 | [gocmdpev](https://github.com/simon-engledew/gocmdpev) | A command-line GO Postgres query visualizer, heavily inspired by pev (https://github.com/AlexTatiyants/pev) | -| 699 | 165 | 79 | [gddo](https://github.com/golang/gddo) | Go Doc Dot Org | -| 698 | 56 | 16 | [graphql-go](https://github.com/neelance/graphql-go) | GraphQL server with a focus on ease of use | -| 697 | 51 | 28 | [nakama](https://github.com/heroiclabs/nakama) | Distributed server for social and realtime games and apps. | -| 696 | 40 | 3 | [sshmuxd](https://github.com/kennylevinsen/sshmuxd) | sshmux frontend | -| 696 | 93 | 4 | [dnssearch](https://github.com/evilsocket/dnssearch) | A subdomain enumeration tool. | -| 696 | 114 | 33 | [transporter](https://github.com/compose/transporter) | Sync data between persistence engines, like ETL only not stodgy | -| 695 | 59 | 13 | [completion](https://github.com/quarnster/completion) | This project aims to implement an editor and language agnostic backend | -| 694 | 87 | 0 | [proposal](https://github.com/golang/proposal) | Go Project Design Documents | -| 689 | 116 | 19 | [memberlist](https://github.com/hashicorp/memberlist) | Golang package for gossip based membership and failure detection | -| 687 | 126 | 27 | [reborn](https://github.com/reborndb/reborn) | Distributed database fully compatible with redis protocol | -| 686 | 93 | 6 | [janus](https://github.com/hellofresh/janus) | An API Gateway written in Go | -| 684 | 35 | 8 | [pixel](https://github.com/faiface/pixel) | A hand-crafted 2D game library in Go | -| 683 | 44 | 8 | [postman](https://github.com/zachlatta/postman) | Command-line utility for batch-sending email. | -| 683 | 11 | 1 | [gron](https://github.com/tomnomnom/gron) | Make JSON greppable! | -| 683 | 95 | 23 | [hystrix-go](https://github.com/afex/hystrix-go) | Netflix's Hystrix latency and fault tolerance library, for Go | -| 682 | 61 | 39 | [gvt](https://github.com/FiloSottile/gvt) | gvt is the go vendoring tool for the GO15VENDOREXPERIMENT, based on gb-vendor | -| 681 | 41 | 5 | [goship](https://github.com/gengo/goship) | A simple tool for deploying code to servers. | -| 681 | 163 | 14 | [crane](https://github.com/Dataman-Cloud/crane) | Yet another control plane based on docker built-in swarmkit | -| 680 | 31 | 4 | [cfilter](https://github.com/irfansharif/cfilter) | Cuckoo Filter implementation in Go, better than Bloom Filters | -| 680 | 74 | 3 | [melody](https://github.com/olahol/melody) | :notes: Minimalist websocket framework for Go | -| 678 | 64 | 37 | [msgp](https://github.com/tinylib/msgp) | A Go code generator for MessagePack / msgpack.org[Go] | -| 677 | 157 | 22 | [felix](https://github.com/projectcalico/felix) | Project Calico's per-host agent Felix, responsible for programming routes and security policy. | -| 676 | 42 | 11 | [rend](https://github.com/Netflix/rend) | A memcached proxy that manages data chunking and L1 / L2 caches | -| 674 | 286 | 129 | [alertmanager](https://github.com/prometheus/alertmanager) | Prometheus Alertmanager | -| 674 | 20 | 3 | [gophers](https://github.com/ashleymcnamara/gophers) | Gopher Artwork by Ashley McNamara | -| 673 | 24 | 1 | [totp-ssh-fluxer](https://github.com/benjojo/totp-ssh-fluxer) | Take security by obscurity to the next level (You must be insane to run this) | -| 672 | 245 | 96 | [goamz](https://github.com/mitchellh/goamz) | Golang Amazon Library | -| 672 | 104 | 45 | [amazon-ecs-cli](https://github.com/aws/amazon-ecs-cli) | A custom Amazon ECS CLI that eases up the cluster setup process, enables users to run their applications locally or on ECS using the same Docker Compose file format and familiar Compose commands. | -| 670 | 64 | 16 | [picfit](https://github.com/thoas/picfit) | An image resizing server written in Go | -| 669 | 61 | 2 | [niltalk](https://github.com/knadh/niltalk) | A multi-room disposable chat service written in Go that uses WebSockets for live communication. | -| 668 | 41 | 7 | [badwolf](https://github.com/google/badwolf) | Temporal graph store abstraction layer. | -| 668 | 23 | 16 | [modd](https://github.com/cortesi/modd) | A flexible tool for responding to filesystem changes | -| 668 | 25 | 1 | [bombardier](https://github.com/codesenberg/bombardier) | Fast cross-platform HTTP benchmarking tool written in Go | -| 667 | 147 | 20 | [sessions](https://github.com/gorilla/sessions) | Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends. | -| 665 | 115 | 1 | [ipd](https://github.com/mpolden/ipd) | IP address lookup service | -| 665 | 46 | 14 | [gofeed](https://github.com/mmcdole/gofeed) | Parse RSS and Atom feeds in Go | -| 664 | 45 | 10 | [godotenv](https://github.com/joho/godotenv) | A Go port of Ruby's dotenv library (Loads environment variables from `.env`.) | -| 663 | 42 | 9 | [certstrap](https://github.com/square/certstrap) | Tools to bootstrap CAs, certificate requests, and signed certificates. | -| 663 | 53 | 8 | [cli](https://github.com/mitchellh/cli) | A Go library for implementing command-line interfaces. | -| 661 | 29 | 15 | [reflex](https://github.com/cespare/reflex) | Run a command when files change | -| 660 | 76 | 12 | [validator](https://github.com/go-validator/validator) | Package validator implements struct field validations | -| 659 | 58 | 9 | [sleepy](https://github.com/dougblack/sleepy) | rest for go | -| 659 | 10 | 2 | [interfacer](https://github.com/mvdan/interfacer) | A linter that suggests interface types | -| 658 | 166 | 23 | [beedb](https://github.com/astaxie/beedb) | beedb is a go ORM,support database/sql interface,pq/mysql/sqlite | -| 657 | 51 | 35 | [hood](https://github.com/eaigner/hood) | Database agnostic ORM for Go | -| 656 | 24 | 2 | [suture](https://github.com/thejerf/suture) | Supervisor trees for Go. | -| 655 | 123 | 9 | [ini](https://github.com/go-ini/ini) | Package ini provides INI file read and write functionality in Go. | -| 652 | 95 | 5 | [go-sdl2](https://github.com/veandco/go-sdl2) | SDL2 binding for Go | -| 651 | 85 | 12 | [tusd](https://github.com/tus/tusd) | The official server implementation of the tus resumable upload protocol. | -| 649 | 40 | 5 | [statik](https://github.com/rakyll/statik) | Embed static files into a Go executable | -| 649 | 48 | 1 | [talk-yapc-asia-2015](https://github.com/bradfitz/talk-yapc-asia-2015) | talk-yapc-asia-2015 | -| 649 | 46 | 1 | [creeper](https://github.com/wspl/creeper) | :paw_prints: Creeper - The Next Generation Crawler Framework (Go) | -| 648 | 56 | 10 | [archiver](https://github.com/mholt/archiver) | Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go | -| 647 | 8 | 4 | [dontbug](https://github.com/sidkshatriya/dontbug) | Dontbug is a reverse debugger for PHP | -| 646 | 110 | 15 | [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) | Golang bindings for the Telegram Bot API | -| 646 | 182 | 37 | [calicoctl](https://github.com/projectcalico/calicoctl) | Calico CLI tool | -| 645 | 24 | 12 | [ofelia](https://github.com/mcuadros/ofelia) | A docker job scheduler (aka. crontab for docker) | -| 645 | 42 | 3 | [profile](https://github.com/pkg/profile) | Simple profiling for Go | -| 645 | 34 | 20 | [jobber](https://github.com/dshearer/jobber) | A replacement for cron, with sophisticated status-reporting and error-handling. | -| 644 | 473 | 141 | [ingress](https://github.com/kubernetes/ingress) | Ingress controllers | -| 643 | 47 | 4 | [go-freeling](https://github.com/advancedlogic/go-freeling) | Golang Natural Language Processing | -| 643 | 65 | 68 | [engo](https://github.com/EngoEngine/engo) | Engo is an open-source 2D game engine written in Go. | -| 637 | 60 | 19 | [hardentools](https://github.com/securitywithoutborders/hardentools) | Hardentools is an utility that disables a number of risky Windows features. | -| 636 | 96 | 236 | [koding](https://github.com/koding/koding) | The Simplest Way to Manage Your Entire Dev Infrastructure! | -| 635 | 167 | 20 | [go-mysql](https://github.com/siddontang/go-mysql) | a powerful mysql toolset with Go | -| 634 | 108 | 20 | [go-fuse](https://github.com/hanwen/go-fuse) | FUSE bindings for Go | -| 634 | 25 | 3 | [manul](https://github.com/kovetskiy/manul) | :smirk_cat: The madness vendoring utility for Golang programs | -| 633 | 38 | 25 | [storm](https://github.com/asdine/storm) | Simple and powerful toolkit for BoltDB | -| 632 | 13 | 6 | [phony](https://github.com/yields/phony) | tiny command line fake data generator | -| 630 | 50 | 5 | [mandala](https://github.com/remogatto/mandala) | A Go framework for writing native Android applications | -| 630 | 45 | 11 | [boxcars](https://github.com/azer/boxcars) | Easy-to-configure Static Web & Reverse Proxy Server in Go | -| 630 | 81 | 5 | [hack-petya](https://github.com/leo-stone/hack-petya) | search key to restore petya encrypted mft | -| 630 | 47 | 2 | [habitus](https://github.com/cloud66/habitus) | A Build Flow Tool for Docker | -| 629 | 117 | 4 | [pool](https://github.com/fatih/pool) | Connection pool for Go's net.Conn interface | -| 624 | 109 | 11 | [go-guerrilla](https://github.com/flashmob/go-guerrilla) | Mini SMTP server written in golang | -| 624 | 129 | 106 | [tendermint](https://github.com/tendermint/tendermint) | Tendermint Core (BFT Consensus) in Go | -| 622 | 80 | 40 | [log15](https://github.com/inconshreveable/log15) | Structured, composable logging for Go | -| 621 | 71 | 5 | [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | A standalone, specification-compliant, OAuth2 server written in Golang. | -| 620 | 133 | 53 | [consul-alerts](https://github.com/AcalephStorage/consul-alerts) | A simple daemon to send notifications based on Consul health checks | -| 620 | 63 | 6 | [gorb](https://github.com/kobolog/gorb) | IPVS on steroids – REST API, heartbeats, service discovery and more | -| 619 | 141 | 77 | [lnd](https://github.com/lightningnetwork/lnd) | Lightning Network Daemon ⚡️ | -| 618 | 89 | 41 | [trillian](https://github.com/google/trillian) | Trillian implements a Merkle tree whose contents are served from a data storage layer, to allow scalability to extremely large trees. | -| 618 | 90 | 9 | [tango](https://github.com/lunny/tango) | Micro & pluggable web framework for Go | -| 617 | 10 | 4 | [tug](https://github.com/nitrous-io-zz/tug) | Docker development workflow | -| 616 | 157 | 4 | [bfs](https://github.com/Terry-Mao/bfs) | distributed file system(small file storage) writen by golang. | -| 616 | 123 | 7 | [hprose-golang](https://github.com/hprose/hprose-golang) | Hprose is a cross-language RPC. This project is Hprose 2.0 for Golang. | -| 616 | 96 | 23 | [joy4](https://github.com/nareix/joy4) | Golang audio/video library and streaming server | -| 615 | 32 | 30 | [ace](https://github.com/yosssi/ace) | HTML template engine for Go | -| 615 | 82 | 2 | [teleport](https://github.com/henrylee2cn/teleport) | Teleport is a versatile, high-performance and flexible TCP socket framework. It can be used for RPC, micro services, peer-peer, push services, game services and so on. | -| 613 | 32 | 18 | [hget](https://github.com/huydx/hget) | rocket fast, interruptable, resumable download accelerator written in golang | -| 612 | 12 | 1 | [memguard](https://github.com/awnumar/memguard) | Easy and secure handling of sensitive memory, in pure Go. | -| 611 | 83 | 7 | [imagick](https://github.com/gographics/imagick) | naive Go binding to ImageMagick's MagickWand C API | -| 610 | 46 | 5 | [binding](https://github.com/mholt/binding) | Reflectionless data binding for Go's net/http (not yet a stable 1.0, but not likely to change much either) | -| 609 | 112 | 80 | [fuse](https://github.com/bazil/fuse) | FUSE library for Go.  go get bazil.org/fuse   | -| 609 | 28 | 1 | [aws-lambda-go](https://github.com/eawsy/aws-lambda-go) | A fast and clean way to execute Go on AWS Lambda. | -| 609 | 25 | 3 | [webwatch](https://github.com/jgrahamc/webwatch) | Small program to download a web page, see if a string appears in it and send email if it does | -| 608 | 47 | 6 | [ivy](https://github.com/robpike/ivy) | ivy, an APL-like calculator | -| 606 | 355 | 0 | [crypto](https://github.com/golang/crypto) | [mirror] Go supplementary cryptography libraries | -| 606 | 122 | 38 | [gojsonschema](https://github.com/xeipuuv/gojsonschema) | An implementation of JSON Schema, draft v4 - Go language | -| 605 | 101 | 2 | [gowebapp](https://github.com/josephspurrier/gowebapp) | Basic MVC Web Application in Go | -| 605 | 24 | 6 | [faas-netes](https://github.com/alexellis/faas-netes) | Enable Kubernetes as a backend for Functions as a Service (OpenFaaS) | -| 604 | 42 | 49 | [docker-machine-driver-xhyve](https://github.com/zchee/docker-machine-driver-xhyve) | docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework) | -| 601 | 89 | 20 | [goreq](https://github.com/franela/goreq) | Minimal and simple request library for Go language | -| 601 | 107 | 8 | [brook](https://github.com/txthinking/brook) | Brook is a cross-platform(Linux/MacOS/Windows/Android/iOS) proxy software | -| 599 | 68 | 62 | [kubicorn](https://github.com/kris-nova/kubicorn) | Simple. Kubernetes. Infrastructure. | -| 598 | 66 | 2 | [ratelimit](https://github.com/juju/ratelimit) | Efficient token-bucket-based rate limiter package. | -| 598 | 130 | 171 | [minishift](https://github.com/minishift/minishift) | Run OpenShift locally | -| 596 | 100 | 1 | [gorbac](https://github.com/mikespook/gorbac) | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | -| 595 | 61 | 13 | [goweb](https://github.com/stretchr/goweb) | A lightweight RESTful web framework for Go | -| 595 | 117 | 72 | [cri-o](https://github.com/kubernetes-incubator/cri-o) | Open Container Initiative-based implementation of Kubernetes Container Runtime Interface | -| 593 | 50 | 42 | [helm-classic](https://github.com/helm/helm-classic) | (OBSOLETE) Helm Classic v1 | -| 593 | 70 | 9 | [gorazor](https://github.com/sipin/gorazor) | Razor view engine for Golang | -| 593 | 45 | 25 | [tcell](https://github.com/gdamore/tcell) | Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. | -| 593 | 74 | 4 | [golang-set](https://github.com/deckarep/golang-set) | A simple set type for the Go language. Also used in Docker. | -| 592 | 155 | 5 | [stripe-go](https://github.com/stripe/stripe-go) | Go library for the Stripe API. | -| 591 | 22 | 12 | [gokrazy](https://github.com/gokrazy/gokrazy) | a pure-Go userland for your Raspberry Pi 3 appliances | -| 590 | 101 | 11 | [decimal](https://github.com/shopspring/decimal) | Arbitrary-precision fixed-point decimal numbers in go | -| 589 | 32 | 1 | [polyglot](https://github.com/sausheong/polyglot) | Polyglot is a distributed web framework that allows programmers to create web applications in multiple programming languages | -| 589 | 23 | 25 | [Stout](https://github.com/cloudflare/Stout) | A reliable static website deploy tool | -| 588 | 121 | 51 | [go-mssqldb](https://github.com/denisenkom/go-mssqldb) | Microsoft SQL server driver written in go language | -| 587 | 33 | 3 | [android-go](https://github.com/xlab/android-go) | The android-go project provides a platform for writing native Android apps in Go programming language. | -| 586 | 89 | 26 | [Taipei-Torrent](https://github.com/jackpal/Taipei-Torrent) | A(nother) Bittorrent client written in the go programming language | -| 586 | 90 | 22 | [jsonapi](https://github.com/google/jsonapi) | jsonapi.org style payload serializer and deserializer | -| 586 | 61 | 3 | [tollbooth](https://github.com/didip/tollbooth) | Simple middleware to rate-limit HTTP requests. | +| 709 | 169 | 88 | [gddo](https://github.com/golang/gddo) | Go Doc Dot Org | +| 708 | 97 | 4 | [dnssearch](https://github.com/evilsocket/dnssearch) | A subdomain enumeration tool. | +| 707 | 11 | 0 | [gocmdpev](https://github.com/simon-engledew/gocmdpev) | A command-line GO Postgres query visualizer, heavily inspired by pev (https://github.com/AlexTatiyants/pev) | +| 706 | 46 | 8 | [godotenv](https://github.com/joho/godotenv) | A Go port of Ruby's dotenv library (Loads environment variables from `.env`.) | +| 706 | 30 | 15 | [reflex](https://github.com/cespare/reflex) | Run a command when files change | +| 705 | 127 | 27 | [reborn](https://github.com/reborndb/reborn) | Distributed database fully compatible with redis protocol | +| 705 | 118 | 3 | [ipd](https://github.com/mpolden/ipd) | IP address lookup service | +| 705 | 94 | 2 | [teleport](https://github.com/henrylee2cn/teleport) | Teleport is a versatile, high-performance and flexible TCP socket framework. It can be used for RPC, micro services, peer-peer, push services, game services and so on. | +| 701 | 41 | 3 | [sshmuxd](https://github.com/kennylevinsen/sshmuxd) | sshmux frontend | +| 699 | 121 | 22 | [telegram-bot-api](https://github.com/go-telegram-bot-api/telegram-bot-api) | Golang bindings for the Telegram Bot API | +| 699 | 12 | 1 | [gron](https://github.com/tomnomnom/gron) | Make JSON greppable! | +| 698 | 68 | 40 | [msgp](https://github.com/tinylib/msgp) | A Go code generator for MessagePack / msgpack.org[Go] | +| 698 | 45 | 10 | [rend](https://github.com/Netflix/rend) | A memcached proxy that manages data chunking and L1 / L2 caches | +| 697 | 44 | 7 | [badwolf](https://github.com/google/badwolf) | Temporal graph store abstraction layer. | +| 697 | 50 | 16 | [faas-netes](https://github.com/openfaas/faas-netes) | Enable Kubernetes as a backend for OpenFaaS (Functions as a Service) | +| 697 | 27 | 1 | [bombardier](https://github.com/codesenberg/bombardier) | Fast cross-platform HTTP benchmarking tool written in Go | +| 695 | 26 | 17 | [modd](https://github.com/cortesi/modd) | A flexible tool for responding to filesystem changes | +| 694 | 58 | 13 | [completion](https://github.com/quarnster/completion) | This project aims to implement an editor and language agnostic backend | +| 692 | 184 | 19 | [go-mysql](https://github.com/siddontang/go-mysql) | a powerful mysql toolset with Go | +| 692 | 46 | 17 | [gofeed](https://github.com/mmcdole/gofeed) | Parse RSS and Atom feeds in Go | +| 691 | 129 | 7 | [ini](https://github.com/go-ini/ini) | Package ini provides INI file read and write functionality in Go. | +| 690 | 15 | 1 | [lua](https://github.com/milochristiansen/lua) | A Lua 5.3 VM and compiler written in Go. | +| 689 | 156 | 206 | [minishift](https://github.com/minishift/minishift) | Run OpenShift locally | +| 689 | 61 | 41 | [gvt](https://github.com/FiloSottile/gvt) | gvt is the go vendoring tool for the GO15VENDOREXPERIMENT, based on gb-vendor | +| 687 | 170 | 13 | [crane](https://github.com/Dataman-Cloud/crane) | Yet another control plane based on docker built-in swarmkit | +| 686 | 67 | 18 | [picfit](https://github.com/thoas/picfit) | An image resizing server written in Go | +| 685 | 32 | 4 | [cfilter](https://github.com/irfansharif/cfilter) | Cuckoo Filter implementation in Go, better than Bloom Filters | +| 684 | 43 | 8 | [postman](https://github.com/zachlatta/postman) | Command-line utility for batch-sending email. | +| 682 | 42 | 5 | [goship](https://github.com/gengo/goship) | A simple tool for deploying code to servers. | +| 682 | 156 | 23 | [felix](https://github.com/projectcalico/felix) | Project Calico's per-host agent Felix, responsible for programming routes and security policy. | +| 682 | 60 | 10 | [archiver](https://github.com/mholt/archiver) | Easily create and extract .zip, .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lz4, .tar.sz, and .rar (extract-only) files with Go | +| 679 | 74 | 14 | [ink](https://github.com/InkProject/ink) | An elegant static blog generator | +| 679 | 136 | 90 | [cri-o](https://github.com/kubernetes-incubator/cri-o) | Open Container Initiative-based implementation of Kubernetes Container Runtime Interface | +| 679 | 55 | 8 | [cli](https://github.com/mitchellh/cli) | A Go library for implementing command-line interfaces. | +| 678 | 24 | 1 | [totp-ssh-fluxer](https://github.com/benjojo/totp-ssh-fluxer) | Take security by obscurity to the next level (You must be insane to run this) | +| 677 | 63 | 2 | [niltalk](https://github.com/knadh/niltalk) | A multi-room disposable chat service written in Go that uses WebSockets for live communication. | +| 677 | 99 | 7 | [go-sdl2](https://github.com/veandco/go-sdl2) | SDL2 binding for Go | +| 677 | 90 | 13 | [tusd](https://github.com/tus/tusd) | The official server implementation of the tus resumable upload protocol. | +| 671 | 76 | 12 | [validator](https://github.com/go-validator/validator) | Package validator implements struct field validations | +| 671 | 40 | 25 | [storm](https://github.com/asdine/storm) | Simple and powerful toolkit for BoltDB | +| 671 | 65 | 68 | [engo](https://github.com/EngoEngine/engo) | Engo is an open-source 2D game engine written in Go. | +| 669 | 245 | 96 | [goamz](https://github.com/mitchellh/goamz) | Golang Amazon Library | +| 666 | 59 | 9 | [sleepy](https://github.com/dougblack/sleepy) | rest for go | +| 666 | 94 | 45 | [trillian](https://github.com/google/trillian) | Trillian implements a Merkle tree whose contents are served from a data storage layer, to allow scalability to extremely large trees. | +| 666 | 41 | 3 | [profile](https://github.com/pkg/profile) | Simple profiling for Go | +| 666 | 10 | 2 | [interfacer](https://github.com/mvdan/interfacer) | A linter that suggests interface types | +| 664 | 23 | 6 | [atmanos](https://github.com/atmanos/atmanos) | Build Go programs that run directly on the Xen hypervisor | +| 664 | 31 | 7 | [go-http-tunnel](https://github.com/mmatczuk/go-http-tunnel) | Secure tunnels to localhost - open source ngrok alternative | +| 663 | 26 | 12 | [skylark](https://github.com/google/skylark) | Skylark in Go: the Skylark configuration language, implemented in Go | +| 662 | 26 | 3 | [suture](https://github.com/thejerf/suture) | Supervisor trees for Go. | +| 661 | 104 | 25 | [joy4](https://github.com/nareix/joy4) | Golang audio/video library and streaming server | +| 661 | 51 | 35 | [hood](https://github.com/eaigner/hood) | Database agnostic ORM for Go | +| 660 | 112 | 24 | [go-fuse](https://github.com/hanwen/go-fuse) | FUSE bindings for Go | +| 660 | 48 | 1 | [creeper](https://github.com/wspl/creeper) | :paw_prints: Creeper - The Next Generation Crawler Framework (Go) | +| 659 | 124 | 5 | [pool](https://github.com/fatih/pool) | Connection pool for Go's net.Conn interface | +| 658 | 35 | 20 | [jobber](https://github.com/dshearer/jobber) | A replacement for cron, with sophisticated status-reporting and error-handling. | +| 658 | 167 | 23 | [beedb](https://github.com/astaxie/beedb) | beedb is a go ORM,support database/sql interface,pq/mysql/sqlite | +| 656 | 53 | 2 | [habitus](https://github.com/cloud66/habitus) | A Build Flow Tool for Docker | +| 655 | 25 | 16 | [ofelia](https://github.com/mcuadros/ofelia) | A docker job scheduler (aka. crontab for docker) | +| 655 | 96 | 237 | [koding](https://github.com/koding/koding) | The Simplest Way to Manage Your Entire Dev Infrastructure! | +| 654 | 9 | 4 | [dontbug](https://github.com/sidkshatriya/dontbug) | Dontbug is a reverse debugger for PHP | +| 654 | 50 | 4 | [go-freeling](https://github.com/advancedlogic/go-freeling) | Golang Natural Language Processing | +| 653 | 63 | 19 | [hardentools](https://github.com/securitywithoutborders/hardentools) | Hardentools is an utility that disables a number of risky Windows features. | +| 653 | 38 | 9 | [pumba](https://github.com/gaia-adm/pumba) | Chaos testing and network emulation tool for Docker. | +| 653 | 48 | 1 | [talk-yapc-asia-2015](https://github.com/bradfitz/talk-yapc-asia-2015) | talk-yapc-asia-2015 | +| 652 | 80 | 5 | [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | A standalone, specification-compliant, OAuth2 server written in Golang. | +| 652 | 187 | 39 | [calicoctl](https://github.com/projectcalico/calicoctl) | Calico CLI tool | +| 650 | 95 | 9 | [tango](https://github.com/lunny/tango) | Micro & pluggable web framework for Go | +| 649 | 368 | 0 | [crypto](https://github.com/golang/crypto) | [mirror] Go supplementary cryptography libraries | +| 643 | 116 | 13 | [go-guerrilla](https://github.com/flashmob/go-guerrilla) | Mini SMTP server written in golang | +| 643 | 83 | 35 | [log15](https://github.com/inconshreveable/log15) | Structured, composable logging for Go | +| 642 | 14 | 5 | [memguard](https://github.com/awnumar/memguard) | Easy and secure handling of sensitive memory, in pure Go. | +| 642 | 27 | 3 | [manul](https://github.com/kovetskiy/manul) | :smirk_cat: The madness vendoring utility for Golang programs | +| 639 | 102 | 2 | [gowebapp](https://github.com/josephspurrier/gowebapp) | Basic MVC Web Application in Go | +| 638 | 162 | 3 | [bfs](https://github.com/Terry-Mao/bfs) | distributed file system(small file storage) writen by golang. | +| 638 | 129 | 6 | [hprose-golang](https://github.com/hprose/hprose-golang) | Hprose is a cross-language RPC. This project is Hprose 2.0 for Golang. | +| 638 | 13 | 6 | [phony](https://github.com/yields/phony) | tiny command line fake data generator | +| 637 | 34 | 20 | [aws-vault](https://github.com/99designs/aws-vault) | A vault for securely storing and accessing AWS credentials in development environments | +| 636 | 44 | 35 | [sops](https://github.com/mozilla/sops) | Secrets management stinks, use some sops! | +| 635 | 124 | 40 | [gojsonschema](https://github.com/xeipuuv/gojsonschema) | An implementation of JSON Schema, draft v4 - Go language | +| 631 | 49 | 5 | [mandala](https://github.com/remogatto/mandala) | A Go framework for writing native Android applications | +| 631 | 45 | 11 | [boxcars](https://github.com/azer/boxcars) | Easy-to-configure Static Web & Reverse Proxy Server in Go | +| 631 | 65 | 6 | [gorb](https://github.com/kobolog/gorb) | IPVS on steroids – REST API, heartbeats, service discovery and more | +| 630 | 43 | 50 | [docker-machine-driver-xhyve](https://github.com/zchee/docker-machine-driver-xhyve) | docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework) | +| 630 | 105 | 12 | [decimal](https://github.com/shopspring/decimal) | Arbitrary-precision fixed-point decimal numbers in go | +| 630 | 85 | 8 | [imagick](https://github.com/gographics/imagick) | naive Go binding to ImageMagick's MagickWand C API | +| 629 | 32 | 1 | [aws-lambda-go](https://github.com/eawsy/aws-lambda-go) | A fast and clean way to execute Go on AWS Lambda. | +| 629 | 81 | 5 | [hack-petya](https://github.com/leo-stone/hack-petya) | search key to restore petya encrypted mft | +| 627 | 136 | 5 | [wemall](https://github.com/shen100/wemall) | 基于react, node.js, go开发的微商城(含微信小程序) | +| 625 | 136 | 53 | [consul-alerts](https://github.com/AcalephStorage/consul-alerts) | A simple daemon to send notifications based on Consul health checks | +| 622 | 114 | 79 | [fuse](https://github.com/bazil/fuse) | FUSE library for Go.  go get bazil.org/fuse   | +| 622 | 62 | 69 | [plot](https://github.com/gonum/plot) | A repository for plotting and visualizing data | +| 621 | 34 | 19 | [hget](https://github.com/huydx/hget) | rocket fast, interruptable, resumable download accelerator written in golang | +| 620 | 71 | 2 | [resty](https://github.com/go-resty/resty) | Simple HTTP and REST client for Go inspired by Ruby rest-client | +| 620 | 37 | 4 | [android-go](https://github.com/xlab/android-go) | The android-go project provides a platform for writing native Android apps in Go programming language. | +| 620 | 90 | 26 | [jsonapi](https://github.com/google/jsonapi) | jsonapi.org style payload serializer and deserializer | +| 620 | 76 | 4 | [golang-set](https://github.com/deckarep/golang-set) | A simple set type for the Go language. Also used in Docker. | +| 619 | 76 | 2 | [ratelimit](https://github.com/juju/ratelimit) | Efficient token-bucket-based rate limiter package. | +| 618 | 10 | 4 | [tug](https://github.com/nitrous-io-zz/tug) | Docker development workflow | +| 618 | 33 | 30 | [ace](https://github.com/yosssi/ace) | HTML template engine for Go | +| 618 | 64 | 2 | [tollbooth](https://github.com/didip/tollbooth) | Simple middleware to rate-limit HTTP requests. | +| 617 | 246 | 5 | [golang-web-dev](https://github.com/GoesToEleven/golang-web-dev) | None | +| 616 | 46 | 4 | [binding](https://github.com/mholt/binding) | Reflectionless data binding for Go's net/http (not yet a stable 1.0, but not likely to change much either) | +| 615 | 48 | 21 | [tcell](https://github.com/gdamore/tcell) | Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. | +| 615 | 24 | 42 | [event-gateway](https://github.com/serverless/event-gateway) | The Event Gateway combines both API Gateway and Pub/Sub functionality into a single event-driven experience. | +| 615 | 86 | 8 | [dotweb](https://github.com/devfeel/dotweb) | Simple and easy go web micro framework | +| 613 | 250 | 16 | [source-to-image](https://github.com/openshift/source-to-image) | A tool for building/building artifacts from source and injecting into docker images | +| 612 | 92 | 22 | [goreq](https://github.com/franela/goreq) | Minimal and simple request library for Go language | +| 611 | 49 | 6 | [ivy](https://github.com/robpike/ivy) | ivy, an APL-like calculator | +| 611 | 134 | 55 | [go-mssqldb](https://github.com/denisenkom/go-mssqldb) | Microsoft SQL server driver written in go language | +| 611 | 25 | 3 | [webwatch](https://github.com/jgrahamc/webwatch) | Small program to download a web page, see if a string appears in it and send email if it does | +| 609 | 142 | 2 | [captcha](https://github.com/dchest/captcha) | Go package captcha implements generation and verification of image and audio CAPTCHAs. | +| 608 | 88 | 8 | [lumberjack](https://github.com/natefinch/lumberjack) | lumberjack is a rolling logger for Go | +| 607 | 102 | 8 | [cronsun](https://github.com/shunfei/cronsun) | A Distributed, Fault-Tolerant Cron-Style Job System. | +| 607 | 101 | 1 | [gorbac](https://github.com/mikespook/gorbac) | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | +| 605 | 159 | 9 | [stripe-go](https://github.com/stripe/stripe-go) | Go library for the Stripe API. | +| 603 | 48 | 7 | [tunny](https://github.com/Jeffail/tunny) | A goroutine pool for golang | +| 602 | 22 | 12 | [gokrazy](https://github.com/gokrazy/gokrazy) | a pure-Go userland for your Raspberry Pi 3 appliances | +| 602 | 46 | 28 | [pgfutter](https://github.com/lukasmartinelli/pgfutter) | Import CSV and JSON into PostgreSQL the easy way | +| 601 | 61 | 13 | [goweb](https://github.com/stretchr/goweb) | A lightweight RESTful web framework for Go | +| 601 | 23 | 25 | [Stout](https://github.com/cloudflare/Stout) | A reliable static website deploy tool | +| 599 | 24 | 7 | [dry](https://github.com/moncho/dry) | dry - A Docker container manager for the terminal @ | +| 599 | 69 | 3 | [reedsolomon](https://github.com/klauspost/reedsolomon) | Reed-Solomon Erasure Coding in Go | +| 599 | 70 | 18 | [chihaya](https://github.com/chihaya/chihaya) | A customizable, multi-protocol BitTorrent Tracker | +| 598 | 31 | 11 | [lite](https://github.com/splitsh/lite) | Split a repository to read-only standalone repositories | +| 598 | 60 | 7 | [go-rpio](https://github.com/stianeikeland/go-rpio) | :electric_plug: Raspberry Pi GPIO library for go-lang | +| 598 | 56 | 28 | [gobetween](https://github.com/yyyar/gobetween) | :cloud: Modern & minimalistic load balancer for the Сloud era | +| 597 | 70 | 9 | [gorazor](https://github.com/sipin/gorazor) | Razor view engine for Golang | +| 597 | 49 | 3 | [cors](https://github.com/rs/cors) | Go net/http configurable handler to handle CORS requests | +| 596 | 81 | 3 | [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) | Sql mock driver for golang to test database interactions | +| 594 | 51 | 42 | [helm-classic](https://github.com/helm/helm-classic) | (OBSOLETE) Helm Classic v1 | +| 593 | 60 | 19 | [nats-streaming-server](https://github.com/nats-io/nats-streaming-server) | NATS Streaming System Server | +| 592 | 50 | 73 | [wingo](https://github.com/BurntSushi/wingo) | A fully-featured window manager written in Go. | +| 591 | 26 | 12 | [zetcd](https://github.com/coreos/zetcd) | Serve the Apache Zookeeper API but back it with an etcd cluster | +| 591 | 92 | 26 | [Taipei-Torrent](https://github.com/jackpal/Taipei-Torrent) | A(nother) Bittorrent client written in the go programming language | +| 590 | 191 | 47 | [mindoc](https://github.com/lifei6671/mindoc) | Golang实现的接口在线文档管理系统 | +| 590 | 32 | 1 | [polyglot](https://github.com/sausheong/polyglot) | Polyglot is a distributed web framework that allows programmers to create web applications in multiple programming languages | +| 588 | 81 | 1 | [fetchbot](https://github.com/PuerkitoBio/fetchbot) | A simple and flexible web crawler that follows the robots.txt policies and crawl delays. | +| 588 | 68 | 21 | [yamux](https://github.com/hashicorp/yamux) | Golang connection multiplexing library | +| 587 | 21 | 3 | [docket](https://github.com/netvarun/docket) | Docket - Custom docker registry that allows for lightning fast deploys through bittorrent | | 585 | 30 | 9 | [gaudi](https://github.com/marmelab/gaudi) | Gaudi allows to share multi-component applications, based on Docker, Go, and YAML. | -| 585 | 48 | 72 | [wingo](https://github.com/BurntSushi/wingo) | A fully-featured window manager written in Go. | -| 584 | 31 | 8 | [lite](https://github.com/splitsh/lite) | Split a repository to read-only standalone repositories | -| 584 | 69 | 18 | [chihaya](https://github.com/chihaya/chihaya) | A customizable, multi-protocol BitTorrent Tracker | -| 583 | 20 | 3 | [docket](https://github.com/netvarun/docket) | Docket - Custom docker registry that allows for lightning fast deploys through bittorrent | +| 585 | 39 | 16 | [captain](https://github.com/harbur/captain) | Captain - Convert your Git workflow to Docker :whale: containers | +| 585 | 22 | 0 | [kolpa](https://github.com/malisit/kolpa) | A fake data generator written in and for Go | +| 584 | 26 | 12 | [ejson](https://github.com/Shopify/ejson) | EJSON is a small library to manage encrypted secrets using asymmetric encryption. | | 583 | 14 | 2 | [serve2d](https://github.com/kennylevinsen/serve2d) | Protocol detecting server | -| 581 | 40 | 39 | [sops](https://github.com/mozilla/sops) | Secrets management stinks, use some sops! | -| 581 | 43 | 28 | [pgfutter](https://github.com/lukasmartinelli/pgfutter) | Import CSV and JSON into PostgreSQL the easy way | -| 581 | 33 | 2 | [pingo](https://github.com/dullgiulio/pingo) | Plugins for Go | -| 579 | 61 | 63 | [plot](https://github.com/gonum/plot) | A repository for plotting and visualizing data | -| 579 | 132 | 2 | [captcha](https://github.com/dchest/captcha) | Go package captcha implements generation and verification of image and audio CAPTCHAs. | -| 578 | 81 | 1 | [fetchbot](https://github.com/PuerkitoBio/fetchbot) | A simple and flexible web crawler that follows the robots.txt policies and crawl delays. | -| 577 | 60 | 5 | [go-rpio](https://github.com/stianeikeland/go-rpio) | :electric_plug: Raspberry Pi GPIO library for go-lang | -| 576 | 22 | 0 | [kolpa](https://github.com/malisit/kolpa) | A fake data generator written in and for Go | -| 575 | 44 | 7 | [compress](https://github.com/klauspost/compress) | Optimized compression packages | -| 575 | 23 | 14 | [zetcd](https://github.com/coreos/zetcd) | Serve the Apache Zookeeper API but back it with an etcd cluster | -| 575 | 63 | 5 | [reedsolomon](https://github.com/klauspost/reedsolomon) | Reed-Solomon Erasure Coding in Go | -| 573 | 44 | 8 | [gotags](https://github.com/jstemmer/gotags) | ctags-compatible tag generator for Go | -| 573 | 26 | 12 | [ejson](https://github.com/Shopify/ejson) | EJSON is a small library to manage encrypted secrets using asymmetric encryption. | -| 573 | 50 | 29 | [gobetween](https://github.com/yyyar/gobetween) | :cloud: Modern & minimalistic load balancer for the Сloud era | -| 572 | 32 | 3 | [Fergulator](https://github.com/scottferg/Fergulator) | NES emulator, written in Go | -| 572 | 45 | 6 | [tunny](https://github.com/Jeffail/tunny) | A goroutine pool for golang | -| 571 | 38 | 16 | [captain](https://github.com/harbur/captain) | Captain - Convert your Git workflow to Docker :whale: containers | -| 571 | 64 | 22 | [yamux](https://github.com/hashicorp/yamux) | Golang connection multiplexing library | -| 570 | 149 | 38 | [mymysql](https://github.com/ziutek/mymysql) | MySQL Client API written entirely in Go | +| 582 | 44 | 7 | [compress](https://github.com/klauspost/compress) | Optimized compression packages | +| 582 | 29 | 1 | [throttled](https://github.com/throttled/throttled) | Package throttled implements rate limiting access to resources such as HTTP endpoints. | +| 582 | 33 | 2 | [pingo](https://github.com/dullgiulio/pingo) | Plugins for Go | +| 581 | 79 | 15 | [go-jira](https://github.com/Netflix-Skunkworks/go-jira) | simple jira command line client in Go | +| 581 | 23 | 10 | [uilive](https://github.com/gosuri/uilive) | uilive is a go library for updating terminal output in realtime | +| 581 | 88 | 34 | [mc](https://github.com/minio/mc) | Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage. | +| 580 | 44 | 5 | [gotags](https://github.com/jstemmer/gotags) | ctags-compatible tag generator for Go | +| 577 | 104 | 17 | [terraform-inventory](https://github.com/adammck/terraform-inventory) | Terraform State → Ansible Dynamic Inventory | +| 577 | 43 | 45 | [ark](https://github.com/ark-lang/ark) | A compiled systems programming language written in Go using the LLVM framework | +| 577 | 32 | 3 | [Fergulator](https://github.com/scottferg/Fergulator) | NES emulator, written in Go | +| 576 | 29 | 2 | [go-astilectron](https://github.com/asticode/go-astilectron) | Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron) | +| 575 | 14 | 6 | [muxy](https://github.com/mefellows/muxy) | Chaos engineering tool for simulating real-world distributed system failures | +| 575 | 57 | 7 | [goddd](https://github.com/marcusolsson/goddd) | Exploring DDD in Go | +| 574 | 148 | 38 | [mymysql](https://github.com/ziutek/mymysql) | MySQL Client API written entirely in Go | +| 573 | 124 | 5 | [ElasticHD](https://github.com/farmerx/ElasticHD) | Elasticsearch 可视化DashBoard, 支持Es监控、实时搜索,Index template快捷替换修改,索引列表信息查看, SQL converts to DSL等 | +| 573 | 160 | 0 | [kiteq](https://github.com/blackbeans/kiteq) | kiteq is a distributed mq framework | +| 572 | 155 | 13 | [qor-example](https://github.com/qor/qor-example) | An example application showcasing the QOR SDK | +| 571 | 115 | 8 | [concurrent-map](https://github.com/orcaman/concurrent-map) | a thread-safe concurrent map for go | +| 571 | 38 | 0 | [cert-chain-resolver](https://github.com/zakjan/cert-chain-resolver) | SSL certificate chain resolver | +| 570 | 60 | 21 | [go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) | Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more. | | 570 | 10 | 0 | [wired-logic](https://github.com/martinkirsche/wired-logic) | Wired Logic - a pixel based logic simulator | -| 569 | 83 | 6 | [lumberjack](https://github.com/natefinch/lumberjack) | lumberjack is a rolling logger for Go | -| 569 | 29 | 1 | [throttled](https://github.com/throttled/throttled) | Package throttled implements rate limiting access to resources such as HTTP endpoints. | -| 567 | 49 | 2 | [cors](https://github.com/rs/cors) | Go net/http configurable handler to handle CORS requests | -| 567 | 236 | 15 | [source-to-image](https://github.com/openshift/source-to-image) | A tool for building/building artifacts from source and injecting into docker images | -| 566 | 23 | 10 | [uilive](https://github.com/gosuri/uilive) | uilive is a go library for updating terminal output in realtime | -| 565 | 14 | 6 | [muxy](https://github.com/mefellows/muxy) | Chaos engineering tool for simulating real-world distributed system failures | -| 563 | 43 | 45 | [ark](https://github.com/ark-lang/ark) | A compiled systems programming language written in Go using the LLVM framework | -| 563 | 158 | 0 | [kiteq](https://github.com/blackbeans/kiteq) | kiteq is a distributed mq framework | -| 562 | 62 | 2 | [resty](https://github.com/go-resty/resty) | Simple HTTP and REST client for Go inspired by Ruby rest-client | -| 562 | 8 | 7 | [goggles](https://github.com/KyleBanks/goggles) | 🔭 Goggles is a cross-platform GUI for your $GOPATH! | -| 560 | 85 | 13 | [zmq4](https://github.com/pebbe/zmq4) | A Go interface to ZeroMQ version 4 | -| 560 | 117 | 17 | [inject](https://github.com/codegangsta/inject) | Dependency injection for go | -| 560 | 38 | 0 | [cert-chain-resolver](https://github.com/zakjan/cert-chain-resolver) | SSL certificate chain resolver | -| 559 | 91 | 4 | [cronsun](https://github.com/shunfei/cronsun) | A Distributed, Fault-Tolerant Cron-Style Job System. | -| 559 | 221 | 5 | [golang-web-dev](https://github.com/GoesToEleven/golang-web-dev) | None | -| 558 | 83 | 30 | [mc](https://github.com/minio/mc) | Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage. | -| 557 | 30 | 15 | [aws-vault](https://github.com/99designs/aws-vault) | A vault for securely storing and accessing AWS credentials in development environments | -| 557 | 59 | 14 | [nats-streaming-server](https://github.com/nats-io/nats-streaming-server) | NATS Streaming System Server | -| 557 | 24 | 8 | [dry](https://github.com/moncho/dry) | dry - A Docker container manager for the terminal @ | -| 556 | 51 | 21 | [gollum](https://github.com/trivago/gollum) | An n:m message multiplexer written in Go | -| 554 | 33 | 0 | [go-hardware](https://github.com/rakyll/go-hardware) | A directory of hardware related libs, tools, and tutorials for Go | -| 550 | 46 | 0 | [golang-devops-stuff](https://github.com/mindreframer/golang-devops-stuff) | None | -| 550 | 59 | 31 | [skicka](https://github.com/google/skicka) | Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users. | -| 549 | 47 | 4 | [sling](https://github.com/dghubble/sling) | A Go HTTP client library for creating and sending API requests | -| 548 | 144 | 11 | [qor-example](https://github.com/qor/qor-example) | An example application showcasing the QOR SDK | -| 547 | 35 | 19 | [integram](https://github.com/Requilence/integram) | Integrate Telegram into your workflow – https://integram.org | -| 547 | 98 | 11 | [mixer](https://github.com/siddontang/mixer) | a MySQL proxy powered by Go | -| 546 | 97 | 17 | [terraform-inventory](https://github.com/adammck/terraform-inventory) | Terraform State → Ansible Dynamic Inventory | -| 546 | 113 | 8 | [concurrent-map](https://github.com/orcaman/concurrent-map) | a thread-safe concurrent map for go | -| 546 | 82 | 9 | [json2csv](https://github.com/jehiah/json2csv) | command line tool to convert json to csv | -| 546 | 13 | 6 | [go-restructure](https://github.com/alexflint/go-restructure) | Match regular expressions into struct fields | +| 569 | 51 | 3 | [sling](https://github.com/dghubble/sling) | A Go HTTP client library for creating and sending API requests | +| 569 | 38 | 20 | [integram](https://github.com/requilence/integram) | Integrate Telegram into your workflow – https://integram.org | +| 567 | 59 | 31 | [skicka](https://github.com/google/skicka) | Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users. | +| 565 | 89 | 19 | [zmq4](https://github.com/pebbe/zmq4) | A Go interface to ZeroMQ version 4 | +| 565 | 35 | 0 | [go-hardware](https://github.com/rakyll/go-hardware) | A directory of hardware related libs, tools, and tutorials for Go | +| 565 | 118 | 17 | [inject](https://github.com/codegangsta/inject) | Dependency injection for go | +| 564 | 38 | 15 | [gocryptfs](https://github.com/rfjakob/gocryptfs) | Encrypted overlay filesystem written in Go. | +| 563 | 8 | 7 | [goggles](https://github.com/KyleBanks/goggles) | 🔭 Goggles is a cross-platform GUI for your $GOPATH! | +| 562 | 139 | 41 | [gatt](https://github.com/paypal/gatt) | Gatt is a Go package for building Bluetooth Low Energy peripherals | +| 562 | 94 | 29 | [gocron](https://github.com/jasonlvhit/gocron) | A Golang Job Scheduling Package. | +| 562 | 51 | 22 | [gollum](https://github.com/trivago/gollum) | An n:m message multiplexer written in Go | +| 559 | 201 | 24 | [serial](https://github.com/tarm/serial) | None | +| 559 | 38 | 30 | [boilr](https://github.com/tmrts/boilr) | :zap: boilerplate template manager that generates files or directories from template repositories | +| 559 | 64 | 15 | [Jqs7Bot](https://github.com/jqs7/Jqs7Bot) | Telegram 中文群组列表机器人 | +| 558 | 84 | 9 | [json2csv](https://github.com/jehiah/json2csv) | command line tool to convert json to csv | +| 558 | 196 | 9 | [tns-restful-json-api](https://github.com/corylanou/tns-restful-json-api) | This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post | +| 557 | 175 | 3 | [RFC6749.zh-cn](https://github.com/jeansfish/RFC6749.zh-cn) | A translation of simplified chinese for RFC 6749-The OAuth 2.0 Authorization Framework. RFC 6749 - OAuth 2.0授权框架简体中文翻译。 | +| 556 | 79 | 12 | [surf](https://github.com/headzoo/surf) | Stateful programmatic web browsing in Go. | +| 556 | 33 | 9 | [goviz](https://github.com/hirokidaichi/goviz) | a visualization tool for golang project dependency | +| 556 | 58 | 4 | [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) | Benchmarks of Go serialization methods | +| 555 | 100 | 11 | [mixer](https://github.com/siddontang/mixer) | a MySQL proxy powered by Go | +| 554 | 24 | 49 | [reform](https://github.com/go-reform/reform) | A better ORM for Go, based on non-empty interfaces and code generation. | +| 553 | 92 | 19 | [gomega](https://github.com/onsi/gomega) | Ginkgo's Preferred Matcher Library | +| 553 | 26 | 0 | [tfgo](https://github.com/galeone/tfgo) | Tensorflow + Go, the gopher way | +| 552 | 47 | 0 | [golang-devops-stuff](https://github.com/mindreframer/golang-devops-stuff) | None | +| 552 | 54 | 17 | [go-python](https://github.com/sbinet/go-python) | naive go bindings to the CPython C-API | +| 551 | 39 | 33 | [rest-layer](https://github.com/rs/rest-layer) | REST Layer, Go (golang) REST API framework | +| 550 | 67 | 30 | [CloudForest](https://github.com/ryanbressler/CloudForest) | Ensembles of decision trees in go/golang. | +| 548 | 64 | 0 | [learn](https://github.com/gyuho/learn) | learn | +| 547 | 20 | 6 | [terminal-parrot](https://github.com/jmhobbs/terminal-parrot) | None | +| 547 | 20 | 27 | [glass](https://github.com/timeglass/glass) | Automated time tracking for Git repositories | +| 547 | 13 | 6 | [go-restructure](https://github.com/alexflint/go-restructure) | Match regular expressions into struct fields | +| 547 | 20 | 0 | [hyperloglog](https://github.com/axiomhq/hyperloglog) | HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) | +| 547 | 78 | 36 | [goreportcard](https://github.com/gojp/goreportcard) | A report card for your Go application | +| 547 | 94 | 6 | [doozer](https://github.com/ha/doozer) | Go client driver for doozerd, a consistent, distributed data store | +| 546 | 79 | 19 | [martian](https://github.com/google/martian) | Martian is a library for building custom HTTP/S proxies | +| 546 | 27 | 8 | [aws-name-server](https://github.com/ConradIrwin/aws-name-server) | DNS server that lets you look up ec2 instances by instance name | | 546 | 33 | 36 | [iris](https://github.com/project-iris/iris) | Decentralized cloud messaging | -| 546 | 19 | 49 | [reform](https://github.com/go-reform/reform) | A better ORM for Go, based on non-empty interfaces and code generation. | -| 545 | 68 | 30 | [CloudForest](https://github.com/ryanbressler/CloudForest) | Ensembles of decision trees in go/golang. | -| 545 | 17 | 0 | [hyperloglog](https://github.com/axiomhq/hyperloglog) | HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) | -| 545 | 93 | 6 | [doozer](https://github.com/ha/doozer) | Go client driver for doozerd, a consistent, distributed data store | -| 544 | 37 | 14 | [gocryptfs](https://github.com/rfjakob/gocryptfs) | Encrypted overlay filesystem written in Go. | -| 544 | 20 | 26 | [glass](https://github.com/timeglass/glass) | Automated time tracking for Git repositories | -| 543 | 32 | 9 | [goviz](https://github.com/hirokidaichi/goviz) | a visualization tool for golang project dependency | -| 543 | 76 | 3 | [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) | Sql mock driver for golang to test database interactions | -| 542 | 143 | 41 | [gatt](https://github.com/paypal/gatt) | Gatt is a Go package for building Bluetooth Low Energy peripherals | -| 541 | 72 | 24 | [go-jira](https://github.com/Netflix-Skunkworks/go-jira) | simple jira command line client in Go | -| 541 | 57 | 4 | [go_serialization_benchmarks](https://github.com/alecthomas/go_serialization_benchmarks) | Benchmarks of Go serialization methods | -| 540 | 37 | 9 | [pumba](https://github.com/gaia-adm/pumba) | Chaos testing and network emulation tool for Docker. | -| 540 | 25 | 8 | [aws-name-server](https://github.com/ConradIrwin/aws-name-server) | DNS server that lets you look up ec2 instances by instance name | -| 540 | 67 | 8 | [ink](https://github.com/InkProject/ink) | An elegant static blog generator | -| 538 | 36 | 29 | [boilr](https://github.com/tmrts/boilr) | :zap: boilerplate template manager that generates files or directories from template repositories | -| 537 | 195 | 25 | [serial](https://github.com/tarm/serial) | None | -| 536 | 192 | 19 | [redis](https://github.com/hoisie/redis) | A simple, powerful Redis client for Go | -| 535 | 62 | 0 | [learn](https://github.com/gyuho/learn) | learn | -| 534 | 89 | 20 | [gomega](https://github.com/onsi/gomega) | Ginkgo's Preferred Matcher Library | -| 534 | 121 | 19 | [go-systemd](https://github.com/coreos/go-systemd) | Go bindings to systemd socket activation, journal, D-Bus, and unit files | -| 534 | 121 | 5 | [wemall](https://github.com/shen100/wemall) | 基于react, node.js, go开发的微商城(含微信小程序) | -| 534 | 51 | 5 | [skydns1](https://github.com/skynetservices/skydns1) | DNS for skynet or any other service discovery | -| 533 | 41 | 4 | [pie](https://github.com/natefinch/pie) | a toolkit for creating plugins for Go applications | -| 533 | 115 | 5 | [ElasticHD](https://github.com/farmerx/ElasticHD) | Elasticsearch 可视化DashBoard, 支持Es监控、实时搜索,Index template快捷替换修改,索引列表信息查看, SQL converts to DSL等 | -| 531 | 150 | 21 | [gor](https://github.com/wendal/gor) | Golang编写的静态博客引擎 | -| 531 | 25 | 0 | [tfgo](https://github.com/galeone/tfgo) | Tensorflow + Go, the gopher way | -| 531 | 185 | 9 | [tns-restful-json-api](https://github.com/corylanou/tns-restful-json-api) | This is the code repository that goes along with the "TheNewStack" article for RESTful JSON API post | -| 531 | 174 | 3 | [RFC6749.zh-cn](https://github.com/jeansfish/RFC6749.zh-cn) | A translation of simplified chinese for RFC 6749-The OAuth 2.0 Authorization Framework. RFC 6749 - OAuth 2.0授权框架简体中文翻译。 | -| 531 | 60 | 32 | [kbfs](https://github.com/keybase/kbfs) | Keybase Filesystem (KBFS) | -| 531 | 29 | 27 | [hologram](https://github.com/AdRoll/hologram) | Easy, painless AWS credentials on developer laptops. | -| 530 | 45 | 7 | [gaurun](https://github.com/mercari/gaurun) | General push notification server in Go | -| 528 | 7 | 3 | [djson](https://github.com/a8m/djson) | Fast Go decoder for dynamic JSON | -| 528 | 53 | 6 | [leveldb](https://github.com/golang/leveldb) | The LevelDB key-value database in the Go programming language. | -| 528 | 53 | 14 | [go-python](https://github.com/sbinet/go-python) | naive go bindings to the CPython C-API | -| 528 | 34 | 1 | [knox](https://github.com/pinterest/knox) | Knox is a secret management service | -| 527 | 37 | 14 | [rest-layer](https://github.com/rs/rest-layer) | REST Layer, Go (golang) REST API framework | -| 527 | 66 | 0 | [flora-kit](https://github.com/huacnlee/flora-kit) | 💐 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。 | -| 526 | 32 | 5 | [markdownfmt](https://github.com/shurcooL/markdownfmt) | Like gofmt, but for Markdown. | -| 525 | 77 | 15 | [martian](https://github.com/google/martian) | Martian is a library for building custom HTTP/S proxies | -| 524 | 88 | 28 | [gocron](https://github.com/jasonlvhit/gocron) | A Golang Job Scheduling Package. | -| 524 | 24 | 2 | [q](https://github.com/y0ssar1an/q) | Quick and dirty debugging output for tired Go programmers | -| 524 | 116 | 4 | [go-daemon](https://github.com/sevlyar/go-daemon) | A library for writing system daemons in golang. | -| 524 | 11 | 0 | [cryptic](https://github.com/domodwyer/cryptic) | A sensible secret management toolkit (and Go library) for admins and programmers | -| 524 | 66 | 12 | [Jqs7Bot](https://github.com/jqs7/Jqs7Bot) | Telegram 中文群组列表机器人 | -| 523 | 77 | 12 | [surf](https://github.com/headzoo/surf) | Stateful programmatic web browsing in Go. | -| 522 | 26 | 1 | [daisy](https://github.com/ivoras/daisy) | A private blockchain where blocks are SQLite databases, in Go | -| 521 | 25 | 45 | [gopy](https://github.com/go-python/gopy) | gopy generates a CPython extension module from a go package. | -| 520 | 39 | 4 | [socketmaster](https://github.com/zimbatm/socketmaster) | Zero downtime restarts for your apps | -| 520 | 50 | 22 | [go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) | Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more. | -| 518 | 36 | 3 | [god](https://github.com/zond/god) | A Go database | -| 518 | 53 | 2 | [go-duktape](https://github.com/olebedev/go-duktape) | Duktape JavaScript engine bindings for Go | -| 516 | 45 | 3 | [errors](https://github.com/juju/errors) | Common juju errors and functions to annotate errors. Based on juju/errgo | -| 516 | 22 | 3 | [biscuit](https://github.com/dcoker/biscuit) | Biscuit is a multi-region HA key-value store for your AWS infrastructure secrets. | -| 516 | 38 | 4 | [go-resiliency](https://github.com/eapache/go-resiliency) | Resiliency patterns for golang | -| 516 | 32 | 4 | [goji](https://github.com/goji/goji) | Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) | -| 515 | 25 | 2 | [Ferret](https://github.com/argusdusty/Ferret) | An optimized substring search engine written in Go | -| 514 | 20 | 0 | [traffic](https://github.com/pilu/traffic) | Sinatra inspired regexp/pattern mux and web framework for Go | -| 514 | 73 | 32 | [goreportcard](https://github.com/gojp/goreportcard) | A report card for your Go application | -| 512 | 44 | 18 | [ekanite](https://github.com/ekanite/ekanite) | The Syslog server with built-in search | -| 511 | 54 | 7 | [go-selfupdate](https://github.com/sanbornm/go-selfupdate) | Enable your Golang applications to self update | -| 511 | 20 | 2 | [mist](https://github.com/nanopack/mist) | A distributed, tag-based pub-sub service for modern web applications and container-driven cloud. | -| 511 | 33 | 11 | [leaps](https://github.com/Jeffail/leaps) | A pair programming service using Operational Transforms | -| 510 | 62 | 2 | [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) | :zap: Go web framework benchmark | -| 507 | 35 | 12 | [jetpack](https://github.com/3ofcoins/jetpack) | **PROTOTYPE** FreeBSD Jail/ZFS based implementation of the Application Container Specification | -| 507 | 86 | 7 | [golang-lru](https://github.com/hashicorp/golang-lru) | Golang LRU cache | -| 507 | 19 | 0 | [jennifer](https://github.com/dave/jennifer) | Jennifer is a code generator for Go | -| 506 | 22 | 1 | [siberite](https://github.com/bogdanovich/siberite) | Siberite is a simple, lightweight, leveldb backed message queue written in Go. | -| 505 | 80 | 1 | [todo](https://github.com/campoy/todo) | A task manager written in Go using TDD techniques, each commit should represent a step in the application development. | -| 505 | 127 | 3 | [goblueprints](https://github.com/matryer/goblueprints) | Source code for Go Programming Blueprints | -| 505 | 27 | 3 | [vulcan](https://github.com/digitalocean/vulcan) | Vulcan extends Prometheus adding horizontal scalability and long-term storage | -| 504 | 67 | 9 | [go-querystring](https://github.com/google/go-querystring) | go-querystring is Go library for encoding structs into URL query parameters. | -| 503 | 91 | 71 | [docker-volume-netshare](https://github.com/ContainX/docker-volume-netshare) | Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin | -| 501 | 51 | 7 | [goddd](https://github.com/marcusolsson/goddd) | Exploring DDD in Go | -| 500 | 77 | 73 | [kismatic](https://github.com/apprenda/kismatic) | Kismatic Enterprise Toolkit: Fully-Automated, Production-Grade Kubernetes Operations | \ No newline at end of file +| 545 | 55 | 6 | [leveldb](https://github.com/golang/leveldb) | The LevelDB key-value database in the Go programming language. | +| 545 | 124 | 20 | [go-systemd](https://github.com/coreos/go-systemd) | Go bindings to systemd socket activation, journal, D-Bus, and unit files | +| 544 | 64 | 1 | [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) | :zap: Go web framework benchmark | +| 543 | 117 | 7 | [go-daemon](https://github.com/sevlyar/go-daemon) | A library for writing system daemons in golang. | +| 543 | 70 | 0 | [flora-kit](https://github.com/huacnlee/flora-kit) | 💐 基于 shadowsocks-go 做的完善实现,自动网络分流,完全兼容 Surge 的配置文件。 | +| 542 | 45 | 28 | [dingo](https://github.com/pforemski/dingo) | A DNS client in Go that supports Google DNS over HTTPS | +| 541 | 47 | 4 | [gaurun](https://github.com/mercari/gaurun) | General push notification server in Go | +| 541 | 195 | 19 | [redis](https://github.com/hoisie/redis) | A simple, powerful Redis client for Go | +| 541 | 42 | 4 | [pie](https://github.com/natefinch/pie) | a toolkit for creating plugins for Go applications | +| 541 | 182 | 12 | [continuous-deployment-on-kubernetes](https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes) | None | +| 540 | 29 | 26 | [hologram](https://github.com/AdRoll/hologram) | Easy, painless AWS credentials on developer laptops. | +| 538 | 87 | 67 | [kismatic](https://github.com/apprenda/kismatic) | Kismatic Enterprise Toolkit: Fully-Automated, Production-Grade Kubernetes Operations | +| 536 | 47 | 3 | [errors](https://github.com/juju/errors) | Common juju errors and functions to annotate errors. Based on juju/errgo | +| 536 | 36 | 1 | [knox](https://github.com/pinterest/knox) | Knox is a secret management service | +| 535 | 27 | 1 | [daisy](https://github.com/ivoras/daisy) | A private blockchain where blocks are SQLite databases, in Go | +| 534 | 25 | 3 | [q](https://github.com/y0ssar1an/q) | Quick and dirty debugging output for tired Go programmers | +| 534 | 35 | 5 | [goji](https://github.com/goji/goji) | Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) | +| 534 | 27 | 48 | [gopy](https://github.com/go-python/gopy) | gopy generates a CPython extension module from a go package. | +| 534 | 49 | 5 | [skydns1](https://github.com/skynetservices/skydns1) | DNS for skynet or any other service discovery | +| 533 | 152 | 21 | [gor](https://github.com/wendal/gor) | Golang编写的静态博客引擎 | +| 532 | 32 | 6 | [markdownfmt](https://github.com/shurcooL/markdownfmt) | Like gofmt, but for Markdown. | \ No newline at end of file diff --git a/README-Groovy.md b/README-Groovy.md index 60dde90..49562bc 100644 --- a/README-Groovy.md +++ b/README-Groovy.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for Groovy sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 3690 | 843 | 98 | [jd-gui](https://github.com/java-decompiler/jd-gui) | A standalone Java Decompiler GUI | -| 2165 | 429 | 105 | [asgard](https://github.com/Netflix/asgard) | [Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases | -| 2078 | 471 | 853 | [rundeck](https://github.com/rundeck/rundeck) | Job scheduler and runbook automation. Enable self-service access to existing scripts and tools. | -| 1946 | 695 | 218 | [springfox](https://github.com/springfox/springfox) | Automated JSON API documentation for API's built with Spring | -| 1729 | 142 | 58 | [gradle-play-publisher](https://github.com/Triple-T/gradle-play-publisher) | Gradle Plugin to upload your APK and metadata to the Google Play Store | -| 1433 | 146 | 45 | [sdk-manager-plugin](https://github.com/JakeWharton/sdk-manager-plugin) | DEPRECATED Gradle plugin which downloads and manages your Android SDK. | -| 1217 | 263 | 0 | [gradle-packer-plugin](https://github.com/mcxiaoke/gradle-packer-plugin) | Android渠道打包工具 | -| 1155 | 441 | 4 | [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | -| 1063 | 59 | 15 | [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | Gradle plugin to discover dependency updates | -| 971 | 49 | 4 | [victor](https://github.com/trello/victor) | Use SVGs as resources in Android | -| 902 | 290 | 13 | [buildstep](https://github.com/progrium/buildstep) | Buildstep uses Docker and Buildpacks to build applications like Heroku | -| 855 | 105 | 65 | [shadow](https://github.com/johnrengelman/shadow) | Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin. | -| 807 | 233 | 31 | [gradle-mvn-push](https://github.com/chrisbanes/gradle-mvn-push) | Helper to upload Gradle Android Artifacts to Maven repositories | -| 781 | 192 | 0 | [geb](https://github.com/geb/geb) | Very Groovy Browser Automation | -| 777 | 44 | 14 | [build-time-tracker-plugin](https://github.com/passy/build-time-tracker-plugin) | Gradle plugin to continuously track and report your build times | -| 761 | 85 | 32 | [bintray-release](https://github.com/novoda/bintray-release) | A helper for releasing from gradle up to bintray | -| 744 | 116 | 6 | [Tinker_imitator](https://github.com/zzz40500/Tinker_imitator) | (UNMAINTAINED)微信热更新方案实践 | -| 715 | 96 | 2 | [groovy-android-gradle-plugin](https://github.com/groovy/groovy-android-gradle-plugin) | A Gradle plugin to support the Groovy language for building Android apps | -| 714 | 134 | 34 | [docker-registry-ui](https://github.com/atcol/docker-registry-ui) | A web frontend/UI for easy private/local Docker Registry integration | -| 685 | 123 | 91 | [gradle-bintray-plugin](https://github.com/bintray/gradle-bintray-plugin) | None | -| 647 | 110 | 10 | [lint-cleaner-plugin](https://github.com/marcoRS/lint-cleaner-plugin) | A Gradle Plugin that removes unused resources in Android projects. | -| 629 | 24531 | 658 | [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | SmartThings open-source DeviceTypeHandlers and SmartApps code | -| 603 | 94 | 42 | [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | -| 564 | 77 | 13 | [android-maven-gradle-plugin](https://github.com/dcendents/android-maven-gradle-plugin) | Maven plugin for gradle compatible with android library projects | -| 527 | 390 | 10 | [docker-ci-tool-stack](https://github.com/marcelbirkner/docker-ci-tool-stack) | Docker Infrastructure via docker-compose (Jenkins, SonarQube, Nexus, GitLab, Selenium Grid) | -| 517 | 102 | 187 | [gretty](https://github.com/akhikhl/gretty) | Advanced gradle plugin for running web-apps on jetty and tomcat. | -| 515 | 103 | 75 | [glu](https://github.com/pongasoft/glu) | Deployment Automation Platform | -| 484 | 67 | 0 | [img-optimizer-gradle-plugin](https://github.com/chenenyu/img-optimizer-gradle-plugin) | 一款用于优化png图片的gradle插件,有效减少APK体积,支持极限压缩和无损压缩。 | -| 483 | 82 | 0 | [gradle-git](https://github.com/ajoberstar/gradle-git) | Git plugin for Gradle | -| 474 | 83 | 45 | [lazybones](https://github.com/pledbrook/lazybones) | A simple project creation tool that uses packaged project templates. | -| 462 | 85 | 0 | [grails](https://github.com/grails/grails) | A powerful web application framework based on the Groovy language | -| 460 | 155 | 19 | [gradle-docker-plugin](https://github.com/bmuschko/gradle-docker-plugin) | Gradle plugin for managing Docker images and containers. | -| 442 | 98 | 64 | [gradle-docker](https://github.com/Transmode/gradle-docker) | A Gradle plugin to build Docker images from the build script. | -| 437 | 66 | 1 | [robolectric-gradle-plugin](https://github.com/robolectric/robolectric-gradle-plugin) | Gradle plugin for Robolectric. | -| 437 | 131 | 47 | [gradle-release](https://github.com/researchgate/gradle-release) | gradle-release is a plugin for providing a Maven-like release process for projects using Gradle | -| 435 | 98 | 99 | [gradle-node-plugin](https://github.com/srs/gradle-node-plugin) | Gradle plugin for integrating NodeJS in your build. :rocket: | -| 419 | 29 | 12 | [gradle-advanced-build-version](https://github.com/moallemi/gradle-advanced-build-version) | A plugin to generate the Android version code and version name automatically | -| 414 | 103 | 33 | [gradle-android-plugin](https://github.com/jvoegele/gradle-android-plugin) | Android plugin for the Gradle build system. | -| 413 | 220 | 0 | [Android-Gradle-Examples](https://github.com/Goddchen/Android-Gradle-Examples) | None | -| 408 | 130 | 13 | [betamax](https://github.com/betamaxteam/betamax) | Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests. The project was inspired by the VCR library for Ruby. | -| 407 | 85 | 33 | [font-mfizz](https://github.com/fizzed/font-mfizz) | Font Mfizz - Vector Icons for Technology and Software Geeks | -| 393 | 189 | 116 | [pact-jvm](https://github.com/DiUS/pact-jvm) | JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. | -| 391 | 57 | 2 | [intellij-bootstrap3](https://github.com/bodiam/intellij-bootstrap3) | Bootstrap 3 IntelliJ Plugin | -| 389 | 90 | 26 | [gradle-tomcat-plugin](https://github.com/bmuschko/gradle-tomcat-plugin) | Gradle plugin supporting deployment of your web application to an embedded Tomcat web container | -| 386 | 46 | 1 | [awesome-groovy](https://github.com/kdabir/awesome-groovy) | Curated list of awesome groovy libraries, frameworks and resources | -| 377 | 68 | 4 | [thymeleaf-layout-dialect](https://github.com/ultraq/thymeleaf-layout-dialect) | A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse | -| 372 | 72 | 59 | [nextflow](https://github.com/nextflow-io/nextflow) | A DSL for data-driven computational pipelines | -| 360 | 109 | 77 | [gradle-xcodePlugin](https://github.com/openbakery/gradle-xcodePlugin) | gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS | -| 352 | 92 | 31 | [groovy-wslite](https://github.com/jwagenleitner/groovy-wslite) | Lightweight SOAP and REST webservice clients for Groovy | -| 349 | 76 | 25 | [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) | Protobuf Plugin for Gradle | -| 349 | 39 | 1 | [android-unit-test](https://github.com/JCAndKSolutions/android-unit-test) | Gradle plugin to add unit testing to android plugin. Prepared for Robolectric. | -| 338 | 43 | 1 | [ThinRPlugin](https://github.com/meili/ThinRPlugin) | 去除android中的R.class | -| 338 | 167 | 20 | [jenkins-scripts](https://github.com/jenkinsci/jenkins-scripts) | Scripts in Groovy, shell, Ruby, Python, whatever for managing/interacting with Jenkins | -| 323 | 57 | 41 | [gradle-android-scala-plugin](https://github.com/saturday06/gradle-android-scala-plugin) | gradle-android-scala-plugin adds scala language support to official gradle android plugin | -| 319 | 15 | 1 | [java-bullshifier](https://github.com/takipi/java-bullshifier) | An open source project by OverOps. Generate massive random Java applications with a command line tool | -| 319 | 276 | 6 | [spock-example](https://github.com/spockframework/spock-example) | Spock example specifications along with ready-to-go Ant, Gradle, and Maven builds | -| 318 | 80 | 25 | [spoon-gradle-plugin](https://github.com/stanfy/spoon-gradle-plugin) | Gradle plugin for Spoon. | -| 309 | 24 | 0 | [McImage](https://github.com/Aweme/McImage) | Android Gradle Plugin -- Check big image and compress image in building | -| 309 | 41 | 1 | [Mess](https://github.com/eleme/Mess) | a gradle plugin for minifying activities, services, receivers, providers and custom view | -| 298 | 29 | 1 | [drawable-optimizer](https://github.com/fabiomsr/drawable-optimizer) | Gradle plugin to optimize png files and reduce resultant apk size within an Android project. | -| 294 | 15 | 6 | [okreplay](https://github.com/airbnb/okreplay) | 📼 Record and replay OkHttp network interaction in your tests. | -| 291 | 88 | 9 | [repose](https://github.com/rackerlabs/repose) | The powerful, programmable, API Middleware Platform | -| 287 | 249 | 40 | [ansible-role-jenkins](https://github.com/geerlingguy/ansible-role-jenkins) | Ansible Role - Jenkins CI | -| 270 | 57 | 16 | [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin) | Plugin for building plugins for IntelliJ IDEs | -| 262 | 16 | 34 | [gogradle](https://github.com/gogradle/gogradle) | A Gradle Plugin Providing Full Support for Go | -| 259 | 84 | 4 | [gradle-templates](https://github.com/townsfolk/gradle-templates) | A gradle project templates plugin | -| 258 | 154 | 13 | [ansible-jenkins](https://github.com/ICTO/ansible-jenkins) | Ansible playbook: Jenkins | -| 256 | 27 | 4 | [SwissKnife](https://github.com/Arasthel/SwissKnife) | A multi-purpose library containing view injection and threading for Android using annotations | -| 252 | 23 | 1 | [Blade](https://github.com/FrantisekGazo/Blade) | Android library for boilerplate destruction | -| 251 | 37 | 24 | [sshoogr](https://github.com/aestasit/sshoogr) | A Groovy-based DSL for working with remote SSH servers. | -| 247 | 29 | 14 | [gradle-android-command-plugin](https://github.com/novoda/gradle-android-command-plugin) | Handy commands for testing Android on CI | -| 246 | 174 | 7 | [okcoin-leeks-reaper](https://github.com/richox/okcoin-leeks-reaper) | OKCoin韭菜收割机 | -| 246 | 50 | 35 | [pygradle](https://github.com/linkedin/pygradle) | Using Gradle to build Python projects | -| 239 | 68 | 7 | [NuwaGradle](https://github.com/jasonross/NuwaGradle) | gradle plugin wrote for Nuwa | -| 239 | 58 | 51 | [gradle-appengine-plugin](https://github.com/GoogleCloudPlatform/gradle-appengine-plugin) | Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects | -| 237 | 68 | 27 | [docker-registry-web](https://github.com/mkuchin/docker-registry-web) | Web UI for private docker registry v2 | -| 233 | 41 | 32 | [gaelyk](https://github.com/gaelyk/gaelyk) | A lightweight Groovy toolkit for Google App Engine Java | -| 232 | 27 | 12 | [dict_uk](https://github.com/brown-uk/dict_uk) | Project to generate POS tag dictionary for Ukrainian language | -| 226 | 46 | 25 | [gradle-ssh-plugin](https://github.com/int128/gradle-ssh-plugin) | Gradle SSH Plugin | -| 224 | 16 | 2 | [Heimdall.droid](https://github.com/trivago/Heimdall.droid) | Easy to use OAuth 2 library for Android by trivago. | -| 219 | 173 | 9 | [job-dsl-gradle-example](https://github.com/sheehan/job-dsl-gradle-example) | An example Job DSL project that uses Gradle for building and testing. | -| 217 | 107 | 29 | [gradle-ospackage-plugin](https://github.com/nebula-plugins/gradle-ospackage-plugin) | Gradle plugin for constructing linux packages, specifically RPM and DEBs. | -| 217 | 24 | 18 | [JenkinsPipelineUnit](https://github.com/lesfurets/JenkinsPipelineUnit) | Framework for unit testing Jenkins pipelines | -| 212 | 118 | 7 | [groovykoans](https://github.com/nadavc/groovykoans) | A collection of small exercises in the form of unit tests, designed to get Java developers up to speed on Groovy | -| 207 | 189 | 65 | [grails-spring-security-core](https://github.com/grails-plugins/grails-spring-security-core) | Grails Spring Security Core Plugin | -| 205 | 69 | 3 | [json-io](https://github.com/jdereg/json-io) | Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. | -| 204 | 39 | 11 | [coveralls-gradle-plugin](https://github.com/kt3k/coveralls-gradle-plugin) | :hatched_chick: gradle plugin for coveralls | -| 202 | 70 | 11 | [TinyPIC_Gradle_Plugin](https://github.com/meili/TinyPIC_Gradle_Plugin) | TinyPIC_Gradle_Plugin | -| 202 | 34 | 16 | [android-check](https://github.com/noveogroup/android-check) | Static code analysis plugin for Android project. (Checkstyle, PMD) | -| 201 | 42 | 5 | [hibeaver](https://github.com/BryanSharp/hibeaver) | HiBeaver is an android plugin for AOP design by modifying project byte code during build of the package. | -| 198 | 60 | 40 | [license-gradle-plugin](https://github.com/hierynomus/license-gradle-plugin) | Manage your license(s) | -| 193 | 39 | 0 | [Gank4Android](https://github.com/zzhoujay/Gank4Android) | Deprecated 使用Groovy开发的Gank.IO的Android客户端 | -| 193 | 35 | 7 | [gradle-nexus-plugin](https://github.com/bmuschko/gradle-nexus-plugin) | Gradle plugin for configuring and uploading artifacts to Sonatype Nexus | -| 193 | 63 | 12 | [gradle-cargo-plugin](https://github.com/bmuschko/gradle-cargo-plugin) | Gradle plugin that provides deployment capabilities to local and remote containers via Cargo | -| 193 | 51 | 14 | [grgit](https://github.com/ajoberstar/grgit) | The Groovy way to use Git. | -| 192 | 40 | 23 | [axion-release-plugin](https://github.com/allegro/axion-release-plugin) | Gradle release & version management plugin. | -| 191 | 189 | 35 | [jenkins-build-per-branch](https://github.com/entagen/jenkins-build-per-branch) | None | -| 186 | 53 | 54 | [micro-infra-spring](https://github.com/4finance/micro-infra-spring) | Repository containing default microservice infrastructure set up using Spring configuration | -| 185 | 370 | 31 | [grails-doc](https://github.com/grails/grails-doc) | Documentation Project For The Grails Web Application Framework | -| 184 | 56 | 5 | [iceScrum](https://github.com/icescrum/iceScrum) | iceScrum is a web application for using Scrum while keeping the spirit of a collaborative workspace. It also offers virtual boards with post-its for sprint backlog, product backlog and others. | +| 3843 | 873 | 104 | [jd-gui](https://github.com/java-decompiler/jd-gui) | A standalone Java Decompiler GUI | +| 2174 | 431 | 105 | [asgard](https://github.com/Netflix/asgard) | [Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases | +| 2134 | 489 | 887 | [rundeck](https://github.com/rundeck/rundeck) | Job scheduler and runbook automation. Enable self-service access to existing scripts and tools. | +| 2066 | 720 | 256 | [springfox](https://github.com/springfox/springfox) | Automated JSON API documentation for API's built with Spring | +| 1783 | 149 | 63 | [gradle-play-publisher](https://github.com/Triple-T/gradle-play-publisher) | Gradle Plugin to upload your APK and metadata to the Google Play Store | +| 1439 | 146 | 45 | [sdk-manager-plugin](https://github.com/JakeWharton/sdk-manager-plugin) | DEPRECATED Gradle plugin which downloads and manages your Android SDK. | +| 1268 | 497 | 5 | [pipeline-examples](https://github.com/jenkinsci/pipeline-examples) | A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin | +| 1236 | 267 | 0 | [gradle-packer-plugin](https://github.com/mcxiaoke/gradle-packer-plugin) | Android渠道打包工具 | +| 1102 | 60 | 21 | [gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) | Gradle plugin to discover dependency updates | +| 976 | 49 | 5 | [victor](https://github.com/trello/victor) | Use SVGs as resources in Android | +| 904 | 288 | 13 | [buildstep](https://github.com/progrium/buildstep) | Buildstep uses Docker and Buildpacks to build applications like Heroku | +| 883 | 110 | 73 | [shadow](https://github.com/johnrengelman/shadow) | Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin. | +| 816 | 233 | 31 | [gradle-mvn-push](https://github.com/chrisbanes/gradle-mvn-push) | Helper to upload Gradle Android Artifacts to Maven repositories | +| 802 | 196 | 0 | [geb](https://github.com/geb/geb) | Very Groovy Browser Automation | +| 796 | 91 | 35 | [bintray-release](https://github.com/novoda/bintray-release) | A helper for releasing from gradle up to bintray | +| 788 | 47 | 15 | [build-time-tracker-plugin](https://github.com/passy/build-time-tracker-plugin) | Gradle plugin to continuously track and report your build times | +| 746 | 115 | 6 | [Tinker_imitator](https://github.com/zzz40500/Tinker_imitator) | (UNMAINTAINED)微信热更新方案实践 | +| 722 | 99 | 2 | [groovy-android-gradle-plugin](https://github.com/groovy/groovy-android-gradle-plugin) | A Gradle plugin to support the Groovy language for building Android apps | +| 721 | 134 | 34 | [docker-registry-ui](https://github.com/atcol/docker-registry-ui) | A web frontend/UI for easy private/local Docker Registry integration | +| 713 | 125 | 91 | [gradle-bintray-plugin](https://github.com/bintray/gradle-bintray-plugin) | None | +| 659 | 26701 | 697 | [SmartThingsPublic](https://github.com/SmartThingsCommunity/SmartThingsPublic) | SmartThings open-source DeviceTypeHandlers and SmartApps code | +| 655 | 112 | 10 | [lint-cleaner-plugin](https://github.com/marcoRS/lint-cleaner-plugin) | A Gradle Plugin that removes unused resources in Android projects. | +| 642 | 98 | 44 | [gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx) | A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. | +| 588 | 79 | 13 | [android-maven-gradle-plugin](https://github.com/dcendents/android-maven-gradle-plugin) | Maven plugin for gradle compatible with android library projects | +| 555 | 413 | 12 | [docker-ci-tool-stack](https://github.com/marcelbirkner/docker-ci-tool-stack) | Docker Infrastructure via docker-compose (Jenkins, SonarQube, Nexus, GitLab, Selenium Grid) | +| 534 | 105 | 194 | [gretty](https://github.com/akhikhl/gretty) | Advanced gradle plugin for running web-apps on jetty and tomcat. | +| 514 | 103 | 75 | [glu](https://github.com/pongasoft/glu) | Deployment Automation Platform | +| 491 | 80 | 0 | [gradle-git](https://github.com/ajoberstar/gradle-git) | Git plugin for Gradle | +| 490 | 68 | 0 | [img-optimizer-gradle-plugin](https://github.com/chenenyu/img-optimizer-gradle-plugin) | 一款用于优化png图片的gradle插件,有效减少APK体积,支持极限压缩和无损压缩。 | +| 486 | 84 | 45 | [lazybones](https://github.com/pledbrook/lazybones) | A simple project creation tool that uses packaged project templates. | +| 479 | 161 | 18 | [gradle-docker-plugin](https://github.com/bmuschko/gradle-docker-plugin) | Gradle plugin for managing Docker images and containers. | +| 465 | 99 | 70 | [gradle-docker](https://github.com/Transmode/gradle-docker) | A Gradle plugin to build Docker images from the build script. | +| 463 | 100 | 106 | [gradle-node-plugin](https://github.com/srs/gradle-node-plugin) | Gradle plugin for integrating NodeJS in your build. :rocket: | +| 461 | 85 | 0 | [grails](https://github.com/grails/grails) | A powerful web application framework based on the Groovy language | +| 456 | 140 | 53 | [gradle-release](https://github.com/researchgate/gradle-release) | gradle-release is a plugin for providing a Maven-like release process for projects using Gradle | +| 438 | 66 | 1 | [robolectric-gradle-plugin](https://github.com/robolectric/robolectric-gradle-plugin) | Gradle plugin for Robolectric. | +| 433 | 30 | 10 | [gradle-advanced-build-version](https://github.com/moallemi/gradle-advanced-build-version) | A plugin to generate the Android version code and version name automatically | +| 425 | 88 | 37 | [font-mfizz](https://github.com/fizzed/font-mfizz) | Font Mfizz - Vector Icons for Technology and Software Geeks | +| 416 | 218 | 0 | [Android-Gradle-Examples](https://github.com/Goddchen/Android-Gradle-Examples) | None | +| 414 | 104 | 33 | [gradle-android-plugin](https://github.com/jvoegele/gradle-android-plugin) | Android plugin for the Gradle build system. | +| 413 | 129 | 13 | [betamax](https://github.com/betamaxteam/betamax) | Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests. The project was inspired by the VCR library for Ruby. | +| 408 | 203 | 129 | [pact-jvm](https://github.com/DiUS/pact-jvm) | JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. | +| 403 | 45 | 1 | [awesome-groovy](https://github.com/kdabir/awesome-groovy) | A curated list of awesome groovy libraries, frameworks and resources | +| 400 | 93 | 26 | [gradle-tomcat-plugin](https://github.com/bmuschko/gradle-tomcat-plugin) | Gradle plugin supporting deployment of your web application to an embedded Tomcat web container | +| 394 | 80 | 65 | [nextflow](https://github.com/nextflow-io/nextflow) | A DSL for data-driven computational pipelines | +| 387 | 70 | 6 | [thymeleaf-layout-dialect](https://github.com/ultraq/thymeleaf-layout-dialect) | A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse | +| 380 | 47 | 2 | [ThinRPlugin](https://github.com/meili/ThinRPlugin) | 去除android中的R.class | +| 363 | 110 | 77 | [gradle-xcodePlugin](https://github.com/openbakery/gradle-xcodePlugin) | gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS | +| 361 | 80 | 30 | [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) | Protobuf Plugin for Gradle | +| 353 | 94 | 32 | [groovy-wslite](https://github.com/jwagenleitner/groovy-wslite) | Lightweight SOAP and REST webservice clients for Groovy | +| 350 | 39 | 1 | [android-unit-test](https://github.com/JCAndKSolutions/android-unit-test) | Gradle plugin to add unit testing to android plugin. Prepared for Robolectric. | +| 350 | 176 | 21 | [jenkins-scripts](https://github.com/jenkinsci/jenkins-scripts) | Scripts in Groovy, shell, Ruby, Python, whatever for managing/interacting with Jenkins | +| 331 | 41 | 2 | [Mess](https://github.com/eleme/Mess) | a gradle plugin for minifying activities, services, receivers, providers and custom view | +| 327 | 56 | 41 | [gradle-android-scala-plugin](https://github.com/saturday06/gradle-android-scala-plugin) | gradle-android-scala-plugin adds scala language support to official gradle android plugin | +| 325 | 277 | 6 | [spock-example](https://github.com/spockframework/spock-example) | Spock example specifications along with ready-to-go Ant, Gradle, and Maven builds | +| 322 | 15 | 1 | [java-bullshifier](https://github.com/takipi/java-bullshifier) | An open source project by OverOps. Generate massive random Java applications with a command line tool | +| 321 | 84 | 26 | [spoon-gradle-plugin](https://github.com/stanfy/spoon-gradle-plugin) | Gradle plugin for Spoon. | +| 312 | 25 | 0 | [McImage](https://github.com/Aweme/McImage) | Android Gradle Plugin -- Check big image and compress image in building | +| 307 | 267 | 48 | [ansible-role-jenkins](https://github.com/geerlingguy/ansible-role-jenkins) | Ansible Role - Jenkins CI | +| 303 | 31 | 1 | [drawable-optimizer](https://github.com/fabiomsr/drawable-optimizer) | Gradle plugin to optimize png files and reduce resultant apk size within an Android project. | +| 292 | 88 | 8 | [repose](https://github.com/rackerlabs/repose) | The powerful, programmable, API Middleware Platform | +| 287 | 198 | 7 | [okcoin-leeks-reaper](https://github.com/richox/okcoin-leeks-reaper) | OKCoin韭菜收割机 | +| 287 | 21 | 40 | [gogradle](https://github.com/gogradle/gogradle) | A Gradle Plugin Providing Full Support for Go | +| 282 | 62 | 20 | [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin) | Plugin for building plugins for IntelliJ IDEs | +| 264 | 38 | 26 | [JenkinsPipelineUnit](https://github.com/jenkinsci/JenkinsPipelineUnit) | Framework for unit testing Jenkins pipelines | +| 263 | 84 | 4 | [gradle-templates](https://github.com/townsfolk/gradle-templates) | A gradle project templates plugin | +| 260 | 154 | 12 | [ansible-jenkins](https://github.com/ICTO/ansible-jenkins) | Ansible playbook: Jenkins | +| 258 | 27 | 4 | [SwissKnife](https://github.com/Arasthel/SwissKnife) | A multi-purpose library containing view injection and threading for Android using annotations | +| 258 | 58 | 34 | [pygradle](https://github.com/linkedin/pygradle) | Using Gradle to build Python projects | +| 256 | 38 | 24 | [sshoogr](https://github.com/aestasit/sshoogr) | A Groovy-based DSL for working with remote SSH servers. | +| 253 | 30 | 15 | [gradle-android-command-plugin](https://github.com/novoda/gradle-android-command-plugin) | Handy commands for testing Android on CI | +| 251 | 23 | 2 | [Blade](https://github.com/FrantisekGazo/Blade) | Android library for boilerplate destruction | +| 244 | 71 | 29 | [docker-registry-web](https://github.com/mkuchin/docker-registry-web) | Web UI for private docker registry v2 | +| 243 | 69 | 7 | [NuwaGradle](https://github.com/jasonross/NuwaGradle) | gradle plugin wrote for Nuwa | +| 239 | 59 | 51 | [gradle-appengine-plugin](https://github.com/GoogleCloudPlatform/gradle-appengine-plugin) | Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects | +| 238 | 27 | 14 | [dict_uk](https://github.com/brown-uk/dict_uk) | Project to generate POS tag dictionary for Ukrainian language | +| 233 | 183 | 8 | [job-dsl-gradle-example](https://github.com/sheehan/job-dsl-gradle-example) | An example Job DSL project that uses Gradle for building and testing. | +| 233 | 43 | 32 | [gaelyk](https://github.com/gaelyk/gaelyk) | A lightweight Groovy toolkit for Google App Engine Java | +| 229 | 44 | 25 | [gradle-ssh-plugin](https://github.com/int128/gradle-ssh-plugin) | Gradle SSH Plugin | +| 224 | 110 | 33 | [gradle-ospackage-plugin](https://github.com/nebula-plugins/gradle-ospackage-plugin) | Gradle plugin for constructing linux packages, specifically RPM and DEBs. | +| 224 | 15 | 2 | [Heimdall.droid](https://github.com/trivago/Heimdall.droid) | Easy to use OAuth 2 library for Android by trivago. | +| 214 | 25 | 15 | [live-plugin](https://github.com/dkandalov/live-plugin) | IntelliJ plugin for writing plugins at runtime | +| 213 | 45 | 7 | [hibeaver](https://github.com/BryanSharp/hibeaver) | HiBeaver is an android plugin for AOP design by modifying project byte code during build of the package. | +| 211 | 119 | 7 | [groovykoans](https://github.com/nadavc/groovykoans) | A collection of small exercises in the form of unit tests, designed to get Java developers up to speed on Groovy | +| 211 | 71 | 11 | [TinyPIC_Gradle_Plugin](https://github.com/meili/TinyPIC_Gradle_Plugin) | TinyPIC_Gradle_Plugin | +| 209 | 190 | 52 | [grails-spring-security-core](https://github.com/grails-plugins/grails-spring-security-core) | Grails Spring Security Core Plugin | +| 206 | 39 | 11 | [coveralls-gradle-plugin](https://github.com/kt3k/coveralls-gradle-plugin) | :hatched_chick: gradle plugin for coveralls | +| 206 | 70 | 3 | [json-io](https://github.com/jdereg/json-io) | Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. | +| 206 | 36 | 15 | [android-check](https://github.com/noveogroup/android-check) | Static code analysis plugin for Android project. (Checkstyle, PMD) | +| 203 | 43 | 19 | [axion-release-plugin](https://github.com/allegro/axion-release-plugin) | Gradle release & version management plugin. | +| 203 | 62 | 41 | [license-gradle-plugin](https://github.com/hierynomus/license-gradle-plugin) | Manage your license(s) | +| 203 | 51 | 18 | [grgit](https://github.com/ajoberstar/grgit) | The Groovy way to use Git. | +| 196 | 63 | 12 | [gradle-cargo-plugin](https://github.com/bmuschko/gradle-cargo-plugin) | Gradle plugin that provides deployment capabilities to local and remote containers via Cargo | +| 194 | 34 | 2 | [gradle-nexus-plugin](https://github.com/bmuschko/gradle-nexus-plugin) | Gradle plugin for configuring and uploading artifacts to Sonatype Nexus | +| 193 | 40 | 0 | [Gank4Android](https://github.com/zzhoujay/Gank4Android) | Deprecated 使用Groovy开发的Gank.IO的Android客户端 | +| 191 | 190 | 36 | [jenkins-build-per-branch](https://github.com/entagen/jenkins-build-per-branch) | None | +| 191 | 60 | 7 | [pipeline-model-definition-plugin](https://github.com/jenkinsci/pipeline-model-definition-plugin) | None | +| 190 | 503 | 27 | [CoRE](https://github.com/ady624/CoRE) | CoRE - Community's own Rule Engine | +| 189 | 53 | 55 | [micro-infra-spring](https://github.com/4finance/micro-infra-spring) | Repository containing default microservice infrastructure set up using Spring configuration | +| 187 | 62 | 5 | [iceScrum](https://github.com/icescrum/iceScrum) | iceScrum is a web application for using Scrum while keeping the spirit of a collaborative workspace. It also offers virtual boards with post-its for sprint backlog, product backlog and others. | +| 186 | 377 | 43 | [grails-doc](https://github.com/grails/grails-doc) | Documentation Project For The Grails Web Application Framework | | 184 | 26 | 9 | [android-native-dependencies](https://github.com/nhachicha/android-native-dependencies) | Gradle plugin for resolving and downloading Android native dependencies (.so) | -| 183 | 17 | 4 | [RoboAspectJ](https://github.com/meituan/RoboAspectJ) | A gradle plugin that enables AOP in android. | -| 183 | 478 | 27 | [CoRE](https://github.com/ady624/CoRE) | CoRE - Community's own Rule Engine | -| 180 | 37 | 4 | [gmongo](https://github.com/poiati/gmongo) | A Groovy wrapper to the mongodb Java driver | -| 180 | 19 | 4 | [grooscript](https://github.com/chiquitinxx/grooscript) | Converts your Groovy code to Javascript | -| 176 | 51 | 7 | [pipeline-model-definition-plugin](https://github.com/jenkinsci/pipeline-model-definition-plugin) | None | -| 172 | 28 | 18 | [gradle-one-jar](https://github.com/rholder/gradle-one-jar) | The gradle-one-jar project is a Gradle plugin that uses One-JAR, a specialised Class-Loader written by Simon Tuffs (http://one-jar.sourceforge.net/), for building self-contained executable jars that include all dependencies. | -| 172 | 100 | 39 | [grails-spring-security-rest](https://github.com/alvarosanchez/grails-spring-security-rest) | Grails plugin to implement token-based, RESTful authentication using Spring Security | -| 170 | 82 | 11 | [platform](https://github.com/spring-io/platform) | The lean and modular platform for modern applications | -| 169 | 718 | 18 | [nest-manager](https://github.com/tonesto7/nest-manager) | NST Manager (SmartThings) | -| 167 | 45 | 15 | [GPars](https://github.com/GPars/GPars) | The GPars concurrency and parallelism framework for the JVM | -| 167 | 22 | 11 | [jacoco-android-gradle-plugin](https://github.com/arturdm/jacoco-android-gradle-plugin) | Gradle plugin that creates JaCoCo test reports for Android unit tests | -| 165 | 184 | 10 | [grails-website](https://github.com/grails-samples/grails-website) | Grails Web Site | -| 162 | 59 | 8 | [gradle-hockeyapp-plugin](https://github.com/x2on/gradle-hockeyapp-plugin) | A Gradle plugin for uploading iOS and Android Apps to HockeyApp. | -| 160 | 105 | 23 | [twitter-bootstrap-scaffolding](https://github.com/robfletcher/twitter-bootstrap-scaffolding) | Twitter Bootstrap powered Grails scaffolding templates | -| 160 | 148 | 0 | [geb-example-gradle](https://github.com/geb/geb-example-gradle) | An example project for using Geb in a Gradle build (Spock and JUnit 4) | -| 157 | 201 | 4 | [smartthings](https://github.com/statusbits/smartthings) | My SmartThings Projects | -| 154 | 26 | 14 | [gradle-git-repo-plugin](https://github.com/layerhq/gradle-git-repo-plugin) | Use a private git repo as a repository | -| 153 | 34 | 28 | [gradle-dependency-lock-plugin](https://github.com/nebula-plugins/gradle-dependency-lock-plugin) | A plugin to allow people using dynamic dependency versions to lock them to specific versions. | -| 152 | 92 | 29 | [spring-cloud-contract](https://github.com/spring-cloud/spring-cloud-contract) | Support for Consumer Driven Contracts in Spring | +| 183 | 19 | 4 | [RoboAspectJ](https://github.com/meituan/RoboAspectJ) | A gradle plugin that enables AOP in android. | +| 183 | 19 | 4 | [grooscript](https://github.com/chiquitinxx/grooscript) | Converts your Groovy code to Javascript | +| 180 | 806 | 23 | [nest-manager](https://github.com/tonesto7/nest-manager) | NST Manager (SmartThings) | +| 179 | 38 | 4 | [gmongo](https://github.com/poiati/gmongo) | A Groovy wrapper to the mongodb Java driver | +| 178 | 87 | 10 | [platform](https://github.com/spring-io/platform) | The lean and modular platform for modern applications | +| 177 | 22 | 12 | [jacoco-android-gradle-plugin](https://github.com/arturdm/jacoco-android-gradle-plugin) | Gradle plugin that creates JaCoCo test reports for Android unit tests | +| 173 | 102 | 40 | [grails-spring-security-rest](https://github.com/alvarosanchez/grails-spring-security-rest) | Grails plugin to implement token-based, RESTful authentication using Spring Security | +| 171 | 99 | 29 | [spring-cloud-contract](https://github.com/spring-cloud/spring-cloud-contract) | Support for Consumer Driven Contracts in Spring | +| 171 | 30 | 18 | [gradle-one-jar](https://github.com/rholder/gradle-one-jar) | The gradle-one-jar project is a Gradle plugin that uses One-JAR, a specialised Class-Loader written by Simon Tuffs (http://one-jar.sourceforge.net/), for building self-contained executable jars that include all dependencies. | +| 169 | 45 | 16 | [GPars](https://github.com/GPars/GPars) | The GPars concurrency and parallelism framework for the JVM | +| 166 | 508 | 0 | [SmartThings](https://github.com/krlaframboise/SmartThings) | None | +| 165 | 60 | 9 | [gradle-hockeyapp-plugin](https://github.com/x2on/gradle-hockeyapp-plugin) | A Gradle plugin for uploading iOS and Android Apps to HockeyApp. | +| 164 | 185 | 10 | [grails-website](https://github.com/grails-samples/grails-website) | Grails Web Site | +| 164 | 150 | 0 | [geb-example-gradle](https://github.com/geb/geb-example-gradle) | An example project for using Geb in a Gradle build (Spock and JUnit 4) | +| 163 | 215 | 4 | [smartthings](https://github.com/statusbits/smartthings) | My SmartThings Projects | +| 161 | 34 | 30 | [gradle-dependency-lock-plugin](https://github.com/nebula-plugins/gradle-dependency-lock-plugin) | A plugin to allow people using dynamic dependency versions to lock them to specific versions. | +| 160 | 26 | 13 | [gradle-git-repo-plugin](https://github.com/layerhq/gradle-git-repo-plugin) | Use a private git repo as a repository | +| 159 | 105 | 23 | [twitter-bootstrap-scaffolding](https://github.com/robfletcher/twitter-bootstrap-scaffolding) | Twitter Bootstrap powered Grails scaffolding templates | +| 155 | 73 | 9 | [jenkins-pipeline-library](https://github.com/fabric8io/jenkins-pipeline-library) | a collection of reusable jenkins pipelines and pipeline functions | +| 155 | 33 | 14 | [groovyfx](https://github.com/groovyfx-project/groovyfx) | A library for writing JavaFX 8 applications in the Groovy language. | +| 154 | 52 | 10 | [kubeflix](https://github.com/fabric8io/kubeflix) | Kubernetes integration with Netflix OSS | | 152 | 15 | 1 | [parrot](https://github.com/carlospaulino/parrot) | Automatically translate all your string resources to multiple languages | -| 152 | 462 | 0 | [SmartThings](https://github.com/krlaframboise/SmartThings) | None | -| 151 | 34 | 14 | [groovyfx](https://github.com/groovyfx-project/groovyfx) | A library for writing JavaFX 8 applications in the Groovy language. | +| 152 | 23 | 8 | [gradle-fatjar-plugin](https://github.com/musketyr/gradle-fatjar-plugin) | Gradle FatJAR Plugin | +| 150 | 51 | 26 | [asciidoctor-gradle-plugin](https://github.com/asciidoctor/asciidoctor-gradle-plugin) | A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project. | | 149 | 47 | 36 | [grails-gradle-plugin](https://github.com/grails/grails-gradle-plugin) | None | -| 148 | 21 | 8 | [gradle-fatjar-plugin](https://github.com/musketyr/gradle-fatjar-plugin) | Gradle FatJAR Plugin | -| 147 | 73 | 0 | [Making-Java-Groovy](https://github.com/kousen/Making-Java-Groovy) | Source code for Manning book "Making Java Groovy" | -| 146 | 66 | 9 | [jenkins-pipeline-library](https://github.com/fabric8io/jenkins-pipeline-library) | a collection of reusable jenkins pipelines and pipeline functions | -| 146 | 52 | 30 | [asciidoctor-gradle-plugin](https://github.com/asciidoctor/asciidoctor-gradle-plugin) | A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project. | -| 143 | 26 | 12 | [gradle-plugin-git-dependencies](https://github.com/bat-cha/gradle-plugin-git-dependencies) | A Gradle Plugin to manage git repository dependencies | -| 142 | 49 | 10 | [kubeflix](https://github.com/fabric8io/kubeflix) | Kubernetes integration with Netflix OSS | -| 141 | 12 | 2 | [AARLinkSources](https://github.com/xujiaao/AARLinkSources) | Attach sources for .aar dependencies in AndroidStudio | +| 148 | 74 | 0 | [Making-Java-Groovy](https://github.com/kousen/Making-Java-Groovy) | Source code for Manning book "Making Java Groovy" | +| 145 | 26 | 12 | [gradle-plugin-git-dependencies](https://github.com/bat-cha/gradle-plugin-git-dependencies) | A Gradle Plugin to manage git repository dependencies | +| 145 | 26 | 39 | [gradle-lint-plugin](https://github.com/nebula-plugins/gradle-lint-plugin) | A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts. | +| 144 | 103 | 58 | [fabric8-pipeline-library](https://github.com/fabric8io/fabric8-pipeline-library) | Fabric8 Pipeline for Jenkins | +| 144 | 56 | 30 | [CodeNarc](https://github.com/CodeNarc/CodeNarc) | CodeNarc source | +| 142 | 12 | 2 | [AARLinkSources](https://github.com/xujiaao/AARLinkSources) | Attach sources for .aar dependencies in AndroidStudio | +| 140 | 8 | 1 | [android-junit5](https://github.com/mannodermaus/android-junit5) | Unit Testing with JUnit 5 for Android. | +| 138 | 19 | 3 | [android-appversion-gradle-plugin](https://github.com/hamsterksu/android-appversion-gradle-plugin) | Add extra information to output file name. Add build number to the application version. | | 138 | 6 | 11 | [frame-gradle-plugin](https://github.com/chemouna/frame-gradle-plugin) | A gradle plugin to automate framing android screenshots with devices frames in multiple languages and with multiple screen sizes. | -| 138 | 20 | 4 | [wire-gradle-plugin](https://github.com/square/wire-gradle-plugin) | A Gradle plugin for generating Java code for your protocol buffer definitions with Wire. | -| 138 | 25 | 39 | [gradle-lint-plugin](https://github.com/nebula-plugins/gradle-lint-plugin) | A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts. | -| 137 | 154 | 71 | [grails-data-mapping](https://github.com/grails/grails-data-mapping) | GORM - Groovy Object Mapping | -| 136 | 18 | 3 | [android-appversion-gradle-plugin](https://github.com/hamsterksu/android-appversion-gradle-plugin) | Add extra information to output file name. Add build number to the application version. | -| 136 | 25 | 5 | [Tayra](https://github.com/EqualExperts/Tayra) | Incremental backup tool for MongoDB | -| 135 | 45 | 72 | [wuff](https://github.com/akhikhl/wuff) | Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications | -| 133 | 38 | 3 | [cdeasy](https://github.com/camiloribeiro/cdeasy) | Continuous Delivery made Easy ;) | -| 132 | 40 | 1 | [GroovyInAction](https://github.com/Dierk/GroovyInAction) | Source code of the book Groovy in Action, 2nd edition | -| 132 | 56 | 27 | [CodeNarc](https://github.com/CodeNarc/CodeNarc) | CodeNarc source | -| 129 | 50 | 11 | [gradle-plugins](https://github.com/spring-projects/gradle-plugins) | Gradle plugins for use in building and publishing open-source Spring projects, e.g. Spring Framework, Spring Integration | -| 128 | 55 | 59 | [j2objc-gradle](https://github.com/j2objc-contrib/j2objc-gradle) | This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build. | -| 128 | 84 | 44 | [smartthings-mqtt-bridge](https://github.com/stjohnjohnson/smartthings-mqtt-bridge) | Bridge between SmartThings and MQTT | -| 127 | 68 | 60 | [GradleFx](https://github.com/GradleFx/GradleFx) | Gradle plugin for building Flex projects. | -| 127 | 70 | 54 | [okky](https://github.com/okjsp/okky) | okky.kr | -| 127 | 31 | 6 | [grain](https://github.com/sysgears/grain) | Static Web Site Building Framework For Groovy | -| 126 | 5 | 0 | [gradle-robojava-plugin](https://github.com/kageiit/gradle-robojava-plugin) | Gradle plugin to integrate Robolectric tests into Android Studio | -| 126 | 83 | 52 | [fabric8-pipeline-library](https://github.com/fabric8io/fabric8-pipeline-library) | Fabric8 Pipeline for Jenkins | -| 125 | 41 | 0 | [maven2gradle](https://github.com/jbaruch/maven2gradle) | Maven2 to Gradle build converter | -| 125 | 31 | 14 | [gradle-witness](https://github.com/WhisperSystems/gradle-witness) | A gradle plugin that enables static verification for remote dependencies. | -| 123 | 36 | 19 | [spock-reports](https://github.com/renatoathaydes/spock-reports) | This project creates a global extension to Spock to create test reports. | -| 122 | 24 | 5 | [RxGroovy](https://github.com/ReactiveX/RxGroovy) | RxJava bindings for Groovy | +| 138 | 157 | 75 | [grails-data-mapping](https://github.com/grails/grails-data-mapping) | GORM - Groovy Object Mapping | +| 138 | 87 | 48 | [smartthings-mqtt-bridge](https://github.com/stjohnjohnson/smartthings-mqtt-bridge) | Bridge between SmartThings and MQTT | +| 137 | 20 | 4 | [wire-gradle-plugin](https://github.com/square/wire-gradle-plugin) | A Gradle plugin for generating Java code for your protocol buffer definitions with Wire. | +| 135 | 25 | 5 | [Tayra](https://github.com/EqualExperts/Tayra) | Incremental backup tool for MongoDB | +| 135 | 9 | 4 | [gradle-task-tree](https://github.com/dorongold/gradle-task-tree) | Gradle plugin that adds a 'taskTree' task that prints task dependency tree | +| 135 | 46 | 72 | [wuff](https://github.com/akhikhl/wuff) | Gradle plugin for automating assembly of OSGi/Eclipse bundles and applications | +| 134 | 41 | 3 | [cdeasy](https://github.com/camiloribeiro/cdeasy) | Continuous Delivery made Easy ;) | +| 133 | 41 | 1 | [GroovyInAction](https://github.com/Dierk/GroovyInAction) | Source code of the book Groovy in Action, 2nd edition | +| 130 | 51 | 11 | [gradle-plugins](https://github.com/spring-projects/gradle-plugins) | Gradle plugins for use in building and publishing open-source Spring projects, e.g. Spring Framework, Spring Integration | +| 130 | 40 | 15 | [spock-reports](https://github.com/renatoathaydes/spock-reports) | This project creates a global extension to Spock to create test reports. | +| 129 | 70 | 55 | [asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) | A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project. | +| 129 | 71 | 56 | [okky](https://github.com/okjsp/okky) | okky.kr | +| 128 | 69 | 60 | [GradleFx](https://github.com/GradleFx/GradleFx) | Gradle plugin for building Flex projects. | +| 128 | 32 | 16 | [gradle-witness](https://github.com/WhisperSystems/gradle-witness) | A gradle plugin that enables static verification for remote dependencies. | +| 128 | 32 | 6 | [grain](https://github.com/sysgears/grain) | Static Web Site Building Framework For Groovy | +| 127 | 53 | 59 | [j2objc-gradle](https://github.com/j2objc-contrib/j2objc-gradle) | This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build. | +| 126 | 85 | 0 | [java-testing-with-spock](https://github.com/kkapelon/java-testing-with-spock) | Code samples from the book "Java testing with Spock" | +| 125 | 5 | 0 | [gradle-robojava-plugin](https://github.com/kageiit/gradle-robojava-plugin) | Gradle plugin to integrate Robolectric tests into Android Studio | +| 125 | 24 | 4 | [RxGroovy](https://github.com/ReactiveX/RxGroovy) | RxJava bindings for Groovy | +| 125 | 39 | 0 | [maven2gradle](https://github.com/jbaruch/maven2gradle) | Maven2 to Gradle build converter | +| 123 | 97 | 104 | [openboxes](https://github.com/openboxes/openboxes) | OpenBoxes is a supply chain management system designed to manage inventory and track stock movements for healthcare facilities. | +| 123 | 14 | 8 | [gaiden](https://github.com/kobo/gaiden) | Gaiden is a tool that makes it easy to create documentation with Markdown. | | 122 | 30 | 2 | [gr8confagenda](https://github.com/melix/gr8confagenda) | Source code for the GR8Conf Agenda Android application | -| 121 | 41 | 31 | [gradle-jenkins-plugin](https://github.com/ghale/gradle-jenkins-plugin) | Gradle plugin to programmatically configure Jenkins jobs. | -| 119 | 96 | 100 | [openboxes](https://github.com/openboxes/openboxes) | OpenBoxes is a supply chain management system designed to manage inventory and track stock movements for healthcare facilities. | -| 119 | 13 | 8 | [gaiden](https://github.com/kobo/gaiden) | Gaiden is a tool that makes it easy to create documentation with Markdown. | -| 116 | 36 | 6 | [zerotocloud](https://github.com/Netflix-Skunkworks/zerotocloud) | Scripts and instructions for Zero To Cloud With NetflixOSS | +| 120 | 40 | 31 | [gradle-jenkins-plugin](https://github.com/ghale/gradle-jenkins-plugin) | Gradle plugin to programmatically configure Jenkins jobs. | +| 119 | 36 | 6 | [zerotocloud](https://github.com/Netflix-Skunkworks/zerotocloud) | Scripts and instructions for Zero To Cloud With NetflixOSS | | 116 | 22 | 6 | [gradle-eclipse-aar-plugin](https://github.com/ksoichiro/gradle-eclipse-aar-plugin) | Gradle plugin to use Android AAR libraries on Eclipse. | -| 116 | 8 | 4 | [gradle-task-tree](https://github.com/dorongold/gradle-task-tree) | Gradle plugin that adds a 'taskTree' task that prints task dependency tree | | 115 | 4 | 2 | [PlayServicesStrip-plugin](https://github.com/castorflex/PlayServicesStrip-plugin) | DEPRECATED - Use play-services 6.x instead. Gradle plugin to strip your google play services | -| 114 | 6 | 0 | [findbugs-android](https://github.com/ChaitanyaPramod/findbugs-android) | Gradle plugin that creates FindBugs reports for android projects | -| 114 | 82 | 0 | [java-testing-with-spock](https://github.com/kkapelon/java-testing-with-spock) | Code samples from the book "Java testing with Spock" | +| 114 | 38 | 125 | [bpipe](https://github.com/ssadedin/bpipe) | Bpipe - a tool for running and managing bioinformatics pipelines | +| 113 | 6 | 0 | [findbugs-android](https://github.com/ChaitanyaPramod/findbugs-android) | Gradle plugin that creates FindBugs reports for android projects | +| 113 | 107 | 1 | [scripts](https://github.com/filebot/scripts) | Groovy Scripts for FileBot | | 112 | 19 | 3 | [genymotion-gradle-plugin](https://github.com/Genymobile/genymotion-gradle-plugin) | A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts | -| 112 | 104 | 0 | [scripts](https://github.com/filebot/scripts) | Groovy Scripts for FileBot | -| 111 | 265 | 11 | [device-type.nest](https://github.com/smartthings-users/device-type.nest) | Device Type for Nest Thermostat | -| 109 | 13 | 1 | [gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) | Gradle plugin introducing a provided dependency configuration and marking a dependency as optional. | -| 107 | 37 | 125 | [bpipe](https://github.com/ssadedin/bpipe) | Bpipe - a tool for running and managing bioinformatics pipelines | -| 106 | 4 | 0 | [psync](https://github.com/Flipboard/psync) | A gradle plugin for android projects to generate Java representations of xml preferences. | -| 106 | 14 | 9 | [jervis](https://github.com/samrocketman/jervis) | Travis-like Jenkins job generation using Job DSL plugin groovy scripts. Reads .travis.yml and generates a job in Jenkins. | -| 104 | 165 | 0 | [device-type.myecobee](https://github.com/yracine/device-type.myecobee) | SmartThings-ecobee integration | -| 104 | 19 | 3 | [icon-version](https://github.com/akonior/icon-version) | Android gradle plugin that adds version and flavor name to all app icons. | -| 104 | 10 | 6 | [code-history-mining](https://github.com/dkandalov/code-history-mining) | IntelliJ plugin for analysis and visualisation of project code history | +| 112 | 13 | 1 | [gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) | Gradle plugin introducing a provided dependency configuration and marking a dependency as optional. | +| 111 | 267 | 10 | [device-type.nest](https://github.com/smartthings-users/device-type.nest) | Device Type for Nest Thermostat | +| 110 | 210 | 12 | [clouddriver](https://github.com/spinnaker/clouddriver) | read and write operations across cloud providers | +| 109 | 121 | 13 | [artifactory-user-plugins](https://github.com/JFrogDev/artifactory-user-plugins) | Sample Artifactory User Plugins | +| 108 | 20 | 3 | [icon-version](https://github.com/akonior/icon-version) | Android gradle plugin that adds version and flavor name to all app icons. | +| 108 | 13 | 15 | [jervis](https://github.com/samrocketman/jervis) | Travis-like Jenkins job generation using Job DSL plugin groovy scripts. Reads .travis.yml and generates a job in Jenkins. | +| 107 | 12 | 6 | [code-history-mining](https://github.com/dkandalov/code-history-mining) | IntelliJ plugin for analysis and visualisation of project code history | +| 106 | 21 | 1 | [groovycsv](https://github.com/xlson/groovycsv) | A simple CSV parsing library for groovy | +| 106 | 5 | 0 | [psync](https://github.com/Flipboard/psync) | A gradle plugin for android projects to generate Java representations of xml preferences. | +| 105 | 173 | 0 | [device-type.myecobee](https://github.com/yracine/device-type.myecobee) | SmartThings-ecobee integration | +| 105 | 20 | 19 | [gradle-watch-plugin](https://github.com/bluepapa32/gradle-watch-plugin) | Gradle Watch Plugin | +| 105 | 43 | 40 | [gradle-docker](https://github.com/palantir/gradle-docker) | a Gradle plugin for orchestrating docker builds and pushes. | | 104 | 10 | 1 | [GradleAndroidSignPlugin](https://github.com/alexvasilkov/GradleAndroidSignPlugin) | None | -| 103 | 120 | 10 | [artifactory-user-plugins](https://github.com/JFrogDev/artifactory-user-plugins) | Sample Artifactory User Plugins | -| 103 | 20 | 19 | [gradle-watch-plugin](https://github.com/bluepapa32/gradle-watch-plugin) | Gradle Watch Plugin | -| 102 | 20 | 1 | [groovycsv](https://github.com/xlson/groovycsv) | A simple CSV parsing library for groovy | +| 103 | 8 | 7 | [JacocoEverywhere](https://github.com/paveldudka/JacocoEverywhere) | Gradle plugin which allows to generate Jacoco coverage report for both integration & unit tests | +| 102 | 12 | 5 | [GradleRIO](https://github.com/Open-RIO/GradleRIO) | A gradle plugin for the RoboRIO for FRC | | 102 | 13 | 3 | [graffiti](https://github.com/webdevwilson/graffiti) | Graffiti is a lightweight web framework for Groovy inspired by Sinatra | -| 101 | 43 | 36 | [gradle-docker](https://github.com/palantir/gradle-docker) | a Gradle plugin for orchestrating docker builds and pushes. | -| 100 | 26 | 4 | [HotFix](https://github.com/AItsuki/HotFix) | Android热补丁修复框架,自动生成带签名的补丁包 | -| 100 | 45 | 9 | [gradle-vaadin-plugin](https://github.com/johndevs/gradle-vaadin-plugin) | A Gradle plugin for building Vaadin applications | -| 100 | 192 | 18 | [clouddriver](https://github.com/spinnaker/clouddriver) | read and write operations across cloud providers | -| 99 | 11 | 4 | [infer-plugin](https://github.com/uber-common/infer-plugin) | Gradle plugin that allows easy integration with the infer static analyzer. | -| 98 | 8 | 8 | [JacocoEverywhere](https://github.com/paveldudka/JacocoEverywhere) | Gradle plugin which allows to generate Jacoco coverage report for both integration & unit tests | -| 98 | 5 | 1 | [android-junit5](https://github.com/aurae/android-junit5) | Unit Testing with JUnit 5 for Android. | +| 101 | 26 | 4 | [HotFix](https://github.com/AItsuki/HotFix) | Android热补丁修复框架,自动生成带签名的补丁包 | +| 101 | 45 | 9 | [gradle-vaadin-plugin](https://github.com/johndevs/gradle-vaadin-plugin) | A Gradle plugin for building Vaadin applications | +| 101 | 11 | 5 | [infer-plugin](https://github.com/uber-common/infer-plugin) | Gradle plugin that allows easy integration with the infer static analyzer. | +| 100 | 16 | 2 | [gradle-properties-plugin](https://github.com/stevesaliman/gradle-properties-plugin) | Gradle plugin to simplify loading project properties from external environment specific files | +| 99 | 41 | 3 | [jenkins-pipeline-scripts](https://github.com/docker/jenkins-pipeline-scripts) | None | +| 98 | 10 | 0 | [ClassPlugin](https://github.com/dinuscxj/ClassPlugin) | A flexible class replacement plugin for gradle | | 96 | 5 | 0 | [manifestreplace-plugin](https://github.com/castorflex/manifestreplace-plugin) | Gradle plugin to add more placeholders to your manifest.xml. | -| 96 | 37 | 9 | [iotdb-smartthings](https://github.com/dpjanes/iotdb-smartthings) | Demonstration of how to write APIs that communicate with SmartThings | -| 96 | 9 | 0 | [ClassPlugin](https://github.com/dinuscxj/ClassPlugin) | A flexible class replacement plugin for gradle | -| 95 | 16 | 3 | [gradle-properties-plugin](https://github.com/stevesaliman/gradle-properties-plugin) | Gradle plugin to simplify loading project properties from external environment specific files | -| 95 | 366 | 4 | [SmartThings_MyQ](https://github.com/copy-ninja/SmartThings_MyQ) | Integrate SmartThings with MyQ | -| 93 | 29 | 0 | [icloud](https://github.com/muhlba91/icloud) | iCloud calendar URLs | -| 93 | 4 | 4 | [gradle-config](https://github.com/tmiyamon/gradle-config) | Gradle plugin to add multi-variants yaml settings to Android. | -| 93 | 11 | 2 | [GradleRIO](https://github.com/Open-RIO/GradleRIO) | A gradle plugin for the RoboRIO for FRC | -| 93 | 53 | 3 | [example-books](https://github.com/ratpack/example-books) | An example Groovy & Gradle based Ratpack app | -| 93 | 41 | 3 | [jenkins-pipeline-scripts](https://github.com/docker/jenkins-pipeline-scripts) | None | +| 96 | 38 | 9 | [iotdb-smartthings](https://github.com/dpjanes/iotdb-smartthings) | Demonstration of how to write APIs that communicate with SmartThings | +| 96 | 385 | 4 | [SmartThings_MyQ](https://github.com/copy-ninja/SmartThings_MyQ) | Integrate SmartThings with MyQ | +| 95 | 53 | 4 | [example-books](https://github.com/ratpack/example-books) | An example Groovy & Gradle based Ratpack app | +| 94 | 4 | 3 | [gradle-config](https://github.com/tmiyamon/gradle-config) | Gradle plugin to add multi-variants yaml settings to Android. | +| 94 | 70 | 8 | [moqui-framework](https://github.com/moqui/moqui-framework) | Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration. | +| 92 | 29 | 0 | [icloud](https://github.com/muhlba91/icloud) | iCloud calendar URLs | +| 92 | 47 | 4 | [elasticsearch-river-csv](https://github.com/AgileWorksOrg/elasticsearch-river-csv) | CSV river for ElasticSearch | | 92 | 16 | 5 | [gretty](https://github.com/mbteswedenab/gretty) | Gretty is simple framework for networking | -| 91 | 49 | 4 | [elasticsearch-river-csv](https://github.com/AgileWorksOrg/elasticsearch-river-csv) | CSV river for ElasticSearch | | 91 | 23 | 5 | [accurest](https://github.com/Codearte/accurest) | Accurest - Consumer Driven Contracts verifier for Java. Moved to: | -| 86 | 45 | 23 | [boot-microservice](https://github.com/4finance/boot-microservice) | Common classes for microservices set up on Spring Boot. | +| 89 | 19 | 6 | [gradle-jooq-plugin](https://github.com/etiennestuder/gradle-jooq-plugin) | Gradle plugin that integrates jOOQ. | +| 88 | 36 | 55 | [grabbit](https://github.com/TWCable/grabbit) | Grabbit - Fast Content Sync tool for AEM/CQ | | 86 | 33 | 11 | [open-dolphin](https://github.com/canoo/open-dolphin) | Reference implementation for the OpenDolphin architecture | -| 85 | 36 | 12 | [testfairy-gradle-plugin](https://github.com/testfairy/testfairy-gradle-plugin) | TestFairy plugin for Gradle / Android Studio (and supported IDEs) | -| 85 | 6 | 8 | [groovyserv](https://github.com/kobo/groovyserv) | Groovy's startup acceralator. | -| 85 | 68 | 9 | [moqui-framework](https://github.com/moqui/moqui-framework) | Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration. | -| 84 | 35 | 54 | [grabbit](https://github.com/TWCable/grabbit) | Grabbit - Fast Content Sync tool for AEM/CQ | -| 83 | 66 | 3 | [aem-groovy-console](https://github.com/OlsonDigital/aem-groovy-console) | The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs. | -| 82 | 13 | 8 | [AndHotFix](https://github.com/Livyli/AndHotFix) | Android app hot fix | -| 81 | 69 | 29 | [grails-asset-pipeline](https://github.com/bertramdev/grails-asset-pipeline) | Grails Asset Pipeline | +| 86 | 45 | 24 | [boot-microservice](https://github.com/4finance/boot-microservice) | Common classes for microservices set up on Spring Boot. | +| 85 | 36 | 13 | [testfairy-gradle-plugin](https://github.com/testfairy/testfairy-gradle-plugin) | TestFairy plugin for Gradle / Android Studio (and supported IDEs) | +| 85 | 6 | 9 | [groovyserv](https://github.com/kobo/groovyserv) | Groovy's startup acceralator. | +| 85 | 12 | 1 | [gradle-android-git-version](https://github.com/gladed/gradle-android-git-version) | A gradle plugin to calculate Android-friendly version names and codes from git tags | +| 85 | 217 | 32 | [lock-manager](https://github.com/ethayer/lock-manager) | Lock Manager | +| 83 | 68 | 4 | [aem-groovy-console](https://github.com/OlsonDigital/aem-groovy-console) | The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs. | +| 83 | 13 | 8 | [AndHotFix](https://github.com/Livyli/AndHotFix) | Android app hot fix | +| 82 | 69 | 28 | [grails-asset-pipeline](https://github.com/bertramdev/grails-asset-pipeline) | Grails Asset Pipeline | +| 82 | 37 | 1 | [gradle-docker-compose-plugin](https://github.com/avast/gradle-docker-compose-plugin) | Simplifies usage of Docker Compose for integration testing in Gradle environment. | +| 82 | 7 | 0 | [gradle-proguard-plugin](https://github.com/hotchemi/gradle-proguard-plugin) | The gradle plugin to add proguard snippets to your proguard setting file quickly. | | 81 | 86 | 2 | [blog-examples](https://github.com/mscharhag/blog-examples) | None | | 81 | 19 | 20 | [document-builder](https://github.com/craigburke/document-builder) | Groovy Document Builder | -| 81 | 15 | 3 | [gradle-jooq-plugin](https://github.com/etiennestuder/gradle-jooq-plugin) | Gradle plugin that integrates jOOQ. | -| 80 | 11 | 5 | [lgtmin](https://github.com/rahulsom/lgtmin) | Say 'Looks good to me' with pictures | -| 80 | 105 | 20 | [grails-database-migration](https://github.com/grails-plugins/grails-database-migration) | Grails Database Migration Plugin | -| 80 | 42 | 7 | [api-server](https://github.com/smart-on-fhir/api-server) | Open-source FHIR Server to support patient- and clinician-facing apps | -| 79 | 49 | 0 | [gradle-aspectj](https://github.com/eveoh/gradle-aspectj) | Gradle AspectJ plugin | -| 79 | 7 | 0 | [gradle-proguard-plugin](https://github.com/hotchemi/gradle-proguard-plugin) | The gradle plugin to add proguard snippets to your proguard setting file quickly. | -| 79 | 34 | 10 | [linkedin-gradle-plugin-for-apache-hadoop](https://github.com/linkedin/linkedin-gradle-plugin-for-apache-hadoop) | None | -| 78 | 12 | 7 | [swagger2raml](https://github.com/8x8Cloud/swagger2raml) | A utility to generate RAML documentation from Swagger JSON | -| 78 | 19 | 1 | [gradle-android-junit-jacoco-plugin](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin) | Gradle plugin that generates JaCoCo reports from an Android Gradle Project | +| 81 | 106 | 21 | [grails-database-migration](https://github.com/grails-plugins/grails-database-migration) | Grails Database Migration Plugin | +| 81 | 42 | 7 | [api-server](https://github.com/smart-on-fhir/api-server) | Open-source FHIR Server to support patient- and clinician-facing apps | +| 80 | 161 | 11 | [DLNA-PLAYER](https://github.com/SmartThingsUle/DLNA-PLAYER) | Generic DLNA Player to Smartthings | +| 80 | 173 | 11 | [Xiaomi](https://github.com/a4refillpad/Xiaomi) | my Xiaomi Device Handlers for Smartthings | +| 80 | 34 | 12 | [linkedin-gradle-plugin-for-apache-hadoop](https://github.com/linkedin/linkedin-gradle-plugin-for-apache-hadoop) | None | +| 79 | 11 | 5 | [lgtmin](https://github.com/rahulsom/lgtmin) | Say 'Looks good to me' with pictures | +| 79 | 50 | 0 | [gradle-aspectj](https://github.com/eveoh/gradle-aspectj) | Gradle AspectJ plugin | +| 79 | 39 | 0 | [n-cube](https://github.com/jdereg/n-cube) | Rules Engine, Decision Tables, Templating | +| 79 | 11 | 7 | [swagger2raml](https://github.com/8x8Cloud/swagger2raml) | A utility to generate RAML documentation from Swagger JSON | +| 78 | 18 | 1 | [ResPkgRemaker](https://github.com/seiginonakama/ResPkgRemaker) | a gradle plugin which can change your res packageId by simple config without modify aapt, very useful for plugin-framework and multi dynamic resource | +| 78 | 22 | 0 | [gradle-android-junit-jacoco-plugin](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin) | Gradle plugin that generates JaCoCo reports from an Android Gradle Project | +| 78 | 20 | 6 | [buildJar](https://github.com/adisonhyh/buildJar) | 通用的打包jar gradle插件 | +| 78 | 22 | 0 | [android-proguard-rules](https://github.com/mukeshsolanki/android-proguard-rules) | Set of Proguard rules that need to be configured for some frequently used libraries | | 77 | 17 | 15 | [gradle-plugins](https://github.com/RobertFischer/gradle-plugins) | Plugins for Gradle | -| 77 | 156 | 11 | [DLNA-PLAYER](https://github.com/SmartThingsUle/DLNA-PLAYER) | Generic DLNA Player to Smartthings | -| 77 | 39 | 0 | [n-cube](https://github.com/jdereg/n-cube) | Rules Engine, Decision Tables, Templating | -| 76 | 12 | 1 | [gradle-android-git-version](https://github.com/gladed/gradle-android-git-version) | A gradle plugin to calculate Android-friendly version names and codes from git tags | -| 76 | 35 | 3 | [gradle-docker-compose-plugin](https://github.com/avast/gradle-docker-compose-plugin) | Simplifies usage of Docker Compose for integration testing in Gradle environment. | +| 76 | 16 | 0 | [useful-jenkins-groovy-init-scripts](https://github.com/hayderimran7/useful-jenkins-groovy-init-scripts) | A repo of useful groovy init scripts for working with jenkins hooks.. | +| 76 | 34 | 2 | [jenkins-scripts](https://github.com/cloudbees/jenkins-scripts) | None | | 76 | 8 | 9 | [gradle-mdicons](https://github.com/tmiyamon/gradle-mdicons) | A gradle plugin for Android to handle material design icons Google published. | -| 76 | 20 | 0 | [android-proguard-rules](https://github.com/mukeshsolanki/android-proguard-rules) | Set of Proguard rules that need to be configured for some frequently used libraries | -| 75 | 80 | 2 | [grailstwitter](https://github.com/grails-samples/grailstwitter) | Grails Twitter Sample Application | +| 76 | 16 | 10 | [client-dependencies-gradle](https://github.com/craigburke/client-dependencies-gradle) | Install client dependencies from NPM, Bower or Git | +| 76 | 21 | 22 | [nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin) | Release opinions based around gradle-git | +| 75 | 27 | 7 | [fabric8-jenkinsfile-library](https://github.com/fabric8io/fabric8-jenkinsfile-library) | This repository contains a library of reusable Jenkinsfiles that you can use on your projects. Its reused by the fabric8 console to associate Jenkinsfiles to projects | +| 75 | 98 | 40 | [grails-fields](https://github.com/grails-fields-plugin/grails-fields) | a spiritual successor to the bean-fields plugin | +| 75 | 11 | 13 | [groovy-ssh](https://github.com/int128/groovy-ssh) | SSH automation tool based on Groovy DSL | | 75 | 41 | 1 | [graina](https://github.com/pledbrook/graina) | Chapter source code and example application for Grails in Action | | 74 | 7 | 0 | [ProperDroid](https://github.com/JcMinarro/ProperDroid) | ProperDroid is a gradle plugin and an Android library that simplifies the way that config different variant on your project. | -| 74 | 15 | 1 | [ResPkgRemaker](https://github.com/seiginonakama/ResPkgRemaker) | a gradle plugin which can change your res packageId by simple config without modify aapt, very useful for plugin-framework and multi dynamic resource | -| 74 | 83 | 1 | [Code](https://github.com/SmartThingsCommunity/Code) | DEPRECATED A collection of code examples from the SmartThings team, and the community. | -| 74 | 13 | 7 | [client-dependencies-gradle](https://github.com/craigburke/client-dependencies-gradle) | Install client dependencies from NPM, Bower or Git | -| 73 | 20 | 5 | [buildJar](https://github.com/adisonhyh/buildJar) | 通用的打包jar gradle插件 | -| 73 | 96 | 37 | [grails-fields](https://github.com/grails-fields-plugin/grails-fields) | a spiritual successor to the bean-fields plugin | -| 73 | 21 | 23 | [nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin) | Release opinions based around gradle-git | +| 74 | 86 | 1 | [Code](https://github.com/SmartThingsCommunity/Code) | DEPRECATED A collection of code examples from the SmartThings team, and the community. | +| 74 | 22 | 6 | [dgate](https://github.com/DTeam-Top/dgate) | an API Gateway based on Vert.x | +| 73 | 80 | 2 | [grailstwitter](https://github.com/grails-samples/grailstwitter) | Grails Twitter Sample Application | | 72 | 13 | 17 | [uptodate-gradle-plugin](https://github.com/4finance/uptodate-gradle-plugin) | Gradle plugin that tells you what libs have new versions on the specified Maven repository | -| 72 | 36 | 1 | [groovy-liquibase](https://github.com/tlberglund/groovy-liquibase) | Yet Another Groovy DSL for Liquibase | -| 72 | 170 | 28 | [lock-manager](https://github.com/ethayer/lock-manager) | Lock Manager | -| 72 | 10 | 9 | [groovy-ssh](https://github.com/int128/groovy-ssh) | SSH automation tool based on Groovy DSL | -| 71 | 9 | 2 | [jarjar-gradle](https://github.com/vRallev/jarjar-gradle) | None | -| 70 | 3 | 0 | [Versionberg](https://github.com/rockerhieu/Versionberg) | Gradle plugin for versioning your library/application on every git commit | -| 70 | 21 | 7 | [fabric8-jenkinsfile-library](https://github.com/fabric8io/fabric8-jenkinsfile-library) | This repository contains a library of reusable Jenkinsfiles that you can use on your projects. Its reused by the fabric8 console to associate Jenkinsfiles to projects | -| 69 | 25 | 0 | [grails-spock-examples](https://github.com/pschneider-manzell/grails-spock-examples) | Grails project with tests based on Spock. | -| 69 | 2 | 0 | [Daffodil](https://github.com/saymagic/Daffodil) | Annotation-triggered method call logging library. | -| 69 | 11 | 1 | [testingarchitecture](https://github.com/malmstein/testingarchitecture) | Skeleton for an Android project with Espresso + JUnit + Robolectric tests | +| 72 | 84 | 6 | [asciidoctor-maven-examples](https://github.com/asciidoctor/asciidoctor-maven-examples) | A collection of example projects that demonstrates how to use the Asciidoctor Maven plugin. | +| 72 | 37 | 1 | [groovy-liquibase](https://github.com/tlberglund/groovy-liquibase) | Yet Another Groovy DSL for Liquibase | +| 72 | 3 | 0 | [Versionberg](https://github.com/rockerhieu/Versionberg) | Gradle plugin for versioning your library/application on every git commit | +| 72 | 10 | 2 | [jarjar-gradle](https://github.com/vRallev/jarjar-gradle) | None | +| 71 | 134 | 9 | [SmartThings](https://github.com/MichaelStruck/SmartThings) | A repository for my SmartThings apps and items related to them | +| 70 | 11 | 9 | [Automaton](https://github.com/renatoathaydes/Automaton) | Simple framework which allows the testing of Swing and JavaFX2 applications. | +| 70 | 44 | 15 | [gradle-msbuild-plugin](https://github.com/Ullink/gradle-msbuild-plugin) | Gradle plugin for msbuild execution, supports C# project files for now | +| 70 | 2 | 0 | [Daffodil](https://github.com/saymagic/Daffodil) | Annotation-triggered method call logging library. | +| 70 | 11 | 1 | [testingarchitecture](https://github.com/malmstein/testingarchitecture) | Skeleton for an Android project with Espresso + JUnit + Robolectric tests | +| 69 | 109 | 19 | [SmartThings](https://github.com/codersaur/SmartThings) | Samsung SmartThings SmartApps and Device Handlers | +| 69 | 98 | 1 | [SmartThingsPersonal](https://github.com/tslagle13/SmartThingsPersonal) | All my code made public for the STs community! | +| 68 | 40 | 5 | [frontlinesms2](https://github.com/frontlinesms/frontlinesms2) | FrontlineSMS is desktop/cloud based software created to lower barriers to positive social change using mobile technology | | 68 | 15 | 0 | [handlebars-spring-boot-starter](https://github.com/allegro/handlebars-spring-boot-starter) | Spring Boot auto-configuration for Handlebars | -| 68 | 43 | 16 | [gradle-msbuild-plugin](https://github.com/Ullink/gradle-msbuild-plugin) | Gradle plugin for msbuild execution, supports C# project files for now | +| 68 | 19 | 7 | [gradle-plugins](https://github.com/ewerk/gradle-plugins) | A collection of Gradle plugins | +| 68 | 23 | 0 | [grails-spock-examples](https://github.com/pschneider-manzell/grails-spock-examples) | Grails project with tests based on Spock. | | 68 | 12 | 1 | [facebook-api-android-aar](https://github.com/mente/facebook-api-android-aar) | Facebook Android SDK library built with gradle in aar format for usage with android gradle build system | +| 68 | 119 | 52 | [orca](https://github.com/spinnaker/orca) | orchestration engine | | 67 | 13 | 10 | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | Gradle Docker plugin | -| 67 | 129 | 9 | [SmartThings](https://github.com/MichaelStruck/SmartThings) | A repository for my SmartThings apps and items related to them | +| 67 | 10 | 6 | [openthesaurus](https://github.com/danielnaber/openthesaurus) | web-based thesaurus search and management | +| 67 | 58 | 0 | [ms-lifecycle](https://github.com/vfarcic/ms-lifecycle) | None | | 67 | 31 | 0 | [pronto-agile](https://github.com/bluesoft/pronto-agile) | open source agile project management | -| 67 | 21 | 6 | [dgate](https://github.com/DTeam-Top/dgate) | an API Gateway based on Vert.x | -| 66 | 56 | 0 | [ms-lifecycle](https://github.com/vfarcic/ms-lifecycle) | None | -| 66 | 82 | 5 | [asciidoctor-maven-examples](https://github.com/asciidoctor/asciidoctor-maven-examples) | A collection of example projects that demonstrates how to use the Asciidoctor Maven plugin. | +| 66 | 18 | 8 | [gradle-pitest-plugin](https://github.com/szpak/gradle-pitest-plugin) | Gradle plugin for PIT Mutation Testing | +| 66 | 89 | 8 | [webCoRE](https://github.com/ady624/webCoRE) | webCoRE is a web version of CoRE | | 66 | 3 | 0 | [assetfilegenerator](https://github.com/guicamest/assetfilegenerator) | Asset File Generator Plugin for Android | -| 66 | 155 | 29 | [elasticsearch-grails-plugin](https://github.com/mstein/elasticsearch-grails-plugin) | ElasticSearch grails plugin | -| 66 | 97 | 1 | [SmartThingsPersonal](https://github.com/tslagle13/SmartThingsPersonal) | All my code made public for the STs community! | -| 65 | 104 | 9 | [groovy-website](https://github.com/groovy/groovy-website) | The Groovy language website | -| 65 | 12 | 9 | [Automaton](https://github.com/renatoathaydes/Automaton) | Simple framework which allows the testing of Swing and JavaFX2 applications. | +| 66 | 12 | 3 | [gradle-jacoco-coverage](https://github.com/palantir/gradle-jacoco-coverage) | None | +| 66 | 157 | 29 | [elasticsearch-grails-plugin](https://github.com/mstein/elasticsearch-grails-plugin) | ElasticSearch grails plugin | +| 66 | 32 | 1 | [lemarios](https://github.com/olea/lemarios) | Lemarios y listas de palabras del español | +| 65 | 105 | 9 | [groovy-website](https://github.com/groovy/groovy-website) | The Groovy language website | +| 65 | 14 | 3 | [versioning](https://github.com/nemerosa/versioning) | Gradle plug-in to generate version information from the SCM branch (Git or Svn) | | 65 | 60 | 11 | [grails-resources](https://github.com/grails-plugins/grails-resources) | Resources framework for Grails 2.0 | +| 65 | 67 | 33 | [artifactory-client-java](https://github.com/JFrogDev/artifactory-client-java) | Artifactory REST Client Java API bindings | +| 65 | 31 | 21 | [build-test-data](https://github.com/longwa/build-test-data) | Enables the easy creation of test data by automatic inspection of constraints. Any properties that are required have their constraints examined and a value is automatically provided for them. | +| 65 | 150 | 0 | [jcdevhandlers](https://github.com/constjs/jcdevhandlers) | My SmartThings stuff! | +| 65 | 6 | 5 | [gradle-license-plugin](https://github.com/jaredsburrows/gradle-license-plugin) | Gradle plugin that provides a task to generate a HTML license report of your project. | | 64 | 8 | 14 | [gstorm](https://github.com/kdabir/gstorm) | A simple ORM for databases and CSV files to be used in groovy scripts | -| 64 | 30 | 21 | [build-test-data](https://github.com/longwa/build-test-data) | Enables the easy creation of test data by automatic inspection of constraints. Any properties that are required have their constraints examined and a value is automatically provided for them. | +| 64 | 16 | 8 | [gradle-capsule-plugin](https://github.com/danthegoodman/gradle-capsule-plugin) | A Gradle plugin for Capsule, the packaging and deployment tool for JVM apps. | +| 64 | 12 | 3 | [gradle-launch4j](https://github.com/TheBoegl/gradle-launch4j) | A gradle-plugin to create windows executables with launch4j | | 64 | 8 | 6 | [gradle-github-plugin](https://github.com/riiid/gradle-github-plugin) | :truck: Gradle plugin for Github releases | +| 64 | 5 | 1 | [debug-badge](https://github.com/yuebinyun/debug-badge) | Add badge(version code, version name, etc) for your DEBUG APK. | +| 64 | 24 | 55 | [jruby-gradle-plugin](https://github.com/jruby-gradle/jruby-gradle-plugin) | A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit. | | 64 | 17 | 0 | [gradle-deploygate-plugin](https://github.com/DeployGate/gradle-deploygate-plugin) | DeployGate plugin for the Gradle build system. | -| 64 | 33 | 1 | [lemarios](https://github.com/olea/lemarios) | Lemarios y listas de palabras del español | -| 63 | 9 | 4 | [openthesaurus](https://github.com/danielnaber/openthesaurus) | web-based thesaurus search and management | -| 63 | 16 | 8 | [gradle-capsule-plugin](https://github.com/danthegoodman/gradle-capsule-plugin) | A Gradle plugin for Capsule, the packaging and deployment tool for JVM apps. | -| 63 | 17 | 11 | [gradle-pitest-plugin](https://github.com/szpak/gradle-pitest-plugin) | Gradle plugin for PIT Mutation Testing | -| 63 | 62 | 30 | [artifactory-client-java](https://github.com/JFrogDev/artifactory-client-java) | Artifactory REST Client Java API bindings | -| 63 | 19 | 8 | [gradle-plugins](https://github.com/ewerk/gradle-plugins) | A collection of Gradle plugins | -| 63 | 29 | 4 | [jenkins-scripts](https://github.com/cloudbees/jenkins-scripts) | None | +| 64 | 12 | 2 | [WebpConvert_Gradle_Plugin](https://github.com/meili/WebpConvert_Gradle_Plugin) | None | | 63 | 15 | 0 | [gradle-gae-plugin](https://github.com/bmuschko/gradle-gae-plugin) | Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects | -| 63 | 23 | 50 | [jruby-gradle-plugin](https://github.com/jruby-gradle/jruby-gradle-plugin) | A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit. | -| 63 | 12 | 3 | [gradle-jacoco-coverage](https://github.com/palantir/gradle-jacoco-coverage) | None | -| 63 | 5 | 1 | [debug-badge](https://github.com/yuebinyun/debug-badge) | Add badge(version code, version name, etc) for your DEBUG APK. | -| 62 | 14 | 0 | [useful-jenkins-groovy-init-scripts](https://github.com/hayderimran7/useful-jenkins-groovy-init-scripts) | A repo of useful groovy init scripts for working with jenkins hooks.. | -| 62 | 15 | 3 | [versioning](https://github.com/nemerosa/versioning) | Gradle plug-in to generate version information from the SCM branch (Git or Svn) | -| 62 | 32 | 7 | [grails-cucumber](https://github.com/hauner/grails-cucumber) | a Cucumber plugin for Grails | -| 62 | 26 | 15 | [groovy_koans](https://github.com/cjudd/groovy_koans) | A set of Koans to teach the Groovy language | -| 62 | 145 | 0 | [jcdevhandlers](https://github.com/constjs/jcdevhandlers) | My SmartThings stuff! | -| 62 | 35 | 34 | [gradle-compass](https://github.com/robfletcher/gradle-compass) | A SASS / Compass plugin for Gradle | +| 63 | 20 | 7 | [gradle-testsets-plugin](https://github.com/unbroken-dome/gradle-testsets-plugin) | A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests). | +| 63 | 12 | 1 | [fat-aar-plugin](https://github.com/Vigi0303/fat-aar-plugin) | A gradle plugin that helps to output fat aar from android library | +| 63 | 14 | 9 | [spock-genesis](https://github.com/Bijnagte/spock-genesis) | Mostly lazy data generators for property based testing using the Spock test framework | +| 62 | 27 | 15 | [groovy_koans](https://github.com/cjudd/groovy_koans) | A set of Koans to teach the Groovy language | +| 62 | 97 | 23 | [dotnet-ci](https://github.com/dotnet/dotnet-ci) | Repository containing scripting for the dotnet-ci Jenkins instance. | | 62 | 13 | 1 | [gradle-android-appiconoverlay](https://github.com/splatte/gradle-android-appiconoverlay) | Plugin for Android Gradle to automatically overlay the app icon with the current git commit SHA1. | | 62 | 5 | 23 | [functionalgroovy](https://github.com/mperry/functionalgroovy) | Functional programming in Groovy | | 62 | 27 | 17 | [grails-quartz](https://github.com/nebolsin/grails-quartz) | This project provides integration of the Quartz scheduling framework into the Grails Framework | -| 62 | 12 | 2 | [WebpConvert_Gradle_Plugin](https://github.com/meili/WebpConvert_Gradle_Plugin) | None | -| 61 | 11 | 4 | [gradle-launch4j](https://github.com/TheBoegl/gradle-launch4j) | A gradle-plugin to create windows executables with launch4j | -| 61 | 113 | 53 | [orca](https://github.com/spinnaker/orca) | orchestration engine | -| 61 | 70 | 0 | [smartthings-ps](https://github.com/pstuart/smartthings-ps) | My spot to hack SmartThings SmartApps and Smart DeviceType Handlers | +| 62 | 4 | 0 | [AnalysisApp](https://github.com/fengzhizi715/AnalysisApp) | 一个快速分析某个app使用哪些sdk的小工具 | +| 62 | 70 | 0 | [smartthings-ps](https://github.com/pstuart/smartthings-ps) | My spot to hack SmartThings SmartApps and Smart DeviceType Handlers | +| 61 | 19 | 0 | [gradle-dependency-analyze](https://github.com/wfhartford/gradle-dependency-analyze) | Dependency analysis plugin for gradle | +| 61 | 32 | 7 | [grails-cucumber](https://github.com/hauner/grails-cucumber) | a Cucumber plugin for Grails | +| 61 | 36 | 34 | [gradle-compass](https://github.com/robfletcher/gradle-compass) | A SASS / Compass plugin for Gradle | | 61 | 65 | 0 | [geb-example-grails](https://github.com/geb/geb-example-grails) | None | | 61 | 7 | 2 | [gradle-android-javafmt-plugin](https://github.com/f2prateek/gradle-android-javafmt-plugin) | None | -| 60 | 25 | 17 | [glisten](https://github.com/Netflix/glisten) | Ease of use Groovy library for building JVM applications with Amazon Simple Workflow (SWF) | +| 61 | 10 | 5 | [gradle-buildconfig-plugin](https://github.com/mfuerstenau/gradle-buildconfig-plugin) | A BuildConfig plugin for Gradle java projects | | 60 | 15 | 4 | [groovy-common-extensions](https://github.com/timyates/groovy-common-extensions) | None | -| 60 | 15 | 7 | [spock-genesis](https://github.com/Bijnagte/spock-genesis) | Mostly lazy data generators for property based testing using the Spock test framework | -| 60 | 6 | 4 | [gradle-license-plugin](https://github.com/jaredsburrows/gradle-license-plugin) | Gradle plugin that provides a task to generate a HTML license report of your project. | -| 59 | 18 | 3 | [android-multi-channel-tool](https://github.com/promeG/android-multi-channel-tool) | 基于Gradle的易用、快速、稳定的多渠道打包工具。 | -| 59 | 111 | 6 | [Xiaomi](https://github.com/a4refillpad/Xiaomi) | my Xiaomi Device Handlers for Smartthings | -| 59 | 29 | 11 | [grails-console](https://github.com/sheehan/grails-console) | A web-based Groovy console for interactive runtime application management and debugging | -| 58 | 18 | 1 | [gradle-dependency-analyze](https://github.com/wfhartford/gradle-dependency-analyze) | Dependency analysis plugin for gradle | +| 60 | 25 | 17 | [glisten](https://github.com/Netflix/glisten) | Ease of use Groovy library for building JVM applications with Amazon Simple Workflow (SWF) | +| 59 | 30 | 11 | [grails-console](https://github.com/sheehan/grails-console) | A web-based Groovy console for interactive runtime application management and debugging | +| 59 | 19 | 4 | [dependency-check-gradle](https://github.com/jeremylong/dependency-check-gradle) | The dependency-check gradle plugin allows projects to monitor dependent libraries for known, published vulnerabilities. | +| 59 | 7 | 0 | [Seal](https://github.com/2BAB/Seal) | A Gradle Plugin for Prechecking AndroidManifest.xml. | +| 58 | 18 | 3 | [android-multi-channel-tool](https://github.com/promeG/android-multi-channel-tool) | 基于Gradle的易用、快速、稳定的多渠道打包工具。 | | 58 | 9 | 1 | [AndroidSigning](https://github.com/dodocat/AndroidSigning) | Config keyStore and key in a xml and sign your apk easily. | -| 58 | 6 | 2 | [gradle-android-apk-size-plugin](https://github.com/vanniktech/gradle-android-apk-size-plugin) | Gradle plugin that generates CSV files with apk size per output and variant of an apk | -| 58 | 5 | 2 | [AppMethodTracking](https://github.com/CoXier/AppMethodTracking) | A gradle plugin tracking android application method | -| 58 | 81 | 14 | [SmartThings](https://github.com/codersaur/SmartThings) | Samsung SmartThings SmartApps and Device Handlers | -| 58 | 11 | 5 | [gradle-plugindev-plugin](https://github.com/etiennestuder/gradle-plugindev-plugin) | Gradle plugin that facilitates the bundling and publishing of Gradle plugins as expected by the Gradle Plugin Portal, JCenter, and MavenCentral. | -| 58 | 36 | 13 | [grails-redis](https://github.com/grails-plugins/grails-redis) | Base redis plugin for Grails | -| 57 | 37 | 5 | [frontlinesms2](https://github.com/frontlinesms/frontlinesms2) | FrontlineSMS is desktop/cloud based software created to lower barriers to positive social change using mobile technology | -| 57 | 71 | 15 | [gradle_cobertura](https://github.com/valkolovos/gradle_cobertura) | Gradle Cobertura Plugin | -| 57 | 62 | 0 | [ZombieBird](https://github.com/sivvig/ZombieBird) | Zombie Bird source code (http://www.kilobolt.com/zombie-bird-tutorial-flappy-bird-remake.html) | -| 57 | 4 | 0 | [AnalysisApp](https://github.com/fengzhizi715/AnalysisApp) | 一个快速分析某个app使用哪些sdk的小工具 | -| 57 | 57 | 21 | [grails-spring-security-oauth2-provider](https://github.com/bluesliverx/grails-spring-security-oauth2-provider) | Grails Spring Security OAuth2 Provider Plugin | -| 57 | 19 | 7 | [gradle-testsets-plugin](https://github.com/unbroken-dome/gradle-testsets-plugin) | A plugin for the Gradle build system that allows specifying test sets (like integration or acceptance tests). | -| 57 | 12 | 0 | [AndroidComplexBuild](https://github.com/ethankhall/AndroidComplexBuild) | Based on StackOverflow Question http://stackoverflow.com/questions/17536652/gradle-and-multi-project-structure | +| 58 | 6 | 1 | [gradle-android-apk-size-plugin](https://github.com/vanniktech/gradle-android-apk-size-plugin) | Gradle plugin that generates CSV files with apk size per output and variant of an apk | +| 58 | 29 | 29 | [grails-rest-client-builder](https://github.com/grails-plugins/grails-rest-client-builder) | REST client plugin that uses Spring's RestTemplate | +| 58 | 37 | 13 | [grails-redis](https://github.com/grails-plugins/grails-redis) | Base redis plugin for Grails | +| 58 | 12 | 5 | [gradle-plugindev-plugin](https://github.com/etiennestuder/gradle-plugindev-plugin) | Gradle plugin that facilitates the bundling and publishing of Gradle plugins as expected by the Gradle Plugin Portal, JCenter, and MavenCentral. | +| 58 | 12 | 0 | [AndroidComplexBuild](https://github.com/ethankhall/AndroidComplexBuild) | Based on StackOverflow Question http://stackoverflow.com/questions/17536652/gradle-and-multi-project-structure | +| 57 | 73 | 15 | [gradle_cobertura](https://github.com/valkolovos/gradle_cobertura) | Gradle Cobertura Plugin | +| 57 | 64 | 0 | [ZombieBird](https://github.com/sivvig/ZombieBird) | Zombie Bird source code (http://www.kilobolt.com/zombie-bird-tutorial-flappy-bird-remake.html) | +| 57 | 50 | 2 | [weceem-plugin](https://github.com/jCatalog/weceem-plugin) | Grails Weceem CMS Plugin | +| 57 | 56 | 21 | [grails-spring-security-oauth2-provider](https://github.com/bluesliverx/grails-spring-security-oauth2-provider) | Grails Spring Security OAuth2 Provider Plugin | +| 57 | 5 | 2 | [AppMethodTracking](https://github.com/CoXier/AppMethodTracking) | A gradle plugin tracking android application method | +| 57 | 73 | 13 | [grails-quartz](https://github.com/grails-plugins/grails-quartz) | This project provides integration of the Quartz scheduling framework into the Grails Framework | | 56 | 18 | 3 | [groovy.tmbundle](https://github.com/textmate/groovy.tmbundle) | TextMate support for Groovy | | 56 | 5 | 1 | [proguard-please](https://github.com/chalup/proguard-please) | A Gradle plugin for Android application projects that ensures ProGuard will be configured properly for all compile dependencies. | -| 56 | 50 | 2 | [weceem-plugin](https://github.com/jCatalog/weceem-plugin) | Grails Weceem CMS Plugin | -| 56 | 28 | 27 | [grails-rest-client-builder](https://github.com/grails-plugins/grails-rest-client-builder) | REST client plugin that uses Spring's RestTemplate | -| 56 | 38 | 1 | [cafelito](https://github.com/trishagee/cafelito) | Web application demoed at conferences. See history for how it builds up | -| 56 | 15 | 1 | [youdebug](https://github.com/kohsuke/youdebug) | Non-interactive Java debugger with Groovy | -| 56 | 10 | 4 | [gradle-buildconfig-plugin](https://github.com/mfuerstenau/gradle-buildconfig-plugin) | A BuildConfig plugin for Gradle java projects | -| 56 | 73 | 12 | [grails-quartz](https://github.com/grails-plugins/grails-quartz) | This project provides integration of the Quartz scheduling framework into the Grails Framework | +| 56 | 5 | 9 | [gradle-static-analysis-plugin](https://github.com/novoda/gradle-static-analysis-plugin) | Easy setup of static analysis tools for Android and Java projects. | +| 56 | 16 | 7 | [gradle-gatling-plugin](https://github.com/lkishalmi/gradle-gatling-plugin) | Gatling Plugin for Gradle | +| 56 | 14 | 1 | [youdebug](https://github.com/kohsuke/youdebug) | Non-interactive Java debugger with Groovy | +| 56 | 39 | 1 | [cafelito](https://github.com/trishagee/cafelito) | Web application demoed at conferences. See history for how it builds up | +| 56 | 29 | 0 | [jenkinsfiles](https://github.com/dalalv/jenkinsfiles) | Examples collected for Jenkins files from www | | 55 | 15 | 20 | [maven-tiles](https://github.com/repaint-io/maven-tiles) | Injecting maven configurations by composition rather than inheritance | | 55 | 15 | 13 | [gradle-release-plugin](https://github.com/stianh/gradle-release-plugin) | Gradle plugin for automated release management. | | 55 | 24 | 0 | [AdvancedGroovy](https://github.com/kousen/AdvancedGroovy) | Examples for my NFJS Advanced Groovy: Tips and Tricks talk | -| 54 | 45 | 0 | [grails-jaxrs](https://github.com/krasserm/grails-jaxrs) | JAX-RS Plugin for Grails | +| 55 | 8 | 4 | [easyrelease](https://github.com/inloop/easyrelease) | Gradle plugin for Android projects that helps with signing release APKs | +| 55 | 13 | 9 | [gradle-nexus-staging-plugin](https://github.com/Codearte/gradle-nexus-staging-plugin) | Gradle Nexus Staging Plugin | +| 55 | 18 | 8 | [Android-strings-xml-csv-converter](https://github.com/LiewJunTung/Android-strings-xml-csv-converter) | Convert Android translatable strings.xml into csv and back | +| 54 | 46 | 0 | [grails-jaxrs](https://github.com/krasserm/grails-jaxrs) | JAX-RS Plugin for Grails | | 54 | 7 | 30 | [groovy-vfs](https://github.com/ysb33r/groovy-vfs) | A DSL for Groovy on top of Apache VFS2 | -| 54 | 4 | 8 | [gradle-static-analysis-plugin](https://github.com/novoda/gradle-static-analysis-plugin) | Easy setup of static analysis tools for Android and Java projects. | -| 54 | 8 | 4 | [easyrelease](https://github.com/inloop/easyrelease) | Gradle plugin for Android projects that helps with signing release APKs | -| 54 | 71 | 5 | [webCoRE](https://github.com/ady624/webCoRE) | webCoRE is a web version of CoRE | -| 54 | 13 | 9 | [gradle-nexus-staging-plugin](https://github.com/Codearte/gradle-nexus-staging-plugin) | Gradle Nexus Staging Plugin | | 54 | 29 | 1 | [grails-vaadin-plugin](https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin) | Plugin for integration of Grails and Vaadin. | -| 53 | 16 | 2 | [grails-howtos](https://github.com/grails/grails-howtos) | The source and build for a set of Grails HOWTO documents | | 53 | 63 | 16 | [maven-plugins](https://github.com/evgeny-goldin/maven-plugins) | Maven plugins | | 53 | 15 | 1 | [ActionBarSherlock-Gradle-Sample](https://github.com/JakeWharton/ActionBarSherlock-Gradle-Sample) | [DEPRECATED] A tiny sample project that uses ActionBarSherlock via Gradle | -| 52 | 12 | 0 | [PatchPluginForZeus](https://github.com/iReaderAndroid/PatchPluginForZeus) | ZeusPlugin插件框架热修复gradle插件源码 | -| 52 | 4 | 0 | [Seal](https://github.com/2BAB/Seal) | A Gradle Plugin for Prechecking AndroidManifest.xml. | +| 53 | 12 | 0 | [PatchPluginForZeus](https://github.com/iReaderAndroid/PatchPluginForZeus) | ZeusPlugin插件框架热修复gradle插件源码 | +| 52 | 16 | 2 | [grails-howtos](https://github.com/grails/grails-howtos) | The source and build for a set of Grails HOWTO documents | +| 52 | 29 | 2 | [weceem-app](https://github.com/jCatalog/weceem-app) | Weceem CMS Standalone Application | | 52 | 4 | 4 | [gradle-build-properties-plugin](https://github.com/novoda/gradle-build-properties-plugin) | Keep your secrets secret. External properties files support for your build scripts. | -| 51 | 14 | 2 | [neon](https://github.com/NextCenturyCorporation/neon) | None | -| 51 | 98 | 2 | [smartthings-devices](https://github.com/twack/smartthings-devices) | Device Files | -| 51 | 16 | 8 | [Android-strings-xml-csv-converter](https://github.com/LiewJunTung/Android-strings-xml-csv-converter) | Convert Android translatable strings.xml into csv and back | -| 51 | 29 | 2 | [weceem-app](https://github.com/jCatalog/weceem-app) | Weceem CMS Standalone Application | +| 51 | 14 | 3 | [neon](https://github.com/NextCenturyCorporation/neon) | None | +| 51 | 101 | 2 | [smartthings-devices](https://github.com/twack/smartthings-devices) | Device Files | +| 51 | 12 | 11 | [docker-client](https://github.com/gesellix/docker-client) | A Docker client for Java written in Groovy | +| 51 | 10 | 5 | [OpenSpeedMonitor](https://github.com/iteratec/OpenSpeedMonitor) | Open Source Web Performance Monitoring. Made by iteratec. | | 50 | 20 | 6 | [grails-json-rest-api](https://github.com/padcom/grails-json-rest-api) | JSON RESTful API for GORM | -| 50 | 12 | 9 | [docker-client](https://github.com/gesellix/docker-client) | A Docker client for Java written in Groovy | | 50 | 13 | 5 | [android-gradle-localization-plugin](https://github.com/koral--/android-gradle-localization-plugin) | Gradle plugin for generating localized string resources | -| 50 | 6 | 1 | [fat-aar-plugin](https://github.com/Vigi0303/fat-aar-plugin) | A gradle plugin that helps to output fat aar from android library | -| 49 | 15 | 10 | [gradle-gatling-plugin](https://github.com/lkishalmi/gradle-gatling-plugin) | Gatling Plugin for Gradle | -| 49 | 19 | 4 | [dependency-check-gradle](https://github.com/jeremylong/dependency-check-gradle) | The dependency-check gradle plugin allows projects to monitor dependent libraries for known, published vulnerabilities. | -| 49 | 10 | 2 | [DroidSmall](https://github.com/sfsheng0322/DroidSmall) | 该项目是 Small 插件化调研和学习的示例应用,希望对你有帮助。 | -| 49 | 10 | 4 | [OpenSpeedMonitor](https://github.com/iteratec/OpenSpeedMonitor) | Open Source Web Performance Monitoring. Made by iteratec. | -| 49 | 51 | 41 | [soa-model](https://github.com/membrane/soa-model) | Toolkit and Java API for WSDL, WADL and XML Schema. | -| 49 | 7 | 1 | [bigtop](https://github.com/cloudera/bigtop) | Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem. The primary goal of Bigtop is to build a community around the packaging and interoperability testing of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...) developed by a community with a focus on the system as a whole, rather than individual projects. | +| 50 | 51 | 41 | [soa-model](https://github.com/membrane/soa-model) | Toolkit and Java API for WSDL, WADL and XML Schema. | +| 50 | 47 | 24 | [grails-postgresql-extensions](https://github.com/kaleidos/grails-postgresql-extensions) | Grails plugin to use postgresql native elements such as arrays, hstores,... | +| 49 | 10 | 6 | [sqsd](https://github.com/mozart-analytics/sqsd) | A simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker tier instances. | +| 49 | 13 | 1 | [pipelineUnit](https://github.com/macg33zr/pipelineUnit) | Unit testing of Jenkins pipeline code with Spock | +| 49 | 8 | 1 | [bigtop](https://github.com/cloudera/bigtop) | Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem. The primary goal of Bigtop is to build a community around the packaging and interoperability testing of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...) developed by a community with a focus on the system as a whole, rather than individual projects. | | 49 | 13 | 4 | [pgyer](https://github.com/dodocat/pgyer) | gradle plugin for pugongying upload | | 49 | 8 | 1 | [swift-android-gradle](https://github.com/SwiftAndroid/swift-android-gradle) | Gradle plugin for building Swift code for Android | -| 49 | 26 | 0 | [jenkinsfiles](https://github.com/dalalv/jenkinsfiles) | Examples collected for Jenkins files from www | | 48 | 1 | 0 | [LicenseChecker](https://github.com/wbonnefond/LicenseChecker) | Gradle plugin to check that all Open Source Libraries in a project have been attributed | +| 48 | 4 | 6 | [google-java-format-gradle-plugin](https://github.com/sherter/google-java-format-gradle-plugin) | None | | 48 | 32 | 15 | [gradle-calabash-android-plugin](https://github.com/Pedlar/gradle-calabash-android-plugin) | Gradle Plugin for Calabash | +| 48 | 27 | 10 | [gradle-release-plugin](https://github.com/ari/gradle-release-plugin) | A modern release plugin for gradle | +| 48 | 31 | 22 | [excel-export](https://github.com/TouK/excel-export) | excel-export grails plugin | | 48 | 9 | 28 | [helium](https://github.com/stanfy/helium) | DSL for REST API specification, verification, and code generation. | -| 48 | 47 | 21 | [grails-postgresql-extensions](https://github.com/kaleidos/grails-postgresql-extensions) | Grails plugin to use postgresql native elements such as arrays, hstores,... | -| 48 | 31 | 20 | [excel-export](https://github.com/TouK/excel-export) | excel-export grails plugin | -| 48 | 51 | 0 | [gradle-liquibase-plugin](https://github.com/tlberglund/gradle-liquibase-plugin) | A Gradle plugin for Liquibase | +| 48 | 10 | 2 | [DroidSmall](https://github.com/sfsheng0322/DroidSmall) | 该项目是 Small 插件化调研和学习的示例应用,希望对你有帮助。 | +| 48 | 10 | 7 | [Filesutra](https://github.com/vishesh04/Filesutra) | Filesutra is an easy way to implement imports and uploads from all popular cloud storage. Supports google drive, onedrive, box, dropbox. | +| 48 | 18 | 4 | [job-dsl-playground](https://github.com/sheehan/job-dsl-playground) | An app for debugging Groovy scripts using the Jenkins Job DSL | | 48 | 1 | 2 | [android-power-assert-plugin](https://github.com/gfx/android-power-assert-plugin) | Power Assert for Android | -| 48 | 8 | 0 | [AutoVersion](https://github.com/nillith/AutoVersion) | Generate versionCode and versionName for android app based on git commit count automatically | -| 48 | 25 | 18 | [gradle-spawn-plugin](https://github.com/marc0der/gradle-spawn-plugin) | Gradle plugin for spawning and killing command line processes. | +| 48 | 27 | 18 | [gradle-spawn-plugin](https://github.com/marc0der/gradle-spawn-plugin) | Gradle plugin for spawning and killing command line processes. | | 48 | 13 | 8 | [mod-shell](https://github.com/crashub/mod-shell) | The module mod-shell provides an interactive shell for Vert.x | -| 48 | 41 | 148 | [cabolabs-ehrserver](https://github.com/ppazos/cabolabs-ehrserver) | Service-oriented openEHR repository for clinical data with composition commit, query and retrieve capabilities. | +| 48 | 7 | 0 | [AutoVersion](https://github.com/nillith/AutoVersion) | Generate versionCode and versionName for android app based on git commit count automatically | +| 48 | 41 | 165 | [cabolabs-ehrserver](https://github.com/ppazos/cabolabs-ehrserver) | Service-oriented openEHR repository for clinical data with composition commit, query and retrieve capabilities. | | 47 | 70 | 16 | [grails-mail](https://github.com/gpc/grails-mail) | The Grails Mail Plugin | -| 47 | 29 | 36 | [Zuul](https://github.com/Confluex/Zuul) | Keymaster and Gatekeeper - Application Configuration Management | -| 47 | 10 | 6 | [sqsd](https://github.com/mozart-analytics/sqsd) | A simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker tier instances. | -| 47 | 32 | 1 | [SmartThings](https://github.com/625alex/SmartThings) | SmartThings | +| 47 | 25 | 14 | [restful-api](https://github.com/restfulapi/restful-api) | Grails plugin to facilitate exposing non-trivial RESTful APIs | +| 47 | 15 | 4 | [gradle-macappbundle](https://github.com/crotwell/gradle-macappbundle) | Automatically exported from code.google.com/p/gradle-macappbundle | +| 47 | 33 | 1 | [SmartThings](https://github.com/625alex/SmartThings) | SmartThings | | 47 | 20 | 1 | [grails-samples](https://github.com/grails/grails-samples) | THIS IS DEAD CODE AND HAS BEEN MOVED TO https://github.com/grails-samples/ | -| 47 | 27 | 10 | [gradle-release-plugin](https://github.com/ari/gradle-release-plugin) | A modern release plugin for gradle | -| 47 | 3 | 1 | [androidautoversion](https://github.com/alexfu/androidautoversion) | An automatic versioning system for your Android apps | -| 47 | 10 | 7 | [Filesutra](https://github.com/vishesh04/Filesutra) | Filesutra is an easy way to implement imports and uploads from all popular cloud storage. Supports google drive, onedrive, box, dropbox. | -| 47 | 3 | 0 | [gradle-build-timer-plugin](https://github.com/eleventigers/gradle-build-timer-plugin) | A Gradle plugin which reports timings of a project build and individual project tasks | +| 47 | 11 | 5 | [osso](https://github.com/osso-project/osso) | None | +| 47 | 7 | 0 | [jenkins-pipeline](https://github.com/abnamrocoesd/jenkins-pipeline) | A set of useful Jenkins Pipeline methods implemented by some example flows. | +| 47 | 52 | 0 | [gradle-liquibase-plugin](https://github.com/tlberglund/gradle-liquibase-plugin) | A Gradle plugin for Liquibase | | 47 | 33 | 2 | [spring-integration-dsl-groovy](https://github.com/spring-projects/spring-integration-dsl-groovy) | Groovy DSL for Spring Integration | -| 46 | 25 | 14 | [restful-api](https://github.com/restfulapi/restful-api) | Grails plugin to facilitate exposing non-trivial RESTful APIs | -| 46 | 36 | 17 | [grails-gson](https://github.com/robfletcher/grails-gson) | Provides alternate JSON (de)serialization for Grails using Google's Gson library | -| 46 | 11 | 5 | [osso](https://github.com/osso-project/osso) | None | -| 46 | 17 | 3 | [job-dsl-playground](https://github.com/sheehan/job-dsl-playground) | An app for debugging Groovy scripts using the Jenkins Job DSL | +| 47 | 3 | 0 | [gradle-build-timer-plugin](https://github.com/eleventigers/gradle-build-timer-plugin) | A Gradle plugin which reports timings of a project build and individual project tasks | +| 46 | 37 | 17 | [grails-gson](https://github.com/robfletcher/grails-gson) | Provides alternate JSON (de)serialization for Grails using Google's Gson library | +| 46 | 28 | 36 | [Zuul](https://github.com/Confluex/Zuul) | Keymaster and Gatekeeper - Application Configuration Management | +| 46 | 17 | 5 | [nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) | Publishing related plugins | +| 46 | 3 | 1 | [androidautoversion](https://github.com/alexfu/androidautoversion) | An automatic versioning system for your Android apps | +| 46 | 19 | 8 | [lazybones-aem-templates](https://github.com/Adobe-Consulting-Services/lazybones-aem-templates) | Lazybones templates for Adobe Experience Manager | | 46 | 34 | 0 | [google-calendar-grails](https://github.com/craigburke/google-calendar-grails) | None | | 46 | 11 | 5 | [android-gradle-mulchannel-plugin](https://github.com/ihrthk/android-gradle-mulchannel-plugin) | Gradle plugin for generating multiple channel apks | | 46 | 69 | 1 | [cloudify-recipes](https://github.com/CloudifySource/cloudify-recipes) | Application and service recipes for Cloudify | | 46 | 10 | 0 | [gradle-fir-plugin](https://github.com/sangmingming/gradle-fir-plugin) | a gradle plugin for uploader apk to fir.im | -| 45 | 4 | 5 | [google-java-format-gradle-plugin](https://github.com/sherter/google-java-format-gradle-plugin) | None | -| 45 | 12 | 10 | [nebula-project-plugin](https://github.com/nebula-plugins/nebula-project-plugin) | Healthy defaults for a standard Gradle project | -| 45 | 16 | 5 | [nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) | Publishing related plugins | +| 45 | 26 | 27 | [nebula-dependency-recommender-plugin](https://github.com/nebula-plugins/nebula-dependency-recommender-plugin) | Leave off version numbers in your dependencies section and have versions recommended by several possible sources. | +| 45 | 31 | 8 | [markdown-gradle-plugin](https://github.com/aalmiray/markdown-gradle-plugin) | Markdown/HTML plugin for gradle | +| 45 | 11 | 10 | [glide](https://github.com/kdabir/glide) | Create awesome apps on Google App Engine in a snap | +| 45 | 12 | 4 | [embedded-consul](https://github.com/pszymczyk/embedded-consul) | embedded-consul provides easy way to run Consul in integration tests. | | 44 | 1 | 0 | [MacroGroovy](https://github.com/bsideup/MacroGroovy) | None | +| 44 | 11 | 6 | [gradle-vagrant-plugin](https://github.com/bmuschko/gradle-vagrant-plugin) | Gradle plugin for managing Vagrant boxes. | +| 44 | 41 | 284 | [Apollo](https://github.com/GMOD/Apollo) | Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin. | +| 44 | 12 | 11 | [nebula-project-plugin](https://github.com/nebula-plugins/nebula-project-plugin) | Healthy defaults for a standard Gradle project | | 44 | 8 | 6 | [deploydb](https://github.com/lookout/deploydb) | Your deployments: who, what, where and when. | -| 44 | 31 | 8 | [markdown-gradle-plugin](https://github.com/aalmiray/markdown-gradle-plugin) | Markdown/HTML plugin for gradle | -| 44 | 10 | 10 | [glide](https://github.com/kdabir/glide) | Create awesome apps on Google App Engine in a snap | +| 44 | 39 | 3 | [jenkins-automation](https://github.com/cfpb/jenkins-automation) | Helpers for automating Jenkins via Groovy code—primarily job builders and utilities. | +| 44 | 81 | 8 | [igor](https://github.com/spinnaker/igor) | Integration with Jenkins and Git for Spinnaker | +| 44 | 9 | 3 | [image2cssConverter](https://github.com/mhuckaby/image2cssConverter) | Convert images (jpg, gif, png) to base64 encoded CSS classes | +| 44 | 6 | 0 | [ButterMess](https://github.com/peacepassion/ButterMess) | None | | 44 | 9 | 0 | [DSLsFromBeginnerToExpert](https://github.com/paulk-asert/DSLsFromBeginnerToExpert) | None | +| 44 | 28 | 8 | [grails-views](https://github.com/grails/grails-views) | Additional View Technologies for Grails | +| 44 | 64 | 27 | [grails-shiro](https://github.com/pledbrook/grails-shiro) | Grails Plugin for the Apache Shiro security framework | | 44 | 4 | 0 | [griffoninaction](https://github.com/aalmiray/griffoninaction) | Griffon in Action source code | -| 44 | 11 | 3 | [gradle-spoon-plugin](https://github.com/x2on/gradle-spoon-plugin) | A Gradle plugin for running Android instrumentation tests with Spoon. | +| 44 | 34 | 3 | [smartthings-dsc-alarm](https://github.com/kholloway/smartthings-dsc-alarm) | Smartthings code for DSC (or generic) alarm panels via REST API | +| 44 | 18 | 18 | [nifi-api-deploy](https://github.com/aperepel/nifi-api-deploy) | Demonstrates NiFi template deployment and configuration via a REST API | | 43 | 23 | 0 | [android-multithread](https://github.com/snowdream/android-multithread) | android lib - multithread | -| 43 | 11 | 6 | [gradle-vagrant-plugin](https://github.com/bmuschko/gradle-vagrant-plugin) | Gradle plugin for managing Vagrant boxes. | -| 43 | 24 | 24 | [nebula-dependency-recommender-plugin](https://github.com/nebula-plugins/nebula-dependency-recommender-plugin) | Leave off version numbers in your dependencies section and have versions recommended by several possible sources. | +| 43 | 6 | 2 | [deployment-pipeline-jenkins-plugin](https://github.com/pearsontechnology/deployment-pipeline-jenkins-plugin) | Continuous Deployment for Kubernetes using Jenkins | | 43 | 12 | 0 | [griffon_sample_apps](https://github.com/aalmiray/griffon_sample_apps) | A collection of Griffon applications used for demostration purposes | -| 43 | 9 | 3 | [image2cssConverter](https://github.com/mhuckaby/image2cssConverter) | Convert images (jpg, gif, png) to base64 encoded CSS classes | -| 43 | 18 | 7 | [lazybones-aem-templates](https://github.com/Adobe-Consulting-Services/lazybones-aem-templates) | Lazybones templates for Adobe Experience Manager | -| 43 | 5 | 0 | [ButterMess](https://github.com/peacepassion/ButterMess) | None | -| 43 | 28 | 9 | [grails-views](https://github.com/grails/grails-views) | Additional View Technologies for Grails | -| 43 | 154 | 0 | [Generic-Video-Camera](https://github.com/pstuart/Generic-Video-Camera) | Generic Video Camera Live Streaming Video in SmartThings Tile View | -| 43 | 32 | 3 | [smartthings-dsc-alarm](https://github.com/kholloway/smartthings-dsc-alarm) | Smartthings code for DSC (or generic) alarm panels via REST API | +| 43 | 172 | 0 | [Generic-Video-Camera](https://github.com/pstuart/Generic-Video-Camera) | Generic Video Camera Live Streaming Video in SmartThings Tile View | +| 43 | 10 | 3 | [gradle-spoon-plugin](https://github.com/x2on/gradle-spoon-plugin) | A Gradle plugin for running Android instrumentation tests with Spoon. | | 42 | 13 | 1 | [grails-executor](https://github.com/basejump/grails-executor) | concurrency plugin for grails to allow one to use the ExecutorService | -| 42 | 41 | 278 | [Apollo](https://github.com/GMOD/Apollo) | Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin. | -| 42 | 13 | 3 | [gradle-macappbundle](https://github.com/crotwell/gradle-macappbundle) | Automatically exported from code.google.com/p/gradle-macappbundle | +| 42 | 2 | 0 | [android-gradle-groovy-app-template](https://github.com/jaredsburrows/android-gradle-groovy-app-template) | Gradle + Android Studio + Robolectric + Espresso + RoboSpock + JaCoCo | +| 42 | 18 | 2 | [LookingGlass](https://github.com/dmolchanenko/LookingGlass) | Browser independent HTML Element browser. | | 42 | 11 | 6 | [gradle-androidannotations-plugin](https://github.com/ealden/gradle-androidannotations-plugin) | AndroidAnnotations plugin for Gradle | | 42 | 43 | 5 | [grails-solr-plugin](https://github.com/mbrevoort/grails-solr-plugin) | Provides search capabilities for Grails domain model and more using the excellent Solr open source search server through the SolrJ library. | -| 42 | 31 | 0 | [grails-aws-sdk](https://github.com/agorapulse/grails-aws-sdk) | Amazon Web Services SDK Grails Plugin | -| 42 | 10 | 5 | [embedded-consul](https://github.com/pszymczyk/embedded-consul) | embedded-consul provides easy way to run Consul in integration tests. | -| 42 | 7 | 0 | [jenkins-pipeline](https://github.com/abnamrocoesd/jenkins-pipeline) | A set of useful Jenkins Pipeline methods implemented by some example flows. | -| 42 | 64 | 27 | [grails-shiro](https://github.com/pledbrook/grails-shiro) | Grails Plugin for the Apache Shiro security framework | -| 42 | 42 | 7 | [grails-cxf](https://github.com/Grails-Plugin-Consortium/grails-cxf) | CXF Plugin for the Grails web framework | +| 42 | 32 | 0 | [grails-aws-sdk](https://github.com/agorapulse/grails-aws-sdk) | Amazon Web Services SDK Grails Plugin | +| 42 | 43 | 7 | [grails-cxf](https://github.com/Grails-Plugin-Consortium/grails-cxf) | CXF Plugin for the Grails web framework | +| 42 | 33 | 3 | [smart_sprinkler](https://github.com/d8adrvn/smart_sprinkler) | Smart Sprinkler Controller Using Arduino and SmartThings | | 41 | 20 | 17 | [gradle-rpm-plugin](https://github.com/TrigonicSolutions/gradle-rpm-plugin) | Gradle plugin for constructing RPM packages. | -| 41 | 5 | 2 | [deployment-pipeline-jenkins-plugin](https://github.com/pearsontechnology/deployment-pipeline-jenkins-plugin) | Continuous Deployment for Kubernetes using Jenkins | -| 41 | 2 | 0 | [android-gradle-groovy-app-template](https://github.com/jaredsburrows/android-gradle-groovy-app-template) | Gradle + Android Studio + Robolectric + Espresso + RoboSpock + JaCoCo | -| 41 | 76 | 7 | [igor](https://github.com/spinnaker/igor) | Integration with Jenkins and Git for Spinnaker | +| 41 | 9 | 6 | [spreadsheet-builder](https://github.com/MetadataConsulting/spreadsheet-builder) | Spreadsheet Builder | | 41 | 30 | 8 | [grails-aws](https://github.com/grails-aws/grails-aws) | Grails plugin for Amazon Web Services | -| 41 | 14 | 9 | [gradle-bundle-plugin](https://github.com/TomDmitriev/gradle-bundle-plugin) | None | -| 41 | 10 | 3 | [pipelineUnit](https://github.com/macg33zr/pipelineUnit) | Unit testing of Jenkins pipeline code with Spock | -| 41 | 18 | 18 | [nifi-api-deploy](https://github.com/aperepel/nifi-api-deploy) | Demonstrates NiFi template deployment and configuration via a REST API | -| 41 | 32 | 3 | [smart_sprinkler](https://github.com/d8adrvn/smart_sprinkler) | Smart Sprinkler Controller Using Arduino and SmartThings | +| 41 | 14 | 10 | [gradle-bundle-plugin](https://github.com/TomDmitriev/gradle-bundle-plugin) | None | +| 41 | 3 | 3 | [swagger2markup-gradle-plugin](https://github.com/Swagger2Markup/swagger2markup-gradle-plugin) | A Swagger2Markup Gradle Plugin. | | 40 | 30 | 24 | [grails-lesscss-resources](https://github.com/paulfairless/grails-lesscss-resources) | Grails plugin for using the LESS CSS framework in conjunction with the grails-resource plugin family | | 40 | 10 | 4 | [lazybones-angular-grails](https://github.com/craigburke/lazybones-angular-grails) | Lazybones template for an AngularJs/Grails application | -| 40 | 1 | 1 | [android-checkstyle-plugin](https://github.com/f2prateek/android-checkstyle-plugin) | Configures the checkstyle plugin for Android projects | +| 40 | 2 | 0 | [android-checkstyle-plugin](https://github.com/f2prateek/android-checkstyle-plugin) | Configures the checkstyle plugin for Android projects | +| 40 | 45 | 6 | [gradle-clover-plugin](https://github.com/bmuschko/gradle-clover-plugin) | Gradle plugin for generating a code coverage report using Clover | +| 40 | 30 | 5 | [smartthings](https://github.com/nicholaswilde/smartthings) | This is a repository of all of my custom SmartThings programs, which include both Device Types and SmartApps. | +| 40 | 2 | 1 | [MethodTimeCost](https://github.com/xiaobo0113/MethodTimeCost) | A gradle plugin to show time costs of methods on main-thread for Android. | | 40 | 25 | 29 | [jmeter-gradle-plugin](https://github.com/kulya/jmeter-gradle-plugin) | None | -| 40 | 3 | 0 | [spock-workshop](https://github.com/yamkazu/spock-workshop) | None | +| 40 | 2 | 0 | [spock-workshop](https://github.com/yamkazu/spock-workshop) | None | +| 40 | 89 | 6 | [smartthings](https://github.com/redloro/smartthings) | SmartThings home automation services, apps and devices | +| 40 | 27 | 18 | [gradle-git-version](https://github.com/palantir/gradle-git-version) | a Gradle plugin that uses `git describe` to produce a version string. | +| 40 | 14 | 0 | [groovy-spring-boot-restdocs-example](https://github.com/jlstrater/groovy-spring-boot-restdocs-example) | An example of spring rest docs using groovy, spring boot, and spock. | | 40 | 11 | 1 | [deproxy](https://github.com/rackerlabs/deproxy) | Testing framework for HTTP proxies. | | 40 | 9 | 1 | [android-scripts](https://github.com/dhelleberg/android-scripts) | helper scripts to setup adb wifi connection and switch developer tools | +| 40 | 8 | 3 | [dropwizard-template-config](https://github.com/tkrille/dropwizard-template-config) | Dropwizard bundle that enables you to write your config.yaml as a Freemarker template. | +| 39 | 26 | 7 | [gradle-plugin-protobuf](https://github.com/aantono/gradle-plugin-protobuf) | Protobuf Plugin for Gradle has moved to | +| 39 | 6 | 0 | [idea-cli-inspector](https://github.com/bentolor/idea-cli-inspector) | A little command-line tool to integrate the awesome IntelliJ IDEA code inspections in your continuous integration (CI) process using Jenkins, Bamboo, et. al. | +| 39 | 102 | 20 | [gate](https://github.com/spinnaker/gate) | Spinnaker API Gateway | | 39 | 11 | 7 | [gradle-jetty-eclipse-plugin](https://github.com/Khoulaiz/gradle-jetty-eclipse-plugin) | Gradle Jetty Plugin for Eclipse Jetty | -| 39 | 33 | 34 | [gradle-baseline](https://github.com/palantir/gradle-baseline) | A set of Gradle plugins that configure default code quality tools for developers. | -| 39 | 7 | 3 | [dropwizard-template-config](https://github.com/tkrille/dropwizard-template-config) | Dropwizard bundle that enables you to write your config.yaml as a Freemarker template. | -| 39 | 3 | 4 | [swagger2markup-gradle-plugin](https://github.com/Swagger2Markup/swagger2markup-gradle-plugin) | A Swagger2Markup Gradle Plugin. | -| 38 | 26 | 7 | [gradle-plugin-protobuf](https://github.com/aantono/gradle-plugin-protobuf) | Protobuf Plugin for Gradle has moved to | +| 39 | 43 | 6 | [artifactory-scripts](https://github.com/JFrogDev/artifactory-scripts) | Scripts for Artifactory (Usually, for REST API), community driven. | +| 39 | 54 | 0 | [smartthings](https://github.com/sidjohn1/smartthings) | A collection of smart apps for smartthings | +| 39 | 6 | 3 | [gradle-lombok](https://github.com/franzbecker/gradle-lombok) | Gradle plugin for Lombok support | +| 39 | 13 | 8 | [bnd-platform](https://github.com/stempler/bnd-platform) | Build OSGi bundles and Eclipse Update Sites from existing JARs, e.g. from Maven repositories (Plugin for Gradle) | | 38 | 59 | 7 | [ST_MyQ](https://github.com/adamheinmiller/ST_MyQ) | MyQ Integration for Smart Things | -| 38 | 30 | 5 | [smartthings](https://github.com/nicholaswilde/smartthings) | This is a repository of all of my custom SmartThings programs, which include both Device Types and SmartApps. | | 38 | 40 | 23 | [grails-spring-security-facebook](https://github.com/splix/grails-spring-security-facebook) | Facebook Authentication plugin for Grails | | 38 | 8 | 0 | [gradle-izpack-plugin](https://github.com/bmuschko/gradle-izpack-plugin) | Gradle plugin that provides support for packaging applications for the Java platform via IzPack | -| 38 | 16 | 2 | [LookingGlass](https://github.com/dmolchanenko/LookingGlass) | Browser independent HTML Element browser. | -| 38 | 45 | 9 | [gradle-clover-plugin](https://github.com/bmuschko/gradle-clover-plugin) | Gradle plugin for generating a code coverage report using Clover | +| 38 | 7 | 5 | [gradle-release-plugin](https://github.com/netzwerg/gradle-release-plugin) | Gradle plugin providing very minimal release version numbering (Git-specific) | | 38 | 4 | 0 | [provisioning-gradle-plugin](https://github.com/danveloper/provisioning-gradle-plugin) | Gradle Plugin for Driving Server Provisioning Through Configuration | | 38 | 17 | 0 | [pmsencoder](https://github.com/chocolateboy/pmsencoder) | Web video plugin for PS3 Media Server | | 38 | 8 | 0 | [docker-grails](https://github.com/onesysadmin/docker-grails) | Grails in Docker Container | | 38 | 14 | 8 | [grails-quartz2](https://github.com/9ci/grails-quartz2) | Uses the new Quartz 2.1 framework from quartz-scheduler.org. The goal is to keep it as simple as possible while making it friendly for Groovy/Grails. | | 38 | 5 | 2 | [spock-subjects-collaborators-extension](https://github.com/marcingrzejszczak/spock-subjects-collaborators-extension) | Spock subjects-collaborators extension | -| 38 | 53 | 0 | [smartthings](https://github.com/sidjohn1/smartthings) | A collection of smart apps for smartthings | -| 38 | 7 | 1 | [fonts](https://github.com/florent37/fonts) | Define the fonts of your Android project directly from the build.gradle | -| 38 | 115 | 3 | [smartthings](https://github.com/CyrilPeponnet/smartthings) | My Smartthings | +| 38 | 6 | 1 | [fonts](https://github.com/florent37/fonts) | Define the fonts of your Android project directly from the build.gradle | | 38 | 11 | 0 | [android-tutorial-CardFlipAnimation](https://github.com/balesz/android-tutorial-CardFlipAnimation) | None | -| 37 | 40 | 17 | [grails-audit-logging-plugin](https://github.com/robertoschwald/grails-audit-logging-plugin) | The Grails Audit Logging Plugin | -| 37 | 39 | 27 | [gradle-jaxb-plugin](https://github.com/jacobono/gradle-jaxb-plugin) | Gradle plugin to ease projects that use xsds and the ant jaxb task | -| 37 | 4 | 0 | [idea-cli-inspector](https://github.com/bentolor/idea-cli-inspector) | A little command-line tool to integrate the awesome IntelliJ IDEA code inspections in your continuous integration (CI) process using Jenkins, Bamboo, et. al. | -| 37 | 7 | 5 | [gradle-release-plugin](https://github.com/netzwerg/gradle-release-plugin) | Gradle plugin providing very minimal release version numbering (Git-specific) | +| 38 | 41 | 0 | [soapui-groovy-examples](https://github.com/SmartBear/soapui-groovy-examples) | This is a collection of soapUI projects and Groovy Scripts used to demonstrate the Groovy scripting capabilities in soapUI | +| 38 | 117 | 3 | [smartthings](https://github.com/CyrilPeponnet/smartthings) | My Smartthings | +| 38 | 16 | 6 | [elasticsearch-groovy](https://github.com/elastic/elasticsearch-groovy) | Elasticsearch Groovy client | +| 37 | 38 | 27 | [gradle-jaxb-plugin](https://github.com/jacobono/gradle-jaxb-plugin) | Gradle plugin to ease projects that use xsds and the ant jaxb task | +| 37 | 16 | 16 | [gradle-git-properties](https://github.com/n0mer/gradle-git-properties) | Gradle plugin for `git.properties` file generation | +| 37 | 40 | 16 | [grails-audit-logging-plugin](https://github.com/robertoschwald/grails-audit-logging-plugin) | The Grails Audit Logging Plugin | | 37 | 12 | 10 | [grails-constraints](https://github.com/geofflane/grails-constraints) | Custom constraints plugin for Grails applications | -| 37 | 81 | 6 | [smartthings](https://github.com/redloro/smartthings) | SmartThings home automation services, apps and devices | | 37 | 5 | 3 | [gradle-git-repo](https://github.com/rharter/gradle-git-repo) | Gradle plugin to better support using git repositories as a (private) maven repo. | -| 37 | 14 | 0 | [groovy-spring-boot-restdocs-example](https://github.com/jlstrater/groovy-spring-boot-restdocs-example) | An example of spring rest docs using groovy, spring boot, and spock. | -| 37 | 16 | 5 | [elasticsearch-groovy](https://github.com/elastic/elasticsearch-groovy) | Elasticsearch Groovy client | -| 37 | 38 | 0 | [soapui-groovy-examples](https://github.com/SmartBear/soapui-groovy-examples) | This is a collection of soapUI projects and Groovy Scripts used to demonstrate the Groovy scripting capabilities in soapUI | -| 37 | 13 | 7 | [bnd-platform](https://github.com/stempler/bnd-platform) | Build OSGi bundles and Eclipse Update Sites from existing JARs, e.g. from Maven repositories (Plugin for Gradle) | +| 37 | 111 | 4 | [SmartThings---Devices](https://github.com/sticks18/SmartThings---Devices) | For deviceTypes to be used with SmartThings | +| 37 | 3 | 1 | [gradle-cpd-plugin](https://github.com/aaschmid/gradle-cpd-plugin) | Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD). | +| 37 | 86 | 7 | [rosco](https://github.com/spinnaker/rosco) | A bakery for deployable images | | 36 | 32 | 4 | [grails-profile-repository](https://github.com/grails/grails-profile-repository) | The Grails 3 profile repository - contains metadata for Grails profiles | | 36 | 0 | 1 | [Awesome-Screenshots](https://github.com/sdoward/Awesome-Screenshots) | gradle plugin to transform boring screenshots to awesome ones - DEPRECATED | | 36 | 16 | 6 | [grails3-oauth2-api](https://github.com/bobbywarner/grails3-oauth2-api) | Grails 3 Demo API with OAuth 2 | -| 36 | 92 | 20 | [gate](https://github.com/spinnaker/gate) | Spinnaker API Gateway | +| 36 | 19 | 1 | [sqlcipher-gradle](https://github.com/commonsguy/sqlcipher-gradle) | Proof of concept of AAR packaging of SQLCipher for Android | +| 36 | 17 | 1 | [geoscript-groovy](https://github.com/geoscript/geoscript-groovy) | A Groovy implementation of GeoScript. | | 36 | 31 | 2 | [Diciembre-PomodoroKata](https://github.com/12meses12katas/Diciembre-PomodoroKata) | Kata del mes de Diciembre del 2011: PomodoroKata | -| 36 | 36 | 4 | [jenkins-automation](https://github.com/cfpb/jenkins-automation) | Helpers for automating Jenkins via Groovy code—primarily job builders and utilities. | +| 36 | 227 | 2 | [DLink-Camera-Manager](https://github.com/blebson/DLink-Camera-Manager) | D-Link Camera Manager Connect App | +| 36 | 4 | 1 | [vim-java](https://github.com/bpdp/vim-java) | Skeleton of Vim for Java development + Gradle | +| 36 | 77 | 19 | [adop-jenkins](https://github.com/Accenture/adop-jenkins) | None | | 36 | 13 | 0 | [GR8-US-2012](https://github.com/sjurgemeyer/GR8-US-2012) | Slides and materials from GR8 US presentations | | 36 | 6 | 3 | [gradle-groovysh-plugin](https://github.com/tkruse/gradle-groovysh-plugin) | gradle plugin allowing to start a command-line shell | | 36 | 2 | 1 | [Griddle](https://github.com/Raizlabs/Griddle) | None | -| 36 | 3 | 2 | [gradle-cpd-plugin](https://github.com/aaschmid/gradle-cpd-plugin) | Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD). | -| 36 | 82 | 7 | [rosco](https://github.com/spinnaker/rosco) | A bakery for deployable images | -| 35 | 18 | 1 | [sqlcipher-gradle](https://github.com/commonsguy/sqlcipher-gradle) | Proof of concept of AAR packaging of SQLCipher for Android | -| 35 | 17 | 1 | [geoscript-groovy](https://github.com/geoscript/geoscript-groovy) | A Groovy implementation of GeoScript. | +| 36 | 16 | 14 | [rest-gradle-plugin](https://github.com/noamt/rest-gradle-plugin) | A Gradle plugin that provides a REST request task infrastructure | +| 35 | 70 | 5 | [smartthings](https://github.com/st-swanny/smartthings) | My smartthings projects | | 35 | 11 | 9 | [gradle-scalatest](https://github.com/maiflai/gradle-scalatest) | A plugin to enable the use of scalatest in a gradle Scala project. | -| 35 | 4 | 1 | [vim-java](https://github.com/bpdp/vim-java) | Skeleton of Vim for Java development + Gradle | -| 35 | 108 | 4 | [SmartThings---Devices](https://github.com/sticks18/SmartThings---Devices) | For deviceTypes to be used with SmartThings | -| 35 | 215 | 2 | [DLink-Camera-Manager](https://github.com/blebson/DLink-Camera-Manager) | D-Link Camera Manager Connect App | -| 35 | 41 | 6 | [artifactory-scripts](https://github.com/JFrogDev/artifactory-scripts) | Scripts for Artifactory (Usually, for REST API), community driven. | -| 35 | 21 | 10 | [gradle-aws-s3-sync](https://github.com/literalice/gradle-aws-s3-sync) | The gradle task for synchronizing a local directory with a AWS S3 bucket. | -| 35 | 16 | 14 | [rest-gradle-plugin](https://github.com/noamt/rest-gradle-plugin) | A Gradle plugin that provides a REST request task infrastructure | -| 34 | 8 | 1 | [SmartThings-webhook](https://github.com/harperreed/SmartThings-webhook) | An installable groovy SmartApp that provides event-based webhook functionality for SmartThings. | +| 35 | 20 | 10 | [gradle-aws-s3-sync](https://github.com/literalice/gradle-aws-s3-sync) | The gradle task for synchronizing a local directory with a AWS S3 bucket. | +| 35 | 40 | 31 | [rendering](https://github.com/gpc/rendering) | Provides rendering of GSPs as PDFs, JPEGs, GIFs and PNGs | +| 35 | 42 | 11 | [jenkins-docker](https://github.com/fabric8io/jenkins-docker) | docker file for a jenkins docker image | +| 35 | 5 | 1 | [groovy-parser](https://github.com/danielsun1106/groovy-parser) | Create a brand new parser for Groovy programming language(project code: Parrot) | +| 34 | 12 | 0 | [Quoddy](https://github.com/fogbeam/Quoddy) | Quoddy: Open Source Enterprise Social Networking | +| 34 | 11 | 9 | [osgi-run](https://github.com/renatoathaydes/osgi-run) | Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless | +| 34 | 5 | 4 | [testcontainers-spock](https://github.com/testcontainers/testcontainers-spock) | Spock extension for using Docker containers in Spock tests. | +| 34 | 10 | 1 | [SmartThings-webhook](https://github.com/harperreed/SmartThings-webhook) | An installable groovy SmartApp that provides event-based webhook functionality for SmartThings. | +| 34 | 101 | 5 | [Aeon-HEM-v2](https://github.com/SANdood/Aeon-HEM-v2) | My version of the ST device driver for the Aeon HEM, exended to support the V2 version, with more displays | +| 34 | 8 | 0 | [Groovy-Goodness-Notebook](https://github.com/mrhaki/Groovy-Goodness-Notebook) | Sources for Groovy Goodness Notebook | | 34 | 6 | 3 | [gradle-plugins](https://github.com/rodionmoiseev/gradle-plugins) | Gradle plugins | -| 34 | 6 | 2 | [gradle-lombok](https://github.com/franzbecker/gradle-lombok) | Gradle plugin for Lombok support | -| 34 | 28 | 15 | [gradle-git-version](https://github.com/palantir/gradle-git-version) | a Gradle plugin that uses `git describe` to produce a version string. | -| 34 | 39 | 29 | [rendering](https://github.com/gpc/rendering) | Provides rendering of GSPs as PDFs, JPEGs, GIFs and PNGs | -| 33 | 12 | 0 | [Quoddy](https://github.com/fogbeam/Quoddy) | Quoddy: Open Source Enterprise Social Networking | +| 34 | 15 | 7 | [gradle-processors](https://github.com/palantir/gradle-processors) | Gradle plugin for integrating Java annotation processors | +| 33 | 4 | 0 | [Neddick](https://github.com/fogbeam/Neddick) | Neddick: Open Source Information Discovery Platform | | 33 | 3 | 5 | [gradle-syntastic-plugin](https://github.com/Scuilion/gradle-syntastic-plugin) | A Gradle plugin for integrating your Java project with Vim and Syntastic. | -| 33 | 69 | 5 | [smartthings](https://github.com/st-swanny/smartthings) | My smartthings projects | -| 33 | 15 | 14 | [gradle-git-properties](https://github.com/n0mer/gradle-git-properties) | Gradle plugin for `git.properties` file generation | -| 33 | 10 | 9 | [osgi-run](https://github.com/renatoathaydes/osgi-run) | Osgi-Run - A Gradle plugin to make the development of modular applications using OSGi completely painless | +| 33 | 2 | 3 | [propdeps-plugin](https://github.com/spring-gradle-plugins/propdeps-plugin) | New "provided" and "optiona; | +| 33 | 8 | 0 | [gradle-plugin-example](https://github.com/jonathanhood/gradle-plugin-example) | An example of how to build and test a gradle plugin. | | 33 | 12 | 5 | [antlr4-gradle-plugin](https://github.com/melix/antlr4-gradle-plugin) | Antlr4 plugin for Gradle | -| 33 | 95 | 5 | [Aeon-HEM-v2](https://github.com/SANdood/Aeon-HEM-v2) | My version of the ST device driver for the Aeon HEM, exended to support the V2 version, with more displays | -| 33 | 14 | 2 | [spring-boot-container-demo](https://github.com/saturnism/spring-boot-container-demo) | None | -| 33 | 95 | 5 | [smarthings-apps](https://github.com/twack/smarthings-apps) | Files for SmartThings Apps | -| 33 | 39 | 11 | [jenkins-docker](https://github.com/fabric8io/jenkins-docker) | docker file for a jenkins docker image | -| 32 | 4 | 0 | [Neddick](https://github.com/fogbeam/Neddick) | Neddick: Open Source Information Discovery Platform | -| 32 | 5 | 4 | [testcontainers-spock](https://github.com/testcontainers/testcontainers-spock) | Spock extension for using Docker containers in Spock tests. | +| 33 | 7 | 0 | [gradle-quality-plugin](https://github.com/xvik/gradle-quality-plugin) | Gradle quality plugin for Java and Groovy | +| 33 | 5 | 7 | [arquillian-gradle-plugin](https://github.com/arquillian/arquillian-gradle-plugin) | Gradle Plugin for handling Container control and deployment lifecycle | +| 33 | 14 | 32 | [CAW](https://github.com/SciLifeLab/CAW) | Cancer Analysis Workflow: a complete open source pipeline to detect somatic variants from WGS data | +| 33 | 98 | 5 | [smarthings-apps](https://github.com/twack/smarthings-apps) | Files for SmartThings Apps | +| 33 | 15 | 2 | [spring-boot-container-demo](https://github.com/saturnism/spring-boot-container-demo) | None | | 32 | 3 | 33 | [Brainduck](https://github.com/Zomis/Brainduck) | Brainfuck Interpreter in Java/Groovy, with a Groovy DSL | +| 32 | 97 | 2 | [SmartThings](https://github.com/tomasaxerot/SmartThings) | SmartThings Platform Device Type Handlers and SmartApps | | 32 | 3 | 0 | [jsonassert](https://github.com/marcingrzejszczak/jsonassert) | Simple library to provide fluent interface for JSON assertions | -| 32 | 31 | 12 | [grails-routing](https://github.com/padcom/grails-routing) | None | -| 32 | 5 | 7 | [arquillian-gradle-plugin](https://github.com/arquillian/arquillian-gradle-plugin) | Gradle Plugin for handling Container control and deployment lifecycle | -| 32 | 52 | 2 | [grails-spring-security-acl](https://github.com/grails-plugins/grails-spring-security-acl) | None | -| 32 | 72 | 19 | [adop-jenkins](https://github.com/Accenture/adop-jenkins) | None | +| 32 | 2 | 0 | [goodtimes](https://github.com/bdkosher/goodtimes) | Java 8 Date/Time API enhancements for Groovy | +| 32 | 32 | 12 | [grails-routing](https://github.com/padcom/grails-routing) | None | +| 32 | 51 | 3 | [grails-spring-security-acl](https://github.com/grails-plugins/grails-spring-security-acl) | None | | 32 | 18 | 8 | [grails-multi-tenant-core](https://github.com/multi-tenant/grails-multi-tenant-core) | None | -| 32 | 7 | 0 | [Groovy-Goodness-Notebook](https://github.com/mrhaki/Groovy-Goodness-Notebook) | Sources for Groovy Goodness Notebook | +| 32 | 1 | 0 | [android-permissions-gradle-plugin](https://github.com/galex/android-permissions-gradle-plugin) | Plugin generating a helper class to deal with the new Permissions System in Marshmallow | | 32 | 31 | 9 | [grails-rabbitmq](https://github.com/grails-plugins/grails-rabbitmq) | Grails RabbitMQ Plugin | -| 32 | 24 | 13 | [grails-cors](https://github.com/davidtinker/grails-cors) | Grails plugin to add Cross-Origin Resource Sharing (CORS) headers | -| 32 | 6 | 2 | [GroovySparql](https://github.com/AlBaker/GroovySparql) | Groovy Sparql - an easy to use Groovy API for interacting with SPARQL endpoints and RDF data | +| 32 | 19 | 0 | [iceScrum-core](https://github.com/icescrum/iceScrum-core) | Core plugin (LGPL) for iceScrum (domain / services / webcomponents) | +| 32 | 23 | 13 | [grails-cors](https://github.com/davidtinker/grails-cors) | Grails plugin to add Cross-Origin Resource Sharing (CORS) headers | | 32 | 3 | 5 | [gradle-js](https://github.com/danveloper/gradle-js) | JavaScript Builds for Gradle. You're Welcome. | -| 32 | 25 | 20 | [ml-gradle](https://github.com/marklogic-community/ml-gradle) | Gradle plugin for automating anything you can imagine with MarkLogic | +| 32 | 6 | 2 | [GroovySparql](https://github.com/AlBaker/GroovySparql) | Groovy Sparql - an easy to use Groovy API for interacting with SPARQL endpoints and RDF data | +| 32 | 12 | 1 | [GradleMongoPlugin](https://github.com/sourcemuse/GradleMongoPlugin) | Gradle plugin for running a managed instance of Mongo. | +| 32 | 29 | 27 | [ml-gradle](https://github.com/marklogic-community/ml-gradle) | Gradle plugin for automating anything you can imagine with MarkLogic | +| 32 | 46 | 4 | [Hello_world](https://github.com/srbcheema1/Hello_world) | repository to hold code for printing helloworld in different languages | | 31 | 24 | 22 | [grails-multi-tenant-single-db](https://github.com/multi-tenant/grails-multi-tenant-single-db) | Multi Tenant implementation for single database environments - Use grails-filtering and grails-hibernate-hijacker | -| 31 | 9 | 1 | [angular-template-asset-pipeline](https://github.com/craigburke/angular-template-asset-pipeline) | AngularJs Template module for the Asset Pipeline | -| 31 | 2 | 0 | [goodtimes](https://github.com/bdkosher/goodtimes) | Java 8 Date/Time API enhancements for Groovy | +| 31 | 10 | 1 | [angular-template-asset-pipeline](https://github.com/craigburke/angular-template-asset-pipeline) | AngularJs Template module for the Asset Pipeline | | 31 | 13 | 2 | [autobase](https://github.com/RobertFischer/autobase) | None | -| 31 | 6 | 0 | [gradle-quality-plugin](https://github.com/xvik/gradle-quality-plugin) | Gradle quality plugin for Java and Groovy | -| 31 | 1 | 0 | [android-permissions-gradle-plugin](https://github.com/galex/android-permissions-gradle-plugin) | Plugin generating a helper class to deal with the new Permissions System in Marshmallow | -| 31 | 18 | 16 | [nebula-test](https://github.com/nebula-plugins/nebula-test) | Test harness for Gradle plugins | -| 31 | 18 | 0 | [iceScrum-core](https://github.com/icescrum/iceScrum-core) | Core plugin (LGPL) for iceScrum (domain / services / webcomponents) | -| 31 | 10 | 1 | [GradleMongoPlugin](https://github.com/sourcemuse/GradleMongoPlugin) | Gradle plugin for running a managed instance of Mongo. | +| 31 | 15 | 1 | [jenkins-pipeline-global-library-chefci](https://github.com/TYPO3-infrastructure/jenkins-pipeline-global-library-chefci) | Jenkins Pipeline's "Workflow Global Libs" for Chef CI | +| 31 | 37 | 10 | [ansible-nexus3-oss](https://github.com/savoirfairelinux/ansible-nexus3-oss) | Ansible role to provision Nexus Repository Manager 3.x for RedHat/CentOS | +| 31 | 17 | 16 | [nebula-test](https://github.com/nebula-plugins/nebula-test) | Test harness for Gradle plugins | +| 31 | 11 | 0 | [dexguard](https://github.com/Ivonhoe/dexguard) | Android app防dex2jar的gradle插件 | +| 31 | 4 | 3 | [gradle-code-quality-tools-plugin](https://github.com/vanniktech/gradle-code-quality-tools-plugin) | Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject. | | 30 | 25 | 3 | [grails-yammer-metrics](https://github.com/jeffellis/grails-yammer-metrics) | A plugin packaging the yammer metrics jars for use in Grails applications | -| 30 | 78 | 2 | [SmartThings](https://github.com/tomasaxerot/SmartThings) | SmartThings Platform Device Type Handlers and SmartApps | -| 30 | 17 | 0 | [javafx-gradle](https://github.com/shemnon/javafx-gradle) | Gradle JavaFX Plugin | +| 30 | 11 | 1 | [gradle-debian-plugin](https://github.com/gesellix/gradle-debian-plugin) | Gradle plugin to create Debian packages | +| 30 | 10 | 4 | [seed-plugin](https://github.com/jenkinsci/seed-plugin) | Seed Jenkins plug-in | | 30 | 4 | 0 | [gradle-appstore-deploy-plugin](https://github.com/minakov/gradle-appstore-deploy-plugin) | Gradle Plugin for upload Android apps and related info to application stores | -| 30 | 41 | 0 | [SmartThings](https://github.com/fuzzysb/SmartThings) | None | +| 30 | 17 | 0 | [javafx-gradle](https://github.com/shemnon/javafx-gradle) | Gradle JavaFX Plugin | +| 30 | 42 | 0 | [SmartThings](https://github.com/fuzzysb/SmartThings) | None | | 30 | 8 | 0 | [Getty](https://github.com/x-hansong/Getty) | 基于Groovy的NIO框架,仅供学习Java NIO使用。 | +| 30 | 79 | 21 | [JenkinsAsCodeReference](https://github.com/Praqma/JenkinsAsCodeReference) | This repository is intended for the reference Jenkins configuration as code as well as JobDSL library | | 30 | 8 | 3 | [easyb-core](https://github.com/easyb/easyb-core) | easyb-core library | -| 30 | 13 | 3 | [gradle-protobuf-plugin](https://github.com/andrewkroh/gradle-protobuf-plugin) | Gradle plugin for Google Protocol Buffers | -| 30 | 30 | 1 | [mantle](https://github.com/moqui/mantle) | This is the old Mantle Business Artifacts repository which has been split into one repository per component. See mantle-udm, mantle-usl, mantle-edi, mantle-oagis, mantle-ubpl, and AuthorizeDotNet | -| 30 | 15 | 7 | [gradle-processors](https://github.com/palantir/gradle-processors) | Gradle plugin for integrating Java annotation processors | | 30 | 1 | 1 | [ConfigDroid](https://github.com/mb-14/ConfigDroid) | Gradle plugin to generate config classes for your Android projects | +| 30 | 30 | 1 | [mantle](https://github.com/moqui/mantle) | This is the old Mantle Business Artifacts repository which has been split into one repository per component. See mantle-udm, mantle-usl, mantle-edi, mantle-oagis, mantle-ubpl, and AuthorizeDotNet | +| 30 | 8 | 4 | [gexcelapi](https://github.com/nobeans/gexcelapi) | GExcelAPI is a thin Groovy-ish wrapper library of not JExcelAPI but Apache POI. | | 30 | 17 | 25 | [jmeter-gradle-plugin](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin) | Gradle plugin to run JMeter tests | -| 30 | 6 | 3 | [restapidoc](https://github.com/siemens/restapidoc) | A RESTful API documentation plugin for the Grails web application framework | -| 30 | 12 | 1 | [grails-facebook-sdk](https://github.com/agorapulse/grails-facebook-sdk) | Facebook SDK Grails Plugin | +| 30 | 11 | 2 | [CodelessDA-Gradle-Plugin](https://github.com/nailperry-zd/CodelessDA-Gradle-Plugin) | 用于Android客户端无埋点数据采集的Gradle插件(Gradle Plugin for Codelessly Data Acquisition on Android Platform) | +| 30 | 28 | 0 | [PopCommerce](https://github.com/moqui/PopCommerce) | POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens. | | 30 | 11 | 1 | [Savior](https://github.com/HalfStackDeveloper/Savior) | 基于Instant run思想的HotFix实现 | -| 30 | 4 | 1 | [groovy-parser](https://github.com/danielsun1106/groovy-parser) | Create a brand new parser for Groovy programming language(project code: Parrot) | +| 30 | 12 | 1 | [grails-facebook-sdk](https://github.com/agorapulse/grails-facebook-sdk) | Facebook SDK Grails Plugin | | 29 | 16 | 1 | [grails-pomodoro](https://github.com/grails-samples/grails-pomodoro) | Sample Grails application based on the Pomodoro Technique | | 29 | 54 | 0 | [honeywell-rth6580wf](https://github.com/jodyalbritton/honeywell-rth6580wf) | None | -| 29 | 11 | 1 | [gradle-debian-plugin](https://github.com/gesellix/gradle-debian-plugin) | Gradle plugin to create Debian packages | | 29 | 9 | 0 | [GradleDemo](https://github.com/MasonLiuChn/GradleDemo) | Gradle插件开发极简教程 | | 29 | 6 | 0 | [gradle-android-apt](https://github.com/stanfy/gradle-android-apt) | Makes sources generated by annotation processors visible in Android Studio | | 29 | 3 | 0 | [gormish](https://github.com/danveloper/gormish) | Using GORM outside of Grails (Grails v2.1.0) | -| 29 | 6 | 1 | [library-analysis](https://github.com/znyang/library-analysis) | Library Analysis Gradle Plugin | -| 29 | 15 | 1 | [jenkins-pipeline-global-library-chefci](https://github.com/TYPO3-infrastructure/jenkins-pipeline-global-library-chefci) | Jenkins Pipeline's "Workflow Global Libs" for Chef CI | -| 29 | 8 | 4 | [gexcelapi](https://github.com/nobeans/gexcelapi) | GExcelAPI is a thin Groovy-ish wrapper library of not JExcelAPI but Apache POI. | -| 29 | 14 | 5 | [beerstrap](https://github.com/raulgomis/beerstrap) | Startup project designed to ease and accelerate software development. Ideal for startups and web developers who want to rapid-prototype and develop products within weeks. | -| 29 | 26 | 0 | [PopCommerce](https://github.com/moqui/PopCommerce) | POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens. | -| 29 | 43 | 11 | [grails-google-visualization](https://github.com/bmuschko/grails-google-visualization) | Grails plugin that provides a taglib for the interactive charts of the Google Visualization API | +| 29 | 6 | 0 | [library-analysis](https://github.com/znyang/library-analysis) | Library Analysis Gradle Plugin | +| 29 | 13 | 24 | [OmniJ](https://github.com/OmniLayer/OmniJ) | OmniLayer for Java and JVM | +| 29 | 13 | 5 | [beerstrap](https://github.com/raulgomis/beerstrap) | Startup project designed to ease and accelerate software development. Ideal for startups and web developers who want to rapid-prototype and develop products within weeks. | +| 29 | 13 | 3 | [gradle-protobuf-plugin](https://github.com/andrewkroh/gradle-protobuf-plugin) | Gradle plugin for Google Protocol Buffers | | 29 | 7 | 0 | [grules](https://github.com/zhaber/grules) | Grules - rule engine for data preprocessing | -| 29 | 4 | 4 | [gradle-code-quality-tools-plugin](https://github.com/vanniktech/gradle-code-quality-tools-plugin) | Gradle plugin that generates ErrorProne, Findbugs, Checkstyle, PMD, CPD, Lint, Detekt & Ktlint Tasks for every subproject. | +| 29 | 18 | 0 | [SmartThings_SparkCore_Sensor](https://github.com/krvarma/SmartThings_SparkCore_Sensor) | SparkCore and SmartThings | +| 29 | 19 | 2 | [Gant](https://github.com/Gant/Gant) | The Gant Mainline | +| 29 | 6 | 3 | [restapidoc](https://github.com/siemens/restapidoc) | A RESTful API documentation plugin for the Grails web application framework | +| 29 | 18 | 21 | [docToolchain](https://github.com/docToolchain/docToolchain) | a Gradle based AsciiDoc Toolchain for Software Architecture Documentation | | 28 | 8 | 3 | [gradle-fpm-plugin](https://github.com/kenshoo/gradle-fpm-plugin) | a gradle plugin to create linux package (deb/rpm) using fpm | | 28 | 16 | 1 | [spring-build-gradle](https://github.com/spring-projects/spring-build-gradle) | *Deprecated* Shared Gradle sources for automating Spring Project builds | | 28 | 12 | 24 | [buildoop](https://github.com/keedio/buildoop) | Hadoop Ecosystem Builder: Build, package, test and deploy your Hadoop ecosystem project. | -| 28 | 19 | 0 | [IntroGroovy](https://github.com/kousen/IntroGroovy) | Intro Groovy source, based on Appendix A of Making Java Groovy | | 28 | 36 | 2 | [honeywell-smartthings](https://github.com/ethomasii/honeywell-smartthings) | Honeywell Total Connect for Smartthings | -| 28 | 2 | 0 | [nlp_uk](https://github.com/brown-uk/nlp_uk) | This is a project to demonstrate NLP API from LanguageTool for Ukrainian language. | +| 28 | 19 | 0 | [IntroGroovy](https://github.com/kousen/IntroGroovy) | Intro Groovy source, based on Appendix A of Making Java Groovy | +| 28 | 3 | 0 | [nlp_uk](https://github.com/brown-uk/nlp_uk) | This is a project to demonstrate NLP API from LanguageTool for Ukrainian language. | +| 28 | 15 | 0 | [GradleCustomPlugin](https://github.com/mickyliu945/GradleCustomPlugin) | 自定义Gradle插件 | +| 28 | 11 | 3 | [json-avro-converter](https://github.com/allegro/json-avro-converter) | JSON to Avro conversion tool designed to make migration to Avro easier. | +| 28 | 27 | 1 | [cdh-package](https://github.com/cloudera/cdh-package) | None | | 28 | 1 | 0 | [AndroidApkRename](https://github.com/sababado/AndroidApkRename) | A gradle plugin for Android development that renames an APK during the build process. | -| 28 | 1 | 0 | [GroovyLab](https://github.com/sterglee/GroovyLab) | A MATLAB like user friendly scientific programming environment that uses Groovy as a scripting engine and exploits a large number of Java scientific libraries | -| 28 | 13 | 24 | [OmniJ](https://github.com/OmniLayer/OmniJ) | OmniLayer for Java and JVM | -| 28 | 14 | 40 | [CAW](https://github.com/SciLifeLab/CAW) | Cancer Analysis Workflow: a complete open source pipeline to detect somatic variants from WGS data | -| 28 | 88 | 1 | [st_foscam_universal](https://github.com/skp19/st_foscam_universal) | None | -| 28 | 8 | 4 | [CodelessDA-Gradle-Plugin](https://github.com/nailperry-zd/CodelessDA-Gradle-Plugin) | 用于Android客户端无埋点数据采集的Gradle插件(Gradle Plugin for Codelessly Data Acquisition on Android Platform) | +| 28 | 23 | 27 | [swaggydoc](https://github.com/rahulsom/swaggydoc) | Swagger Documentation for Grails Controllers Plugin | +| 28 | 2 | 0 | [GroovyLab](https://github.com/sterglee/GroovyLab) | A MATLAB like user friendly scientific programming environment that uses Groovy as a scripting engine and exploits a large number of Java scientific libraries | +| 28 | 7 | 3 | [gradle-visteg](https://github.com/mmalohlava/gradle-visteg) | Exports task execution graph as .dot file | +| 28 | 7 | 5 | [jgitver-maven-plugin](https://github.com/jgitver/jgitver-maven-plugin) | maven core extension to automatically define versions using jgitver & git tags | +| 28 | 89 | 1 | [st_foscam_universal](https://github.com/skp19/st_foscam_universal) | None | +| 28 | 22 | 0 | [jenkins-pipeline](https://github.com/lachie83/jenkins-pipeline) | None | | 28 | 2 | 2 | [mod-metrics](https://github.com/timyates/mod-metrics) | A simple metrics mod for vert.x | | 28 | 0 | 1 | [gradle-android-buildconstants-plugin](https://github.com/jenzz/gradle-android-buildconstants-plugin) | A Gradle plugin for Android which generates both Java and XML constants as part of the build process. | -| 28 | 32 | 22 | [grails-cxf-client](https://github.com/Grails-Plugin-Consortium/grails-cxf-client) | Easy cxf client for grails | +| 28 | 33 | 22 | [grails-cxf-client](https://github.com/Grails-Plugin-Consortium/grails-cxf-client) | Easy cxf client for grails | | 28 | 13 | 0 | [grails-imagetools](https://github.com/ricardojmendez/grails-imagetools) | Basic image tools plugin for Grails based on JAI. CURRENTLY UNSUPPORTED, since I haven't used it myself in years. You're welcome to take over it. | | 28 | 7 | 0 | [gradle-groovy-jar-example](https://github.com/bond-/gradle-groovy-jar-example) | Example for a groovy executable using gradle-1.0, http://stackoverflow.com/questions/9749032/create-a-groovy-executable-jar-with-gradle | -| 28 | 18 | 2 | [Gant](https://github.com/Gant/Gant) | The Gant Mainline | | 28 | 7 | 9 | [bee](https://github.com/bluesoft/bee) | database changes manager | -| 28 | 17 | 0 | [SmartThings_SparkCore_Sensor](https://github.com/krvarma/SmartThings_SparkCore_Sensor) | SparkCore and SmartThings | +| 28 | 43 | 11 | [grails-google-visualization](https://github.com/bmuschko/grails-google-visualization) | Grails plugin that provides a taglib for the interactive charts of the Google Visualization API | +| 28 | 13 | 1 | [grails3-spring-security-demo](https://github.com/asoftwareguy/grails3-spring-security-demo) | None | | 27 | 3 | 0 | [monadologie](https://github.com/dsrkoc/monadologie) | Monad Comprehensions in Groovy | -| 27 | 3 | 2 | [wiremock-groovy](https://github.com/tomjankes/wiremock-groovy) | groovy bindings for wiremock | | 27 | 7 | 1 | [Jenkins-api-tour](https://github.com/kellyrob99/Jenkins-api-tour) | Code demonstrating how to interact with the API layer of a Jenkins/Hudson build server. | -| 27 | 10 | 4 | [seed-plugin](https://github.com/jenkinsci/seed-plugin) | Seed Jenkins plug-in | -| 27 | 7 | 0 | [gradle-plugin-example](https://github.com/jonathanhood/gradle-plugin-example) | An example of how to build and test a gradle plugin. | -| 27 | 17 | 10 | [force-meta-backup](https://github.com/alan-morey/force-meta-backup) | A tool to help download Salesforce.com Metadata | +| 27 | 131 | 0 | [Iris-Smart-Plug](https://github.com/blebson/Iris-Smart-Plug) | None | +| 27 | 6 | 0 | [groovy-bytecode-ast](https://github.com/melix/groovy-bytecode-ast) | A Groovy AST transformation which allows writing the body of a method as bytecode instructions. | +| 27 | 17 | 5 | [force-meta-backup](https://github.com/alan-morey/force-meta-backup) | A tool to help download Salesforce.com Metadata | | 27 | 6 | 10 | [pipeline](https://github.com/pipelinecd/pipeline) | Continuous Delivery | | 27 | 7 | 7 | [gradle-plugins](https://github.com/evgeny-goldin/gradle-plugins) | Gradle plugins | -| 27 | 22 | 25 | [swaggydoc](https://github.com/rahulsom/swaggydoc) | Swagger Documentation for Grails Controllers Plugin | -| 27 | 2 | 0 | [bower-installer-gradle](https://github.com/craigburke/bower-installer-gradle) | Bower Installer Gradle Plugin | +| 27 | 14 | 5 | [measurementor](https://github.com/cwhd/measurementor) | The code from Agile Metrics In Action; A system to collect data & display metrics for application lifecycle intelligence. | +| 27 | 10 | 0 | [emoji-convertor](https://github.com/quxionglie/emoji-convertor) | convert emoji to cn | | 27 | 32 | 1 | [smartapp-circadian-daylight](https://github.com/KristopherKubicki/smartapp-circadian-daylight) | Use your SmartThings Hub to sync your color changing lights with natural daylight hues | +| 27 | 17 | 2 | [gradle-svntools-plugin](https://github.com/martoe/gradle-svntools-plugin) | Gradle plugin that provides various SVN-related tasks | +| 27 | 2 | 0 | [bower-installer-gradle](https://github.com/craigburke/bower-installer-gradle) | Bower Installer Gradle Plugin | | 27 | 2 | 24 | [stackwork](https://github.com/stackwork/stackwork) | Gradle plugin for building, testing and deploying Docker images using docker compose | -| 27 | 17 | 1 | [gradle-svntools-plugin](https://github.com/martoe/gradle-svntools-plugin) | Gradle plugin that provides various SVN-related tasks | +| 27 | 3 | 0 | [gradle-api-easy_publish](https://github.com/saantiaguilera/gradle-api-easy_publish) | Publish bintray aar/jar multi-module in a duper easy way | | 27 | 14 | 10 | [grails-marshallers](https://github.com/pedjak/grails-marshallers) | Custom XML and JSON marshallers for Grails in an easy way | -| 27 | 13 | 1 | [grails3-spring-security-demo](https://github.com/asoftwareguy/grails3-spring-security-demo) | None | -| 27 | 10 | 0 | [dexguard](https://github.com/Ivonhoe/dexguard) | Android app防dex2jar的gradle插件 | -| 27 | 6 | 10 | [bamboo-plan-dsl-plugin](https://github.com/mibexsoftware/bamboo-plan-dsl-plugin) | Configuration as code with a Groovy-based DSL or YAML for Atlassian Bamboo. | -| 26 | 8 | 8 | [pit-idea-plugin](https://github.com/mjedynak/pit-idea-plugin) | None | -| 26 | 122 | 0 | [Iris-Smart-Plug](https://github.com/blebson/Iris-Smart-Plug) | None | -| 26 | 25 | 1 | [cdh-package](https://github.com/cloudera/cdh-package) | None | -| 26 | 1 | 3 | [propdeps-plugin](https://github.com/spring-gradle-plugins/propdeps-plugin) | New "provided" and "optiona; | +| 27 | 5 | 10 | [bamboo-plan-dsl-plugin](https://github.com/mibexsoftware/bamboo-plan-dsl-plugin) | Configuration as code with a Groovy-based DSL or YAML for Atlassian Bamboo. | +| 26 | 10 | 8 | [pit-idea-plugin](https://github.com/mjedynak/pit-idea-plugin) | None | | 26 | 9 | 2 | [jpa-schema-gradle-plugin](https://github.com/divinespear/jpa-schema-gradle-plugin) | Gradle plugin for generate database schema or DDL scripts from JPA entities | -| 26 | 19 | 0 | [cucumber-jvm-groovy-example](https://github.com/dkowis/cucumber-jvm-groovy-example) | Cucmber JVM Groovy example using gradle! | -| 26 | 6 | 0 | [groovy-bytecode-ast](https://github.com/melix/groovy-bytecode-ast) | A Groovy AST transformation which allows writing the body of a method as bytecode instructions. | -| 26 | 14 | 0 | [GradleCustomPlugin](https://github.com/mickyliu945/GradleCustomPlugin) | 自定义Gradle插件 | -| 26 | 13 | 5 | [measurementor](https://github.com/cwhd/measurementor) | The code from Agile Metrics In Action; A system to collect data & display metrics for application lifecycle intelligence. | -| 26 | 7 | 5 | [gradle-visteg](https://github.com/mmalohlava/gradle-visteg) | Exports task execution graph as .dot file | +| 26 | 3 | 2 | [wiremock-groovy](https://github.com/tomjankes/wiremock-groovy) | groovy bindings for wiremock | +| 26 | 11 | 5 | [swagger-gradle-plugin](https://github.com/gigaSproule/swagger-gradle-plugin) | JAX-RS & SpringMVC supported gradle build plugin to generate Swagger documentation | | 26 | 6 | 1 | [gradle-versioneye-plugin](https://github.com/stempler/gradle-versioneye-plugin) | Plugin for Gradle to update your project's dependencies status on www.versioneye.com | -| 26 | 4 | 1 | [idea-ionic](https://github.com/bodiam/idea-ionic) | IntelliJ support for the Ionic Framework | +| 26 | 8 | 3 | [osdetector-gradle-plugin](https://github.com/google/osdetector-gradle-plugin) | A Gradle plugin that detects the OS name and architecture, providing a uniform classifier to be used in the names of native artifacts. | | 26 | 37 | 8 | [joda-time](https://github.com/gpc/joda-time) | A plugin that Integrates the Joda Time date/time library into Grails | -| 26 | 3 | 0 | [tf_pipeline](https://github.com/benwtr/tf_pipeline) | Jenkins Pipeline jobs for Terraform with remote state locking, pull request integration and chat notifications | -| 26 | 12 | 13 | [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) | Plugin to gather information about the environment | -| 26 | 3 | 0 | [gradle-api-easy_publish](https://github.com/saantiaguilera/gradle-api-easy_publish) | Publish bintray aar/jar multi-module in a duper easy way | +| 26 | 4 | 1 | [idea-ionic](https://github.com/bodiam/idea-ionic) | IntelliJ support for the Ionic Framework | +| 26 | 15 | 2 | [prosper](https://github.com/OlsonDigital/prosper) | A Spock-based integration testing library for prosperous AEM development. | +| 26 | 12 | 15 | [gradle-info-plugin](https://github.com/nebula-plugins/gradle-info-plugin) | Plugin to gather information about the environment | +| 26 | 5 | 0 | [tf_pipeline](https://github.com/benwtr/tf_pipeline) | Jenkins Pipeline jobs for Terraform with remote state locking, pull request integration and chat notifications | | 26 | 5 | 8 | [mongodb-grails](https://github.com/mpriatel/mongodb-grails) | Grails plugin that integrates MongoDB. | -| 26 | 6 | 5 | [jgitver-maven-plugin](https://github.com/jgitver/jgitver-maven-plugin) | standalone maven plugin to automatically define versions using jgitver | -| 26 | 13 | 0 | [prosper](https://github.com/OlsonDigital/prosper) | A Spock-based integration testing library for prosperous AEM development. | -| 26 | 8 | 0 | [gradle-gulp-plugin](https://github.com/filipblondeel/gradle-gulp-plugin) | Gradle plugin for running Gulp tasks | +| 26 | 5 | 4 | [gradle-react-plugin](https://github.com/ehirsch/gradle-react-plugin) | A simple plugin to use the react-tools to transform jsx to javascript using gradle. | +| 26 | 8 | 2 | [geb-example](https://github.com/craigatk/geb-example) | Geb example tests for a Grails 2 web app | | 25 | 6 | 2 | [gradle-console](https://github.com/carlosgsouza/gradle-console) | Easily interact with your Groovy and Java source code using Groovy Console | | 25 | 21 | 0 | [grails-angularjs-resources](https://github.com/smartiniOnGitHub/grails-angularjs-resources) | Grails AngularJS Plugin | -| 25 | 7 | 11 | [soapui-raml-plugin](https://github.com/SmartBear/soapui-raml-plugin) | None | -| 25 | 17 | 6 | [gswg-v2](https://github.com/scottdavis99/gswg-v2) | Getting Started with Grails, 2nd Edition | -| 25 | 15 | 4 | [ansible-jenkins2](https://github.com/karlmdavis/ansible-jenkins2) | This Ansible role can be used to install and manage Jenkins 2. | -| 25 | 10 | 3 | [json-avro-converter](https://github.com/allegro/json-avro-converter) | JSON to Avro conversion tool designed to make migration to Avro easier. | -| 25 | 8 | 3 | [osdetector-gradle-plugin](https://github.com/google/osdetector-gradle-plugin) | A Gradle plugin that detects the OS name and architecture, providing a uniform classifier to be used in the names of native artifacts. | -| 25 | 10 | 0 | [emoji-convertor](https://github.com/quxionglie/emoji-convertor) | convert emoji to cn | +| 25 | 7 | 12 | [soapui-raml-plugin](https://github.com/SmartBear/soapui-raml-plugin) | None | +| 25 | 18 | 6 | [gswg-v2](https://github.com/scottdavis99/gswg-v2) | Getting Started with Grails, 2nd Edition | +| 25 | 20 | 0 | [cucumber-jvm-groovy-example](https://github.com/dkowis/cucumber-jvm-groovy-example) | Cucmber JVM Groovy example using gradle! | +| 25 | 11 | 2 | [spock-retry](https://github.com/anotherchrisberry/spock-retry) | Spock extension to allow test features and specifications to be retried before failed | | 25 | 16 | 5 | [gorm-mongodb](https://github.com/jkuehn/gorm-mongodb) | Grails GORM implementation for the MongoDB document oriented database | +| 25 | 7 | 0 | [jenkins-pipeline-libraries](https://github.com/buildit/jenkins-pipeline-libraries) | Useful Jenkins Pipeline Libraries to use for whatever. | | 25 | 26 | 1 | [grails-angular-phonecat](https://github.com/BenoitWickramarachi/grails-angular-phonecat) | Example of Angular app with a Grails backend (Angular PhoneCat tutorial) | | 25 | 1 | 0 | [DroidLane](https://github.com/Jintin/DroidLane) | An Android Studio / IntelliJ plug-in help you upload your apk or listing to Google Play. | | 25 | 42 | 6 | [grails-oauth-scribe](https://github.com/antony/grails-oauth-scribe) | Grails Oauth plugin using the Scribe library | -| 25 | 17 | 7 | [grails-remote-control](https://github.com/ldaley/grails-remote-control) | Facilitates executing commands (closures) against remote or local Grails applications | -| 25 | 33 | 0 | [smartthings](https://github.com/MikeMaxwell/smartthings) | all my smartthings stuff | -| 25 | 21 | 6 | [grails-jesque](https://github.com/michaelcameron/grails-jesque) | Grails Jesque Plugin | -| 25 | 8 | 2 | [geb-example](https://github.com/craigatk/geb-example) | Geb example tests for a Grails 2 web app | -| 25 | 4 | 0 | [gradle-plugin-starter](https://github.com/int128/gradle-plugin-starter) | Gradle plugin template project | +| 25 | 34 | 0 | [smartthings](https://github.com/MikeMaxwell/smartthings) | all my smartthings stuff | +| 25 | 20 | 6 | [grails-jesque](https://github.com/michaelcameron/grails-jesque) | Grails Jesque Plugin | | 25 | 9 | 7 | [gradle-scoverage](https://github.com/scoverage/gradle-scoverage) | A plugin to enable the use of Scoverage in a gradle Scala project | -| 24 | 22 | 0 | [tlc](https://github.com/pfernley2/tlc) | TLC three ledger core accounting system (Grails) | -| 24 | 30 | 19 | [grails-cookie-session](https://github.com/benlucchesi/grails-cookie-session) | cookie sessions for grails applications | +| 25 | 8 | 0 | [gradle-gulp-plugin](https://github.com/filipblondeel/gradle-gulp-plugin) | Gradle plugin for running Gulp tasks | +| 24 | 31 | 19 | [grails-cookie-session](https://github.com/benlucchesi/grails-cookie-session) | cookie sessions for grails applications | | 24 | 5 | 10 | [grails-facebook-graph](https://github.com/chechu/grails-facebook-graph) | Repository of the Grails Facebook Graph plugin | +| 24 | 22 | 0 | [tlc](https://github.com/pfernley2/tlc) | TLC three ledger core accounting system (Grails) | | 24 | 3 | 2 | [gradle-imagemagick](https://github.com/eowise/gradle-imagemagick) | Gradle tasks to easy integrate ImageMagick | +| 24 | 10 | 11 | [seu-as-code.plugins](https://github.com/seu-as-code/seu-as-code.plugins) | The Gradle plugins for SEU-as-code. | | 24 | 1 | 0 | [sample_gradle_plugin](https://github.com/nhachicha/sample_gradle_plugin) | Sample project demonstrating usage of Gradle plugin | -| 24 | 30 | 4 | [ansible-nexus3-oss](https://github.com/savoirfairelinux/ansible-nexus3-oss) | Ansible role to provision Nexus Repository Manager 3.x for RedHat/CentOS | +| 24 | 8 | 3 | [thrift-gradle-plugin](https://github.com/jruyi/thrift-gradle-plugin) | A gradle plugin for compiling Thrift IDL files using Thrift compiler | +| 24 | 21 | 26 | [readyapi-swagger-plugin](https://github.com/SmartBear/readyapi-swagger-plugin) | Ready! API Plugin for importing Swagger definitions as REST Services | +| 24 | 17 | 6 | [jgitflow-gradle-plugin](https://github.com/RobWin/jgitflow-gradle-plugin) | A Gradle Plugin which adds tasks to support the Gitflow Workflow. | | 24 | 12 | 1 | [gorm-standalone-example](https://github.com/rimerosolutions/gorm-standalone-example) | Gorm Standalone example - Grails 2.x (Grails < 2.3) | | 24 | 4 | 5 | [rizzo](https://github.com/fifthposition/rizzo) | A static site generator, written in Groovy. | | 24 | 22 | 8 | [grails-file-uploader](https://github.com/grails-file-uploader/grails-file-uploader) | Simple Grails plugin to handle file uploads | -| 24 | 5 | 4 | [gradle-react-plugin](https://github.com/ehirsch/gradle-react-plugin) | A simple plugin to use the react-tools to transform jsx to javascript using gradle. | | 24 | 9 | 43 | [zkui](https://github.com/xiaochong/zkui) | Grails ZK UI Plugin | +| 24 | 17 | 7 | [grails-remote-control](https://github.com/ldaley/grails-remote-control) | Facilitates executing commands (closures) against remote or local Grails applications | +| 24 | 14 | 25 | [vdjtools](https://github.com/mikessh/vdjtools) | Post-analysis of immune repertoire sequencing data | | 24 | 23 | 0 | [GR8ConfUS2014](https://github.com/sjurgemeyer/GR8ConfUS2014) | Slides for presentations at GR8Conf US 2014 | | 24 | 6 | 0 | [getting-started-with-grails](https://github.com/jasonrudolph/getting-started-with-grails) | Conference Talk - Getting Started with Grails | +| 24 | 1 | 3 | [gbench](https://github.com/gperfutils/gbench) | GBench - The benchmarking module for Groovy | | 24 | 5 | 12 | [gradle-gaelyk-plugin](https://github.com/gaelyk/gradle-gaelyk-plugin) | Gradle plugin that provides tasks for managing Gaelyk projects | +| 24 | 44 | 4 | [jenkins-build-per-gitflow-branch](https://github.com/neoteric-eu/jenkins-build-per-gitflow-branch) | Jenkins Build Per Git Flow Branch | +| 24 | 14 | 1 | [smartthings](https://github.com/zzarbi/smartthings) | Code related to my work on SmartThings | +| 24 | 4 | 0 | [gradle-plugin-starter](https://github.com/int128/gradle-plugin-starter) | Gradle plugin template project | | 24 | 8 | 0 | [springboot-groovy-vaadin-starter](https://github.com/christoph-frick/springboot-groovy-vaadin-starter) | Ready to rock starter/sample project to get a Vaadin app going using Groovy. | -| 24 | 13 | 13 | [docToolchain](https://github.com/rdmueller/docToolchain) | see http://rdmueller.github.io for more details | | 23 | 11 | 3 | [play-groovy](https://github.com/clarkdave/play-groovy) | groovy plugin for Play Framework | | 23 | 14 | 0 | [groovy-android-example](https://github.com/mscharhag/groovy-android-example) | None | -| 23 | 10 | 2 | [spock-retry](https://github.com/anotherchrisberry/spock-retry) | Spock extension to allow test features and specifications to be retried before failed | +| 23 | 3 | 3 | [flipside](https://github.com/johnnywey/flipside) | Simple Groovy options library | +| 23 | 56 | 19 | [adop-platform-management](https://github.com/Accenture/adop-platform-management) | None | +| 23 | 12 | 0 | [pipeline-library](https://github.com/politie/pipeline-library) | Jenkins shared library for use with pipeline-as-code | | 23 | 6 | 0 | [GMCP](https://github.com/AbrarSyed/GMCP) | Gradle plugin for Modding Minecraft and making non-base-edit mods with Forge and FML. This is the actual usage of the GMCP_scripts repo. | -| 23 | 8 | 3 | [thrift-gradle-plugin](https://github.com/jruyi/thrift-gradle-plugin) | A gradle plugin for compiling Thrift IDL files using Thrift compiler | -| 23 | 16 | 5 | [jgitflow-gradle-plugin](https://github.com/RobWin/jgitflow-gradle-plugin) | A Gradle Plugin which adds tasks to support the Gitflow Workflow. | | 23 | 8 | 2 | [spring-boot-restful](https://github.com/monkey-codes/spring-boot-restful) | None | -| 23 | 7 | 1 | [jenkins-workflow](https://github.com/funkwerk/jenkins-workflow) | contains handy groovy workflow-libs scripts | +| 23 | 3 | 3 | [VSphere2Metrics](https://github.com/syepes/VSphere2Metrics) | VMware vSphere Performance Metrics Integration with Graphite & InfluxDB | +| 23 | 7 | 6 | [multiproject-git-gradle](https://github.com/akhikhl/multiproject-git-gradle) | Gradle script for multi-project git-based setup, configuration and build | | 23 | 2 | 1 | [notifier-plugin](https://github.com/tomorrowkey/notifier-plugin) | This plugin provide a ability of notifying you that gradle task is finished. | | 23 | 1 | 0 | [MultiChannel](https://github.com/lizhangqu/MultiChannel) | 多渠道打包Gradle插件 | -| 23 | 14 | 0 | [jenkins-pipeline](https://github.com/lachie83/jenkins-pipeline) | None | -| 23 | 1 | 3 | [gbench](https://github.com/gperfutils/gbench) | GBench - The benchmarking module for Groovy | -| 23 | 18 | 9 | [grails-spring-batch](https://github.com/johnrengelman/grails-spring-batch) | Spring Batch Grails Plugin | -| 23 | 6 | 3 | [stats-gradle-plugin](https://github.com/aalmiray/stats-gradle-plugin) | A Gradle plugin for counting lines of code in the same fashion as the griffon stats command. | +| 23 | 28 | 0 | [SmartDevices](https://github.com/FlorianZ/SmartDevices) | None | +| 23 | 8 | 1 | [jenkins-workflow](https://github.com/funkwerk/jenkins-workflow) | contains handy groovy workflow-libs scripts | +| 23 | 4 | 0 | [Gradle-Goodness](https://github.com/mrhaki/Gradle-Goodness) | Samples from the Gradle Goodness blog series. | +| 23 | 16 | 9 | [grails-spring-batch](https://github.com/johnrengelman/grails-spring-batch) | Spring Batch Grails Plugin | | 23 | 20 | 0 | [microservices-load-balancing](https://github.com/tdziurko/microservices-load-balancing) | Load balancing microservices with Apache ZooKeeper and Curator | -| 23 | 13 | 1 | [smartthings](https://github.com/zzarbi/smartthings) | Code related to my work on SmartThings | -| 22 | 13 | 2 | [python-joern](https://github.com/fabsx00/python-joern) | A python interface to joern (deprecated). | -| 22 | 3 | 3 | [flipside](https://github.com/johnnywey/flipside) | Simple Groovy options library | -| 22 | 6 | 6 | [gradle-processes](https://github.com/johnrengelman/gradle-processes) | Gradle Processes Plugin - Create and manage forked processes | -| 22 | 2 | 5 | [silksmith](https://github.com/silksmith/silksmith) | Gradle plugin to build web applications | +| 23 | 15 | 0 | [jira-trigger-plugin](https://github.com/jenkinsci/jira-trigger-plugin) | Triggers a build when a certain condition is matched in JIRA | +| 23 | 6 | 3 | [stats-gradle-plugin](https://github.com/aalmiray/stats-gradle-plugin) | A Gradle plugin for counting lines of code in the same fashion as the griffon stats command. | +| 23 | 17 | 32 | [jenkins-jobs](https://github.com/deis/jenkins-jobs) | DSL representations of Jenkins jobs for Deis | | 22 | 10 | 0 | [zim-service](https://github.com/marc0der/zim-service) | A demo app for my Spring Boot with Groovy talk | -| 22 | 8 | 17 | [gradle-cpp-plugin](https://github.com/Tocea/gradle-cpp-plugin) | Gradle C/C++ plugin with CMake interaction | -| 22 | 11 | 7 | [swagger-gradle-plugin](https://github.com/gigaSproule/swagger-gradle-plugin) | JAX-RS & SpringMVC supported gradle build plugin to generate Swagger documentation | -| 22 | 9 | 10 | [seu-as-code.plugins](https://github.com/seu-as-code/seu-as-code.plugins) | The Gradle plugins for SEU-as-code. | +| 22 | 2 | 5 | [silksmith](https://github.com/silksmith/silksmith) | Gradle plugin to build web applications | +| 22 | 7 | 17 | [gradle-cpp-plugin](https://github.com/Tocea/gradle-cpp-plugin) | Gradle C/C++ plugin with CMake interaction | | 22 | 8 | 0 | [jenkins-dsl](https://github.com/jessfraz/jenkins-dsl) | Jenkins DSLs for my Jenkins instance, keeps forks up to date, mirrors repositories to private git, builds all Dockerfiles and more. | -| 22 | 55 | 17 | [adop-platform-management](https://github.com/Accenture/adop-platform-management) | None | -| 22 | 45 | 0 | [TotalConnect](https://github.com/mhatrey/TotalConnect) | TotalConnect SmartThings Integrations | -| 22 | 0 | 1 | [speakertime](https://github.com/melix/speakertime) | A demo project for Groovy and Android, as seen in Devoxx | +| 22 | 48 | 0 | [TotalConnect](https://github.com/mhatrey/TotalConnect) | TotalConnect SmartThings Integrations | +| 22 | 13 | 0 | [challenges](https://github.com/arturoherrero/challenges) | Code Interview Challenges. | +| 22 | 12 | 0 | [jenkins-script-console-scripts](https://github.com/samrocketman/jenkins-script-console-scripts) | A repository of one-off script console scripts for Jenkins. | | 22 | 6 | 0 | [spock-demos-nfjs](https://github.com/kensipe/spock-demos-nfjs) | Demos used for NFJS presentations on Spock | -| 22 | 6 | 6 | [multiproject-git-gradle](https://github.com/akhikhl/multiproject-git-gradle) | Gradle script for multi-project git-based setup, configuration and build | -| 22 | 3 | 3 | [VSphere2Metrics](https://github.com/syepes/VSphere2Metrics) | VMware vSphere Performance Metrics Integration with Graphite & InfluxDB | -| 22 | 7 | 0 | [jenkins-pipeline-libraries](https://github.com/buildit/jenkins-pipeline-libraries) | Useful Jenkins Pipeline Libraries to use for whatever. | -| 22 | 78 | 20 | [JenkinsAsCodeReference](https://github.com/Praqma/JenkinsAsCodeReference) | This repository is intended for the reference Jenkins configuration as code as well as JobDSL library | -| 22 | 21 | 24 | [grails-gwt](https://github.com/simplicityitself/grails-gwt) | New Grails GWT Plugin | | 22 | 1 | 0 | [OttoCachedField](https://github.com/byoutline/OttoCachedField) | Wrapper for expensive values (like API calls) that post results by Otto bus. | | 22 | 7 | 0 | [galoshe](https://github.com/aglover/galoshe) | Starter Spring Boot | -| 22 | 27 | 0 | [SmartDevices](https://github.com/FlorianZ/SmartDevices) | None | -| 22 | 14 | 19 | [vdjtools](https://github.com/mikessh/vdjtools) | Post-analysis of immune repertoire sequencing data | | 22 | 4 | 0 | [MakeTestingGroovy](https://github.com/paulk-asert/MakeTestingGroovy) | Acceptance testing a simple blog system using the Groovy Programming Language | +| 22 | 5 | 2 | [CurseGradle](https://github.com/matthewprenger/CurseGradle) | Gradle plugin to upload Minecraft mods to CurseForge | +| 22 | 21 | 24 | [grails-gwt](https://github.com/simplicityitself/grails-gwt) | New Grails GWT Plugin | +| 22 | 2 | 0 | [gradle-lintrules-plugin](https://github.com/kageiit/gradle-lintrules-plugin) | Gradle plugin that allows bundling custom lint rules with AARs. | | 22 | 7 | 1 | [examples](https://github.com/nextflow-io/examples) | A collection of examples introducing to Nextflow scripting | | 22 | 15 | 0 | [grails-oauth](https://github.com/dhou/grails-oauth) | oauth plugin for grails | -| 22 | 16 | 10 | [equals-hash-code-deluxe-generator-idea-plugin](https://github.com/mjedynak/equals-hash-code-deluxe-generator-idea-plugin) | None | | 22 | 5 | 8 | [gradle-executable-jar-plugin](https://github.com/stigkj/gradle-executable-jar-plugin) | ABANDONED - use something like the gradle-capsule-plugin instead | -| 22 | 5 | 0 | [eventsource](https://github.com/thirdchannel/eventsource) | A small library for working with Event Source objects | -| 21 | 13 | 0 | [challenges](https://github.com/arturoherrero/challenges) | Code Interview Challenges. | +| 22 | 6 | 1 | [groovy-excel-builder](https://github.com/jameskleeh/groovy-excel-builder) | A Groovy DSL for Building Excel Files | +| 22 | 31 | 0 | [apache-groovy-course](https://github.com/cfaddict/apache-groovy-course) | Apache Groovy Course | +| 22 | 21 | 0 | [augustlock-smartthings](https://github.com/robson83/augustlock-smartthings) | Add AugustLock support to SmartThings Hub | +| 22 | 11 | 0 | [droidmate](https://github.com/konrad-jamrozik/droidmate) | DroidMate is an automated GUI execution generator for Android apps. | | 21 | 4 | 0 | [caelyf](https://github.com/caelyf/caelyf) | Caelyf, a lightweight Groovy toolkit for Cloud Foundry | | 21 | 18 | 0 | [grails-vaadin-examples](https://github.com/ondrej-kvasnovsky/grails-vaadin-examples) | Examples of Grails and Vaadin usage | -| 21 | 2 | 3 | [gradle-allure-plugin](https://github.com/d10xa/gradle-allure-plugin) | Gradle plugin generating Allure report from test results | -| 21 | 24 | 0 | [HiveMind](https://github.com/moqui/HiveMind) | HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens. | +| 21 | 7 | 6 | [gradle-processes](https://github.com/johnrengelman/gradle-processes) | Gradle Processes Plugin - Create and manage forked processes | +| 21 | 10 | 15 | [migmap](https://github.com/mikessh/migmap) | HTS-compatible wrapper for IgBlast V-(D)-J mapping tool | +| 21 | 25 | 1 | [HiveMind](https://github.com/moqui/HiveMind) | HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens. | +| 21 | 13 | 2 | [python-joern](https://github.com/fabsx00/python-joern) | A python interface to joern (deprecated). | | 21 | 10 | 13 | [damage-control-report](https://github.com/tprado/damage-control-report) | Generation of detailed reports for Spock based tests. | | 21 | 1 | 1 | [ratpack-gorm-example](https://github.com/lhotari/ratpack-gorm-example) | Example of using GORM in Ratpack | | 21 | 2 | 1 | [gradle-git-clone-task](https://github.com/palominolabs/gradle-git-clone-task) | Gradle task to clone a git repo | -| 21 | 14 | 10 | [ensime-gradle](https://github.com/ensime/ensime-gradle) | Generates .ensime config files for gradle projects | +| 21 | 14 | 11 | [ensime-gradle](https://github.com/ensime/ensime-gradle) | Generates .ensime config files for gradle projects | +| 21 | 15 | 4 | [jenkins-job-builders](https://github.com/hmrc/jenkins-job-builders) | Automated Jenkins job and view configuration, via the Jenkins Job DSL Plugin | +| 21 | 6 | 5 | [ci-matters](https://github.com/vgaidarji/ci-matters) | Integration (comparison) of different continuous integration services on Android project | +| 21 | 0 | 1 | [speakertime](https://github.com/melix/speakertime) | A demo project for Groovy and Android, as seen in Devoxx | +| 21 | 5 | 0 | [grails-gwt](https://github.com/pledbrook/grails-gwt) | GWT plugin for Grails | +| 21 | 3 | 1 | [everything-as-code](https://github.com/lreimer/everything-as-code) | Everything-as-code. A polyglot experiment. | | 21 | 12 | 14 | [grails-coffeescript-resources](https://github.com/edvinasbartkus/grails-coffeescript-resources) | Another CoffeeScript compiler for Grails | | 21 | 10 | 3 | [sdkman-java-sdk](https://github.com/sdkman/sdkman-java-sdk) | An sdk for the Groovy enVironment Manager (GVM) | | 21 | 14 | 10 | [gradle-cobertura-plugin](https://github.com/eriwen/gradle-cobertura-plugin) | Gradle plugin for Cobertura | | 21 | 6 | 13 | [poeditor-gradle](https://github.com/lukin0110/poeditor-gradle) | Gradle plugin to manage translations with POEditor | -| 21 | 4 | 0 | [Gradle-Goodness](https://github.com/mrhaki/Gradle-Goodness) | Samples from the Gradle Goodness blog series. | -| 21 | 5 | 2 | [CurseGradle](https://github.com/matthewprenger/CurseGradle) | Gradle plugin to upload Minecraft mods to CurseForge | | 21 | 1 | 3 | [migrate-2-grails3](https://github.com/domurtag/migrate-2-grails3) | A Grails 2 plugin that partially automates the process of upgrading a Grails 2 app or plugin to Grails 3 | +| 21 | 549 | 3 | [job-dsl-plugin](https://github.com/JavaPosseRoundup/job-dsl-plugin) | A Groovy DSL for Jenkins Jobs - Sweeeeet! | | 21 | 19 | 7 | [biodiv](https://github.com/strandls/biodiv) | India Biodiversity Portal (IBP) - A repository of information designed to harness and disseminate collective intelligence on the biodiversity of the Indian subcontinent. | +| 21 | 10 | 36 | [vdjdb-db](https://github.com/antigenomics/vdjdb-db) | Git-based TCR database storage & management. Submissions welcome! | | 21 | 0 | 0 | [gradle-plugins](https://github.com/ajoberstar/gradle-plugins) | UNMAINTAINED: Plugins for the Gradle build tool. | | 21 | 2 | 3 | [gradle-packer-plugin](https://github.com/eowise/gradle-packer-plugin) | A Gradle plugin witch automatically packs texture for a libgdx game | -| 21 | 11 | 0 | [droidmate](https://github.com/konrad-jamrozik/droidmate) | DroidMate is an automated GUI execution generator for Android apps. | -| 21 | 44 | 4 | [jenkins-build-per-gitflow-branch](https://github.com/neoteric-eu/jenkins-build-per-gitflow-branch) | Jenkins Build Per Git Flow Branch | +| 21 | 16 | 10 | [equals-hash-code-deluxe-generator-idea-plugin](https://github.com/mjedynak/equals-hash-code-deluxe-generator-idea-plugin) | None | +| 21 | 3 | 3 | [gradle-natives](https://github.com/cjstehno/gradle-natives) | Gradle plugin to aid in managing native libraries associated with Java-based projects. | +| 21 | 6 | 0 | [eventsource](https://github.com/thirdchannel/eventsource) | A small library for working with Event Source objects | +| 21 | 5 | 5 | [gradle-semantic-build-versioning](https://github.com/vivin/gradle-semantic-build-versioning) | Gradle plugin to generate version-numbers and tags using semantic versioning | | 20 | 0 | 0 | [photobooth-party](https://github.com/aaronhenshaw/photobooth-party) | Photobooth | -| 20 | 38 | 1 | [smartthings](https://github.com/garyd9/smartthings) | None | +| 20 | 41 | 1 | [smartthings](https://github.com/garyd9/smartthings) | None | | 20 | 2 | 1 | [orientdb-groovy](https://github.com/eugene-kamenev/orientdb-groovy) | OrientDB groovy mapper for documents and graphs | | 20 | 6 | 6 | [gradle-web-resource-plugin](https://github.com/ksoichiro/gradle-web-resource-plugin) | Gradle plugin to use CoffeeScript, LESS and Bower libraries without Node.js/npm. | -| 20 | 10 | 15 | [migmap](https://github.com/mikessh/migmap) | HTS-compatible wrapper for IgBlast V-(D)-J mapping tool | -| 20 | 41 | 1 | [crawler](https://github.com/jenkins-infra/crawler) | tools crawler | -| 20 | 7 | 5 | [open-service-broker](https://github.com/swisscom/open-service-broker) | Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services. | -| 20 | 7 | 0 | [wemocontrol](https://github.com/brendonanderson/wemocontrol) | Discover, find the status of, and control your WeMo outlet device. | +| 20 | 2 | 3 | [gradle-allure-plugin](https://github.com/d10xa/gradle-allure-plugin) | Gradle plugin generating Allure report from test results | +| 20 | 8 | 5 | [open-service-broker](https://github.com/swisscom/open-service-broker) | Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services. | +| 20 | 42 | 0 | [crawler](https://github.com/jenkins-infra/crawler) | tools crawler | | 20 | 19 | 18 | [jquery-validation-ui](https://github.com/limcheekin/jquery-validation-ui) | JQuery Validation UI Plugin - Client Side Validation without writing JavaScript | -| 20 | 54 | 2 | [ZWN-SC7-Enerwave-7-Button-Scene-Controller](https://github.com/mattjfrank/ZWN-SC7-Enerwave-7-Button-Scene-Controller) | Device Type & SmartApp for ZWN-SC7 Enerwave 7 Button Scene Controller | -| 20 | 18 | 0 | [artifactory-docker-builder](https://github.com/JFrogDev/artifactory-docker-builder) | None | -| 20 | 5 | 6 | [asciidoctorj-screenshot](https://github.com/asciidoctor/asciidoctorj-screenshot) | A set of AsciidoctorJ extensions for adding automated screenshots to an AsciiDoc document. | +| 20 | 55 | 2 | [ZWN-SC7-Enerwave-7-Button-Scene-Controller](https://github.com/mattjfrank/ZWN-SC7-Enerwave-7-Button-Scene-Controller) | Device Type & SmartApp for ZWN-SC7 Enerwave 7 Button Scene Controller | +| 20 | 20 | 0 | [artifactory-docker-builder](https://github.com/JFrogDev/artifactory-docker-builder) | None | | 20 | 1 | 0 | [gradle-android-apt-plugin](https://github.com/uPhyca/gradle-android-apt-plugin) | A Gradle plugin which enables annotations processing for Android builds. | | 20 | 12 | 4 | [gradle-native-artifacts-plugin](https://github.com/sgeb/gradle-native-artifacts-plugin) | A gradle plugin to package C/C++ native executables and libraries into artifacts publishable to Ivy or Maven, with support for transitive dependencies. | -| 20 | 5 | 0 | [grails-gwt](https://github.com/pledbrook/grails-gwt) | GWT plugin for Grails | | 20 | 4 | 1 | [talk-submissions](https://github.com/pledbrook/talk-submissions) | A simple Grails application for managing talk submissions to conferences | +| 20 | 5 | 6 | [asciidoctorj-screenshot](https://github.com/asciidoctor/asciidoctorj-screenshot) | A set of AsciidoctorJ extensions for adding automated screenshots to an AsciiDoc document. | | 20 | 7 | 6 | [gradle-grails-wrapper](https://github.com/ConnorWGarvey/gradle-grails-wrapper) | A simple Grails plugin for Gradle | -| 20 | 36 | 9 | [SmartThings-BigTalker-Orig](https://github.com/rayzurbock/SmartThings-BigTalker-Orig) | Big Talker is a SmartApp that can make your house talk depending on various triggered events. | -| 20 | 14 | 4 | [jenkins-job-builders](https://github.com/hmrc/jenkins-job-builders) | Automated Jenkins job and view configuration, via the Jenkins Job DSL Plugin | -| 20 | 20 | 25 | [readyapi-swagger-plugin](https://github.com/SmartBear/readyapi-swagger-plugin) | Ready! API Plugin for importing Swagger definitions as REST Services | -| 20 | 76 | 7 | [front50](https://github.com/spinnaker/front50) | Cross-Application Persistence Service | -| 20 | 538 | 3 | [job-dsl-plugin](https://github.com/JavaPosseRoundup/job-dsl-plugin) | A Groovy DSL for Jenkins Jobs - Sweeeeet! | +| 20 | 38 | 9 | [SmartThings-BigTalker-Orig](https://github.com/rayzurbock/SmartThings-BigTalker-Orig) | Big Talker is a SmartApp that can make your house talk depending on various triggered events. | +| 20 | 7 | 0 | [wemocontrol](https://github.com/brendonanderson/wemocontrol) | Discover, find the status of, and control your WeMo outlet device. | +| 20 | 24 | 3 | [gradle-s3-plugin](https://github.com/skhatri/gradle-s3-plugin) | S3 File Upload and Download plugin | +| 20 | 37 | 17 | [adop-cartridge-java](https://github.com/Accenture/adop-cartridge-java) | None | +| 20 | 80 | 3 | [front50](https://github.com/spinnaker/front50) | Cross-Application Persistence Service | | 20 | 11 | 2 | [rundeck-logstash-plugin](https://github.com/rundeck-plugins/rundeck-logstash-plugin) | Pipe all Rundeck log output to a Logstash server | | 20 | 10 | 2 | [spock-grails](https://github.com/spockframework/spock-grails) | Spock integration for Grails | | 20 | 16 | 10 | [neo4jsample](https://github.com/sarmbruster/neo4jsample) | Sample application for the neo4j grails plugin | | 20 | 1 | 1 | [WeaverLite](https://github.com/NikitaKozlov/WeaverLite) | Gradle Plugin for Simple AspectJ Weaving | -| 20 | 20 | 0 | [augustlock-smartthings](https://github.com/robson83/augustlock-smartthings) | Add AugustLock support to SmartThings Hub | -| 20 | 3 | 0 | [buildsrc-sample](https://github.com/koral--/buildsrc-sample) | Sample Android app with gradle buildSrc | +| 20 | 4 | 0 | [SECURITY-218](https://github.com/jenkinsci-cert/SECURITY-218) | None | +| 20 | 3 | 1 | [report-of-build-tools-for-java-and-golang](https://github.com/blindpirate/report-of-build-tools-for-java-and-golang) | None | | 20 | 5 | 0 | [grails-cucumber](https://github.com/danklynn/grails-cucumber) | Cucumber support for Grails using cuke4duke | -| 20 | 3 | 3 | [gradle-natives](https://github.com/cjstehno/gradle-natives) | Gradle plugin to aid in managing native libraries associated with Java-based projects. | -| 20 | 13 | 0 | [jira-trigger-plugin](https://github.com/jenkinsci/jira-trigger-plugin) | Triggers a build when a certain condition is matched in JIRA | -| 19 | 14 | 0 | [dgg](https://github.com/grails-samples/dgg) | The Definitive Guide To Grails Sample Code | +| 20 | 3 | 0 | [buildsrc-sample](https://github.com/koral--/buildsrc-sample) | Sample Android app with gradle buildSrc | +| 20 | 21 | 14 | [grails-http-builder-helper](https://github.com/bobbywarner/grails-http-builder-helper) | The REST plugin enables the usage of HTTPBuilder on a Grails application. | | 19 | 4 | 2 | [gent](https://github.com/genttool/gent) | None | -| 19 | 44 | 9 | [grails-platform-core](https://github.com/Grailsrocks/grails-platform-core) | Grails Plugin Platform Core | +| 19 | 14 | 0 | [dgg](https://github.com/grails-samples/dgg) | The Definitive Guide To Grails Sample Code | +| 19 | 43 | 9 | [grails-platform-core](https://github.com/Grailsrocks/grails-platform-core) | Grails Plugin Platform Core | | 19 | 2 | 2 | [viking-framework](https://github.com/digitalgeko/viking-framework) | None | -| 19 | 8 | 3 | [PageTurnerWeb](https://github.com/NightWhistler/PageTurnerWeb) | Synchronization back-end for PageTurner | +| 19 | 7 | 0 | [Grails_WebSockets](https://github.com/mike-plummer/Grails_WebSockets) | Example of WebSockets usage in Grails | +| 19 | 7 | 1 | [demo-jenkins-config-as-code](https://github.com/oleg-nenashev/demo-jenkins-config-as-code) | Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts | +| 19 | 21 | 0 | [Cloud-Based_TP-Link-to-SmartThings-Integration](https://github.com/DaveGut/Cloud-Based_TP-Link-to-SmartThings-Integration) | Cloud-based TP-Link Integration | | 19 | 9 | 0 | [example-ratpack-standalone-groovy-script](https://github.com/ratpack/example-ratpack-standalone-groovy-script) | An example of a Groovy script Ratpack app. | -| 19 | 5 | 2 | [ci-matters](https://github.com/vgaidarji/ci-matters) | Integration (comparison) of different continuous integration services on Android project | +| 19 | 8 | 3 | [PageTurnerWeb](https://github.com/NightWhistler/PageTurnerWeb) | Synchronization back-end for PageTurner | | 19 | 28 | 7 | [grails-functional-test](https://github.com/Grailsrocks/grails-functional-test) | Grails Functional Test Plugin | | 19 | 2 | 0 | [grails-money](https://github.com/ticketbis/grails-money) | Grails plugin for manage money and currency exchange | -| 19 | 5 | 0 | [ice-builder-gradle](https://github.com/zeroc-ice/ice-builder-gradle) | Gradle plug-in to automate the compilation of Slice files to Java | +| 19 | 6 | 0 | [ice-builder-gradle](https://github.com/zeroc-ice/ice-builder-gradle) | Gradle plug-in to automate the compilation of Slice files to Java | | 19 | 5 | 0 | [gradle-repositories-plugin](https://github.com/Ullink/gradle-repositories-plugin) | Gradle plugin to extend repository definition for GitHub, SourceForge, GoogleCode & NuGet | -| 19 | 7 | 14 | [grails-arrested-plugin](https://github.com/PureSrc/grails-arrested-plugin) | The Arrested plugin adds AngularJS and REST support to your GORM models. It provides scripts to generate RESTful controllers to your models and AngularJS and Bootstrap based views too. Oh yeah we write integration and unit tests for you as well. | -| 19 | 34 | 16 | [adop-cartridge-java](https://github.com/Accenture/adop-cartridge-java) | None | +| 19 | 4 | 3 | [github-release-gradle-plugin](https://github.com/trnl/github-release-gradle-plugin) | Release, publish wiki, github pages and github release from Gradle | +| 19 | 9 | 1 | [gradle-monkey-plugin](https://github.com/AutoScout24/gradle-monkey-plugin) | A Gradle plugin for running Android monkey tests. | +| 19 | 66 | 3 | [Hue_B_Smart](https://github.com/infofiend/Hue_B_Smart) | Hue B Smart - total control of Hue Bulbs, Groups, Scenes, and more! | | 19 | 5 | 15 | [spud-cms](https://github.com/spud-grails/spud-cms) | Spud Grails CMS Module with Page, Menu, and Snippet Management | -| 19 | 6 | 84 | [federationregistry](https://github.com/ausaccessfed/federationregistry) | Federation Registry by the Australian Access Federation | +| 19 | 6 | 86 | [federationregistry](https://github.com/ausaccessfed/federationregistry) | Federation Registry by the Australian Access Federation | | 19 | 6 | 4 | [gradle-plugin-robospock](https://github.com/Centril/gradle-plugin-robospock) | gradle plugin for configuring robospock (gradle + spock + roboelectric) easily. | -| 19 | 3 | 1 | [grails3-library-example](https://github.com/rmondejar/grails3-library-example) | Grails 3 Library Example : Custom Login (Spring Security) | | 19 | 3 | 0 | [yowie](https://github.com/vendavo/yowie) | messos framework | -| 19 | 8 | 15 | [camunda-grails-plugin](https://github.com/plexiti/camunda-grails-plugin) | Integrates Camunda BPM with the Grails framework. | +| 19 | 3 | 1 | [grails3-library-example](https://github.com/rmondejar/grails3-library-example) | Grails 3 Library Example : Custom Login (Spring Security) | +| 19 | 9 | 15 | [camunda-grails-plugin](https://github.com/plexiti/camunda-grails-plugin) | Integrates Camunda BPM with the Grails framework. | | 19 | 6 | 3 | [gradle-sublimetext-plugin](https://github.com/phildopus/gradle-sublimetext-plugin) | A Gradle plugin that generates a Sublime Text 2 project file | -| 19 | 2 | 0 | [gradle-lintrules-plugin](https://github.com/kageiit/gradle-lintrules-plugin) | Gradle plugin that allows bundling custom lint rules with AARs. | +| 19 | 4 | 0 | [one-click-microservice](https://github.com/andreschaffer/one-click-microservice) | A starting point for automating the creation of microservices and all its Ops costs with a single click. | | 19 | 6 | 0 | [kuorum](https://github.com/Kuorum/kuorum) | Repositorio web | | 19 | 11 | 28 | [mgmt](https://github.com/cloudius-systems/mgmt) | None | | 19 | 4 | 0 | [android-soexcluder](https://github.com/Jween/android-soexcluder) | This plugin will help you exclude so files by flavor or buildType | -| 19 | 4 | 0 | [SECURITY-218](https://github.com/jenkinsci-cert/SECURITY-218) | None | +| 19 | 4 | 1 | [SmartWink](https://github.com/mbarnathan/SmartWink) | Lutron support in SmartThings using a rooted Wink hub as a bridge | +| 19 | 2 | 5 | [gradle-android-git](https://github.com/ksoichiro/gradle-android-git) | Gradle plugin for Android apps to manage Git dependency (gag) | | 19 | 9 | 2 | [grails-3-with-security](https://github.com/dspies/grails-3-with-security) | This is an example Grails 3 application using spring-boot-security-starter | -| 19 | 17 | 33 | [jenkins-jobs](https://github.com/deis/jenkins-jobs) | DSL representations of Jenkins jobs for Deis | -| 19 | 5 | 0 | [groovy-excel-builder](https://github.com/jameskleeh/groovy-excel-builder) | A Groovy DSL for Building Excel Files | -| 19 | 21 | 14 | [grails-http-builder-helper](https://github.com/bobbywarner/grails-http-builder-helper) | The REST plugin enables the usage of HTTPBuilder on a Grails application. | +| 19 | 8 | 8 | [gradle-test-profiler](https://github.com/marcingrzejszczak/gradle-test-profiler) | created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed. | +| 19 | 8 | 1 | [cq-gradle-plugin](https://github.com/TWCable/cq-gradle-plugin) | DEPRECATED: A number of plugins for making it easier to work with Gradle and Adobe CQ/AEM | +| 19 | 13 | 41 | [continuous-integration](https://github.com/bazelbuild/continuous-integration) | Continuous Integration Scripts for Bazel | +| 19 | 25 | 0 | [grails-rabbitmq-native](https://github.com/budjb/grails-rabbitmq-native) | A Grails plugin that provides convenient RabbitMQ functionality using the native Java library for RabbitMQ. | | 18 | 3 | 12 | [gramazon](https://github.com/aestasit/gramazon) | A Groovy library and Gradle plugin for working with Amazon EC2 instances. | -| 18 | 24 | 4 | [grails-database-session](https://github.com/burtbeckwith/grails-database-session) | None | +| 18 | 25 | 4 | [grails-database-session](https://github.com/burtbeckwith/grails-database-session) | None | | 18 | 9 | 1 | [hello-heroku](https://github.com/grails-samples/hello-heroku) | Grails 2.0 application on Heroku | | 18 | 8 | 2 | [grails-wschat-plugin](https://github.com/vahidhedayati/grails-wschat-plugin) | Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application | -| 18 | 21 | 0 | [foscam](https://github.com/imbrianj/foscam) | Foscam device type to support dynamic input of credentials and enable / disable motion alarm to easily integrate into homemade security systems. Polls to find alarm status. Largely taken from http://build.smartthings.com/blog/foscam/ and https://gist.github.com/ronnycarr/6218175 | +| 18 | 22 | 0 | [foscam](https://github.com/imbrianj/foscam) | Foscam device type to support dynamic input of credentials and enable / disable motion alarm to easily integrate into homemade security systems. Polls to find alarm status. Largely taken from http://build.smartthings.com/blog/foscam/ and https://gist.github.com/ronnycarr/6218175 | | 18 | 6 | 0 | [ratpack-101](https://github.com/alvarosanchez/ratpack-101) | Introductory workshop about | | 18 | 1 | 2 | [grails-groobalize](https://github.com/ticketbis/grails-groobalize) | Internacionalization plugin for grails inspired by Gloobalize | | 18 | 36 | 0 | [SmartThings](https://github.com/jpansarasa/SmartThings) | SmartThings applications and devices | | 18 | 7 | 0 | [har2JMeter](https://github.com/Seitenbau/har2JMeter) | Simple Java/Groovy based command line tool to convert a HAR file into a JMeter test scripts. | -| 18 | 20 | 15 | [ci.gradle](https://github.com/WASdev/ci.gradle) | Gradle plugins for managing Liberty profile servers #devops | -| 18 | 9 | 1 | [gradle-monkey-plugin](https://github.com/AutoScout24/gradle-monkey-plugin) | A Gradle plugin for running Android monkey tests. | -| 18 | 29 | 1 | [grails-release](https://github.com/grails-plugins/grails-release) | The Release plugin for Grails | +| 18 | 19 | 10 | [grails-melody-plugin](https://github.com/javamelody/grails-melody-plugin) | JavaMelody monitoring plugin for Grails, to monitor application performance | +| 18 | 22 | 11 | [ci.gradle](https://github.com/WASdev/ci.gradle) | Gradle plugins for managing Liberty profile servers #devops | +| 18 | 23 | 4 | [grails-uploadr](https://github.com/4np/grails-uploadr) | HTML5 Drag and Drop file upload plugin for the Grails framework (UNMAINTAINED) | +| 18 | 75 | 1 | [echo](https://github.com/spinnaker/echo) | Spinnaker Eventing Service | | 18 | 4 | 2 | [spock-report-html](https://github.com/chanwit/spock-report-html) | None | -| 18 | 6 | 1 | [UploaderPlugin](https://github.com/AllenCoder/UploaderPlugin) | A simple plugin to help uploader apk to pre.im | -| 18 | 4 | 3 | [github-release-gradle-plugin](https://github.com/trnl/github-release-gradle-plugin) | Release, publish wiki, github pages and github release from Gradle | -| 18 | 22 | 2 | [gradle-s3-plugin](https://github.com/skhatri/gradle-s3-plugin) | S3 File Upload and Download plugin | -| 18 | 2 | 3 | [gradle-dependency-analysis-plugin](https://github.com/NullStress/gradle-dependency-analysis-plugin) | A gradle dependency analysis plugin. | | 18 | 15 | 0 | [Septiembre-KataArgs](https://github.com/12meses12katas/Septiembre-KataArgs) | Kata del mes de Septiembre del 2011: KataArgs | +| 18 | 2 | 3 | [gradle-dependency-analysis-plugin](https://github.com/NullStress/gradle-dependency-analysis-plugin) | A gradle dependency analysis plugin. | +| 18 | 6 | 1 | [UploaderPlugin](https://github.com/AllenCoder/UploaderPlugin) | A simple plugin to help uploader apk to pre.im | +| 18 | 6 | 1 | [wicket-groovy-DSL](https://github.com/eugene-kamenev/wicket-groovy-DSL) | DSL with Groovy for Apache Wicket | +| 18 | 7 | 14 | [grails-arrested-plugin](https://github.com/PureSrc/grails-arrested-plugin) | The Arrested plugin adds AngularJS and REST support to your GORM models. It provides scripts to generate RESTful controllers to your models and AngularJS and Bootstrap based views too. Oh yeah we write integration and unit tests for you as well. | +| 18 | 4 | 0 | [grails-jasypt](https://github.com/dtanner/grails-jasypt) | Grails Jasypt Plugin | +| 18 | 1 | 1 | [gradle-animalsniffer-plugin](https://github.com/xvik/gradle-animalsniffer-plugin) | Gradle AnimalSniffer plugin | +| 18 | 6 | 4 | [gradle-plugins](https://github.com/hauner/gradle-plugins) | Gradle Plugins | +| 18 | 3 | 0 | [jenkins-bootstrap-slack](https://github.com/samrocketman/jenkins-bootstrap-slack) | Bootstrap a Jenkins instance configured for Jenkins slack plugin testing. | | 18 | 3 | 1 | [spock-dbunit](https://github.com/janbols/spock-dbunit) | Dbunit extension for spock avoiding a separate xml file | | 18 | 9 | 4 | [grails-lesscss](https://github.com/davidmarquis/grails-lesscss) | Grails plugin for LESS CSS pre-processor | | 18 | 2 | 0 | [gradle-jsonschema2pojo-plugin](https://github.com/ben-manes/gradle-jsonschema2pojo-plugin) | jsonschema2pojo plugin for Gradle (deprecated) | | 18 | 12 | 3 | [gsheets](https://github.com/andresteingress/gsheets) | Apache POI Groovy Builder | -| 18 | 15 | 1 | [grails-spring-security-rest-sample](https://github.com/dmahapatro/grails-spring-security-rest-sample) | Sample app using spring security rest plugin and AngularJS client | +| 18 | 17 | 1 | [grails-spring-security-rest-sample](https://github.com/dmahapatro/grails-spring-security-rest-sample) | Sample app using spring security rest plugin and AngularJS client | | 18 | 13 | 1 | [JavaAndGroovy](https://github.com/nickmcdowall/JavaAndGroovy) | Example project using both Groovy and Java interchangeably [maven and gradle] | | 18 | 3 | 0 | [gradle-common-deps-plugin](https://github.com/saadfarooq/gradle-common-deps-plugin) | Gradle plugin that provides convenience closure for configuring common dependencies | | 18 | 17 | 2 | [taiga-importer-api-client](https://github.com/taigaio/taiga-importer-api-client) | Taiga Importer API Client | | 18 | 14 | 13 | [mule-gradle-plugin](https://github.com/mulesoft-labs/mule-gradle-plugin) | Plugin for building mule apps with the gradle build system. | -| 18 | 8 | 37 | [vdjdb-db](https://github.com/antigenomics/vdjdb-db) | Git-based TCR database storage & management. Submissions welcome! | -| 18 | 2 | 5 | [gradle-android-git](https://github.com/ksoichiro/gradle-android-git) | Gradle plugin for Android apps to manage Git dependency (gag) | -| 18 | 4 | 1 | [SmartWink](https://github.com/mbarnathan/SmartWink) | Lutron support in SmartThings using a rooted Wink hub as a bridge | -| 18 | 8 | 8 | [gradle-test-profiler](https://github.com/marcingrzejszczak/gradle-test-profiler) | created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed. | -| 18 | 8 | 1 | [cq-gradle-plugin](https://github.com/TWCable/cq-gradle-plugin) | DEPRECATED: A number of plugins for making it easier to work with Gradle and Adobe CQ/AEM | -| 18 | 26 | 1 | [smartapp.change-lock-code](https://github.com/bigpunk6/smartapp.change-lock-code) | A Smartapp to change Lock Codes | +| 18 | 24 | 2 | [SmartThings.BatteryMonitor](https://github.com/notoriousbdg/SmartThings.BatteryMonitor) | None | +| 18 | 4 | 15 | [wonky](https://github.com/domix/wonky) | Slack made easy for orgs | +| 18 | 28 | 1 | [smartapp.change-lock-code](https://github.com/bigpunk6/smartapp.change-lock-code) | A Smartapp to change Lock Codes | | 18 | 5 | 5 | [grails-functional-test-development](https://github.com/ldaley/grails-functional-test-development) | Makes developing functional tests quicker by avoiding application startup time | -| 18 | 24 | 5 | [grails-rabbitmq-native](https://github.com/budjb/grails-rabbitmq-native) | A Grails plugin that provides convenient RabbitMQ functionality using the native Java library for RabbitMQ. | -| 18 | 0 | 2 | [groocss](https://github.com/adamldavis/groocss) | GrooCSS - code CSS in Groovy | | 18 | 2 | 0 | [intellij-emacs](https://github.com/kenfox/intellij-emacs) | Live-plugin macros for making IntelliJ more friendly to emacs users | -| 18 | 5 | 2 | [gradle-semantic-build-versioning](https://github.com/vivin/gradle-semantic-build-versioning) | Gradle plugin to generate version-numbers and tags using semantic versioning | -| 18 | 28 | 0 | [apache-groovy-course](https://github.com/cfaddict/apache-groovy-course) | Apache Groovy Course | -| 18 | 2 | 1 | [report-of-build-tools-for-java-and-golang](https://github.com/blindpirate/report-of-build-tools-for-java-and-golang) | None | +| 18 | 0 | 3 | [groocss](https://github.com/adamldavis/groocss) | GrooCSS - code CSS in Groovy | | 17 | 3 | 1 | [markdown2book](https://github.com/geb/markdown2book) | A Java/Groovy version of the TextMate based Markdown2Book system. | -| 17 | 23 | 4 | [grails-uploadr](https://github.com/4np/grails-uploadr) | HTML5 Drag and Drop file upload plugin for the Grails framework (UNMAINTAINED) | | 17 | 3 | 0 | [sparky](https://github.com/arturoherrero/sparky) | ▁▂▃▅▂▇ in your shell. Groovy flavoured! | -| 17 | 1 | 0 | [next-level-spock](https://github.com/spockframework/next-level-spock) | Resources for the "Next Level Spock" talk | | 17 | 3 | 2 | [gradle-heroku](https://github.com/marc0der/gradle-heroku) | A Heroku plugin for Gradle. | -| 17 | 23 | 24 | [enforce-gradle-plugin](https://github.com/fundacionjala/enforce-gradle-plugin) | Gradle plugin for Salesforce projects, helps to implement a Continuous Integration process | -| 17 | 44 | 8 | [grails-static-website](https://github.com/grails/grails-static-website) | Static version of the website | -| 17 | 7 | 0 | [Grails_WebSockets](https://github.com/mike-plummer/Grails_WebSockets) | Example of WebSockets usage in Grails | -| 17 | 0 | 3 | [gradle-profiler](https://github.com/NimbleDroid/gradle-profiler) | A gradle plugin that interfaces with NimbleDroid to automate app profiling. | -| 17 | 70 | 1 | [echo](https://github.com/spinnaker/echo) | Spinnaker Eventing Service | -| 17 | 19 | 10 | [grails-melody-plugin](https://github.com/javamelody/grails-melody-plugin) | JavaMelody monitoring plugin for Grails, to monitor application performance | +| 17 | 1 | 0 | [next-level-spock](https://github.com/spockframework/next-level-spock) | Resources for the "Next Level Spock" talk | +| 17 | 25 | 24 | [enforce-gradle-plugin](https://github.com/fundacionjala/enforce-gradle-plugin) | Gradle plugin for Salesforce projects, helps to implement a Continuous Integration process | | 17 | 6 | 8 | [gradle-maven-settings-plugin](https://github.com/mark-vieira/gradle-maven-settings-plugin) | Gradle Maven settings plugin | -| 17 | 15 | 1 | [SmartDSC](https://github.com/martzcodes/SmartDSC) | DSC and SmartThings Integration with NodeJS | -| 17 | 0 | 2 | [grails-cassandra](https://github.com/wolpert/grails-cassandra) | A Grails plugin for Cassandra 0.7 | +| 17 | 14 | 1 | [SmartDSC](https://github.com/martzcodes/SmartDSC) | DSC and SmartThings Integration with NodeJS | +| 17 | 0 | 3 | [gradle-profiler](https://github.com/NimbleDroid/gradle-profiler) | A gradle plugin that interfaces with NimbleDroid to automate app profiling. | +| 17 | 45 | 0 | [SmartThingsPublic](https://github.com/MikeMaxwell/SmartThingsPublic) | SmartThingsPublic new repo with smartapps and devicetypes from SmartThings using the new folder structure. | +| 17 | 46 | 10 | [grails-static-website](https://github.com/grails/grails-static-website) | Static version of the website | +| 17 | 10 | 2 | [jenkins-jobs](https://github.com/Khan/jenkins-jobs) | Scripts and the like that Jenkins jobs can run. | +| 17 | 6 | 2 | [gradle-git-publish](https://github.com/ajoberstar/gradle-git-publish) | Gradle plugin for publishing to Git repositories | | 17 | 6 | 1 | [Apphance-MobilE-Build-Automation](https://github.com/apphance/Apphance-MobilE-Build-Automation) | Mobile Build Automation for iOS, Android and Windows Phone. Maintained by Apphance. | +| 17 | 0 | 2 | [grails-cassandra](https://github.com/wolpert/grails-cassandra) | A Grails plugin for Cassandra 0.7 | | 17 | 1 | 0 | [gedis](https://github.com/xetorthio/gedis) | Groovy Redis client based on Jedis | -| 17 | 58 | 3 | [Hue_B_Smart](https://github.com/infofiend/Hue_B_Smart) | Hue B Smart - total control of Hue Bulbs, Groups, Scenes, and more! | -| 17 | 4 | 0 | [gradle-tutorial](https://github.com/kwon37xi/gradle-tutorial) | Gradle tutorial | -| 17 | 5 | 1 | [wicket-groovy-DSL](https://github.com/eugene-kamenev/wicket-groovy-DSL) | DSL with Groovy for Apache Wicket | | 17 | 6 | 52 | [Duga](https://github.com/Zomis/Duga) | Stack Exchange Chat bot using Grails | -| 17 | 4 | 0 | [grails-jasypt](https://github.com/dtanner/grails-jasypt) | Grails Jasypt Plugin | -| 17 | 1 | 0 | [gradle-animalsniffer-plugin](https://github.com/xvik/gradle-animalsniffer-plugin) | Gradle AnimalSniffer plugin | +| 17 | 6 | 9 | [FreePlaneGTD](https://github.com/gpapp/FreePlaneGTD) | Fork of Freeplane GTD with extensions | +| 17 | 6 | 16 | [karma-gradle](https://github.com/craigburke/karma-gradle) | Gradle Plugin for Running tests with Karma | +| 17 | 6 | 1 | [unity-gradle-plugin](https://github.com/zasadnyy/unity-gradle-plugin) | Gradle plugin to build Unity 3D projects | +| 17 | 10 | 5 | [external-config](https://github.com/sbglasius/external-config) | Grails 3 plugin to handle multiple config files like Grails 2.x did | +| 17 | 29 | 1 | [grails-release](https://github.com/grails-plugins/grails-release) | The Release plugin for Grails | | 17 | 49 | 16 | [oadr2-vtn-new](https://github.com/EnerNOC/oadr2-vtn-new) | Re-write of the open source VTN for OpenADR 2.0 | | 17 | 18 | 0 | [fixtures](https://github.com/gpc/fixtures) | A plugin for specifying test domain data. | | 17 | 11 | 17 | [gradle-jaxb-plugin](https://github.com/stianh/gradle-jaxb-plugin) | Gradle plugin for generating jaxb classes. | | 17 | 3 | 1 | [xamarin-gradle-plugins](https://github.com/cfraz89/xamarin-gradle-plugins) | Plugins to build xamarin mobile apps using gradle | | 17 | 12 | 5 | [migec](https://github.com/mikessh/migec) | A RepSeq processing swiss-knife | | 17 | 10 | 3 | [vertx-gradle-plugin](https://github.com/darylteo/vertx-gradle-plugin) | Gradle Plugin for starting Vert.x projects | -| 17 | 4 | 15 | [wonky](https://github.com/domix/wonky) | Slack made easy for orgs | | 17 | 12 | 3 | [ratpack-foaas](https://github.com/danveloper/ratpack-foaas) | Fuck Off as a Service (Ratpack Edition) | | 17 | 3 | 0 | [MittieWiki](https://github.com/Dierk/MittieWiki) | Port of my personal wiki system onto the Grails platform | -| 17 | 3 | 0 | [one-click-microservice](https://github.com/andreschaffer/one-click-microservice) | A starting point for automating the creation of microservices and all its Ops costs with a single click. | -| 17 | 24 | 2 | [jenkins-certification](https://github.com/ydubreuil/jenkins-certification) | None | | 17 | 6 | 0 | [grails-spring-events](https://github.com/robfletcher/grails-spring-events) | Grails plugin for dispatching Spring events asynchronously | | 17 | 5 | 2 | [mybatis-generator-plugin](https://github.com/kimichen13/mybatis-generator-plugin) | Mybatis Gradle Generator Plugin | +| 17 | 3 | 0 | [agbt](https://github.com/yanglw/agbt) | Android Gradle Build Tool | +| 17 | 24 | 2 | [jenkins-certification](https://github.com/ydubreuil/jenkins-certification) | None | +| 17 | 8 | 0 | [sample-jenkins-microservice-pipeline](https://github.com/4finance/sample-jenkins-microservice-pipeline) | Sample deployment pipeline for microservices based on boot-microservice | +| 17 | 40 | 0 | [IKEA-Tradfri](https://github.com/edvaldeysteinsson/IKEA-Tradfri) | IKEA Trådfri device type handler for SmartThings | | 17 | 3 | 0 | [fqlconsole](https://github.com/splix/fqlconsole) | Tool for querying Facebook FQL API | | 17 | 11 | 0 | [MultiFlavorAndroidAppSample](https://github.com/hsnim/MultiFlavorAndroidAppSample) | None | | 17 | 2 | 6 | [parcl](https://github.com/mini2Dx/parcl) | Gradle plugin for bundling your Java application for distribution on Windows, Mac and Linux | -| 17 | 5 | 0 | [geb-examples](https://github.com/robfletcher/geb-examples) | Some Geb page object examples for blogging/presenting | -| 17 | 4 | 4 | [gradle-trust-all](https://github.com/arteme/gradle-trust-all) | A gradle plugin to disable SSL certificate validation | +| 17 | 4 | 0 | [geb-examples](https://github.com/robfletcher/geb-examples) | Some Geb page object examples for blogging/presenting | +| 17 | 5 | 4 | [gradle-trust-all](https://github.com/arteme/gradle-trust-all) | A gradle plugin to disable SSL certificate validation | | 17 | 7 | 2 | [ceylon-gradle-plugin](https://github.com/renatoathaydes/ceylon-gradle-plugin) | A simple Gradle plugin to manage Ceylon projects. | +| 17 | 6 | 0 | [hystrix-demo](https://github.com/nurkiewicz/hystrix-demo) | Hystrix samples and demonstrations | +| 17 | 65 | 0 | [SmartThings](https://github.com/ChadCK/SmartThings) | None | +| 17 | 1 | 0 | [spring-boot-with-spock](https://github.com/kiview/spring-boot-with-spock) | Example project for Spring-Boot 1.4 testing with Spock blog post on groovy-coder.com | +| 17 | 3 | 9 | [ersatz](https://github.com/cjstehno/ersatz) | A simulated HTTP server for testing client code with configurable responses. | +| 17 | 8 | 13 | [gorm-mongodb](https://github.com/grails/gorm-mongodb) | GORM for MongoDB | | 17 | 9 | 8 | [gradle-migrations-plugin](https://github.com/marceloemanoel/gradle-migrations-plugin) | Mybatis migrations plugin to use with Gradle | +| 17 | 10 | 1 | [small-scripts](https://github.com/jettro/small-scripts) | Contains a number of small scripts that might be useful to others as well | +| 16 | 12 | 11 | [grails-cookie](https://github.com/stokito/grails-cookie) | Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line | | 16 | 7 | 8 | [confluex-mock-http](https://github.com/Confluex/confluex-mock-http) | Testing library for mocking interactions to external HTTP servers | -| 16 | 25 | 9 | [grails-spring-security-cas](https://github.com/grails-plugins/grails-spring-security-cas) | None | -| 16 | 11 | 11 | [grails-cookie](https://github.com/stokito/grails-cookie) | Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line | | 16 | 2 | 0 | [shibboleth-mfa-u2f-auth](https://github.com/Ratler/shibboleth-mfa-u2f-auth) | U2F multifactor authentication plugin for Shibboleth IdPv3 | +| 16 | 6 | 0 | [smarter-testing-with-spock](https://github.com/spockframework/smarter-testing-with-spock) | Introductory presentation about the Spock framework | | 16 | 6 | 2 | [gradle-versioner](https://github.com/sarhanm/gradle-versioner) | Gradle Version Plugin. Generates semantic versions with git meta data per branch. | -| 16 | 29 | 6 | [grails-asynchronous-mail](https://github.com/kefirfromperm/grails-asynchronous-mail) | The Grails Asynchronous Mail plugin | -| 16 | 5 | 0 | [smarter-testing-with-spock](https://github.com/spockframework/smarter-testing-with-spock) | Introductory presentation about the Spock framework | | 16 | 18 | 1 | [cache](https://github.com/yishh/cache) | A simple cache utils for easy cacheable in Java application | -| 16 | 14 | 0 | [grails-angular-mongodb-blog](https://github.com/hussainanjar/grails-angular-mongodb-blog) | Blog using Grails, AngularJS & MongoDB | +| 16 | 13 | 0 | [grails-angular-mongodb-blog](https://github.com/hussainanjar/grails-angular-mongodb-blog) | Blog using Grails, AngularJS & MongoDB | | 16 | 1 | 9 | [vifun](https://github.com/jmlucjav/vifun) | a GUI to help visually tweak Solr boosting | -| 16 | 18 | 1 | [SmartThings](https://github.com/sudarkoff/SmartThings) | SmartThings' SmartApps | -| 16 | 3 | 1 | [tocker](https://github.com/shazam/tocker) | Library for using Docker in automated JVM tests | +| 16 | 19 | 1 | [SmartThings](https://github.com/sudarkoff/SmartThings) | SmartThings' SmartApps | | 16 | 13 | 2 | [SmartThingsAnalysisTools](https://github.com/earlence/SmartThingsAnalysisTools) | SmartThings Analysis Tools | -| 16 | 42 | 0 | [SmartThingsPublic](https://github.com/MikeMaxwell/SmartThingsPublic) | SmartThingsPublic new repo with smartapps and devicetypes from SmartThings using the new folder structure. | -| 16 | 2 | 7 | [pappus-graph-projection](https://github.com/jkschneider/pappus-graph-projection) | Map any Java object model to a Tinkerpop compatible graph! | +| 16 | 3 | 3 | [tocker](https://github.com/shazam/tocker) | Library for using Docker in automated JVM tests | +| 16 | 29 | 7 | [grails-asynchronous-mail](https://github.com/kefirfromperm/grails-asynchronous-mail) | The Grails Asynchronous Mail plugin | +| 16 | 5 | 21 | [frege-gradle-plugin](https://github.com/Frege/frege-gradle-plugin) | Gradle plugin for compiling Frege projects | +| 16 | 4 | 2 | [gradle-build-info-plugin](https://github.com/ksoichiro/gradle-build-info-plugin) | Gradle plugin to include build information such as Git commit ID to your JAR. It can be used to show Git commit information with Spring Boot Actuator. | | 16 | 8 | 0 | [grails-cloud-foundry](https://github.com/grails-plugins/grails-cloud-foundry) | None | | 16 | 12 | 6 | [grails-qrcode](https://github.com/goeh/grails-qrcode) | The Grails QR Code plugin | -| 16 | 8 | 0 | [skillsmatter-demo](https://github.com/benorama/skillsmatter-demo) | Skillsmatter demo for Groovy & Grails Exchange 2015 | -| 16 | 6 | 16 | [karma-gradle](https://github.com/craigburke/karma-gradle) | Gradle Plugin for Running tests with Karma | +| 16 | 2 | 7 | [pappus-graph-projection](https://github.com/jkschneider/pappus-graph-projection) | Map any Java object model to a Tinkerpop compatible graph! | | 16 | 8 | 2 | [grails-enhanced-scaffolding](https://github.com/robfletcher/grails-enhanced-scaffolding) | Enhanced scaffolding plugin for Grails 2+ | +| 16 | 8 | 0 | [skillsmatter-demo](https://github.com/benorama/skillsmatter-demo) | Skillsmatter demo for Groovy & Grails Exchange 2015 | | 16 | 16 | 0 | [job-dsl-examples](https://github.com/denschu/job-dsl-examples) | None | -| 16 | 6 | 9 | [FreePlaneGTD](https://github.com/gpapp/FreePlaneGTD) | Fork of Freeplane GTD with extensions | -| 16 | 7 | 1 | [unity-gradle-plugin](https://github.com/zasadnyy/unity-gradle-plugin) | Gradle plugin to build Unity 3D projects | +| 16 | 11 | 1 | [fluentd-boot](https://github.com/geowarin/fluentd-boot) | Redirect spring boot logs to elastic search via fluentd | +| 16 | 13 | 0 | [soapUIGroovyScripts](https://github.com/nmrao/soapUIGroovyScripts) | Groovy scripts that helps to do some tasks in SoapUI tool | +| 16 | 4 | 0 | [gradle-tutorial](https://github.com/kwon37xi/gradle-tutorial) | Gradle tutorial | | 16 | 5 | 0 | [jacoco-gradle](https://github.com/gschmidl/jacoco-gradle) | JaCoCo plugin for Gradle | -| 16 | 2 | 0 | [agbt](https://github.com/yanglw/agbt) | Android Gradle Build Tool | | 16 | 3 | 1 | [gradle-android-add-dir](https://github.com/sababado/gradle-android-add-dir) | A simple script to help manually inject source or test directories into a .iml file | | 16 | 8 | 26 | [catcha](https://github.com/annotationsatharvard/catcha) | Catch-A - Catching Annotation: An annotation backend and API. | | 16 | 2 | 0 | [grails-build-x](https://github.com/pledbrook/grails-build-x) | Experimental native Gradle plugin for Grails | -| 16 | 0 | 4 | [sshoogr-gradle](https://github.com/aestasit/sshoogr-gradle) | A Gradle plugin for working with remote SSH servers. | -| 16 | 8 | 1 | [sample-jenkins-microservice-pipeline](https://github.com/4finance/sample-jenkins-microservice-pipeline) | Sample deployment pipeline for microservices based on boot-microservice | -| 16 | 22 | 2 | [SmartThings.BatteryMonitor](https://github.com/notoriousbdg/SmartThings.BatteryMonitor) | None | -| 16 | 3 | 5 | [gradle-waroverlay-plugin](https://github.com/scalding/gradle-waroverlay-plugin) | None | -| 16 | 30 | 0 | [IKEA-Tradfri](https://github.com/edvaldeysteinsson/IKEA-Tradfri) | IKEA Trådfri device type handler for SmartThings | -| 16 | 6 | 17 | [zenboot](https://github.com/hybris/zenboot) | orchestrate your scripts | -| 16 | 7 | 0 | [Groc](https://github.com/fix/Groc) | Beautiful documentation of your groovy sources | +| 16 | 0 | 5 | [sshoogr-gradle](https://github.com/aestasit/sshoogr-gradle) | A Gradle plugin for working with remote SSH servers. | +| 16 | 21 | 0 | [jenkins-as-code-starter-project](https://github.com/cfpb/jenkins-as-code-starter-project) | A neat little project that uses our jenkins utils and helps you to get started and start testing your scripts | +| 16 | 7 | 18 | [zenboot](https://github.com/hybris/zenboot) | orchestrate your scripts | +| 16 | 17 | 2 | [gravitas](https://github.com/asoftwareguy/gravitas) | An AngularJS client, Grails REST server based event sign-up application. | | 16 | 5 | 4 | [gorm-couchdb](https://github.com/coryhacking/gorm-couchdb) | CouchDB plugin for Grails. | | 16 | 12 | 2 | [zkgrails](https://github.com/zkgrails/zkgrails) | The official ZKGrails repository | -| 16 | 17 | 2 | [gravitas](https://github.com/asoftwareguy/gravitas) | An AngularJS client, Grails REST server based event sign-up application. | -| 16 | 1 | 4 | [http-requests](https://github.com/budjb/http-requests) | An HTTP client abstraction that provides a common interface to several different client implementations. | -| 16 | 10 | 1 | [small-scripts](https://github.com/jettro/small-scripts) | Contains a number of small scripts that might be useful to others as well | -| 16 | 26 | 0 | [smartthings-samsung-tv](https://github.com/bradmb/smartthings-samsung-tv) | Allows controlling Samsung Smart TVs using SmartThings | +| 16 | 7 | 0 | [Groc](https://github.com/fix/Groc) | Beautiful documentation of your groovy sources | +| 16 | 3 | 4 | [http-requests](https://github.com/budjb/http-requests) | An HTTP client abstraction that provides a common interface to several different client implementations. | +| 16 | 29 | 0 | [smartthings-samsung-tv](https://github.com/bradmb/smartthings-samsung-tv) | Allows controlling Samsung Smart TVs using SmartThings | +| 16 | 13 | 11 | [JAFFA](https://github.com/Oshlack/JAFFA) | JAFFA is a multi-step pipeline that takes either raw RNA-Seq reads, or pre-assembled transcripts, then searches for gene fusions | +| 16 | 7 | 6 | [MarkdownDoc](https://github.com/tombensve/MarkdownDoc) | A Java tool/maven plugin/library to generate HMTL and PDF from markdown text intended for project documentation. | | 16 | 3 | 0 | [groovy-rules](https://github.com/paulk-asert/groovy-rules) | None | -| 16 | 63 | 0 | [SmartThings](https://github.com/ChadCK/SmartThings) | None | -| 16 | 7 | 0 | [hystrix-demo](https://github.com/nurkiewicz/hystrix-demo) | Hystrix samples and demonstrations | -| 16 | 1 | 0 | [spring-boot-with-spock](https://github.com/kiview/spring-boot-with-spock) | Example project for Spring-Boot 1.4 testing with Spock blog post on groovy-coder.com | -| 16 | 6 | 12 | [gorm-mongodb](https://github.com/grails/gorm-mongodb) | GORM for MongoDB | -| 16 | 13 | 32 | [continuous-integration](https://github.com/bazelbuild/continuous-integration) | Continuous Integration Scripts for Bazel | | 15 | 4 | 3 | [grails-spring-security-facebook](https://github.com/pinut/grails-spring-security-facebook) | This grails plugin allows you to extend your standard spring security DAO-based authentication with facebook connect utilizing the facebook JavaScript SDK and the Graph API while associating the facebook user with a local account. | -| 15 | 7 | 0 | [grails-functional-tests](https://github.com/grails/grails-functional-tests) | None | | 15 | 2 | 0 | [BARD](https://github.com/broadinstitute/BARD) | BioAssay Research Database | -| 15 | 7 | 2 | [avatarplugin](https://github.com/domix/avatarplugin) | This plugin provides a taglib for displaying avatars. At the moment we only support gravatars (globally-recognized avatars). | +| 15 | 7 | 0 | [grails-functional-tests](https://github.com/grails/grails-functional-tests) | None | | 15 | 16 | 1 | [nimble](https://github.com/demoiselle/nimble) | Processador automatizado de templates e gerador de código | -| 15 | 7 | 0 | [GroovyDroidExample](https://github.com/manijshrestha/GroovyDroidExample) | Example Android App written in Groovy | -| 15 | 5 | 21 | [frege-gradle-plugin](https://github.com/Frege/frege-gradle-plugin) | Gradle plugin for compiling Frege projects | +| 15 | 7 | 2 | [avatarplugin](https://github.com/domix/avatarplugin) | This plugin provides a taglib for displaying avatars. At the moment we only support gravatars (globally-recognized avatars). | +| 15 | 6 | 0 | [GroovyDroidExample](https://github.com/manijshrestha/GroovyDroidExample) | Example Android App written in Groovy | | 15 | 8 | 5 | [grails-scaffolding](https://github.com/robfletcher/grails-scaffolding) | Sample project for working on changes to Grails scaffolding | | 15 | 10 | 4 | [sass-grails-asset-pipeline](https://github.com/bertramdev/sass-grails-asset-pipeline) | SASS/SCSS Compass Based Grails Asset Pipeline Plugin | | 15 | 10 | 6 | [grails-hibernate-search-plugin](https://github.com/mathpere/grails-hibernate-search-plugin) | Integrates Hibernate Search features to Grails | | 15 | 0 | 1 | [shrinker](https://github.com/yrom/shrinker) | Inline constant fields of android R class by asm and transform-api | -| 15 | 6 | 0 | [pipeline-library](https://github.com/politie/pipeline-library) | Jenkins shared library for use with pipeline-as-code | -| 15 | 16 | 12 | [gradle-cucumber-jvm-plugin](https://github.com/commercehub-oss/gradle-cucumber-jvm-plugin) | The gradle cucumber-jvm plugin provides the ability to run cucumber acceptance tests directly from a gradle build. The plugin utilizes the cucumber cli provided by the cucumber-jvm project, while imposing a few constraints to encourage adopters to use cucumber in a gradle friendly manner. | -| 15 | 3 | 0 | [gradle-build-info-plugin](https://github.com/ksoichiro/gradle-build-info-plugin) | Gradle plugin to include build information such as Git commit ID to your JAR. It can be used to show Git commit information with Spring Boot Actuator. | -| 15 | 7 | 2 | [jenkins-tools](https://github.com/Khan/jenkins-tools) | Scripts and the like that Jenkins jobs can run. | -| 15 | 1 | 0 | [proto-app.g8](https://github.com/gfrison/proto-app.g8) | Standalone application archtetype based on Gradle and Spring | +| 15 | 17 | 13 | [gradle-cucumber-jvm-plugin](https://github.com/commercehub-oss/gradle-cucumber-jvm-plugin) | The gradle cucumber-jvm plugin provides the ability to run cucumber acceptance tests directly from a gradle build. The plugin utilizes the cucumber cli provided by the cucumber-jvm project, while imposing a few constraints to encourage adopters to use cucumber in a gradle friendly manner. | +| 15 | 2 | 0 | [DexHelper](https://github.com/ximsfei/DexHelper) | Gradle Plugin to analyze per-dex with Android assemble command. | +| 15 | 9 | 2 | [springboot-aws-lambda](https://github.com/bytekast/springboot-aws-lambda) | None | +| 15 | 20 | 3 | [Lutron-Smart-Pi](https://github.com/njschwartz/Lutron-Smart-Pi) | None | | 15 | 5 | 3 | [geb-demo](https://github.com/mlex/geb-demo) | Examples for Web Acceptance Testing with Geb | -| 15 | 6 | 4 | [gradle-plugins](https://github.com/hauner/gradle-plugins) | Gradle Plugins | +| 15 | 1 | 0 | [proto-app.g8](https://github.com/gfrison/proto-app.g8) | Standalone application archtetype based on Gradle and Spring | | 15 | 12 | 2 | [vagrant-ansible-jenkins](https://github.com/medullan/vagrant-ansible-jenkins) | This repository sets up a jenkins environment. This Also has the ability to install a defined list of plugins and more. | -| 15 | 9 | 1 | [fluentd-boot](https://github.com/geowarin/fluentd-boot) | Redirect spring boot logs to elastic search via fluentd | -| 15 | 10 | 5 | [external-config](https://github.com/sbglasius/external-config) | Grails 3 plugin to handle multiple config files like Grails 2.x did | -| 15 | 3 | 1 | [everything-as-code](https://github.com/lreimer/everything-as-code) | Everything-as-code. A polyglot experiment. | -| 15 | 2 | 4 | [gradle-semantic-release-plugin](https://github.com/tschulte/gradle-semantic-release-plugin) | Gradle implementation of semantic release (https://github.com/semantic-release/semantic-release) | -| 15 | 14 | 4 | [bugsnag-android-gradle-plugin](https://github.com/bugsnag/bugsnag-android-gradle-plugin) | Gradle plugin for Bugsnag to automatically upload ProGuard mapping files | -| 15 | 2 | 0 | [gradle-jacoco](https://github.com/ajoberstar/gradle-jacoco) | UNMAINTAINED: Gradle Jacoco plugin | +| 15 | 6 | 1 | [geb-cucumber](https://github.com/tomdcc/geb-cucumber) | Cucumber bindings for common Geb page interactions | +| 15 | 11 | 1 | [spock-extensions](https://github.com/robfletcher/spock-extensions) | None | +| 15 | 50 | 3 | [Lightify-Bulb](https://github.com/sticks18/Lightify-Bulb) | SmartThings DeviceType for Osram Lightify Zigbee Bulb with ColorTemp | +| 15 | 20 | 4 | [gradle-gatling-plugin](https://github.com/alphagov/gradle-gatling-plugin) | gradle plugin for running gatling scenarios | +| 15 | 41 | 1 | [device-yamaha-rx](https://github.com/KristopherKubicki/device-yamaha-rx) | Yamaha Network Receiver RX-V for SmartThings | +| 15 | 7 | 0 | [spock-mock-cheatsheet](https://github.com/craigatk/spock-mock-cheatsheet) | None | +| 15 | 14 | 5 | [bugsnag-android-gradle-plugin](https://github.com/bugsnag/bugsnag-android-gradle-plugin) | Gradle plugin for Bugsnag to automatically upload ProGuard mapping files | +| 15 | 3 | 4 | [gradle-semantic-release-plugin](https://github.com/tschulte/gradle-semantic-release-plugin) | Gradle implementation of semantic release (https://github.com/semantic-release/semantic-release) | +| 15 | 1 | 0 | [rxandroid-usecase](https://github.com/sys1yagi/rxandroid-usecase) | None | | 15 | 8 | 0 | [elastic-deps](https://github.com/pniederw/elastic-deps) | None | | 15 | 0 | 0 | [BettererNaming](https://github.com/ToxicBakery/BettererNaming) | Gradle plugin for automatically renaming android artifacts into something more useful. | -| 15 | 1 | 0 | [rxandroid-usecase](https://github.com/sys1yagi/rxandroid-usecase) | None | +| 15 | 3 | 1 | [gradle-android-maindexlist-plugin](https://github.com/JLLK/gradle-android-maindexlist-plugin) | A gradle plugin help to make minimum maindex. | | 15 | 9 | 3 | [gradle-gitflow](https://github.com/amkay/gradle-gitflow) | An opinionated plugin that provides Semantic Versioning for Gradle projects that use Gitflow. | | 15 | 6 | 2 | [GDuplicate-Finder](https://github.com/guicamest/GDuplicate-Finder) | GDuplicate Finder - A Groovy way to find duplicates among your computer and network shares! | -| 15 | 3 | 1 | [gradle-android-maindexlist-plugin](https://github.com/JLLK/gradle-android-maindexlist-plugin) | A gradle plugin help to make minimum maindex. | -| 15 | 10 | 0 | [smartthings_radio_thermostat](https://github.com/dattas/smartthings_radio_thermostat) | Allow smartthings to talk to a radio thermostat device over your local wifi | | 15 | 2 | 0 | [jooq-jhipster-generator](https://github.com/willmitchell/jooq-jhipster-generator) | JOOQ code generator that generates additional beans that may be useful for JHipster/Spring Boot users | -| 15 | 22 | 0 | [jenkins-as-code-starter-project](https://github.com/cfpb/jenkins-as-code-starter-project) | A neat little project that uses our jenkins utils and helps you to get started and start testing your scripts | +| 15 | 9 | 0 | [smartthings_radio_thermostat](https://github.com/dattas/smartthings_radio_thermostat) | Allow smartthings to talk to a radio thermostat device over your local wifi | | 15 | 15 | 0 | [PlayArea](https://github.com/fizalihsan/PlayArea) | Play area to test out ideas | -| 15 | 1 | 0 | [gradle-pom-plugin](https://github.com/xvik/gradle-pom-plugin) | Gradle POM plugin | -| 15 | 15 | 7 | [mod-lang-groovy](https://github.com/vert-x/mod-lang-groovy) | Vert.x 2.x is deprecated - use instead | +| 15 | 9 | 0 | [java-ordered-properties](https://github.com/etiennestuder/java-ordered-properties) | Alternative to the JDK class java.util.Properties. | +| 15 | 4 | 1 | [gradle-git-changelog](https://github.com/selesse/gradle-git-changelog) | Gradle plugin for generating a changelog based on a Git commit history | +| 15 | 3 | 5 | [gradle-waroverlay-plugin](https://github.com/scalding/gradle-waroverlay-plugin) | None | | 15 | 10 | 0 | [device-type.lock](https://github.com/bigpunk6/device-type.lock) | None | -| 15 | 25 | 5 | [grails-envers-plugin](https://github.com/lucaslward/grails-envers-plugin) | Grails plugin for Hibernate envers module | +| 15 | 15 | 7 | [mod-lang-groovy](https://github.com/vert-x/mod-lang-groovy) | Vert.x 2.x is deprecated - use instead | +| 15 | 24 | 5 | [grails-envers-plugin](https://github.com/lucaslward/grails-envers-plugin) | Grails plugin for Hibernate envers module | | 15 | 4 | 0 | [grails-spring-security-oauth-provider](https://github.com/grails-plugins/grails-spring-security-oauth-provider) | Grails Spring Security OAuth Provider | | 15 | 12 | 0 | [rewards](https://github.com/gfrison/rewards) | SOA example for prototyping modular systems through Camel ESB | | 15 | 7 | 0 | [grooid-templates](https://github.com/grooida/grooid-templates) | Lazybones templates for Groovy + Android development | -| 15 | 5 | 2 | [gradle-jenkins-jobdsl](https://github.com/pvdissel/gradle-jenkins-jobdsl) | Gradle plugin to prepare a workspace and compile/verify the Jenkins JobDSL scripts, ready to be used by the Jenkins JobDSL plugin | +| 15 | 6 | 2 | [gradle-jenkins-jobdsl](https://github.com/pvdissel/gradle-jenkins-jobdsl) | Gradle plugin to prepare a workspace and compile/verify the Jenkins JobDSL scripts, ready to be used by the Jenkins JobDSL plugin | | 15 | 0 | 1 | [android-publisher-gradle-plugin](https://github.com/sugoi-wada/android-publisher-gradle-plugin) | This is Android Publisher Gradle Plugin based Publishing API. | | 15 | 1 | 6 | [gradle-plantuml-plugin](https://github.com/janvolck/gradle-plantuml-plugin) | A gradle plugin that generates UML diagrams based on the PlantUML syntax | -| 15 | 13 | 10 | [JAFFA](https://github.com/Oshlack/JAFFA) | JAFFA is a multi-step pipeline that takes either raw RNA-Seq reads, or pre-assembled transcripts, then searches for gene fusions | -| 15 | 1 | 1 | [livereload-gradle-plugin](https://github.com/aalmiray/livereload-gradle-plugin) | A Gradle plugin for enabling LiveReload | -| 15 | 3 | 4 | [ersatz](https://github.com/cjstehno/ersatz) | A mock HTTP server for testing client code. | -| 15 | 7 | 3 | [semver-git](https://github.com/cinnober/semver-git) | Gradle plugin that combines git tags and semantic versioning, and sets the gradle version property accordingly. | -| 15 | 6 | 5 | [MarkdownDoc](https://github.com/tombensve/MarkdownDoc) | A Java tool/maven plugin/library to generate HMTL and PDF from markdown text intended for project documentation. | -| 14 | 5 | 0 | [caster-io-samples](https://github.com/adavis/caster-io-samples) | Sample Code for Caster.io Videos | +| 15 | 16 | 1 | [grailsflow-core-plugin](https://github.com/jCatalog/grailsflow-core-plugin) | Open source Workflow and Process Engine written in Grails | +| 15 | 6 | 3 | [collectd-ci](https://github.com/collectd/collectd-ci) | Continuous integration infrastructure for collectd | +| 15 | 1 | 2 | [livereload-gradle-plugin](https://github.com/aalmiray/livereload-gradle-plugin) | A Gradle plugin for enabling LiveReload | +| 15 | 8 | 3 | [semver-git](https://github.com/cinnober/semver-git) | Gradle plugin that combines git tags and semantic versioning, and sets the gradle version property accordingly. | +| 15 | 19 | 1 | [pipeline-library](https://github.com/jenkins-infra/pipeline-library) | Collection of custom steps and variables for our Jenkins instance(s) | +| 15 | 6 | 10 | [fxtest-jenkins-pipeline](https://github.com/mozilla/fxtest-jenkins-pipeline) | None | +| 15 | 5 | 10 | [gradle-jnlp-plugin](https://github.com/tschulte/gradle-jnlp-plugin) | Gradle plugin to generate jnlp files, sign jars etc. for being able to start an application with Java Webstart | +| 15 | 0 | 0 | [AndroidLayoutExtender](https://github.com/linroid/AndroidLayoutExtender) | A gradle plugin to make Android layout xml extendable! | | 14 | 4 | 0 | [beanstalk-upload](https://github.com/blanq/beanstalk-upload) | A groovy command line script to upload wars and create application versions in Amazon Beanstalk | | 14 | 5 | 4 | [gradle-jslint-plugin](https://github.com/kellyrob99/gradle-jslint-plugin) | A Gradle custom Plugin that allows running JSLint static analysis against JavaScipt code. A blog article accompanies this source code to explain its intent and implementation. | -| 14 | 48 | 10 | [grails-filterpane](https://github.com/Grails-Plugin-Consortium/grails-filterpane) | Filterpane plugin for grails. | -| 14 | 21 | 3 | [Lutron-Smart-Pi](https://github.com/njschwartz/Lutron-Smart-Pi) | None | -| 14 | 2 | 1 | [groovy-rest](https://github.com/gschueler/groovy-rest) | A simple Rest helper for groovy scripts that uses Jersey | -| 14 | 4 | 14 | [grails-security-stateless](https://github.com/kaleidos/grails-security-stateless) | Grails plugin to implement stateless authentication using Spring Security | -| 14 | 11 | 0 | [ST-Monoprice-Dual-Relay-Module](https://github.com/justintime/ST-Monoprice-Dual-Relay-Module) | SmartThings device type and SmartApp for the Monoprice 11990 Dual Relay Adapter | -| 14 | 1 | 0 | [DexHelper](https://github.com/ximsfei/DexHelper) | Gradle Plugin to analyze per-dex with Android assemble command. | -| 14 | 26 | 3 | [grails-cache](https://github.com/grails-plugins/grails-cache) | Grails Cache Plugin | -| 14 | 5 | 3 | [gradle-git-publish](https://github.com/ajoberstar/gradle-git-publish) | Gradle plugin for publishing to Git repositories | +| 14 | 48 | 11 | [grails-filterpane](https://github.com/Grails-Plugin-Consortium/grails-filterpane) | Filterpane plugin for grails. | +| 14 | 13 | 1 | [ST-Monoprice-Dual-Relay-Module](https://github.com/justintime/ST-Monoprice-Dual-Relay-Module) | SmartThings device type and SmartApp for the Monoprice 11990 Dual Relay Adapter | | 14 | 11 | 0 | [ambari-rest-client](https://github.com/hortonworks/ambari-rest-client) | Groovy client library for Apache Ambari's REST API | +| 14 | 4 | 14 | [grails-security-stateless](https://github.com/kaleidos/grails-security-stateless) | Grails plugin to implement stateless authentication using Spring Security | +| 14 | 2 | 1 | [groovy-rest](https://github.com/gschueler/groovy-rest) | A simple Rest helper for groovy scripts that uses Jersey | +| 14 | 26 | 4 | [grails-cache](https://github.com/grails-plugins/grails-cache) | Grails Cache Plugin | | 14 | 2 | 0 | [graxxia](https://github.com/ssadedin/graxxia) | Wrappers for doing Mathematics in Groovy | +| 14 | 1 | 0 | [AppMethodTime](https://github.com/zjw-swun/AppMethodTime) | 一个类似于hugo的库,用于分析函数耗时,还能打印出函数参数值和返回值以及函数调用栈 | +| 14 | 11 | 1 | [geb-examples](https://github.com/qualityshepherd/geb-examples) | Various Geb examples from blog posts on qualityshepherd.com | +| 14 | 7 | 1 | [HearthStone-android-groovy](https://github.com/dyguests/HearthStone-android-groovy) | Hearth Stone,Android,Groovy,炉石传说,炉石界面/框架/逻辑/动画等学习用项目. | | 14 | 10 | 0 | [gradle-javafx-hello-world](https://github.com/bmuschko/gradle-javafx-hello-world) | Simple Hello World JavaFX project built with Gradle | +| 14 | 1 | 0 | [groovy-osgi-console](https://github.com/draghuram/groovy-osgi-console) | A project to provide console access to OSGi run time environment. | | 14 | 6 | 0 | [grails-phonenumbers](https://github.com/ataylor284/grails-phonenumbers) | Validate phone numbers in grails using google's libphonenumber library. | -| 14 | 20 | 4 | [gradle-gatling-plugin](https://github.com/alphagov/gradle-gatling-plugin) | gradle plugin for running gatling scenarios | | 14 | 1 | 0 | [RoboSpock-tutorial](https://github.com/robospock/RoboSpock-tutorial) | None | | 14 | 7 | 0 | [jenkins-dsl-jobs](https://github.com/saltstack/jenkins-dsl-jobs) | DSL Jenkins Jobs | -| 14 | 1 | 0 | [groovy-osgi-console](https://github.com/draghuram/groovy-osgi-console) | A project to provide console access to OSGi run time environment. | -| 14 | 48 | 3 | [Lightify-Bulb](https://github.com/sticks18/Lightify-Bulb) | SmartThings DeviceType for Osram Lightify Zigbee Bulb with ColorTemp | -| 14 | 9 | 4 | [grails-slug-generator](https://github.com/ilopmar/grails-slug-generator) | This plugin generate unique slugs for String properties. Its main use case is to generate unique an "nice" urls for access to domain objects. | -| 14 | 6 | 0 | [spock-mock-cheatsheet](https://github.com/craigatk/spock-mock-cheatsheet) | None | -| 14 | 9 | 0 | [springboot-groovytemplates](https://github.com/melix/springboot-groovytemplates) | A demo app that makes use of Spring Boot, Groovy templates and GORM | -| 14 | 18 | 0 | [geb-example-cucumber-jvm](https://github.com/geb/geb-example-cucumber-jvm) | An example project for using Geb with cucumber-jvm | +| 14 | 10 | 0 | [springboot-groovytemplates](https://github.com/melix/springboot-groovytemplates) | A demo app that makes use of Spring Boot, Groovy templates and GORM | | 14 | 1 | 0 | [groovyz](https://github.com/uehaj/groovyz) | POC of Type Class for Groovy | | 14 | 2 | 5 | [groovy-comprehension](https://github.com/uehaj/groovy-comprehension) | None | -| 14 | 5 | 1 | [geb-cucumber](https://github.com/tomdcc/geb-cucumber) | Cucumber bindings for common Geb page interactions | -| 14 | 10 | 1 | [spock-extensions](https://github.com/robfletcher/spock-extensions) | None | | 14 | 0 | 0 | [couch-cli](https://github.com/duncanscott/couch-cli) | Command line tool to facilitate CouchDB replication and other administrative tasks. Not all features working with CouchDB 2.0. | | 14 | 5 | 0 | [gradle-environments-plugin](https://github.com/marceloemanoel/gradle-environments-plugin) | Plugin to use gradle with files and configurations for each environment | -| 14 | 41 | 1 | [device-yamaha-rx](https://github.com/KristopherKubicki/device-yamaha-rx) | Yamaha Network Receiver RX-V for SmartThings | -| 14 | 11 | 0 | [soapUIGroovyScripts](https://github.com/nmrao/soapUIGroovyScripts) | Groovy scripts that helps to do some tasks in SoapUI tool | -| 14 | 3 | 0 | [jenkins-bootstrap-slack](https://github.com/samrocketman/jenkins-bootstrap-slack) | Bootstrap a Jenkins instance configured for Jenkins slack plugin testing. | | 14 | 10 | 2 | [jenkins-pipeline-dsl](https://github.com/4finance/jenkins-pipeline-dsl) | None | -| 14 | 10 | 1 | [kaizen](https://github.com/Unity-Technologies/kaizen) | None | +| 14 | 1 | 1 | [gradle-jarjar](https://github.com/TinkoffCreditSystems/gradle-jarjar) | Plugin for gradle which allows you to repackage jar-libraries with different package names using JarJar tool | +| 14 | 0 | 1 | [intellij-synonyms](https://github.com/pbetkier/intellij-synonyms) | IntelliJ plugin for viewing synonyms for the word under cursor | +| 14 | 5 | 1 | [newrelic-gradle-plugin](https://github.com/allegro/newrelic-gradle-plugin) | Newrelic Gradle plugin. | +| 14 | 20 | 0 | [geb-example-cucumber-jvm](https://github.com/geb/geb-example-cucumber-jvm) | An example project for using Geb with cucumber-jvm | +| 14 | 3 | 33 | [cinnamon](https://github.com/dewarim/cinnamon) | Cinnamon CMS Server | | 14 | 12 | 1 | [ubuntu-packager-plugin](https://github.com/sgo/ubuntu-packager-plugin) | None | | 14 | 0 | 0 | [pilot](https://github.com/countvajhula/pilot) | A Graph Database Operator | | 14 | 5 | 0 | [going-further-with-grails](https://github.com/jasonrudolph/going-further-with-grails) | Conference Talk - Going Further with Grails | -| 14 | 9 | 7 | [scalajs-gradle](https://github.com/gtache/scalajs-gradle) | A Gradle plugin adding basic functions to support Scala.js | -| 14 | 22 | 0 | [smartthings](https://github.com/bkeifer/smartthings) | SmartThings Projects | -| 14 | 11 | 45 | [htmlSanityCheck](https://github.com/aim42/htmlSanityCheck) | Standalone (batch- and command-line) html sanity checker - detects missing images, dead links, duplicate bookmarks. | -| 14 | 4 | 0 | [zerotocloud-gradle](https://github.com/Netflix-Skunkworks/zerotocloud-gradle) | Gradle Plugin to Initialize the Cloud Environment and Utilize it for Continuous Delivery Purposes | -| 14 | 13 | 1 | [restful-grails-springsecurity-greach2014](https://github.com/alvarosanchez/restful-grails-springsecurity-greach2014) | Companion code for my talk "Creating RESTful API’s with Grails and Spring Security" | -| 14 | 9 | 2 | [workflowLibs](https://github.com/beedemo/workflowLibs) | Global Pipeline Library for SA demo environments. | +| 14 | 10 | 1 | [kaizen](https://github.com/Unity-Technologies/kaizen) | None | +| 14 | 10 | 7 | [scalajs-gradle](https://github.com/gtache/scalajs-gradle) | A Gradle plugin adding basic functions to support Scala.js | +| 14 | 23 | 0 | [smartthings](https://github.com/bkeifer/smartthings) | SmartThings Projects | | 14 | 11 | 9 | [gradle-jdocbook](https://github.com/gradle/gradle-jdocbook) | A Gradle plugin for jdocbook | -| 14 | 5 | 5 | [gaelyk-spock](https://github.com/gaelyk/gaelyk-spock) | A spock plugin for the Gaelyk framework | -| 14 | 7 | 0 | [GroovyMagJMS](https://github.com/rbramley/GroovyMagJMS) | Grails JMS article code for GroovyMag June 2011 | -| 14 | 6 | 2 | [gradle-idea-plugin](https://github.com/gradle-archive/gradle-idea-plugin) | An intellij plugin for the Gradle plugin system to generate Intellij project files | -| 14 | 0 | 0 | [flappy-gru](https://github.com/gregopet/flappy-gru) | Flappy Gru | -| 14 | 0 | 0 | [AndroidLayoutExtender](https://github.com/linroid/AndroidLayoutExtender) | A gradle plugin to make Android layout xml extendable! | -| 14 | 6 | 3 | [collectd-ci](https://github.com/collectd/collectd-ci) | Continuous integration infrastructure for collectd | -| 14 | 5 | 1 | [grails-health-control](https://github.com/kimble/grails-health-control) | Health control artefacts for Grails. Implement simple checks to verify the sanity of databases, remote services and other fragile things. The results will show up on a simple dashboard. | -| 14 | 16 | 1 | [grailsflow-core-plugin](https://github.com/jCatalog/grailsflow-core-plugin) | Open source Workflow and Process Engine written in Grails | -| 14 | 9 | 6 | [gradle-karaf-plugin](https://github.com/lburgazzoli/gradle-karaf-plugin) | None | -| 14 | 14 | 1 | [grails-audit-trail](https://github.com/9ci/grails-audit-trail) | None | -| 13 | 4 | 0 | [utopia](https://github.com/enterprise-grails/utopia) | A proof-of-concept implementation of an event-driven SOA based entirely on Grails | -| 13 | 2 | 0 | [spock-shell](https://github.com/kiy0taka/spock-shell) | None | -| 13 | 14 | 4 | [grails-cometd](https://github.com/marcusb/grails-cometd) | Grails plugin for CometD | -| 13 | 17 | 7 | [grails-facebook-authentication-example](https://github.com/splix/grails-facebook-authentication-example) | Grails 2.0 Spring Security Facebook Plugin Example | \ No newline at end of file +| 14 | 4 | 0 | [zerotocloud-gradle](https://github.com/Netflix-Skunkworks/zerotocloud-gradle) | Gradle Plugin to Initialize the Cloud Environment and Utilize it for Continuous Delivery Purposes | +| 14 | 13 | 1 | [restful-grails-springsecurity-greach2014](https://github.com/alvarosanchez/restful-grails-springsecurity-greach2014) | Companion code for my talk "Creating RESTful API’s with Grails and Spring Security" | \ No newline at end of file diff --git a/README-Haskell.md b/README-Haskell.md index 98185c2..d045a15 100644 --- a/README-Haskell.md +++ b/README-Haskell.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for Haskell sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 9550 | 394 | 66 | [postgrest](https://github.com/begriffs/postgrest) | REST API for any Postgres database | -| 9401 | 1142 | 368 | [pandoc](https://github.com/jgm/pandoc) | Universal markup converter | -| 8699 | 458 | 281 | [shellcheck](https://github.com/koalaman/shellcheck) | ShellCheck, a static analysis tool for shell scripts | -| 4014 | 304 | 67 | [elm-compiler](https://github.com/elm-lang/elm-compiler) | Compiler for Elm, a functional language for reliable webapps. | -| 3910 | 327 | 182 | [purescript](https://github.com/purescript/purescript) | A small strongly typed language that compiles to Javascript | -| 2841 | 240 | 4 | [Haxl](https://github.com/facebook/Haxl) | A Haskell library that simplifies access to remote data, such as databases or web-based services. | -| 2357 | 454 | 571 | [stack](https://github.com/commercialhaskell/stack) | The Haskell Tool Stack | -| 2009 | 485 | 504 | [Idris-dev](https://github.com/idris-lang/Idris-dev) | A Dependently Typed Functional Programming Language | -| 1830 | 142 | 16 | [write-you-a-haskell](https://github.com/sdiehl/write-you-a-haskell) | Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/) | -| 1789 | 304 | 118 | [yesod](https://github.com/yesodweb/yesod) | A RESTful Haskell web framework built on WAI. | -| 1751 | 129 | 200 | [ghcjs](https://github.com/ghcjs/ghcjs) | Haskell to JavaScript compiler, based on GHC | -| 1647 | 87 | 64 | [corrode](https://github.com/jameysharp/corrode) | C to Rust translator | -| 1623 | 432 | 1 | [ghc](https://github.com/ghc/ghc) | Mirror of the Glasgow Haskell Compiler. Patches are best submitted to GHC's Phabricator (https://phabricator.haskell.org/), bugs and feature-requests are best filed to GHC's Trac (https://ghc.haskell.org/trac/ghc), or sent to the mailing list (ghc-devs@haskell.org). First time contributors are encouraged to get started by just sending a Pull Request. | -| 1598 | 285 | 69 | [hakyll](https://github.com/jaspervdj/hakyll) | A static website compiler library in Haskell | -| 1544 | 168 | 59 | [IHaskell](https://github.com/gibiansky/IHaskell) | A Haskell kernel for IPython. | -| 1459 | 81 | 144 | [eta](https://github.com/typelead/eta) | The Eta Programming Language, a dialect of Haskell on the JVM | -| 1431 | 170 | 178 | [gitit](https://github.com/jgm/gitit) | A wiki using HAppS, pandoc, and git | -| 1321 | 51 | 11 | [lamdu](https://github.com/lamdu/lamdu) | lamdu - towards the next generation IDE | -| 1288 | 122 | 24 | [HLearn](https://github.com/mikeizbicki/HLearn) | Homomorphic machine learning | -| 1231 | 103 | 50 | [haste-compiler](https://github.com/valderman/haste-compiler) | A GHC-based Haskell to JavaScript compiler | -| 1181 | 43 | 26 | [unison](https://github.com/unisonweb/unison) | Next generation programming platform, currently in development | -| 1138 | 87 | 16 | [fay](https://github.com/faylang/fay) | A proper subset of Haskell that compiles to JavaScript | -| 1126 | 183 | 47 | [lens](https://github.com/ekmett/lens) | Lenses, Folds, and Traversals - Join us on freenode #haskell-lens | -| 1115 | 163 | 178 | [yi](https://github.com/yi-editor/yi) | The Haskell-Scriptable Editor | -| 1094 | 113 | 48 | [scotty](https://github.com/scotty-web/scotty) | Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository) | -| 1084 | 43 | 5 | [Carp](https://github.com/carp-lang/Carp) | A statically typed lisp, without a GC, for high performance applications | -| 1065 | 143 | 4 | [wiwinwlh](https://github.com/sdiehl/wiwinwlh) | What I Wish I Knew When Learning Haskell | -| 1014 | 219 | 35 | [zsh-git-prompt](https://github.com/olivierverdier/zsh-git-prompt) | Informative git prompt for zsh | -| 880 | 38 | 8 | [grenade](https://github.com/HuwCampbell/grenade) | Deep Learning in Haskell | -| 855 | 92 | 8 | [duckling](https://github.com/facebookincubator/duckling) | Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings. | -| 849 | 71 | 35 | [HaLVM](https://github.com/GaloisInc/HaLVM) | The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen | -| 834 | 93 | 4 | [wire-server](https://github.com/wireapp/wire-server) | 🇪🇺 Wire back-end services | -| 823 | 19 | 5 | [patat](https://github.com/jaspervdj/patat) | Terminal-based presentations using Pandoc | -| 814 | 142 | 11 | [real-world-haskell-cn](https://github.com/huangz1990/real-world-haskell-cn) | 《Real World Haskell》中文翻译项目 | -| 808 | 181 | 119 | [servant](https://github.com/haskell-servant/servant) | Main repository for the servant libraries. Web API combinators, with servers, clients and documentation | -| 794 | 72 | 122 | [elm-format](https://github.com/avh4/elm-format) | elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide | -| 761 | 24 | 15 | [oden](https://github.com/oden-lang/oden) | The Oden Programming Language (NO LONGER IN ACTIVE DEVELOPMENT) | -| 745 | 403 | 942 | [cabal](https://github.com/haskell/cabal) | Official upstream development repository for Cabal and cabal-install | -| 732 | 103 | 42 | [xmonad](https://github.com/xmonad/xmonad) | The core of xmonad, a small but functional ICCCM-compliant tiling window manager | -| 729 | 45 | 0 | [haskell-must-watch](https://github.com/hzlmn/haskell-must-watch) | Huge list of videos, talks , courses for Haskell programming language. | -| 716 | 81 | 21 | [haskell](https://github.com/tensorflow/haskell) | Haskell bindings for TensorFlow | -| 694 | 705 | 15 | [fp-course](https://github.com/tonymorris/fp-course) | Functional Programming Course | -| 685 | 93 | 188 | [leksah](https://github.com/leksah/leksah) | Haskell IDE | -| 674 | 37 | 34 | [hadolint](https://github.com/lukasmartinelli/hadolint) | Dockerfile linter written in Haskell | -| 659 | 89 | 165 | [codeworld](https://github.com/google/codeworld) | Educational computer programming environment using Haskell | -| 648 | 36 | 2 | [cgrep](https://github.com/awgn/cgrep) | Cgrep: a context-aware grep for source codes | -| 647 | 172 | 44 | [aeson](https://github.com/bos/aeson) | A fast Haskell JSON library | -| 646 | 79 | 125 | [intero](https://github.com/commercialhaskell/intero) | Complete interactive development program for Haskell | -| 645 | 115 | 25 | [elm-platform](https://github.com/elm-lang/elm-platform) | Bundle of all core development tools for Elm | -| 622 | 67 | 95 | [cryptol](https://github.com/GaloisInc/cryptol) | Cryptol: The Language of Cryptography | -| 619 | 25 | 32 | [miso](https://github.com/haskell-miso/miso) | :ramen: A tasty Haskell front-end framework | -| 614 | 43 | 8 | [dnngraph](https://github.com/ajtulloch/dnngraph) | A DSL for deep neural networks, supporting Caffe and Torch | -| 614 | 59 | 1 | [stanford-cs240h](https://github.com/bos/stanford-cs240h) | Course materials for Stanford CS240h, "Functional Systems in Haskell" | -| 581 | 173 | 116 | [ghc-mod](https://github.com/DanielG/ghc-mod) | Happy Haskell Hacking for editors. CI: https://gitlab.com/dxld/ghc-mod/pipelines | -| 580 | 62 | 109 | [aura](https://github.com/aurapm/aura) | A secure, multilingual package manager for Arch Linux and the AUR - Join us on Freenode in #aurapm, or in our Gitter room at https://gitter.im/aurapm/aura | -| 579 | 80 | 37 | [ImplicitCAD](https://github.com/colah/ImplicitCAD) | A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D; gcode generation... | -| 555 | 31 | 0 | [legion](https://github.com/aviaviavi/legion) | Simple blockchain server written in haskell. Feedback welcome. | -| 555 | 29 | 8 | [nanocoin](https://github.com/tdietert/nanocoin) | A minimum viable cryptocurrency | -| 551 | 50 | 42 | [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) | The engine for haskell ide-integration. Not an IDE | -| 535 | 51 | 0 | [articles](https://github.com/quchen/articles) | Miscellaneous articles. The readme is the table of contents. | -| 532 | 80 | 6 | [kaleidoscope](https://github.com/sdiehl/kaleidoscope) | Haskell LLVM JIT Compiler Tutorial | -| 525 | 92 | 38 | [Tidal](https://github.com/tidalcycles/Tidal) | Pattern language | -| 524 | 104 | 0 | [Haskell-Data-Analysis-Cookbook](https://github.com/BinRoot/Haskell-Data-Analysis-Cookbook) | Accompanying Source Code for the Haskell Data Analysis Cookbook | -| 521 | 60 | 10 | [helm](https://github.com/z0w0/helm) | A functionally reactive game engine, with headgear to protect you from the headache of game development provided. | -| 513 | 32 | 27 | [carnival](https://github.com/thoughtbot/carnival) | An unobtrusive, developer-friendly way to add comments | -| 510 | 89 | 139 | [hledger](https://github.com/simonmichael/hledger) | The hledger command-line and web-based accounting tool, a Haskell rewrite of ledger. | -| 508 | 31 | 10 | [rasa](https://github.com/ChrisPenner/rasa) | Extremely modular text editor built in Haskell | -| 501 | 76 | 67 | [distributed-process](https://github.com/haskell-distributed/distributed-process) | Cloud Haskell core library | -| 492 | 15 | 9 | [unused](https://github.com/joshuaclayton/unused) | A command line tool to identify unused code. | -| 485 | 61 | 91 | [accelerate](https://github.com/AccelerateHS/accelerate) | Embedded language for high-performance array computations | -| 483 | 13 | 0 | [hython](https://github.com/mattgreen/hython) | Haskell-powered Python 3 interpreter | -| 473 | 58 | 24 | [Haskell-Turtle-Library](https://github.com/Gabriel439/Haskell-Turtle-Library) | Shell programming, Haskell style | -| 472 | 21 | 54 | [kitten](https://github.com/evincarofautumn/kitten) | A statically typed concatenative programming language. | -| 459 | 72 | 96 | [hlint](https://github.com/ndmitchell/hlint) | Haskell source code suggestions | -| 456 | 73 | 26 | [reflex](https://github.com/reflex-frp/reflex) | None | -| 447 | 26 | 0 | [10-minute-vim-exercises](https://github.com/steveshogren/10-minute-vim-exercises) | The exercise files from 10 Minute Vim, for convenience of readers | -| 447 | 48 | 50 | [clash-compiler](https://github.com/clash-lang/clash-compiler) | CAES Language for Synchronous Hardware | -| 437 | 41 | 17 | [Spock](https://github.com/agrafix/Spock) | Another Haskell web framework for rapid development | -| 437 | 167 | 28 | [wai](https://github.com/yesodweb/wai) | Haskell Web Application Interface | -| 433 | 132 | 0 | [FP101x-Content-2015](https://github.com/fptudelft/FP101x-Content-2015) | FP101x - Functional Programming MOOC 2015 Content Repository | -| 431 | 32 | 0 | [detexify-hs-backend](https://github.com/kirel/detexify-hs-backend) | Detexify Backend written in Haskell | -| 429 | 43 | 13 | [erd](https://github.com/BurntSushi/erd) | Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. | -| 428 | 132 | 16 | [conduit](https://github.com/snoyberg/conduit) | A streaming data library | -| 414 | 66 | 127 | [shake](https://github.com/ndmitchell/shake) | Shake build system | -| 410 | 18 | 16 | [transient](https://github.com/transient-haskell/transient) | A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state) | -| 406 | 43 | 6 | [juno](https://github.com/kadena-io/juno) | Smart Contracts Running on a BFT Hardened Raft | -| 403 | 54 | 47 | [stylish-haskell](https://github.com/jaspervdj/stylish-haskell) | Haskell code prettifier | -| 401 | 62 | 239 | [liquidhaskell](https://github.com/ucsd-progsys/liquidhaskell) | Liquid Types For Haskell | -| 400 | 19 | 1 | [time.gif](https://github.com/def-/time.gif) | GIF that always shows the current time in UTC | -| 400 | 35 | 37 | [futhark](https://github.com/diku-dk/futhark) | :boom::computer::boom: A data-parallel functional programming language | -| 398 | 12 | 2 | [glance](https://github.com/rgleichman/glance) | A visual Haskell | -| 392 | 54 | 18 | [hspec](https://github.com/hspec/hspec) | A Testing Framework for Haskell | -| 383 | 24 | 19 | [egison](https://github.com/egison/egison) | Egison is a purely functional programming language with non-linear pattern-matching against non-free data types. We can directly pattern-match against a wide range of data types such as lists, multisets, sets, trees and graphs with Egison. | -| 381 | 65 | 39 | [elm-reactor](https://github.com/elm-lang/elm-reactor) | Interactive development tool that makes it easy to develop and debug Elm programs. | -| 380 | 61 | 27 | [snap](https://github.com/snapframework/snap) | Snap project starter executable plus some libraries for building web apps | -| 370 | 25 | 2 | [intro_to_parsing](https://github.com/JakeWheat/intro_to_parsing) | Introduction to parsing with Haskell and Parsec | -| 366 | 51 | 48 | [rest](https://github.com/silkapp/rest) | Packages for defining APIs, running them, generating client code and documentation. | -| 359 | 58 | 21 | [optparse-applicative](https://github.com/pcapriotti/optparse-applicative) | Applicative option parser | -| 352 | 44 | 59 | [DeepDarkFantasy](https://github.com/ThoughtWorksInc/DeepDarkFantasy) | A Programming Language for Deep Learning | -| 351 | 50 | 35 | [reactive-banana](https://github.com/HeinrichApfelmus/reactive-banana) | Library for functional reactive programming in Haskell. | -| 350 | 56 | 19 | [haskoin](https://github.com/haskoin/haskoin) | Haskell implementation of the Bitcoin protocol | -| 344 | 20 | 4 | [webify](https://github.com/ananthakumaran/webify) | webfont generator - converts ttf to woff, eot and svg | -| 344 | 11 | 50 | [project-m36](https://github.com/agentm/project-m36) | Project: M36 Relational Algebra Engine | -| 343 | 174 | 0 | [xmonad-ubuntu-conf](https://github.com/davidbrewer/xmonad-ubuntu-conf) | My xmonad config for Ubuntu 14.04 and 12.04, including package list, config files, and instructions. | -| 340 | 16 | 14 | [hylogen](https://github.com/sleexyz/hylogen) | GLSL embedded in Haskell | -| 339 | 20 | 4 | [CloudHaskell](https://github.com/jepst/CloudHaskell) | A distributed computing framework for Haskell | -| 337 | 36 | 3 | [LambdaNet](https://github.com/jbarrow/LambdaNet) | Purely functional artificial neural network library implemented in Haskell. | -| 331 | 125 | 1 | [xmonad-config](https://github.com/vicfryzel/xmonad-config) | My xmonad and xmobar configuration, plus necessary scripts to make things more usable. | -| 327 | 65 | 15 | [Haskell-Pipes-Library](https://github.com/Gabriel439/Haskell-Pipes-Library) | Compositional pipelines | -| 327 | 42 | 19 | [subhask](https://github.com/mikeizbicki/subhask) | Type safe interface for working in subcategories of Hask | -| 321 | 73 | 76 | [haskell-opaleye](https://github.com/tomjaguarpaw/haskell-opaleye) | None | -| 320 | 62 | 417 | [agda](https://github.com/agda/agda) | Agda is a dependently typed programming language / interactive theorem prover. | -| 318 | 39 | 1 | [gists](https://github.com/kqr/gists) | With way too messy gist.github pages this is an attempt to organise my snippets | -| 316 | 50 | 0 | [brick](https://github.com/jtdaugherty/brick) | A declarative terminal UI programming library written in Haskell | -| 312 | 73 | 29 | [bloodhound](https://github.com/bitemyapp/bloodhound) | Haskell Elasticsearch client and query DSL | -| 310 | 11 | 1 | [haskus-system](https://github.com/haskus/haskus-system) | Haskus system | -| 310 | 13 | 14 | [frp-zoo](https://github.com/gelisam/frp-zoo) | Comparing many FRP implementations by reimplementing the same toy app in each. | -| 309 | 9 | 13 | [compleat](https://github.com/mbrubeck/compleat) | Generate command-line completions using a simple DSL. | -| 308 | 104 | 41 | [xmobar](https://github.com/jaor/xmobar) | A minimalistic text-based status bar | -| 308 | 11 | 1 | [caramel](https://github.com/MaiaVictor/caramel) | A modern syntax for the λ-calculus. | -| 304 | 22 | 11 | [HaskellR](https://github.com/tweag/HaskellR) | The full power of R in Haskell. | -| 301 | 65 | 29 | [hs-tls](https://github.com/vincenthz/hs-tls) | TLS/SSL implementation in haskell | -| 301 | 67 | 26 | [quickcheck](https://github.com/nick8325/quickcheck) | Automatic testing of Haskell programs. | -| 297 | 19 | 16 | [haskell-emacs](https://github.com/knupfer/haskell-emacs) | Write Emacs extensions in Haskell | -| 297 | 53 | 12 | [attoparsec](https://github.com/bos/attoparsec) | A fast Haskell library for parsing ByteStrings | -| 296 | 20 | 14 | [react-haskell](https://github.com/joelburget/react-haskell) | React bindings for Haskell | -| 296 | 39 | 27 | [parsec](https://github.com/haskell/parsec) | A monadic parser combinator library | -| 287 | 7 | 5 | [FuncShell](https://github.com/iostreamer-X/FuncShell) | Improve your shell by making it functional through Haskell! (An update to Awkward) | -| 285 | 10 | 3 | [berp](https://github.com/bjpop/berp) | An implementation of Python 3 | -| 282 | 40 | 93 | [foundation](https://github.com/haskell-foundation/foundation) | Empire strikes back | -| 282 | 69 | 32 | [Shelly.hs](https://github.com/yesodweb/Shelly.hs) | Haskell shell scripting | -| 281 | 72 | 19 | [snap-core](https://github.com/snapframework/snap-core) | Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers. | -| 280 | 73 | 48 | [hindent](https://github.com/commercialhaskell/hindent) | Haskell pretty printer | -| 275 | 9 | 9 | [dbignore](https://github.com/tkonolige/dbignore) | .gitignore for Dropbox | -| 273 | 60 | 23 | [wreq](https://github.com/bos/wreq) | None | -| 273 | 27 | 8 | [Angel](https://github.com/MichaelXavier/Angel) | Process Monitoring/Management, Like Daemontools | -| 271 | 24 | 28 | [haskell-do](https://github.com/theam/haskell-do) | :pencil2: :bar_chart: - The Haskell code editor focused on interactive development. | -| 269 | 16 | 6 | [stgi](https://github.com/quchen/stgi) | A user-centric visual STG implementation to help understand GHC/Haskell's execution model. | -| 266 | 29 | 19 | [ghcid](https://github.com/ndmitchell/ghcid) | Very low feature GHCi based IDE | -| 263 | 46 | 0 | [hpffp-resources](https://github.com/pushcx/hpffp-resources) | Haskell Programming From First Principles - Follow-up Resources | -| 260 | 20 | 13 | [sparkle](https://github.com/tweag/sparkle) | Haskell on Apache Spark. | -| 260 | 55 | 33 | [threepenny-gui](https://github.com/HeinrichApfelmus/threepenny-gui) | GUI framework that uses the web browser as a display. | -| 259 | 64 | 68 | [hoogle](https://github.com/ndmitchell/hoogle) | Haskell API search engine | -| 258 | 18 | 0 | [lit](https://github.com/cdosborn/lit) | A modern tool for literate programming | -| 257 | 19 | 14 | [Haskell-Morte-Library](https://github.com/Gabriel439/Haskell-Morte-Library) | A bare-bones calculus-of-constructions | -| 257 | 32 | 2 | [aima-haskell](https://github.com/chris-taylor/aima-haskell) | Algorithms from AIMA in Haskell | -| 256 | 15 | 10 | [markup.rocks](https://github.com/osener/markup.rocks) | Pandoc based document editor and converter in your browser. | +| 9739 | 411 | 53 | [postgrest](https://github.com/begriffs/postgrest) | REST API for any Postgres database | +| 9690 | 1170 | 375 | [pandoc](https://github.com/jgm/pandoc) | Universal markup converter | +| 9028 | 470 | 291 | [shellcheck](https://github.com/koalaman/shellcheck) | ShellCheck, a static analysis tool for shell scripts | +| 4106 | 310 | 75 | [elm-compiler](https://github.com/elm-lang/elm-compiler) | Compiler for Elm, a functional language for reliable webapps. | +| 4066 | 339 | 182 | [purescript](https://github.com/purescript/purescript) | A small strongly typed language that compiles to Javascript | +| 2927 | 250 | 5 | [Haxl](https://github.com/facebook/Haxl) | A Haskell library that simplifies access to remote data, such as databases or web-based services. | +| 2406 | 472 | 589 | [stack](https://github.com/commercialhaskell/stack) | The Haskell Tool Stack | +| 2087 | 506 | 489 | [Idris-dev](https://github.com/idris-lang/Idris-dev) | A Dependently Typed Functional Programming Language | +| 1861 | 146 | 16 | [write-you-a-haskell](https://github.com/sdiehl/write-you-a-haskell) | Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/) | +| 1816 | 308 | 119 | [yesod](https://github.com/yesodweb/yesod) | A RESTful Haskell web framework built on WAI. | +| 1779 | 131 | 203 | [ghcjs](https://github.com/ghcjs/ghcjs) | Haskell to JavaScript compiler, based on GHC | +| 1666 | 88 | 69 | [corrode](https://github.com/jameysharp/corrode) | C to Rust translator | +| 1664 | 442 | 2 | [ghc](https://github.com/ghc/ghc) | Mirror of the Glasgow Haskell Compiler. Patches are best submitted to GHC's Phabricator (https://phabricator.haskell.org/), bugs and feature-requests are best filed to GHC's Trac (https://ghc.haskell.org/trac/ghc), or sent to the mailing list (ghc-devs@haskell.org). First time contributors are encouraged to get started by just sending a Pull Request. | +| 1627 | 291 | 70 | [hakyll](https://github.com/jaspervdj/hakyll) | A static website compiler library in Haskell | +| 1572 | 172 | 57 | [IHaskell](https://github.com/gibiansky/IHaskell) | A Haskell kernel for IPython. | +| 1536 | 86 | 131 | [eta](https://github.com/typelead/eta) | The Eta Programming Language, a dialect of Haskell on the JVM | +| 1449 | 170 | 179 | [gitit](https://github.com/jgm/gitit) | A wiki using HAppS, pandoc, and git | +| 1329 | 53 | 7 | [lamdu](https://github.com/lamdu/lamdu) | lamdu - towards the next generation IDE | +| 1314 | 123 | 24 | [HLearn](https://github.com/mikeizbicki/HLearn) | Homomorphic machine learning | +| 1271 | 133 | 4 | [wire-server](https://github.com/wireapp/wire-server) | 🇪🇺 Wire back-end services | +| 1245 | 102 | 53 | [haste-compiler](https://github.com/valderman/haste-compiler) | A GHC-based Haskell to JavaScript compiler | +| 1193 | 44 | 27 | [unison](https://github.com/unisonweb/unison) | Next generation programming platform, currently in development | +| 1158 | 184 | 49 | [lens](https://github.com/ekmett/lens) | Lenses, Folds, and Traversals - Join us on freenode #haskell-lens | +| 1140 | 86 | 16 | [fay](https://github.com/faylang/fay) | A proper subset of Haskell that compiles to JavaScript | +| 1136 | 163 | 179 | [yi](https://github.com/yi-editor/yi) | The Haskell-Scriptable Editor | +| 1123 | 47 | 3 | [Carp](https://github.com/carp-lang/Carp) | A statically typed lisp, without a GC, for high performance applications | +| 1114 | 115 | 49 | [scotty](https://github.com/scotty-web/scotty) | Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository) | +| 1085 | 152 | 4 | [wiwinwlh](https://github.com/sdiehl/wiwinwlh) | What I Wish I Knew When Learning Haskell | +| 1027 | 222 | 36 | [zsh-git-prompt](https://github.com/olivierverdier/zsh-git-prompt) | Informative git prompt for zsh | +| 915 | 42 | 8 | [grenade](https://github.com/HuwCampbell/grenade) | Deep Learning in Haskell | +| 906 | 112 | 6 | [duckling](https://github.com/facebookincubator/duckling) | Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings. | +| 860 | 71 | 35 | [HaLVM](https://github.com/GaloisInc/HaLVM) | The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen | +| 854 | 21 | 5 | [patat](https://github.com/jaspervdj/patat) | Terminal-based presentations using Pandoc | +| 842 | 145 | 10 | [real-world-haskell-cn](https://github.com/huangz1990/real-world-haskell-cn) | 《Real World Haskell》中文翻译项目 | +| 835 | 189 | 129 | [servant](https://github.com/haskell-servant/servant) | Main repository for the servant libraries. Web API combinators, with servers, clients and documentation | +| 813 | 75 | 130 | [elm-format](https://github.com/avh4/elm-format) | elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide | +| 764 | 110 | 46 | [xmonad](https://github.com/xmonad/xmonad) | The core of xmonad, a small but functional ICCCM-compliant tiling window manager | +| 763 | 407 | 960 | [cabal](https://github.com/haskell/cabal) | Official upstream development repository for Cabal and cabal-install | +| 753 | 24 | 15 | [oden](https://github.com/oden-lang/oden) | The Oden Programming Language (NO LONGER IN ACTIVE DEVELOPMENT) | +| 748 | 88 | 26 | [haskell](https://github.com/tensorflow/haskell) | Haskell bindings for TensorFlow | +| 741 | 46 | 0 | [haskell-must-watch](https://github.com/hzlmn/haskell-must-watch) | Huge list of videos, talks, courses for Haskell programming language. | +| 707 | 731 | 15 | [fp-course](https://github.com/tonymorris/fp-course) | Functional Programming Course | +| 702 | 94 | 191 | [leksah](https://github.com/leksah/leksah) | Haskell IDE | +| 694 | 40 | 38 | [hadolint](https://github.com/lukasmartinelli/hadolint) | Dockerfile linter written in Haskell | +| 669 | 30 | 33 | [miso](https://github.com/dmjio/miso) | :ramen: A tasty Haskell front-end framework | +| 669 | 81 | 93 | [intero](https://github.com/commercialhaskell/intero) | Complete interactive development program for Haskell | +| 664 | 92 | 171 | [codeworld](https://github.com/google/codeworld) | Educational computer programming environment using Haskell | +| 661 | 117 | 27 | [elm-platform](https://github.com/elm-lang/elm-platform) | Bundle of all core development tools for Elm | +| 658 | 177 | 44 | [aeson](https://github.com/bos/aeson) | A fast Haskell JSON library | +| 649 | 36 | 2 | [cgrep](https://github.com/awgn/cgrep) | Cgrep: a context-aware grep for source codes | +| 644 | 44 | 6 | [nanocoin](https://github.com/tdietert/nanocoin) | A simple cryptocurrency implementation, written to illustrate the basic components of a Proof-of-Work based, public distributed ledger. | +| 638 | 70 | 99 | [cryptol](https://github.com/GaloisInc/cryptol) | Cryptol: The Language of Cryptography | +| 622 | 44 | 8 | [dnngraph](https://github.com/ajtulloch/dnngraph) | A DSL for deep neural networks, supporting Caffe and Torch | +| 621 | 52 | 54 | [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) | The engine for haskell ide-integration. Not an IDE | +| 620 | 59 | 1 | [stanford-cs240h](https://github.com/bos/stanford-cs240h) | Course materials for Stanford CS240h, "Functional Systems in Haskell" | +| 597 | 62 | 95 | [aura](https://github.com/aurapm/aura) | A secure, multilingual package manager for Arch Linux and the AUR. | +| 591 | 179 | 113 | [ghc-mod](https://github.com/DanielG/ghc-mod) | Happy Haskell Hacking for editors. CI: https://gitlab.com/dxld/ghc-mod/pipelines | +| 591 | 85 | 38 | [ImplicitCAD](https://github.com/colah/ImplicitCAD) | A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D; gcode generation... | +| 566 | 35 | 0 | [legion](https://github.com/aviaviavi/legion) | Simple blockchain server written in haskell. Feedback welcome. | +| 561 | 53 | 0 | [articles](https://github.com/quchen/articles) | Miscellaneous articles. The readme is the table of contents. | +| 544 | 81 | 7 | [kaleidoscope](https://github.com/sdiehl/kaleidoscope) | Haskell LLVM JIT Compiler Tutorial | +| 538 | 93 | 37 | [Tidal](https://github.com/tidalcycles/Tidal) | Pattern language | +| 537 | 94 | 141 | [hledger](https://github.com/simonmichael/hledger) | The hledger command-line and web-based accounting tool, a Haskell rewrite of ledger. | +| 533 | 104 | 0 | [Haskell-Data-Analysis-Cookbook](https://github.com/BinRoot/Haskell-Data-Analysis-Cookbook) | Accompanying Source Code for the Haskell Data Analysis Cookbook | +| 532 | 65 | 12 | [helm](https://github.com/z0w0/helm) | A functionally reactive game engine, with headgear to protect you from the headache of game development provided. | +| 518 | 34 | 27 | [carnival](https://github.com/thoughtbot/carnival) | An unobtrusive, developer-friendly way to add comments | +| 513 | 76 | 67 | [distributed-process](https://github.com/haskell-distributed/distributed-process) | Cloud Haskell core library | +| 510 | 15 | 9 | [unused](https://github.com/joshuaclayton/unused) | A command line tool to identify unused code. | +| 507 | 31 | 10 | [rasa](https://github.com/ChrisPenner/rasa) | Extremely modular text editor built in Haskell | +| 497 | 63 | 92 | [accelerate](https://github.com/AccelerateHS/accelerate) | Embedded language for high-performance array computations | +| 491 | 13 | 0 | [hython](https://github.com/mattgreen/hython) | Haskell-powered Python 3 interpreter | +| 488 | 21 | 55 | [kitten](https://github.com/evincarofautumn/kitten) | A statically typed concatenative programming language. | +| 485 | 59 | 22 | [Haskell-Turtle-Library](https://github.com/Gabriel439/Haskell-Turtle-Library) | Shell programming, Haskell style | +| 470 | 77 | 26 | [reflex](https://github.com/reflex-frp/reflex) | None | +| 468 | 74 | 98 | [hlint](https://github.com/ndmitchell/hlint) | Haskell source code suggestions | +| 467 | 51 | 49 | [clash-compiler](https://github.com/clash-lang/clash-compiler) | CAES Language for Synchronous Hardware | +| 460 | 48 | 14 | [erd](https://github.com/BurntSushi/erd) | Translates a plain text description of a relational database schema to a graphical entity-relationship diagram. | +| 451 | 43 | 17 | [Spock](https://github.com/agrafix/Spock) | Another Haskell web framework for rapid development | +| 449 | 167 | 28 | [wai](https://github.com/yesodweb/wai) | Haskell Web Application Interface | +| 449 | 26 | 0 | [10-minute-vim-exercises](https://github.com/steveshogren/10-minute-vim-exercises) | The exercise files from 10 Minute Vim, for convenience of readers | +| 442 | 32 | 0 | [detexify-hs-backend](https://github.com/kirel/detexify-hs-backend) | Detexify Backend written in Haskell | +| 442 | 136 | 17 | [conduit](https://github.com/snoyberg/conduit) | A streaming data library | +| 434 | 132 | 0 | [FP101x-Content-2015](https://github.com/fptudelft/FP101x-Content-2015) | FP101x - Functional Programming MOOC 2015 Content Repository | +| 431 | 39 | 35 | [futhark](https://github.com/diku-dk/futhark) | :boom::computer::boom: A data-parallel functional programming language | +| 430 | 65 | 249 | [liquidhaskell](https://github.com/ucsd-progsys/liquidhaskell) | Liquid Types For Haskell | +| 421 | 19 | 16 | [transient](https://github.com/transient-haskell/transient) | A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state) | +| 419 | 69 | 130 | [shake](https://github.com/ndmitchell/shake) | Shake build system | +| 415 | 54 | 51 | [stylish-haskell](https://github.com/jaspervdj/stylish-haskell) | Haskell code prettifier | +| 412 | 45 | 6 | [juno](https://github.com/kadena-io/juno) | Smart Contracts Running on a BFT Hardened Raft | +| 405 | 19 | 1 | [time.gif](https://github.com/def-/time.gif) | GIF that always shows the current time in UTC | +| 404 | 55 | 23 | [hspec](https://github.com/hspec/hspec) | A Testing Framework for Haskell | +| 402 | 12 | 2 | [glance](https://github.com/rgleichman/glance) | A visual Haskell | +| 391 | 67 | 43 | [elm-reactor](https://github.com/elm-lang/elm-reactor) | Interactive development tool that makes it easy to develop and debug Elm programs. | +| 389 | 24 | 19 | [egison](https://github.com/egison/egison) | Egison is a purely functional programming language with non-linear pattern-matching against non-free data types. We can directly pattern-match against a wide range of data types such as lists, multisets, sets, trees and graphs with Egison. | +| 384 | 60 | 25 | [snap](https://github.com/snapframework/snap) | Snap project starter executable plus some libraries for building web apps | +| 377 | 25 | 2 | [intro_to_parsing](https://github.com/JakeWheat/intro_to_parsing) | Introduction to parsing with Haskell and Parsec | +| 373 | 62 | 21 | [optparse-applicative](https://github.com/pcapriotti/optparse-applicative) | Applicative option parser | +| 367 | 51 | 48 | [rest](https://github.com/silkapp/rest) | Packages for defining APIs, running them, generating client code and documentation. | +| 366 | 61 | 22 | [haskoin](https://github.com/haskoin/haskoin) | Haskell implementation of the Bitcoin protocol | +| 360 | 45 | 59 | [DeepDarkFantasy](https://github.com/ThoughtWorksInc/DeepDarkFantasy) | A Programming Language for Deep Learning | +| 357 | 53 | 39 | [reactive-banana](https://github.com/HeinrichApfelmus/reactive-banana) | Library for functional reactive programming in Haskell. | +| 354 | 14 | 55 | [project-m36](https://github.com/agentm/project-m36) | Project: M36 Relational Algebra Engine | +| 349 | 17 | 14 | [hylogen](https://github.com/sleexyz/hylogen) | GLSL embedded in Haskell | +| 347 | 20 | 4 | [webify](https://github.com/ananthakumaran/webify) | webfont generator - converts ttf to woff, eot and svg | +| 347 | 41 | 52 | [cardano-sl](https://github.com/input-output-hk/cardano-sl) | Cryptographic currency implementing Ouroboros PoS protocol | +| 346 | 176 | 0 | [xmonad-ubuntu-conf](https://github.com/davidbrewer/xmonad-ubuntu-conf) | My xmonad config for Ubuntu 14.04 and 12.04, including package list, config files, and instructions. | +| 343 | 36 | 3 | [LambdaNet](https://github.com/jbarrow/LambdaNet) | Purely functional artificial neural network library implemented in Haskell. | +| 340 | 65 | 15 | [Haskell-Pipes-Library](https://github.com/Gabriel439/Haskell-Pipes-Library) | Compositional pipelines | +| 340 | 41 | 18 | [subhask](https://github.com/mikeizbicki/subhask) | Type safe interface for working in subcategories of Hask | +| 339 | 129 | 1 | [xmonad-config](https://github.com/vicfryzel/xmonad-config) | My xmonad and xmobar configuration, plus necessary scripts to make things more usable. | +| 339 | 65 | 429 | [agda](https://github.com/agda/agda) | Agda is a dependently typed programming language / interactive theorem prover. | +| 338 | 53 | 1 | [brick](https://github.com/jtdaugherty/brick) | A declarative terminal UI programming library written in Haskell | +| 338 | 20 | 4 | [CloudHaskell](https://github.com/jepst/CloudHaskell) | A distributed computing framework for Haskell | +| 336 | 76 | 81 | [haskell-opaleye](https://github.com/tomjaguarpaw/haskell-opaleye) | None | +| 324 | 40 | 1 | [gists](https://github.com/kqr/gists) | With way too messy gist.github pages this is an attempt to organise my snippets | +| 316 | 10 | 12 | [compleat](https://github.com/mbrubeck/compleat) | Generate command-line completions using a simple DSL. | +| 316 | 74 | 33 | [bloodhound](https://github.com/bitemyapp/bloodhound) | Haskell Elasticsearch client and query DSL | +| 315 | 106 | 46 | [xmobar](https://github.com/jaor/xmobar) | A minimalistic text-based status bar | +| 315 | 13 | 14 | [frp-zoo](https://github.com/gelisam/frp-zoo) | Comparing many FRP implementations by reimplementing the same toy app in each. | +| 314 | 67 | 30 | [quickcheck](https://github.com/nick8325/quickcheck) | Automatic testing of Haskell programs. | +| 312 | 42 | 28 | [parsec](https://github.com/haskell/parsec) | A monadic parser combinator library | +| 309 | 11 | 1 | [haskus-system](https://github.com/haskus/haskus-system) | Haskus system | +| 309 | 11 | 1 | [caramel](https://github.com/MaiaVictor/caramel) | A modern syntax for the λ-calculus. | +| 306 | 7 | 4 | [bench](https://github.com/Gabriel439/bench) | Command-line benchmark tool | +| 305 | 54 | 13 | [attoparsec](https://github.com/bos/attoparsec) | A fast Haskell library for parsing ByteStrings | +| 305 | 22 | 11 | [HaskellR](https://github.com/tweag/HaskellR) | The full power of R in Haskell. | +| 304 | 65 | 29 | [hs-tls](https://github.com/vincenthz/hs-tls) | TLS/SSL implementation in haskell | +| 299 | 19 | 16 | [haskell-emacs](https://github.com/knupfer/haskell-emacs) | Write Emacs extensions in Haskell | +| 297 | 22 | 14 | [react-haskell](https://github.com/joelburget/react-haskell) | React bindings for Haskell | +| 294 | 44 | 98 | [foundation](https://github.com/haskell-foundation/foundation) | Empire strikes back | +| 292 | 76 | 49 | [hindent](https://github.com/commercialhaskell/hindent) | Haskell pretty printer | +| 289 | 32 | 16 | [ghcid](https://github.com/ndmitchell/ghcid) | Very low feature GHCi based IDE | +| 288 | 6 | 4 | [verve-lang](https://github.com/tadeuzagallo/verve-lang) | A functional language for the working hacker | +| 286 | 10 | 3 | [berp](https://github.com/bjpop/berp) | An implementation of Python 3 | +| 286 | 72 | 15 | [snap-core](https://github.com/snapframework/snap-core) | Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers. | +| 285 | 7 | 5 | [FuncShell](https://github.com/iostreamer-X/FuncShell) | Improve your shell by making it functional through Haskell! (An update to Awkward) | +| 284 | 70 | 33 | [Shelly.hs](https://github.com/yesodweb/Shelly.hs) | Haskell shell scripting | +| 282 | 61 | 24 | [wreq](https://github.com/bos/wreq) | None | +| 281 | 25 | 33 | [haskell-do](https://github.com/theam/haskell-do) | :pencil2: :bar_chart: - The Haskell code editor focused on interactive development. | +| 278 | 51 | 0 | [hpffp-resources](https://github.com/pushcx/hpffp-resources) | Haskell Programming From First Principles - Follow-up Resources | +| 276 | 9 | 9 | [dbignore](https://github.com/tkonolige/dbignore) | .gitignore for Dropbox | +| 275 | 17 | 6 | [stgi](https://github.com/quchen/stgi) | A user-centric visual STG implementation to help understand GHC/Haskell's execution model. | +| 274 | 27 | 8 | [Angel](https://github.com/MichaelXavier/Angel) | Process Monitoring/Management, Like Daemontools | +| 272 | 21 | 13 | [sparkle](https://github.com/tweag/sparkle) | Haskell on Apache Spark. | +| 264 | 19 | 15 | [Haskell-Morte-Library](https://github.com/Gabriel439/Haskell-Morte-Library) | A bare-bones calculus-of-constructions | +| 264 | 57 | 33 | [threepenny-gui](https://github.com/HeinrichApfelmus/threepenny-gui) | GUI framework that uses the web browser as a display. | +| 263 | 66 | 68 | [hoogle](https://github.com/ndmitchell/hoogle) | Haskell API search engine | +| 262 | 34 | 2 | [aima-haskell](https://github.com/chris-taylor/aima-haskell) | Algorithms from AIMA in Haskell | +| 260 | 15 | 10 | [markup.rocks](https://github.com/osener/markup.rocks) | Pandoc based document editor and converter in your browser. | +| 259 | 81 | 42 | [hmatrix](https://github.com/albertoruiz/hmatrix) | Linear algebra and numerical computation | +| 259 | 18 | 0 | [lit](https://github.com/cdosborn/lit) | A modern tool for literate programming | +| 259 | 68 | 59 | [haskell-platform](https://github.com/haskell/haskell-platform) | Distribution of Haskell with batteries included | +| 257 | 45 | 42 | [clay](https://github.com/sebastiaanvisser/clay) | A CSS preprocessor as embedded Haskell. | +| 256 | 13 | 9 | [call-haskell-from-anything](https://github.com/nh2/call-haskell-from-anything) | Call Haskell functions from any programming language via serialization and dynamic libraries | +| 255 | 18 | 15 | [ivory](https://github.com/GaloisInc/ivory) | The Ivory EDSL | | 255 | 6 | 16 | [infernu](https://github.com/sinelaw/infernu) | Type inference and checking for a safer JavaScript. | -| 255 | 44 | 41 | [clay](https://github.com/sebastiaanvisser/clay) | A CSS preprocessor as embedded Haskell. | | 254 | 15 | 4 | [Hubris](https://github.com/mwotton/Hubris) | Bridge from Ruby to Haskell | -| 253 | 78 | 41 | [hmatrix](https://github.com/albertoruiz/hmatrix) | Linear algebra and numerical computation | -| 252 | 68 | 57 | [haskell-platform](https://github.com/haskell/haskell-platform) | Distribution of Haskell with batteries included | -| 252 | 18 | 14 | [ivory](https://github.com/GaloisInc/ivory) | The Ivory EDSL | -| 249 | 80 | 10 | [HaskellKoans](https://github.com/HaskVan/HaskellKoans) | Haskell Koans for the Vancouver's Haskell UnMeetup | -| 248 | 13 | 9 | [call-haskell-from-anything](https://github.com/nh2/call-haskell-from-anything) | Call Haskell functions from any programming language via serialization and dynamic libraries | -| 245 | 44 | 15 | [machines](https://github.com/ekmett/machines) | Networks of composable stream transducers | -| 244 | 47 | 0 | [pi-forall](https://github.com/sweirich/pi-forall) | A demo implementation of a simple dependently-typed language | -| 243 | 20 | 25 | [haskell-tor](https://github.com/GaloisInc/haskell-tor) | A Haskell implementation of the Tor protocol. | -| 241 | 5 | 0 | [Sirea](https://github.com/dmbarbour/Sirea) | Simply Reactive! Declarative orchestration in Haskell using RDP | -| 239 | 27 | 18 | [yst](https://github.com/jgm/yst) | create static websites from YAML data and string templates | -| 238 | 66 | 85 | [taffybar](https://github.com/travitch/taffybar) | A slightly fancy status bar for xmonad | -| 236 | 44 | 20 | [tasty](https://github.com/feuerbach/tasty) | Modern and extensible testing framework for Haskell | -| 235 | 59 | 52 | [amazonka](https://github.com/brendanhay/amazonka) | A comprehensive Amazon Web Services SDK for Haskell. | -| 233 | 16 | 6 | [friday](https://github.com/RaphaelJ/friday) | Fast image IO and transformations. | -| 231 | 24 | 86 | [cardano-sl](https://github.com/input-output-hk/cardano-sl) | Cryptographic currency implementing Ouroboros PoS protocol | -| 230 | 116 | 26 | [github](https://github.com/phadej/github) | The github API for Haskell | -| 229 | 86 | 40 | [websockets](https://github.com/jaspervdj/websockets) | A Haskell library for creating WebSocket-capable servers | -| 229 | 16 | 9 | [halive](https://github.com/lukexi/halive) | Live recompiler for Haskell | -| 228 | 6 | 0 | [sjsp](https://github.com/itchyny/sjsp) | Simple JavaScript Profiler | -| 228 | 149 | 89 | [persistent](https://github.com/yesodweb/persistent) | Persistence interface for Haskell allowing multiple storage methods. | -| 228 | 13 | 3 | [Earley](https://github.com/ollef/Earley) | Parsing all context-free grammars using Earley's algorithm in Haskell. | +| 250 | 81 | 10 | [HaskellKoans](https://github.com/HaskVan/HaskellKoans) | Haskell Koans for the Vancouver's Haskell UnMeetup | +| 248 | 44 | 17 | [machines](https://github.com/ekmett/machines) | Networks of composable stream transducers | +| 247 | 69 | 83 | [taffybar](https://github.com/travitch/taffybar) | A slightly fancy status bar for xmonad | +| 247 | 48 | 0 | [pi-forall](https://github.com/sweirich/pi-forall) | A demo implementation of a simple dependently-typed language | +| 246 | 62 | 59 | [amazonka](https://github.com/brendanhay/amazonka) | A comprehensive Amazon Web Services SDK for Haskell. | +| 244 | 5 | 0 | [Sirea](https://github.com/dmbarbour/Sirea) | Simply Reactive! Declarative orchestration in Haskell using RDP | +| 244 | 33 | 2 | [megaparsec](https://github.com/mrkkrp/megaparsec) | Industrial-strength monadic parser combinator library | +| 244 | 28 | 18 | [yst](https://github.com/jgm/yst) | create static websites from YAML data and string templates | +| 244 | 46 | 21 | [tasty](https://github.com/feuerbach/tasty) | Modern and extensible testing framework for Haskell | +| 243 | 118 | 28 | [github](https://github.com/phadej/github) | The github API for Haskell | +| 243 | 19 | 25 | [haskell-tor](https://github.com/GaloisInc/haskell-tor) | A Haskell implementation of the Tor protocol. | +| 242 | 155 | 97 | [persistent](https://github.com/yesodweb/persistent) | Persistence interface for Haskell allowing multiple storage methods. | +| 241 | 3 | 0 | [FP-Course-ITMO](https://github.com/jagajaga/FP-Course-ITMO) | Slides and other materials for functional programming lectures ITMO university | +| 237 | 84 | 40 | [websockets](https://github.com/jaspervdj/websockets) | A Haskell library for creating WebSocket-capable servers | +| 235 | 16 | 6 | [friday](https://github.com/RaphaelJ/friday) | Fast image IO and transformations. | +| 233 | 21 | 55 | [koka](https://github.com/koka-lang/koka) | Koka language compiler and interpreter | +| 230 | 16 | 9 | [halive](https://github.com/lukexi/halive) | Live recompiler for Haskell | +| 230 | 5 | 1 | [jl](https://github.com/chrisdone/jl) | Functional sed for JSON | +| 229 | 13 | 3 | [Earley](https://github.com/ollef/Earley) | Parsing all context-free grammars using Earley's algorithm in Haskell. | +| 227 | 48 | 40 | [haskell-chart](https://github.com/timbod7/haskell-chart) | A 2D charting library for haskell | +| 227 | 19 | 24 | [ru-haskell-book](https://github.com/anton-k/ru-haskell-book) | учебник по Haskell | +| 226 | 6 | 0 | [sjsp](https://github.com/itchyny/sjsp) | Simple JavaScript Profiler | | 226 | 5 | 0 | [typo](https://github.com/seliopou/typo) | A programming language that runs in Haskell's type system. | -| 225 | 19 | 24 | [ru-haskell-book](https://github.com/anton-k/ru-haskell-book) | учебник по Haskell | -| 223 | 4 | 4 | [bench](https://github.com/Gabriel439/bench) | Command-line benchmark tool | -| 222 | 10 | 0 | [summer-2015-haskell-class](https://github.com/michaelochurch/summer-2015-haskell-class) | Summer 2015 Haskell Class | -| 222 | 39 | 6 | [scheme](https://github.com/write-you-a-scheme-v2/scheme) | Write You a Scheme | -| 220 | 47 | 38 | [haskell-chart](https://github.com/timbod7/haskell-chart) | A 2D charting library for haskell | -| 220 | 33 | 3 | [megaparsec](https://github.com/mrkkrp/megaparsec) | Industrial-strength monadic parser combinator library | -| 219 | 19 | 0 | [haskell-course](https://github.com/byorgey/haskell-course) | Introductory Haskell course materials (originally CIS 194 @ UPenn) | -| 216 | 22 | 13 | [pronk](https://github.com/bos/pronk) | A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with. | -| 213 | 13 | 58 | [hawk](https://github.com/gelisam/hawk) | Haskell text processor for the command-line | -| 212 | 31 | 20 | [twidge](https://github.com/jgoerzen/twidge) | Command-line twitter/identica client [Haskell] | -| 212 | 3 | 0 | [FP-Course-ITMO](https://github.com/jagajaga/FP-Course-ITMO) | Slides and other materials for functional programming lectures ITMO university | -| 210 | 24 | 7 | [lpaste](https://github.com/lpaste/lpaste) | Paste service written in Haskell for functional programmers | -| 210 | 4 | 1 | [jl](https://github.com/chrisdone/jl) | Functional sed for JSON | -| 210 | 34 | 27 | [combinatorrent](https://github.com/jlouis/combinatorrent) | A bittorrent client written in Haskell | +| 226 | 42 | 6 | [scheme](https://github.com/write-you-a-scheme-v2/scheme) | Write You a Scheme | +| 224 | 25 | 11 | [dhall-haskell](https://github.com/dhall-lang/dhall-haskell) | A configuration language guaranteed to terminate | +| 220 | 19 | 0 | [haskell-course](https://github.com/byorgey/haskell-course) | Introductory Haskell course materials (originally CIS 194 @ UPenn) | +| 220 | 22 | 13 | [pronk](https://github.com/bos/pronk) | A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with. | +| 219 | 10 | 0 | [summer-2015-haskell-class](https://github.com/michaelochurch/summer-2015-haskell-class) | Summer 2015 Haskell Class | +| 216 | 14 | 58 | [hawk](https://github.com/gelisam/hawk) | Haskell text processor for the command-line | +| 215 | 33 | 27 | [combinatorrent](https://github.com/jlouis/combinatorrent) | A bittorrent client written in Haskell | +| 213 | 32 | 20 | [twidge](https://github.com/jgoerzen/twidge) | Command-line twitter/identica client [Haskell] | +| 213 | 24 | 7 | [lpaste](https://github.com/lpaste/lpaste) | Paste service written in Haskell for functional programmers | | 209 | 28 | 1 | [haskelldocumentation](https://github.com/commercialhaskell/haskelldocumentation) | Repository for collaborative Haskell documentation | -| 205 | 16 | 1 | [atom](https://github.com/tomahawkins/atom) | A DSL for embedded hard realtime applications. | +| 209 | 16 | 1 | [atom](https://github.com/tomahawkins/atom) | A DSL for embedded hard realtime applications. | +| 209 | 41 | 46 | [doctest](https://github.com/sol/doctest) | An implementation of Python's doctest for Haskell | +| 208 | 9 | 9 | [wasm](https://github.com/haskell-wasm/wasm) | Haskell compiler infastructure for WebAssembly | +| 206 | 56 | 27 | [statistics](https://github.com/bos/statistics) | A fast, high quality library for computing with statistics in Haskell. | | 205 | 10 | 2 | [nstack](https://github.com/nstack/nstack) | Type-safe, composable microservices for data analytics | -| 203 | 39 | 46 | [doctest](https://github.com/sol/doctest) | An implementation of Python's doctest for Haskell | -| 203 | 55 | 26 | [statistics](https://github.com/bos/statistics) | A fast, high quality library for computing with statistics in Haskell. | -| 201 | 42 | 14 | [hedis](https://github.com/informatikr/hedis) | A Redis client library for Haskell. | -| 200 | 14 | 8 | [airship](https://github.com/helium/airship) | Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps. | -| 198 | 19 | 53 | [koka](https://github.com/koka-lang/koka) | Koka language compiler and interpreter | -| 197 | 11 | 5 | [hbro](https://github.com/k0ral/hbro) | A minimal web-browser written and configured in Haskell. | -| 196 | 35 | 11 | [ad](https://github.com/ekmett/ad) | Automatic Differentiation | -| 195 | 6 | 0 | [z](https://github.com/chrisdone/z) | A strict, impure, curried, partially applied programming language with rather peculiar syntax. | -| 194 | 8 | 48 | [haskell-tools](https://github.com/haskell-tools/haskell-tools) | Developer tools for Haskell | -| 193 | 123 | 177 | [hackage-server](https://github.com/haskell/hackage-server) | The new Hackage server aka "Hackage 2" | -| 193 | 38 | 17 | [hpack](https://github.com/sol/hpack) | hpack: An alternative format for Haskell packages | -| 192 | 21 | 27 | [hakaru](https://github.com/hakaru-dev/hakaru) | A probabilistic programming language | +| 205 | 41 | 19 | [hpack](https://github.com/sol/hpack) | hpack: An alternative format for Haskell packages | +| 205 | 43 | 17 | [hedis](https://github.com/informatikr/hedis) | A Redis client library for Haskell. | +| 203 | 14 | 8 | [airship](https://github.com/helium/airship) | Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps. | +| 203 | 15 | 49 | [matterhorn](https://github.com/matterhorn-chat/matterhorn) | A terminal client for the Mattermost chat system | +| 202 | 8 | 49 | [haskell-tools](https://github.com/haskell-tools/haskell-tools) | Developer tools for Haskell | +| 199 | 126 | 176 | [hackage-server](https://github.com/haskell/hackage-server) | The new Hackage server aka "Hackage 2" | +| 198 | 13 | 5 | [hbro](https://github.com/k0ral/hbro) | A minimal web-browser written and configured in Haskell. | +| 198 | 22 | 10 | [hasql](https://github.com/nikita-volkov/hasql) | An efficient PostgreSQL driver and a flexible mapping API | +| 198 | 16 | 26 | [haskell-hedgehog](https://github.com/hedgehogqa/haskell-hedgehog) | Hedgehog will eat all your bugs. | +| 196 | 45 | 12 | [cubicaltt](https://github.com/mortberg/cubicaltt) | Experimental implementation of Cubical Type Theory | +| 196 | 37 | 9 | [ad](https://github.com/ekmett/ad) | Automatic Differentiation | +| 196 | 6 | 0 | [z](https://github.com/chrisdone/z) | A strict, impure, curried, partially applied programming language with rather peculiar syntax. | +| 193 | 24 | 1 | [par-tutorial](https://github.com/simonmar/par-tutorial) | A tutorial on Parallel and Concurrent Haskell | +| 193 | 26 | 6 | [protolude](https://github.com/sdiehl/protolude) | A sensible starting Prelude template. | +| 192 | 22 | 24 | [hakaru](https://github.com/hakaru-dev/hakaru) | A probabilistic programming language | +| 192 | 35 | 15 | [sbv](https://github.com/LeventErkok/sbv) | SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers. | | 192 | 15 | 3 | [9m](https://github.com/ehamberg/9m) | 9m Unicode URL Shortener | -| 191 | 23 | 1 | [par-tutorial](https://github.com/simonmar/par-tutorial) | A tutorial on Parallel and Concurrent Haskell | -| 189 | 21 | 10 | [Haskell-Dhall-Library](https://github.com/dhall-lang/Haskell-Dhall-Library) | A configuration language guaranteed to terminate | -| 188 | 22 | 17 | [hasql](https://github.com/nikita-volkov/hasql) | An efficient PostgreSQL driver and a flexible mapping API | -| 188 | 7 | 13 | [record](https://github.com/nikita-volkov/record) | Anonymous records | -| 188 | 20 | 27 | [husk-scheme](https://github.com/justinethier/husk-scheme) | A practical implementation of the Scheme programming language for the Haskell Platform. | -| 184 | 55 | 32 | [keter](https://github.com/snoyberg/keter) | Web app deployment manager | -| 184 | 16 | 1 | [haskanoid](https://github.com/ivanperez-keera/haskanoid) | A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support. | -| 184 | 8 | 9 | [wasm](https://github.com/haskell-wasm/wasm) | Haskell compiler infastructure for WebAssembly | -| 184 | 13 | 13 | [ermine](https://github.com/ermine-language/ermine) | The Ermine Programming Language - Join us on irc.freenode.net #ermine | -| 183 | 16 | 23 | [haskell-hedgehog](https://github.com/hedgehogqa/haskell-hedgehog) | Hedgehog will eat all your bugs. | +| 191 | 7 | 13 | [record](https://github.com/nikita-volkov/record) | Anonymous records | +| 191 | 20 | 27 | [husk-scheme](https://github.com/justinethier/husk-scheme) | A practical implementation of the Scheme programming language for the Haskell Platform. | +| 190 | 17 | 80 | [saw-script](https://github.com/GaloisInc/saw-script) | The SAW scripting language. | +| 187 | 53 | 17 | [tip-toi-reveng](https://github.com/entropia/tip-toi-reveng) | Trying to understand the file format of Tip Toi | +| 186 | 57 | 33 | [keter](https://github.com/snoyberg/keter) | Web app deployment manager | +| 185 | 19 | 11 | [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) | pandoc filter for cross-references | +| 185 | 13 | 13 | [ermine](https://github.com/ermine-language/ermine) | The Ermine Programming Language - Join us on irc.freenode.net #ermine | +| 184 | 17 | 6 | [haskanoid](https://github.com/ivanperez-keera/haskanoid) | A breakout game in Haskell using SDL and FRP, with Wiimote and Kinect support. | | 183 | 49 | 13 | [scion](https://github.com/nominolo/scion) | IDE library for Haskell based on the GHC API. | -| 181 | 23 | 4 | [protolude](https://github.com/sdiehl/protolude) | A sensible starting Prelude template. | -| 180 | 35 | 15 | [sbv](https://github.com/LeventErkok/sbv) | SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers. | +| 181 | 59 | 51 | [elm-package](https://github.com/elm-lang/elm-package) | Command line tool to share Elm libraries | +| 181 | 91 | 38 | [aws](https://github.com/aristidb/aws) | Amazon Web Services for Haskell | +| 180 | 5 | 2 | [givegif](https://github.com/passy/givegif) | GIFs on the command line | | 179 | 55 | 40 | [esqueleto](https://github.com/prowdsponsor/esqueleto) | Bare bones, type-safe EDSL for SQL queries on persistent backends. | -| 179 | 48 | 15 | [tip-toi-reveng](https://github.com/entropia/tip-toi-reveng) | Trying to understand the file format of Tip Toi | -| 178 | 49 | 27 | [hdevtools](https://github.com/bitc/hdevtools) | REPO UNMAINTAINED!!! Try this: https://github.com/hdevtools/hdevtools/ | -| 178 | 17 | 76 | [saw-script](https://github.com/GaloisInc/saw-script) | The SAW scripting language. | -| 178 | 91 | 40 | [aws](https://github.com/aristidb/aws) | Amazon Web Services for Haskell | -| 177 | 6 | 2 | [givegif](https://github.com/passy/givegif) | GIFs on the command line | -| 176 | 18 | 23 | [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) | pandoc filter for cross-references | -| 175 | 13 | 62 | [matterhorn](https://github.com/matterhorn-chat/matterhorn) | A terminal client for the Mattermost chat system | -| 175 | 59 | 11 | [sdl2](https://github.com/haskell-game/sdl2) | Haskell bindings to the SDL2 library | -| 174 | 21 | 0 | [lex-pass](https://github.com/facebookarchive/lex-pass) | manipulate a php codebase using haskell to transform the abstract-syntax-tree | -| 174 | 55 | 0 | [parconc-examples](https://github.com/simonmar/parconc-examples) | Sample code to accompany the book "Parallel and Concurrent Programming in Haskell" | -| 171 | 85 | 27 | [reflex-dom](https://github.com/reflex-frp/reflex-dom) | None | +| 178 | 50 | 27 | [hdevtools](https://github.com/bitc/hdevtools) | REPO UNMAINTAINED!!! Try this: https://github.com/hdevtools/hdevtools/ | +| 177 | 63 | 12 | [sdl2](https://github.com/haskell-game/sdl2) | Haskell bindings to the SDL2 library | +| 176 | 56 | 0 | [parconc-examples](https://github.com/simonmar/parconc-examples) | Sample code to accompany the book "Parallel and Concurrent Programming in Haskell" | +| 175 | 22 | 0 | [lex-pass](https://github.com/facebookarchive/lex-pass) | manipulate a php codebase using haskell to transform the abstract-syntax-tree | +| 175 | 86 | 26 | [reflex-dom](https://github.com/reflex-frp/reflex-dom) | None | +| 174 | 13 | 14 | [selda](https://github.com/valderman/selda) | A type-safe, high-level SQL library for Haskell | +| 171 | 19 | 1 | [cheatsheet](https://github.com/m4dc4p/cheatsheet) | A Haskell CheatSheet in PDF and literate source formats. | | 171 | 10 | 1 | [owlcloud](https://github.com/k-bx/owlcloud) | OwnCloud for owls done via The Microservice Architecture | -| 170 | 17 | 3 | [antigen-hs](https://github.com/Tarrasch/antigen-hs) | A fast zsh plugin manager | -| 169 | 15 | 7 | [hi](https://github.com/fujimura/hi) | Generate scaffold for a Haskell project | -| 168 | 19 | 1 | [cheatsheet](https://github.com/m4dc4p/cheatsheet) | A Haskell CheatSheet in PDF and literate source formats. | -| 168 | 6 | 10 | [HerbiePlugin](https://github.com/mikeizbicki/HerbiePlugin) | GHC plugin that improves Haskell code's numerical stability | -| 168 | 5 | 1 | [muesli](https://github.com/l29ah/muesli) | An alternative approach to Soylent | -| 168 | 13 | 0 | [unit-test-example](https://github.com/kazu-yamamoto/unit-test-example) | Unit test example for Haskell | -| 167 | 12 | 0 | [mmaclone](https://github.com/jyh1/mmaclone) | A simple Wolfram Language clone in Haskell | -| 165 | 39 | 13 | [async](https://github.com/simonmar/async) | Run IO operations asynchronously and wait for their results | -| 165 | 53 | 47 | [elm-package](https://github.com/elm-lang/elm-package) | Command line tool to share Elm libraries | +| 171 | 16 | 3 | [antigen-hs](https://github.com/Tarrasch/antigen-hs) | A fast zsh plugin manager | +| 170 | 15 | 7 | [hi](https://github.com/fujimura/hi) | Generate scaffold for a Haskell project | +| 170 | 23 | 0 | [quine](https://github.com/ekmett/quine) | haskell, opengl, toy project | +| 170 | 13 | 0 | [unit-test-example](https://github.com/kazu-yamamoto/unit-test-example) | Unit test example for Haskell | +| 169 | 40 | 13 | [async](https://github.com/simonmar/async) | Run IO operations asynchronously and wait for their results | +| 169 | 38 | 10 | [trifecta](https://github.com/ekmett/trifecta) | Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink | +| 169 | 12 | 0 | [mmaclone](https://github.com/jyh1/mmaclone) | A simple Wolfram Language clone in Haskell | +| 169 | 53 | 2 | [gloss](https://github.com/benl23x5/gloss) | Painless 2D vector graphics, animations and simulations. | +| 167 | 65 | 17 | [snap-server](https://github.com/snapframework/snap-server) | A fast HTTP server library, which runs Snap web handlers. | +| 167 | 5 | 1 | [muesli](https://github.com/l29ah/muesli) | An alternative approach to Soylent | +| 167 | 6 | 10 | [HerbiePlugin](https://github.com/mikeizbicki/HerbiePlugin) | GHC plugin that improves Haskell code's numerical stability | +| 166 | 20 | 49 | [LambdaHack](https://github.com/LambdaHack/LambdaHack) | Haskell game engine library for roguelike dungeon crawlers; try out the browser version at | +| 166 | 17 | 14 | [Reduceron](https://github.com/tommythorn/Reduceron) | FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome. | +| 165 | 25 | 6 | [lucid](https://github.com/chrisdone/lucid) | Clear to write, read and edit DSL for writing HTML | | 165 | 12 | 2 | [android-lint-summary](https://github.com/passy/android-lint-summary) | Prettier display of Android Lint issues | -| 164 | 42 | 12 | [cubicaltt](https://github.com/mortberg/cubicaltt) | Experimental implementation of Cubical Type Theory | -| 163 | 24 | 5 | [lucid](https://github.com/chrisdone/lucid) | Clear to write, read and edit DSL for writing HTML | -| 163 | 20 | 43 | [LambdaHack](https://github.com/LambdaHack/LambdaHack) | Haskell game engine library for roguelike dungeon crawlers; try out the browser version at | -| 163 | 13 | 16 | [frp-arduino](https://github.com/frp-arduino/frp-arduino) | Arduino programming without the hassle of C. | -| 163 | 53 | 2 | [gloss](https://github.com/benl23x5/gloss) | Painless 2D vector graphics, animations and simulations. | -| 162 | 38 | 15 | [trifecta](https://github.com/ekmett/trifecta) | Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink | -| 161 | 22 | 1 | [quine](https://github.com/ekmett/quine) | haskell, opengl, toy project | -| 160 | 26 | 39 | [Frames](https://github.com/acowley/Frames) | Data frames for tabular data. | -| 160 | 15 | 14 | [Reduceron](https://github.com/tommythorn/Reduceron) | FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome. | -| 158 | 65 | 17 | [snap-server](https://github.com/snapframework/snap-server) | A fast HTTP server library, which runs Snap web handlers. | -| 156 | 27 | 8 | [haskell-relational-record](https://github.com/khibino/haskell-relational-record) | This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type. | -| 156 | 12 | 16 | [selda](https://github.com/valderman/selda) | Type-safe, high-level SQL DSL, embedded in Haskell | -| 156 | 6 | 0 | [wish](https://github.com/chrisdone/wish) | A trivial web browser written in Haskell | +| 165 | 13 | 27 | [brittany](https://github.com/lspitzner/brittany) | haskell source code formatter | +| 164 | 11 | 9 | [alga](https://github.com/snowleopard/alga) | Algebraic graphs | +| 164 | 28 | 41 | [Frames](https://github.com/acowley/Frames) | Data frames for tabular data. | +| 164 | 13 | 16 | [frp-arduino](https://github.com/frp-arduino/frp-arduino) | Arduino programming without the hassle of C. | +| 163 | 6 | 0 | [wish](https://github.com/chrisdone/wish) | A trivial web browser written in Haskell | +| 157 | 32 | 48 | [elm-repl](https://github.com/elm-lang/elm-repl) | A REPL for Elm | +| 157 | 27 | 8 | [haskell-relational-record](https://github.com/khibino/haskell-relational-record) | This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type. | | 155 | 30 | 47 | [cabal-dev](https://github.com/creswick/cabal-dev) | A wrapper program around cabal and cabal-install that maintains sandboxed build environments. | -| 154 | 33 | 46 | [elm-repl](https://github.com/elm-lang/elm-repl) | A REPL for Elm | +| 155 | 17 | 11 | [incredible](https://github.com/nomeata/incredible) | The Incredible Proof Machine | +| 155 | 4 | 0 | [gifstream](https://github.com/def-/gifstream) | Make interactive games in Haskell using GIF streams that can be shown in the web browser | +| 155 | 22 | 25 | [proto-lens](https://github.com/google/proto-lens) | API for protocol buffers using modern Haskell language and library patterns. This is not an official Google product. | | 154 | 14 | 0 | [lambdacube-edsl](https://github.com/lambdacube3d/lambdacube-edsl) | Previous version of LambdaCube 3D as Embedded Domain Specific Language in Haskell. Check the latest system: | -| 153 | 32 | 19 | [Vinyl](https://github.com/VinylRecords/Vinyl) | Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode. | -| 153 | 17 | 11 | [incredible](https://github.com/nomeata/incredible) | The Incredible Proof Machine | -| 152 | 20 | 26 | [proto-lens](https://github.com/google/proto-lens) | API for protocol buffers using modern Haskell language and library patterns. This is not an official Google product. | -| 151 | 4 | 0 | [gifstream](https://github.com/def-/gifstream) | Make interactive games in Haskell using GIF streams that can be shown in the web browser | -| 150 | 11 | 3 | [shade](https://github.com/takeoutweight/shade) | Interactive, client-side web apps in Haskell | -| 149 | 9 | 1 | [idris-erlang](https://github.com/lenary/idris-erlang) | Erlang Backend for Idris Compiler | -| 149 | 19 | 5 | [scalpel](https://github.com/fimad/scalpel) | A high level web scraping library for Haskell. | -| 148 | 60 | 52 | [postgresql-simple](https://github.com/lpsmith/postgresql-simple) | Mid-level client library for accessing PostgreSQL from Haskell | -| 147 | 11 | 7 | [alga](https://github.com/snowleopard/alga) | Algebraic graphs | -| 147 | 33 | 20 | [blaze-html](https://github.com/jaspervdj/blaze-html) | A blazingly fast HTML combinator library for Haskell. | -| 147 | 11 | 25 | [brittany](https://github.com/lspitzner/brittany) | haskell source code formatter | -| 145 | 18 | 2 | [HaskellStarter](https://github.com/joshcough/HaskellStarter) | A project that demonstrates getting up and running with Haskell. | +| 153 | 37 | 13 | [QuickFuzz](https://github.com/CIFASIS/QuickFuzz) | An experimental grammar fuzzer in Haskell using QuickCheck | +| 153 | 33 | 20 | [Vinyl](https://github.com/VinylRecords/Vinyl) | Extensible Records for Haskell. Pull requests welcome! Come visit us on #vinyl on freenode. | +| 153 | 18 | 5 | [scalpel](https://github.com/fimad/scalpel) | A high level web scraping library for Haskell. | +| 153 | 61 | 55 | [postgresql-simple](https://github.com/lpsmith/postgresql-simple) | Mid-level client library for accessing PostgreSQL from Haskell | +| 153 | 8 | 0 | [nanochain](https://github.com/adjoint-io/nanochain) | A minimal viable blockchain | +| 151 | 9 | 1 | [idris-erlang](https://github.com/lenary/idris-erlang) | Erlang Backend for Idris Compiler | +| 151 | 11 | 3 | [shade](https://github.com/takeoutweight/shade) | Interactive, client-side web apps in Haskell | +| 150 | 32 | 20 | [blaze-html](https://github.com/jaspervdj/blaze-html) | A blazingly fast HTML combinator library for Haskell. | +| 149 | 22 | 12 | [csound-expression](https://github.com/spell-music/csound-expression) | Haskell Framework for Electronic Music | +| 146 | 18 | 2 | [HaskellStarter](https://github.com/joshcough/HaskellStarter) | A project that demonstrates getting up and running with Haskell. | +| 145 | 44 | 40 | [elm-make](https://github.com/elm-lang/elm-make) | A build tool for Elm projects | | 145 | 23 | 7 | [zeromq-haskell](https://github.com/twittner/zeromq-haskell) | This repository has been moved to https://gitlab.com/twittner/zeromq-haskell | -| 144 | 36 | 13 | [QuickFuzz](https://github.com/CIFASIS/QuickFuzz) | An experimental grammar fuzzer in Haskell using QuickCheck | -| 144 | 20 | 12 | [csound-expression](https://github.com/spell-music/csound-expression) | Haskell Framework for Electronic Music | +| 145 | 25 | 5 | [inline-c](https://github.com/fpco/inline-c) | None | +| 145 | 27 | 2 | [servant-persistent](https://github.com/parsonsmatt/servant-persistent) | A brief example of Servant with Persistent | | 144 | 4 | 0 | [rei](https://github.com/kerkomen/rei) | Process lists easily | +| 144 | 31 | 18 | [Juicy.Pixels](https://github.com/Twinside/Juicy.Pixels) | Haskell library to load & save pictures | +| 143 | 110 | 74 | [network](https://github.com/haskell/network) | Low-level networking interface | | 143 | 5 | 3 | [visi](https://github.com/visi-lang/visi) | The Visi Language and iPad IDE | -| 143 | 32 | 18 | [Juicy.Pixels](https://github.com/Twinside/Juicy.Pixels) | Haskell library to load & save pictures | | 142 | 5 | 13 | [blip](https://github.com/bjpop/blip) | A bytecode compiler for Python 3 | | 142 | 14 | 30 | [language-c-inline](https://github.com/mchakravarty/language-c-inline) | Inline C & Objective-C in Haskell | -| 142 | 25 | 4 | [inline-c](https://github.com/fpco/inline-c) | None | -| 140 | 20 | 0 | [c-repl](https://github.com/evmar/c-repl) | a C read-eval-print loop (abandoned) | -| 140 | 8 | 0 | [nanochain](https://github.com/adjoint-io/nanochain) | A minimal viable blockchain | -| 137 | 23 | 2 | [geordi](https://github.com/Eelis/geordi) | IRC C++ eval bot | -| 137 | 22 | 4 | [servant-persistent](https://github.com/parsonsmatt/servant-persistent) | A brief example of Servant with Persistent | -| 136 | 22 | 17 | [vty](https://github.com/jtdaugherty/vty) | A high-level ncurses alternative written in Haskell | -| 136 | 9 | 1 | [chips](https://github.com/egonSchiele/chips) | A clone of Chips Challenge in Haskell | +| 142 | 21 | 0 | [c-repl](https://github.com/evmar/c-repl) | a C read-eval-print loop (abandoned) | +| 141 | 12 | 6 | [nvim-hs](https://github.com/neovimhaskell/nvim-hs) | Neovim API for Haskell plugins as well as the plugin provider | +| 141 | 35 | 25 | [acid-state](https://github.com/acid-state/acid-state) | Add ACID guarantees to any serializable Haskell data structure | +| 140 | 12 | 27 | [hercules](https://github.com/hercules-ci/hercules) | Continuous Integration for Nix projects | +| 139 | 104 | 54 | [xmonad-contrib](https://github.com/xmonad/xmonad-contrib) | Contributed modules for xmonad | +| 138 | 24 | 2 | [geordi](https://github.com/Eelis/geordi) | IRC C++ eval bot | +| 138 | 9 | 0 | [generic-lens](https://github.com/kcsongor/generic-lens) | Generic datatype operations exposed as lenses. | +| 138 | 12 | 2 | [hue-dashboard](https://github.com/blitzcode/hue-dashboard) | A web interface for monitoring and controlling Philips Hue lights | +| 137 | 7 | 0 | [mezzo](https://github.com/DimaSamoz/mezzo) | A Haskell library for typesafe music composition | +| 137 | 22 | 16 | [vty](https://github.com/jtdaugherty/vty) | A high-level ncurses alternative written in Haskell | +| 137 | 8 | 1 | [chips](https://github.com/egonSchiele/chips) | A clone of Chips Challenge in Haskell | | 136 | 41 | 4 | [critbit](https://github.com/bos/critbit) | A Haskell implementation of crit-bit trees. | +| 136 | 79 | 19 | [text](https://github.com/haskell/text) | An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework. | | 136 | 14 | 1 | [hulk](https://github.com/chrisdone/hulk) | Haskell IRC daemon. | -| 135 | 44 | 38 | [elm-make](https://github.com/elm-lang/elm-make) | A build tool for Elm projects | -| 135 | 108 | 74 | [network](https://github.com/haskell/network) | Low-level networking interface | -| 135 | 34 | 24 | [acid-state](https://github.com/acid-state/acid-state) | Add ACID guarantees to any serializable Haskell data structure | -| 134 | 24 | 45 | [ajhc](https://github.com/ajhc/ajhc) | A fork of jhc. And also a Haskell compiler. | -| 134 | 12 | 26 | [hercules](https://github.com/hercules-ci/hercules) | Continuous Integration for Nix projects | +| 135 | 16 | 10 | [Rome](https://github.com/blender/Rome) | A cache tool for Carthage | +| 135 | 6 | 1 | [tinyjit](https://github.com/sdiehl/tinyjit) | Haskell JIT | +| 134 | 20 | 5 | [graphql-haskell](https://github.com/jdnavarro/graphql-haskell) | Haskell GraphQL implementation | +| 134 | 20 | 7 | [llvm-hs](https://github.com/llvm-hs/llvm-hs) | Haskell bindings for LLVM | | 133 | 8 | 1 | [BigPixel](https://github.com/mchakravarty/BigPixel) | Pixel art for games | -| 133 | 6 | 1 | [tinyjit](https://github.com/sdiehl/tinyjit) | Haskell JIT | -| 133 | 9 | 2 | [hue-dashboard](https://github.com/blitzcode/hue-dashboard) | A web interface for monitoring and controlling Philips Hue lights | -| 132 | 14 | 13 | [Rome](https://github.com/blender/Rome) | A cache tool for Carthage | -| 130 | 11 | 6 | [nvim-hs](https://github.com/neovimhaskell/nvim-hs) | Neovim API for Haskell plugins as well as the plugin provider | +| 133 | 24 | 45 | [ajhc](https://github.com/ajhc/ajhc) | A fork of jhc. And also a Haskell compiler. | +| 133 | 69 | 42 | [cassava](https://github.com/hvr/cassava) | A CSV parsing and encoding library optimized for ease of use and high performance | +| 131 | 11 | 1 | [hask](https://github.com/ekmett/hask) | Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!) | +| 130 | 31 | 6 | [PortFusion](https://github.com/corsis/PortFusion) | Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). | +| 130 | 91 | 110 | [containers](https://github.com/haskell/containers) | Assorted concrete container types | | 129 | 41 | 31 | [llvm-general](https://github.com/bscarlet/llvm-general) | Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.) | -| 129 | 5 | 0 | [mezzo](https://github.com/DimaSamoz/mezzo) | A Haskell library for typesafe music composition | -| 129 | 30 | 6 | [PortFusion](https://github.com/corsis/PortFusion) | Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). | -| 129 | 98 | 53 | [xmonad-contrib](https://github.com/xmonad/xmonad-contrib) | Contributed modules for xmonad | -| 127 | 4 | 5 | [music-suite](https://github.com/music-suite/music-suite) | Meta-package to install the Music Suite | -| 126 | 12 | 10 | [bake](https://github.com/ndmitchell/bake) | Continuous integration server | -| 126 | 18 | 5 | [graphql-haskell](https://github.com/jdnavarro/graphql-haskell) | Haskell GraphQL implementation | -| 126 | 15 | 4 | [Algorithm-W-Step-By-Step](https://github.com/wh5a/Algorithm-W-Step-By-Step) | Classic Algorithm W for type inference. | -| 126 | 11 | 1 | [hask](https://github.com/ekmett/hask) | Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!) | -| 126 | 9 | 3 | [generic-lens](https://github.com/kcsongor/generic-lens) | Generic datatype operations exposed as lenses. | -| 125 | 64 | 39 | [cassava](https://github.com/hvr/cassava) | A CSV parsing and encoding library optimized for ease of use and high performance | +| 129 | 63 | 4 | [haskell](https://github.com/exercism/haskell) | Exercism exercises in Haskell. | +| 129 | 15 | 4 | [Algorithm-W-Step-By-Step](https://github.com/wh5a/Algorithm-W-Step-By-Step) | Classic Algorithm W for type inference. | +| 129 | 5 | 5 | [music-suite](https://github.com/music-suite/music-suite) | Meta-package to install the Music Suite | +| 128 | 13 | 10 | [bake](https://github.com/ndmitchell/bake) | Continuous integration server | +| 127 | 21 | 5 | [monad-bayes](https://github.com/adscib/monad-bayes) | A library for probabilistic programming in Haskell. | +| 127 | 14 | 6 | [Haskell-Optparse-Generic-Library](https://github.com/Gabriel439/Haskell-Optparse-Generic-Library) | Auto-generate a command-line parser for your datatype | +| 126 | 19 | 11 | [codex](https://github.com/aloiscochard/codex) | A ctags file generator for cabal/stack project dependencies. | +| 125 | 110 | 5 | [learn-you-a-haskell-exercises](https://github.com/noelmarkham/learn-you-a-haskell-exercises) | None | | 125 | 9 | 6 | [haskelllive](https://github.com/haskelllive/haskelllive) | Source code of the Haskell Live episodes. | -| 124 | 79 | 16 | [text](https://github.com/haskell/text) | An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework. | -| 124 | 19 | 10 | [codex](https://github.com/aloiscochard/codex) | A ctags file generator for cabal/stack project dependencies. | -| 124 | 12 | 0 | [auto](https://github.com/mstksg/auto) | Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto | -| 123 | 109 | 5 | [learn-you-a-haskell-exercises](https://github.com/noelmarkham/learn-you-a-haskell-exercises) | None | -| 123 | 15 | 5 | [Haskell-Optparse-Generic-Library](https://github.com/Gabriel439/Haskell-Optparse-Generic-Library) | Auto-generate a command-line parser for your datatype | -| 123 | 7 | 0 | [redish](https://github.com/honza/redish) | A multi-threaded, TCP, key-value store inspired by Redis implemented in Haskell. | -| 122 | 32 | 19 | [hsenv](https://github.com/Paczesiowa/hsenv) | Virtual Haskell Environment builder | -| 122 | 27 | 17 | [groundhog](https://github.com/lykahb/groundhog) | This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial http://www.fpcomplete.com/user/lykahb/groundhog for introduction | -| 121 | 15 | 46 | [ide-backend](https://github.com/fpco/ide-backend) | ide-backend drives the GHC API to build, query, and run your code | -| 121 | 17 | 5 | [Yampa](https://github.com/ivanperez-keera/Yampa) | Domain-specific language embedded in Haskell for programming hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on the concepts of Functional Reactive Programming (FRP) and is structured using arrow combinators. | +| 125 | 12 | 0 | [auto](https://github.com/mstksg/auto) | Haskell DSL and platform providing denotational, compositional api for discrete-step, locally stateful, interactive programs, games & automations. http://hackage.haskell.org/package/auto | +| 125 | 23 | 1 | [1HaskellADay](https://github.com/geophf/1HaskellADay) | None | +| 124 | 29 | 2 | [AoPL](https://github.com/w7cook/AoPL) | A book on programming languages, using Haskell | +| 123 | 31 | 19 | [hsenv](https://github.com/Paczesiowa/hsenv) | Virtual Haskell Environment builder | +| 123 | 24 | 19 | [gogol](https://github.com/brendanhay/gogol) | A comprehensive Google Services SDK for Haskell. | +| 122 | 47 | 25 | [HTTP](https://github.com/haskell/HTTP) | Haskell HTTP package | +| 122 | 14 | 0 | [dth](https://github.com/sweirich/dth) | Examples of Dependently-typed programs in Haskell | +| 122 | 42 | 13 | [constellation](https://github.com/jpmorganchase/constellation) | Peer-to-peer encrypted message exchange | +| 122 | 16 | 9 | [microlens](https://github.com/aelve/microlens) | A lightweight (but compatible with ‘lens’) lenses library | +| 122 | 24 | 23 | [tagsoup](https://github.com/ndmitchell/tagsoup) | Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents | +| 122 | 55 | 17 | [hs-webdriver](https://github.com/kallisti-dev/hs-webdriver) | A Haskell client for the Selenium WebDriver protocol. | +| 122 | 7 | 0 | [redish](https://github.com/honza/redish) | A multi-threaded, TCP, key-value store inspired by Redis implemented in Haskell. | +| 122 | 29 | 18 | [groundhog](https://github.com/lykahb/groundhog) | This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial http://www.fpcomplete.com/user/lykahb/groundhog for introduction | +| 121 | 10 | 1 | [Copilot](https://github.com/leepike/Copilot) | A (Haskell DSL) stream language for generating hard real-time C code. | | 120 | 6 | 1 | [shentong](https://github.com/mthom/shentong) | A Haskell implementation of the Shen programming language. | -| 120 | 28 | 2 | [AoPL](https://github.com/w7cook/AoPL) | A book on programming languages, using Haskell | -| 120 | 19 | 7 | [llvm-hs](https://github.com/llvm-hs/llvm-hs) | Haskell bindings for LLVM | -| 120 | 23 | 17 | [gogol](https://github.com/brendanhay/gogol) | A comprehensive Google Services SDK for Haskell. | -| 119 | 10 | 1 | [Copilot](https://github.com/leepike/Copilot) | A (Haskell DSL) stream language for generating hard real-time C code. | -| 119 | 18 | 5 | [monad-bayes](https://github.com/adscib/monad-bayes) | A library for probabilistic programming in Haskell. | -| 119 | 91 | 108 | [containers](https://github.com/haskell/containers) | Assorted concrete container types | -| 118 | 22 | 3 | [haskellers](https://github.com/snoyberg/haskellers) | haskellers.com site | +| 120 | 17 | 7 | [Yampa](https://github.com/ivanperez-keera/Yampa) | Domain-specific language embedded in Haskell for programming hybrid (mixed discrete-time and continuous-time) systems. Yampa is based on the concepts of Functional Reactive Programming (FRP) and is structured using arrow combinators. | +| 120 | 15 | 46 | [ide-backend](https://github.com/fpco/ide-backend) | ide-backend drives the GHC API to build, query, and run your code | +| 119 | 21 | 3 | [haskellers](https://github.com/snoyberg/haskellers) | haskellers.com site | +| 118 | 7 | 2 | [pact](https://github.com/kadena-io/pact) | The Pact Smart Contract Language | | 117 | 7 | 5 | [plate](https://github.com/seagreen/plate) | Language-agnostic schemas based on Haskell's type system | -| 116 | 47 | 25 | [HTTP](https://github.com/haskell/HTTP) | Haskell HTTP package | -| 116 | 24 | 23 | [tagsoup](https://github.com/ndmitchell/tagsoup) | Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents | +| 117 | 8 | 4 | [thesis](https://github.com/goldfirere/thesis) | Richard A. Eisenberg's PhD Dissertation | | 116 | 9 | 2 | [wisp](https://github.com/gwentacle/wisp) | small-but-featureful embeddable lisp interpreter written in haskell. | -| 116 | 9 | 0 | [Botworld](https://github.com/machine-intelligence/Botworld) | A cellular automaton for studying self-modifying agents which are embedded in their environment | -| 116 | 9 | 8 | [typed-wire](https://github.com/typed-wire/typed-wire) | Language independent type-safe communication | -| 114 | 55 | 45 | [digestive-functors](https://github.com/jaspervdj/digestive-functors) | A general way to consume input using applicative functors | -| 114 | 53 | 14 | [hs-webdriver](https://github.com/kallisti-dev/hs-webdriver) | A Haskell client for the Selenium WebDriver protocol. | -| 114 | 30 | 26 | [c2hs](https://github.com/haskell/c2hs) | c2hs is a pre-processor for Haskell FFI bindings to C libraries | -| 114 | 16 | 14 | [HandsomeSoup](https://github.com/egonSchiele/HandsomeSoup) | Easy HTML parsing for Haskell | -| 114 | 16 | 8 | [microlens](https://github.com/aelve/microlens) | A lightweight (but compatible with ‘lens’) lenses library | -| 114 | 9 | 0 | [Neks](https://github.com/wyager/Neks) | A dead simple networked key/value store | -| 114 | 22 | 17 | [configurator](https://github.com/bos/configurator) | A Haskell library supporting flexible, dynamic file-based configuration. | -| 113 | 3 | 7 | [mote](https://github.com/imeckler/mote) | None | -| 113 | 14 | 0 | [minghc](https://github.com/fpco/minghc) | DEPRECATED: Windows installer for GHC including msys | -| 113 | 11 | 0 | [haskeleton](https://github.com/tfausak/haskeleton) | :skull: A Haskell package skeleton. | -| 113 | 6 | 2 | [pact](https://github.com/kadena-io/pact) | The Pact Smart Contract Language | -| 113 | 40 | 19 | [linear](https://github.com/ekmett/linear) | Low-dimensional linear algebra primitives for Haskell. | -| 113 | 9 | 2 | [Haskell-Typed-Spreadsheet-Library](https://github.com/Gabriel439/Haskell-Typed-Spreadsheet-Library) | Typed and composable spreadsheets | -| 112 | 13 | 0 | [1HAD](https://github.com/1HaskellADay/1HAD) | 1 Haskell A Day exercises | -| 112 | 34 | 1 | [ruhaskell](https://github.com/ruHaskell/ruhaskell) | Главный сайт сообщества | -| 111 | 16 | 15 | [ohaskell.guide](https://github.com/denisshevchenko/ohaskell.guide) | Ваша первая книга о языке Haskell | +| 116 | 16 | 15 | [ohaskell.guide](https://github.com/denisshevchenko/ohaskell.guide) | Ваша первая книга о языке Haskell | +| 116 | 9 | 9 | [typed-wire](https://github.com/typed-wire/typed-wire) | Language independent type-safe communication | +| 115 | 55 | 46 | [digestive-functors](https://github.com/jaspervdj/digestive-functors) | A general way to consume input using applicative functors | +| 115 | 6 | 6 | [Simula](https://github.com/SimulaVR/Simula) | 3D Window Manager for Linux | +| 115 | 16 | 14 | [HandsomeSoup](https://github.com/egonSchiele/HandsomeSoup) | Easy HTML parsing for Haskell | +| 115 | 8 | 0 | [Botworld](https://github.com/machine-intelligence/Botworld) | A cellular automaton for studying self-modifying agents which are embedded in their environment | +| 115 | 9 | 0 | [Neks](https://github.com/wyager/Neks) | A dead simple networked key/value store | +| 115 | 35 | 50 | [pandoc-citeproc](https://github.com/jgm/pandoc-citeproc) | Library and executable for using citeproc with pandoc | +| 115 | 22 | 18 | [configurator](https://github.com/bos/configurator) | A Haskell library supporting flexible, dynamic file-based configuration. | +| 114 | 3 | 7 | [mote](https://github.com/imeckler/mote) | None | +| 114 | 31 | 27 | [c2hs](https://github.com/haskell/c2hs) | c2hs is a pre-processor for Haskell FFI bindings to C libraries | +| 114 | 10 | 0 | [haskeleton](https://github.com/tfausak/haskeleton) | :skull: A Haskell package skeleton. | +| 114 | 9 | 2 | [Haskell-Typed-Spreadsheet-Library](https://github.com/Gabriel439/Haskell-Typed-Spreadsheet-Library) | Typed and composable spreadsheets | +| 114 | 42 | 21 | [linear](https://github.com/ekmett/linear) | Low-dimensional linear algebra primitives for Haskell. | +| 113 | 13 | 0 | [1HAD](https://github.com/1HaskellADay/1HAD) | 1 Haskell A Day exercises | +| 113 | 34 | 1 | [ruhaskell](https://github.com/ruHaskell/ruhaskell) | Главный сайт сообщества | +| 113 | 12 | 13 | [concat](https://github.com/conal/concat) | Constrained categories | +| 113 | 9 | 1 | [slides](https://github.com/Gabriel439/slides) | Slides from talks that I give | +| 112 | 14 | 0 | [minghc](https://github.com/fpco/minghc) | DEPRECATED: Windows installer for GHC including msys | +| 112 | 6 | 1 | [haskell](https://github.com/lotz84/haskell) | Haskell 俯瞰まとめ | +| 111 | 18 | 0 | [engine.io](https://github.com/ocharles/engine.io) | A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols | | 111 | 7 | 0 | [blackstar](https://github.com/flannelhead/blackstar) | A black hole raytracer written in Haskell | -| 111 | 8 | 4 | [thesis](https://github.com/goldfirere/thesis) | Richard A. Eisenberg's PhD Dissertation | -| 111 | 34 | 52 | [pandoc-citeproc](https://github.com/jgm/pandoc-citeproc) | Library and executable for using citeproc with pandoc | +| 111 | 6 | 4 | [ComonadSheet](https://github.com/kwf/ComonadSheet) | A library for expressing "spreadsheet-like" computations with absolute and relative references, using fixed-points of n-dimensional comonads. | +| 110 | 48 | 4 | [twitter-conduit](https://github.com/himura/twitter-conduit) | Twitter API package for Haskell, including enumerator interfaces and Streaming API supports. | +| 110 | 61 | 77 | [gtk2hs](https://github.com/gtk2hs/gtk2hs) | GUI library for Haskell based on GTK+ | +| 109 | 14 | 13 | [numerical](https://github.com/wellposed/numerical) | Numerical is the core library for Numerical Haskell | +| 109 | 17 | 0 | [hnn](https://github.com/alpmestan/hnn) | haskell neural network library | +| 109 | 52 | 44 | [unordered-containers](https://github.com/tibbe/unordered-containers) | Efficient hashing-based container types | +| 109 | 66 | 48 | [vector](https://github.com/haskell/vector) | An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . | | 108 | 5 | 1 | [getting-started-with-haskell](https://github.com/katychuang/getting-started-with-haskell) | notes on where to find Haskell tutorials and tips to complete them | -| 108 | 18 | 1 | [engine.io](https://github.com/ocharles/engine.io) | A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols | -| 108 | 14 | 13 | [numerical](https://github.com/wellposed/numerical) | Numerical is the core library for Numerical Haskell | -| 108 | 48 | 4 | [twitter-conduit](https://github.com/himura/twitter-conduit) | Twitter API package for Haskell, including enumerator interfaces and Streaming API supports. | -| 107 | 59 | 5 | [haskell](https://github.com/exercism/haskell) | Exercism exercises in Haskell. | -| 107 | 12 | 2 | [redo](https://github.com/jekor/redo) | djb's redo implementation in Haskell (for Haskell from Scratch video series) | -| 107 | 11 | 13 | [concat](https://github.com/conal/concat) | Constrained categories | -| 107 | 5 | 1 | [haskell](https://github.com/lotz84/haskell) | Haskell 俯瞰まとめ | -| 106 | 50 | 42 | [unordered-containers](https://github.com/tibbe/unordered-containers) | Efficient hashing-based container types | -| 106 | 60 | 75 | [gtk2hs](https://github.com/gtk2hs/gtk2hs) | GUI library for Haskell based on GTK+ | -| 106 | 18 | 1 | [1HaskellADay](https://github.com/geophf/1HaskellADay) | None | -| 105 | 15 | 0 | [ddc](https://github.com/DDCSF/ddc) | The Disciplined Disciple Compiler | -| 104 | 17 | 0 | [hnn](https://github.com/alpmestan/hnn) | haskell neural network library | -| 104 | 5 | 1 | [ghc-proofs](https://github.com/nomeata/ghc-proofs) | Let GHC prove program equations for you | +| 108 | 5 | 1 | [apecs](https://github.com/jonascarpay/apecs) | a fast, type driven, extensible ECS for game engine development | +| 108 | 12 | 2 | [redo](https://github.com/jekor/redo) | djb's redo implementation in Haskell (for Haskell from Scratch video series) | +| 108 | 8 | 1 | [aws-lambda-haskell](https://github.com/abailly/aws-lambda-haskell) | Running Haskell code on AWS Lambda | +| 108 | 5 | 22 | [graphql-api](https://github.com/jml/graphql-api) | Write type-safe GraphQL services in Haskell | +| 108 | 107 | 32 | [http-client](https://github.com/snoyberg/http-client) | An HTTP client engine, intended as a base layer for more user-friendly packages. | +| 107 | 6 | 1 | [ghc-proofs](https://github.com/nomeata/ghc-proofs) | Let GHC prove program equations for you | +| 107 | 25 | 58 | [hadrian](https://github.com/snowleopard/hadrian) | Hadrian: a new build system for the Glasgow Haskell Compiler | +| 106 | 15 | 0 | [glambda](https://github.com/goldfirere/glambda) | The home of the Glamorous Glambda interpreter | +| 106 | 26 | 14 | [gitlib](https://github.com/jwiegley/gitlib) | None | +| 105 | 16 | 0 | [ddc](https://github.com/DDCSF/ddc) | The Disciplined Disciple Compiler | +| 104 | 17 | 18 | [blaze-react](https://github.com/meiersi/blaze-react) | A blaze-html style ReactJS binding for Haskell using GHCJS | | 104 | 10 | 0 | [cubical](https://github.com/simhu/cubical) | Implementation of Univalence in Cubical Sets | -| 104 | 55 | 36 | [lambdabot](https://github.com/lambdabot/lambdabot) | A friendly IRC bot and apprentice coder, written in Haskell. | -| 103 | 33 | 12 | [constellation](https://github.com/jpmorganchase/constellation) | Peer-to-peer encrypted message exchange | -| 103 | 7 | 0 | [caledon](https://github.com/mmirman/caledon) | higher order dependently typed logic programing | -| 103 | 15 | 0 | [glambda](https://github.com/goldfirere/glambda) | The home of the Glamorous Glambda interpreter | -| 103 | 106 | 27 | [http-client](https://github.com/snoyberg/http-client) | An HTTP client engine, intended as a base layer for more user-friendly packages. | +| 104 | 57 | 38 | [lambdabot](https://github.com/lambdabot/lambdabot) | A friendly IRC bot and apprentice coder, written in Haskell. | +| 104 | 14 | 0 | [gwern.net](https://github.com/gwern/gwern.net) | Website: writings on statistics, psychology, self-experiments, black-markets, philosophy, etc | +| 103 | 26 | 7 | [language-python](https://github.com/bjpop/language-python) | A parser for Python 2.x and 3.x written in Haskell | +| 103 | 19 | 10 | [hint](https://github.com/mvdan/hint) | Runtime Haskell interpreter | +| 103 | 23 | 19 | [OpenGL](https://github.com/haskell-opengl/OpenGL) | Haskell bindings to OpenGL | | 103 | 10 | 6 | [hopper-v0](https://github.com/hopper-lang/hopper-v0) | a sound modern language for computation and transactional resource logic | -| 103 | 6 | 4 | [ComonadSheet](https://github.com/kwf/ComonadSheet) | A library for expressing "spreadsheet-like" computations with absolute and relative references, using fixed-points of n-dimensional comonads. | +| 103 | 9 | 0 | [datagraph](https://github.com/dropbox/datagraph) | None | +| 103 | 52 | 88 | [haskell-src-exts](https://github.com/haskell-suite/haskell-src-exts) | Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer | | 102 | 15 | 9 | [lambda-ccc](https://github.com/conal/lambda-ccc) | Convert lambda expressions to CCC combinators | -| 102 | 17 | 18 | [blaze-react](https://github.com/meiersi/blaze-react) | A blaze-html style ReactJS binding for Haskell using GHCJS | -| 102 | 26 | 14 | [gitlib](https://github.com/jwiegley/gitlib) | None | -| 102 | 7 | 0 | [dotfiles](https://github.com/pbrisbin/dotfiles) | My main configuration files | -| 102 | 25 | 59 | [hadrian](https://github.com/snowleopard/hadrian) | Hadrian: a new build system for the Glasgow Haskell Compiler | -| 102 | 15 | 0 | [gwern.net](https://github.com/gwern/gwern.net) | Website: writings on statistics, psychology, self-experiments, black-markets, philosophy, etc | -| 102 | 9 | 0 | [datagraph](https://github.com/dropbox/datagraph) | None | +| 102 | 12 | 0 | [idris-php](https://github.com/edwinb/idris-php) | Yes, really... | +| 102 | 8 | 0 | [caledon](https://github.com/mmirman/caledon) | higher order dependently typed logic programing | +| 102 | 14 | 18 | [vimus](https://github.com/vimus/vimus) | An MPD client with vim-like key bindings, written in Haskell | +| 102 | 2 | 0 | [jsonwatch](https://github.com/dbohdan/jsonwatch) | Track changes in JSON data from the command line | | 101 | 36 | 26 | [llvm](https://github.com/bos/llvm) | Haskell bindings to the LLVM compiler infrastructure project. | -| 101 | 12 | 0 | [haskell-amuse-bouche](https://github.com/mzero/haskell-amuse-bouche) | A short technical talk about some fun things in Haskell | -| 101 | 14 | 0 | [dth](https://github.com/sweirich/dth) | Examples of Dependently-typed programs in Haskell | | 101 | 1 | 5 | [powerline-hs](https://github.com/rdnetto/powerline-hs) | A lightning fast reimplementation of the Powerline prompt generator in Haskell. | -| 101 | 14 | 18 | [vimus](https://github.com/vimus/vimus) | An MPD client with vim-like key bindings, written in Haskell | -| 101 | 7 | 1 | [slides](https://github.com/Gabriel439/slides) | Slides from talks that I give | -| 101 | 2 | 0 | [jsonwatch](https://github.com/dbohdan/jsonwatch) | Track changes in JSON data from the command line | -| 101 | 65 | 46 | [vector](https://github.com/haskell/vector) | An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . | -| 101 | 33 | 12 | [HaTeX](https://github.com/Daniel-Diaz/HaTeX) | The Haskell LaTeX library. | -| 100 | 25 | 6 | [language-python](https://github.com/bjpop/language-python) | A parser for Python 2.x and 3.x written in Haskell | +| 101 | 25 | 20 | [HaRe](https://github.com/RefactoringTools/HaRe) | The Haskell Refactoring Tool | +| 101 | 7 | 0 | [dotfiles](https://github.com/pbrisbin/dotfiles) | My main configuration files | +| 101 | 6 | 11 | [HaskellSpriteKit](https://github.com/mchakravarty/HaskellSpriteKit) | Haskell binding to Apple's SpriteKit framework | +| 101 | 34 | 12 | [HaTeX](https://github.com/Daniel-Diaz/HaTeX) | The Haskell LaTeX library. | +| 101 | 4 | 4 | [movie-monad](https://github.com/lettier/movie-monad) | A desktop video player built with Haskell that uses GStreamer and GTK+. | | 100 | 2 | 0 | [oHm](https://github.com/boothead/oHm) | Om with Haskell in it | -| 99 | 13 | 3 | [mighttpd2](https://github.com/kazu-yamamoto/mighttpd2) | File/CGI web server on warp | +| 100 | 12 | 0 | [haskell-amuse-bouche](https://github.com/mzero/haskell-amuse-bouche) | A short technical talk about some fun things in Haskell | +| 100 | 12 | 3 | [hadron](https://github.com/Soostone/hadron) | Construct and run Hadoop MapReduce programs in Haskell | +| 100 | 6 | 5 | [elerea](https://github.com/cobbpg/elerea) | A simple FRP library providing leak-free first-class streams. | +| 100 | 4 | 2 | [gotta-go-fast](https://github.com/hot-leaf-juice/gotta-go-fast) | A command line utility for practicing typing and measuring your WPM and accuracy. | +| 99 | 14 | 4 | [mighttpd2](https://github.com/kazu-yamamoto/mighttpd2) | File/CGI web server on warp | | 99 | 8 | 2 | [basilica](https://github.com/ianthehenry/basilica) | It's kinda like a forum. | | 99 | 4 | 0 | [Lemmachine](https://github.com/larrytheliquid/Lemmachine) | REST'ful web framework in Agda | -| 99 | 6 | 5 | [elerea](https://github.com/cobbpg/elerea) | A simple FRP library providing leak-free first-class streams. | +| 99 | 5 | 15 | [inline-java](https://github.com/tweag/inline-java) | Haskell/Java interop via inline Java code in Haskell modules. | | 99 | 5 | 3 | [SimpleFP-v2](https://github.com/psygnisfive/SimpleFP-v2) | A re-do of the SimpleFP repo using de Bruijn index ABTs instead of HOAS | -| 99 | 23 | 19 | [OpenGL](https://github.com/haskell-opengl/OpenGL) | Haskell bindings to OpenGL | | 99 | 14 | 2 | [HaNS](https://github.com/GaloisInc/HaNS) | The haskell network stack | -| 99 | 52 | 85 | [haskell-src-exts](https://github.com/haskell-suite/haskell-src-exts) | Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer | -| 98 | 17 | 10 | [hint](https://github.com/mvdan/hint) | Runtime Haskell interpreter | | 98 | 8 | 0 | [vatican](https://github.com/luqui/vatican) | A lazy specializing virtual machine for purely functional languages | +| 98 | 64 | 34 | [cabal2nix](https://github.com/NixOS/cabal2nix) | Generate Nix build instructions from a Cabal file | | 98 | 5 | 6 | [luminance](https://github.com/phaazon/luminance) | Type-safe, type-level and stateless Haskell graphics framework | -| 97 | 63 | 9 | [shakespeare](https://github.com/yesodweb/shakespeare) | Haml-like template files that are compile-time checked | -| 97 | 63 | 9 | [shakespeare](https://github.com/yesodweb/shakespeare) | Haml-like template files that are compile-time checked | -| 97 | 9 | 1 | [hadron](https://github.com/Soostone/hadron) | Construct and run Hadoop MapReduce programs in Haskell | -| 97 | 7 | 1 | [aws-lambda-haskell](https://github.com/abailly/aws-lambda-haskell) | Running Haskell code on AWS Lambda | -| 96 | 10 | 0 | [idris-php](https://github.com/edwinb/idris-php) | Yes, really... | -| 96 | 62 | 35 | [cabal2nix](https://github.com/NixOS/cabal2nix) | Generate Nix build instructions from a Cabal file | -| 96 | 3 | 0 | [rust-haskell-ffi](https://github.com/aisamanra/rust-haskell-ffi) | Toy example of calling Rust from Haskell | -| 96 | 60 | 36 | [msgpack-haskell](https://github.com/msgpack/msgpack-haskell) | Haskell implementation of MessagePack / msgpack.org[Haskell] | -| 96 | 26 | 18 | [HaRe](https://github.com/RefactoringTools/HaRe) | The Haskell Refactoring Tool | -| 96 | 16 | 17 | [hastache](https://github.com/lymar/hastache) | Haskell implementation of Mustache template | -| 96 | 53 | 21 | [alex](https://github.com/simonmar/alex) | A lexical analyser generator for Haskell | -| 96 | 4 | 2 | [gotta-go-fast](https://github.com/hot-leaf-juice/gotta-go-fast) | A command line utility for practicing typing and measuring your WPM and accuracy. | -| 96 | 5 | 11 | [HaskellSpriteKit](https://github.com/mchakravarty/HaskellSpriteKit) | Haskell binding to Apple's SpriteKit framework | +| 98 | 12 | 4 | [quickspec](https://github.com/nick8325/quickspec) | Equational laws for free | +| 98 | 54 | 19 | [alex](https://github.com/simonmar/alex) | A lexical analyser generator for Haskell | +| 97 | 63 | 10 | [shakespeare](https://github.com/yesodweb/shakespeare) | Haml-like template files that are compile-time checked | +| 97 | 19 | 18 | [uhc](https://github.com/UU-ComputerScience/uhc) | None | +| 97 | 66 | 10 | [stack-templates](https://github.com/commercialhaskell/stack-templates) | Project templates for stack new | +| 97 | 60 | 35 | [msgpack-haskell](https://github.com/msgpack/msgpack-haskell) | Haskell implementation of MessagePack / msgpack.org[Haskell] | +| 97 | 16 | 17 | [hastache](https://github.com/lymar/hastache) | Haskell implementation of Mustache template | +| 97 | 12 | 23 | [streaming](https://github.com/michaelt/streaming) | An optimized general monad transformer for streaming applications, with a simple prelude of functions | +| 96 | 36 | 8 | [texmath](https://github.com/jgm/texmath) | A Haskell library for converting LaTeX math to MathML. | | 95 | 4 | 0 | [hinance](https://github.com/hinance/hinance) | Automated personal bookkeeping for hackers. | -| 95 | 9 | 29 | [ling](https://github.com/np/ling) | LINear LaNGuage: Type Theory and Process Calculi for Distributed and High-precision programming | -| 95 | 36 | 6 | [texmath](https://github.com/jgm/texmath) | A Haskell library for converting LaTeX math to MathML. | +| 95 | 3 | 0 | [rust-haskell-ffi](https://github.com/aisamanra/rust-haskell-ffi) | Toy example of calling Rust from Haskell | +| 95 | 2 | 0 | [tetris](https://github.com/samtay/tetris) | A terminal interface for Tetris | +| 95 | 14 | 1 | [formatting](https://github.com/chrisdone/formatting) | Format strings type-safely with combinators | +| 95 | 37 | 27 | [cborg](https://github.com/well-typed/cborg) | Binary serialisation in the CBOR format | +| 94 | 33 | 8 | [haskell-telegram-api](https://github.com/klappvisor/haskell-telegram-api) | Telegram Bot API for Haskell | +| 94 | 6 | 5 | [git-mediate](https://github.com/Peaker/git-mediate) | Resolve trivial conflicts | +| 94 | 9 | 29 | [ling](https://github.com/np/ling) | LINear LaNGuage: Type Theory and Process Calculi for Distributed and High-precision programming | | 94 | 7 | 13 | [ObjectiveHaskell](https://github.com/jspahrsummers/ObjectiveHaskell) | Tools for making it easier to integrate Haskell and Objective-C. | | 94 | 8 | 6 | [turbinado](https://github.com/alsonkemp/turbinado) | MVC Web Framework for Haskell. See http://github.com/turbinado/turbinado-website for example code | | 93 | 4 | 0 | [elsa](https://github.com/ucsd-progsys/elsa) | Elsa is a lambda calculus evaluator | -| 93 | 66 | 10 | [stack-templates](https://github.com/commercialhaskell/stack-templates) | Project templates for stack new | -| 93 | 6 | 4 | [git-mediate](https://github.com/Peaker/git-mediate) | Resolve trivial conflicts | -| 92 | 13 | 1 | [formatting](https://github.com/chrisdone/formatting) | Format strings type-safely with combinators | -| 91 | 27 | 1 | [haskell-exercises](https://github.com/opqdonut/haskell-exercises) | Haskell exercises with automatic tests | -| 91 | 5 | 16 | [inline-java](https://github.com/tweag/inline-java) | Haskell/Java interop via inline Java code in Haskell modules. | -| 91 | 11 | 2 | [android-haskell-activity](https://github.com/neurocyte/android-haskell-activity) | An example of an Android Activity written in Haskell | -| 91 | 12 | 6 | [pdf-toolbox](https://github.com/Yuras/pdf-toolbox) | A collection of tools for processing PDF files in Haskell | -| 91 | 11 | 5 | [kontiki](https://github.com/NicolasT/kontiki) | An implementation of the Raft consensus protocol | -| 91 | 12 | 21 | [streaming](https://github.com/michaelt/streaming) | An optimized general monad transformer for streaming applications, with a simple prelude of functions | -| 90 | 28 | 5 | [amqp](https://github.com/hreinhardt/amqp) | Haskell AMQP client library | -| 90 | 22 | 18 | [hxt](https://github.com/UweSchmidt/hxt) | Haskell XML Toolbox | -| 90 | 1 | 0 | [tetris](https://github.com/samtay/tetris) | A terminal interface for Tetris | +| 93 | 7 | 4 | [postgrest-ws](https://github.com/diogob/postgrest-ws) | PostgREST + Websockets | +| 93 | 26 | 27 | [esqueleto](https://github.com/bitemyapp/esqueleto) | New home of Esqueleto, please file issues so we can get things caught up! | +| 93 | 11 | 5 | [kontiki](https://github.com/NicolasT/kontiki) | An implementation of the Raft consensus protocol | +| 92 | 23 | 25 | [singletons](https://github.com/goldfirere/singletons) | Fake dependent types in Haskell using singletons | +| 92 | 28 | 7 | [amqp](https://github.com/hreinhardt/amqp) | Haskell AMQP client library | +| 92 | 11 | 2 | [android-haskell-activity](https://github.com/neurocyte/android-haskell-activity) | An example of an Android Activity written in Haskell | +| 92 | 12 | 6 | [pdf-toolbox](https://github.com/Yuras/pdf-toolbox) | A collection of tools for processing PDF files in Haskell | +| 92 | 9 | 1 | [transient-universe](https://github.com/transient-haskell/transient-universe) | A Cloud monad based on transient for the creation of Web and reactive distributed applications that are fully composable, where Web browsers are first class nodes in the cloud | +| 91 | 28 | 1 | [haskell-exercises](https://github.com/opqdonut/haskell-exercises) | Haskell exercises with automatic tests | +| 91 | 24 | 20 | [hxt](https://github.com/UweSchmidt/hxt) | Haskell XML Toolbox | +| 91 | 8 | 2 | [dotfiles-tilingwm](https://github.com/altercation/dotfiles-tilingwm) | Tiling window manager related files (XMonad / i3) including configuration for components that create a good, minimal desktop-environment replacement. | +| 90 | 30 | 15 | [elm-export](https://github.com/krisajenkins/elm-export) | Create Elm types and JSON decoders from Haskell source. | +| 90 | 34 | 63 | [tamarin-prover](https://github.com/tamarin-prover/tamarin-prover) | Main source code repository of the Tamarin prover for security protocol verification. | +| 90 | 9 | 5 | [haskell-rethinkdb](https://github.com/AtnNn/haskell-rethinkdb) | RethinkDB client library for Haskell | +| 90 | 9 | 26 | [hoodle](https://github.com/wavewave/hoodle) | hoodle : A pen notetaking program written in haskell | | 90 | 10 | 5 | [dominion](https://github.com/egonSchiele/dominion) | A Dominion simulator in Haskell | | 90 | 4 | 0 | [crisp-compiler](https://github.com/talw/crisp-compiler) | A compiler for Crisp (Lisp/Scheme-inspired language) in Haskell, with an LLVM backend | -| 90 | 9 | 7 | [transient-universe](https://github.com/transient-haskell/transient-universe) | A Cloud monad based on transient for the creation of Web and distributed applications that are fully composable, where Web browsers are first class nodes in the cloud | | 89 | 27 | 17 | [monad-par](https://github.com/simonmar/monad-par) | None | -| 89 | 30 | 7 | [haskell-telegram-api](https://github.com/klappvisor/haskell-telegram-api) | Telegram Bot API for Haskell | -| 89 | 13 | 1 | [shell-conduit](https://github.com/psibi/shell-conduit) | Write shell scripts with Conduit | -| 89 | 9 | 0 | [analytics](https://github.com/analytics/analytics) | Much of this has moved to ekmett/succinct | -| 89 | 35 | 28 | [cborg](https://github.com/well-typed/cborg) | Binary serialisation in the CBOR format | -| 88 | 8 | 3 | [regex-genex](https://github.com/audreyt/regex-genex) | Given a list of regexes, generate all possible strings that matches all of them. | -| 88 | 9 | 26 | [hoodle](https://github.com/wavewave/hoodle) | hoodle : A pen notetaking program written in haskell | -| 88 | 9 | 4 | [haskell-rethinkdb](https://github.com/AtnNn/haskell-rethinkdb) | RethinkDB client library for Haskell | -| 88 | 46 | 4 | [heist](https://github.com/snapframework/heist) | An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags. | +| 89 | 13 | 2 | [shell-conduit](https://github.com/psibi/shell-conduit) | Write shell scripts with Conduit | +| 89 | 19 | 6 | [extensible-effects](https://github.com/suhailshergill/extensible-effects) | Extensible Effects: An Alternative to Monad Transformers | +| 89 | 45 | 3 | [heist](https://github.com/snapframework/heist) | An xhtml-based templating engine, allowing Haskell functions to be bound to XML tags. | +| 89 | 15 | 8 | [smallcheck](https://github.com/feuerbach/smallcheck) | smallcheck: test your Haskell code by exhaustively checking its properties | +| 88 | 23 | 0 | [pearls](https://github.com/derekmcloughlin/pearls) | Pearls of Functional Algorithm Design by Richard Bird - Haskell Code | +| 88 | 22 | 3 | [language-javascript](https://github.com/erikd/language-javascript) | Parser for JavaScript, in Haskell | +| 88 | 19 | 15 | [zoomhub](https://github.com/zoomhub/zoomhub) | Share and view high-resolution images effortlessly | +| 88 | 3 | 6 | [micro-ci](https://github.com/ocharles/micro-ci) | A tiny CI server built around GitHub and Nix | +| 88 | 14 | 1 | [haskell-sdl2-examples](https://github.com/palf/haskell-sdl2-examples) | SDL2 tutorial code in Haskell | +| 87 | 4 | 5 | [gifcurry](https://github.com/lettier/gifcurry) | Open source video to GIF maker, written in Haskell, that allows overlaid text. | +| 87 | 16 | 6 | [easyVision](https://github.com/albertoruiz/easyVision) | Haskell packages for computer vision, image processing, and pattern recognition | | 87 | 3 | 0 | [LispHaskellIPad](https://github.com/dpp/LispHaskellIPad) | An iPad app that's a Lisp interpretter... written in Haskell (heh heh heh) | | 87 | 3 | 0 | [ditto](https://github.com/ditto/ditto) | A Super Kawaii Dependently Typed Programming Language | -| 87 | 23 | 1 | [h2048](https://github.com/gregorulm/h2048) | An implementation of the game 2048 in Haskell | +| 87 | 5 | 0 | [miku](https://github.com/nfjinjing/miku) | A tiny web dev DSL | +| 87 | 9 | 0 | [analytics](https://github.com/analytics/analytics) | Much of this has moved to ekmett/succinct | | 86 | 10 | 0 | [netwire-classics](https://github.com/ocharles/netwire-classics) | Classic games recreated in netwire | -| 86 | 21 | 22 | [singletons](https://github.com/goldfirere/singletons) | Fake dependent types in Haskell using singletons | -| 86 | 16 | 6 | [easyVision](https://github.com/albertoruiz/easyVision) | Haskell packages for computer vision, image processing, and pattern recognition | +| 86 | 8 | 3 | [regex-genex](https://github.com/audreyt/regex-genex) | Given a list of regexes, generate all possible strings that matches all of them. | +| 86 | 51 | 24 | [free](https://github.com/ekmett/free) | free monads | | 86 | 18 | 12 | [riak-haskell-client](https://github.com/janrain/riak-haskell-client) | A fast Haskell client library for the Riak decentralized data store | -| 86 | 16 | 39 | [nirum](https://github.com/spoqa/nirum) | Nirum: IDL compiler and RPC/distributed object framework for microservices | -| 85 | 19 | 15 | [zoomhub](https://github.com/zoomhub/zoomhub) | Share and view high-resolution images effortlessly | -| 85 | 30 | 14 | [elm-export](https://github.com/krisajenkins/elm-export) | Create Elm types and JSON decoders from Haskell source. | -| 85 | 33 | 60 | [tamarin-prover](https://github.com/tamarin-prover/tamarin-prover) | Main source code repository of the Tamarin prover for security protocol verification. | -| 85 | 14 | 8 | [smallcheck](https://github.com/feuerbach/smallcheck) | smallcheck: test your Haskell code by exhaustively checking its properties | -| 85 | 4 | 0 | [miku](https://github.com/nfjinjing/miku) | A tiny web dev DSL | -| 85 | 7 | 2 | [logitext](https://github.com/ezyang/logitext) | Beautiful, interactive visualizations of logical inference | -| 85 | 13 | 2 | [haskell-sdl2-examples](https://github.com/palf/haskell-sdl2-examples) | SDL2 tutorial code in Haskell | -| 84 | 22 | 3 | [language-javascript](https://github.com/erikd/language-javascript) | Parser for JavaScript, in Haskell | -| 84 | 4 | 0 | [HGE2D](https://github.com/I3ck/HGE2D) | 2D game engine written in Haskell | -| 84 | 7 | 0 | [postgrest-ws](https://github.com/diogob/postgrest-ws) | PostgREST + Websockets | +| 86 | 23 | 1 | [h2048](https://github.com/gregorulm/h2048) | An implementation of the game 2048 in Haskell | +| 86 | 7 | 2 | [logitext](https://github.com/ezyang/logitext) | Beautiful, interactive visualizations of logical inference | +| 86 | 16 | 38 | [nirum](https://github.com/spoqa/nirum) | Nirum: IDL compiler and RPC/distributed object framework for microservices | +| 85 | 37 | 0 | [snowdrift](https://github.com/snowdriftcoop/snowdrift) | Infrastructure for Snowdrift.coop. This is a MIRROR of https://git.snowdrift.coop/sd/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to git.snowdrift.coop. You are encouraged to start there instead! | +| 84 | 7 | 6 | [diagrams](https://github.com/diagrams/diagrams) | Embedded domain-specific language for declarative vector graphics (wrapper package) | +| 84 | 9 | 3 | [oczor](https://github.com/ptol/oczor) | Oczor is a simple statically typed language that compiles to JavaScript, Lua, Ruby and Emacs Lisp | | 84 | 11 | 5 | [docopt.hs](https://github.com/docopt/docopt.hs) | A command-line interface description language and parser that will make you smile | -| 84 | 18 | 6 | [extensible-effects](https://github.com/suhailshergill/extensible-effects) | Extensible Effects: An Alternative to Monad Transformers | -| 83 | 19 | 18 | [hashtables](https://github.com/gregorycollins/hashtables) | Mutable hash tables for Haskell, in the ST monad | -| 83 | 7 | 5 | [diagrams](https://github.com/diagrams/diagrams) | Embedded domain-specific language for declarative vector graphics (wrapper package) | -| 83 | 8 | 3 | [oczor](https://github.com/ptol/oczor) | Oczor is a simple statically typed language that compiles to JavaScript, Lua, Ruby and Emacs Lisp | -| 83 | 17 | 13 | [hsdev](https://github.com/mvoidex/hsdev) | Haskell development tool | -| 83 | 4 | 26 | [graphql-api](https://github.com/jml/graphql-api) | Write type-safe GraphQL services in Haskell | -| 83 | 8 | 33 | [magic-haskell](https://github.com/winterland1989/magic-haskell) | 魔力haskell官方网站 | -| 83 | 9 | 10 | [idris-cil](https://github.com/bamboo/idris-cil) | A Common Intermediate Language backend for Idris. | -| 83 | 38 | 0 | [snowdrift](https://github.com/snowdriftcoop/snowdrift) | Infrastructure for Snowdrift.coop. This is a MIRROR of https://git.snowdrift.coop/sd/snowdrift. Your issue reports and merge requests are welcome, but they will be moved to git.snowdrift.coop. You are encouraged to start there instead! | -| 82 | 9 | 6 | [accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm) | LLVM backend for Accelerate | +| 84 | 5 | 8 | [vgrep](https://github.com/fmthoma/vgrep) | A pager for grep | +| 84 | 27 | 20 | [hdbc](https://github.com/hdbc/hdbc) | Haskell Database Connectivity | +| 84 | 9 | 11 | [idris-cil](https://github.com/bamboo/idris-cil) | A Common Intermediate Language backend for Idris. | +| 83 | 25 | 3 | [io-streams](https://github.com/snapframework/io-streams) | Simple, composable, and easy-to-use stream I/O for Haskell | +| 83 | 19 | 9 | [hashtables](https://github.com/gregorycollins/hashtables) | Mutable hash tables for Haskell, in the ST monad | +| 83 | 19 | 13 | [hsdev](https://github.com/mvoidex/hsdev) | Haskell development tool | +| 83 | 3 | 0 | [HGE2D](https://github.com/I3ck/HGE2D) | 2D game engine written in Haskell | +| 83 | 56 | 12 | [logger](https://github.com/kazu-yamamoto/logger) | A fast logging system for Haskell | +| 82 | 9 | 0 | [vocabulink](https://github.com/jekor/vocabulink) | web application for learning foreign vocabulary | +| 82 | 28 | 3 | [jaspervdj](https://github.com/jaspervdj/jaspervdj) | Source code of my personal home page. | +| 82 | 8 | 33 | [magic-haskell](https://github.com/winterland1989/magic-haskell) | 魔力haskell官方网站 | +| 82 | 4 | 2 | [siege](https://github.com/danielwaterworth/siege) | [DEPRECATED] A DBMS written in Haskell | +| 82 | 9 | 3 | [accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm) | LLVM backend for Accelerate | | 82 | 11 | 3 | [unm-hip](https://github.com/jcollard/unm-hip) | The University of New Mexico's Haskell Image Processing Library | -| 81 | 49 | 22 | [free](https://github.com/ekmett/free) | free monads | +| 82 | 26 | 8 | [mtl](https://github.com/haskell/mtl) | The Monad Transformer Library | +| 82 | 8 | 3 | [stratosphere](https://github.com/frontrowed/stratosphere) | Haskell EDSL and type-checker for AWS CloudFormation templates | | 81 | 4 | 1 | [tardis](https://github.com/DanBurton/tardis) | None | -| 81 | 22 | 0 | [pearls](https://github.com/derekmcloughlin/pearls) | Pearls of Functional Algorithm Design by Richard Bird - Haskell Code | -| 81 | 25 | 3 | [io-streams](https://github.com/snapframework/io-streams) | Simple, composable, and easy-to-use stream I/O for Haskell | -| 81 | 9 | 0 | [vocabulink](https://github.com/jekor/vocabulink) | web application for learning foreign vocabulary | -| 81 | 4 | 2 | [siege](https://github.com/danielwaterworth/siege) | [DEPRECATED] A DBMS written in Haskell | -| 80 | 28 | 1 | [real-world-haskell](https://github.com/cyga/real-world-haskell) | parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/) | -| 80 | 27 | 3 | [jaspervdj](https://github.com/jaspervdj/jaspervdj) | Source code of my personal home page. | -| 80 | 9 | 3 | [hcraft](https://github.com/nandor/hcraft) | Haskell clone of a certain game | -| 80 | 12 | 4 | [quickspec](https://github.com/nick8325/quickspec) | Equational laws for free | -| 80 | 8 | 1 | [recursion-drill](https://github.com/kazu-yamamoto/recursion-drill) | Drill to study recursive programming in Haskell | -| 80 | 26 | 19 | [hdbc](https://github.com/hdbc/hdbc) | Haskell Database Connectivity | -| 80 | 25 | 18 | [mysql-simple](https://github.com/paul-rouse/mysql-simple) | A mid-level client library for the MySQL database, intended to be fast and easy to use. | -| 79 | 41 | 26 | [test-framework](https://github.com/batterseapower/test-framework) | Framework for running and organising QuickCheck test properties and HUnit test cases | -| 79 | 8 | 3 | [stratosphere](https://github.com/frontrowed/stratosphere) | Haskell EDSL and type-checker for AWS CloudFormation templates | -| 78 | 4 | 0 | [quantfin](https://github.com/boundedvariation/quantfin) | quant finance in pure haskell | -| 78 | 18 | 10 | [dyre](https://github.com/willdonnelly/dyre) | A Dynamic Reconfiguration Library for Haskell Programs | -| 78 | 17 | 19 | [hfsnotify](https://github.com/haskell-fswatch/hfsnotify) | Unified Haskell interface for basic file system notifications | +| 81 | 28 | 1 | [real-world-haskell](https://github.com/cyga/real-world-haskell) | parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/) | +| 81 | 4 | 0 | [quantfin](https://github.com/boundedvariation/quantfin) | quant finance in pure haskell | +| 81 | 12 | 49 | [dyna](https://github.com/nwf/dyna) | Dyna2 compiler and REPL | +| 81 | 9 | 3 | [hcraft](https://github.com/nandor/hcraft) | Haskell clone of a certain game | +| 81 | 26 | 3 | [yesod-cookbook](https://github.com/yesodweb/yesod-cookbook) | Cookbook documentation | +| 81 | 8 | 1 | [recursion-drill](https://github.com/kazu-yamamoto/recursion-drill) | Drill to study recursive programming in Haskell | +| 80 | 1 | 0 | [tiny-optimising-compiler](https://github.com/bollu/tiny-optimising-compiler) | A tiny *optimising* compiler for an imperative programming language written in haskell | +| 80 | 21 | 4 | [repa](https://github.com/haskell-repa/repa) | High performance, regular, shape polymorphic parallel arrays. | +| 80 | 4 | 0 | [haskell-game-programming](https://github.com/keera-studios/haskell-game-programming) | A central repository of Haskell Game Programming resources, put together by Keera Studios | +| 80 | 35 | 9 | [stripe](https://github.com/dmjio/stripe) | :moneybag: Stripe API | +| 80 | 11 | 1 | [awesome-open-science](https://github.com/silky/awesome-open-science) | some links to projects/tools related to "open science". | +| 80 | 27 | 18 | [mysql-simple](https://github.com/paul-rouse/mysql-simple) | A mid-level client library for the MySQL database, intended to be fast and easy to use. | +| 80 | 9 | 6 | [FRPNow](https://github.com/atzeus/FRPNow) | None | +| 79 | 42 | 26 | [test-framework](https://github.com/batterseapower/test-framework) | Framework for running and organising QuickCheck test properties and HUnit test cases | +| 79 | 18 | 10 | [dyre](https://github.com/willdonnelly/dyre) | A Dynamic Reconfiguration Library for Haskell Programs | +| 79 | 17 | 19 | [hfsnotify](https://github.com/haskell-fswatch/hfsnotify) | Unified Haskell interface for basic file system notifications | +| 79 | 2 | 15 | [awelon](https://github.com/dmbarbour/awelon) | Awelon project is a new UI model with a new language. | +| 79 | 1 | 1 | [thank-you-stars](https://github.com/y-taka-23/thank-you-stars) | Give your dependencies stars on GitHub! | +| 79 | 0 | 1 | [master-plan](https://github.com/rodrigosetti/master-plan) | Project Management for Hackers | +| 79 | 4 | 1 | [cryptocompare](https://github.com/aviaviavi/cryptocompare) | Haskell wrapper for the CryptoCompare API, a source of crypto-currency information and price data | +| 79 | 0 | 7 | [Son](https://github.com/seagreen/Son) | A minimal subset of JSON for machine-to-machine communication | | 78 | 11 | 3 | [fficxx](https://github.com/wavewave/fficxx) | Haskell-C++ Foreign Function Interface Generator | -| 78 | 21 | 16 | [Lol](https://github.com/cpeikert/Lol) | A library for ring-based lattice cryptography | -| 78 | 34 | 9 | [stripe](https://github.com/dmjio/stripe) | :moneybag: Stripe API | -| 78 | 0 | 7 | [Son](https://github.com/seagreen/Son) | A minimal subset of JSON for machine-to-machine communication | -| 78 | 9 | 6 | [FRPNow](https://github.com/atzeus/FRPNow) | None | -| 77 | 2 | 15 | [awelon](https://github.com/dmbarbour/awelon) | Awelon project is a new UI model with a new language. | +| 78 | 5 | 6 | [herbalizer](https://github.com/danchoi/herbalizer) | Convert HAML to ERB | +| 78 | 24 | 16 | [Lol](https://github.com/cpeikert/Lol) | A library for ring-based lattice cryptography | +| 78 | 29 | 15 | [fgl](https://github.com/haskell/fgl) | A Functional Graph Library for Haskell | +| 78 | 25 | 17 | [haskell-opencv](https://github.com/LumiGuide/haskell-opencv) | Haskell binding to OpenCV-3.x | +| 78 | 9 | 2 | [prettyprinter](https://github.com/quchen/prettyprinter) | A modern, extensible and well-documented prettyprinter. | +| 77 | 4 | 1 | [hamilton](https://github.com/mstksg/hamilton) | Simulate physics on generalized coordinate systems using Hamiltonian Mechanics and automatic differentiation. Don't throw away your shot. | +| 77 | 7 | 0 | [discrimination](https://github.com/ekmett/discrimination) | Fast linear time sorting and discrimination for a large class of data types | +| 77 | 11 | 11 | [roshask](https://github.com/acowley/roshask) | Haskell client library for the ROS robotics framework. | +| 77 | 13 | 8 | [haskelldb](https://github.com/m4dc4p/haskelldb) | A library for building re-usable and composable SQL queries. | +| 77 | 31 | 53 | [pursuit](https://github.com/purescript/pursuit) | Search engine for PureScript functions | | 77 | 15 | 21 | [haskell-lockfree](https://github.com/rrnewton/haskell-lockfree) | A collection of different packages for CAS based data structures. | -| 77 | 11 | 9 | [protobuf](https://github.com/alphaHeavy/protobuf) | An implementation of Google's Protocol Buffers in Haskell. | -| 77 | 0 | 1 | [master-plan](https://github.com/rodrigosetti/master-plan) | Project Management for Hackers | -| 77 | 28 | 15 | [fgl](https://github.com/haskell/fgl) | A Functional Graph Library for Haskell | -| 77 | 21 | 17 | [esqueleto](https://github.com/bitemyapp/esqueleto) | New home of Esqueleto, please file issues so we can get things caught up! | +| 77 | 12 | 9 | [protobuf](https://github.com/alphaHeavy/protobuf) | An implementation of Google's Protocol Buffers in Haskell. | | 77 | 8 | 7 | [dash-haskell](https://github.com/jfeltz/dash-haskell) | dash docset builder for Haskell packages and cabal project dependencies | -| 77 | 6 | 4 | [prettyprinter](https://github.com/quchen/prettyprinter) | A modern, extensible and well-documented prettyprinter. | +| 76 | 16 | 3 | [ircbrowse](https://github.com/chrisdone/ircbrowse) | An IRC analysis server. | | 76 | 5 | 0 | [veggies](https://github.com/nomeata/veggies) | Hopefully verifiable code generation in GHC | -| 76 | 15 | 2 | [ircbrowse](https://github.com/chrisdone/ircbrowse) | An IRC analysis server. | -| 76 | 33 | 9 | [glot-www](https://github.com/prasmussen/glot-www) | glot.io website | -| 76 | 19 | 2 | [repa](https://github.com/haskell-repa/repa) | High performance, regular, shape polymorphic parallel arrays. | -| 76 | 26 | 3 | [yesod-cookbook](https://github.com/yesodweb/yesod-cookbook) | Cookbook documentation | -| 76 | 1 | 0 | [tiny-optimising-compiler](https://github.com/bollu/tiny-optimising-compiler) | A tiny *optimising* compiler for an imperative programming language written in haskell | -| 76 | 18 | 0 | [vty-ui](https://github.com/jtdaugherty/vty-ui) | A terminal user interface programming library similar to graphical interfaces such as GTK and QT. (DEPRECATED, see https://github.com/jtdaugherty/brick) | -| 75 | 12 | 49 | [dyna](https://github.com/nwf/dyna) | Dyna2 compiler and REPL | -| 75 | 7 | 4 | [discrimination](https://github.com/ekmett/discrimination) | Fast linear time sorting and discrimination for a large class of data types | -| 75 | 5 | 6 | [herbalizer](https://github.com/danchoi/herbalizer) | Convert HAML to ERB | -| 75 | 4 | 4 | [argon](https://github.com/rubik/argon) | Monitor cyclomatic complexity in Haskell programs | -| 75 | 30 | 53 | [pursuit](https://github.com/purescript/pursuit) | Search engine for PureScript functions | +| 76 | 32 | 9 | [glot-www](https://github.com/prasmussen/glot-www) | glot.io website | +| 76 | 4 | 4 | [argon](https://github.com/rubik/argon) | Monitor cyclomatic complexity in Haskell programs | +| 76 | 19 | 4 | [servant-elm](https://github.com/mattjbray/servant-elm) | Automatically derive Elm functions to query servant webservices | +| 76 | 16 | 8 | [game-in-haskell](https://github.com/elisehuard/game-in-haskell) | None | +| 75 | 20 | 7 | [mongodb](https://github.com/mongodb-haskell/mongodb) | MongoDB driver for Haskell | +| 75 | 0 | 0 | [higher-order-unification](https://github.com/jozefg/higher-order-unification) | A small implementation of higher-order unification | +| 75 | 16 | 2 | [Euterpea2](https://github.com/Euterpea/Euterpea2) | Euterpea version 2 | +| 75 | 34 | 19 | [mono-traversable](https://github.com/snoyberg/mono-traversable) | Type classes for mapping, folding, and traversing monomorphic containers | | 75 | 9 | 0 | [hobbes](https://github.com/jhickner/hobbes) | A cross-platform file activity monitor | -| 75 | 24 | 16 | [haskell-opencv](https://github.com/LumiGuide/haskell-opencv) | Haskell binding to OpenCV-3.x | -| 75 | 15 | 8 | [game-in-haskell](https://github.com/elisehuard/game-in-haskell) | None | -| 75 | 8 | 0 | [awesome-open-science](https://github.com/silky/awesome-open-science) | some links to projects/tools related to "open science". | -| 74 | 11 | 10 | [roshask](https://github.com/acowley/roshask) | Haskell client library for the ROS robotics framework. | -| 74 | 13 | 8 | [haskelldb](https://github.com/m4dc4p/haskelldb) | A library for building re-usable and composable SQL queries. | +| 75 | 18 | 0 | [vty-ui](https://github.com/jtdaugherty/vty-ui) | A terminal user interface programming library similar to graphical interfaces such as GTK and QT. (DEPRECATED, see https://github.com/jtdaugherty/brick) | +| 75 | 8 | 1 | [hailstorm](https://github.com/hailstorm-hs/hailstorm) | Haskell distributed stream processing with exactly-once semantics | +| 74 | 14 | 19 | [lushtags](https://github.com/bitc/lushtags) | Create ctags compatible tags files for Haskell programs | +| 74 | 1 | 5 | [keera-hails](https://github.com/keera-studios/keera-hails) | Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications | +| 74 | 25 | 5 | [katip](https://github.com/Soostone/katip) | A structured logging framework for Haskell | | 74 | 16 | 6 | [tables](https://github.com/ekmett/tables) | Deprecated because of | -| 74 | 8 | 7 | [howerpoint](https://github.com/fokot/howerpoint) | None | -| 74 | 57 | 11 | [logger](https://github.com/kazu-yamamoto/logger) | A fast logging system for Haskell | -| 74 | 5 | 2 | [dotfiles-tilingwm](https://github.com/altercation/dotfiles-tilingwm) | Tiling window manager related files (XMonad / i3) including configuration for components that create a good, minimal desktop-environment replacement. | -| 73 | 4 | 1 | [hamilton](https://github.com/mstksg/hamilton) | Simulate physics on generalized coordinate systems using Hamiltonian Mechanics and automatic differentiation. Don't throw away your shot. | -| 73 | 20 | 7 | [mongodb](https://github.com/mongodb-haskell/mongodb) | MongoDB driver for Haskell | -| 73 | 41 | 23 | [happy](https://github.com/simonmar/happy) | The Happy parser generator for Haskell | -| 72 | 35 | 7 | [pool](https://github.com/bos/pool) | A high-performance striped resource pooling implementation for Haskell | -| 72 | 9 | 9 | [gitit2](https://github.com/jgm/gitit2) | A reimplementation of gitit in Yesod | -| 72 | 1 | 2 | [keera-hails](https://github.com/keera-studios/keera-hails) | Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications | -| 72 | 14 | 21 | [lushtags](https://github.com/bitc/lushtags) | Create ctags compatible tags files for Haskell programs | +| 74 | 41 | 20 | [happy](https://github.com/simonmar/happy) | The Happy parser generator for Haskell | +| 74 | 13 | 4 | [haskell-gi](https://github.com/haskell-gi/haskell-gi) | Generate Haskell bindings for GObject-Introspection capable libraries | +| 73 | 30 | 7 | [Haskell-Foldl-Library](https://github.com/Gabriel439/Haskell-Foldl-Library) | Composable, streaming, and efficient left folds | +| 73 | 12 | 1 | [safe-exceptions](https://github.com/fpco/safe-exceptions) | Safe, consistent, and easy exception handling | +| 73 | 35 | 8 | [pool](https://github.com/bos/pool) | A high-performance striped resource pooling implementation for Haskell | +| 73 | 16 | 10 | [haskellnews](https://github.com/haskellnews/haskellnews) | An aggregation of all online content related to Haskell. | +| 73 | 7 | 2 | [clckwrks](https://github.com/clckwrks/clckwrks) | A Haskell CMS platform | +| 73 | 9 | 9 | [gitit2](https://github.com/jgm/gitit2) | A reimplementation of gitit in Yesod | +| 73 | 8 | 7 | [howerpoint](https://github.com/fokot/howerpoint) | None | +| 73 | 11 | 8 | [GPipe-Core](https://github.com/tobbebex/GPipe-Core) | Core library of new GPipe, encapsulating OpenGl and providing a type safe minimal library | +| 73 | 5 | 1 | [cellularAutomata](https://github.com/bollu/cellularAutomata) | a collection of cellular automata written in Haskell with Diagrams | +| 72 | 14 | 11 | [ghcjs-examples](https://github.com/ghcjs/ghcjs-examples) | None | +| 72 | 12 | 1 | [mysql-haskell](https://github.com/winterland1989/mysql-haskell) | Pure haskell mysql driver | +| 72 | 11 | 2 | [Classical-Mechanics](https://github.com/chris-taylor/Classical-Mechanics) | Haskell toolbox for research and teaching in classical mechanics. Includes modules for symbolic algebra and automatic differentiation. | +| 72 | 10 | 10 | [lambdachine](https://github.com/nominolo/lambdachine) | VM and tracing JIT for Haskell (work in progress) | | 72 | 9 | 7 | [succinct](https://github.com/ekmett/succinct) | playground for working with succinct data structures | -| 72 | 7 | 1 | [hailstorm](https://github.com/hailstorm-hs/hailstorm) | Haskell distributed stream processing with exactly-once semantics | -| 71 | 13 | 11 | [ghcjs-examples](https://github.com/ghcjs/ghcjs-examples) | None | -| 71 | 11 | 2 | [Classical-Mechanics](https://github.com/chris-taylor/Classical-Mechanics) | Haskell toolbox for research and teaching in classical mechanics. Includes modules for symbolic algebra and automatic differentiation. | -| 71 | 7 | 1 | [pdtournament](https://github.com/pdtournament/pdtournament) | Iterated prisoner's dilemma tournament with bots that can perfectly simulate each other. | -| 71 | 10 | 10 | [lambdachine](https://github.com/nominolo/lambdachine) | VM and tracing JIT for Haskell (work in progress) | -| 71 | 17 | 4 | [servant-elm](https://github.com/mattjbray/servant-elm) | Automatically derive Elm functions to query servant webservices | -| 71 | 16 | 10 | [haskellnews](https://github.com/haskellnews/haskellnews) | An aggregation of all online content related to Haskell. | +| 72 | 20 | 7 | [hssqlppp](https://github.com/JakeWheat/hssqlppp) | sql parser and type checker in haskell | +| 71 | 12 | 11 | [build-shootout](https://github.com/ndmitchell/build-shootout) | Comparison of build program expressive power | | 71 | 3 | 0 | [b-tree](https://github.com/bgamari/b-tree) | Haskell on-disk B* tree implementation | -| 71 | 26 | 8 | [mtl](https://github.com/haskell/mtl) | The Monad Transformer Library | +| 71 | 8 | 1 | [Kulitta](https://github.com/donya/Kulitta) | A Haskell-based library for algorithmic and automated composition. This library was the subject of my dissertation at Yale university and is the subject of my ongoing work. | | 71 | 3 | 0 | [ImperativeHaskell](https://github.com/mmirman/ImperativeHaskell) | Proof that Haskell can look and act like an imperative language. | | 70 | 15 | 20 | [forml](https://github.com/texodus/forml) | A programming language | -| 70 | 16 | 2 | [Euterpea2](https://github.com/Euterpea/Euterpea2) | Euterpea version 2 | -| 70 | 12 | 2 | [mysql-haskell](https://github.com/winterland1989/mysql-haskell) | Pure haskell mysql driver | +| 70 | 8 | 29 | [mafia](https://github.com/ambiata/mafia) | Provides protection against cabal swindling, robbing, injuring or sabotaging people with chopsticks. | | 70 | 8 | 6 | [virthualenv](https://github.com/Paczesiowa/virthualenv) | Virtual Haskell Environment builder | -| 70 | 4 | 0 | [haskell-game-programming](https://github.com/keera-studios/haskell-game-programming) | A central repository of Haskell Game Programming resources, put together by Keera Studios | -| 70 | 12 | 11 | [build-shootout](https://github.com/ndmitchell/build-shootout) | Comparison of build program expressive power | -| 70 | 33 | 14 | [mono-traversable](https://github.com/snoyberg/mono-traversable) | Type classes for mapping, folding, and traversing monomorphic containers | -| 70 | 5 | 8 | [vgrep](https://github.com/fmthoma/vgrep) | A pager for grep | -| 70 | 5 | 1 | [cellularAutomata](https://github.com/bollu/cellularAutomata) | a collection of cellular automata written in Haskell with Diagrams | -| 70 | 20 | 7 | [hssqlppp](https://github.com/JakeWheat/hssqlppp) | sql parser and type checker in haskell | -| 70 | 22 | 6 | [bound](https://github.com/ekmett/bound) | Combinators for manipulating locally-nameless generalized de Bruijn terms | -| 70 | 3 | 1 | [movie-monad](https://github.com/lettier/movie-monad) | A desktop video player built with Haskell that uses GStreamer and GTK+. | -| 69 | 2 | 0 | [strelka](https://github.com/nikita-volkov/strelka) | A simple, flexible and composable web-router | -| 69 | 31 | 7 | [Haskell-Foldl-Library](https://github.com/Gabriel439/Haskell-Foldl-Library) | Composable, streaming, and efficient left folds | +| 70 | 7 | 1 | [pdtournament](https://github.com/pdtournament/pdtournament) | Iterated prisoner's dilemma tournament with bots that can perfectly simulate each other. | +| 70 | 4 | 3 | [haskell-vcache](https://github.com/dmbarbour/haskell-vcache) | large, persistent, memcached values and structure sharing for Haskell | +| 70 | 21 | 6 | [recursion-schemes](https://github.com/ekmett/recursion-schemes) | Generalized bananas, lenses and barbed wire | +| 70 | 11 | 6 | [timeplot](https://github.com/jkff/timeplot) | Analyst's swiss army knife for visualizing data from ad-hoc log files | +| 70 | 46 | 52 | [bytestring](https://github.com/haskell/bytestring) | An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. | +| 70 | 23 | 6 | [bound](https://github.com/ekmett/bound) | Combinators for manipulating locally-nameless generalized de Bruijn terms | +| 69 | 9 | 8 | [unagi-chan](https://github.com/jberryman/unagi-chan) | A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API | | 69 | 5 | 1 | [project-euler](https://github.com/eevee/project-euler) | interesting solutions to project euler problems | -| 69 | 3 | 3 | [haskell-vcache](https://github.com/dmbarbour/haskell-vcache) | large, persistent, memcached values and structure sharing for Haskell | | 69 | 8 | 4 | [propagators](https://github.com/ekmett/propagators) | The Art of the Propagator. See also: | -| 69 | 11 | 6 | [timeplot](https://github.com/jkff/timeplot) | Analyst's swiss army knife for visualizing data from ad-hoc log files | -| 69 | 10 | 9 | [GPipe-Core](https://github.com/tobbebex/GPipe-Core) | Core library of new GPipe, encapsulating OpenGl and providing a type safe minimal library | -| 69 | 8 | 1 | [Kulitta](https://github.com/donya/Kulitta) | A Haskell-based library for algorithmic and automated composition. This library was the subject of my dissertation at Yale university and is the subject of my ongoing work. | -| 69 | 12 | 9 | [haskell-gi](https://github.com/haskell-gi/haskell-gi) | Generate Haskell bindings for GObject-Introspection capable libraries | +| 69 | 14 | 4 | [units](https://github.com/goldfirere/units) | The home of the units Haskell package | +| 69 | 7 | 0 | [purify](https://github.com/chrisdone/purify) | Reproducible builds for PureScript | +| 69 | 5 | 6 | [ordeal](https://github.com/reiddraper/ordeal) | None | +| 69 | 4 | 0 | [ghc-hotswap](https://github.com/fbsamples/ghc-hotswap) | Example code for how we swap compiled code within a running Haskell process. | | 68 | 8 | 0 | [api-server](https://github.com/bendyworks/api-server) | A JSON API server written in Haskell | -| 68 | 7 | 2 | [clckwrks](https://github.com/clckwrks/clckwrks) | A Haskell CMS platform | +| 68 | 1 | 3 | [Ntha](https://github.com/zjhmale/Ntha) | The Ntha Programming Language | +| 68 | 2 | 0 | [strelka](https://github.com/nikita-volkov/strelka) | A simple, flexible and composable web-router | +| 68 | 8 | 7 | [steeloverseer](https://github.com/schell/steeloverseer) | A file watcher and development tool. | +| 68 | 11 | 23 | [dejafu](https://github.com/barrucadu/dejafu) | Systematic concurrency testing meets Haskell. | +| 68 | 1 | 0 | [greenclip](https://github.com/erebe/greenclip) | Simple clipboard manager to be integrated with rofi - Static binary available | | 68 | 2 | 1 | [Bang](https://github.com/5outh/Bang) | A Drum Machine DSL for Haskell | -| 68 | 6 | 6 | [ordeal](https://github.com/reiddraper/ordeal) | None | +| 68 | 28 | 7 | [hoauth2](https://github.com/freizl/hoauth2) | haskell oauth2 binding | | 68 | 3 | 2 | [apiary](https://github.com/philopon/apiary) | Simple and type safe web framework that can be automatically generate API documentation. | -| 68 | 28 | 8 | [hoauth2](https://github.com/freizl/hoauth2) | haskell oauth2 binding | -| 67 | 6 | 1 | [cradle](https://github.com/alephnullplex/cradle) | Let's Build a Compiler (in Haskell) | -| 67 | 9 | 9 | [unagi-chan](https://github.com/jberryman/unagi-chan) | A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API | -| 67 | 1 | 3 | [Ntha](https://github.com/zjhmale/Ntha) | The Ntha Programming Language | +| 68 | 10 | 1 | [example-servant-elm](https://github.com/haskell-servant/example-servant-elm) | Example for a web app with a servant backend and an elm frontend | +| 67 | 7 | 1 | [cradle](https://github.com/alephnullplex/cradle) | Let's Build a Compiler (in Haskell) | +| 67 | 8 | 2 | [eventstore](https://github.com/YoEight/eventstore) | EventStore Haskell TCP Client | +| 67 | 7 | 1 | [djinn](https://github.com/augustss/djinn) | Generate Haskell code from a type | | 67 | 5 | 6 | [regex-applicative](https://github.com/feuerbach/regex-applicative) | Regex-based parsing with applicative interface | +| 67 | 7 | 4 | [neural](https://github.com/brunjlar/neural) | Neural Nets in native Haskell | | 66 | 13 | 10 | [Peggy](https://github.com/tanakh/Peggy) | The Parser Generator for Haskell | -| 66 | 8 | 2 | [eventstore](https://github.com/YoEight/eventstore) | EventStore Haskell TCP Client | -| 66 | 6 | 29 | [mafia](https://github.com/ambiata/mafia) | Provides protection against cabal swindling, robbing, injuring or sabotaging people with chopsticks. | -| 66 | 0 | 0 | [higher-order-unification](https://github.com/jozefg/higher-order-unification) | A small implementation of higher-order unification | -| 66 | 8 | 7 | [steeloverseer](https://github.com/schell/steeloverseer) | A file watcher and development tool. | -| 66 | 22 | 8 | [katip](https://github.com/Soostone/katip) | A structured logging framework for Haskell | +| 66 | 6 | 2 | [pyfi](https://github.com/Russell91/pyfi) | PYthon Function Interface for haskell | +| 66 | 5 | 5 | [frankjnr](https://github.com/cmcl/frankjnr) | Another implementation of Frank. | | 66 | 5 | 0 | [h4sh](https://github.com/cpennington/h4sh) | Fork of Don Stewarts h4sh haskell shell scripts | | 66 | 3 | 9 | [bartlett](https://github.com/Nike-Inc/bartlett) | A simple Jenkins command line client to serve your needs. | -| 66 | 7 | 1 | [example-servant-elm](https://github.com/haskell-servant/example-servant-elm) | Example for a web app with a servant backend and an elm frontend | -| 65 | 12 | 1 | [safe-exceptions](https://github.com/fpco/safe-exceptions) | Safe, consistent, and easy exception handling | -| 65 | 6 | 2 | [pyfi](https://github.com/Russell91/pyfi) | PYthon Function Interface for haskell | +| 65 | 1 | 6 | [squeal](https://github.com/morphismtech/squeal) | Main repository for the squeal database library. | | 65 | 3 | 4 | [swift-gen](https://github.com/mxswd/swift-gen) | Generate Swift structs / enums with protocol implementations! | -| 65 | 14 | 4 | [units](https://github.com/goldfirere/units) | The home of the units Haskell package | -| 65 | 20 | 4 | [recursion-schemes](https://github.com/ekmett/recursion-schemes) | Generalized bananas, lenses and barbed wire | -| 65 | 6 | 0 | [purify](https://github.com/chrisdone/purify) | Reproducible builds for PureScript | -| 64 | 6 | 0 | [djinn](https://github.com/augustss/djinn) | Generate Haskell code from a type | +| 65 | 48 | 44 | [diagrams-lib](https://github.com/diagrams/diagrams-lib) | Diagrams standard library | +| 65 | 17 | 2 | [funblog](https://github.com/agrafix/funblog) | A simple blog software written in Haskell | +| 65 | 4 | 1 | [Haskell-Annah-Library](https://github.com/Gabriel439/Haskell-Annah-Library) | Distributed programming language that desugars to Morte | +| 64 | 26 | 19 | [missingh](https://github.com/jgoerzen/missingh) | Utility library [Haskell] | +| 64 | 9 | 2 | [super-user-spark](https://github.com/NorfairKing/super-user-spark) | A safe way to never worry about your beautifully configured system again | +| 64 | 5 | 0 | [qio-haskell](https://github.com/alexandersgreen/qio-haskell) | The Quantum IO Monad, implemented in Haskell | +| 64 | 8 | 0 | [Haskell-Lens-Tutorial-Library](https://github.com/Gabriel439/Haskell-Lens-Tutorial-Library) | The missing tutorial module for the lens library | +| 64 | 35 | 11 | [xlsx](https://github.com/qrilka/xlsx) | Simple and incomplete Excel file parser/writer | | 64 | 3 | 0 | [hadoom](https://github.com/ocharles/hadoom) | A little Doom-like 2.5 game engine | -| 64 | 47 | 43 | [diagrams-lib](https://github.com/diagrams/diagrams-lib) | Diagrams standard library | | 64 | 9 | 1 | [memoise](https://github.com/ryantrinkle/memoise) | None | -| 64 | 6 | 5 | [ethereum-client-haskell](https://github.com/jamshidh/ethereum-client-haskell) | None | -| 63 | 26 | 19 | [missingh](https://github.com/jgoerzen/missingh) | Utility library [Haskell] | -| 63 | 8 | 0 | [Haskell-Lens-Tutorial-Library](https://github.com/Gabriel439/Haskell-Lens-Tutorial-Library) | The missing tutorial module for the lens library | -| 63 | 0 | 0 | [greenclip](https://github.com/erebe/greenclip) | Simple clipboard manager to be integrated with rofi - Static binary available | -| 63 | 9 | 2 | [grid](https://github.com/mhwombat/grid) | Tools for working with regular grids/graphs/lattices. | -| 63 | 4 | 5 | [frankjnr](https://github.com/cmcl/frankjnr) | Another implementation of Frank. | +| 64 | 10 | 2 | [grid](https://github.com/mhwombat/grid) | Tools for working with regular grids/graphs/lattices. | +| 64 | 16 | 19 | [psc-package](https://github.com/purescript/psc-package) | A package manager for PureScript based on package sets | +| 64 | 17 | 3 | [haskakafka](https://github.com/cosbynator/haskakafka) | Kafka bindings for Haskell | +| 64 | 7 | 5 | [ethereum-client-haskell](https://github.com/jamshidh/ethereum-client-haskell) | None | +| 63 | 39 | 30 | [binary](https://github.com/kolmodin/binary) | Efficient, pure binary serialisation using ByteStrings in Haskell. | +| 63 | 7 | 1 | [envy](https://github.com/dmjio/envy) | :angry: Environmentally friendly environment variables | +| 63 | 6 | 1 | [req](https://github.com/mrkkrp/req) | Easy-to-use, type-safe, expandable, high-level HTTP library | +| 63 | 8 | 5 | [idris-java](https://github.com/idris-hackers/idris-java) | Java Code Generator for Idris | | 63 | 6 | 0 | [psc-ide](https://github.com/kRITZCREEK/psc-ide) | DEPRECATED - Editor Support for the PureScript programming language | -| 63 | 17 | 2 | [haskakafka](https://github.com/cosbynator/haskakafka) | Kafka bindings for Haskell | -| 62 | 5 | 0 | [qio-haskell](https://github.com/alexandersgreen/qio-haskell) | The Quantum IO Monad, implemented in Haskell | -| 62 | 10 | 2 | [super-user-spark](https://github.com/NorfairKing/super-user-spark) | A safe way to never worry about your beautifully configured system again | -| 62 | 35 | 10 | [xlsx](https://github.com/qrilka/xlsx) | Simple and incomplete Excel file parser/writer | -| 62 | 39 | 30 | [binary](https://github.com/kolmodin/binary) | Efficient, pure binary serialisation using ByteStrings in Haskell. | -| 62 | 5 | 4 | [hipspec](https://github.com/danr/hipspec) | A hip inductive theorem prover! | -| 62 | 17 | 2 | [funblog](https://github.com/agrafix/funblog) | A simple blog software written in Haskell | +| 63 | 18 | 10 | [reflection](https://github.com/ekmett/reflection) | Reifies arbitrary Haskell terms into types that can be reflected back into terms | +| 62 | 4 | 2 | [andromeda](https://github.com/jaredloomis/andromeda) | A GLSL code generating DSL embedded in Haskell | +| 62 | 1 | 0 | [zurihac-crypto](https://github.com/sdiehl/zurihac-crypto) | Small minimal examples of modern cryptographic techniques in Haskell | +| 62 | 6 | 4 | [hipspec](https://github.com/danr/hipspec) | A hip inductive theorem prover! | | 62 | 3 | 2 | [haquery](https://github.com/crufter/haquery) | jQuery for Haskell | +| 62 | 9 | 0 | [ethereum-haskell](https://github.com/bkirwi/ethereum-haskell) | An independent reimplementation of Ethereum in Haskell | +| 62 | 7 | 0 | [bazqux-urweb](https://github.com/bazqux/bazqux-urweb) | Ur/Web part of BazQux Reader sources | | 62 | 4 | 2 | [monky](https://github.com/monky-hs/monky) | The main repository for monky | -| 62 | 7 | 5 | [idris-java](https://github.com/idris-hackers/idris-java) | Java Code Generator for Idris | -| 62 | 46 | 50 | [bytestring](https://github.com/haskell/bytestring) | An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data. | -| 62 | 1 | 0 | [hwk](https://github.com/lukasmartinelli/hwk) | A Haskell based awk and sed alternative | +| 62 | 4 | 3 | [exference](https://github.com/lspitzner/exference) | Haskell tool to generate expressions from types | | 62 | 3 | 0 | [haskell-checklist](https://github.com/iand675/haskell-checklist) | Preflight checklist for Haskell code. Aspire to greatness! | | 61 | 18 | 0 | [fclabels](https://github.com/sebastiaanvisser/fclabels) | First class composable record labels for Haskell. | -| 61 | 4 | 2 | [andromeda](https://github.com/jaredloomis/andromeda) | A GLSL code generating DSL embedded in Haskell | -| 61 | 3 | 0 | [gifcurry](https://github.com/lettier/gifcurry) | A Haskell based program to create animated GIFs, overlaid with optional text, from video files. | +| 61 | 3 | 0 | [merkle-tree](https://github.com/adjoint-io/merkle-tree) | Haskell Merkle Trees | +| 61 | 7 | 6 | [styx](https://github.com/jyp/styx) | A nix-based Haskell project manager | | 61 | 7 | 1 | [bird](https://github.com/moonmaster9000/bird) | A sinatra-ish framework written in haskell, riding on top of Hack | -| 61 | 3 | 1 | [as3tohaxe](https://github.com/geekrelief/as3tohaxe) | An Actionscript 3 to haXe source converter written in Haskell | -| 61 | 7 | 0 | [bazqux-urweb](https://github.com/bazqux/bazqux-urweb) | Ur/Web part of BazQux Reader sources | | 61 | 11 | 6 | [free-game](https://github.com/fumieval/free-game) | The free game engine | -| 61 | 5 | 1 | [Haskell-Annah-Library](https://github.com/Gabriel439/Haskell-Annah-Library) | Distributed programming language that desugars to Morte | -| 61 | 4 | 1 | [neural](https://github.com/brunjlar/neural) | Neural Nets in native Haskell | -| 60 | 2 | 0 | [Flocking-Simulation](https://github.com/Chase-C/Flocking-Simulation) | A 3D Boids-like flocking simulation coded in Haskell. | +| 61 | 3 | 1 | [as3tohaxe](https://github.com/geekrelief/as3tohaxe) | An Actionscript 3 to haXe source converter written in Haskell | +| 61 | 9 | 6 | [ghc-vis](https://github.com/def-/ghc-vis) | Visualize live Haskell data structures in GHCi | +| 61 | 1 | 0 | [hwk](https://github.com/lukasmartinelli/hwk) | A Haskell based awk and sed alternative | +| 61 | 29 | 22 | [haskeline](https://github.com/judah/haskeline) | A Haskell library for line input in command-line programs. http://trac.haskell.org/haskeline | +| 60 | 7 | 4 | [gl](https://github.com/ekmett/gl) | Complete raw OpenGL bindings for Haskell | +| 60 | 11 | 17 | [generics-sop](https://github.com/well-typed/generics-sop) | Generic Programming using True Sums of Products | +| 60 | 3 | 10 | [chips](https://github.com/xtendo-org/chips) | A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell | | 60 | 4 | 5 | [idris-malfunction](https://github.com/stedolan/idris-malfunction) | Experimental Malfunction backend for Idris | -| 60 | 7 | 1 | [envy](https://github.com/dmjio/envy) | :angry: Environmentally friendly environment variables | -| 60 | 12 | 0 | [monad-classes](https://github.com/feuerbach/monad-classes) | A more flexible mtl | -| 60 | 4 | 23 | [dimensional](https://github.com/bjornbm/dimensional) | Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+). | -| 60 | 9 | 0 | [ethereum-haskell](https://github.com/bkirwi/ethereum-haskell) | An independent reimplementation of Ethereum in Haskell | +| 60 | 21 | 15 | [path](https://github.com/commercialhaskell/path) | Typed filepath | +| 60 | 7 | 0 | [linklater](https://github.com/hlian/linklater) | A Haskell library for the Slack API (including real-time messaging!) | +| 60 | 13 | 0 | [monad-classes](https://github.com/feuerbach/monad-classes) | A more flexible mtl | +| 60 | 5 | 23 | [dimensional](https://github.com/bjornbm/dimensional) | Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+). | | 60 | 2 | 1 | [http-dispatch](https://github.com/owainlewis/http-dispatch) | A high level HTTP client for Haskell that focuses on ease of use | -| 60 | 4 | 3 | [exference](https://github.com/lspitzner/exference) | Haskell tool to generate expressions from types | +| 60 | 7 | 1 | [ifcxt](https://github.com/mikeizbicki/ifcxt) | constraint level if statements | | 60 | 14 | 5 | [irc-core](https://github.com/glguy/irc-core) | Haskell IRC library and console client - Join us on Freenode #haskell-irc | | 59 | 4 | 0 | [Cirno](https://github.com/MarisaKirisame/Cirno) | The Strongest Language In The World | -| 59 | 11 | 14 | [generics-sop](https://github.com/well-typed/generics-sop) | Generic Programming using True Sums of Products | +| 59 | 2 | 0 | [flow](https://github.com/tfausak/flow) | :droplet: Write more understandable Haskell. | +| 59 | 2 | 0 | [Flocking-Simulation](https://github.com/Chase-C/Flocking-Simulation) | A 3D Boids-like flocking simulation coded in Haskell. | +| 59 | 5 | 7 | [grpc-haskell](https://github.com/grpc/grpc-haskell) | gRPC library binding for Haskell. | | 59 | 1 | 2 | [apotiki](https://github.com/pyr/apotiki) | a faster debian repository | -| 58 | 7 | 3 | [gl](https://github.com/ekmett/gl) | Complete raw OpenGL bindings for Haskell | +| 59 | 10 | 0 | [haskoin](https://github.com/MichaelBurge/haskoin) | Proof-of-concept Blockchain in Haskell | +| 59 | 24 | 4 | [lets-lens](https://github.com/data61/lets-lens) | Course material for lens | +| 59 | 6 | 0 | [haskell_game](https://github.com/drummyfish/haskell_game) | Wolfenstein 3D, ray-casting FPS game I make to learn Haskell. No libraries used, rendering is done in terminal. | +| 58 | 8 | 5 | [haskell-lsp](https://github.com/alanz/haskell-lsp) | Haskell library for the Microsoft Language Server Protocol | +| 58 | 16 | 3 | [Haskell-MVC-Library](https://github.com/Gabriel439/Haskell-MVC-Library) | Model-view-controller | +| 58 | 10 | 0 | [haskellbook](https://github.com/dmvianna/haskellbook) | Exercise solutions for haskellbook.com | | 58 | 4 | 5 | [serv](https://github.com/tel/serv) | Kind-safe framework for type-safe APIs | +| 58 | 7 | 48 | [HNC](https://github.com/nponeccop/HNC) | HN Compiler | | 58 | 2 | 7 | [hesh](https://github.com/jekor/hesh) | Haskell Extensible Shell | -| 58 | 7 | 0 | [linklater](https://github.com/hlian/linklater) | A Haskell library for the Slack API (including real-time messaging!) | -| 58 | 6 | 1 | [ifcxt](https://github.com/mikeizbicki/ifcxt) | constraint level if statements | +| 58 | 5 | 6 | [Rasterific](https://github.com/Twinside/Rasterific) | A drawing engine in Haskell | +| 58 | 4 | 0 | [DontFearTheProfunctorOptics](https://github.com/hablapps/DontFearTheProfunctorOptics) | Don't Fear the Profunctor Optics! | | 58 | 17 | 8 | [servant-swagger](https://github.com/haskell-servant/servant-swagger) | Swagger for Servant | | 58 | 9 | 0 | [lets-program](https://github.com/mchakravarty/lets-program) | Let's program! Get into programming writing a simple game. | -| 58 | 17 | 8 | [reflection](https://github.com/ekmett/reflection) | Reifies arbitrary Haskell terms into types that can be reflected back into terms | | 58 | 18 | 8 | [opencl](https://github.com/IFCA/opencl) | Haskell high-level wrapper for OpenCL | +| 58 | 11 | 4 | [Haskell](https://github.com/pietervdvn/Haskell) | Introduction to haskell | +| 58 | 39 | 10 | [hashable](https://github.com/tibbe/hashable) | A class for types that can be converted to a hash value | | 57 | 15 | 5 | [mueval](https://github.com/gwern/mueval) | A secure sandboxed Haskell interpreter for pure function evaluation | +| 57 | 1 | 1 | [dive-into-ghc](https://github.com/sdiehl/dive-into-ghc) | Dive into GHC | +| 57 | 7 | 1 | [lhc](https://github.com/Lemmih/lhc) | The LLVM LHC Haskell Optimization System | +| 57 | 3 | 2 | [tensor-ops](https://github.com/mstksg/tensor-ops) | Type-safe tensor manipulation operations in Haskell with tensorflow-style automatic differentiation | | 57 | 14 | 20 | [ApexCtl](https://github.com/tuxmark5/ApexCtl) | An utility to enable extra macro keys on Steelseries Apex keyboards | -| 57 | 21 | 16 | [path](https://github.com/commercialhaskell/path) | Typed filepath | -| 57 | 6 | 25 | [dejafu](https://github.com/barrucadu/dejafu) | Systematic concurrency testing meets Haskell. | -| 57 | 16 | 3 | [Haskell-MVC-Library](https://github.com/Gabriel439/Haskell-MVC-Library) | Model-view-controller | -| 57 | 0 | 0 | [zurihac-crypto](https://github.com/sdiehl/zurihac-crypto) | Small minimal examples of modern cryptographic techniques in Haskell | -| 57 | 7 | 48 | [HNC](https://github.com/nponeccop/HNC) | HN Compiler | +| 57 | 5 | 0 | [lambdaconf-2015-web](https://github.com/serras/lambdaconf-2015-web) | Projects for LambdaConf 2015 Haskell web workshop | +| 57 | 2 | 1 | [aivika](https://github.com/dsorokin/aivika) | A multi-method simulation library | +| 57 | 24 | 26 | [servant-auth](https://github.com/haskell-servant/servant-auth) | None | | 57 | 5 | 5 | [sunroof-compiler](https://github.com/ku-fpg/sunroof-compiler) | Monadic Javascript Compiler | -| 57 | 8 | 6 | [ghc-vis](https://github.com/def-/ghc-vis) | Visualize live Haskell data structures in GHCi | -| 57 | 6 | 1 | [req](https://github.com/mrkkrp/req) | Easy-to-use, type-safe, expandable, high-level HTTP library | +| 57 | 7 | 0 | [robotquest](https://github.com/seanhess/robotquest) | RobotQuest is a MMO, programming game. Instead of playing RobotQuest directly, you write a program that plays it for you. Your program communicates with the game server API over HTTP by sending and receiving JSON messages. Written in HTML, Haskell, with MongoDB | +| 57 | 5 | 1 | [VIMonad](https://github.com/lynnard/VIMonad) | Bringing VIM philosophy to window management | +| 57 | 6 | 2 | [idris-py](https://github.com/ziman/idris-py) | Python backend for Idris (generates Python source, not bytecode). | | 57 | 5 | 0 | [hArduino](https://github.com/LeventErkok/hArduino) | Control your Arduino board from Haskell, using the Firmata protocol | -| 57 | 11 | 4 | [Haskell](https://github.com/pietervdvn/Haskell) | Introduction to haskell | -| 57 | 29 | 22 | [haskeline](https://github.com/judah/haskeline) | A Haskell library for line input in command-line programs. http://trac.haskell.org/haskeline | -| 56 | 7 | 1 | [lhc](https://github.com/Lemmih/lhc) | The LLVM LHC Haskell Optimization System | -| 56 | 2 | 0 | [flow](https://github.com/tfausak/flow) | :droplet: Write more understandable Haskell. | -| 56 | 2 | 10 | [chips](https://github.com/xtendo-org/chips) | A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell | -| 56 | 1 | 1 | [dive-into-ghc](https://github.com/sdiehl/dive-into-ghc) | Dive into GHC | +| 57 | 9 | 41 | [store](https://github.com/fpco/store) | Fast binary serialization | +| 57 | 6 | 8 | [reserve](https://github.com/sol/reserve) | Universal and robust reloading for Haskell web applications | +| 57 | 1 | 0 | [haskell-servant-cookbook](https://github.com/algas/haskell-servant-cookbook) | Haskell Servant Cookbook | +| 56 | 10 | 2 | [operational](https://github.com/HeinrichApfelmus/operational) | Implement monads by specifying instructions and their desired operational semantics. | +| 56 | 7 | 2 | [graphmod](https://github.com/yav/graphmod) | A utility for displaying the module dependencies of Haskell programs. | | 56 | 7 | 68 | [lvars](https://github.com/iu-parfunc/lvars) | The LVish Haskell library | | 56 | 3 | 0 | [pcf](https://github.com/jozefg/pcf) | A small compiler for PCF | -| 56 | 4 | 5 | [Rasterific](https://github.com/Twinside/Rasterific) | A drawing engine in Haskell | -| 56 | 6 | 8 | [reserve](https://github.com/sol/reserve) | Universal and robust reloading for Haskell web applications | -| 55 | 3 | 2 | [tensor-ops](https://github.com/mstksg/tensor-ops) | Type-safe tensor manipulation operations in Haskell with tensorflow-style automatic differentiation | -| 55 | 10 | 0 | [haskellbook](https://github.com/dmvianna/haskellbook) | Exercise solutions for haskellbook.com | -| 55 | 5 | 7 | [grpc-haskell](https://github.com/grpc/grpc-haskell) | gRPC library binding for Haskell. | -| 55 | 10 | 2 | [operational](https://github.com/HeinrichApfelmus/operational) | Implement monads by specifying instructions and their desired operational semantics. | -| 55 | 2 | 1 | [aivika](https://github.com/dsorokin/aivika) | A multi-method simulation library | -| 55 | 5 | 0 | [lambdaconf-2015-web](https://github.com/serras/lambdaconf-2015-web) | Projects for LambdaConf 2015 Haskell web workshop | -| 55 | 7 | 0 | [robotquest](https://github.com/seanhess/robotquest) | RobotQuest is a MMO, programming game. Instead of playing RobotQuest directly, you write a program that plays it for you. Your program communicates with the game server API over HTTP by sending and receiving JSON messages. Written in HTML, Haskell, with MongoDB | -| 55 | 6 | 2 | [idris-py](https://github.com/ziman/idris-py) | Python backend for Idris (generates Python source, not bytecode). | -| 55 | 38 | 9 | [hashable](https://github.com/tibbe/hashable) | A class for types that can be converted to a hash value | +| 56 | 1 | 0 | [haskey](https://github.com/haskell-haskey/haskey) | Transactional key-value store written entirely in Haskell | +| 56 | 6 | 6 | [json-autotype](https://github.com/mgajda/json-autotype) | Automatic Haskell type inference from JSON input | +| 56 | 5 | 18 | [sudbury](https://github.com/abooij/sudbury) | Haskell implementation of the wayland protocol | +| 56 | 8 | 7 | [FOMObot](https://github.com/thoughtbot/FOMObot) | A slack bot to help with FOMO. | +| 56 | 4 | 5 | [heckle](https://github.com/2016rshah/heckle) | :black_nib: Jekyll in Haskell (feat. LaTeX) | +| 55 | 10 | 0 | [tangaroa](https://github.com/chrisnc/tangaroa) | A toy implementation of the Raft protocol in Haskell, with an experimental BFT variant. | +| 55 | 6 | 3 | [toysolver](https://github.com/msakai/toysolver) | My sandbox for experimenting solver algorithms. | | 55 | 8 | 43 | [thentos](https://github.com/liqd/thentos) | A tool for privacy-preserving identity management (PPIM) | +| 55 | 10 | 4 | [pointfree](https://github.com/bmillwood/pointfree) | Maintenance of the pointfree Hackage package. | +| 55 | 2 | 7 | [ec2-unikernel](https://github.com/GaloisInc/ec2-unikernel) | Tool for uploading unikernels into EC2 | | 54 | 23 | 0 | [accelerate-cuda](https://github.com/AccelerateHS/accelerate-cuda) | Accelerate backend for NVIDIA GPUs | -| 54 | 10 | 3 | [reflectionwithoutremorse](https://github.com/atzeus/reflectionwithoutremorse) | Code accompanying the paper Reflection without Remorse:Revealing a hidden sequence to speed up monadic reflection | +| 54 | 11 | 3 | [reflectionwithoutremorse](https://github.com/atzeus/reflectionwithoutremorse) | Code accompanying the paper Reflection without Remorse:Revealing a hidden sequence to speed up monadic reflection | +| 54 | 29 | 7 | [parsers](https://github.com/ekmett/parsers) | Generic parser combinators | | 54 | 8 | 3 | [graph-db](https://github.com/nikita-volkov/graph-db) | An experimental native Haskell graph database | -| 54 | 3 | 0 | [learn-haskell](https://github.com/nushio3/learn-haskell) | None | -| 54 | 24 | 4 | [lets-lens](https://github.com/data61/lets-lens) | Course material for lens | | 54 | 4 | 1 | [pandoc-mm](https://github.com/vzaccaria/pandoc-mm) | Generate a mindmap from an org-mode file. Complete with annotations. | -| 54 | 4 | 1 | [VIMonad](https://github.com/lynnard/VIMonad) | Bringing VIM philosophy to window management | +| 54 | 3 | 0 | [learn-haskell](https://github.com/nushio3/learn-haskell) | None | +| 54 | 8 | 11 | [hapistrano](https://github.com/stackbuilders/hapistrano) | Deploy tool for Haskell applications, like Capistrano for Rails | +| 54 | 3 | 3 | [simplexhc](https://github.com/bollu/simplexhc) | compiler with polyhedral optmization for a lazy functional programming language | +| 54 | 6 | 3 | [vaultenv](https://github.com/channable/vaultenv) | Launch processes with Vault secrets in the environment | +| 54 | 17 | 15 | [all-about-monads](https://github.com/dag/all-about-monads) | Attempt to port All About Monads to HaskellWiki | +| 54 | 26 | 10 | [HaskellNet](https://github.com/jtdaugherty/HaskellNet) | Haskell library which provides client support for POP3, SMTP, and IMAP protocols. | | 54 | 0 | 0 | [clojure-transducers-in-haskell](https://github.com/FranklinChen/clojure-transducers-in-haskell) | Clojure transducers in a typed setting, in Haskell | -| 54 | 6 | 1 | [HaskSymb](https://github.com/colah/HaskSymb) | An Experiment in Haskell Symbolic Algebra | -| 54 | 6 | 0 | [haskell_game](https://github.com/drummyfish/haskell_game) | Wolfenstein 3D, ray-casting FPS game I make to learn Haskell. No libraries used, rendering is done in terminal. | -| 54 | 1 | 0 | [haskell-servant-cookbook](https://github.com/algas/haskell-servant-cookbook) | Haskell Servant Cookbook | +| 54 | 16 | 16 | [hpc-coveralls](https://github.com/guillaume-nargeot/hpc-coveralls) | coveralls.io support for haskell code coverage with hpc | +| 54 | 11 | 4 | [open](https://github.com/diffusionkinetics/open) | DiffusionKinetics open-source monorepo | | 53 | 6 | 14 | [vaultaire](https://github.com/afcowie/vaultaire) | Data vault for metrics | +| 53 | 4 | 0 | [hyena](https://github.com/tibbe/hyena) | A Haskell web application server. | | 53 | 8 | 0 | [xml-to-json](https://github.com/sinelaw/xml-to-json) | Fast & easy command line tool for converting XML files to JSON | -| 53 | 3 | 5 | [x86-64](https://github.com/divipp/x86-64) | Runtime code generation for x86 64 bit machine code | -| 53 | 3 | 2 | [simplexhc](https://github.com/bollu/simplexhc) | compiler with polyhedral optmization for a lazy functional programming language | -| 53 | 4 | 0 | [cabal-bounds](https://github.com/dan-t/cabal-bounds) | Manage the bounds/versions of the dependencies in a cabal file. | | 53 | 27 | 9 | [diagrams-core](https://github.com/diagrams/diagrams-core) | Core types and utilities | -| 53 | 6 | 3 | [toysolver](https://github.com/msakai/toysolver) | My sandbox for experimenting solver algorithms. | -| 53 | 23 | 0 | [blog](https://github.com/ocharles/blog) | The contents of ocharles.org.uk/blog | -| 53 | 26 | 10 | [HaskellNet](https://github.com/jtdaugherty/HaskellNet) | Haskell library which provides client support for POP3, SMTP, and IMAP protocols. | -| 53 | 16 | 16 | [hpc-coveralls](https://github.com/guillaume-nargeot/hpc-coveralls) | coveralls.io support for haskell code coverage with hpc | +| 53 | 4 | 0 | [cabal-bounds](https://github.com/dan-t/cabal-bounds) | Manage the bounds/versions of the dependencies in a cabal file. | +| 53 | 2 | 17 | [quickcheck-state-machine](https://github.com/advancedtelematic/quickcheck-state-machine) | Test monadic programs using state machine based models | +| 53 | 9 | 12 | [hgrep](https://github.com/thumphries/hgrep) | Search Haskell source code from the command line | +| 53 | 24 | 0 | [blog](https://github.com/ocharles/blog) | The contents of ocharles.org.uk/blog | +| 53 | 19 | 11 | [gipeda](https://github.com/nomeata/gipeda) | Git Performance Dashboard | +| 53 | 5 | 1 | [lorem-markdownum](https://github.com/jaspervdj/lorem-markdownum) | A lorem ipsum generator for markdown | | 53 | 4 | 0 | [yesod-dsl](https://github.com/tlaitinen/yesod-dsl) | A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. | -| 53 | 10 | 4 | [pointfree](https://github.com/bmillwood/pointfree) | Maintenance of the pointfree Hackage package. | -| 53 | 9 | 41 | [store](https://github.com/fpco/store) | Fast binary serialization | -| 52 | 4 | 0 | [hyena](https://github.com/tibbe/hyena) | A Haskell web application server. | -| 52 | 9 | 0 | [tangaroa](https://github.com/chrisnc/tangaroa) | A toy implementation of the Raft protocol in Haskell, with an experimental BFT variant. | +| 53 | 7 | 1 | [HaskSymb](https://github.com/colah/HaskSymb) | An Experiment in Haskell Symbolic Algebra | +| 53 | 23 | 8 | [GLFW-b](https://github.com/bsl/GLFW-b) | Haskell bindings to GLFW | | 52 | 11 | 7 | [hquantlib](https://github.com/paulrzcz/hquantlib) | HQuantLib, financial math in Haskell | -| 52 | 3 | 0 | [merkle-tree](https://github.com/adjoint-io/merkle-tree) | Haskell Merkle Trees | -| 52 | 6 | 5 | [styx](https://github.com/jyp/styx) | A nix-based Haskell project manager | +| 52 | 7 | 0 | [study-haskell-nyc](https://github.com/sjsyrek/study-haskell-nyc) | Information about the "Haskell Programming from First Principles" reading group in NYC. | | 52 | 5 | 2 | [Blast](https://github.com/jcmincke/Blast) | A Distributed Computing Library in Haskell | -| 52 | 21 | 20 | [servant-auth](https://github.com/plow-technologies/servant-auth) | None | -| 52 | 8 | 9 | [hapistrano](https://github.com/stackbuilders/hapistrano) | Deploy tool for Haskell applications, like Capistrano for Rails | -| 52 | 19 | 11 | [gipeda](https://github.com/nomeata/gipeda) | Git Performance Dashboard | -| 52 | 7 | 7 | [FOMObot](https://github.com/thoughtbot/FOMObot) | A slack bot to help with FOMO. | -| 52 | 13 | 16 | [psc-package](https://github.com/purescript/psc-package) | A package manager for PureScript based on package sets | -| 52 | 3 | 5 | [heckle](https://github.com/2016rshah/heckle) | :black_nib: Jekyll in Haskell (feat. LaTeX) | -| 52 | 23 | 8 | [GLFW-b](https://github.com/bsl/GLFW-b) | Haskell bindings to GLFW | +| 52 | 7 | 0 | [strange-loop-2011](https://github.com/bos/strange-loop-2011) | Slides and examples from my Haskell workshop at Strange Loop. | +| 52 | 3 | 5 | [x86-64](https://github.com/divipp/x86-64) | Runtime code generation for x86 64 bit machine code | +| 52 | 38 | 2 | [pandoc-types](https://github.com/jgm/pandoc-types) | types for representing structured documents | +| 52 | 30 | 13 | [ghcjs-dom](https://github.com/ghcjs/ghcjs-dom) | Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk | +| 52 | 0 | 2 | [swift-haskell-tutorial](https://github.com/nanotech/swift-haskell-tutorial) | Integrating Haskell with Swift Mac Apps | +| 52 | 18 | 8 | [hsSDL2](https://github.com/Lemmih/hsSDL2) | None | | 51 | 2 | 0 | [waldo](https://github.com/davean/waldo) | A small Haskell server for generating visual stories based on some ascertainable data about the requester. | -| 51 | 28 | 6 | [parsers](https://github.com/ekmett/parsers) | Generic parser combinators | -| 51 | 8 | 5 | [haskell-lsp](https://github.com/alanz/haskell-lsp) | Haskell library for the Microsoft Language Server Protocol | -| 51 | 19 | 2 | [cuda](https://github.com/tmcdonell/cuda) | Haskell FFI bindings to CUDA | +| 51 | 20 | 2 | [cuda](https://github.com/tmcdonell/cuda) | Haskell FFI bindings to CUDA | | 51 | 10 | 4 | [holumbus](https://github.com/fortytools/holumbus) | A Haskell library which provides the basic building blocks for creating powerful indexing and search applications. | -| 51 | 7 | 0 | [strange-loop-2011](https://github.com/bos/strange-loop-2011) | Slides and examples from my Haskell workshop at Strange Loop. | | 51 | 1 | 5 | [servant](https://github.com/alpmestan/servant) | Moved to http://github.com/haskell-servant | -| 51 | 28 | 11 | [ghcjs-dom](https://github.com/ghcjs/ghcjs-dom) | Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk | -| 51 | 38 | 2 | [pandoc-types](https://github.com/jgm/pandoc-types) | types for representing structured documents | -| 51 | 6 | 4 | [demo-android-ndk](https://github.com/ajhc/demo-android-ndk) | Demo Ajhc application on Android NDK | +| 51 | 33 | 9 | [language-java](https://github.com/vincenthz/language-java) | Java parser and printer for haskell | +| 51 | 32 | 19 | [protocol-buffers](https://github.com/k-bx/protocol-buffers) | Haskell protocol-buffers package | +| 51 | 6 | 1 | [miv](https://github.com/itchyny/miv) | Vim plugin manager written in Haskell | +| 51 | 1 | 0 | [tcbe](https://github.com/AndrasKovacs/tcbe) | "type checking by evaluation": variations on Coquand's algorithm for dependent TC | +| 51 | 3 | 6 | [pretty-simple](https://github.com/cdepillabout/pretty-simple) | pretty-printer for Haskell data types that have a Show instance | +| 51 | 248 | 4 | [markdown](https://github.com/snoyberg/markdown) | Convert Markdown to HTML, with XSS protection | | 51 | 8 | 0 | [haskell-snake](https://github.com/CGenie/haskell-snake) | Snake game implemetation in Haskell using SDL | -| 51 | 15 | 36 | [lhs2tex](https://github.com/kosmikus/lhs2tex) | Preprocessor for typesetting Haskell sources with LaTeX | +| 51 | 2 | 0 | [eve](https://github.com/ChrisPenner/eve) | An extensible event-driven application framework in haskell | | 51 | 22 | 3 | [dbmigrations](https://github.com/jtdaugherty/dbmigrations) | A library for the creation, management, and installation of schema updates for relational databases. | -| 51 | 16 | 14 | [all-about-monads](https://github.com/dag/all-about-monads) | Attempt to port All About Monads to HaskellWiki | -| 51 | 18 | 8 | [hsSDL2](https://github.com/Lemmih/hsSDL2) | None | -| 51 | 1 | 7 | [ec2-unikernel](https://github.com/GaloisInc/ec2-unikernel) | Tool for uploading unikernels into EC2 | -| 50 | 7 | 7 | [elm-bridge](https://github.com/agrafix/elm-bridge) | Haskell: Derive Elm types from Haskell types | -| 50 | 7 | 3 | [graphmod](https://github.com/yav/graphmod) | A utility for displaying the module dependecies of Haskell programs. | +| 51 | 12 | 7 | [reddit](https://github.com/intolerable/reddit) | reddit api for haskell | +| 51 | 15 | 36 | [lhs2tex](https://github.com/kosmikus/lhs2tex) | Preprocessor for typesetting Haskell sources with LaTeX | +| 51 | 31 | 12 | [slack-api](https://github.com/mpickering/slack-api) | Haskell bindings to the Slack RTM API | +| 51 | 7 | 4 | [fixhs](https://github.com/urv/fixhs) | FIX (co)parser in haskell | +| 51 | 2 | 1 | [MiniKanrenT](https://github.com/jvranish/MiniKanrenT) | An implementation of miniKanren in Haskell | +| 51 | 1 | 1 | [jDbT](https://github.com/divarvel/jDbT) | jinx Database Tools | +| 51 | 4 | 2 | [postgresql-transactional](https://github.com/helium/postgresql-transactional) | Transactional monadic actions on top of PostgreSQL. | +| 50 | 8 | 8 | [elm-bridge](https://github.com/agrafix/elm-bridge) | Haskell: Derive Elm types from Haskell types | +| 50 | 12 | 5 | [algebra](https://github.com/ekmett/algebra) | constructive abstract algebra | +| 50 | 11 | 2 | [monao](https://github.com/mokehehe/monao) | Super monao bros. in Haskell | | 50 | 4 | 0 | [AwesomePrelude](https://github.com/tomlokhorst/AwesomePrelude) | Yet another alternative Haskell Prelude, but this one is awesome! | | 50 | 27 | 0 | [http-conduit](https://github.com/snoyberg/http-conduit) | Superseded by: https://github.com/snoyberg/http-client | -| 50 | 32 | 9 | [language-java](https://github.com/vincenthz/language-java) | Java parser and printer for haskell | -| 50 | 9 | 5 | [structures](https://github.com/ekmett/structures) | A playground for working on advanced data structures in Haskell | -| 50 | 4 | 4 | [json-autotype](https://github.com/mgajda/json-autotype) | Automatic Haskell type inference from JSON input | -| 50 | 1 | 0 | [tcbe](https://github.com/AndrasKovacs/tcbe) | "type checking by evaluation": variations on Coquand's algorithm for dependent TC | | 50 | 5 | 0 | [Moodler](https://github.com/dpiponi/Moodler) | Modular softsynth | -| 50 | 2 | 0 | [eve](https://github.com/ChrisPenner/eve) | An extensible event-driven application framework in haskell | -| 50 | 5 | 1 | [lorem-markdownum](https://github.com/jaspervdj/lorem-markdownum) | A lorem ipsum generator for markdown | +| 50 | 10 | 5 | [structures](https://github.com/ekmett/structures) | A playground for working on advanced data structures in Haskell | +| 50 | 3 | 0 | [free-graphs](https://github.com/puffnfresh/free-graphs) | Generate GraphViz graphs by interpretting free monads. | +| 50 | 3 | 3 | [ether](https://github.com/int-index/ether) | Monad Transformers and Classes | +| 50 | 4 | 7 | [servant-template](https://github.com/jml/servant-template) | Cookiecutter template for Servant projects | +| 50 | 3 | 0 | [example-servant-persistent](https://github.com/haskell-servant/example-servant-persistent) | Simple example to illustrate how to use persistent and servant in combination. | +| 50 | 22 | 11 | [these](https://github.com/isomorphism/these) | An either-or-both data type, with corresponding hybrid error/writer monad transformer. | | 50 | 2 | 1 | [ihaskell-notebook](https://github.com/creswick/ihaskell-notebook) | None | -| 50 | 3 | 0 | [thesis](https://github.com/byorgey/thesis) | Brent's PhD thesis. | -| 50 | 2 | 1 | [MiniKanrenT](https://github.com/jvranish/MiniKanrenT) | An implementation of miniKanren in Haskell | | 50 | 2 | 1 | [SSGEP](https://github.com/kosmikus/SSGEP) | None | -| 50 | 4 | 2 | [postgresql-transactional](https://github.com/helium/postgresql-transactional) | Transactional monadic actions on top of PostgreSQL. | -| 50 | 1 | 1 | [jDbT](https://github.com/divarvel/jDbT) | jinx Database Tools | +| 50 | 3 | 0 | [thesis](https://github.com/byorgey/thesis) | Brent's PhD thesis. | +| 50 | 15 | 25 | [hdevtools](https://github.com/hdevtools/hdevtools) | Persistent GHC-powered background server for FAST haskell development tools | +| 50 | 18 | 0 | [shadowsocks-haskell](https://github.com/rnons/shadowsocks-haskell) | shadowsocks in haskell | +| 50 | 3 | 28 | [fragnix](https://github.com/phischu/fragnix) | Fragment-based code distribution! | +| 50 | 4 | 2 | [coda](https://github.com/ekmett/coda) | A language experiment, something to do on my vacation -- irc.freenode.net ##coda | | 49 | 17 | 6 | [hscurses](https://github.com/skogsbaer/hscurses) | ncurses binding for Haskell | | 49 | 14 | 34 | [pontarius-xmpp](https://github.com/pontarius/pontarius-xmpp) | An XMPP client library for Haskell. | | 49 | 11 | 21 | [Magic](https://github.com/MedeaMelana/Magic) | Haskell implementation of Magic: The Gathering | -| 49 | 12 | 5 | [algebra](https://github.com/ekmett/algebra) | constructive abstract algebra | -| 49 | 11 | 2 | [monao](https://github.com/mokehehe/monao) | Super monao bros. in Haskell | -| 49 | 7 | 2 | [markdown-unlit](https://github.com/sol/markdown-unlit) | Literate Haskell support for Markdown | -| 49 | 2 | 0 | [example-servant-persistent](https://github.com/haskell-servant/example-servant-persistent) | Simple example to illustrate how to use persistent and servant in combination. | -| 49 | 30 | 1 | [leveldb-haskell](https://github.com/kim/leveldb-haskell) | Haskell bindings to LevelDB (http://leveldb.googlecode.com) | +| 49 | 30 | 0 | [leveldb-haskell](https://github.com/kim/leveldb-haskell) | Haskell bindings to LevelDB (http://leveldb.googlecode.com) | | 49 | 4 | 0 | [haskell-ffi-tutorial](https://github.com/ifesdjeen/haskell-ffi-tutorial) | A (missing) Haskell FFI tutorial: how to work with nested Structs and do bi-directional C<->Haskell interop | -| 49 | 32 | 20 | [protocol-buffers](https://github.com/k-bx/protocol-buffers) | Haskell protocol-buffers package | -| 49 | 3 | 2 | [ether](https://github.com/int-index/ether) | Monad Transformers and Classes | -| 49 | 4 | 5 | [servant-template](https://github.com/jml/servant-template) | Cookiecutter template for Servant projects | -| 49 | 22 | 11 | [these](https://github.com/isomorphism/these) | An either-or-both data type, with corresponding hybrid error/writer monad transformer. | -| 49 | 7 | 4 | [fixhs](https://github.com/urv/fixhs) | FIX (co)parser in haskell | +| 49 | 4 | 0 | [blog](https://github.com/ruuda/blog) | My personal site | | 49 | 0 | 0 | [pinboard-notes-backup](https://github.com/bdesham/pinboard-notes-backup) | Efficiently back up the notes you’ve saved to Pinboard | -| 49 | 10 | 6 | [reddit](https://github.com/intolerable/reddit) | reddit api for haskell | -| 49 | 16 | 0 | [shadowsocks-haskell](https://github.com/rnons/shadowsocks-haskell) | shadowsocks in haskell | +| 49 | 6 | 4 | [demo-android-ndk](https://github.com/ajhc/demo-android-ndk) | Demo Ajhc application on Android NDK | +| 49 | 3 | 0 | [fraxl](https://github.com/ElvishJerricco/fraxl) | None | +| 49 | 7 | 0 | [Example-Distributed-App](https://github.com/wyager/Example-Distributed-App) | An example distributed systems application in Haskell using Cloud Haskell | | 49 | 24 | 5 | [fb](https://github.com/prowdsponsor/fb) | Bindings for Facebook's API. | | 49 | 6 | 0 | [GPipe](https://github.com/tobbebex/GPipe) | A functional graphics API for programmable GPUs | | 49 | 7 | 9 | [Introduction_to_Haskell](https://github.com/HaskellZhangSong/Introduction_to_Haskell) | This is source code of my book. | +| 49 | 2 | 1 | [una](https://github.com/jwiegley/una) | A universal interface to multiple unarchiving tools | | 48 | 0 | 0 | [formal-morality](https://github.com/alexbecker/formal-morality) | A formal moral framework coded in Haskell | -| 48 | 7 | 0 | [study-haskell-nyc](https://github.com/sjsyrek/study-haskell-nyc) | Information about the "Haskell Programming from First Principles" reading group in NYC. | | 48 | 0 | 0 | [fitspec](https://github.com/rudymatela/fitspec) | refine properties for testing Haskell programs | -| 48 | 5 | 18 | [sudbury](https://github.com/abooij/sudbury) | Haskell implementation of the wayland protocol | -| 48 | 3 | 0 | [free-graphs](https://github.com/puffnfresh/free-graphs) | Generate GraphViz graphs by interpretting free monads. | +| 48 | 3 | 4 | [effect-monad](https://github.com/dorchard/effect-monad) | Embeds effect systems in Haskell using 'parametric effect monads' | | 48 | 23 | 17 | [hslogger](https://github.com/jgoerzen/hslogger) | Logging infrastructure [Haskell] | +| 48 | 1 | 1 | [higher-rank](https://github.com/lexi-lambda/higher-rank) | A small Haskell implementation of Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism | +| 48 | 11 | 4 | [libpandoc](https://github.com/ShabbyX/libpandoc) | C bindings to Pandoc, a markup converter library written in Haskell. | +| 48 | 8 | 2 | [markdown-unlit](https://github.com/sol/markdown-unlit) | Literate Haskell support for Markdown | +| 48 | 3 | 0 | [cpl](https://github.com/msakai/cpl) | An interpreter of Hagino's Categorical Programming Language (CPL). | +| 48 | 14 | 23 | [ThreadScope](https://github.com/haskell/ThreadScope) | A graphical tool for profiling parallel Haskell programs | +| 48 | 5 | 2 | [weigh](https://github.com/fpco/weigh) | Measure allocations of a Haskell functions/values | | 48 | 7 | 5 | [hails](https://github.com/scslab/hails) | The security-centric web platform framework | -| 48 | 3 | 0 | [fraxl](https://github.com/ElvishJerricco/fraxl) | None | +| 48 | 1 | 1 | [haskell-ascii-progress](https://github.com/yamadapc/haskell-ascii-progress) | A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project | | 48 | 7 | 86 | [hermit](https://github.com/ku-fpg/hermit) | Haskell Equational Reasoning Model-to-Implementation Tunnel | -| 48 | 15 | 23 | [hdevtools](https://github.com/hdevtools/hdevtools) | Persistent GHC-powered background server for FAST haskell development tools | -| 48 | 3 | 28 | [fragnix](https://github.com/phischu/fragnix) | Fragment-based code distribution! | -| 48 | 4 | 1 | [rdr2tls](https://github.com/fpco/rdr2tls) | Haskell web service that redirects all traffic from HTTP to HTTPS | -| 48 | 8 | 2 | [open](https://github.com/diffusionkinetics/open) | DiffusionKinetics open-source monorepo | -| 47 | 3 | 0 | [cpl](https://github.com/msakai/cpl) | An interpreter of Hagino's Categorical Programming Language (CPL). | -| 47 | 4 | 0 | [blog](https://github.com/ruuda/blog) | My personal site | -| 47 | 11 | 2 | [libpandoc](https://github.com/ShabbyX/libpandoc) | C bindings to Pandoc, a markup converter library written in Haskell. | -| 47 | 224 | 3 | [markdown](https://github.com/snoyberg/markdown) | Convert Markdown to HTML, with XSS protection | -| 47 | 8 | 0 | [haskoin](https://github.com/MichaelBurge/haskoin) | Proof-of-concept Blockchain in Haskell | +| 48 | 3 | 1 | [pyli](https://github.com/hausdorff/pyli) | A Python 3 compiler that anyone can understand. | +| 48 | 2 | 0 | [improve](https://github.com/tomahawkins/improve) | An imperative programming language in Haskell for high assurance embedded applications. ImProve programs are verified with model checking. ImProve compiles to C and Simulink. | +| 47 | 10 | 29 | [music-score](https://github.com/music-suite/music-score) | Musical time structure | +| 47 | 39 | 15 | [http-streams](https://github.com/afcowie/http-streams) | Haskell HTTP client library for use with io-streams | +| 47 | 3 | 0 | [idris-bash](https://github.com/mietek/idris-bash) | GNU bash backend for Idris | +| 47 | 8 | 4 | [datalog](https://github.com/travitch/datalog) | A pure Haskell implementation of Datalog | +| 47 | 34 | 7 | [win32](https://github.com/haskell/win32) | Haskell support for the Win32 API | +| 47 | 1 | 0 | [Firefly](https://github.com/ChrisPenner/Firefly) | Simple Haskell http framework | | 47 | 8 | 0 | [learninghaskell](https://github.com/ToJans/learninghaskell) | Learning Haskell | -| 47 | 1 | 1 | [haskell-ascii-progress](https://github.com/yamadapc/haskell-ascii-progress) | A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project | -| 47 | 3 | 1 | [pyli](https://github.com/hausdorff/pyli) | A Python 3 compiler that anyone can understand. | +| 47 | 10 | 22 | [freer-effects](https://github.com/IxpertaSolutions/freer-effects) | An implementation of "Freer Monads, More Extensible Effects". | +| 47 | 10 | 6 | [haskell-kubernetes](https://github.com/soundcloud/haskell-kubernetes) | Haskell bindings to the v1 Kubernetes api, generated via swagger-codegen | +| 47 | 4 | 1 | [rdr2tls](https://github.com/fpco/rdr2tls) | Haskell web service that redirects all traffic from HTTP to HTTPS | | 47 | 8 | 4 | [Monaba](https://github.com/ahushh/Monaba) | Imageboard engine written in Haskell and powered by Yesod | | 46 | 8 | 3 | [VisualProf](https://github.com/djv/VisualProf) | http://www.reddit.com/r/haskell/comments/cr15z/visualprof_profiles_your_haskell_program_and/?sort=hot | | 46 | 15 | 4 | [haskell-mpi](https://github.com/bjpop/haskell-mpi) | MPI bindings for Haskell | -| 46 | 40 | 15 | [http-streams](https://github.com/afcowie/http-streams) | Haskell HTTP client library for use with io-streams | | 46 | 2 | 0 | [reactive-bacon](https://github.com/raimohanska/reactive-bacon) | FRP (functional reactive programming) framework inspired by RX and Iteratee | -| 46 | 10 | 29 | [music-score](https://github.com/music-suite/music-score) | Musical time structure | +| 46 | 1 | 0 | [peg](https://github.com/HackerFoo/peg) | A lazy non-deterministic concatenative programming language | +| 46 | 9 | 0 | [hairy](https://github.com/tfausak/hairy) | :haircut: A JSON REST API built in Haskell. | +| 46 | 6 | 2 | [wstunnel](https://github.com/erebe/wstunnel) | Tunneling over websocket protocol - Static binary available | | 46 | 11 | 1 | [cis194-solutions](https://github.com/bschwb/cis194-solutions) | Solutions for CIS 194 - Spring 2013 | -| 46 | 3 | 4 | [effect-monad](https://github.com/dorchard/effect-monad) | Embeds effect systems in Haskell using 'parametric effect monads' | +| 46 | 3 | 3 | [weeder](https://github.com/ndmitchell/weeder) | Detect dead exports or package imports | +| 46 | 4 | 1 | [erlang-ffi](https://github.com/poor-a/erlang-ffi) | A Foreign Function Interface that lets Haskell and Erlang programs communicate. | | 46 | 3 | 2 | [hyperdrive](https://github.com/stepcut/hyperdrive) | A fast, low-level HTTP server you can trust | | 46 | 7 | 3 | [deeplearning-hs](https://github.com/ajtulloch/deeplearning-hs) | None | -| 46 | 34 | 6 | [win32](https://github.com/haskell/win32) | Haskell support for the Win32 API | -| 46 | 5 | 2 | [weigh](https://github.com/fpco/weigh) | Measure allocations of a Haskell functions/values | -| 46 | 8 | 4 | [datalog](https://github.com/travitch/datalog) | A pure Haskell implementation of Datalog | | 46 | 9 | 8 | [git-vogue](https://github.com/christian-marie/git-vogue) | Make your Haskell git repositories fashionable. | -| 46 | 14 | 23 | [ThreadScope](https://github.com/haskell/ThreadScope) | A graphical tool for profiling parallel Haskell programs | -| 46 | 7 | 0 | [Example-Distributed-App](https://github.com/wyager/Example-Distributed-App) | An example distributed systems application in Haskell using Cloud Haskell | +| 46 | 3 | 4 | [visualize-cbn](https://github.com/well-typed/visualize-cbn) | None | +| 46 | 5 | 0 | [sequences](https://github.com/haskell-perf/sequences) | Benchmarks for sequence data structures: lists, vectors, etc. | | 46 | 11 | 2 | [LibClang](https://github.com/chetant/LibClang) | Haskell FFI to libclang | -| 46 | 29 | 12 | [slack-api](https://github.com/mpickering/slack-api) | Haskell bindings to the Slack RTM API | -| 46 | 4 | 5 | [lambdacube-compiler](https://github.com/lambdacube3d/lambdacube-compiler) | LambdaCube 3D is a Haskell-like purely functional language for GPU. Try it out: | -| 46 | 10 | 22 | [freer-effects](https://github.com/IxpertaSolutions/freer-effects) | An implementation of "Freer Monads, More Extensible Effects". | +| 46 | 5 | 5 | [lambdacube-compiler](https://github.com/lambdacube3d/lambdacube-compiler) | LambdaCube 3D is a Haskell-like purely functional language for GPU. Try it out: | +| 46 | 3 | 1 | [servant-generic](https://github.com/chpatrick/servant-generic) | Specify Servant routes with records | +| 46 | 14 | 3 | [smtp-mail](https://github.com/jhickner/smtp-mail) | Making it easy to send SMTP email from Haskell | +| 46 | 3 | 3 | [hail](https://github.com/TaktInc/hail) | A service for pull-based continuous deployment based on hydra. | | 46 | 21 | 63 | [distributed-process-platform](https://github.com/haskell-distributed/distributed-process-platform) | DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution | -| 46 | 13 | 9 | [hs-jose](https://github.com/frasertweedale/hs-jose) | Haskell JOSE and JWT library | -| 45 | 1 | 0 | [peg](https://github.com/HackerFoo/peg) | A lazy non-deterministic concatenative programming language | -| 45 | 4 | 1 | [erlang-ffi](https://github.com/poor-a/erlang-ffi) | A Foreign Function Interface that lets Haskell and Erlang programs communicate. | -| 45 | 3 | 0 | [idris-bash](https://github.com/mietek/idris-bash) | GNU bash backend for Idris | -| 45 | 15 | 11 | [servant-purescript](https://github.com/eskimor/servant-purescript) | Translate servant API to purescript code, with the help of purescript-bridge. | +| 46 | 16 | 0 | [hspec-example](https://github.com/hspec/hspec-example) | A Haskell/Hspec skeleton project | +| 45 | 5 | 2 | [ads](https://github.com/waldheinz/ads) | A Freenet clone written in Haskell | +| 45 | 17 | 9 | [servant-purescript](https://github.com/eskimor/servant-purescript) | Translate servant API to purescript code, with the help of purescript-bridge. | +| 45 | 3 | 3 | [splot](https://github.com/jkff/splot) | Visualizing the activity of many concurrent processes | +| 45 | 15 | 13 | [purescript-bridge](https://github.com/eskimor/purescript-bridge) | Create PureScript datatypes from Haskell datatypes | +| 45 | 11 | 2 | [reflex-dom-inbits](https://github.com/hansroland/reflex-dom-inbits) | A tutorial for reflex-dom with small code bits | | 45 | 5 | 0 | [open-haskell](https://github.com/bitemyapp/open-haskell) | Community edited and directed course based on Spring '13 cis194. | -| 45 | 18 | 6 | [comonad](https://github.com/ekmett/comonad) | Haskell 98 comonads | -| 45 | 1 | 1 | [higher-rank](https://github.com/lexi-lambda/higher-rank) | A small Haskell implementation of Complete and Easy Bidirectional Typechecking for Higher-Rank Polymorphism | -| 45 | 5 | 0 | [sequences](https://github.com/haskell-perf/sequences) | Benchmarks for sequence data structures: lists, vectors, etc. | -| 45 | 14 | 15 | [tisch](https://github.com/k0001/tisch) | Type-safe SQL interactions with PostgreSQL, based on Opaleye. | +| 45 | 14 | 16 | [tisch](https://github.com/k0001/tisch) | Type-safe SQL interactions with PostgreSQL, based on Opaleye. | | 45 | 11 | 1 | [idris-llvm](https://github.com/idris-hackers/idris-llvm) | Idris LLVM codegen factored out | -| 45 | 34 | 6 | [cereal](https://github.com/GaloisInc/cereal) | None | -| 45 | 0 | 2 | [swift-haskell-tutorial](https://github.com/nanotech/swift-haskell-tutorial) | Integrating Haskell with Swift Mac Apps | -| 45 | 2 | 10 | [dfterm3](https://github.com/Noeda/dfterm3) | Remote Dwarf Fortress playing | +| 45 | 18 | 7 | [comonad](https://github.com/ekmett/comonad) | Haskell 98 comonads | +| 45 | 36 | 7 | [cereal](https://github.com/GaloisInc/cereal) | None | | 45 | 19 | 16 | [CV](https://github.com/aleator/CV) | Haskell wrappers and utilities for OpenCV machine vision library | -| 45 | 3 | 3 | [hail](https://github.com/TaktInc/hail) | A service for pull-based continuous deployment based on hydra. | +| 45 | 17 | 4 | [Haskell-Errors-Library](https://github.com/Gabriel439/Haskell-Errors-Library) | Type-safe error handling | +| 45 | 6 | 0 | [http2](https://github.com/kazu-yamamoto/http2) | HTTP/2.0 library including HPACK | | 45 | 3 | 2 | [twentyOne](https://github.com/olegakbarov/twentyOne) | Blackjack | -| 45 | 10 | 6 | [haskell-kubernetes](https://github.com/soundcloud/haskell-kubernetes) | Haskell bindings to the v1 Kubernetes api, generated via swagger-codegen | -| 45 | 2 | 0 | [improve](https://github.com/tomahawkins/improve) | An imperative programming language in Haskell for high assurance embedded applications. ImProve programs are verified with model checking. ImProve compiles to C and Simulink. | -| 44 | 11 | 2 | [fay-jquery](https://github.com/faylang/fay-jquery) | jQuery bindings for Fay (experimental) | -| 44 | 3 | 3 | [splot](https://github.com/jkff/splot) | Visualizing the activity of many concurrent processes | +| 45 | 5 | 1 | [objective](https://github.com/fumieval/objective) | Purely functional objects | +| 45 | 14 | 9 | [hs-jose](https://github.com/frasertweedale/hs-jose) | Haskell JOSE and JWT library | +| 45 | 8 | 0 | [lazy-lambda](https://github.com/mchakravarty/lazy-lambda) | Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit | +| 45 | 4 | 0 | [haskell-ml](https://github.com/ajtulloch/haskell-ml) | Haskell implementations of various ML algorithms. | | 44 | 2 | 0 | [hase](https://github.com/slyrz/hase) | Haskell bindings for the Senna NLP toolkit | -| 44 | 10 | 18 | [haskell-names](https://github.com/haskell-suite/haskell-names) | Haskell suite library for name resolution | -| 44 | 8 | 0 | [hairy](https://github.com/tfausak/hairy) | :haircut: A JSON REST API built in Haskell. | -| 44 | 2 | 2 | [weeder](https://github.com/ndmitchell/weeder) | Detect dead exports or package imports | -| 44 | 4 | 0 | [miv](https://github.com/itchyny/miv) | Vim plugin manager written in Haskell | -| 44 | 2 | 15 | [quickcheck-state-machine](https://github.com/advancedtelematic/quickcheck-state-machine) | Test monadic programs using state machine based models | -| 44 | 14 | 3 | [smtp-mail](https://github.com/jhickner/smtp-mail) | Making it easy to send SMTP email from Haskell | -| 44 | 6 | 0 | [http2](https://github.com/kazu-yamamoto/http2) | HTTP/2.0 library including HPACK | +| 44 | 10 | 16 | [haskell-names](https://github.com/haskell-suite/haskell-names) | Haskell suite library for name resolution | +| 44 | 5 | 0 | [Haskell-OpenGL-Tutorial](https://github.com/madjestic/Haskell-OpenGL-Tutorial) | an attempt to create a concise modern Haskell OpenGL boilerplate with basic IO | +| 44 | 39 | 10 | [xml](https://github.com/snoyberg/xml) | Various XML utility packages for Haskell | +| 44 | 28 | 1 | [semigroups](https://github.com/ekmett/semigroups) | Haskell 98 semigroups | +| 44 | 8 | 5 | [tinc](https://github.com/sol/tinc) | A dependency manager for Haskell | +| 44 | 12 | 4 | [ansi-terminal](https://github.com/feuerbach/ansi-terminal) | ANSI terminal support for Haskell, with Windows compatibility | +| 44 | 2 | 10 | [dfterm3](https://github.com/Noeda/dfterm3) | Remote Dwarf Fortress playing | +| 44 | 3 | 0 | [typeparams](https://github.com/mikeizbicki/typeparams) | Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation | | 44 | 3 | 1 | [scotch](https://github.com/bendmorris/scotch) | The Scotch programming language | | 44 | 5 | 24 | [pi-base.hs](https://github.com/jamesdabbs/pi-base.hs) | A Haskell-powered modernization of Counterexamples in Topology | -| 44 | 4 | 0 | [haskell-ml](https://github.com/ajtulloch/haskell-ml) | Haskell implementations of various ML algorithms. | -| 44 | 17 | 0 | [hspec-example](https://github.com/hspec/hspec-example) | A Haskell/Hspec skeleton project | -| 44 | 6 | 4 | [labels](https://github.com/chrisdone/labels) | Declare and access tuple fields with labels | -| 44 | 5 | 1 | [objective](https://github.com/fumieval/objective) | Purely functional objects | -| 43 | 4 | 2 | [ads](https://github.com/waldheinz/ads) | A Freenet clone written in Haskell | -| 43 | 13 | 11 | [purescript-bridge](https://github.com/eskimor/purescript-bridge) | Create PureScript datatypes from Haskell datatypes | +| 44 | 6 | 3 | [labels](https://github.com/chrisdone/labels) | Declare and access tuple fields with labels | +| 44 | 16 | 21 | [plover](https://github.com/swift-nav/plover) | Plover is a language for matrix algebra on embedded systems. | +| 44 | 13 | 13 | [ersatz](https://github.com/ekmett/ersatz) | A monad for interfacing with external SAT solvers | | 43 | 5 | 2 | [hoq](https://github.com/valis/hoq) | A language based on homotopy type theory with an interval | +| 43 | 17 | 0 | [dotfiles-alice](https://github.com/MrElendig/dotfiles-alice) | dotfiles from the 'Alice' box | +| 43 | 11 | 2 | [fay-jquery](https://github.com/faylang/fay-jquery) | jQuery bindings for Fay (experimental) | | 43 | 12 | 1 | [DSLsofMath](https://github.com/DSLsofMath/DSLsofMath) | Domain Specific Languages of Mathematics | -| 43 | 10 | 2 | [reflex-dom-inbits](https://github.com/hansroland/reflex-dom-inbits) | A tutorial for reflex-dom with small code bits | -| 43 | 23 | 2 | [language-c-quote](https://github.com/mainland/language-c-quote) | None | +| 43 | 7 | 21 | [camfort](https://github.com/camfort/camfort) | Light-weight verification and transformation tools for Fortran. See http://camfort.github.io | | 43 | 12 | 10 | [happstack-server](https://github.com/Happstack/happstack-server) | An HTTP Server | -| 43 | 8 | 3 | [tinc](https://github.com/sol/tinc) | A dependency manager for Haskell | -| 43 | 21 | 9 | [riak-haskell-client](https://github.com/riak-haskell-client/riak-haskell-client) | A fast Haskell client library for the Riak decentralized data store | -| 43 | 28 | 2 | [semigroups](https://github.com/ekmett/semigroups) | Haskell 98 semigroups | -| 43 | 3 | 0 | [typeparams](https://github.com/mikeizbicki/typeparams) | Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation | +| 43 | 23 | 2 | [language-c-quote](https://github.com/mainland/language-c-quote) | None | +| 43 | 7 | 2 | [sdr](https://github.com/adamwalker/sdr) | Software defined radio library in Haskell | +| 43 | 6 | 1 | [stepeval](https://github.com/bmillwood/stepeval) | A program for evaluating a Haskell expression step-by-step | | 43 | 4 | 7 | [phil](https://github.com/roseperrone/phil) | An extension of my brain | -| 43 | 3 | 0 | [servant-generic](https://github.com/chpatrick/servant-generic) | Specify Servant routes with records | | 43 | 8 | 1 | [effect-handlers](https://github.com/slindley/effect-handlers) | None | +| 43 | 25 | 7 | [servant-reflex](https://github.com/imalsogreg/servant-reflex) | Generate reflex client functions for querying a servant API | | 43 | 8 | 0 | [warp](https://github.com/softmechanics/warp) | A fast, light-weight web server for WAI applications. | -| 43 | 13 | 13 | [ersatz](https://github.com/ekmett/ersatz) | A monad for interfacing with external SAT solvers | +| 43 | 21 | 14 | [pretty](https://github.com/haskell/pretty) | Haskell Pretty-printer library | +| 43 | 14 | 9 | [Discord.hs](https://github.com/jano017/Discord.hs) | Have you heard of our lord and savior Haskell? | | 43 | 2 | 4 | [keera-posture](https://github.com/keera-studios/keera-posture) | Alleviate your back pain using Haskell and a webcam | -| 42 | 18 | 0 | [dotfiles-alice](https://github.com/MrElendig/dotfiles-alice) | dotfiles from the 'Alice' box | -| 42 | 6 | 12 | [arion](https://github.com/karun012/arion) | None | -| 42 | 14 | 1 | [basic-prelude](https://github.com/snoyberg/basic-prelude) | An enhanced core prelude, meant for building up more complete preludes on top of. | -| 42 | 4 | 0 | [dictionaries](https://github.com/haskell-perf/dictionaries) | Benchmarks for dictionary data structures: hash tables, maps, tries, etc. | -| 42 | 8 | 4 | [haskell-snake](https://github.com/beckyconning/haskell-snake) | Simple and short implementation of a Snake game. Any pull requests which make it shorter or cleaner would be greatly appreciated : ). | +| 43 | 21 | 13 | [arithmoi](https://github.com/cartazio/arithmoi) | arithmoi is currently maintained here | +| 43 | 0 | 0 | [arrowsmith](https://github.com/lachenmayer/arrowsmith) | Augmented editor for Elm. | | 42 | 2 | 2 | [generic-random](https://github.com/Lysxia/generic-random) | Generic random generators | -| 42 | 6 | 22 | [camfort](https://github.com/camfort/camfort) | Light-weight verification and transformation tools for Fortran. See http://camfort.github.io | -| 42 | 6 | 1 | [stepeval](https://github.com/bmillwood/stepeval) | A program for evaluating a Haskell expression step-by-step | +| 42 | 13 | 1 | [basic-prelude](https://github.com/snoyberg/basic-prelude) | An enhanced core prelude, meant for building up more complete preludes on top of. | +| 42 | 4 | 0 | [dictionaries](https://github.com/haskell-perf/dictionaries) | Benchmarks for dictionary data structures: hash tables, maps, tries, etc. | +| 42 | 0 | 0 | [blunt](https://github.com/tfausak/blunt) | :pencil2: Convert between pointfree and pointful Haskell expressions. | +| 42 | 2 | 1 | [matplotlib-haskell](https://github.com/abarbu/matplotlib-haskell) | Haskell bindings for Python's Matplotlib | | 42 | 2 | 1 | [google-translate](https://github.com/dmjio/google-translate) | :secret: Google Translate API | +| 42 | 29 | 14 | [hs-certificate](https://github.com/vincenthz/hs-certificate) | Certificate and Key Reader/Writer in haskell | +| 42 | 2 | 6 | [haskell-servant-realworld-example-app](https://github.com/dorlowd/haskell-servant-realworld-example-app) | None | +| 42 | 23 | 5 | [monad-control](https://github.com/basvandijk/monad-control) | Lift control operations, like exception catching, through monad transformers | | 42 | 6 | 25 | [language-puppet](https://github.com/bartavelle/language-puppet) | A library to work with Puppet manifests, test them and eventually replace everything ruby. | -| 42 | 3 | 0 | [SICP-in-Haskell](https://github.com/chris-taylor/SICP-in-Haskell) | None | +| 42 | 2 | 4 | [getopt-generics](https://github.com/soenkehahn/getopt-generics) | Create command line interfaces with ease | +| 42 | 10 | 8 | [apply-refact](https://github.com/mpickering/apply-refact) | Refactor Haskell source files | +| 42 | 21 | 7 | [riak-haskell-client](https://github.com/riak-haskell-client/riak-haskell-client) | A fast Haskell client library for the Riak decentralized data store | | 42 | 1 | 1 | [octopus](https://github.com/Zankoku-Okuno/octopus) | A highly-dynamic language inspired by Kernel, Javascript, Clojure, Arc and science. | -| 42 | 0 | 2 | [hs-to-coq](https://github.com/antalsz/hs-to-coq) | Convert Haskell source code to Coq source code | -| 42 | 1 | 114 | [crux](https://github.com/cruxlang/crux) | Crux Programming Language | | 42 | 20 | 7 | [retry](https://github.com/Soostone/retry) | Retry combinators for monadic actions that may fail | -| 42 | 16 | 21 | [plover](https://github.com/swift-nav/plover) | Plover is a language for matrix algebra on embedded systems. | -| 42 | 8 | 0 | [lazy-lambda](https://github.com/mchakravarty/lazy-lambda) | Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit | +| 42 | 3 | 1 | [prolog](https://github.com/Erdwolf/prolog) | A prolog interpreter written in Haskell. | +| 42 | 1 | 115 | [crux](https://github.com/cruxlang/crux) | Crux Programming Language | +| 42 | 8 | 1 | [howistart.org](https://github.com/howistart/howistart.org) | How I Start website code | +| 42 | 7 | 3 | [scotty-starter](https://github.com/scotty-web/scotty-starter) | A starter-kit for the Scotty web framework | +| 42 | 12 | 10 | [vulkan](https://github.com/expipiplus1/vulkan) | Haskell bindings for Vulkan | +| 42 | 37 | 5 | [yesod-auth-oauth2](https://github.com/thoughtbot/yesod-auth-oauth2) | OAuth2 authentication for yesod | +| 42 | 4 | 9 | [pandoc-csv2table](https://github.com/baig/pandoc-csv2table) | A Pandoc filter that renders CSV as Pandoc Markdown Tables. | +| 42 | 14 | 10 | [sqlite-simple](https://github.com/nurpax/sqlite-simple) | Mid-level bindings for sqlite | | 42 | 7 | 5 | [WebToInk](https://github.com/thlorenz/WebToInk) | Downloads and converts a properly set up Html book or a blog into mobi format | +| 42 | 5 | 1 | [bit-smuggler](https://github.com/danoctavian/bit-smuggler) | tunnel traffic through a genuine bittorrent connection | | 41 | 6 | 10 | [hit](https://github.com/vincenthz/hit) | library to manipulate git repositories in haskell (no bindings) | -| 41 | 38 | 10 | [xml](https://github.com/snoyberg/xml) | Various XML utility packages for Haskell | -| 41 | 6 | 2 | [sdr](https://github.com/adamwalker/sdr) | Software defined radio library in Haskell | +| 41 | 5 | 0 | [FractalArt](https://github.com/TomSmeets/FractalArt) | Generate colorful wallpapers! | +| 41 | 6 | 12 | [arion](https://github.com/karun012/arion) | None | +| 41 | 3 | 7 | [qmuli](https://github.com/qmuli/qmuli) | Qmuli - Serverless framework for Haskell | +| 41 | 4 | 0 | [HaskellVerbalExpressions](https://github.com/VerbalExpressions/HaskellVerbalExpressions) | None | +| 41 | 9 | 4 | [haskell-snake](https://github.com/beckyconning/haskell-snake) | Simple and short implementation of a Snake game. Any pull requests which make it shorter or cleaner would be greatly appreciated : ). | | 41 | 13 | 2 | [ghc-events-analyze](https://github.com/well-typed/ghc-events-analyze) | None | -| 41 | 28 | 13 | [hs-certificate](https://github.com/vincenthz/hs-certificate) | Certificate and Key Reader/Writer in haskell | -| 41 | 7 | 2 | [imap](https://github.com/mkawalec/imap) | A performant IMAP client library | | 41 | 1 | 1 | [Molog](https://github.com/acfoltzer/Molog) | A typed logic programming language embedded in Haskell | +| 41 | 7 | 1 | [imap](https://github.com/mkawalec/imap) | A performant IMAP client library | +| 41 | 3 | 0 | [SICP-in-Haskell](https://github.com/chris-taylor/SICP-in-Haskell) | None | +| 41 | 5 | 1 | [extensible](https://github.com/fumieval/extensible) | Extensible records, variants, structs, effects, tangles | +| 41 | 10 | 0 | [GLUT](https://github.com/haskell-opengl/GLUT) | Haskell bindings to GLUT | +| 41 | 6 | 1 | [ledger4](https://github.com/ledger/ledger4) | A rewrite of Ledger's core mathematical concepts in Haskell | | 41 | 3 | 2 | [barley](https://github.com/mzero/barley) | Get going with Haskell ASAP | | 41 | 8 | 1 | [hs-language-php](https://github.com/jhartikainen/hs-language-php) | Experimental Haskell PHP parser / evaluator / code generator | -| 41 | 8 | 1 | [howistart.org](https://github.com/howistart/howistart.org) | How I Start website code | | 41 | 12 | 5 | [hsh](https://github.com/jgoerzen/hsh) | Shell Integration Library [Haskell] | -| 41 | 7 | 26 | [blank-canvas](https://github.com/ku-fpg/blank-canvas) | A Haskell API into HTML5 Canvas | | 41 | 3 | 0 | [hLLVM](https://github.com/mlite/hLLVM) | A Haskell library for analysing and transforming LLVM code | -| 41 | 16 | 4 | [Haskell-Errors-Library](https://github.com/Gabriel439/Haskell-Errors-Library) | Type-safe error handling | -| 41 | 14 | 10 | [sqlite-simple](https://github.com/nurpax/sqlite-simple) | Mid-level bindings for sqlite | +| 41 | 7 | 1 | [http-proxy](https://github.com/erikd/http-proxy) | A Haskell library for writing HTTP and HTTPS proxies. | +| 41 | 8 | 26 | [blank-canvas](https://github.com/ku-fpg/blank-canvas) | A Haskell API into HTML5 Canvas | +| 41 | 13 | 1 | [file-embed](https://github.com/snoyberg/file-embed) | Use Template Haskell to embed file contents directly. | +| 41 | 41 | 9 | [X11](https://github.com/xmonad/X11) | A Haskell binding to the X11 graphics library. | +| 41 | 9 | 4 | [ngless](https://github.com/luispedro/ngless) | NGLess: NGS with less work | +| 41 | 22 | 2 | [docker-hs](https://github.com/denibertovic/docker-hs) | A Haskell library for the Docker Engine API | | 41 | 0 | 0 | [ascii-art-to-unicode](https://github.com/fmthoma/ascii-art-to-unicode) | Small program to convert ASCII box art to Unicode box drawings. | -| 41 | 3 | 1 | [pdata](https://github.com/exclipy/pdata) | Purely functional, persistent and efficient vector and hash-map data structures for Haskell | +| 41 | 26 | 6 | [BoardAlfa](https://github.com/Zenius2016/BoardAlfa) | Temporary Official repo for board announcement ZenXLeague | +| 41 | 4 | 2 | [pdata](https://github.com/exclipy/pdata) | Purely functional, persistent and efficient vector and hash-map data structures for Haskell | | 41 | 5 | 0 | [tal](https://github.com/sweirich/tal) | An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) | | 41 | 2 | 0 | [slacky](https://github.com/mitchellwrosen/slacky) | None | -| 41 | 21 | 14 | [pretty](https://github.com/haskell/pretty) | Haskell Pretty-printer library | -| 41 | 5 | 1 | [bit-smuggler](https://github.com/danoctavian/bit-smuggler) | tunnel traffic through a genuine bittorrent connection | | 41 | 13 | 10 | [hpodder](https://github.com/jgoerzen/hpodder) | Podcatcher to download podcasts [Haskell] (unmaintained) | -| 40 | 3 | 0 | [HaskellVerbalExpressions](https://github.com/VerbalExpressions/HaskellVerbalExpressions) | None | +| 41 | 2 | 0 | [dhall-nix](https://github.com/dhall-lang/dhall-nix) | Dhall to Nix compiler | | 40 | 1 | 0 | [herl](https://github.com/kolmodin/herl) | Erlang BEAM emulator in Haskell | -| 40 | 5 | 0 | [FractalArt](https://github.com/TomSmeets/FractalArt) | Generate colorful wallpapers! | -| 40 | 0 | 0 | [blunt](https://github.com/tfausak/blunt) | :pencil2: Convert between pointfree and pointful Haskell expressions. | -| 40 | 3 | 2 | [wstunnel](https://github.com/erebe/wstunnel) | Tunneling over websocket protocol - Static binary available | -| 40 | 2 | 1 | [matplotlib-haskell](https://github.com/abarbu/matplotlib-haskell) | Haskell bindings for Python's Matplotlib | -| 40 | 3 | 0 | [Haskell-OpenGL-Tutorial](https://github.com/madjestic/Haskell-OpenGL-Tutorial) | an attempt to create a concise modern Haskell OpenGL boilerplate with basic IO | -| 40 | 2 | 4 | [getopt-generics](https://github.com/soenkehahn/getopt-generics) | Create command line interfaces with ease | +| 40 | 18 | 5 | [postgresql-simple-migration](https://github.com/ameingast/postgresql-simple-migration) | PostgreSQL Schema Migrations for Haskell | +| 40 | 9 | 5 | [zip](https://github.com/mrkkrp/zip) | Efficient library for manipulating zip archives | +| 40 | 22 | 11 | [trypurescript](https://github.com/purescript/trypurescript) | PureScript in the browser | | 40 | 12 | 7 | [bloomfilter](https://github.com/bos/bloomfilter) | A fast Haskell Bloom filter library. | | 40 | 3 | 0 | [plhaskell](https://github.com/ocharles/plhaskell) | Write PostgreSQL functions in Haskell | -| 40 | 2 | 7 | [pretty-simple](https://github.com/cdepillabout/pretty-simple) | pretty-printer for Haskell data types that have a Show instance | -| 40 | 10 | 0 | [GLUT](https://github.com/haskell-opengl/GLUT) | Haskell bindings to GLUT | -| 40 | 10 | 8 | [apply-refact](https://github.com/mpickering/apply-refact) | Refactor Haskell source files | +| 40 | 6 | 4 | [hjsonschema](https://github.com/seagreen/hjsonschema) | JSON Schema library for Haskell | +| 40 | 3 | 3 | [aeson-qq](https://github.com/sol/aeson-qq) | JSON quasiquoter for Haskell | +| 40 | 22 | 12 | [raaz](https://github.com/raaz-crypto/raaz) | Cryptographic network library for Haskell | +| 40 | 17 | 7 | [jsaddle](https://github.com/ghcjs/jsaddle) | JavaScript interface that works with GHCJS or GHC | | 40 | 7 | 0 | [rbm](https://github.com/aeyakovenko/rbm) | restricted boltzmann machine | -| 40 | 6 | 1 | [http-proxy](https://github.com/erikd/http-proxy) | A Haskell library for writing HTTP and HTTPS proxies. | | 40 | 6 | 15 | [hunt](https://github.com/hunt-framework/hunt) | A flexible, lightweight search platform | -| 40 | 25 | 4 | [servant-reflex](https://github.com/imalsogreg/servant-reflex) | Generate reflex client functions for querying a servant API | -| 40 | 3 | 1 | [prolog](https://github.com/Erdwolf/prolog) | A prolog interpreter written in Haskell. | -| 40 | 7 | 3 | [scotty-starter](https://github.com/scotty-web/scotty-starter) | A starter-kit for the Scotty web framework | -| 40 | 8 | 4 | [ngless](https://github.com/luispedro/ngless) | NGLess: NGS with less work | -| 40 | 26 | 6 | [BoardAlfa](https://github.com/Zenius2016/BoardAlfa) | Temporary Official repo for board announcement ZenXLeague | -| 40 | 2 | 0 | [cacophony](https://github.com/centromere/cacophony) | A Haskell library implementing the Noise protocol. | -| 40 | 4 | 8 | [pandoc-csv2table](https://github.com/baig/pandoc-csv2table) | A Pandoc filter that renders CSV as Pandoc Markdown Tables. | -| 40 | 0 | 0 | [arrowsmith](https://github.com/lachenmayer/arrowsmith) | Augmented editor for Elm. | -| 40 | 4 | 5 | [postgresql-orm](https://github.com/alevy/postgresql-orm) | An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL. | +| 40 | 1 | 0 | [type-of-html](https://github.com/knupfer/type-of-html) | High performance type safe html generation | +| 40 | 6 | 0 | [haskell-from-python](https://github.com/nh2/haskell-from-python) | Example how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary) | +| 40 | 4 | 0 | [haskell-parser-examples](https://github.com/ghulette/haskell-parser-examples) | Examples of a simple parser written in both Parsec and Happy/Alex | +| 40 | 10 | 27 | [hayoo](https://github.com/hunt-framework/hayoo) | Hackage search engine | +| 40 | 16 | 12 | [mwc-random](https://github.com/bos/mwc-random) | A very fast Haskell library for generating high quality pseudo-random numbers. | | 40 | 11 | 45 | [fcore](https://github.com/hkuplg/fcore) | Research middleware compiler from System F-based languages to Java with the Imperative Functional Object encoding | -| 39 | 9 | 2 | [euphoria](https://github.com/tsurucapital/euphoria) | Dynamic network FRP with events and continuous values | -| 39 | 9 | 5 | [zip](https://github.com/mrkkrp/zip) | Efficient library for manipulating zip archives | -| 39 | 3 | 7 | [qmuli](https://github.com/qmuli/qmuli) | Qmuli - Serverless framework for Haskell | +| 40 | 2 | 0 | [cacophony](https://github.com/centromere/cacophony) | A Haskell library implementing the Noise protocol. | +| 40 | 1 | 14 | [Allure](https://github.com/AllureOfTheStars/Allure) | Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad game written in Haskell | +| 40 | 5 | 5 | [postgresql-orm](https://github.com/alevy/postgresql-orm) | An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL. | +| 39 | 8 | 2 | [euphoria](https://github.com/tsurucapital/euphoria) | Dynamic network FRP with events and continuous values | | 39 | 5 | 0 | [haskell](https://github.com/ryanpbrewster/haskell) | Personal haskell programs | -| 39 | 17 | 4 | [postgresql-simple-migration](https://github.com/ameingast/postgresql-simple-migration) | PostgreSQL Schema Migrations for Haskell | | 39 | 2 | 0 | [putting-lenses-to-work](https://github.com/jwiegley/putting-lenses-to-work) | A presentation for BayHac 2017 on how I uses lenses at work | -| 39 | 3 | 0 | [llvm-tutorial-standalone](https://github.com/sdiehl/llvm-tutorial-standalone) | DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope ) | -| 39 | 2 | 6 | [haskell-servant-realworld-example-app](https://github.com/dorlowd/haskell-servant-realworld-example-app) | None | -| 39 | 3 | 3 | [aeson-qq](https://github.com/sol/aeson-qq) | JSON quasiquoter for Haskell | -| 39 | 6 | 4 | [hjsonschema](https://github.com/seagreen/hjsonschema) | JSON Schema library for Haskell | +| 39 | 1 | 0 | [liskell](https://github.com/haskell-lisp/liskell) | Haskell Semantics with Lisp Syntax | +| 39 | 7 | 6 | [hfmt](https://github.com/danstiner/hfmt) | Format Haskell programs. Inspired by the gofmt utility. | | 39 | 14 | 0 | [haskell-buildpack-demo](https://github.com/puffnfresh/haskell-buildpack-demo) | Demo of the Heroku Haskell Buildpack | -| 39 | 6 | 1 | [ledger4](https://github.com/ledger/ledger4) | A rewrite of Ledger's core mathematical concepts in Haskell | -| 39 | 0 | 0 | [haskey](https://github.com/haskell-haskey/haskey) | Transactional key-value store written entirely in Haskell | -| 39 | 22 | 14 | [raaz](https://github.com/raaz-crypto/raaz) | Cryptographic network library for Haskell | -| 39 | 4 | 6 | [vaultenv](https://github.com/channable/vaultenv) | Launch processes with Vault secrets in the environment | +| 39 | 10 | 2 | [packdeps](https://github.com/snoyberg/packdeps) | Web app to track lagging package dependencies. | +| 39 | 8 | 4 | [orgmode-parse](https://github.com/ixmatus/orgmode-parse) | Attoparsec parser combinators for parsing org-mode structured text! | | 39 | 14 | 8 | [hs-stripe](https://github.com/michaelschade/hs-stripe) | A Haskell implementation of the Stripe API. | | 39 | 4 | 5 | [haskell-logger](https://github.com/wdanilo/haskell-logger) | Fast & extensible logging framework for Haskell! | | 39 | 7 | 3 | [yarr](https://github.com/leventov/yarr) | Yer another array library | -| 39 | 37 | 5 | [yesod-auth-oauth2](https://github.com/thoughtbot/yesod-auth-oauth2) | OAuth2 authentication for yesod | -| 39 | 21 | 3 | [docker-hs](https://github.com/denibertovic/docker-hs) | A Haskell library for the Docker Engine API | | 39 | 4 | 0 | [Haskell-List-Transformer-Library](https://github.com/Gabriel439/Haskell-List-Transformer-Library) | List monad transformer | -| 39 | 7 | 0 | [haskell-OpenGL-examples](https://github.com/bergey/haskell-OpenGL-examples) | None | -| 39 | 39 | 9 | [X11](https://github.com/xmonad/X11) | A Haskell binding to the X11 graphics library. | | 39 | 3 | 0 | [termplot](https://github.com/jimenezrick/termplot) | ▁▂▃▅▂▇ Plot time series in your terminal in real-time | -| 39 | 1 | 5 | [HGamer3D](https://github.com/urs-of-the-backwoods/HGamer3D) | A tool to use Haskell for game programming. | -| 39 | 10 | 27 | [hayoo](https://github.com/hunt-framework/hayoo) | Hackage search engine | -| 39 | 5 | 1 | [haskell-tetris](https://github.com/hauxir/haskell-tetris) | Tetris game written in Haskell using ncurses | -| 39 | 4 | 0 | [haskell-parser-examples](https://github.com/ghulette/haskell-parser-examples) | Examples of a simple parser written in both Parsec and Happy/Alex | -| 39 | 11 | 13 | [saltine](https://github.com/tel/saltine) | Cryptography that's easy to digest (NaCl/libsodium bindings) | -| 39 | 14 | 6 | [Discord.hs](https://github.com/jano017/Discord.hs) | Have you heard of our lord and savior Haskell? | -| 39 | 19 | 7 | [arithmoi](https://github.com/cartazio/arithmoi) | arithmoi is currently maintained here | -| 39 | 1 | 12 | [Allure](https://github.com/AllureOfTheStars/Allure) | Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad game written in Haskell | -| 38 | 1 | 0 | [liskell](https://github.com/haskell-lisp/liskell) | Haskell Semantics with Lisp Syntax | +| 39 | 8 | 0 | [haskell-OpenGL-examples](https://github.com/bergey/haskell-OpenGL-examples) | None | +| 39 | 3 | 2 | [scanner](https://github.com/Yuras/scanner) | Fast non-backtracking incremental combinator parsing for bytestrings | +| 39 | 2 | 20 | [hevm](https://github.com/dapphub/hevm) | A debug-oriented implementation of the Ethereum VM (EVM) | +| 39 | 6 | 5 | [haskell-tetris](https://github.com/hauxir/haskell-tetris) | Tetris game written in Haskell using ncurses | +| 39 | 11 | 12 | [saltine](https://github.com/tel/saltine) | Cryptography that's easy to digest (NaCl/libsodium bindings) | +| 38 | 2 | 0 | [javelin](https://github.com/antonlogvinenko/javelin) | JVM implementation in Haskell | +| 38 | 5 | 0 | [SitePipe](https://github.com/ChrisPenner/SitePipe) | Yet another static site generator - non-opinionated, value-level. Less magic == easier to understand | +| 38 | 27 | 9 | [tidal-midi](https://github.com/tidalcycles/tidal-midi) | Tidal module for sending patterns over MIDI | | 38 | 1 | 1 | [ssh-key-generator](https://github.com/mithrandi/ssh-key-generator) | A utility for deterministically generating ssh keypairs | -| 38 | 2 | 12 | [interactive-diagrams](https://github.com/co-dan/interactive-diagrams) | Interactive-diagrams | +| 38 | 17 | 6 | [lio](https://github.com/PLSysSec/lio) | Labeled IO Library | +| 38 | 17 | 1 | [Write-Yourself-A-Scheme-In-48-Hours](https://github.com/dstcruz/Write-Yourself-A-Scheme-In-48-Hours) | My solutions to the popular Haskell tutorial | | 38 | 36 | 2 | [snaplet-postgresql-simple](https://github.com/mightybyte/snaplet-postgresql-simple) | None | -| 38 | 16 | 7 | [lio](https://github.com/PLSysSec/lio) | Labeled IO Library | -| 38 | 23 | 6 | [monad-control](https://github.com/basvandijk/monad-control) | Lift control operations, like exception catching, through monad transformers | -| 38 | 1 | 1 | [effects](https://github.com/goldfirere/effects) | A Haskell translation of Idris's original algebraic effects library | -| 38 | 6 | 0 | [haskell-from-python](https://github.com/nh2/haskell-from-python) | Example how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary) | -| 38 | 3 | 2 | [scanner](https://github.com/Yuras/scanner) | Fast non-backtracking incremental combinator parsing for bytestrings | -| 38 | 12 | 10 | [vulkan](https://github.com/expipiplus1/vulkan) | Haskell bindings for Vulkan | +| 38 | 20 | 12 | [csv-conduit](https://github.com/ozataman/csv-conduit) | Flexible, fast and constant-space CSV library for Haskell using conduits | +| 38 | 12 | 42 | [haskell-indexer](https://github.com/google/haskell-indexer) | Emits code crossreference data for Haskell sources. | +| 38 | 2 | 1 | [effects](https://github.com/goldfirere/effects) | A Haskell translation of Idris's original algebraic effects library | +| 38 | 3 | 0 | [llvm-tutorial-standalone](https://github.com/sdiehl/llvm-tutorial-standalone) | DEPRECATED (Use: https://github.com/llvm-hs/llvm-hs-kaleidoscope ) | +| 38 | 12 | 4 | [mustache](https://github.com/JustusAdam/mustache) | Haskell implementation of mustache templates | +| 38 | 14 | 0 | [learn_haskell](https://github.com/yogsototh/learn_haskell) | An attemps to make a document to help learn Haskell | | 38 | 2 | 3 | [dixi](https://github.com/liamoc/dixi) | A wiki based on firm theoretical foundations | | 38 | 4 | 5 | [hackage-diff](https://github.com/blitzcode/hackage-diff) | Compare the public API of different versions of a Hackage library | -| 38 | 8 | 0 | [GrassMudHorse](https://github.com/soimort/GrassMudHorse) | An implementation of GrassMudHorse programming language in Haskell | -| 38 | 4 | 2 | [event](https://github.com/tibbe/event) | A Haskell event notification library | -| 38 | 2 | 2 | [type-nat-solver](https://github.com/yav/type-nat-solver) | A plugin for solving numeric constraints in GHC's type-checker | -| 38 | 12 | 0 | [esbmc](https://github.com/esbmc/esbmc) | The efficient SMT-based bounded model checker | -| 38 | 6 | 0 | [patches-vector](https://github.com/liamoc/patches-vector) | A library for patches (diffs) on vectors: composable, mergeable and invertible | -| 37 | 1 | 4 | [zhina-dns](https://github.com/riaqn/zhina-dns) | A DNS proxy for netizens in Zhina | -| 37 | 5 | 2 | [rifactor](https://github.com/Knewton/rifactor) | Automatically refactor your AWS Reserved Instances to match your running Instances. Save $$$. | -| 37 | 2 | 0 | [javelin](https://github.com/antonlogvinenko/javelin) | JVM implementation in Haskell | -| 37 | 1 | 1 | [SciFlow](https://github.com/kaizhang/SciFlow) | Scientific workflow management | -| 37 | 20 | 10 | [csv-conduit](https://github.com/ozataman/csv-conduit) | Flexible, fast and constant-space CSV library for Haskell using conduits | -| 37 | 3 | 0 | [Dao](https://github.com/RaminHAL9001/Dao) | The Dao System, a Haskell package providing a domain-specific scripting language and knowledge base designed for artificial intelligence, specifically for understanding natural language. | -| 37 | 10 | 2 | [packdeps](https://github.com/snoyberg/packdeps) | Web app to track lagging package dependencies. | -| 37 | 4 | 2 | [extensible](https://github.com/fumieval/extensible) | Extensible records, variants, structs, effects, tangles | -| 37 | 17 | 1 | [Write-Yourself-A-Scheme-In-48-Hours](https://github.com/dstcruz/Write-Yourself-A-Scheme-In-48-Hours) | My solutions to the popular Haskell tutorial | -| 37 | 7 | 4 | [orgmode-parse](https://github.com/ixmatus/orgmode-parse) | Attoparsec parser combinators for parsing org-mode structured text! | -| 37 | 10 | 7 | [ansi-terminal](https://github.com/feuerbach/ansi-terminal) | ANSI terminal support for Haskell, with Windows compatibility | -| 37 | 0 | 0 | [Dataflow-and-Reactive-Programming-Systems](https://github.com/dataflowbook/Dataflow-and-Reactive-Programming-Systems) | Dataflow and Reactive Programming Systems Book | -| 37 | 3 | 0 | [describe](https://github.com/drbunsen/describe) | describe: A Descriptive Statistics Utility | -| 37 | 1 | 3 | [hee](https://github.com/kputnam/hee) | Statically-typed functional and concatenative language | -| 37 | 6 | 4 | [Lambency](https://github.com/Mokosha/Lambency) | A Real-Time Rendering framework written in Haskell | -| 37 | 3 | 0 | [backprop](https://github.com/mstksg/backprop) | Heterogeneous, type-safe automatic backpropagation in Haskell | -| 37 | 3 | 24 | [bracer](https://github.com/patrickt/bracer) | a language workbench for parsing and transforming curly-brace languages | -| 37 | 13 | 13 | [BuildWrapper](https://github.com/JPMoresmau/BuildWrapper) | Utility to manage haskell projects for an IDE | -| 37 | 7 | 9 | [cassy](https://github.com/Soostone/cassy) | High level Cassandra bindings for Haskell | -| 37 | 4 | 4 | [wrecker](https://github.com/skedgeme/wrecker) | An HTTP Benchmarking Library | -| 37 | 4 | 0 | [machines-play](https://github.com/alanz/machines-play) | Playing with https://github.com/ekmett/machines | -| 37 | 4 | 0 | [Hubert](https://github.com/Hrothen/Hubert) | Toy web rendering engine in haskell | -| 37 | 16 | 0 | [accelerate-examples](https://github.com/AccelerateHS/accelerate-examples) | Examples and regression tests for the Accelerate language | -| 37 | 16 | 11 | [mwc-random](https://github.com/bos/mwc-random) | A very fast Haskell library for generating high quality pseudo-random numbers. | -| 36 | 5 | 8 | [accelerate-opencl](https://github.com/HIPERFIT/accelerate-opencl) | None | -| 36 | 4 | 3 | [lord](https://github.com/rnons/lord) | A unified interface to online radios using mpd/mplayer as backend | -| 36 | 9 | 4 | [cab](https://github.com/kazu-yamamoto/cab) | A maintenance command of Haskell cabal packages | \ No newline at end of file +| 38 | 1 | 3 | [hee](https://github.com/kputnam/hee) | Statically-typed functional and concatenative language | \ No newline at end of file diff --git a/README-Java.md b/README-Java.md index acdf51f..4947b1f 100644 --- a/README-Java.md +++ b/README-Java.md @@ -1,1003 +1,1003 @@ ## This is a most popular repository list for Java sorted by number of stars |STARS|FORKS|ISSUES|NAME|DESCRIPTION| | --- | --- | --- | --- | --- | -| 27070 | 4761 | 32 | [RxJava](https://github.com/ReactiveX/RxJava) | RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. | -| 24880 | 8800 | 1309 | [elasticsearch](https://github.com/elastic/elasticsearch) | Open Source, Distributed, RESTful Search Engine | -| 23705 | 7593 | 173 | [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | Design patterns implemented in Java | -| 23636 | 4757 | 65 | [retrofit](https://github.com/square/retrofit) | Type-safe HTTP client for Android and Java by Square, Inc. | -| 22194 | 5355 | 97 | [okhttp](https://github.com/square/okhttp) | An HTTP+HTTP/2 client for Android and Java applications. | -| 18711 | 4395 | 787 | [guava](https://github.com/google/guava) | Google Core Libraries for Java | -| 18014 | 3689 | 54 | [butterknife](https://github.com/JakeWharton/butterknife) | Bind Android views and callbacks to fields and methods. | -| 17941 | 5192 | 1013 | [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) | A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations. | -| 17593 | 3553 | 453 | [glide](https://github.com/bumptech/glide) | An image loading and caching library for Android focused on smooth scrolling | -| 17263 | 1775 | 53 | [kotlin](https://github.com/JetBrains/kotlin) | The Kotlin Programming Language | -| 16667 | 2778 | 32 | [leakcanary](https://github.com/square/leakcanary) | A memory leak detection library for Android and Java. | -| 16032 | 11398 | 156 | [spring-framework](https://github.com/spring-projects/spring-framework) | The Spring Framework | -| 15840 | 3762 | 91 | [EventBus](https://github.com/greenrobot/EventBus) | Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. | -| 15624 | 6465 | 433 | [Android-Universal-Image-Loader](https://github.com/nostra13/Android-Universal-Image-Loader) | Powerful and flexible library for loading, caching and displaying images on Android. | -| 15592 | 13521 | 576 | [spring-boot](https://github.com/spring-projects/spring-boot) | Spring Boot | -| 15375 | 2212 | 37 | [lottie-android](https://github.com/airbnb/lottie-android) | Render After Effects animations natively on Android and iOS | -| 15172 | 6725 | 10 | [zxing](https://github.com/zxing/zxing) | ZXing ("Zebra Crossing") barcode scanning library for Java, Android | -| 14763 | 5194 | 58 | [iosched](https://github.com/google/iosched) | The Google I/O 2017 Android App | -| 14133 | 3660 | 184 | [picasso](https://github.com/square/picasso) | A powerful image downloading and caching library for Android | -| 13603 | 2325 | 6 | [RxAndroid](https://github.com/ReactiveX/RxAndroid) | RxJava bindings for Android | -| 13369 | 3425 | 151 | [fresco](https://github.com/facebook/fresco) | An Android library for managing images and the memory they use. | -| 12871 | 4178 | 25 | [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode) | :fire: Android developers should collect the following utils(updating) | -| 12335 | 5399 | 204 | [libgdx](https://github.com/libgdx/libgdx) | Desktop/Android/HTML5/iOS Java game development framework | -| 11198 | 3089 | 46 | [PhotoView](https://github.com/chrisbanes/PhotoView) | Implementation of ImageView for Android that supports zooming, by various touch gestures. | -| 11139 | 5302 | 358 | [netty](https://github.com/netty/netty) | Netty project - an event-driven asynchronous network application framework | -| 11012 | 2132 | 14 | [material-dialogs](https://github.com/afollestad/material-dialogs) | A beautiful, fluid, and customizable dialogs API. | -| 10891 | 2161 | 116 | [Hystrix](https://github.com/Netflix/Hystrix) | Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable. | -| 10870 | 1505 | 3 | [interviews](https://github.com/kdn251/interviews) | Everything you need to know to get the job. | -| 10852 | 9670 | 355 | [dubbo](https://github.com/alibaba/dubbo) | :loudspeaker: Dubbo is a distributed, high performance RPC framework empowering applications with service import/export capabilities. | -| 10677 | 5602 | 308 | [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) | An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks! | -| 10495 | 3509 | 387 | [fastjson](https://github.com/alibaba/fastjson) | :bullettrain_side: A fast JSON parser/generator for Java | -| 9999 | 2097 | 13 | [Material-Animations](https://github.com/lgvalle/Material-Animations) | Android Transition animations explanation with examples. | -| 9965 | 4330 | 216 | [android-async-http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android | -| 9879 | 2088 | 9 | [tinker](https://github.com/Tencent/tinker) | Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. | -| 9657 | 2425 | 54 | [androidannotations](https://github.com/androidannotations/androidannotations) | Fast Android Development. Easy maintainance. | -| 9607 | 2017 | 31 | [plaid](https://github.com/nickbutcher/plaid) | An Android app which provides design news & inspiration as well as being an example of implementing material design. | -| 9559 | 2395 | 105 | [Android-CleanArchitecture](https://github.com/android10/Android-CleanArchitecture) | This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach. | -| 9505 | 2096 | 6 | [BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) | BRVAH:Powerful and flexible RecyclerAdapter | -| 9289 | 4271 | 213 | [ViewPagerIndicator](https://github.com/JakeWharton/ViewPagerIndicator) | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. | -| 9030 | 1799 | 47 | [storm](https://github.com/nathanmarz/storm) | Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more | -| 8946 | 3748 | 111 | [PocketHub](https://github.com/pockethub/PocketHub) | PocketHub Android App | -| 8728 | 2315 | 293 | [AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout) | The Most Powerful Swipe Layout! | -| 8534 | 2424 | 186 | [greenDAO](https://github.com/greenrobot/greenDAO) | greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. | -| 8402 | 2378 | 254 | [MaterialDesignLibrary](https://github.com/navasmdc/MaterialDesignLibrary) | This is a library with components of Android L to you use in android 2.2 | -| 8391 | 773 | 74 | [stetho](https://github.com/facebook/stetho) | Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. | -| 8388 | 5154 | 30 | [Android-PullToRefresh](https://github.com/chrisbanes/Android-PullToRefresh) | DEPRECATED | -| 8358 | 1318 | 366 | [realm-java](https://github.com/realm/realm-java) | Realm is a mobile database: a replacement for SQLite & ORMs | -| 8342 | 2703 | 33 | [android-UniversalMusicPlayer](https://github.com/googlesamples/android-UniversalMusicPlayer) | This sample shows how to implement an audio media app that works across multiple form factors and provide a consistent user experience on Android phones, tablets, Auto, Wear and Cast devices | -| 8338 | 2706 | 152 | [android-Ultra-Pull-To-Refresh](https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh) | Ultra Pull to Refresh for Android. Support all the views. | -| 8168 | 2185 | 1013 | [Signal-Android](https://github.com/WhisperSystems/Signal-Android) | A private messenger for Android. | -| 8127 | 1883 | 31 | [AndroidViewAnimations](https://github.com/daimajia/AndroidViewAnimations) | Cute view animation collection. | -| 8118 | 1668 | 3 | [MaterialDrawer](https://github.com/mikepenz/MaterialDrawer) | The flexible, easy to use, all in one drawer library for your Android project. | -| 8009 | 1947 | 169 | [Android-ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView) | Android library to observe scroll events on scrollable views. | -| 7941 | 2104 | 34 | [CircleImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android | -| 7879 | 1486 | 6 | [java8-tutorial](https://github.com/winterbe/java8-tutorial) | Modern Java - A Guide to Java 8 | -| 7858 | 407 | 198 | [FizzBuzzEnterpriseEdition](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition) | FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes. | -| 7731 | 2597 | 217 | [ExoPlayer](https://github.com/google/ExoPlayer) | An extensible media player for Android | -| 7695 | 669 | 30 | [HomeMirror](https://github.com/HannahMitt/HomeMirror) | Android application powering the mirror in my house | -| 7682 | 3540 | 565 | [druid](https://github.com/alibaba/druid) | :hotsprings: 为监控而生的数据库连接池!阿里云DRDS(https://www.aliyun.com/product/drds )、阿里巴巴TDDL 连接池powered by Druid | -| 7361 | 4040 | 92 | [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock) | [DEPRECATED] Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme. | -| 7338 | 1318 | 18 | [logger](https://github.com/orhanobut/logger) | ✔️ Simple, pretty and powerful logger for android | -| 7111 | 3531 | 520 | [deeplearning4j](https://github.com/deeplearning4j/deeplearning4j) | Deep Learning for Java, Scala & Clojure on Hadoop & Spark With GPUs - From Skymind | -| 7015 | 1751 | 16 | [cheesesquare](https://github.com/chrisbanes/cheesesquare) | Demos the new Android Design library. | -| 7008 | 997 | 1012 | [bazel](https://github.com/bazelbuild/bazel) | a fast, scalable, multi-language and extensible build system | -| 6919 | 1281 | 262 | [BottomBar](https://github.com/roughike/BottomBar) | A custom view component that mimics the new Material Design Bottom Navigation pattern. | -| 6792 | 1247 | 27 | [AppIntro](https://github.com/apl-devs/AppIntro) | Make a cool intro for your Android app. | -| 6784 | 862 | 100 | [Calligraphy](https://github.com/chrisjenx/Calligraphy) | Custom fonts in Android the easy way... | -| 6766 | 1417 | 83 | [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators) | An Android Animation library which easily add itemanimator to RecyclerView items. | -| 6734 | 627 | 3 | [agera](https://github.com/google/agera) | Reactive Programming for Android | -| 6692 | 1965 | 202 | [AndroidSlidingUpPanel](https://github.com/umano/AndroidSlidingUpPanel) | This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano. | -| 6673 | 4803 | 106 | [platform_frameworks_base](https://github.com/android/platform_frameworks_base) | None | -| 6655 | 470 | 56 | [lottie-react-native](https://github.com/airbnb/lottie-react-native) | Lottie wrapper for React Native. | -| 6571 | 1093 | 7 | [clojure](https://github.com/clojure/clojure) | The Clojure programming language | -| 6560 | 1244 | 122 | [spark](https://github.com/perwendel/spark) | A simple expressive web framework for java. News: Spark now has a kotlin DSL https://github.com/perwendel/spark-kotlin | -| 6556 | 1209 | 151 | [vert.x](https://github.com/eclipse/vert.x) | Vert.x is a tool-kit for building reactive applications on the JVM | -| 6514 | 1805 | 3 | [Android_Data](https://github.com/Freelander/Android_Data) | Some Android learning materials, hoping to help you learn Android development. | -| 6487 | 1017 | 162 | [zipkin](https://github.com/openzipkin/zipkin) | Zipkin is a distributed tracing system | -| 6440 | 1287 | 165 | [MaterialViewPager](https://github.com/florent37/MaterialViewPager) | A Material Design ViewPager easy to use library | -| 6431 | 2103 | 1063 | [presto](https://github.com/prestodb/presto) | Distributed SQL query engine for big data | -| 6389 | 2024 | 60 | [dagger](https://github.com/square/dagger) | A fast dependency injector for Android and Java. | -| 6385 | 2466 | 116 | [junit4](https://github.com/junit-team/junit4) | A programmer-oriented testing framework for Java. | -| 6335 | 1734 | 5 | [disruptor](https://github.com/LMAX-Exchange/disruptor) | High Performance Inter-Thread Messaging Library | -| 6218 | 2853 | 217 | [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip) | An interactive indicator to navigate between the different pages of a ViewPager | -| 6171 | 1380 | 14 | [Android-Bootstrap](https://github.com/Bearded-Hen/Android-Bootstrap) | Bootstrap style widgets for Android, with Glyph Icons | -| 6120 | 651 | 28 | [RxBinding](https://github.com/JakeWharton/RxBinding) | RxJava binding APIs for Android's UI widgets. | -| 6051 | 3707 | 445 | [kafka](https://github.com/apache/kafka) | Mirror of Apache Kafka | -| 5965 | 221 | 94 | [dropwizard](https://github.com/dropwizard/dropwizard) | A damn simple library for building production-ready RESTful web services. | -| 5943 | 719 | 74 | [physical-web](https://github.com/google/physical-web) | The Physical Web: walk up and use anything | -| 5940 | 1013 | 3 | [SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout) | 下拉刷新、上拉加载、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。 | -| 5923 | 1031 | 45 | [vlayout](https://github.com/alibaba/vlayout) | Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview. | -| 5901 | 1335 | 168 | [UltimateRecyclerView](https://github.com/cymcsg/UltimateRecyclerView) | A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features. | -| 5831 | 1360 | 1 | [AndroidInterview-Q-A](https://github.com/JackyAndroid/AndroidInterview-Q-A) | The top Internet companies android interview questions and answers | -| 5799 | 1557 | 155 | [DanmakuFlameMaster](https://github.com/Bilibili/DanmakuFlameMaster) | Android开源弹幕引擎·烈焰弹幕使 ~ | -| 5794 | 1053 | 88 | [uCrop](https://github.com/Yalantis/uCrop) | Image Cropping Library for Android | -| 5746 | 2153 | 218 | [okhttputils](https://github.com/hongyangAndroid/okhttputils) | [停止维护]okhttp的辅助类 | -| 5744 | 822 | 25 | [SimianArmy](https://github.com/Netflix/SimianArmy) | Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. | -| 5718 | 1233 | 42 | [AVLoadingIndicatorView](https://github.com/81813780/AVLoadingIndicatorView) | Nice loading animations for Android | -| 5682 | 3819 | 97 | [mybatis-3](https://github.com/mybatis/mybatis-3) | MyBatis SQL mapper framework for Java | -| 5674 | 1553 | 16 | [okhttp-OkGo](https://github.com/jeasonlzy/okhttp-OkGo) | OkGo - 3.0 震撼来袭,该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能 | -| 5622 | 1097 | 3 | [RxJava-Android-Samples](https://github.com/kaushikgopal/RxJava-Android-Samples) | Learning RxJava for Android by example | -| 5622 | 2410 | 196 | [jedis](https://github.com/xetorthio/jedis) | A blazingly small and sane redis java client | -| 5611 | 1848 | 87 | [ListViewAnimations](https://github.com/nhaarman/ListViewAnimations) | [DEPRECATED] An Android library which allows developers to easily add animations to ListView items | -| 5598 | 1001 | 91 | [jadx](https://github.com/skylot/jadx) | Dex to Java decompiler | -| 5595 | 1050 | 19 | [Luban](https://github.com/Curzibn/Luban) | Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法 | -| 5585 | 596 | 117 | [auto](https://github.com/google/auto) | A collection of source code generators for Java. | -| 5580 | 871 | 276 | [guice](https://github.com/google/guice) | Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 6 and above, brought to you by Google. | -| 5519 | 1739 | 130 | [AndroidAutoLayout](https://github.com/hongyangAndroid/AndroidAutoLayout) | [停止维护]Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。 | -| 5457 | 834 | 9 | [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher) | Simple annotation-based API to handle runtime permissions. | -| 5408 | 967 | 262 | [ion](https://github.com/koush/ion) | Android Asynchronous Networking and Image Loading | -| 5384 | 1864 | 753 | [gradle](https://github.com/gradle/gradle) | Adaptable, fast automation for all | -| 5379 | 1302 | 781 | [druid](https://github.com/druid-io/druid) | Column oriented distributed data store ideal for powering interactive applications | -| 5301 | 505 | 45 | [hugo](https://github.com/JakeWharton/hugo) | Annotation-triggered method call logging for your debug builds. | -| 5241 | 961 | 164 | [mockito](https://github.com/mockito/mockito) | Most popular Mocking framework for unit tests written in Java | -| 5229 | 616 | 0 | [VasSonic](https://github.com/Tencent/VasSonic) | VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform. | -| 5203 | 2648 | 119 | [webmagic](https://github.com/code4craft/webmagic) | A scalable web crawler framework for Java. | -| 5189 | 1796 | 22 | [WeChatLuckyMoney](https://github.com/geeeeeeeeek/WeChatLuckyMoney) | :money_with_wings: WeChat's lucky money helper (微信抢红包插件). An Android app that helps you snatch red packets in WeChat groups. | -| 5166 | 1171 | 5 | [EffectiveAndroidUI](https://github.com/pedrovgs/EffectiveAndroidUI) | Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI". | -| 5164 | 792 | 42 | [HikariCP](https://github.com/brettwooldridge/HikariCP) | 光 HikariCP・A solid high-performance JDBC connection pool at last. | -| 5158 | 627 | 3 | [UltimateAndroidReference](https://github.com/aritraroy/UltimateAndroidReference) | :rocket: Ultimate Android Reference - Your Road to Become a Better Android Developer | -| 5132 | 1357 | 154 | [metrics](https://github.com/dropwizard/metrics) | :chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on. | -| 5123 | 2214 | 168 | [DroidPlugin](https://github.com/DroidPluginTeam/DroidPlugin) | A plugin framework on android,Run any third-party apk without installation, modification or repackage | -| 5094 | 1261 | 201 | [material](https://github.com/rey5137/material) | A library to bring fully animated Material Design components to pre-Lolipop Android. | -| 5093 | 1501 | 18 | [Android-PickerView](https://github.com/Bigkoo/Android-PickerView) | This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动) | -| 5055 | 776 | 287 | [buck](https://github.com/facebook/buck) | A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages. | -| 5037 | 942 | 21 | [atlas](https://github.com/alibaba/atlas) | A powerful Android Dynamic Component Framework. | -| 5015 | 927 | 13 | [u2020](https://github.com/JakeWharton/u2020) | A sample Android app which showcases advanced usage of Dagger among other open source libraries. | -| 5004 | 1531 | 140 | [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) | An android library for section headers that stick to the top | -| 4996 | 443 | 64 | [gradle-retrolambda](https://github.com/evant/gradle-retrolambda) | A gradle plugin for getting java lambda support in java 6, 7 and android | -| 4985 | 1247 | 22 | [android-gif-drawable](https://github.com/koral--/android-gif-drawable) | Views and Drawable for displaying animated GIFs on Android | -| 4976 | 1462 | 101 | [sweet-alert-dialog](https://github.com/pedant/sweet-alert-dialog) | SweetAlert for Android, a beautiful and clever alert dialog | -| 4975 | 1377 | 123 | [android-floating-action-button](https://github.com/futuresimple/android-floating-action-button) | Floating Action Button for Android based on Material Design specification | -| 4963 | 3110 | 199 | [xUtils](https://github.com/wyouflf/xUtils) | android orm, bitmap, http, view inject... 已转至 https://github.com/wyouflf/xUtils3 | -| 4954 | 1047 | 165 | [twoway-view](https://github.com/lucasr/twoway-view) | RecyclerView made simple | -| 4953 | 3024 | 62 | [springside4](https://github.com/springside/springside4) | A Spring Framework based, pragmatic style JavaEE application reference architecture. | -| 4951 | 1549 | 80 | [Apktool](https://github.com/iBotPeaches/Apktool) | A tool for reverse engineering Android apk files | -| 4949 | 1090 | 71 | [FileDownloader](https://github.com/lingochamp/FileDownloader) | Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process | -| 4934 | 1268 | 76 | [ShowcaseView](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool...ly | -| 4928 | 1370 | 201 | [jsoup](https://github.com/jhy/jsoup) | jsoup: Java HTML Parser, with best of DOM, CSS, and jquery | -| 4904 | 597 | 94 | [Matisse](https://github.com/zhihu/Matisse) | :fireworks: A well-designed local image and video selector for Android | -| 4896 | 900 | 18 | [otto](https://github.com/square/otto) | An enhanced Guava-based event bus with emphasis on Android support. | -| 4852 | 664 | 67 | [j2objc](https://github.com/google/j2objc) | A Java to iOS Objective-C translation tool and runtime. | -| 4804 | 1329 | 209 | [hellocharts-android](https://github.com/lecho/hellocharts-android) | Charts/graphs library for Android compatible with API 8+, several chart types with support for scaling, scrolling and animations | -| 4803 | 1882 | 106 | [intellij-community](https://github.com/JetBrains/intellij-community) | IntelliJ IDEA Community Edition | -| 4796 | 1892 | 85 | [dynamic-load-apk](https://github.com/singwhatiwanna/dynamic-load-apk) | DL : dynamic load framework in android | -| 4777 | 936 | 533 | [lombok](https://github.com/rzwitserloot/lombok) | Very spicy additions to the Java programming language. | -| 4777 | 1279 | 109 | [JiaoZiVideoPlayer](https://github.com/lipangit/JiaoZiVideoPlayer) | Android VideoPlayer MediaPlayer VideoView MediaView Float View And Fullscreen | -| 4750 | 1167 | 88 | [FlycoTabLayout](https://github.com/H07000223/FlycoTabLayout) | An Android TabLayout Lib | -| 4706 | 1285 | 183 | [cardslib](https://github.com/gabrielemariotti/cardslib) | Android Library to build a UI Card | -| 4696 | 1007 | 65 | [SmartTabLayout](https://github.com/ogaclejapan/SmartTabLayout) | A custom ViewPager title strip which gives continuous feedback to the user when scrolling | -| 4679 | 838 | 349 | [OpenRefine](https://github.com/OpenRefine/OpenRefine) | OpenRefine is a free, open source power tool for working with messy data and improving it | -| 4667 | 879 | 42 | [lucida](https://github.com/claritylab/lucida) | Speech and Vision Based Intelligent Personal Assistant | -| 4655 | 806 | 23 | [rebound](https://github.com/facebook/rebound) | A Java library that models spring dynamics and adds real world physics to your app. | -| 4622 | 288 | 1 | [material-theme-jetbrains](https://github.com/ChrisRM/material-theme-jetbrains) | JetBrains theme of Material Theme | -| 4583 | 1219 | 105 | [AndroidStaggeredGrid](https://github.com/etsy/AndroidStaggeredGrid) | An Android staggered grid view which supports multiple columns with rows of varying sizes. | -| 4568 | 470 | 41 | [timber](https://github.com/JakeWharton/timber) | A logger with a small, extensible API which provides utility on top of Android's normal Log class. | -| 4547 | 1497 | 241 | [AndroidImageSlider](https://github.com/daimajia/AndroidImageSlider) | An amazing and convenient Android image slider. | -| 4543 | 1195 | 249 | [AndroidAsync](https://github.com/koush/AndroidAsync) | Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads. | -| 4532 | 634 | 159 | [nokogiri](https://github.com/sparklemotion/nokogiri) | Nokogiri (鋸) is a Rubygem providing HTML, XML, SAX, and Reader parsers with XPath and CSS selector support. | -| 4531 | 891 | 152 | [MaterialEditText](https://github.com/rengwuxian/MaterialEditText) | EditText in Material Design | -| 4528 | 772 | 45 | [glide-transformations](https://github.com/wasabeef/glide-transformations) | An Android transformation library providing a variety of image transformations for Glide. | -| 4518 | 1298 | 8 | [androidmvp](https://github.com/antoniolg/androidmvp) | MVP Android Example | -| 4512 | 950 | 187 | [titan](https://github.com/thinkaurelius/titan) | Distributed Graph Database | -| 4503 | 1568 | 18 | [android-testing](https://github.com/googlesamples/android-testing) | A collection of samples demonstrating different frameworks and techniques for automated testing | -| 4482 | 2728 | 15 | [android-common](https://github.com/Trinea/android-common) | Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on 微信公众号:codekk | -| 4459 | 3287 | 148 | [storm](https://github.com/apache/storm) | Mirror of Apache Storm | -| 4451 | 1065 | 309 | [ActiveAndroid](https://github.com/pardom/ActiveAndroid) | Active record style SQLite persistence for Android | -| 4449 | 533 | 17 | [RxPermissions](https://github.com/tbruyelle/RxPermissions) | Android runtime permissions powered by RxJava | -| 4442 | 737 | 504 | [react-native-navigation](https://github.com/wix/react-native-navigation) | A complete native navigation solution for React Native | -| 4437 | 1183 | 38 | [SystemBarTint](https://github.com/jgilfelt/SystemBarTint) | [DEPRECATED] Apply background tinting to the Android system UI when using KitKat translucent modes | -| 4410 | 606 | 60 | [VirtualAPK](https://github.com/didi/VirtualAPK) | A powerful and lightweight plugin framework for Android | -| 4410 | 1072 | 44 | [RippleEffect](https://github.com/traex/RippleEffect) | Implementation of Ripple effect from Material Design for Android API 9+ | -| 4404 | 1742 | 69 | [android-volley](https://github.com/mcxiaoke/android-volley) | DEPRECATED | -| 4403 | 1309 | 72 | [SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout) | An Android library that help you to build app with swipe back gesture. | -| 4393 | 1818 | 392 | [xUtils3](https://github.com/wyouflf/xUtils3) | android orm, bitmap, http, view inject... | -| 4389 | 1436 | 196 | [swagger-core](https://github.com/swagger-api/swagger-core) | Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API | -| 4374 | 1080 | 30 | [circular-progress-button](https://github.com/dmytrodanylyk/circular-progress-button) | Android Circular Progress Button | -| 4373 | 524 | 438 | [go-lang-idea-plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) | Google Go language IDE built using the IntelliJ Platform | -| 4357 | 1393 | 145 | [pinpoint](https://github.com/naver/pinpoint) | Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java. | -| 4313 | 1226 | 10 | [NumberProgressBar](https://github.com/daimajia/NumberProgressBar) | A beautiful, slim Android ProgressBar. | -| 4299 | 5886 | 28 | [coursera-android](https://github.com/aporter/coursera-android) | Source Code for Android Course Example Applications | -| 4292 | 1288 | 26 | [InstaMaterial](https://github.com/frogermcs/InstaMaterial) | Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept) | -| 4292 | 1310 | 39 | [android-bootstrap](https://github.com/AndroidBootstrap/android-bootstrap) | A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks. | -| 4280 | 732 | 470 | [che](https://github.com/eclipse/che) | Eclipse Che: Next-generation Eclipse IDE. Open source workspace server and cloud IDE. | -| 4275 | 376 | 6 | [RxLifecycle](https://github.com/trello/RxLifecycle) | Lifecycle handling APIs for Android apps using RxJava | -| 4258 | 2047 | 275 | [VitamioBundle](https://github.com/yixia/VitamioBundle) | Vitamio for Android | -| 4249 | 2415 | 2 | [facebook-android-sdk](https://github.com/facebook/facebook-android-sdk) | Used to integrate Android apps with Facebook Platform. | -| 4232 | 1679 | 41 | [NineOldAndroids](https://github.com/JakeWharton/NineOldAndroids) | [DEPRECATED] Android library for using the Honeycomb animation API on all versions of the platform back to 1.0! | -| 4219 | 392 | 7 | [sqlbrite](https://github.com/square/sqlbrite) | A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations. | -| 4211 | 1002 | 41 | [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) | A fast ImageView that supports rounded corners, ovals, and circles. | -| 4178 | 690 | 2 | [easypermissions](https://github.com/googlesamples/easypermissions) | Simplify Android M system permissions | -| 4174 | 1154 | 31 | [AndroidNote](https://github.com/GcsSloop/AndroidNote) | 安卓学习笔记 | -| 4167 | 672 | 20 | [okio](https://github.com/square/okio) | A modern I/O API for Java | -| 4151 | 1391 | 14 | [Side-Menu.Android](https://github.com/Yalantis/Side-Menu.Android) | Side menu with some categories to choose. | -| 4131 | 1170 | 437 | [neo4j](https://github.com/neo4j/neo4j) | Graphs for Everyone | -| 4130 | 595 | 32 | [InfiniteCycleViewPager](https://github.com/Devlight/InfiniteCycleViewPager) | Infinite cycle ViewPager with two-way orientation and interactive effect. | -| 4129 | 1386 | 257 | [android-gpuimage](https://github.com/CyberAgent/android-gpuimage) | Android filters based on OpenGL (idea from GPUImage for iOS) | -| 4126 | 1447 | 15 | [scribejava](https://github.com/scribejava/scribejava) | Simple OAuth library for Java | -| 4103 | 2214 | 14 | [zheng](https://github.com/shuzheng/zheng) | 基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。 | -| 4086 | 534 | 41 | [javapoet](https://github.com/square/javapoet) | A Java API for generating .java source files. | -| 4081 | 600 | 10 | [Depth-LIB-Android-](https://github.com/danielzeller/Depth-LIB-Android-) | A library that gives depth to Views. | -| 4076 | 3370 | 1 | [cw-omnibus](https://github.com/commonsguy/cw-omnibus) | Source code to omnibus edition of _The Busy Coder's Guide to Android Development_ | -| 4046 | 623 | 15 | [android-oss](https://github.com/kickstarter/android-oss) | Kickstarter for Android. Bring new ideas to life, anywhere. | -| 4028 | 532 | 15 | [android-classyshark](https://github.com/google/android-classyshark) | Executables (apk, multi-dex, jar) browser for Android, Java and Kotlin | -| 4017 | 955 | 1 | [ZhihuDailyPurify](https://github.com/izzyleung/ZhihuDailyPurify) | Purified version of Zhihu Daily - 更纯净的知乎日报 | -| 3993 | 816 | 31 | [StatusBarUtil](https://github.com/laobie/StatusBarUtil) | A util for setting status bar style on Android App. | -| 3980 | 516 | 62 | [freeline](https://github.com/alibaba/freeline) | A super fast build tool for Android, an alternative to Instant Run | -| 3976 | 1007 | 12 | [Fragmentation](https://github.com/YoKeyword/Fragmentation) | A powerful library that manage Fragment for Android! | -| 3961 | 1593 | 35 | [SimplifyReader](https://github.com/chentao0707/SimplifyReader) | 一款基于Google Material Design设计开发的Android客户端,包括新闻简读,图片浏览,视频爽看 ,音乐轻听以及二维码扫描五个子模块。项目采取的是MVP架构开发,由于还是摸索阶段,可能不是很规范。但基本上应该是这么个套路,至少我个人认为是这样的~恩,就是这样的! | -| 3910 | 1136 | 32 | [async-http-client](https://github.com/AsyncHttpClient/async-http-client) | Asynchronous Http and WebSocket Client library for Java | -| 3905 | 888 | 48 | [eureka](https://github.com/Netflix/eureka) | AWS Service registry for resilient mid-tier load balancing and failover. | -| 3901 | 950 | 8 | [acra](https://github.com/ACRA/acra) | Application Crash Reports for Android | -| 3897 | 769 | 36 | [BoomMenu](https://github.com/Nightonke/BoomMenu) | A menu which can ... BOOM! - Android | -| 3879 | 1136 | 47 | [android-times-square](https://github.com/square/android-times-square) | Standalone Android widget for picking a single date from a calendar view. | -| 3877 | 923 | 151 | [roboguice](https://github.com/roboguice/roboguice) | Google Guice on Android, version 3.0 [RETIRED] | -| 3872 | 267 | 53 | [litho](https://github.com/facebook/litho) | A declarative framework for building efficient UIs on Android. | -| 3850 | 950 | 19 | [DiskLruCache](https://github.com/JakeWharton/DiskLruCache) | Java implementation of a Disk-based LRU cache which specifically targets Android compatibility. | -| 3849 | 917 | 78 | [FloatingActionButton](https://github.com/makovkastar/FloatingActionButton) | [DEPRECATED] Android floating action button | -| 3840 | 1020 | 15 | [LitePal](https://github.com/LitePalFramework/LitePal) | An Android library that makes developers use SQLite database extremely easy. | -| 3828 | 856 | 9 | [AndResGuard](https://github.com/shwenzhang/AndResGuard) | proguard resource for Android by wechat team | -| 3790 | 1747 | 38 | [cassandra](https://github.com/apache/cassandra) | Mirror of Apache Cassandra | -| 3775 | 593 | 21 | [mosby](https://github.com/sockeqwe/mosby) | A Model-View-Presenter / Model-View-Intent library for modern Android apps | -| 3759 | 548 | 30 | [android-architecture-components](https://github.com/googlesamples/android-architecture-components) | Samples for Android Architecture Components. | -| 3758 | 1761 | 34 | [wechat](https://github.com/motianhuo/wechat) | A High Copy WeChat ,SNS APP (高仿微信) | -| 3749 | 1047 | 104 | [android-crop](https://github.com/jdamcd/android-crop) | Android library project for cropping images | -| 3748 | 1009 | 19 | [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar | -| 3724 | 987 | 419 | [react-native-camera](https://github.com/lwansbrough/react-native-camera) | A Camera component for React Native. Also supports barcode scanning! | -| 3715 | 508 | 41 | [DBFlow](https://github.com/Raizlabs/DBFlow) | A blazing fast, powerful, and very simple ORM android database library that writes database code for you. | -| 3699 | 3443 | 110 | [hadoop](https://github.com/apache/hadoop) | Mirror of Apache Hadoop | -| 3687 | 1049 | 408 | [processing](https://github.com/processing/processing) | Source code for the Processing Development Environment (PDE) | -| 3670 | 1364 | 100 | [CoreNLP](https://github.com/stanfordnlp/CoreNLP) | Stanford CoreNLP: A Java suite of core NLP tools. | -| 3664 | 639 | 16 | [Android-SpinKit](https://github.com/ybq/Android-SpinKit) | Android loading animations | -| 3661 | 882 | 131 | [banner](https://github.com/youth5201314/banner) | Android广告图片轮播控件,支持无限循环和多种主题,可以灵活设置轮播样式、动画、轮播和切换时间、位置、图片加载框架等! | -| 3633 | 773 | 63 | [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger) | An Android library supports badge notification like iOS in Samsung, LG, Sony and HTC launchers. | -| 3615 | 980 | 20 | [dexposed](https://github.com/alibaba/dexposed) | dexposed enable 'god' mode for single android application. | -| 3573 | 872 | 108 | [dex2jar](https://github.com/pxb1988/dex2jar) | Tools to work with android .dex and java .class files | -| 3570 | 533 | 411 | [graylog2-server](https://github.com/Graylog2/graylog2-server) | Free and open source log management | -| 3562 | 2036 | 72 | [ctci](https://github.com/careercup/ctci) | Cracking the Coding Interview, 5th Edition | -| 3561 | 832 | 187 | [TakePhoto](https://github.com/crazycodeboy/TakePhoto) | 一款用于在Android设备上获取照片(拍照或从相册、文件中选择)、裁剪图片、压缩图片的开源工具库 | -| 3551 | 721 | 709 | [closure-compiler](https://github.com/google/closure-compiler) | A JavaScript checker and optimizer. | -| 3528 | 687 | 134 | [android-advancedrecyclerview](https://github.com/h6ah4i/android-advancedrecyclerview) | RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting) | -| 3527 | 594 | 37 | [RePlugin](https://github.com/Qihoo360/RePlugin) | RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework | -| 3521 | 835 | 193 | [FloatingActionButton](https://github.com/Clans/FloatingActionButton) | Android Floating Action Button based on Material Design specification | -| 3516 | 841 | 71 | [JsBridge](https://github.com/lzyzsd/JsBridge) | android java and javascript bridge, inspired by wechat webview jsbridge | -| 3515 | 1272 | 209 | [motan](https://github.com/weibocom/motan) | A remote procedure call(RPC) framework for rapid development of high performance distributed services. | -| 3494 | 1400 | 252 | [HanLP](https://github.com/hankcs/HanLP) | 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换 | -| 3476 | 923 | 10 | [Phoenix](https://github.com/Yalantis/Phoenix) | Phoenix Pull-to-Refresh | -| 3474 | 1040 | 554 | [robolectric](https://github.com/robolectric/robolectric) | Android Unit Testing Framework | -| 3456 | 1649 | 260 | [openhab1-addons](https://github.com/openhab/openhab1-addons) | Add-ons for openHAB 1.x | -| 3456 | 637 | 815 | [gocd](https://github.com/gocd/gocd) | Main repository for GoCD - Continuous Delivery server | -| 3437 | 231 | 8 | [gitpitch](https://github.com/gitpitch/gitpitch) | Markdown Presentations For Everyone on GitHub, GitLab, Bitbucket, Gitea, Gogs, and GitBucket. | -| 3432 | 1795 | 54 | [interview](https://github.com/mission-peace/interview) | Interview questions | -| 3417 | 863 | 202 | [Small](https://github.com/wequick/Small) | A small framework to split app into small parts | -| 3402 | 685 | 8 | [WilliamChart](https://github.com/diogobernardino/WilliamChart) | Android library to create charts. | -| 3394 | 565 | 20 | [HTextView](https://github.com/hanks-zyh/HTextView) | Animation effects to text, not really textview | -| 3392 | 599 | 51 | [dialogplus](https://github.com/orhanobut/dialogplus) | Advanced dialog solution for android | -| 3391 | 1033 | 144 | [Timber](https://github.com/naman14/Timber) | Material Design Music Player | -| 3374 | 965 | 240 | [XRecyclerView](https://github.com/jianghejie/XRecyclerView) | a RecyclerView that implements pullrefresh and loadingmore featrues.you can use it like a standard RecyclerView | -| 3364 | 1103 | 50 | [remusic](https://github.com/aa112901/remusic) | 仿网易云音乐 安卓版,netease android,音乐播放器 在线 下载 | -| 3359 | 1087 | 5 | [Meizhi](https://github.com/drakeet/Meizhi) | gank.io unofficial client, RxJava & Retrofit. (The project is no longer actively maintained, we have a better project: https://github.com/drakeet/rebase-android) | -| 3356 | 568 | 21 | [NavigationTabBar](https://github.com/Devlight/NavigationTabBar) | Navigation tab bar with colorful interactions. | -| 3344 | 593 | 16 | [smile](https://github.com/haifengl/smile) | Statistical Machine Intelligence & Learning Engine | -| 3332 | 595 | 23 | [AndroidPerformanceMonitor](https://github.com/markzhai/AndroidPerformanceMonitor) | A transparent ui-block detection library for Android. (known as BlockCanary) | -| 3324 | 2394 | 123 | [zookeeper](https://github.com/apache/zookeeper) | Mirror of Apache Hadoop ZooKeeper | -| 3319 | 772 | 198 | [material-calendarview](https://github.com/prolificinteractive/material-calendarview) | A Material design back port of Android's CalendarView | -| 3319 | 1685 | 115 | [ansj_seg](https://github.com/NLPchina/ansj_seg) | ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典 | -| 3300 | 1097 | 68 | [ActionBar-PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) | DEPRECATED | -| 3299 | 484 | 34 | [bottomsheet](https://github.com/Flipboard/bottomsheet) | Android component which presents a dismissible view from the bottom of the screen | -| 3294 | 1815 | 601 | [k-9](https://github.com/k9mail/k-9) | K-9 Mail – Advanced Email for Android 📧 | -| 3279 | 810 | 38 | [muzei](https://github.com/romannurik/muzei) | Muzei Live Wallpaper for Android | -| 3267 | 473 | 19 | [Bolts-Android](https://github.com/BoltsFramework/Bolts-Android) | Bolts is a collection of low-level libraries designed to make developing mobile apps easier. | -| 3264 | 209 | 26 | [retrolambda](https://github.com/orfjackal/retrolambda) | Backport of Java 8's lambda expressions to Java 7, 6 and 5 | -| 3252 | 1024 | 21 | [BookReader](https://github.com/JustWayward/BookReader) | :closed_book: "任阅" 网络小说阅读器,实现追书推荐收藏、书籍/标签检索、模拟翻书的翻页效果、缓存书籍、日夜间模式、书签、txt/pdf/epub书籍阅读、字体/主题/亮度设置、Wifi传书等功能~ | -| 3252 | 985 | 98 | [redisson](https://github.com/redisson/redisson) | Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, BlockingQueue, Deque, BlockingDeque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Executor service, Tomcat Session Manager, Scheduler service, JCache API) on top of Redis server. Rich Redis client | -| 3235 | 909 | 64 | [BGARefreshLayout-Android](https://github.com/bingoogolapple/BGARefreshLayout-Android) | 多种下拉刷新效果、上拉加载更多、可配置自定义头部广告位 | -| 3233 | 880 | 52 | [jna](https://github.com/java-native-access/jna) | Java Native Access | -| 3212 | 917 | 9 | [Douya](https://github.com/DreaminginCodeZH/Douya) | 开源的 Material Design 豆瓣客户端(A Material Design app for douban.com) | -| 3212 | 902 | 106 | [barcodescanner](https://github.com/dm77/barcodescanner) | Barcode Scanner Libraries for Android | -| 3208 | 538 | 24 | [subsampling-scale-image-view](https://github.com/davemorrissey/subsampling-scale-image-view) | Highly configurable, easily extendable view with pan and zoom gestures for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc. | -| 3207 | 961 | 1 | [SmarterStreaming](https://github.com/daniulive/SmarterStreaming) | 大牛直播,跨平台(windows/android/iOS)推送(rtmp)、播放器(rtmp/rtsp),支持录像、导播、动态视频合成、实时快照、水印、音频混音、互动等,国内外为数不多不依赖开源框架,业界真正靠谱的超低延迟(1秒左右)。 | -| 3195 | 593 | 0 | [useful-java-links](https://github.com/Vedenin/useful-java-links) | A list of useful Java frameworks, libraries, software and hello worlds examples | -| 3189 | 289 | 270 | [dbeaver](https://github.com/serge-rider/dbeaver) | Free universal database manager and SQL client | -| 3168 | 717 | 319 | [actor-platform](https://github.com/actorapp/actor-platform) | Actor Messaging platform | -| 3146 | 667 | 1023 | [orientdb](https://github.com/orientechnologies/orientdb) | OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text, Geospatial and Key-Value models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license. | -| 3146 | 435 | 54 | [android-iconify](https://github.com/JoanZapata/android-iconify) | Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,... | -| 3144 | 351 | 6 | [Transitions-Everywhere](https://github.com/andkulikov/Transitions-Everywhere) | Backport of Android Transitions API for animations. Animations backported to Android 4.0+. API compatible with Android 2.2+ | -| 3137 | 1607 | 62 | [drag-sort-listview](https://github.com/bauerca/drag-sort-listview) | Android ListView with drag and drop reordering. | -| 3134 | 664 | 87 | [richeditor-android](https://github.com/wasabeef/richeditor-android) | RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android. | -| 3133 | 893 | 77 | [jsonschema2pojo](https://github.com/joelittlejohn/jsonschema2pojo) | Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc | -| 3125 | 414 | 0 | [Android-Iconics](https://github.com/mikepenz/Android-Iconics) | Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application. | -| 3124 | 1570 | 27 | [alluxio](https://github.com/Alluxio/alluxio) | Alluxio, formerly Tachyon, Unify Data at Memory Speed | -| 3117 | 709 | 25 | [SwitchButton](https://github.com/kyleduo/SwitchButton) | A cute widget of Switch Button for you to create beautiful and friendly UI. | -| 3113 | 993 | 347 | [grpc-java](https://github.com/grpc/grpc-java) | The Java gRPC implementation. HTTP/2 based RPC | -| 3111 | 1664 | 168 | [jstorm](https://github.com/alibaba/jstorm) | Enterprise Stream Process Engine | -| 3108 | 674 | 22 | [joda-time](https://github.com/JodaOrg/joda-time) | Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8. | -| 3106 | 2807 | 26 | [spring-mvc-showcase](https://github.com/spring-projects/spring-mvc-showcase) | Demonstrates the features of the Spring MVC web framework | -| 3102 | 1382 | 6 | [solo](https://github.com/b3log/solo) | :guitar: A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧! | -| 3093 | 1577 | 153 | [zeppelin](https://github.com/apache/zeppelin) | Mirror of Apache Zeppelin | -| 3092 | 338 | 19 | [AndroidWiFiADB](https://github.com/pedrovgs/AndroidWiFiADB) | IntelliJ/AndroidStudio plugin which provides a button to connect your Android device over WiFi to install, run and debug your applications without a USB connected. | -| 3087 | 922 | 10 | [Context-Menu.Android](https://github.com/Yalantis/Context-Menu.Android) | You can easily add awesome animated context menu to your app. | -| 3085 | 1413 | 59 | [canal](https://github.com/alibaba/canal) | 阿里巴巴mysql数据库binlog的增量订阅&消费组件 。阿里云DRDS( https://www.aliyun.com/product/drds )、阿里巴巴TDDL 二级索引、小表复制powerd by canal. | -| 3082 | 225 | 9 | [epoxy](https://github.com/airbnb/epoxy) | Epoxy is an Android library for building complex screens in a RecyclerView | -| 3081 | 941 | 101 | [baseAdapter](https://github.com/hongyangAndroid/baseAdapter) | Android 万能的Adapter for ListView,RecyclerView,GridView等,支持多种Item类型的情况。 | -| 3072 | 714 | 94 | [zuul](https://github.com/Netflix/zuul) | Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. | -| 3068 | 1271 | 123 | [SwipeMenuListView](https://github.com/baoyongzhang/SwipeMenuListView) | [DEPRECATED] A swipe menu for ListView. | -| 3061 | 476 | 39 | [hackpad](https://github.com/dropbox/hackpad) | Hackpad is a web-based realtime wiki. | -| 3060 | 311 | 9 | [Alerter](https://github.com/Tapadoo/Alerter) | An Android Alerting Library | -| 3055 | 810 | 3 | [MVPArms](https://github.com/JessYanCoding/MVPArms) | A common architecture for Android applications developing based on MVP,integrates many open source projects( like Dagger2,Rxjava,Retrofit... ),to make your developing quicker and easier. | -| 3054 | 5282 | 257 | [Sunshine-Version-2](https://github.com/udacity/Sunshine-Version-2) | The official repository for Developing Android Apps | -| 3047 | 1052 | 68 | [nanohttpd](https://github.com/NanoHttpd/nanohttpd) | Tiny, easily embeddable HTTP server in Java. | -| 3045 | 494 | 0 | [ARouter](https://github.com/alibaba/ARouter) | A android router middleware that help app navigating to activities and custom services. | -| 3044 | 1665 | 64 | [afinal](https://github.com/yangfuhai/afinal) | Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下网址查看。 | -| 3042 | 347 | 1 | [Toasty](https://github.com/GrenderG/Toasty) | The usual Toast, but with steroids 💪 | -| 3032 | 402 | 37 | [android-butterknife-zelezny](https://github.com/avast/android-butterknife-zelezny) | Android Studio plug-in for generating ButterKnife injections from selected layout XML. | -| 3029 | 598 | 85 | [robospice](https://github.com/stephanenicolas/robospice) | Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules. | -| 3027 | 1698 | 5 | [cas](https://github.com/apereo/cas) | Apereo CAS - Enterprise Single Sign On for all earthlings and beyond. | -| 3025 | 746 | 9 | [Crouton](https://github.com/keyboardsurfer/Crouton) | Context sensitive notifications for Android | -| 3025 | 228 | 43 | [moshi](https://github.com/square/moshi) | A modern JSON library for Android and Java. | -| 3021 | 225 | 25 | [parceler](https://github.com/johncarl81/parceler) | :package: Android Parcelables made easy through code generation. | -| 3011 | 543 | 48 | [android-autofittextview](https://github.com/grantland/android-autofittextview) | A TextView that automatically resizes text to fit perfectly within its bounds. | -| 2996 | 837 | 71 | [Android-ConvenientBanner](https://github.com/saiwu-bigkoo/Android-ConvenientBanner) | Simple and convenient banner, loop viewpager with 3D effects | -| 2988 | 249 | 8 | [caffeine](https://github.com/ben-manes/caffeine) | A high performance caching library for Java 8 | -| 2980 | 476 | 7 | [archi](https://github.com/ivacf/archi) | Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3 times following the different patterns. | -| 2980 | 472 | 123 | [config](https://github.com/typesafehub/config) | Configuration library for JVM languages | -| 2974 | 300 | 74 | [LoganSquare](https://github.com/bluelinelabs/LoganSquare) | Screaming fast JSON parsing and serialization library for Android. | -| 2972 | 671 | 117 | [atmosphere](https://github.com/Atmosphere/atmosphere) | Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks | -| 2966 | 580 | 1 | [packer-ng-plugin](https://github.com/mcxiaoke/packer-ng-plugin) | 下一代Android打包工具,100个渠道包只需要10秒钟 | -| 2966 | 862 | 8 | [Android-Tips](https://github.com/tangqi92/Android-Tips) | An awesome list of tips for android. | -| 2956 | 804 | 22 | [NoHttp](https://github.com/yanzhenjie/NoHttp) | Android实现Http标准协议框架,支持缓存(提供五种缓存模式)、代理、重定向,底层可动态切换OkHttp、URLConnection。 | -| 2945 | 2003 | 254 | [Mycat-Server](https://github.com/MyCATApache/Mycat-Server) | None | -| 2940 | 634 | 66 | [sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) | [UNMAINTAINED] Sticky Headers decorator for Android's RecyclerView | -| 2933 | 800 | 67 | [emojicon](https://github.com/rockerhieu/emojicon) | A library to show emoji in TextView, EditText (like WhatsApp) for Android | -| 2927 | 1473 | 117 | [AndEngine](https://github.com/nicolasgramlich/AndEngine) | Free Android 2D OpenGL Game Engine | -| 2924 | 264 | 15 | [android-job](https://github.com/evernote/android-job) | Android library to handle jobs in the background. | -| 2914 | 540 | 15 | [ExplosionField](https://github.com/tyrantgit/ExplosionField) | explosive dust effect for views | -| 2912 | 580 | 16 | [MagicIndicator](https://github.com/hackware1993/MagicIndicator) | A powerful, customizable and extensible ViewPager indicator framework. As the best alternative of ViewPagerIndicator, TabLayout and PagerSlidingTabStrip —— 强大、可定制、易扩展的 ViewPager 指示器框架。是ViewPagerIndicator、TabLayout、PagerSlidingTabStrip的最佳替代品。支持角标,更支持在非ViewPager场景下使用(使用hide()、show()切换Fragment或使用setVisibility切换FrameLayout里的View等),http://www.jianshu.com/p/f3022211821c | -| 2911 | 856 | 89 | [elasticsearch-analysis-ik](https://github.com/medcl/elasticsearch-analysis-ik) | The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary. | -| 2909 | 585 | 156 | [Android-IMSI-Catcher-Detector](https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector) | AIMSICD • Fight IMSI-Catcher, StingRay and silent SMS! | -| 2904 | 1490 | 140 | [disconf](https://github.com/knightliao/disconf) | Distributed Configuration Management Platform(分布式配置管理平台) | -| 2903 | 240 | 8 | [TapTargetView](https://github.com/KeepSafe/TapTargetView) | An implementation of tap targets from the Material Design guidelines for feature discovery | -| 2898 | 667 | 15 | [android-stackblur](https://github.com/kikoso/android-stackblur) | Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann. | -| 2893 | 792 | 107 | [GalleryFinal](https://github.com/pengjianbo/GalleryFinal) | [DEPRECATED] 项目迁移至:https://github.com/FinalTeam/RxGalleryFinal | -| 2891 | 712 | 32 | [GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer) | 视频播放器(IJKplayer),HTTPS支持,支持弹幕,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频本身自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,直接添加控件为封面,列表全屏动画,视频加载速度,列表小窗口支持拖动,5.0的过场效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,其他一些小动画效果,rtsp、concat、mpeg。简书: | -| 2891 | 760 | 4 | [anthelion](https://github.com/yahoo/anthelion) | Anthelion is a plugin for Apache Nutch to crawl semantic annotations within HTML pages | -| 2888 | 503 | 7 | [folding-cell-android](https://github.com/Ramotion/folding-cell-android) | :octocat: FoldingCell is a material design expanding content cell inspired by folding paper material made by @Ramotion | -| 2884 | 302 | 198 | [error-prone](https://github.com/google/error-prone) | Catch common Java mistakes as compile-time errors | -| 2882 | 517 | 301 | [heron](https://github.com/twitter/heron) | Heron is a realtime, distributed, fault-tolerant stream processing engine from Twitter | -| 2881 | 335 | 29 | [aeron](https://github.com/real-logic/aeron) | Efficient reliable UDP unicast, UDP multicast, and IPC message transport | -| 2881 | 860 | 267 | [antlr4](https://github.com/antlr/antlr4) | ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. | -| 2876 | 767 | 86 | [FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar) | Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app | -| 2869 | 1084 | 17 | [android-viewbadger](https://github.com/jgilfelt/android-viewbadger) | [DEPRECATED] A simple way to "badge" any given Android view at runtime without having to cater for it in layout | -| 2863 | 854 | 7 | [bilibili-android-client](https://github.com/HotBitmapGG/bilibili-android-client) | An unofficial bilibili client for android http://www.jianshu.com/p/f69a55b94c05 | -| 2856 | 299 | 28 | [Android-Debug-Database](https://github.com/amitshekhariitbhu/Android-Debug-Database) | A library for debugging android databases and shared preferences - Make Debugging Great Again | -| 2853 | 836 | 9 | [Android-Material-Examples](https://github.com/saulmm/Android-Material-Examples) | [Deprecated] Little bites of Material Design | -| 2843 | 571 | 564 | [zaproxy](https://github.com/zaproxy/zaproxy) | The OWASP ZAP core project | -| 2841 | 647 | 2 | [SeeWeather](https://github.com/xcc3641/SeeWeather) | :partly_sunny: RxJava+RxBus+Retrofit+Glide+Material Design Weather App | -| 2830 | 693 | 20 | [RxJavaSamples](https://github.com/rengwuxian/RxJavaSamples) | RxJava 和 Retrofit 结合使用的几个最常见使用方式举例 | -| 2826 | 325 | 26 | [ideavim](https://github.com/JetBrains/ideavim) | Vim emulation plug-in for IDEs based on the IntelliJ platform. | -| 2824 | 564 | 22 | [StylishMusicPlayer](https://github.com/ryanhoo/StylishMusicPlayer) | A stylish music player for android device 16+ | -| 2809 | 587 | 3 | [FlyRefresh](https://github.com/race604/FlyRefresh) | The implementation of https://dribbble.com/shots/2067564-Replace | -| 2807 | 297 | 9 | [DiscreteScrollView](https://github.com/yarolegovich/DiscreteScrollView) | Scrollable list of items, where current item is centered and can be changed using swipes | -| 2800 | 375 | 43 | [Blurry](https://github.com/wasabeef/Blurry) | Blurry is an easy blur library for Android | -| 2789 | 494 | 2 | [LoadingDrawable](https://github.com/dinuscxj/LoadingDrawable) | Some beautiful android loading drawable, can be combined with any view as the LoadingView or the ProgressBar. Besides, some Drawable can customize the loading progress too. | -| 2775 | 923 | 15 | [spring-boot-admin](https://github.com/codecentric/spring-boot-admin) | Admin UI for administration of spring boot applications | -| 2773 | 621 | 42 | [MaterialDateTimePicker](https://github.com/wdullaer/MaterialDateTimePicker) | Pick a date or time on Android in style | -| 2772 | 629 | 71 | [mapdb](https://github.com/jankotek/mapdb) | MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine. | -| 2772 | 714 | 70 | [FlowLayout](https://github.com/hongyangAndroid/FlowLayout) | Android流式布局,支持单选、多选等,适合用于产品标签等。 | -| 2761 | 557 | 124 | [react-native-image-picker](https://github.com/react-community/react-native-image-picker) | A React Native module that allows you to use native UI to select media from the device library or directly from the camera | -| 2757 | 324 | 57 | [quasar](https://github.com/puniverse/quasar) | Fibers, Channels and Actors for the JVM | -| 2748 | 669 | 8 | [RecyclerViewItemAnimators](https://github.com/gabrielemariotti/RecyclerViewItemAnimators) | An Android library which provides simple Item animations to RecyclerView items | -| 2741 | 710 | 500 | [PLDroidPlayer](https://github.com/pili-engineering/PLDroidPlayer) | PLDroidPlayer 是七牛推出的一款适用于 Android 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。 | -| 2737 | 585 | 63 | [Nuwa](https://github.com/jasonross/Nuwa) | Nuwa, pure java implementation, can hotfix your android application. | -| 2728 | 378 | 11 | [ShineButton](https://github.com/ChadCSong/ShineButton) | This is a UI lib for Android. Effects like shining. | -| 2711 | 591 | 24 | [StepView](https://github.com/baoyachi/StepView) | Step by step,just use HorizontalStepView,VerticalStepView. step indicator,flow indicator,timeline,order process,express status | -| 2711 | 731 | 16 | [AndroidViewHover](https://github.com/daimajia/AndroidViewHover) | An elegant way to show your menu or messages. | -| 2708 | 371 | 22 | [UltraViewPager](https://github.com/alibaba/UltraViewPager) | UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager. | -| 2702 | 852 | 335 | [opentsdb](https://github.com/OpenTSDB/opentsdb) | A scalable, distributed Time Series Database. | -| 2702 | 1985 | 114 | [hibernate-orm](https://github.com/hibernate/hibernate-orm) | Hibernate's core Object/Relational Mapping functionality | -| 2696 | 1171 | 14 | [sharding-jdbc](https://github.com/dangdangdotcom/sharding-jdbc) | A JDBC driver for shard databases and tables | -| 2692 | 567 | 51 | [DraggablePanel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component. | -| 2684 | 1253 | 24 | [android-menudrawer](https://github.com/SimonVT/android-menudrawer) | *DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app. | -| 2677 | 1846 | 304 | [flink](https://github.com/apache/flink) | Mirror of Apache Flink | -| 2677 | 639 | 163 | [elasticsearch-sql](https://github.com/NLPchina/elasticsearch-sql) | Use SQL to query Elasticsearch | -| 2670 | 931 | 11 | [android-common](https://github.com/litesuits/android-common) | Android Common Utils or Helper. Such as Log, Averager, Base64, Check, FlashLight, KeyguardLock, LogReader, Network, SilentInstaller, TimeAverager, TimeCounter, Toastor, WakeLock, ScreenReceiver, SmsReceiver, PhoneReceiver, NotificationService, AndroidUtil, AppUtil, BitmapUtil, ByteUtil, ClassUtil, DialogUtil, FieldUtil, FileUtil, HexUtil, MD5Util, NotificationUtil, NumberUtil, PackageUtil, RandomUtil, ShellUtil, TelephoneUtil, VibrateUtil, IOUtils, FileUtils, AsyncExecutor, etc. 通用性强,纯洁简单,体积不到50K!其中包括bitmap处理,文件操作,加密存储器,shell命令,静默安装,计数器,均值器,吐司,日志,校验,提示,网络监测等基础功能,以及一些Base64、MD5、Hex、Byte、Number、Dialog、Filed、Class、Package、Telephone、Random等工具类。 | -| 2660 | 515 | 1 | [Music-Player](https://github.com/andremion/Music-Player) | From UI Proposal to Code :notes::arrow_forward: | -| 2660 | 311 | 14 | [Dexter](https://github.com/Karumi/Dexter) | Android library that simplifies the process of requesting permissions at runtime. | -| 2651 | 322 | 4 | [RecyclerViewSnap](https://github.com/rubensousa/RecyclerViewSnap) | RecyclerView snapping example with SnapHelper | -| 2645 | 984 | 55 | [GreenDroid](https://github.com/cyrilmottier/GreenDroid) | GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications. | -| 2639 | 531 | 35 | [Android-Image-Cropper](https://github.com/ArthurHub/Android-Image-Cropper) | Image Cropping Library for Android, optimized for Camera / Gallery. | -| 2638 | 1328 | 62 | [weiciyuan](https://github.com/qii/weiciyuan) | Sina Weibo Android Client | -| 2630 | 475 | 70 | [TwinklingRefreshLayout](https://github.com/lcodecorex/TwinklingRefreshLayout) | RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView | -| 2622 | 1188 | 26 | [JamsMusicPlayer](https://github.com/psaravan/JamsMusicPlayer) | A free, powerful and elegant music player for Android. | -| 2617 | 1355 | 14 | [elastic-job](https://github.com/dangdangdotcom/elastic-job) | Elastic-Job is a distributed scheduled job framework, based on Quartz and Zookeeper. | -| 2605 | 873 | 108 | [Android-Week-View](https://github.com/alamkanak/Android-Week-View) | Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling. | -| 2601 | 1069 | 94 | [xxl-job](https://github.com/xuxueli/xxl-job) | A lightweight distributed task scheduling framework.(分布式任务调度平台XXL-JOB) | -| 2599 | 394 | 33 | [Compressor](https://github.com/zetbaitsu/Compressor) | An android image compression library. | -| 2597 | 1348 | 80 | [android-flip](https://github.com/openaphid/android-flip) | A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android | -| 2597 | 701 | 77 | [BGAQRCode-Android](https://github.com/bingoogolapple/BGAQRCode-Android) | QRCode 扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式 | -| 2596 | 239 | 3 | [from-java-to-kotlin](https://github.com/MindorksOpenSource/from-java-to-kotlin) | From Java To Kotlin - Your Cheat Sheet For Java To Kotlin | -| 2590 | 287 | 5 | [ticker](https://github.com/robinhood/ticker) | An Android text view with scrolling text change animation | -| 2587 | 931 | 32 | [ASimpleCache](https://github.com/yangfuhai/ASimpleCache) | a simple cache for android and java | -| 2579 | 170 | 23 | [chuck](https://github.com/jgilfelt/chuck) | An in-app HTTP inspector for Android OkHttp clients | -| 2576 | 810 | 44 | [AndroidPicker](https://github.com/gzu-liyujiang/AndroidPicker) | 安卓选择器类库,包括日期选择器、时间选择器、单项选择器、双项选择器、城市地址选择器、车牌号选择器、数字选择器、星座选择器、生肖选择器、颜色选择器、文件选择器、目录选择器等,可自定义顶部及底部界面,可自定义窗口动画……Picker for android, include date&time/option/number/address/city/color/file&directory. | -| 2574 | 638 | 0 | [android-percent-support-lib-sample](https://github.com/JulienGenoud/android-percent-support-lib-sample) | [Deprecated] Just a sample of the android percent support lib | -| 2572 | 390 | 81 | [malmo](https://github.com/Microsoft/malmo) | Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information: | -| 2568 | 2620 | 12 | [quickstart-android](https://github.com/firebase/quickstart-android) | Firebase Quickstart Samples for Android | -| 2566 | 743 | 58 | [CircleProgress](https://github.com/lzyzsd/CircleProgress) | CircleProgress, DonutProgress, ArcProgress | -| 2562 | 376 | 4 | [ViewPagerCards](https://github.com/rubensousa/ViewPagerCards) | ViewPager cards inspired by Duolingo | -| 2560 | 901 | 41 | [JazzyViewPager](https://github.com/jfeinstein10/JazzyViewPager) | An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go! | -| 2558 | 1162 | 42 | [android-pulltorefresh](https://github.com/johannilsson/android-pulltorefresh) | DEPRECATED This project aims to provide a reusable pull to refresh widget for Android. | -| 2556 | 441 | 117 | [MaterialSearchView](https://github.com/MiguelCatalan/MaterialSearchView) | Cute library to implement SearchView in a Material Design Approach | -| 2556 | 291 | 86 | [android-priority-jobqueue](https://github.com/yigit/android-priority-jobqueue) | A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. | -| 2555 | 574 | 87 | [android-betterpickers](https://github.com/code-troopers/android-betterpickers) | Android library for better Picker DialogFragments | -| 2550 | 549 | 21 | [android-process-button](https://github.com/dmytrodanylyk/android-process-button) | Android Buttons With Built-in Progress Meters. | -| 2548 | 2012 | 3 | [JSON-java](https://github.com/stleary/JSON-java) | A reference implementation of a JSON package in Java. | -| 2545 | 1132 | 81 | [AndroidResideMenu](https://github.com/SpecialCyCi/AndroidResideMenu) | The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution. | -| 2536 | 1057 | 30 | [Mybatis-PageHelper](https://github.com/pagehelper/Mybatis-PageHelper) | Mybatis通用分页插件 | -| 2535 | 836 | 272 | [Conversations](https://github.com/siacs/Conversations) | Conversations is an open source XMPP/Jabber client for the Android platform | -| 2530 | 378 | 5 | [android-interview-questions](https://github.com/MindorksOpenSource/android-interview-questions) | Your Cheat Sheet For Android Interview - Android Interview Questions | -| 2525 | 521 | 87 | [RecyclerViewPager](https://github.com/lsjwzh/RecyclerViewPager) | A ViewPager implemention base on RecyclerView's code. Support fling operation like gallary. | -| 2524 | 399 | 5 | [animate](https://github.com/hitherejoe/animate) | An application demoing meaningful motion on Android | -| 2518 | 471 | 74 | [SuperRecyclerView](https://github.com/Malinskiy/SuperRecyclerView) | Pumped up RecyclerView | -| 2512 | 2137 | 155 | [Activiti](https://github.com/Activiti/Activiti) | Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts. | -| 2509 | 597 | 121 | [yuicompressor](https://github.com/yui/yuicompressor) | YUI Compressor | -| 2501 | 162 | 46 | [storio](https://github.com/pushtorefresh/storio) | Reactive API for SQLiteDatabase and ContentResolver. | -| 2498 | 612 | 29 | [ExpandableTextView](https://github.com/Manabu-GT/ExpandableTextView) | Android's TextView that can expand/collapse like the Google Play's app description | -| 2494 | 580 | 8 | [blade](https://github.com/biezhi/blade) | :rocket: a simple, elegant mvc framework! website → | -| 2486 | 747 | 82 | [MultiImageSelector](https://github.com/lovetuzitong/MultiImageSelector) | Deprecated -- Image selector for Android device. Support single choice and multi-choice. | -| 2484 | 485 | 1 | [CircleIndicator](https://github.com/ongakuer/CircleIndicator) | A lightweight viewpager indicator like in nexus 5 launcher | -| 2480 | 363 | 3 | [AlgoDS](https://github.com/sherxon/AlgoDS) | Implementation of Algorithms and Data Structures, Problems and Solutions | -| 2476 | 881 | 26 | [pinned-section-listview](https://github.com/beworker/pinned-section-listview) | Easy to use ListView with pinned sections for Android. | -| 2475 | 845 | 98 | [cropper](https://github.com/edmodo/cropper) | Android widget for cropping and rotating an image. | -| 2467 | 882 | 58 | [MagicCamera](https://github.com/wuhaoyu1990/MagicCamera) | Real-time Filter Camera&VideoRecorder And ImageEditor With Face Beauty For Android---包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改 | -| 2457 | 799 | 29 | [VirtualApp](https://github.com/asLody/VirtualApp) | An open source implementation of MultiAccount.(Support 4.0 - 8.0). | -| 2457 | 946 | 2 | [XCL-Charts](https://github.com/xcltapestry/XCL-Charts) | Android图表库(XCL-Charts is a free charting library for Android platform.),基于Android Canvas来绘制各种图表,使用简便,定制灵活。目前支持3D/非3D/背向式/横向/竖向柱形图(Bar Chart)、3D/非3D饼图(Pie Chart)、堆叠图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、漏斗图(Funnel Chart)、圆形图(Circle Chart)、弧线比较图、散点图(Scatter Chart)、气泡图(Bubble Chart)、范围条形图(RangeBar Chart)等图表。其它特性还包括支持图表缩放、手势移动、点击响应、动画效果、多轴显示、图表参考线、混合图表及同数据源不同图表类型切换等。 | -| 2456 | 473 | 39 | [TextDrawable](https://github.com/amulyakhare/TextDrawable) | This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator. | -| 2451 | 363 | 38 | [android-saripaar](https://github.com/ragunathjawahar/android-saripaar) | UI form validation library for Android | -| 2446 | 721 | 43 | [StickerCamera](https://github.com/Skykai521/StickerCamera) | This is an Android application with camera,picture cropping,collage sticking and tagging.贴纸标签相机,功能:拍照,相片裁剪,给图片贴贴纸,打标签。 | -| 2441 | 1080 | 174 | [DataX](https://github.com/alibaba/DataX) | DataX 是阿里巴巴集团内被广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、HDFS、Hive、OceanBase、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。 | -| 2434 | 437 | 33 | [FreeFlow](https://github.com/Comcast/FreeFlow) | A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful transition animations as data and layouts change | -| 2423 | 503 | 144 | [google-authenticator](https://github.com/google/google-authenticator) | Open source version of Google Authenticator (except the Android app) | -| 2420 | 636 | 17 | [Material-Movies](https://github.com/saulmm/Material-Movies) | [Deprecated] An application about movies with material design | -| 2408 | 689 | 24 | [grafika](https://github.com/google/grafika) | Grafika test app | -| 2405 | 232 | 24 | [DeepLinkDispatch](https://github.com/airbnb/DeepLinkDispatch) | A simple, annotation-based library for making deep link handling better on Android | -| 2399 | 552 | 13 | [GT](https://github.com/Tencent/GT) | GT (Great Tit) is a portable debugging tool for bug hunting and performance tuning on smartphones anytime and anywhere just as listening music with Walkman. GT can act as the Integrated Debug Environment by directly running on smartphones. | -| 2395 | 278 | 3 | [android-tips-tricks](https://github.com/nisrulz/android-tips-tricks) | :ballot_box_with_check: [Cheatsheet] Tips and tricks for Android Development | -| 2394 | 375 | 6 | [MultiType](https://github.com/drakeet/MultiType) | An Android library to create multiple item types list views easily and flexibly | -| 2392 | 1278 | 54 | [CtCI-6th-Edition](https://github.com/careercup/CtCI-6th-Edition) | Cracking the Coding Interview 6th Ed. Solutions | -| 2389 | 246 | 82 | [hawk](https://github.com/orhanobut/hawk) | ✔️ Secure, simple key-value storage for Android | -| 2388 | 189 | 48 | [Conductor](https://github.com/bluelinelabs/Conductor) | A small, yet full-featured framework that allows building View-based Android applications | -| 2388 | 422 | 34 | [android-priority-jobqueue](https://github.com/path/android-priority-jobqueue) | A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. | -| 2385 | 578 | 261 | [sugar](https://github.com/chennaione/sugar) | Insanely easy way to work with Android Database. | -| 2381 | 972 | 55 | [h2o-3](https://github.com/h2oai/h2o-3) | Open Source Fast Scalable Machine Learning API For Smarter Applications (Deep Learning, Gradient Boosting, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles...) | -| 2380 | 617 | 22 | [GeekNews](https://github.com/codeestX/GeekNews) | :books:A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide | -| 2376 | 103 | 65 | [native-navigation](https://github.com/airbnb/native-navigation) | Native navigation library for React Native applications | -| 2365 | 513 | 32 | [SuperToasts](https://github.com/JohnPersano/SuperToasts) | A library that extends the Android toast framework. | -| 2361 | 651 | 56 | [http-request](https://github.com/kevinsawicki/http-request) | Java HTTP Request Library | -| 2360 | 494 | 120 | [AndroidPdfViewer](https://github.com/barteksc/AndroidPdfViewer) | Android view for displaying PDFs rendered with PdfiumAndroid | -| 2358 | 619 | 2 | [99-problems](https://github.com/shekhargulati/99-problems) | This is an adaptation of the Ninety-Nine Prolog Problems written by Werner Hett. | -| 2355 | 470 | 5 | [GuillotineMenu-Android](https://github.com/Yalantis/GuillotineMenu-Android) | Neat library, that provides a simple way to implement guillotine-styled animation | -| 2349 | 373 | 14 | [dex-method-counts](https://github.com/mihaip/dex-method-counts) | Command-line tool to count per-package methods in Android .dex files | -| 2347 | 623 | 128 | [rest-assured](https://github.com/rest-assured/rest-assured) | Java DSL for easy testing of REST services | -| 2343 | 392 | 18 | [network-connection-class](https://github.com/facebook/network-connection-class) | Listen to current network traffic in the app and categorize the quality of the network. | -| 2342 | 530 | 4 | [material-menu](https://github.com/balysv/material-menu) | Animations for Android L drawer, back, dismiss and check icons | -| 2340 | 414 | 28 | [JKeyboardPanelSwitch](https://github.com/Jacksgong/JKeyboardPanelSwitch) | For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案) | -| 2339 | 238 | 29 | [flow](https://github.com/square/flow) | Name UI states, navigate between them, remember where you've been. | -| 2339 | 453 | 120 | [cameraview](https://github.com/google/cameraview) | Easily integrate Camera features into your Android app | -| 2339 | 414 | 44 | [ahbottomnavigation](https://github.com/aurelhubert/ahbottomnavigation) | A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design. | -| 2336 | 445 | 53 | [material-camera](https://github.com/afollestad/material-camera) | One of the most difficult APIs on Android, made easy in a small library. | -| 2335 | 437 | 21 | [BottomNavigation](https://github.com/Ashok-Varma/BottomNavigation) | This Library helps users to use Bottom Navigation Bar (A new pattern from google) with ease and allows ton of customizations | -| 2333 | 650 | 253 | [flyway](https://github.com/flyway/flyway) | Flyway by Boxfuse • Database Migrations Made Easy. | -| 2331 | 740 | 8 | [ProgressWheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar. | -| 2329 | 951 | 7 | [FastDev4Android](https://github.com/jiangqqlmj/FastDev4Android) | 本项目是Android快速开发框架,采用AndroidStudio进行开发。 预想集成工具包,采用MVP开发模式,EventBus数据分发,沉浸式状态栏,ORM,网络请求(HTTPClint,Volley,OkHttps),数据解析,依赖注入(AndroidAnnotations),xutils,图片异步加载,二维码扫描等等,后续会进行逐步添加 | -| 2328 | 456 | 22 | [GsonFormat](https://github.com/zzz40500/GsonFormat) | 根据Gson库使用的要求,将JSONObject格式的String 解析成实体 | -| 2327 | 388 | 102 | [ice](https://github.com/Teevity/ice) | AWS Usage Tool | -| 2319 | 390 | 57 | [RxDownload](https://github.com/ssseasonnn/RxDownload) | Multi-thread download tool based on RxJava. | -| 2312 | 641 | 20 | [MSEC](https://github.com/Tencent/MSEC) | Mass Service Engine in Cluster(MSEC) is opened source by QQ team from Tencent. It is a backend DEV &OPS engine, including RPC,name finding,load balance,monitoring,release and capacity management. | -| 2309 | 333 | 13 | [CoordinatorTabLayout](https://github.com/hugeterry/CoordinatorTabLayout) | Combination of TabLayout and CoordinatorLayout./TabLayout和CoordinatorLayout相结合的折叠控件 | -| 2305 | 2249 | 449 | [jersey](https://github.com/jersey/jersey) | This is the main, active Jersey development repository. Forks and pull requests are welcome! For more information about Jersey, please visit the Jersey website: | -| 2298 | 456 | 36 | [floatingsearchview](https://github.com/arimorty/floatingsearchview) | A search view that implements a floating search bar also known as persistent search | -| 2291 | 443 | 7 | [AndPermission](https://github.com/yanzhenjie/AndPermission) | Android Runtime Permission,support the right to apply for permission at any place. | -| 2287 | 188 | 10 | [scalpel](https://github.com/JakeWharton/scalpel) | A surgical debugging tool to uncover the layers under your app. | -| 2278 | 308 | 16 | [aurora-imui](https://github.com/jpush/aurora-imui) | General IM UI components. Android/iOS/RectNative ready. 通用 IM 聊天 UI 组件,已经同时支持 Android/iOS/RN。 | -| 2276 | 478 | 20 | [MasteringAndroidDataBinding](https://github.com/LyndonChin/MasteringAndroidDataBinding) | A comprehensive tutorial for Android Data Binding | -| 2275 | 189 | 4 | [Store](https://github.com/NYTimes/Store) | Android Library for Async Data Loading and Caching | -| 2272 | 704 | 49 | [HoloEverywhere](https://github.com/Prototik/HoloEverywhere) | NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE. | -| 2271 | 1090 | 425 | [checkstyle](https://github.com/checkstyle/checkstyle) | Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program. | -| 2269 | 173 | 24 | [material-components-android](https://github.com/material-components/material-components-android) | Modular and customizable Material Design UI components for Android | -| 2268 | 1043 | 94 | [otter](https://github.com/alibaba/otter) | 阿里巴巴分布式数据库同步系统(解决中美异地机房) | -| 2267 | 483 | 160 | [socket.io-client-java](https://github.com/socketio/socket.io-client-java) | Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later. | -| 2259 | 372 | 51 | [Fast-Android-Networking](https://github.com/amitshekhariitbhu/Fast-Android-Networking) | 🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀 | -| 2257 | 405 | 26 | [shimmer-android](https://github.com/facebook/shimmer-android) | An easy, flexible way to add a shimmering effect to any view in an Android app. | -| 2253 | 257 | 7 | [droidicon](https://github.com/theDazzler/droidicon) | Over 1600 customizable icons for Android including 750+ Google Material Design icons, 25 ready-made social badges, and more! | -| 2249 | 1327 | 106 | [crawler4j](https://github.com/yasserg/crawler4j) | Open Source Web Crawler for Java | -| 2249 | 551 | 9 | [angel](https://github.com/Tencent/angel) | A Flexible and Powerful Parameter Server for large-scale machine learning | -| 2249 | 1064 | 71 | [libsvm](https://github.com/cjlin1/libsvm) | None | -| 2243 | 897 | 16 | [apollo](https://github.com/ctripcorp/apollo) | Apollo(阿波罗)是携程框架部门研发的配置管理平台,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。 | -| 2238 | 2372 | 408 | [spring-security-oauth](https://github.com/spring-projects/spring-security-oauth) | Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications. | -| 2229 | 2479 | 341 | [android](https://github.com/owncloud/android) | :phone: The ownCloud Android App | -| 2225 | 712 | 82 | [robotium](https://github.com/RobotiumTech/robotium) | Android UI Testing | -| 2224 | 344 | 11 | [Robust](https://github.com/Meituan-Dianping/Robust) | Robust is an Android HotFix solution with high compatibility and high stability.Robust can fix bug immediately without publishing apk. | -| 2222 | 589 | 10 | [h2o-2](https://github.com/h2oai/h2o-2) | h2o = fast statistical, machine learning & math runtime for bigdata | -| 2217 | 581 | 30 | [DropDownMenu](https://github.com/dongjunkun/DropDownMenu) | 一个实用的多条件筛选菜单 | -| 2216 | 516 | 99 | [android-zxingLibrary](https://github.com/yipianfengye/android-zxingLibrary) | 几行代码快速集成二维码扫描功能 | -| 2211 | 396 | 23 | [binnavi](https://github.com/google/binnavi) | BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code. | -| 2208 | 911 | 149 | [grails-core](https://github.com/grails/grails-core) | The Grails Web Application Framework | -| 2203 | 919 | 606 | [hazelcast](https://github.com/hazelcast/hazelcast) | Open Source In-Memory Data Grid | -| 2203 | 208 | 0 | [spruce-android](https://github.com/willowtreeapps/spruce-android) | Spruce Animation Library | -| 2201 | 1096 | 285 | [gephi](https://github.com/gephi/gephi) | Gephi - The Open Graph Viz Platform | -| 2198 | 465 | 12 | [android-ui](https://github.com/markushi/android-ui) | Android UI library. | -| 2197 | 809 | 45 | [cachecloud](https://github.com/sohutv/cachecloud) | 搜狐视频(sohu tv)Redis私有云平台 | -| 2196 | 531 | 50 | [VideoPlayerManager](https://github.com/danylovolokh/VideoPlayerManager) | This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it. | -| 2194 | 581 | 21 | [SwipeRecyclerView](https://github.com/yanzhenjie/SwipeRecyclerView) | RecyclerView侧滑菜单,Item拖拽,滑动删除Item,自动加载更多,HeaderView,FooterView,Item分组黏贴。 | -| 2184 | 441 | 16 | [materialish-progress](https://github.com/pnikosis/materialish-progress) | A material style progress wheel compatible with 2.3 | -| 2183 | 364 | 64 | [TourGuide](https://github.com/worker8/TourGuide) | TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View | -| 2183 | 1186 | 24 | [DeepLearning](https://github.com/yusugomori/DeepLearning) | Deep Learning (Python, C, C++, Java, Scala, Go) | -| 2175 | 316 | 6 | [MagicaSakura](https://github.com/Bilibili/MagicaSakura) | MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme. | -| 2172 | 279 | 1 | [distributedlog](https://github.com/twitter/distributedlog) | A high performance replicated log service. (The development is moved to Apache Incubator) | -| 2172 | 261 | 13 | [PageIndicatorView](https://github.com/romandanylyk/PageIndicatorView) | An page indicator for Android ViewPager | -| 2164 | 1019 | 116 | [android-maps-utils](https://github.com/googlemaps/android-maps-utils) | Handy extensions to the Google Maps Android API. | -| 2163 | 1139 | 32 | [9GAG](https://github.com/stormzhang/9GAG) | Android unofficial REST Client of 9GAG. | -| 2159 | 829 | 22 | [groovy](https://github.com/apache/groovy) | Mirror of Apache Groovy | -| 2155 | 481 | 20 | [CoordinatorBehaviorExample](https://github.com/saulmm/CoordinatorBehaviorExample) | None | -| 2150 | 175 | 6 | [ExpectAnim](https://github.com/florent37/ExpectAnim) | Describe your animation and run ! | -| 2148 | 600 | 2 | [Algorithms](https://github.com/pedrovgs/Algorithms) | Solutions for some common algorithm problems written in Java. | -| 2146 | 363 | 63 | [jjwt](https://github.com/jwtk/jjwt) | Java JWT: JSON Web Token for Java and Android | -| 2144 | 556 | 7 | [ViewServer](https://github.com/romainguy/ViewServer) | Local server for Android's HierarchyViewer | -| 2142 | 392 | 3 | [RxJava2-Android-Samples](https://github.com/amitshekhariitbhu/RxJava2-Android-Samples) | RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android | -| 2137 | 363 | 80 | [airpal](https://github.com/airbnb/airpal) | Web UI for PrestoDB. | -| 2137 | 741 | 3 | [NiftyDialogEffects](https://github.com/sd6352051/NiftyDialogEffects) | Nifty Modal Dialog Effects | -| 2131 | 183 | 10 | [hover](https://github.com/google/hover) | A floating menu library for Android. | -| 2129 | 168 | 58 | [requery](https://github.com/requery/requery) | requery - modern SQL based query & persistence for Java / Kotlin / Android | -| 2127 | 603 | 409 | [elasticsearch-jdbc](https://github.com/jprante/elasticsearch-jdbc) | JDBC importer for Elasticsearch | -| 2123 | 579 | 64 | [PhotoPicker](https://github.com/donglua/PhotoPicker) | Image Picker like Wechat | -| 2123 | 942 | 46 | [incubator-rocketmq](https://github.com/apache/incubator-rocketmq) | Mirror of Apache RocketMQ | -| 2122 | 374 | 9 | [CircularReveal](https://github.com/ozodrukh/CircularReveal) | Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+ | -| 2119 | 381 | 26 | [PictureSelector](https://github.com/LuckSiege/PictureSelector) | Picture Selector Library for Android or 多图片选择器 | -| 2118 | 493 | 10 | [android-styled-dialogs](https://github.com/avast/android-styled-dialogs) | Backport of Material dialogs with easy-to-use API based on DialogFragment | -| 2113 | 406 | 112 | [feign](https://github.com/OpenFeign/feign) | Feign makes writing java http clients easier | -| 2113 | 1576 | 131 | [aws-sdk-java](https://github.com/aws/aws-sdk-java) | The official AWS SDK for Java. | -| 2113 | 205 | 12 | [ViewInspector](https://github.com/xfumihiro/ViewInspector) | View Inspection Toolbar for Android Development | -| 2107 | 721 | 126 | [android-pdfview](https://github.com/JoanZapata/android-pdfview) | [DEPRECATED] A fast PDF reader component for Android development | -| 2105 | 905 | 391 | [Terasology](https://github.com/MovingBlocks/Terasology) | Terasology - open source voxel world | -| 2104 | 292 | 23 | [wire](https://github.com/square/wire) | Clean, lightweight protocol buffers for Android and Java. | -| 2103 | 619 | 76 | [CircularFloatingActionMenu](https://github.com/oguzbilgener/CircularFloatingActionMenu) | an animated circular menu for Android | -| 2098 | 412 | 16 | [AgentWeb](https://github.com/Justson/AgentWeb) | 🔥 AgentWeb 是基于 Android WebView 一个轻量级浏览器库 , 使用很方便 , 集成进你应用 ,只需几行代码 。 | -| 2095 | 2937 | 20 | [Android](https://github.com/hmkcode/Android) | Android related examples | -| 2091 | 666 | 7 | [CloudReader](https://github.com/youlookwhat/CloudReader) | 云阅:一款基于网易云音乐UI,使用Gank.Io及豆瓣api开发的符合Google Material Design的Android客户端。项目采取的是MVVM-DataBinding架构开发,现主要包括:干货区、电影区和书籍区三个子模块。DIY网易云音乐原来是如此Cool~ | -| 2090 | 186 | 15 | [BlurKit-Android](https://github.com/gogopop/BlurKit-Android) | The missing Android blurring library. Fast blur-behind layout that parallels iOS. | -| 2088 | 227 | 1 | [PreviewSeekBar](https://github.com/rubensousa/PreviewSeekBar) | A SeekBar suited for showing a preview of something. As seen in Google Play Movies. | -| 2085 | 671 | 323 | [react-native-video](https://github.com/react-native-community/react-native-video) | A