From 23baddcdb9d01957b4c66106ced494dbd89cd71a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:40:14 +0000 Subject: [PATCH] stargazed update by GitHub Actions Workflow --- README.md | 2630 +++++++++++++++++++++++++++-------------------------- 1 file changed, 1316 insertions(+), 1314 deletions(-) diff --git a/README.md b/README.md index 4664efc..10c1d96 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > A curated list of my GitHub stars! Generated by [stargazed](https://github.com/abhijithvijayan/stargazed) -![Total](https://img.shields.io/badge/Total-2128-green.svg) -![Updated](https://img.shields.io/badge/Updated-4--8--2023-blue.svg) +![Total](https://img.shields.io/badge/Total-2130-green.svg) +![Updated](https://img.shields.io/badge/Updated-5--8--2023-blue.svg) ## 🏠 Contents @@ -11,9 +11,9 @@ - [Astro (2)](#astro) - [Batchfile (2)](#batchfile) - [Bikeshed (1)](#bikeshed) -- [C (99)](#c) +- [C (100)](#c) - [C# (5)](#c-1) -- [C++ (46)](#c-2) +- [C++ (47)](#c-2) - [CSS (37)](#css) - [Clojure (9)](#clojure) - [CoffeeScript (3)](#coffeescript) @@ -33,7 +33,7 @@ - [Haskell (9)](#haskell) - [JSON (1)](#json) - [Java (22)](#java) -- [JavaScript (602)](#javascript) +- [JavaScript (601)](#javascript) - [Jinja (1)](#jinja) - [Jupyter Notebook (10)](#jupyter-notebook) - [Kotlin (7)](#kotlin) @@ -65,7 +65,7 @@ - [Swift (4)](#swift) - [Tcl (1)](#tcl) - [TeX (11)](#tex) -- [TypeScript (324)](#typescript) +- [TypeScript (325)](#typescript) - [V (1)](#v) - [VBScript (1)](#vbscript) - [Vala (1)](#vala) @@ -80,17 +80,17 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [tinyllama](https://github.com/eivindbohler/tinyllama) | A tiny x86 retro computer | eivindbohler | 246 | -| 2 | [pics](https://github.com/corkami/pics) | File formats explanations, logos redrawing... | corkami | 9867 | +| 2 | [pics](https://github.com/corkami/pics) | File formats explanations, logos redrawing... | corkami | 9872 | | 3 | [book-Atari](https://github.com/nanochess/book-Atari) | Examples from my book Programming Games for Atari 2600 | nanochess | 20 | | 4 | [bootOS](https://github.com/nanochess/bootOS) | bootOS is a monolithic operating system in 512 bytes of x86 machine code. | nanochess | 1733 | | 5 | [lc3-2048](https://github.com/rpendleton/lc3-2048) | implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture | rpendleton | 54 | | 6 | [NerdyNights](https://github.com/Taywee/NerdyNights) | The Nerdy Nights tutorial set as a set of sphinx pages (eventually will convert NESASM into ca65) | Taywee | 25 | -| 7 | [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! | leachim6 | 10055 | +| 7 | [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! | leachim6 | 10054 | | 8 | [x86-assembly-cheat](https://github.com/cirosantilli/x86-assembly-cheat) | MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat | cirosantilli | 831 | -| 9 | [pinpog](https://github.com/tsoding/pinpog) | Ping-Pong-like game in Assembly that works without OS | tsoding | 419 | +| 9 | [pinpog](https://github.com/tsoding/pinpog) | Ping-Pong-like game in Assembly that works without OS | tsoding | 420 | | 10 | [virtualagc](https://github.com/virtualagc/virtualagc) | Virtual Apollo Guidance Computer (AGC) software | virtualagc | 2312 | -| 11 | [MS-DOS](https://github.com/microsoft/MS-DOS) | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | microsoft | 17241 | -| 12 | [Apollo-11](https://github.com/chrislgarry/Apollo-11) | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | chrislgarry | 55180 | +| 11 | [MS-DOS](https://github.com/microsoft/MS-DOS) | The original sources of MS-DOS 1.25 and 2.0, for reference purposes | microsoft | 17242 | +| 12 | [Apollo-11](https://github.com/chrislgarry/Apollo-11) | Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. | chrislgarry | 55181 | | 13 | [computers-are-easy](https://github.com/hxlnt/computers-are-easy) | 🏳️‍🌈 A "Hello World" NES ROM with fully-commented 6502 assembly-language source code. | hxlnt | 193 | | 14 | [first_nes](https://github.com/gregkrsak/first_nes) | Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references. | gregkrsak | 116 | | 15 | [connectedNES](https://github.com/hxlnt/connectedNES) | 📡 A WiFi "modem" that connects your NES to the internet. Includes sample Twitter client. | hxlnt | 194 | @@ -100,7 +100,7 @@ ## Astro | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [awesome-mechanical-keyboard](https://github.com/BenRoe/awesome-mechanical-keyboard) | ⌨️ A curated list of Open Source Mechanical Keyboard resources. | BenRoe | 2527 | +| 1 | [awesome-mechanical-keyboard](https://github.com/BenRoe/awesome-mechanical-keyboard) | ⌨️ A curated list of Open Source Mechanical Keyboard resources. | BenRoe | 2528 | | 2 | [youmightnotneedjquery](https://github.com/HubSpot/youmightnotneedjquery) | | HubSpot | 13992 | **[⬆ Back to Index](#-contents)** @@ -109,7 +109,7 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [win10_antishit](https://github.com/bol-van/win10_antishit) | windows 10 remove shit functions | bol-van | 31 | -| 2 | [python-guide](https://github.com/realpython/python-guide) | Python best practices guidebook, written for humans. | realpython | 26568 | +| 2 | [python-guide](https://github.com/realpython/python-guide) | Python best practices guidebook, written for humans. | realpython | 26570 | **[⬆ Back to Index](#-contents)** @@ -123,168 +123,170 @@ ## C | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [keyd](https://github.com/rvaiya/keyd) | A key remapping daemon for linux. | rvaiya | 1561 | -| 2 | [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. | lotabout | 3486 | -| 3 | [swipl-devel](https://github.com/SWI-Prolog/swipl-devel) | SWI-Prolog Main development repository | SWI-Prolog | 812 | -| 4 | [io](https://github.com/IoLanguage/io) | Io programming language. Inspired by Self, Smalltalk and LISP. | IoLanguage | 2575 | -| 5 | [rax](https://github.com/antirez/rax) | A radix tree implementation in ANSI C | antirez | 973 | -| 6 | [dragon](https://github.com/mwh/dragon) | Drag and drop source/target for X | mwh | 1094 | -| 7 | [libvips](https://github.com/libvips/libvips) | A fast image processing library with low memory needs. | libvips | 8201 | -| 8 | [tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro) | Tree-sitter grammar for the Astro web framework | virchau13 | 53 | -| 9 | [bnetd](https://github.com/jrmuizel/bnetd) | | jrmuizel | 33 | -| 10 | [rsync](https://github.com/WayneD/rsync) | An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases. | WayneD | 1566 | -| 11 | [vim.js](https://github.com/coolwanglu/vim.js) | JavaScript port of Vim | coolwanglu | 4460 | -| 12 | [lispe](https://github.com/naver/lispe) | An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell. | naver | 311 | -| 13 | [f3](https://github.com/AltraMayor/f3) | F3 - Fight Flash Fraud | AltraMayor | 1980 | -| 14 | [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. | jonls | 5635 | -| 15 | [unclutter-xfixes](https://github.com/Airblader/unclutter-xfixes) | Hides the cursor on inactivity (rewrite of unclutter) | Airblader | 308 | -| 16 | [libuv](https://github.com/libuv/libuv) | Cross-platform asynchronous I/O | libuv | 21924 | -| 17 | [luv](https://github.com/luvit/luv) | Bare libuv bindings for lua | luvit | 712 | -| 18 | [telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim) | FZF sorter for telescope written in c | nvim-telescope | 897 | -| 19 | [util-linux](https://github.com/util-linux/util-linux) | | util-linux | 2220 | -| 20 | [TheFatRat](https://github.com/screetsec/TheFatRat) | Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . 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 . | screetsec | 8011 | -| 21 | [tinylisp](https://github.com/Robert-van-Engelen/tinylisp) | Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use. | Robert-van-Engelen | 705 | -| 22 | [cpulimit](https://github.com/opsengine/cpulimit) | CPU usage limiter for Linux | opsengine | 1574 | -| 23 | [bluez](https://github.com/bluez/bluez) | Main BlueZ tree | bluez | 477 | -| 24 | [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. | allinurl | 16497 | -| 25 | [st](https://github.com/LukeSmithxyz/st) | Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility. | LukeSmithxyz | 1554 | -| 26 | [compilerbook-examples](https://github.com/dthain/compilerbook-examples) | Example code for compilers textbook. | dthain | 127 | -| 27 | [jq](https://github.com/jqlang/jq) | Command-line JSON processor | jqlang | 25597 | -| 28 | [i3](https://github.com/i3/i3) | A tiling window manager for X11 | i3 | 8459 | -| 29 | [cmatrix](https://github.com/abishekvashok/cmatrix) | Terminal based "The Matrix" like implementation | abishekvashok | 3331 | -| 30 | [lz4](https://github.com/lz4/lz4) | Extremely Fast Compression algorithm | lz4 | 8495 | -| 31 | [raylib](https://github.com/raysan5/raylib) | A simple and easy-to-use library to enjoy videogames programming | raysan5 | 14251 | -| 32 | [bluez-tools](https://github.com/khvzak/bluez-tools) | A set of tools to manage bluetooth devices for linux | khvzak | 160 | -| 33 | [sway](https://github.com/swaywm/sway) | i3-compatible Wayland compositor | swaywm | 12674 | -| 34 | [lightway-core](https://github.com/expressvpn/lightway-core) | Lightway Core is a modern VPN protocol by ExpressVPN, to deliver a VPN experience that’s faster, more secure, and more reliable. | expressvpn | 444 | -| 35 | [git](https://github.com/git/git) | Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. | git | 46934 | -| 36 | [xscreensaver](https://github.com/Zygo/xscreensaver) | The closest thing to a git repo of xscreensaver known to exist, because jwz Does Not Do Github. This is a READ ONLY mirror. Please send pull requests and bug reports directly to the upstream project. | Zygo | 197 | -| 37 | [leptonica](https://github.com/DanBloomberg/leptonica) | Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation. | DanBloomberg | 1487 | -| 38 | [raspberry-pi-os](https://github.com/s-matyukevich/raspberry-pi-os) | Learning operating system development using Linux kernel and Raspberry Pi | s-matyukevich | 12342 | -| 39 | [liferea](https://github.com/lwindolf/liferea) | Liferea (Linux Feed Reader), a news reader for GTK/GNOME | lwindolf | 770 | -| 40 | [compton](https://github.com/chjj/compton) | A compositor for X11. | chjj | 2210 | -| 41 | [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.libera.chat | AppImage | 8061 | -| 42 | [openssl](https://github.com/openssl/openssl) | TLS/SSL and crypto library | openssl | 22362 | -| 43 | [nnn](https://github.com/jarun/nnn) | n³ The unorthodox terminal file manager | jarun | 16731 | -| 44 | [TIC-80](https://github.com/nesbox/TIC-80) | TIC-80 is a fantasy computer for making, playing and sharing tiny games. | nesbox | 4191 | -| 45 | [linked-list-good-taste](https://github.com/mkirchner/linked-list-good-taste) | Linus Torvalds' linked list argument for good taste, explained | mkirchner | 1828 | -| 46 | [chibicc](https://github.com/rui314/chibicc) | A small C compiler | rui314 | 7646 | -| 47 | [i3status](https://github.com/i3/i3status) | Generates status bar to use with i3bar, dzen2 or xmobar | i3 | 555 | -| 48 | [RetroArch](https://github.com/libretro/RetroArch) | Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. | libretro | 8212 | -| 49 | [bspwm](https://github.com/baskerville/bspwm) | A tiling window manager based on binary space partitioning | baskerville | 7118 | -| 50 | [sxhkd](https://github.com/baskerville/sxhkd) | Simple X hotkey daemon | baskerville | 2517 | -| 51 | [endlessh](https://github.com/skeeto/endlessh) | SSH tarpit that slowly sends an endless banner | skeeto | 6150 | -| 52 | [Ventoy](https://github.com/ventoy/Ventoy) | A new bootable USB solution. | ventoy | 51702 | -| 53 | [redis](https://github.com/redis/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, Streams, HyperLogLogs, Bitmaps. | redis | 60916 | -| 54 | [h3](https://github.com/uber/h3) | Hexagonal hierarchical geospatial indexing system | uber | 4157 | -| 55 | [FTL](https://github.com/pi-hole/FTL) | The Pi-hole FTL engine | pi-hole | 1201 | -| 56 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | How to create an OS from scratch | cfenollosa | 25346 | -| 57 | [spacebar](https://github.com/cmacrae/spacebar) | A minimal status bar for macOS. Ideal for use with tiling window managers like yabai | cmacrae | 1069 | -| 58 | [ltui](https://github.com/tboox/ltui) | 🍖 A cross-platform terminal ui library based on Lua | tboox | 742 | -| 59 | [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. | mortdeus | 3571 | -| 60 | [skhd](https://github.com/koekeishiya/skhd) | Simple hotkey daemon for macOS | koekeishiya | 4406 | -| 61 | [yabai](https://github.com/koekeishiya/yabai) | A tiling window manager for macOS based on binary space partitioning | koekeishiya | 17522 | -| 62 | [qmk_firmware](https://github.com/qmk/qmk_firmware) | Open-source keyboard firmware for Atmel AVR and Arm USB families | qmk | 15552 | -| 63 | [simh](https://github.com/simh/simh) | The Computer History Simulation Project | simh | 1538 | -| 64 | [cc65](https://github.com/cc65/cc65) | cc65 - a freeware C compiler for 6502 based systems | cc65 | 1987 | -| 65 | [x6502](https://github.com/haldean/x6502) | Yet another 6502 emulator that one day dreams of being an Atari 2600. | haldean | 227 | -| 66 | [neomutt](https://github.com/neomutt/neomutt) | ✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat | neomutt | 2871 | -| 67 | [mkernel](https://github.com/arjun024/mkernel) | A minimalist kernel | arjun024 | 1308 | -| 68 | [tmux](https://github.com/tmux/tmux) | tmux source code | tmux | 29866 | -| 69 | [spt](https://github.com/pickfire/spt) | Simple pomodoro timer that doubles your efficiency | pickfire | 103 | -| 70 | [xcape](https://github.com/alols/xcape) | Linux utility to configure modifier keys to act as other keys when pressed and released on their own. | alols | 2038 | -| 71 | [mpv](https://github.com/mpv-player/mpv) | 🎥 Command line video player | mpv-player | 23107 | -| 72 | [tig](https://github.com/jonas/tig) | Text-mode interface for git | jonas | 11753 | -| 73 | [DOOM](https://github.com/id-Software/DOOM) | DOOM Open Source Release | id-Software | 10767 | -| 74 | [swieros](https://github.com/rswier/swieros) | A tiny hand crafted CPU emulator, C compiler, and Operating System | rswier | 732 | -| 75 | [i3blocks](https://github.com/vivien/i3blocks) | The hacker-friendly status_command for Sway and i3 | vivien | 2159 | -| 76 | [evdi](https://github.com/DisplayLink/evdi) | Extensible Virtual Display Interface | DisplayLink | 612 | -| 77 | [axel](https://github.com/axel-download-accelerator/axel) | Lightweight CLI download accelerator | axel-download-accelerator | 2556 | -| 78 | [BSDGames](https://github.com/vattam/BSDGames) | Text based games from Debian - bsdgames package. | vattam | 135 | -| 79 | [zathura](https://github.com/pwmt/zathura) | a document viewer | pwmt | 1460 | -| 80 | [uncap](https://github.com/susam/uncap) | Map Caps Lock to Escape or any key to any key | susam | 971 | -| 81 | [raspi3-tutorial](https://github.com/bztsrc/raspi3-tutorial) | Bare metal Raspberry Pi 3 tutorials | bztsrc | 2499 | -| 82 | [rofi](https://github.com/davatorium/rofi) | Rofi: A window switcher, application launcher and dmenu replacement | davatorium | 11389 | -| 83 | [i3](https://github.com/Airblader/i3) | A fork of the i3 window manager with gaps and some other features. :warning: i3-gaps has been merged into i3. | Airblader | 5976 | -| 84 | [ls-icons](https://github.com/sebastiencs/ls-icons) | ls command with files icons | sebastiencs | 265 | -| 85 | [netdata](https://github.com/netdata/netdata) | Monitor your servers, containers, and applications, in high-resolution and in real-time! | netdata | 64408 | -| 86 | [radare2](https://github.com/radareorg/radare2) | UNIX-like reverse engineering framework and command-line toolset | radareorg | 18414 | -| 87 | [db_tutorial](https://github.com/cstack/db_tutorial) | Writing a sqlite clone from scratch in C | cstack | 8625 | -| 88 | [nesasm](https://github.com/camsaul/nesasm) | NESasm -- NES 6502 assembler, version 3.1 :video_game: | camsaul | 236 | -| 89 | [robotjs](https://github.com/octalmage/robotjs) | Node.js Desktop Automation. | octalmage | 11814 | -| 90 | [zsh](https://github.com/zsh-users/zsh) | Mirror of the Z shell source code repository. | zsh-users | 3207 | -| 91 | [linux-kernel-exploits](https://github.com/SecWiki/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | SecWiki | 4877 | -| 92 | [linux-kernel-exploits](https://github.com/scanfsec/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | scanfsec | 6 | -| 93 | [libdsm](https://github.com/mstorsjo/libdsm) | Defective SMb: A minimalist and read-only implementation of SMB using Plain'Ol C | mstorsjo | 1 | -| 94 | [rtmpdump](https://github.com/mstorsjo/rtmpdump) | rtmpdump is a toolkit for RTMP streams. | mstorsjo | 118 | -| 95 | [curl](https://github.com/curl/curl) | A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features | curl | 30812 | -| 96 | [ServerStatus](https://github.com/BotoX/ServerStatus) | Display and monitor your servers statistics in a beatiful way | BotoX | 795 | -| 97 | [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++ | SamyPesse | 20391 | -| 98 | [mocicon-tweak](https://github.com/Lukkario/mocicon-tweak) | modified version of mocicon | Lukkario | 2 | -| 99 | [linux](https://github.com/torvalds/linux) | Linux kernel source tree | torvalds | 155322 | +| 1 | [zathura](https://github.com/tsgates/zathura) | zathura | tsgates | 3 | +| 2 | [keyd](https://github.com/rvaiya/keyd) | A key remapping daemon for linux. | rvaiya | 1563 | +| 3 | [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. | lotabout | 3487 | +| 4 | [swipl-devel](https://github.com/SWI-Prolog/swipl-devel) | SWI-Prolog Main development repository | SWI-Prolog | 812 | +| 5 | [io](https://github.com/IoLanguage/io) | Io programming language. Inspired by Self, Smalltalk and LISP. | IoLanguage | 2575 | +| 6 | [rax](https://github.com/antirez/rax) | A radix tree implementation in ANSI C | antirez | 973 | +| 7 | [dragon](https://github.com/mwh/dragon) | Drag and drop source/target for X | mwh | 1094 | +| 8 | [libvips](https://github.com/libvips/libvips) | A fast image processing library with low memory needs. | libvips | 8207 | +| 9 | [tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro) | Tree-sitter grammar for the Astro web framework | virchau13 | 53 | +| 10 | [bnetd](https://github.com/jrmuizel/bnetd) | | jrmuizel | 33 | +| 11 | [rsync](https://github.com/WayneD/rsync) | An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases. | WayneD | 1567 | +| 12 | [vim.js](https://github.com/coolwanglu/vim.js) | JavaScript port of Vim | coolwanglu | 4460 | +| 13 | [lispe](https://github.com/naver/lispe) | An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell. | naver | 311 | +| 14 | [f3](https://github.com/AltraMayor/f3) | F3 - Fight Flash Fraud | AltraMayor | 1980 | +| 15 | [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. | jonls | 5635 | +| 16 | [unclutter-xfixes](https://github.com/Airblader/unclutter-xfixes) | Hides the cursor on inactivity (rewrite of unclutter) | Airblader | 309 | +| 17 | [libuv](https://github.com/libuv/libuv) | Cross-platform asynchronous I/O | libuv | 21930 | +| 18 | [luv](https://github.com/luvit/luv) | Bare libuv bindings for lua | luvit | 712 | +| 19 | [telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim) | FZF sorter for telescope written in c | nvim-telescope | 897 | +| 20 | [util-linux](https://github.com/util-linux/util-linux) | | util-linux | 2223 | +| 21 | [TheFatRat](https://github.com/screetsec/TheFatRat) | Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . 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 . | screetsec | 8014 | +| 22 | [tinylisp](https://github.com/Robert-van-Engelen/tinylisp) | Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use. | Robert-van-Engelen | 705 | +| 23 | [cpulimit](https://github.com/opsengine/cpulimit) | CPU usage limiter for Linux | opsengine | 1575 | +| 24 | [bluez](https://github.com/bluez/bluez) | Main BlueZ tree | bluez | 477 | +| 25 | [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. | allinurl | 16502 | +| 26 | [st](https://github.com/LukeSmithxyz/st) | Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility. | LukeSmithxyz | 1554 | +| 27 | [compilerbook-examples](https://github.com/dthain/compilerbook-examples) | Example code for compilers textbook. | dthain | 128 | +| 28 | [jq](https://github.com/jqlang/jq) | Command-line JSON processor | jqlang | 25619 | +| 29 | [i3](https://github.com/i3/i3) | A tiling window manager for X11 | i3 | 8459 | +| 30 | [cmatrix](https://github.com/abishekvashok/cmatrix) | Terminal based "The Matrix" like implementation | abishekvashok | 3333 | +| 31 | [lz4](https://github.com/lz4/lz4) | Extremely Fast Compression algorithm | lz4 | 8497 | +| 32 | [raylib](https://github.com/raysan5/raylib) | A simple and easy-to-use library to enjoy videogames programming | raysan5 | 14262 | +| 33 | [bluez-tools](https://github.com/khvzak/bluez-tools) | A set of tools to manage bluetooth devices for linux | khvzak | 160 | +| 34 | [sway](https://github.com/swaywm/sway) | i3-compatible Wayland compositor | swaywm | 12680 | +| 35 | [lightway-core](https://github.com/expressvpn/lightway-core) | Lightway Core is a modern VPN protocol by ExpressVPN, to deliver a VPN experience that’s faster, more secure, and more reliable. | expressvpn | 444 | +| 36 | [git](https://github.com/git/git) | Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements. | git | 46942 | +| 37 | [xscreensaver](https://github.com/Zygo/xscreensaver) | The closest thing to a git repo of xscreensaver known to exist, because jwz Does Not Do Github. This is a READ ONLY mirror. Please send pull requests and bug reports directly to the upstream project. | Zygo | 197 | +| 38 | [leptonica](https://github.com/DanBloomberg/leptonica) | Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation. | DanBloomberg | 1487 | +| 39 | [raspberry-pi-os](https://github.com/s-matyukevich/raspberry-pi-os) | Learning operating system development using Linux kernel and Raspberry Pi | s-matyukevich | 12344 | +| 40 | [liferea](https://github.com/lwindolf/liferea) | Liferea (Linux Feed Reader), a news reader for GTK/GNOME | lwindolf | 769 | +| 41 | [compton](https://github.com/chjj/compton) | A compositor for X11. | chjj | 2210 | +| 42 | [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.libera.chat | AppImage | 8062 | +| 43 | [openssl](https://github.com/openssl/openssl) | TLS/SSL and crypto library | openssl | 22365 | +| 44 | [nnn](https://github.com/jarun/nnn) | n³ The unorthodox terminal file manager | jarun | 16735 | +| 45 | [TIC-80](https://github.com/nesbox/TIC-80) | TIC-80 is a fantasy computer for making, playing and sharing tiny games. | nesbox | 4192 | +| 46 | [linked-list-good-taste](https://github.com/mkirchner/linked-list-good-taste) | Linus Torvalds' linked list argument for good taste, explained | mkirchner | 1828 | +| 47 | [chibicc](https://github.com/rui314/chibicc) | A small C compiler | rui314 | 7648 | +| 48 | [i3status](https://github.com/i3/i3status) | Generates status bar to use with i3bar, dzen2 or xmobar | i3 | 555 | +| 49 | [RetroArch](https://github.com/libretro/RetroArch) | Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. | libretro | 8216 | +| 50 | [bspwm](https://github.com/baskerville/bspwm) | A tiling window manager based on binary space partitioning | baskerville | 7121 | +| 51 | [sxhkd](https://github.com/baskerville/sxhkd) | Simple X hotkey daemon | baskerville | 2517 | +| 52 | [endlessh](https://github.com/skeeto/endlessh) | SSH tarpit that slowly sends an endless banner | skeeto | 6152 | +| 53 | [Ventoy](https://github.com/ventoy/Ventoy) | A new bootable USB solution. | ventoy | 51728 | +| 54 | [redis](https://github.com/redis/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, Streams, HyperLogLogs, Bitmaps. | redis | 60924 | +| 55 | [h3](https://github.com/uber/h3) | Hexagonal hierarchical geospatial indexing system | uber | 4158 | +| 56 | [FTL](https://github.com/pi-hole/FTL) | The Pi-hole FTL engine | pi-hole | 1203 | +| 57 | [os-tutorial](https://github.com/cfenollosa/os-tutorial) | How to create an OS from scratch | cfenollosa | 25353 | +| 58 | [spacebar](https://github.com/cmacrae/spacebar) | A minimal status bar for macOS. Ideal for use with tiling window managers like yabai | cmacrae | 1069 | +| 59 | [ltui](https://github.com/tboox/ltui) | 🍖 A cross-platform terminal ui library based on Lua | tboox | 742 | +| 60 | [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. | mortdeus | 3571 | +| 61 | [skhd](https://github.com/koekeishiya/skhd) | Simple hotkey daemon for macOS | koekeishiya | 4408 | +| 62 | [yabai](https://github.com/koekeishiya/yabai) | A tiling window manager for macOS based on binary space partitioning | koekeishiya | 17529 | +| 63 | [qmk_firmware](https://github.com/qmk/qmk_firmware) | Open-source keyboard firmware for Atmel AVR and Arm USB families | qmk | 15558 | +| 64 | [simh](https://github.com/simh/simh) | The Computer History Simulation Project | simh | 1538 | +| 65 | [cc65](https://github.com/cc65/cc65) | cc65 - a freeware C compiler for 6502 based systems | cc65 | 1988 | +| 66 | [x6502](https://github.com/haldean/x6502) | Yet another 6502 emulator that one day dreams of being an Atari 2600. | haldean | 227 | +| 67 | [neomutt](https://github.com/neomutt/neomutt) | ✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat | neomutt | 2873 | +| 68 | [mkernel](https://github.com/arjun024/mkernel) | A minimalist kernel | arjun024 | 1308 | +| 69 | [tmux](https://github.com/tmux/tmux) | tmux source code | tmux | 29881 | +| 70 | [spt](https://github.com/pickfire/spt) | Simple pomodoro timer that doubles your efficiency | pickfire | 103 | +| 71 | [xcape](https://github.com/alols/xcape) | Linux utility to configure modifier keys to act as other keys when pressed and released on their own. | alols | 2039 | +| 72 | [mpv](https://github.com/mpv-player/mpv) | 🎥 Command line video player | mpv-player | 23125 | +| 73 | [tig](https://github.com/jonas/tig) | Text-mode interface for git | jonas | 11755 | +| 74 | [DOOM](https://github.com/id-Software/DOOM) | DOOM Open Source Release | id-Software | 10768 | +| 75 | [swieros](https://github.com/rswier/swieros) | A tiny hand crafted CPU emulator, C compiler, and Operating System | rswier | 733 | +| 76 | [i3blocks](https://github.com/vivien/i3blocks) | The hacker-friendly status_command for Sway and i3 | vivien | 2159 | +| 77 | [evdi](https://github.com/DisplayLink/evdi) | Extensible Virtual Display Interface | DisplayLink | 612 | +| 78 | [axel](https://github.com/axel-download-accelerator/axel) | Lightweight CLI download accelerator | axel-download-accelerator | 2556 | +| 79 | [BSDGames](https://github.com/vattam/BSDGames) | Text based games from Debian - bsdgames package. | vattam | 135 | +| 80 | [zathura](https://github.com/pwmt/zathura) | a document viewer | pwmt | 1459 | +| 81 | [uncap](https://github.com/susam/uncap) | Map Caps Lock to Escape or any key to any key | susam | 970 | +| 82 | [raspi3-tutorial](https://github.com/bztsrc/raspi3-tutorial) | Bare metal Raspberry Pi 3 tutorials | bztsrc | 2499 | +| 83 | [rofi](https://github.com/davatorium/rofi) | Rofi: A window switcher, application launcher and dmenu replacement | davatorium | 11396 | +| 84 | [i3](https://github.com/Airblader/i3) | A fork of the i3 window manager with gaps and some other features. :warning: i3-gaps has been merged into i3. | Airblader | 5975 | +| 85 | [ls-icons](https://github.com/sebastiencs/ls-icons) | ls command with files icons | sebastiencs | 265 | +| 86 | [netdata](https://github.com/netdata/netdata) | Monitor your servers, containers, and applications, in high-resolution and in real-time! | netdata | 64425 | +| 87 | [radare2](https://github.com/radareorg/radare2) | UNIX-like reverse engineering framework and command-line toolset | radareorg | 18415 | +| 88 | [db_tutorial](https://github.com/cstack/db_tutorial) | Writing a sqlite clone from scratch in C | cstack | 8629 | +| 89 | [nesasm](https://github.com/camsaul/nesasm) | NESasm -- NES 6502 assembler, version 3.1 :video_game: | camsaul | 236 | +| 90 | [robotjs](https://github.com/octalmage/robotjs) | Node.js Desktop Automation. | octalmage | 11816 | +| 91 | [zsh](https://github.com/zsh-users/zsh) | Mirror of the Z shell source code repository. | zsh-users | 3207 | +| 92 | [linux-kernel-exploits](https://github.com/SecWiki/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | SecWiki | 4877 | +| 93 | [linux-kernel-exploits](https://github.com/scanfsec/linux-kernel-exploits) | linux-kernel-exploits Linux平台提权漏洞集合 | scanfsec | 6 | +| 94 | [libdsm](https://github.com/mstorsjo/libdsm) | Defective SMb: A minimalist and read-only implementation of SMB using Plain'Ol C | mstorsjo | 1 | +| 95 | [rtmpdump](https://github.com/mstorsjo/rtmpdump) | rtmpdump is a toolkit for RTMP streams. | mstorsjo | 118 | +| 96 | [curl](https://github.com/curl/curl) | A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features | curl | 30825 | +| 97 | [ServerStatus](https://github.com/BotoX/ServerStatus) | Display and monitor your servers statistics in a beatiful way | BotoX | 795 | +| 98 | [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++ | SamyPesse | 20394 | +| 99 | [mocicon-tweak](https://github.com/Lukkario/mocicon-tweak) | modified version of mocicon | Lukkario | 2 | +| 100 | [linux](https://github.com/torvalds/linux) | Linux kernel source tree | torvalds | 155377 | **[⬆ Back to Index](#-contents)** ## C# | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [PowerToys](https://github.com/microsoft/PowerToys) | Windows system utilities to maximize productivity | microsoft | 93547 | +| 1 | [PowerToys](https://github.com/microsoft/PowerToys) | Windows system utilities to maximize productivity | microsoft | 93580 | | 2 | [Digital-Logic-Sim](https://github.com/SebLague/Digital-Logic-Sim) | | SebLague | 3024 | | 3 | [MarkovJunior](https://github.com/mxgmn/MarkovJunior) | Probabilistic language based on pattern matching and constraint propagation, 153 examples | mxgmn | 6140 | -| 4 | [basic-computer-games](https://github.com/coding-horror/basic-computer-games) | An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/ | coding-horror | 10104 | -| 5 | [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. | OpenRA | 13085 | +| 4 | [basic-computer-games](https://github.com/coding-horror/basic-computer-games) | An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/ | coding-horror | 10126 | +| 5 | [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. | OpenRA | 13087 | **[⬆ Back to Index](#-contents)** ## C++ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [initial-v](https://github.com/tenderlove/initial-v) | It's a BMW shifter converted to a Bluetooth Keyboard that you use with Vim | tenderlove | 896 | -| 2 | [fheroes2](https://github.com/ihhub/fheroes2) | fheroes2 is a recreation of Heroes of Might and Magic II game engine. | ihhub | 2174 | -| 3 | [zep](https://github.com/Rezonality/zep) | Zep - An embeddable editor, with optional support for using vim keystrokes. | Rezonality | 772 | -| 4 | [pvpgn-server](https://github.com/pvpgn/pvpgn-server) | Next generation of PvPGN server | pvpgn | 507 | -| 5 | [xbmc](https://github.com/xbmc/xbmc) | Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. | xbmc | 16062 | -| 6 | [blobbyvolley2](https://github.com/danielknobe/blobbyvolley2) | Official continuation of the famous Blobby Volley 1.x arcade game. | danielknobe | 124 | -| 7 | [workerd](https://github.com/cloudflare/workerd) | The JavaScript / Wasm runtime that powers Cloudflare Workers | cloudflare | 4868 | -| 8 | [btop](https://github.com/aristocratos/btop) | A monitor of resources | aristocratos | 12535 | -| 9 | [nix](https://github.com/NixOS/nix) | Nix, the purely functional package manager | NixOS | 8658 | -| 10 | [dragonfly](https://github.com/dragonflydb/dragonfly) | A modern replacement for Redis and Memcached | dragonflydb | 20656 | -| 11 | [easyeffects](https://github.com/wwmm/easyeffects) | Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications | wwmm | 5153 | -| 12 | [polybar](https://github.com/polybar/polybar) | A fast and easy-to-use status bar | polybar | 12769 | -| 13 | [sddm](https://github.com/sddm/sddm) | QML based X11 and Wayland display manager | sddm | 1603 | -| 14 | [taskwarrior](https://github.com/GothenburgBitFactory/taskwarrior) | Taskwarrior - Command line Task Management | GothenburgBitFactory | 3393 | -| 15 | [RunestoneServer](https://github.com/RunestoneInteractive/RunestoneServer) | Interactive books for computer science and mathematics | RunestoneInteractive | 569 | -| 16 | [Daedalus](https://github.com/CruiserOne/Daedalus) | The Maze generation software "Daedalus", version 3.3 | CruiserOne | 44 | -| 17 | [imgui](https://github.com/ocornut/imgui) | Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies | ocornut | 49248 | -| 18 | [scummvm](https://github.com/scummvm/scummvm) | ScummVM main repository | scummvm | 2049 | -| 19 | [asar](https://github.com/RPGHacker/asar) | (Now) official repository of the SNES assembler Asar, originally created by Alcaro | RPGHacker | 169 | -| 20 | [snes9x](https://github.com/snes9xgit/snes9x) | Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | snes9xgit | 2178 | -| 21 | [bsnes-plus](https://github.com/devinacker/bsnes-plus) | debug-oriented fork of bsnes | devinacker | 295 | -| 22 | [wasm-fizzbuzz](https://github.com/diekmann/wasm-fizzbuzz) | WebAssembly from Scratch: From FizzBuzz to DooM. | diekmann | 1449 | -| 23 | [Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail) | Sourcetrail - free and open-source interactive source explorer | CoatiSoftware | 13537 | -| 24 | [flameshot](https://github.com/flameshot-org/flameshot) | Powerful yet simple to use screenshot software :desktop_computer: :camera_flash: | flameshot-org | 21391 | -| 25 | [ImHex](https://github.com/WerWolv/ImHex) | 🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. | WerWolv | 29424 | -| 26 | [tdesktop](https://github.com/telegramdesktop/tdesktop) | Telegram Desktop messaging app | telegramdesktop | 22306 | -| 27 | [CLRS](https://github.com/gzc/CLRS) | :notebook:Solutions to Introduction to Algorithms | gzc | 9068 | -| 28 | [node-murmurhash3](https://github.com/hideo55/node-murmurhash3) | Node binding of MurmurHash3 | hideo55 | 44 | -| 29 | [smhasher](https://github.com/aappleby/smhasher) | Automatically exported from code.google.com/p/smhasher | aappleby | 2441 | -| 30 | [minetest](https://github.com/minetest/minetest) | Minetest is an open source voxel game engine with easy modding and game creation | minetest | 9159 | -| 31 | [fceux](https://github.com/TASEmulators/fceux) | FCEUX, a NES Emulator | TASEmulators | 930 | -| 32 | [Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA) | Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. | CleverRaven | 8767 | -| 33 | [MystiQ](https://github.com/swl-x/MystiQ) | Qt5/C++ FFmpeg Media Converter | swl-x | 539 | -| 34 | [libsass](https://github.com/sass/libsass) | A C/C++ implementation of a Sass compiler | sass | 4314 | -| 35 | [albert](https://github.com/albertlauncher/albert) | A fast and flexible keyboard launcher | albertlauncher | 6849 | -| 36 | [serenity](https://github.com/SerenityOS/serenity) | The Serenity Operating System 🐞 | SerenityOS | 25628 | -| 37 | [nodegui](https://github.com/nodegui/nodegui) | A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org | nodegui | 8499 | -| 38 | [hermes](https://github.com/facebook/hermes) | A JavaScript engine optimized for running React Native. | facebook | 7967 | -| 39 | [devilutionX](https://github.com/diasurgical/devilutionX) | Diablo build for modern operating systems | diasurgical | 7072 | -| 40 | [robomongo](https://github.com/Studio3T/robomongo) | Native cross-platform MongoDB management tool | Studio3T | 9172 | -| 41 | [tinyrenderer](https://github.com/ssloy/tinyrenderer) | A brief computer graphics / rendering course | ssloy | 17544 | -| 42 | [mame](https://github.com/mamedev/mame) | MAME | mamedev | 6837 | -| 43 | [tesseract](https://github.com/tesseract-ocr/tesseract) | Tesseract Open Source OCR Engine (main repository) | tesseract-ocr | 52484 | -| 44 | [v8](https://github.com/v8/v8) | The official mirror of the V8 Git repository | v8 | 21517 | -| 45 | [fish-shell](https://github.com/fish-shell/fish-shell) | The user-friendly command line shell. | fish-shell | 21903 | -| 46 | [mlde.d.moonlightde](https://github.com/MoonLightDE/mlde.d.moonlightde) | Modular and Qt5 light new behavior desktop environment | MoonLightDE | 44 | +| 1 | [kata-bootstraps](https://github.com/swkBerlin/kata-bootstraps) | Empty projects for different languages with a failing test | swkBerlin | 423 | +| 2 | [initial-v](https://github.com/tenderlove/initial-v) | It's a BMW shifter converted to a Bluetooth Keyboard that you use with Vim | tenderlove | 900 | +| 3 | [fheroes2](https://github.com/ihhub/fheroes2) | fheroes2 is a recreation of Heroes of Might and Magic II game engine. | ihhub | 2174 | +| 4 | [zep](https://github.com/Rezonality/zep) | Zep - An embeddable editor, with optional support for using vim keystrokes. | Rezonality | 772 | +| 5 | [pvpgn-server](https://github.com/pvpgn/pvpgn-server) | Next generation of PvPGN server | pvpgn | 507 | +| 6 | [xbmc](https://github.com/xbmc/xbmc) | Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows. | xbmc | 16065 | +| 7 | [blobbyvolley2](https://github.com/danielknobe/blobbyvolley2) | Official continuation of the famous Blobby Volley 1.x arcade game. | danielknobe | 124 | +| 8 | [workerd](https://github.com/cloudflare/workerd) | The JavaScript / Wasm runtime that powers Cloudflare Workers | cloudflare | 4872 | +| 9 | [btop](https://github.com/aristocratos/btop) | A monitor of resources | aristocratos | 12548 | +| 10 | [nix](https://github.com/NixOS/nix) | Nix, the purely functional package manager | NixOS | 8660 | +| 11 | [dragonfly](https://github.com/dragonflydb/dragonfly) | A modern replacement for Redis and Memcached | dragonflydb | 20672 | +| 12 | [easyeffects](https://github.com/wwmm/easyeffects) | Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications | wwmm | 5155 | +| 13 | [polybar](https://github.com/polybar/polybar) | A fast and easy-to-use status bar | polybar | 12773 | +| 14 | [sddm](https://github.com/sddm/sddm) | QML based X11 and Wayland display manager | sddm | 1605 | +| 15 | [taskwarrior](https://github.com/GothenburgBitFactory/taskwarrior) | Taskwarrior - Command line Task Management | GothenburgBitFactory | 3396 | +| 16 | [RunestoneServer](https://github.com/RunestoneInteractive/RunestoneServer) | Interactive books for computer science and mathematics | RunestoneInteractive | 569 | +| 17 | [Daedalus](https://github.com/CruiserOne/Daedalus) | The Maze generation software "Daedalus", version 3.3 | CruiserOne | 44 | +| 18 | [imgui](https://github.com/ocornut/imgui) | Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies | ocornut | 49289 | +| 19 | [scummvm](https://github.com/scummvm/scummvm) | ScummVM main repository | scummvm | 2050 | +| 20 | [asar](https://github.com/RPGHacker/asar) | (Now) official repository of the SNES assembler Asar, originally created by Alcaro | RPGHacker | 169 | +| 21 | [snes9x](https://github.com/snes9xgit/snes9x) | Snes9x - Portable Super Nintendo Entertainment System (TM) emulator | snes9xgit | 2178 | +| 22 | [bsnes-plus](https://github.com/devinacker/bsnes-plus) | debug-oriented fork of bsnes | devinacker | 295 | +| 23 | [wasm-fizzbuzz](https://github.com/diekmann/wasm-fizzbuzz) | WebAssembly from Scratch: From FizzBuzz to DooM. | diekmann | 1450 | +| 24 | [Sourcetrail](https://github.com/CoatiSoftware/Sourcetrail) | Sourcetrail - free and open-source interactive source explorer | CoatiSoftware | 13538 | +| 25 | [flameshot](https://github.com/flameshot-org/flameshot) | Powerful yet simple to use screenshot software :desktop_computer: :camera_flash: | flameshot-org | 21399 | +| 26 | [ImHex](https://github.com/WerWolv/ImHex) | 🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. | WerWolv | 29448 | +| 27 | [tdesktop](https://github.com/telegramdesktop/tdesktop) | Telegram Desktop messaging app | telegramdesktop | 22312 | +| 28 | [CLRS](https://github.com/gzc/CLRS) | :notebook:Solutions to Introduction to Algorithms | gzc | 9069 | +| 29 | [node-murmurhash3](https://github.com/hideo55/node-murmurhash3) | Node binding of MurmurHash3 | hideo55 | 44 | +| 30 | [smhasher](https://github.com/aappleby/smhasher) | Automatically exported from code.google.com/p/smhasher | aappleby | 2441 | +| 31 | [minetest](https://github.com/minetest/minetest) | Minetest is an open source voxel game engine with easy modding and game creation | minetest | 9159 | +| 32 | [fceux](https://github.com/TASEmulators/fceux) | FCEUX, a NES Emulator | TASEmulators | 931 | +| 33 | [Cataclysm-DDA](https://github.com/CleverRaven/Cataclysm-DDA) | Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. | CleverRaven | 8768 | +| 34 | [MystiQ](https://github.com/swl-x/MystiQ) | Qt5/C++ FFmpeg Media Converter | swl-x | 539 | +| 35 | [libsass](https://github.com/sass/libsass) | A C/C++ implementation of a Sass compiler | sass | 4314 | +| 36 | [albert](https://github.com/albertlauncher/albert) | A fast and flexible keyboard launcher | albertlauncher | 6851 | +| 37 | [serenity](https://github.com/SerenityOS/serenity) | The Serenity Operating System 🐞 | SerenityOS | 25637 | +| 38 | [nodegui](https://github.com/nodegui/nodegui) | A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org | nodegui | 8499 | +| 39 | [hermes](https://github.com/facebook/hermes) | A JavaScript engine optimized for running React Native. | facebook | 7971 | +| 40 | [devilutionX](https://github.com/diasurgical/devilutionX) | Diablo build for modern operating systems | diasurgical | 7077 | +| 41 | [robomongo](https://github.com/Studio3T/robomongo) | Native cross-platform MongoDB management tool | Studio3T | 9172 | +| 42 | [tinyrenderer](https://github.com/ssloy/tinyrenderer) | A brief computer graphics / rendering course | ssloy | 17546 | +| 43 | [mame](https://github.com/mamedev/mame) | MAME | mamedev | 6840 | +| 44 | [tesseract](https://github.com/tesseract-ocr/tesseract) | Tesseract Open Source OCR Engine (main repository) | tesseract-ocr | 52508 | +| 45 | [v8](https://github.com/v8/v8) | The official mirror of the V8 Git repository | v8 | 21521 | +| 46 | [fish-shell](https://github.com/fish-shell/fish-shell) | The user-friendly command line shell. | fish-shell | 21912 | +| 47 | [mlde.d.moonlightde](https://github.com/MoonLightDE/mlde.d.moonlightde) | Modular and Qt5 light new behavior desktop environment | MoonLightDE | 44 | **[⬆ Back to Index](#-contents)** @@ -297,37 +299,37 @@ | 4 | [cssnano](https://github.com/cssnano/cssnano) | A modular minifier, built on top of the PostCSS ecosystem. | cssnano | 4465 | | 5 | [google-api-javascript-client](https://github.com/google/google-api-javascript-client) | Google APIs Client Library for browser JavaScript, aka gapi. | google | 2814 | | 6 | [issue-01](https://github.com/ParametricPress/issue-01) | Top-level repo for the first Parametric Press issue. | ParametricPress | 42 | -| 7 | [Ward](https://github.com/Rudolf-Barbu/Ward) | Server dashboard | Rudolf-Barbu | 2019 | +| 7 | [Ward](https://github.com/Rudolf-Barbu/Ward) | Server dashboard | Rudolf-Barbu | 2021 | | 8 | [tis-100](https://github.com/kk4ead/tis-100) | An (eventually) comprehensive spoiler for TIS-100 | kk4ead | 75 | -| 9 | [easings.net](https://github.com/ai/easings.net) | Easing Functions Cheat Sheet | ai | 7094 | +| 9 | [easings.net](https://github.com/ai/easings.net) | Easing Functions Cheat Sheet | ai | 7096 | | 10 | [css](https://github.com/reworkcss/css) | CSS parser / stringifier for Node.js | reworkcss | 1511 | | 11 | [vimium](https://github.com/dracula/vimium) | 🧛🏻‍♂️ Dark theme for Vimium | dracula | 53 | | 12 | [card-react](https://github.com/shatran/card-react) | React component for card https://github.com/jessepollak/card | shatran | 133 | -| 13 | [GitHub-Dark](https://github.com/StylishThemes/GitHub-Dark) | :octocat: Dark GitHub style | StylishThemes | 9569 | -| 14 | [SpinKit](https://github.com/tobiasahlin/SpinKit) | A collection of loading indicators animated with CSS | tobiasahlin | 19214 | +| 13 | [GitHub-Dark](https://github.com/StylishThemes/GitHub-Dark) | :octocat: Dark GitHub style | StylishThemes | 9568 | +| 14 | [SpinKit](https://github.com/tobiasahlin/SpinKit) | A collection of loading indicators animated with CSS | tobiasahlin | 19215 | | 15 | [personal-site](https://github.com/sigfriedCub1990/personal-site) | My personal site | sigfriedCub1990 | 4 | | 16 | [cssremedy](https://github.com/jensimmons/cssremedy) | Start your project with a remedy for the technical debt of CSS. | jensimmons | 2122 | -| 17 | [rfs](https://github.com/twbs/rfs) | ✩ Automates responsive resizing ✩ | twbs | 3196 | -| 18 | [cutestrap](https://github.com/tylerchilds/cutestrap) | A strong, independent CSS Framework. Only 2.7KB minified & gzipped. | tylerchilds | 1565 | -| 19 | [sanitize.css](https://github.com/csstools/sanitize.css) | A best-practices CSS foundation | csstools | 5074 | +| 17 | [rfs](https://github.com/twbs/rfs) | ✩ Automates responsive resizing ✩ | twbs | 3199 | +| 18 | [cutestrap](https://github.com/tylerchilds/cutestrap) | A strong, independent CSS Framework. Only 2.7KB minified & gzipped. | tylerchilds | 1566 | +| 19 | [sanitize.css](https://github.com/csstools/sanitize.css) | A best-practices CSS foundation | csstools | 5075 | | 20 | [hack](https://github.com/egoist/hack) | ⛷ Dead simple CSS framework. | egoist | 2581 | | 21 | [devguides-2016](https://github.com/devguides-io/devguides-2016) | Let me try to explain complicated things in simple ways. | devguides-io | 90 | | 22 | [flaskdash](https://github.com/twintechlabs/flaskdash) | Flask starter app featuring CoreUI and the FlaskUser module. | twintechlabs | 109 | | 23 | [simple-line-icons](https://github.com/thesabbir/simple-line-icons) | Simple and Minimal Line Icons | thesabbir | 1851 | | 24 | [pace](https://github.com/CodeByZach/pace) | Automatically add a progress bar to your site. | CodeByZach | 15596 | -| 25 | [What-The-Flexbox](https://github.com/wesbos/What-The-Flexbox) | Exercises for the What The Flexbox video series - available at Flexbox.io | wesbos | 775 | +| 25 | [What-The-Flexbox](https://github.com/wesbos/What-The-Flexbox) | Exercises for the What The Flexbox video series - available at Flexbox.io | wesbos | 774 | | 26 | [flexbox-patterns](https://github.com/cjcenizal/flexbox-patterns) | Patterns for using flexbox CSS to build awesome UI components. | cjcenizal | 2473 | -| 27 | [flag-icons](https://github.com/lipis/flag-icons) | :flags: A curated collection of all country flags in SVG — plus the CSS for easier integration | lipis | 9621 | -| 28 | [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) | Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more | ryanoasis | 45502 | +| 27 | [flag-icons](https://github.com/lipis/flag-icons) | :flags: A curated collection of all country flags in SVG — plus the CSS for easier integration | lipis | 9626 | +| 28 | [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) | Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more | ryanoasis | 45527 | | 29 | [solved-by-flexbox](https://github.com/philipwalton/solved-by-flexbox) | A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox. | philipwalton | 13023 | | 30 | [retinajs](https://github.com/strues/retinajs) | JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants | strues | 4452 | | 31 | [CSS3-Loaders](https://github.com/Grafikart/CSS3-Loaders) | | Grafikart | 105 | -| 32 | [normalize.css](https://github.com/necolas/normalize.css) | A modern alternative to CSS resets | necolas | 50728 | +| 32 | [normalize.css](https://github.com/necolas/normalize.css) | A modern alternative to CSS resets | necolas | 50731 | | 33 | [sierra](https://github.com/sierra-library/sierra) | Sierra SCSS library | sierra-library | 851 | -| 34 | [30-seconds-of-css](https://github.com/30-seconds/30-seconds-of-css) | Short CSS code snippets for all your development needs | 30-seconds | 16126 | +| 34 | [30-seconds-of-css](https://github.com/30-seconds/30-seconds-of-css) | Short CSS code snippets for all your development needs | 30-seconds | 16127 | | 35 | [javascript-in-14-minutes](https://github.com/jgthms/javascript-in-14-minutes) | Learn the basics of JavaScript in 14 minutes | jgthms | 547 | -| 36 | [bulma](https://github.com/jgthms/bulma) | Modern CSS framework based on Flexbox | jgthms | 47400 | -| 37 | [Skeleton](https://github.com/dhg/Skeleton) | Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development | dhg | 18871 | +| 36 | [bulma](https://github.com/jgthms/bulma) | Modern CSS framework based on Flexbox | jgthms | 47401 | +| 37 | [Skeleton](https://github.com/dhg/Skeleton) | Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development | dhg | 18873 | **[⬆ Back to Index](#-contents)** @@ -336,13 +338,13 @@ |--- |--- |--- |--- |--- | | 1 | [nrepl](https://github.com/nrepl/nrepl) | A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments. | nrepl | 686 | | 2 | [4ever-clojure](https://github.com/oxalorg/4ever-clojure) | Pure cljs version of 4clojure, meant to run forever! | oxalorg | 197 | -| 3 | [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp) | Clojure & ClojureScript Language Server (LSP) implementation | clojure-lsp | 1031 | +| 3 | [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp) | Clojure & ClojureScript Language Server (LSP) implementation | clojure-lsp | 1030 | | 4 | [leiningen](https://github.com/technomancy/leiningen) | Moved to Codeberg; this is a convenience mirror | technomancy | 7313 | | 5 | [maria](https://github.com/mhuebert/maria) | A ClojureScript coding environment for beginners. | mhuebert | 439 | -| 6 | [penpot](https://github.com/penpot/penpot) | Penpot - The Open-Source design & prototyping platform | penpot | 22613 | +| 6 | [penpot](https://github.com/penpot/penpot) | Penpot - The Open-Source design & prototyping platform | penpot | 22615 | | 7 | [logomatic](https://github.com/jackrusher/logomatic) | A simple generator for logo-like shapes. | jackrusher | 58 | -| 8 | [GokuRakuJoudo](https://github.com/yqrashawn/GokuRakuJoudo) | config karabiner with ease | yqrashawn | 942 | -| 9 | [FiraCode](https://github.com/tonsky/FiraCode) | Free monospaced font with programming ligatures | tonsky | 71743 | +| 8 | [GokuRakuJoudo](https://github.com/yqrashawn/GokuRakuJoudo) | config karabiner with ease | yqrashawn | 943 | +| 9 | [FiraCode](https://github.com/tonsky/FiraCode) | Free monospaced font with programming ligatures | tonsky | 71774 | **[⬆ Back to Index](#-contents)** @@ -350,7 +352,7 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [react-credit-card](https://github.com/JohnyDays/react-credit-card) | React port of the display part of Card by @jessepollak | JohnyDays | 227 | -| 2 | [gulp-tap](https://github.com/geejs/gulp-tap) | Easily tap into a gulp pipeline without creating a plugin. | geejs | 153 | +| 2 | [gulp-tap](https://github.com/geejs/gulp-tap) | Easily tap into a gulp pipeline without creating a plugin. | geejs | 154 | | 3 | [node-xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | XML to JavaScript object converter. | Leonidas-from-XIV | 4717 | **[⬆ Back to Index](#-contents)** @@ -365,25 +367,25 @@ ## Dart | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [revanced-manager](https://github.com/ReVanced/revanced-manager) | 💊 Application to use ReVanced on Android | ReVanced | 10280 | -| 2 | [flutter](https://github.com/flutter/flutter) | Flutter makes it easy and fast to build beautiful apps for mobile and beyond | flutter | 155496 | +| 1 | [revanced-manager](https://github.com/ReVanced/revanced-manager) | 💊 Application to use ReVanced on Android | ReVanced | 10305 | +| 2 | [flutter](https://github.com/flutter/flutter) | Flutter makes it easy and fast to build beautiful apps for mobile and beyond | flutter | 155514 | **[⬆ Back to Index](#-contents)** ## Dockerfile | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [docker-swag](https://github.com/linuxserver/docker-swag) | Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention. | linuxserver | 2087 | -| 2 | [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | This is the playbook for "code-with" customer or partner engagements | microsoft | 1764 | -| 3 | [docker-node](https://github.com/nodejs/docker-node) | Official Docker Image for Node.js :whale: :turtle: :rocket: | nodejs | 7826 | -| 4 | [nodebestpractices](https://github.com/goldbergyoni/nodebestpractices) | :white_check_mark: The Node.js best practices list (July 2023) | goldbergyoni | 91871 | +| 1 | [docker-swag](https://github.com/linuxserver/docker-swag) | Nginx webserver and reverse proxy with php support and a built-in Certbot (Let's Encrypt) client. It also contains fail2ban for intrusion prevention. | linuxserver | 2090 | +| 2 | [code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | This is the playbook for "code-with" customer or partner engagements | microsoft | 1765 | +| 3 | [docker-node](https://github.com/nodejs/docker-node) | Official Docker Image for Node.js :whale: :turtle: :rocket: | nodejs | 7827 | +| 4 | [nodebestpractices](https://github.com/goldbergyoni/nodebestpractices) | :white_check_mark: The Node.js best practices list (July 2023) | goldbergyoni | 91913 | **[⬆ Back to Index](#-contents)** ## EJS | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [terminal.css](https://github.com/Gioni06/terminal.css) | Modern and minimalistic CSS framework for terminal enthusiasts | Gioni06 | 945 | +| 1 | [terminal.css](https://github.com/Gioni06/terminal.css) | Modern and minimalistic CSS framework for terminal enthusiasts | Gioni06 | 946 | **[⬆ Back to Index](#-contents)** @@ -392,11 +394,11 @@ |--- |--- |--- |--- |--- | | 1 | [asciinema-server](https://github.com/asciinema/asciinema-server) | Web app for hosting asciicasts | asciinema | 2108 | | 2 | [transit-lang-cmp](https://github.com/losvedir/transit-lang-cmp) | Programming language comparison by reimplementing the same transit data app | losvedir | 404 | -| 3 | [livebook](https://github.com/livebook-dev/livebook) | Automate code & data workflows with interactive Elixir notebooks | livebook-dev | 3703 | -| 4 | [phoenix](https://github.com/phoenixframework/phoenix) | Peace of mind from prototype to production | phoenixframework | 19763 | +| 3 | [livebook](https://github.com/livebook-dev/livebook) | Automate code & data workflows with interactive Elixir notebooks | livebook-dev | 3704 | +| 4 | [phoenix](https://github.com/phoenixframework/phoenix) | Peace of mind from prototype to production | phoenixframework | 19765 | | 5 | [easy_podcasts](https://github.com/easypodcasts/easy_podcasts) | Agregador de podcasts y convertidor de audio para cubanos | easypodcasts | 36 | -| 6 | [awesome-elixir](https://github.com/h4cc/awesome-elixir) | A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: | h4cc | 11990 | -| 7 | [elixir](https://github.com/elixir-lang/elixir) | Elixir is a dynamic, functional language for building scalable and maintainable applications | elixir-lang | 21872 | +| 6 | [awesome-elixir](https://github.com/h4cc/awesome-elixir) | A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: | h4cc | 11991 | +| 7 | [elixir](https://github.com/elixir-lang/elixir) | Elixir is a dynamic, functional language for building scalable and maintainable applications | elixir-lang | 21877 | **[⬆ Back to Index](#-contents)** @@ -413,7 +415,7 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [projectile](https://github.com/bbatsov/projectile) | Project Interaction Library for Emacs | bbatsov | 3833 | -| 2 | [eglot](https://github.com/joaotavora/eglot) | A client for Language Server Protocol servers | joaotavora | 1978 | +| 2 | [eglot](https://github.com/joaotavora/eglot) | A client for Language Server Protocol servers | joaotavora | 1982 | | 3 | [hydra](https://github.com/abo-abo/hydra) | make Emacs bindings that stick around | abo-abo | 1744 | | 4 | [eos](https://github.com/dakrone/eos) | Welcome to the Emacs of Things, aka the Emacs Operating System | dakrone | 253 | | 5 | [context-coloring](https://github.com/jacksonrayhamilton/context-coloring) | Highlight by scope | jacksonrayhamilton | 52 | @@ -421,15 +423,15 @@ | 7 | [fira-code-mode](https://github.com/jming422/fira-code-mode) | Emacs minor mode for Fira Code ligatures using prettify-symbols | jming422 | 92 | | 8 | [restclient.el](https://github.com/pashky/restclient.el) | HTTP REST client tool for emacs | pashky | 1909 | | 9 | [editorconfig-emacs](https://github.com/editorconfig/editorconfig-emacs) | EditorConfig plugin for Emacs | editorconfig | 701 | -| 10 | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Emacs client/library for the Language Server Protocol | emacs-lsp | 4467 | +| 10 | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Emacs client/library for the Language Server Protocol | emacs-lsp | 4471 | | 11 | [themes](https://github.com/doomemacs/themes) | A megapack of themes for GNU Emacs. | doomemacs | 2019 | | 12 | [rjsx-mode](https://github.com/felipeochoa/rjsx-mode) | A JSX major mode for Emacs | felipeochoa | 636 | | 13 | [all-the-icons.el](https://github.com/domtronn/all-the-icons.el) | A utility package to collect various Icon Fonts and propertize them within Emacs. | domtronn | 1376 | | 14 | [Indium](https://github.com/NicolasPetton/Indium) | A JavaScript development environment for Emacs | NicolasPetton | 1128 | -| 15 | [magit](https://github.com/magit/magit) | It's Magit! A Git Porcelain inside Emacs. | magit | 6099 | +| 15 | [magit](https://github.com/magit/magit) | It's Magit! A Git Porcelain inside Emacs. | magit | 6102 | | 16 | [mugur](https://github.com/mihaiolteanu/mugur) | Configurator for QMK compatible keyboards | mihaiolteanu | 167 | -| 17 | [spacemacs](https://github.com/syl20bnr/spacemacs) | A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim! | syl20bnr | 23113 | -| 18 | [doomemacs](https://github.com/doomemacs/doomemacs) | An Emacs framework for the stubborn martian hacker | doomemacs | 17047 | +| 17 | [spacemacs](https://github.com/syl20bnr/spacemacs) | A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim! | syl20bnr | 23116 | +| 18 | [doomemacs](https://github.com/doomemacs/doomemacs) | An Emacs framework for the stubborn martian hacker | doomemacs | 17054 | | 19 | [xorns](https://github.com/merchise/xorns) | Extensions for Emacs. | merchise | 4 | **[⬆ Back to Index](#-contents)** @@ -438,15 +440,15 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [rebar3](https://github.com/erlang/rebar3) | Erlang build tool that makes it easy to compile and test Erlang applications and releases. | erlang | 1574 | -| 2 | [erlang_ls](https://github.com/erlang-ls/erlang_ls) | The Erlang Language Server | erlang-ls | 570 | -| 3 | [otp](https://github.com/erlang/otp) | Erlang/OTP | erlang | 10603 | +| 2 | [erlang_ls](https://github.com/erlang-ls/erlang_ls) | The Erlang Language Server | erlang-ls | 571 | +| 3 | [otp](https://github.com/erlang/otp) | Erlang/OTP | erlang | 10606 | **[⬆ Back to Index](#-contents)** ## Fennel | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [leap.nvim](https://github.com/ggandor/leap.nvim) | Neovim's answer to the mouse 🦘 | ggandor | 3257 | +| 1 | [leap.nvim](https://github.com/ggandor/leap.nvim) | Neovim's answer to the mouse 🦘 | ggandor | 3260 | **[⬆ Back to Index](#-contents)** @@ -468,55 +470,55 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [ijq](https://github.com/gpanders/ijq) | Interactive jq (mirror) | gpanders | 139 | -| 2 | [kubectx](https://github.com/ahmetb/kubectx) | Faster way to switch between clusters and namespaces in kubectl | ahmetb | 15655 | -| 3 | [FerretDB](https://github.com/FerretDB/FerretDB) | A truly Open Source MongoDB alternative | FerretDB | 7483 | +| 2 | [kubectx](https://github.com/ahmetb/kubectx) | Faster way to switch between clusters and namespaces in kubectl | ahmetb | 15657 | +| 3 | [FerretDB](https://github.com/FerretDB/FerretDB) | A truly Open Source MongoDB alternative | FerretDB | 7484 | | 4 | [jqp](https://github.com/noahgorstein/jqp) | A TUI playground to experiment with jq | noahgorstein | 1775 | -| 5 | [fx](https://github.com/antonmedv/fx) | Terminal JSON viewer | antonmedv | 16811 | +| 5 | [fx](https://github.com/antonmedv/fx) | Terminal JSON viewer | antonmedv | 16810 | | 6 | [walk](https://github.com/antonmedv/walk) | Terminal file manager | antonmedv | 1429 | -| 7 | [hishtory](https://github.com/ddworken/hishtory) | Your shell history: synced, queryable, and in context | ddworken | 1967 | -| 8 | [lf](https://github.com/gokcehan/lf) | Terminal file manager | gokcehan | 6136 | -| 9 | [k6](https://github.com/grafana/k6) | A modern load testing tool, using Go and JavaScript - https://k6.io | grafana | 21092 | -| 10 | [gum](https://github.com/charmbracelet/gum) | A tool for glamorous shell scripts 🎀 | charmbracelet | 14225 | -| 11 | [lefthook](https://github.com/evilmartians/lefthook) | Fast and powerful Git hooks manager for any type of projects. | evilmartians | 3140 | -| 12 | [sh](https://github.com/mvdan/sh) | A shell parser, formatter, and interpreter with bash support; includes shfmt | mvdan | 6070 | +| 7 | [hishtory](https://github.com/ddworken/hishtory) | Your shell history: synced, queryable, and in context | ddworken | 1975 | +| 8 | [lf](https://github.com/gokcehan/lf) | Terminal file manager | gokcehan | 6143 | +| 9 | [k6](https://github.com/grafana/k6) | A modern load testing tool, using Go and JavaScript - https://k6.io | grafana | 21100 | +| 10 | [gum](https://github.com/charmbracelet/gum) | A tool for glamorous shell scripts 🎀 | charmbracelet | 14234 | +| 11 | [lefthook](https://github.com/evilmartians/lefthook) | Fast and powerful Git hooks manager for any type of projects. | evilmartians | 3142 | +| 12 | [sh](https://github.com/mvdan/sh) | A shell parser, formatter, and interpreter with bash support; includes shfmt | mvdan | 6076 | | 13 | [pet](https://github.com/knqyf263/pet) | Simple command-line snippet manager, written in Go. | knqyf263 | 3786 | | 14 | [peco](https://github.com/peco/peco) | Simplistic interactive filtering tool | peco | 7401 | -| 15 | [ghq](https://github.com/x-motemen/ghq) | Remote repository management made easy | x-motemen | 2787 | +| 15 | [ghq](https://github.com/x-motemen/ghq) | Remote repository management made easy | x-motemen | 2786 | | 16 | [cli](https://github.com/cli/cli) | GitHub’s official command line tool | cli | 32925 | | 17 | [cli](https://github.com/exercism/cli) | A Go based command line tool for exercism.org. | exercism | 1257 | -| 18 | [trufflehog](https://github.com/trufflesecurity/trufflehog) | Find and verify credentials | trufflesecurity | 11715 | -| 19 | [litestream](https://github.com/benbjohnson/litestream) | Streaming replication for SQLite. | benbjohnson | 8750 | -| 20 | [yay](https://github.com/Jguer/yay) | Yet another Yogurt - An AUR Helper written in Go | Jguer | 9419 | -| 21 | [go](https://github.com/golang/go) | The Go programming language | golang | 113253 | +| 18 | [trufflehog](https://github.com/trufflesecurity/trufflehog) | Find and verify credentials | trufflesecurity | 11721 | +| 19 | [litestream](https://github.com/benbjohnson/litestream) | Streaming replication for SQLite. | benbjohnson | 8754 | +| 20 | [yay](https://github.com/Jguer/yay) | Yet another Yogurt - An AUR Helper written in Go | Jguer | 9421 | +| 21 | [go](https://github.com/golang/go) | The Go programming language | golang | 113290 | | 22 | [go-feed-parser](https://github.com/easypodcasts/go-feed-parser) | Simple feed parser | easypodcasts | 3 | -| 23 | [slim](https://github.com/slimtoolkit/slim) | Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) | slimtoolkit | 17047 | -| 24 | [esbuild](https://github.com/evanw/esbuild) | An extremely fast bundler for the web | evanw | 35764 | -| 25 | [badger](https://github.com/dgraph-io/badger) | Fast key-value DB in Go. | dgraph-io | 12531 | -| 26 | [gotop](https://github.com/cjbassi/gotop) | A terminal based graphical activity monitor inspired by gtop and vtop | cjbassi | 7311 | -| 27 | [gotop](https://github.com/xxxserxxx/gotop) | A terminal based graphical activity monitor inspired by gtop and vtop | xxxserxxx | 2379 | -| 28 | [cli](https://github.com/docker/cli) | The Docker CLI | docker | 4151 | -| 29 | [portainer](https://github.com/portainer/portainer) | Making Docker and Kubernetes management easy. | portainer | 26159 | +| 23 | [slim](https://github.com/slimtoolkit/slim) | Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) | slimtoolkit | 17053 | +| 24 | [esbuild](https://github.com/evanw/esbuild) | An extremely fast bundler for the web | evanw | 35773 | +| 25 | [badger](https://github.com/dgraph-io/badger) | Fast key-value DB in Go. | dgraph-io | 12540 | +| 26 | [gotop](https://github.com/cjbassi/gotop) | A terminal based graphical activity monitor inspired by gtop and vtop | cjbassi | 7312 | +| 27 | [gotop](https://github.com/xxxserxxx/gotop) | A terminal based graphical activity monitor inspired by gtop and vtop | xxxserxxx | 2380 | +| 28 | [cli](https://github.com/docker/cli) | The Docker CLI | docker | 4158 | +| 29 | [portainer](https://github.com/portainer/portainer) | Making Docker and Kubernetes management easy. | portainer | 26163 | | 30 | [docui](https://github.com/skanehira/docui) | TUI Client for Docker | skanehira | 2274 | -| 31 | [act](https://github.com/nektos/act) | Run your GitHub Actions locally 🚀 | nektos | 41427 | -| 32 | [OpenDiablo2](https://github.com/OpenDiablo2/OpenDiablo2) | An open source re-implementation of Diablo 2 | OpenDiablo2 | 10519 | -| 33 | [btree](https://github.com/google/btree) | BTree provides a simple, ordered, in-memory data structure for Go programs. | google | 3500 | +| 31 | [act](https://github.com/nektos/act) | Run your GitHub Actions locally 🚀 | nektos | 41497 | +| 32 | [OpenDiablo2](https://github.com/OpenDiablo2/OpenDiablo2) | An open source re-implementation of Diablo 2 | OpenDiablo2 | 10520 | +| 33 | [btree](https://github.com/google/btree) | BTree provides a simple, ordered, in-memory data structure for Go programs. | google | 3504 | | 34 | [grv](https://github.com/rgburke/grv) | GRV is a terminal interface for viewing git repositories | rgburke | 3971 | | 35 | [wally](https://github.com/zsa/wally) | The Flash(ing tool) | zsa | 632 | | 36 | [slack-term](https://github.com/jpbruinsslot/slack-term) | Slack client for your terminal | jpbruinsslot | 6236 | -| 37 | [lazydocker](https://github.com/jesseduffield/lazydocker) | The lazier way to manage everything docker | jesseduffield | 29445 | -| 38 | [hub](https://github.com/mislav/hub) | A command-line tool that makes git easier to use with GitHub. | mislav | 22507 | +| 37 | [lazydocker](https://github.com/jesseduffield/lazydocker) | The lazier way to manage everything docker | jesseduffield | 29462 | +| 38 | [hub](https://github.com/mislav/hub) | A command-line tool that makes git easier to use with GitHub. | mislav | 22508 | | 39 | [mdcat](https://github.com/samfoo/mdcat) | Format markdown for the console. | samfoo | 67 | | 40 | [algo](https://github.com/hoanhan101/algo) | 101+ coding interview problems in Go | hoanhan101 | 3427 | -| 41 | [antibody](https://github.com/getantibody/antibody) | The fastest shell plugin manager. | getantibody | 1682 | -| 42 | [fzf](https://github.com/junegunn/fzf) | :cherry_blossom: A command-line fuzzy finder | junegunn | 53562 | -| 43 | [chaosmonkey](https://github.com/Netflix/chaosmonkey) | Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. | Netflix | 13709 | -| 44 | [hercules](https://github.com/src-d/hercules) | Gaining advanced insights from Git repository history. | src-d | 1910 | +| 41 | [antibody](https://github.com/getantibody/antibody) | The fastest shell plugin manager. | getantibody | 1683 | +| 42 | [fzf](https://github.com/junegunn/fzf) | :cherry_blossom: A command-line fuzzy finder | junegunn | 53580 | +| 43 | [chaosmonkey](https://github.com/Netflix/chaosmonkey) | Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. | Netflix | 13715 | +| 44 | [hercules](https://github.com/src-d/hercules) | Gaining advanced insights from Git repository history. | src-d | 1911 | | 45 | [gitstrap](https://github.com/g4s8/gitstrap) | CLI for managing GitHub resources | g4s8 | 71 | -| 46 | [awesome-go](https://github.com/avelino/awesome-go) | A curated list of awesome Go frameworks, libraries and software | avelino | 105780 | -| 47 | [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. | fatedier | 69943 | -| 48 | [lazygit](https://github.com/jesseduffield/lazygit) | simple terminal UI for git commands | jesseduffield | 37578 | -| 49 | [hugo](https://github.com/gohugoio/hugo) | The world’s fastest framework for building websites. | gohugoio | 68348 | -| 50 | [wtf](https://github.com/wtfutil/wtf) | The personal information dashboard for your terminal | wtfutil | 14958 | +| 46 | [awesome-go](https://github.com/avelino/awesome-go) | A curated list of awesome Go frameworks, libraries and software | avelino | 105838 | +| 47 | [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. | fatedier | 70058 | +| 48 | [lazygit](https://github.com/jesseduffield/lazygit) | simple terminal UI for git commands | jesseduffield | 37599 | +| 49 | [hugo](https://github.com/gohugoio/hugo) | The world’s fastest framework for building websites. | gohugoio | 68370 | +| 50 | [wtf](https://github.com/wtfutil/wtf) | The personal information dashboard for your terminal | wtfutil | 14959 | | 51 | [widevine](https://github.com/alfg/widevine) | Golang Client for Widevine Cloud | alfg | 63 | **[⬆ Back to Index](#-contents)** @@ -526,43 +528,43 @@ |--- |--- |--- |--- |--- | | 1 | [type-challenges-solutions](https://github.com/ghaiklor/type-challenges-solutions) | Solutions for the collection of TypeScript type challenges with explanations | ghaiklor | 438 | | 2 | [spill-paint-game](https://github.com/kunalkhatri/spill-paint-game) | a Simple game where you spill paint on top left box and let it spread across tiles. Game ends when all tiles are same colour. | kunalkhatri | 9 | -| 3 | [webgl-fundamentals](https://github.com/gfxfundamentals/webgl-fundamentals) | WebGL lessons that start with the basics | gfxfundamentals | 4142 | -| 4 | [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | This repo includes ChatGPT prompt curation to use ChatGPT better. | f | 85352 | -| 5 | [simple.css](https://github.com/kevquirk/simple.css) | Simple.css is a classless CSS template that allows you to make a good looking website really quickly. | kevquirk | 3529 | +| 3 | [webgl-fundamentals](https://github.com/gfxfundamentals/webgl-fundamentals) | WebGL lessons that start with the basics | gfxfundamentals | 4143 | +| 4 | [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) | This repo includes ChatGPT prompt curation to use ChatGPT better. | f | 85435 | +| 5 | [simple.css](https://github.com/kevquirk/simple.css) | Simple.css is a classless CSS template that allows you to make a good looking website really quickly. | kevquirk | 3534 | | 6 | [nginx-error-pages](https://github.com/denysvitali/nginx-error-pages) | Cute Error Pages for your nginx web server | denysvitali | 333 | -| 7 | [vanilla-framework](https://github.com/canonical/vanilla-framework) | From community websites to web applications, this CSS framework will help you achieve a consistent look and feel. | canonical | 707 | +| 7 | [vanilla-framework](https://github.com/canonical/vanilla-framework) | From community websites to web applications, this CSS framework will help you achieve a consistent look and feel. | canonical | 709 | | 8 | [alexandria-library](https://github.com/Phantas0s/alexandria-library) | 📝 My method to capture, study, and recall interesting knowledge | Phantas0s | 40 | -| 9 | [bitburner](https://github.com/danielyxie/bitburner) | Bitburner Game | danielyxie | 2773 | +| 9 | [bitburner](https://github.com/danielyxie/bitburner) | Bitburner Game | danielyxie | 2774 | | 10 | [infernal-sigil](https://github.com/arikwex/infernal-sigil) | | arikwex | 122 | -| 11 | [remember](https://github.com/ncase/remember) | An interactive comic on Spaced Repetition | ncase | 275 | +| 11 | [remember](https://github.com/ncase/remember) | An interactive comic on Spaced Repetition | ncase | 276 | | 12 | [opinionatedguide](https://github.com/VegaDeftwing/opinionatedguide) | See OpGuidesHugoSRC repo to Contrubitue---A collection of educational un-textbooked, actually digestible pages on various topics. Links to various better sources as a modern educational source should. Make learning open source! | VegaDeftwing | 105 | -| 13 | [awesome-mental-health](https://github.com/dreamingechoes/awesome-mental-health) | A curated list of awesome articles, websites and resources about mental health in the software industry. | dreamingechoes | 2736 | -| 14 | [metasploitable3](https://github.com/rapid7/metasploitable3) | Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities. | rapid7 | 4173 | -| 15 | [tabler](https://github.com/tabler/tabler) | Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | tabler | 34848 | +| 13 | [awesome-mental-health](https://github.com/dreamingechoes/awesome-mental-health) | A curated list of awesome articles, websites and resources about mental health in the software industry. | dreamingechoes | 2738 | +| 14 | [metasploitable3](https://github.com/rapid7/metasploitable3) | Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities. | rapid7 | 4175 | +| 15 | [tabler](https://github.com/tabler/tabler) | Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap | tabler | 34856 | | 16 | [isserviceworkerready](https://github.com/jakearchibald/isserviceworkerready) | Tracking the status of ServiceWorker in browsers | jakearchibald | 564 | -| 17 | [osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection) | A collection of several hundred online tools for OSINT | cipher387 | 3635 | -| 18 | [html](https://github.com/whatwg/html) | HTML Standard | whatwg | 7005 | +| 17 | [osint_stuff_tool_collection](https://github.com/cipher387/osint_stuff_tool_collection) | A collection of several hundred online tools for OSINT | cipher387 | 3639 | +| 18 | [html](https://github.com/whatwg/html) | HTML Standard | whatwg | 7006 | | 19 | [hanoi-demo](https://github.com/jorgeamadosoria/hanoi-demo) | | jorgeamadosoria | 1 | | 20 | [compat-table](https://github.com/kangax/compat-table) | ECMAScript 5/6/7 compatibility tables | kangax | 4342 | | 21 | [DeloresDev](https://github.com/grumpygamer/DeloresDev) | Read all about it on GrumpyGamer: | grumpygamer | 847 | -| 22 | [Top10](https://github.com/OWASP/Top10) | Official OWASP Top 10 Document Repository | OWASP | 3704 | -| 23 | [javascript-patterns](https://github.com/shichuan/javascript-patterns) | JavaScript Design Patterns | shichuan | 9359 | +| 22 | [Top10](https://github.com/OWASP/Top10) | Official OWASP Top 10 Document Repository | OWASP | 3706 | +| 23 | [javascript-patterns](https://github.com/shichuan/javascript-patterns) | JavaScript Design Patterns | shichuan | 9360 | | 24 | [visual-git-guide](https://github.com/MarkLodato/visual-git-guide) | A visual guide to git. | MarkLodato | 1267 | -| 25 | [klipse](https://github.com/viebel/klipse) | Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. | viebel | 3062 | +| 25 | [klipse](https://github.com/viebel/klipse) | Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. | viebel | 3063 | | 26 | [gridly](https://github.com/IonicaBizau/gridly) | :zap: The minimal (~100-170 bytes) grid system for modern browsers. | IonicaBizau | 963 | -| 27 | [language-server-protocol](https://github.com/microsoft/language-server-protocol) | Defines a common protocol for language servers. | microsoft | 9764 | +| 27 | [language-server-protocol](https://github.com/microsoft/language-server-protocol) | Defines a common protocol for language servers. | microsoft | 9765 | | 28 | [training](https://github.com/go-training/training) | Learning Golang one day | go-training | 1264 | -| 29 | [mxgraph](https://github.com/jgraph/mxgraph) | mxGraph is a fully client side JavaScript diagramming library | jgraph | 6597 | -| 30 | [howtheytest](https://github.com/abhivaikar/howtheytest) | A collection of public resources about how software companies test their software | abhivaikar | 5360 | +| 29 | [mxgraph](https://github.com/jgraph/mxgraph) | mxGraph is a fully client side JavaScript diagramming library | jgraph | 6599 | +| 30 | [howtheytest](https://github.com/abhivaikar/howtheytest) | A collection of public resources about how software companies test their software | abhivaikar | 5362 | | 31 | [twemoji](https://github.com/twitter/twemoji) | Emoji for everyone. https://twemoji.twitter.com/ | twitter | 16223 | | 32 | [hyperscript](https://github.com/hyperhype/hyperscript) | Create HyperText with JavaScript. | hyperhype | 2535 | -| 33 | [tinykeys](https://github.com/jamiebuilds/tinykeys) | A tiny (~400 B) & modern library for keybindings. | jamiebuilds | 3422 | -| 34 | [awesome-compose](https://github.com/docker/awesome-compose) | Awesome Docker Compose samples | docker | 24949 | +| 33 | [tinykeys](https://github.com/jamiebuilds/tinykeys) | A tiny (~400 B) & modern library for keybindings. | jamiebuilds | 3423 | +| 34 | [awesome-compose](https://github.com/docker/awesome-compose) | Awesome Docker Compose samples | docker | 24970 | | 35 | [the-power-of-prolog](https://github.com/triska/the-power-of-prolog) | Introduction to modern Prolog | triska | 1108 | | 36 | [css3patterns](https://github.com/LeaVerou/css3patterns) | The popular CSS3 patterns gallery, now on Github :) | LeaVerou | 1408 | -| 37 | [blog_os](https://github.com/phil-opp/blog_os) | Writing an OS in Rust | phil-opp | 12471 | +| 37 | [blog_os](https://github.com/phil-opp/blog_os) | Writing an OS in Rust | phil-opp | 12475 | | 38 | [Ronin](https://github.com/hundredrabbits/Ronin) | Experimental Graphics Terminal | hundredrabbits | 1174 | -| 39 | [zepto](https://github.com/madrobby/zepto) | Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API | madrobby | 14998 | +| 39 | [zepto](https://github.com/madrobby/zepto) | Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API | madrobby | 14999 | | 40 | [mastering-modular-javascript](https://github.com/mjavascript/mastering-modular-javascript) | 📦 Module thinking, principles, design patterns and best practices. | mjavascript | 4001 | | 41 | [jensimmons.com](https://github.com/jensimmons/jensimmons.com) | personal website for Jen Simmons | jensimmons | 4 | | 42 | [css-grid](https://github.com/wesbos/css-grid) | Starter Files + Solutions to my CSSGrid.io Course | wesbos | 2036 | @@ -570,27 +572,27 @@ | 44 | [placeholder-loading](https://github.com/zalog/placeholder-loading) | Simple and flexible, css only, content placeholder loading animation. https://zalog.github.io/placeholder-loading/ | zalog | 1447 | | 45 | [alix](https://github.com/ireade/alix) | Alix, a browser extension for a11y.css | ireade | 328 | | 46 | [en.javascript.info](https://github.com/javascript-tutorial/en.javascript.info) | Modern JavaScript Tutorial | javascript-tutorial | 21226 | -| 47 | [js-the-right-way](https://github.com/braziljs/js-the-right-way) | An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web | braziljs | 8628 | -| 48 | [JavaScript30](https://github.com/wesbos/JavaScript30) | 30 Day Vanilla JS Challenge | wesbos | 24960 | -| 49 | [milligram](https://github.com/milligram/milligram) | A minimalist CSS framework. | milligram | 10018 | +| 47 | [js-the-right-way](https://github.com/braziljs/js-the-right-way) | An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web | braziljs | 8627 | +| 48 | [JavaScript30](https://github.com/wesbos/JavaScript30) | 30 Day Vanilla JS Challenge | wesbos | 24967 | +| 49 | [milligram](https://github.com/milligram/milligram) | A minimalist CSS framework. | milligram | 10019 | | 50 | [flexboxgrid](https://github.com/kristoferjoseph/flexboxgrid) | Grid based on CSS3 flexbox | kristoferjoseph | 9382 | | 51 | [tech-icons](https://github.com/Workshape/tech-icons) | A set of tech icons for the web | Workshape | 71 | | 52 | [sonic.js](https://github.com/padolsey/sonic.js) | :loop: Create loopy loading animations | padolsey | 816 | -| 53 | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | A utility-first CSS framework for rapid UI development. | tailwindlabs | 70853 | +| 53 | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | A utility-first CSS framework for rapid UI development. | tailwindlabs | 70889 | | 54 | [website](https://github.com/parcel-bundler/website) | 🌎 Parcel website | parcel-bundler | 333 | | 55 | [geohash-chat-by-proximity](https://github.com/stephenlb/geohash-chat-by-proximity) | Geo Hashing Chat by Proximity to connect two or more users to a group chat. | stephenlb | 42 | -| 56 | [ecma262](https://github.com/tc39/ecma262) | Status, process, and documents for ECMA-262 | tc39 | 14260 | +| 56 | [ecma262](https://github.com/tc39/ecma262) | Status, process, and documents for ECMA-262 | tc39 | 14263 | | 57 | [devopsnewsletters.com](https://github.com/chris-short/devopsnewsletters.com) | DevOps Newsletters of Note | chris-short | 61 | | 58 | [awesome-webpack](https://github.com/webpack-contrib/awesome-webpack) | A curated list of awesome Webpack resources, libraries and tools | webpack-contrib | 4557 | | 59 | [ShouldIUseSMB1](https://github.com/NickCraver/ShouldIUseSMB1) | ShouldIUseSMB1.com | NickCraver | 2 | -| 60 | [Adminator-admin-dashboard](https://github.com/puikinsh/Adminator-admin-dashboard) | Adminator is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more | puikinsh | 4158 | -| 61 | [web-design-in-4-minutes](https://github.com/jgthms/web-design-in-4-minutes) | Learn the basics of web design in 4 minutes | jgthms | 4320 | +| 60 | [Adminator-admin-dashboard](https://github.com/puikinsh/Adminator-admin-dashboard) | Adminator is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more | puikinsh | 4159 | +| 61 | [web-design-in-4-minutes](https://github.com/jgthms/web-design-in-4-minutes) | Learn the basics of web design in 4 minutes | jgthms | 4321 | | 62 | [vue-guide](https://github.com/johnpapa/vue-guide) | Super Simple Vue Samples | johnpapa | 52 | | 63 | [bulma-templates](https://github.com/BulmaTemplates/bulma-templates) | free flexbox templates built with the bulma css framework | BulmaTemplates | 3147 | -| 64 | [coreui-free-bootstrap-admin-template](https://github.com/coreui/coreui-free-bootstrap-admin-template) | Free Bootstrap Admin & Dashboard Template | coreui | 11619 | +| 64 | [coreui-free-bootstrap-admin-template](https://github.com/coreui/coreui-free-bootstrap-admin-template) | Free Bootstrap Admin & Dashboard Template | coreui | 11621 | | 65 | [diffDOM](https://github.com/fiduswriter/diffDOM) | A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments. | fiduswriter | 765 | | 66 | [design-blocks](https://github.com/froala/design-blocks) | A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites. | froala | 13497 | -| 67 | [coreui-free-angular-admin-template](https://github.com/coreui/coreui-free-angular-admin-template) | CoreUI Angular is free Angular 15 admin template based on Bootstrap 5 | coreui | 1542 | +| 67 | [coreui-free-angular-admin-template](https://github.com/coreui/coreui-free-angular-admin-template) | CoreUI Angular is free Angular 15 admin template based on Bootstrap 5 | coreui | 1543 | | 68 | [css3-github-buttons](https://github.com/necolas/css3-github-buttons) | Helps you easily create GitHub-style buttons and toolbars using links, buttons, and inputs. | necolas | 1106 | **[⬆ Back to Index](#-contents)** @@ -598,15 +600,15 @@ ## Haskell | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [simplex-chat](https://github.com/simplex-chat/simplex-chat) | SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released 📱! | simplex-chat | 3918 | +| 1 | [simplex-chat](https://github.com/simplex-chat/simplex-chat) | SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released 📱! | simplex-chat | 3924 | | 2 | [fp-course](https://github.com/tonymorris/fp-course) | Functional Programming Course | tonymorris | 1014 | | 3 | [ghcup-hs](https://github.com/haskell/ghcup-hs) | | haskell | 183 | | 4 | [haskell-language-server](https://github.com/haskell/haskell-language-server) | Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine. | haskell | 2395 | -| 5 | [kmonad](https://github.com/kmonad/kmonad) | An advanced keyboard manager | kmonad | 2912 | -| 6 | [hadolint](https://github.com/hadolint/hadolint) | Dockerfile linter, validate inline bash, written in Haskell | hadolint | 8826 | +| 5 | [kmonad](https://github.com/kmonad/kmonad) | An advanced keyboard manager | kmonad | 2914 | +| 6 | [hadolint](https://github.com/hadolint/hadolint) | Dockerfile linter, validate inline bash, written in Haskell | hadolint | 8828 | | 7 | [xmonad](https://github.com/xmonad/xmonad) | The core of xmonad, a small but functional ICCCM-compliant tiling window manager | xmonad | 3071 | | 8 | [taskell](https://github.com/smallhadroncollider/taskell) | Command-line Kanban board/task manager with support for Trello boards and GitHub projects | smallhadroncollider | 1600 | -| 9 | [postgrest](https://github.com/PostgREST/postgrest) | REST API for any Postgres database | PostgREST | 20941 | +| 9 | [postgrest](https://github.com/PostgREST/postgrest) | REST API for any Postgres database | PostgREST | 20948 | **[⬆ Back to Index](#-contents)** @@ -621,26 +623,26 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [jsprit](https://github.com/graphhopper/jsprit) | jsprit is a java based, open source toolkit for solving rich vehicle routing problems | graphhopper | 1499 | -| 2 | [clojure](https://github.com/clojure/clojure) | The Clojure programming language | clojure | 10068 | +| 2 | [clojure](https://github.com/clojure/clojure) | The Clojure programming language | clojure | 10071 | | 3 | [db-util](https://github.com/vladmihalcea/db-util) | If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing. | vladmihalcea | 258 | -| 4 | [Mindustry](https://github.com/Anuken/Mindustry) | The automation tower defense RTS | Anuken | 18538 | -| 5 | [tutorials](https://github.com/eugenp/tutorials) | Just Announced - "Learn Spring Security OAuth": | eugenp | 34650 | -| 6 | [flyway](https://github.com/flyway/flyway) | Flyway by Redgate • Database Migrations Made Easy. | flyway | 7295 | +| 4 | [Mindustry](https://github.com/Anuken/Mindustry) | The automation tower defense RTS | Anuken | 18548 | +| 5 | [tutorials](https://github.com/eugenp/tutorials) | Just Announced - "Learn Spring Security OAuth": | eugenp | 34654 | +| 6 | [flyway](https://github.com/flyway/flyway) | Flyway by Redgate • Database Migrations Made Easy. | flyway | 7296 | | 7 | [liquibase](https://github.com/liquibase/liquibase) | Main Liquibase Source | liquibase | 3988 | -| 8 | [dbeaver](https://github.com/dbeaver/dbeaver) | Free universal database tool and SQL client | dbeaver | 33145 | +| 8 | [dbeaver](https://github.com/dbeaver/dbeaver) | Free universal database tool and SQL client | dbeaver | 33165 | | 9 | [fraud-detection-demo](https://github.com/afedulov/fraud-detection-demo) | Repository for Advanced Flink Application Patterns series | afedulov | 296 | -| 10 | [aws-doc-sdk-examples](https://github.com/awsdocs/aws-doc-sdk-examples) | Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below. | awsdocs | 7931 | +| 10 | [aws-doc-sdk-examples](https://github.com/awsdocs/aws-doc-sdk-examples) | Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below. | awsdocs | 7934 | | 11 | [LuckysheetServer](https://github.com/dream-num/LuckysheetServer) | Luckysheet java backend | dream-num | 375 | | 12 | [design-patterns](https://github.com/ZoranPandovski/design-patterns) | :briefcase: Design patterns written in different programming languages :triangular_ruler: | ZoranPandovski | 343 | -| 13 | [flink](https://github.com/apache/flink) | Apache Flink | apache | 21693 | -| 14 | [DEPRECATED-data-structures](https://github.com/williamfiset/DEPRECATED-data-structures) | A collection of powerful data structures | williamfiset | 2775 | -| 15 | [shattered-pixel-dungeon](https://github.com/00-Evan/shattered-pixel-dungeon) | Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. Its based on the source code of Pixel Dungeon, by Watabou. | 00-Evan | 2915 | +| 13 | [flink](https://github.com/apache/flink) | Apache Flink | apache | 21705 | +| 14 | [DEPRECATED-data-structures](https://github.com/williamfiset/DEPRECATED-data-structures) | A collection of powerful data structures | williamfiset | 2774 | +| 15 | [shattered-pixel-dungeon](https://github.com/00-Evan/shattered-pixel-dungeon) | Shattered Pixel Dungeon is an open-source traditional roguelike dungeon crawler with randomized levels and enemies, and hundreds of items to collect and use. Its based on the source code of Pixel Dungeon, by Watabou. | 00-Evan | 2919 | | 16 | [memo](https://github.com/polyglot-plt/memo) | Caso de estudio del libro: Técnicas de Compilación para Ingenieros de Software | polyglot-plt | 1 | | 17 | [SOLID](https://github.com/mikeknep/SOLID) | Demonstrating the SOLID design principles in Java | mikeknep | 364 | | 18 | [material-theme-jetbrains](https://github.com/ChrisRM/material-theme-jetbrains) | JetBrains theme of Material Theme | ChrisRM | 7870 | | 19 | [Tiny-MD-HBase](https://github.com/shojinishimura/Tiny-MD-HBase) | | shojinishimura | 28 | -| 20 | [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | Design patterns implemented in Java | iluwatar | 83059 | -| 21 | [Signal-Android](https://github.com/signalapp/Signal-Android) | A private messenger for Android. | signalapp | 23879 | +| 20 | [java-design-patterns](https://github.com/iluwatar/java-design-patterns) | Design patterns implemented in Java | iluwatar | 83076 | +| 21 | [Signal-Android](https://github.com/signalapp/Signal-Android) | A private messenger for Android. | signalapp | 23880 | | 22 | [gwtbootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3) | GWT wrapper for the Bootstrap front-end framework | gwtbootstrap3 | 333 | **[⬆ Back to Index](#-contents)** @@ -649,170 +651,170 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [CellPond](https://github.com/TodePond/CellPond) | surreal cellular automata | TodePond | 146 | -| 2 | [fastify](https://github.com/fastify/fastify) | Fast and low overhead web framework, for Node.js | fastify | 28159 | -| 3 | [zx](https://github.com/google/zx) | A tool for writing better scripts | google | 38010 | +| 2 | [fastify](https://github.com/fastify/fastify) | Fast and low overhead web framework, for Node.js | fastify | 28172 | +| 3 | [zx](https://github.com/google/zx) | A tool for writing better scripts | google | 38020 | | 4 | [postcss-import](https://github.com/postcss/postcss-import) | PostCSS plugin to inline at-import rules content | postcss | 1306 | -| 5 | [fetch](https://github.com/JakeChampion/fetch) | A window.fetch JavaScript polyfill. | JakeChampion | 25776 | -| 6 | [execa](https://github.com/sindresorhus/execa) | Process execution for humans | sindresorhus | 5837 | -| 7 | [eruda](https://github.com/liriliri/eruda) | Console for mobile browsers | liriliri | 15855 | -| 8 | [awesome-vite](https://github.com/vitejs/awesome-vite) | ⚡️ A curated list of awesome things related to Vite.js | vitejs | 10950 | -| 9 | [lenis](https://github.com/studio-freight/lenis) | How smooth scroll should be | studio-freight | 4343 | +| 5 | [fetch](https://github.com/JakeChampion/fetch) | A window.fetch JavaScript polyfill. | JakeChampion | 25778 | +| 6 | [execa](https://github.com/sindresorhus/execa) | Process execution for humans | sindresorhus | 5842 | +| 7 | [eruda](https://github.com/liriliri/eruda) | Console for mobile browsers | liriliri | 15861 | +| 8 | [awesome-vite](https://github.com/vitejs/awesome-vite) | ⚡️ A curated list of awesome things related to Vite.js | vitejs | 10956 | +| 9 | [lenis](https://github.com/studio-freight/lenis) | How smooth scroll should be | studio-freight | 4354 | | 10 | [zendesk-vite-boilerplate](https://github.com/OlegGulevskyy/zendesk-vite-boilerplate) | Progressive boilerplate that offers customization, out of the box features and does not force you to chose a specific front-end framework. Join Zendesk Discord community - https://discord.gg/EHVRdSVDc4 | OlegGulevskyy | 18 | | 11 | [express-async-handler](https://github.com/Abazhenov/express-async-handler) | Async Error Handling Middleware for Express | Abazhenov | 525 | -| 12 | [wrapito](https://github.com/mercadona/wrapito) | 🌯 Yummy React tests | mercadona | 26 | +| 12 | [wrapito](https://github.com/mercadona/wrapito) | 🌯 Yummy React tests | mercadona | 27 | | 13 | [testdouble-jest](https://github.com/testdouble/testdouble-jest) | A testdouble.js extension to add support for Jest module mocking | testdouble | 37 | | 14 | [testdouble.js](https://github.com/testdouble/testdouble.js) | A minimal test double library for TDD with JavaScript | testdouble | 1398 | -| 15 | [WebGoat](https://github.com/WebGoat/WebGoat) | WebGoat is a deliberately insecure application | WebGoat | 5865 | +| 15 | [WebGoat](https://github.com/WebGoat/WebGoat) | WebGoat is a deliberately insecure application | WebGoat | 5864 | | 16 | [sicp](https://github.com/source-academy/sicp) | XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions | source-academy | 797 | -| 17 | [cross-fetch](https://github.com/lquixada/cross-fetch) | Universal WHATWG Fetch API for Node, Browsers and React Native. | lquixada | 1590 | -| 18 | [core-js](https://github.com/zloirock/core-js) | Standard Library | zloirock | 22727 | -| 19 | [write-good](https://github.com/btford/write-good) | Naive linter for English prose | btford | 4835 | -| 20 | [multer](https://github.com/expressjs/multer) | Node.js middleware for handling `multipart/form-data`. | expressjs | 10859 | -| 21 | [sharp](https://github.com/lovell/sharp) | High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library. | lovell | 25858 | +| 17 | [cross-fetch](https://github.com/lquixada/cross-fetch) | Universal WHATWG Fetch API for Node, Browsers and React Native. | lquixada | 1591 | +| 18 | [core-js](https://github.com/zloirock/core-js) | Standard Library | zloirock | 22731 | +| 19 | [write-good](https://github.com/btford/write-good) | Naive linter for English prose | btford | 4834 | +| 20 | [multer](https://github.com/expressjs/multer) | Node.js middleware for handling `multipart/form-data`. | expressjs | 10861 | +| 21 | [sharp](https://github.com/lovell/sharp) | High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library. | lovell | 25881 | | 22 | [simple-svg-placeholder](https://github.com/cloudfour/simple-svg-placeholder) | A very simple placeholder image generator with zero dependencies. | cloudfour | 161 | -| 23 | [cuid](https://github.com/paralleldrive/cuid) | Collision-resistant ids optimized for horizontal scaling and performance. | paralleldrive | 3198 | +| 23 | [cuid](https://github.com/paralleldrive/cuid) | Collision-resistant ids optimized for horizontal scaling and performance. | paralleldrive | 3201 | | 24 | [js-search](https://github.com/bvaughn/js-search) | JS Search is an efficient, client-side search library for JavaScript and JSON objects | bvaughn | 2128 | | 25 | [react-suspense](https://github.com/kentcdodds/react-suspense) | React Suspense workshop | kentcdodds | 756 | -| 26 | [shields](https://github.com/badges/shields) | Concise, consistent, and legible badges in SVG and raster format | badges | 20590 | +| 26 | [shields](https://github.com/badges/shields) | Concise, consistent, and legible badges in SVG and raster format | badges | 20602 | | 27 | [ropejs](https://github.com/Mortal/ropejs) | JS implementation of ropes according to Boehm et al 1995 | Mortal | 8 | | 28 | [jumprope](https://github.com/josephg/jumprope) | Fast string editing in Javascript using skip lists | josephg | 86 | | 29 | [blip](https://github.com/apenwarr/blip) | A tool for seeing your Internet latency. Try it at http://gfblip.appspot.com/ | apenwarr | 1548 | | 30 | [dsjslib](https://github.com/monmohan/dsjslib) | A library implementing several standard data structures and utilities, in JavaScript. Its written and tested using Node.js which is the target platform. | monmohan | 768 | -| 31 | [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) | :zap: Dynamically generated stats for your github readmes | anuraghazra | 57720 | +| 31 | [github-readme-stats](https://github.com/anuraghazra/github-readme-stats) | :zap: Dynamically generated stats for your github readmes | anuraghazra | 57752 | | 32 | [brainfuck-visualizer](https://github.com/usaikiran/brainfuck-visualizer) | A Visualizer for BrainFuck developed using pure JS. | usaikiran | 27 | -| 33 | [ace](https://github.com/ajaxorg/ace) | Ace (Ajax.org Cloud9 Editor) | ajaxorg | 25836 | +| 33 | [ace](https://github.com/ajaxorg/ace) | Ace (Ajax.org Cloud9 Editor) | ajaxorg | 25840 | | 34 | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | More than 100 powerful ESLint rules | sindresorhus | 3382 | | 35 | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | Starts server, waits for URL, then runs test command; when the tests end, shuts down server | bahmutov | 1452 | -| 36 | [KaTeX](https://github.com/KaTeX/KaTeX) | Fast math typesetting for the web. | KaTeX | 16881 | -| 37 | [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) | markdown preview plugin for (neo)vim | iamcco | 5072 | -| 38 | [jsxgraph](https://github.com/jsxgraph/jsxgraph) | JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. | jsxgraph | 961 | +| 36 | [KaTeX](https://github.com/KaTeX/KaTeX) | Fast math typesetting for the web. | KaTeX | 16886 | +| 37 | [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) | markdown preview plugin for (neo)vim | iamcco | 5076 | +| 38 | [jsxgraph](https://github.com/jsxgraph/jsxgraph) | JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. | jsxgraph | 962 | | 39 | [FigureOne](https://github.com/airladon/FigureOne) | Draw, animate and interact with shapes, text, plots and equations. Create interactive slideshows and interactive videos. | airladon | 46 | | 40 | [OpGuidesHugoSrc](https://github.com/VegaDeftwing/OpGuidesHugoSrc) | Repo for the development of OpGuides | VegaDeftwing | 20 | | 41 | [surfingkeys-conf](https://github.com/b0o/surfingkeys-conf) | 🏄 A SurfingKeys config which adds 180+ key mappings & 50+ search engines | b0o | 293 | | 42 | [core_d.js](https://github.com/mantoni/core_d.js) | Offload your heavy lifting to a daemon. Extracted from eslint_d. | mantoni | 54 | | 43 | [the-sample-of-module-bundler](https://github.com/hiroppy/the-sample-of-module-bundler) | You will know how to make a javascript bundler | hiroppy | 34 | | 44 | [SandPond](https://github.com/TodePond/SandPond) | 3D cellular automata | TodePond | 137 | -| 45 | [ora](https://github.com/sindresorhus/ora) | Elegant terminal spinner | sindresorhus | 8544 | -| 46 | [craftzdog-homepage](https://github.com/craftzdog/craftzdog-homepage) | My homepage | craftzdog | 2043 | +| 45 | [ora](https://github.com/sindresorhus/ora) | Elegant terminal spinner | sindresorhus | 8551 | +| 46 | [craftzdog-homepage](https://github.com/craftzdog/craftzdog-homepage) | My homepage | craftzdog | 2042 | | 47 | [Fluture](https://github.com/fluture-js/Fluture) | :butterfly: Fantasy Land compliant (monadic) alternative to Promises | fluture-js | 2435 | -| 48 | [critical](https://github.com/addyosmani/critical) | Extract & Inline Critical-path CSS in HTML pages | addyosmani | 9790 | -| 49 | [register](https://github.com/is-a-dev/register) | Grab your own sweet-looking '.is-a.dev' subdomain | is-a-dev | 2169 | -| 50 | [matter-js](https://github.com/liabru/matter-js) | a 2D rigid body physics engine for the web ▲● ■ | liabru | 14887 | +| 48 | [critical](https://github.com/addyosmani/critical) | Extract & Inline Critical-path CSS in HTML pages | addyosmani | 9792 | +| 49 | [register](https://github.com/is-a-dev/register) | Grab your own sweet-looking '.is-a.dev' subdomain | is-a-dev | 2170 | +| 50 | [matter-js](https://github.com/liabru/matter-js) | a 2D rigid body physics engine for the web ▲● ■ | liabru | 14889 | | 51 | [serviceworker-cookbook](https://github.com/mdn/serviceworker-cookbook) | It's online. It's offline. It's a Service Worker! | mdn | 2660 | -| 52 | [jsdom](https://github.com/jsdom/jsdom) | A JavaScript implementation of various web standards, for use with Node.js | jsdom | 19030 | +| 52 | [jsdom](https://github.com/jsdom/jsdom) | A JavaScript implementation of various web standards, for use with Node.js | jsdom | 19034 | | 53 | [benchmark.js](https://github.com/bestiejs/benchmark.js) | A benchmarking library. As used on jsPerf.com. | bestiejs | 5401 | | 54 | [testing-react-apps](https://github.com/kentcdodds/testing-react-apps) | A workshop for testing react applications | kentcdodds | 998 | | 55 | [signal-js](https://github.com/JosephClay/signal-js) | small, simple, fast event system with no dependencies | JosephClay | 46 | | 56 | [js-metaprogramming-old](https://github.com/davefancher/js-metaprogramming-old) | Notes and examples for a talk covering the ES6 metaprogramming types and techniques | davefancher | 9 | | 57 | [explain-git-with-d3](https://github.com/onlywei/explain-git-with-d3) | Use D3 to visualize simple git branching operations. | onlywei | 1664 | | 58 | [p5-manager](https://github.com/chiunhau/p5-manager) | A p5js template builder & sketches manager. Built for p5js enthusiasts. | chiunhau | 331 | -| 59 | [p5.js](https://github.com/processing/p5.js) | p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs — | processing | 19674 | +| 59 | [p5.js](https://github.com/processing/p5.js) | p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs — | processing | 19675 | | 60 | [reading.js](https://github.com/dunn/reading.js) | a script that makes it easier to read long things online | dunn | 14 | | 61 | [Practically-Functional](https://github.com/DrBoolean/Practically-Functional) | practically functional programming workshop | DrBoolean | 221 | -| 62 | [fantasy-land](https://github.com/fantasyland/fantasy-land) | Specification for interoperability of common algebraic structures in JavaScript | fantasyland | 9822 | +| 62 | [fantasy-land](https://github.com/fantasyland/fantasy-land) | Specification for interoperability of common algebraic structures in JavaScript | fantasyland | 9823 | | 63 | [sprintf.js](https://github.com/alexei/sprintf.js) | sprintf.js is a complete open source JavaScript sprintf implementation | alexei | 2062 | -| 64 | [petit-dom](https://github.com/yelouafi/petit-dom) | minimalist virtual dom library | yelouafi | 490 | -| 65 | [commander.js](https://github.com/tj/commander.js) | node.js command-line interfaces made easy | tj | 25032 | -| 66 | [xv](https://github.com/typicode/xv) | 🙅‍♀️ ✌️ A tiny test runner focused on simplicity and speed | typicode | 767 | +| 64 | [petit-dom](https://github.com/yelouafi/petit-dom) | minimalist virtual dom library | yelouafi | 491 | +| 65 | [commander.js](https://github.com/tj/commander.js) | node.js command-line interfaces made easy | tj | 25039 | +| 66 | [xv](https://github.com/typicode/xv) | 🙅‍♀️ ✌️ A tiny test runner focused on simplicity and speed | typicode | 768 | | 67 | [daggy](https://github.com/fantasyland/daggy) | Library for creating tagged constructors. | fantasyland | 697 | | 68 | [normalizr](https://github.com/paularmstrong/normalizr) | Normalizes nested JSON according to a schema | paularmstrong | 20985 | | 69 | [workerize](https://github.com/developit/workerize) | 🏗️ Run a module in a Web Worker. | developit | 4301 | -| 70 | [workbox](https://github.com/GoogleChrome/workbox) | 📦 Workbox: JavaScript libraries for Progressive Web Apps | GoogleChrome | 11636 | +| 70 | [workbox](https://github.com/GoogleChrome/workbox) | 📦 Workbox: JavaScript libraries for Progressive Web Apps | GoogleChrome | 11637 | | 71 | [greenlet](https://github.com/developit/greenlet) | 🦎 Move an async function into its own thread. | developit | 4631 | -| 72 | [useWorker](https://github.com/alewin/useWorker) | ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks | alewin | 2776 | +| 72 | [useWorker](https://github.com/alewin/useWorker) | ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks | alewin | 2777 | | 73 | [automerge-classic](https://github.com/automerge/automerge-classic) | A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. | automerge | 14779 | -| 74 | [react-treebeard](https://github.com/storybook-eol/react-treebeard) | React Tree View Component. Data-Driven, Fast, Efficient and Customisable. | storybook-eol | 1684 | +| 74 | [react-treebeard](https://github.com/storybook-eol/react-treebeard) | React Tree View Component. Data-Driven, Fast, Efficient and Customisable. | storybook-eol | 1685 | | 75 | [vue-toasted](https://github.com/shakee93/vue-toasted) | 🖖 Responsive Touch Compatible Toast plugin for VueJS 2+ | shakee93 | 2204 | -| 76 | [immer](https://github.com/immerjs/immer) | Create the next immutable state by mutating the current one | immerjs | 25696 | +| 76 | [immer](https://github.com/immerjs/immer) | Create the next immutable state by mutating the current one | immerjs | 25703 | | 77 | [vue-select](https://github.com/sagalbot/vue-select) | Everything you wish the HTML &lt;select&gt; element could do, wrapped up into a lightweight, extensible Vue component. | sagalbot | 4550 | | 78 | [thesecretlivesofdata](https://github.com/benbjohnson/thesecretlivesofdata) | Understanding what your bits do when you're not looking. | benbjohnson | 3207 | | 79 | [css-triggers](https://github.com/GoogleChromeLabs/css-triggers) | A reference for the render impact of mutating CSS properties. | GoogleChromeLabs | 893 | | 80 | [bundle-phobia-cli](https://github.com/AdrieanKhisbe/bundle-phobia-cli) | 📦 Cli for the node BundlePhobia Service 😱 | AdrieanKhisbe | 169 | -| 81 | [sqlime](https://github.com/nalgeon/sqlime) | Online SQLite playground | nalgeon | 474 | -| 82 | [sql.js](https://github.com/sql-js/sql.js) | A javascript library to run SQLite on the web. | sql-js | 11551 | -| 83 | [reveal.js](https://github.com/hakimel/reveal.js) | The HTML Presentation Framework | hakimel | 64320 | -| 84 | [feather](https://github.com/feathericons/feather) | Simply beautiful open source icons | feathericons | 23740 | +| 81 | [sqlime](https://github.com/nalgeon/sqlime) | Online SQLite playground | nalgeon | 475 | +| 82 | [sql.js](https://github.com/sql-js/sql.js) | A javascript library to run SQLite on the web. | sql-js | 11559 | +| 83 | [reveal.js](https://github.com/hakimel/reveal.js) | The HTML Presentation Framework | hakimel | 64326 | +| 84 | [feather](https://github.com/feathericons/feather) | Simply beautiful open source icons | feathericons | 23739 | | 85 | [lighthousemap](https://github.com/geodienst/lighthousemap) | OpenStreetMap's Blinking Beacons | geodienst | 277 | | 86 | [vue-test-utils](https://github.com/vuejs/vue-test-utils) | Component Test Utils for Vue 2 | vuejs | 3570 | | 87 | [jest-canvas-mock](https://github.com/hustcc/jest-canvas-mock) | :last_quarter_moon: A module used to mock canvas in Jest. | hustcc | 279 | -| 88 | [reactjs-interview-questions](https://github.com/sudheerj/reactjs-interview-questions) | List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! | sudheerj | 30931 | -| 89 | [mdx](https://github.com/mdx-js/mdx) | Markdown for the component era | mdx-js | 15581 | +| 88 | [reactjs-interview-questions](https://github.com/sudheerj/reactjs-interview-questions) | List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! | sudheerj | 30944 | +| 89 | [mdx](https://github.com/mdx-js/mdx) | Markdown for the component era | mdx-js | 15591 | | 90 | [PrinceJS](https://github.com/oklemenz/PrinceJS) | Prince of Persia reimplementation written in HTML5 / JavaScript | oklemenz | 889 | | 91 | [node-retry](https://github.com/tim-kos/node-retry) | Abstraction for exponential and custom retry strategies for failed operations. | tim-kos | 1140 | -| 92 | [async-retry](https://github.com/vercel/async-retry) | Retrying made simple, easy and async | vercel | 1704 | -| 93 | [ava](https://github.com/avajs/ava) | Node.js test runner that lets you develop with confidence 🚀 | avajs | 20449 | -| 94 | [howler.js](https://github.com/goldfire/howler.js) | Javascript audio library for the modern web. | goldfire | 21945 | +| 92 | [async-retry](https://github.com/vercel/async-retry) | Retrying made simple, easy and async | vercel | 1703 | +| 93 | [ava](https://github.com/avajs/ava) | Node.js test runner that lets you develop with confidence 🚀 | avajs | 20448 | +| 94 | [howler.js](https://github.com/goldfire/howler.js) | Javascript audio library for the modern web. | goldfire | 21948 | | 95 | [plop](https://github.com/plopjs/plop) | Consistency Made Simple | plopjs | 6433 | -| 96 | [digitaljs](https://github.com/tilk/digitaljs) | Teaching-focused digital circuit simulator | tilk | 540 | +| 96 | [digitaljs](https://github.com/tilk/digitaljs) | Teaching-focused digital circuit simulator | tilk | 541 | | 97 | [twind](https://github.com/tw-in-js/twind) | The smallest, fastest, most feature complete Tailwind-in-JS solution in existence. | tw-in-js | 3439 | | 98 | [identity-obj-proxy](https://github.com/keyz/identity-obj-proxy) | An identity object using ES6 proxies. Useful for mocking webpack imports like CSS Modules. | keyz | 474 | -| 99 | [JSONPath](https://github.com/JSONPath-Plus/JSONPath) | A fork of JSONPath from http://goessner.net/articles/JsonPath/ | JSONPath-Plus | 845 | +| 99 | [JSONPath](https://github.com/JSONPath-Plus/JSONPath) | A fork of JSONPath from http://goessner.net/articles/JsonPath/ | JSONPath-Plus | 846 | | 100 | [webpack-config-plugins](https://github.com/merkle-open/webpack-config-plugins) | Provide best practices for webpack 4 loader configurations | merkle-open | 634 | -| 101 | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | Simplifies creation of HTML files to serve your webpack bundles | jantimon | 10490 | -| 102 | [Iosevka](https://github.com/be5invis/Iosevka) | Versatile typeface for code, from code. | be5invis | 16626 | -| 103 | [depcheck](https://github.com/depcheck/depcheck) | Check your npm module for unused dependencies | depcheck | 3997 | +| 101 | [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | Simplifies creation of HTML files to serve your webpack bundles | jantimon | 10491 | +| 102 | [Iosevka](https://github.com/be5invis/Iosevka) | Versatile typeface for code, from code. | be5invis | 16631 | +| 103 | [depcheck](https://github.com/depcheck/depcheck) | Check your npm module for unused dependencies | depcheck | 4001 | | 104 | [webpack-chain](https://github.com/neutrinojs/webpack-chain) | A chaining API to generate and simplify the modification of Webpack configurations. | neutrinojs | 3126 | -| 105 | [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components. | pmmmwh | 2992 | -| 106 | [alasql](https://github.com/AlaSQL/alasql) | AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel. | AlaSQL | 6658 | -| 107 | [getting-started](https://github.com/docker/getting-started) | Getting started with Docker | docker | 2714 | +| 105 | [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) | A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components. | pmmmwh | 2993 | +| 106 | [alasql](https://github.com/AlaSQL/alasql) | AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel. | AlaSQL | 6659 | +| 107 | [getting-started](https://github.com/docker/getting-started) | Getting started with Docker | docker | 2715 | | 108 | [sift.js](https://github.com/crcn/sift.js) | Use Mongodb queries in JavaScript | crcn | 1601 | -| 109 | [nodemailer](https://github.com/nodemailer/nodemailer) | ✉️ Send e-mails with Node.JS – easy as cake! | nodemailer | 15809 | -| 110 | [Leaflet](https://github.com/Leaflet/Leaflet) | 🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦 | Leaflet | 38111 | +| 109 | [nodemailer](https://github.com/nodemailer/nodemailer) | ✉️ Send e-mails with Node.JS – easy as cake! | nodemailer | 15813 | +| 110 | [Leaflet](https://github.com/Leaflet/Leaflet) | 🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦 | Leaflet | 38115 | | 111 | [HackVault](https://github.com/0xSobky/HackVault) | A container repository for my public web hacks! | 0xSobky | 1821 | -| 112 | [jsfuck](https://github.com/aemkei/jsfuck) | Write any JavaScript with 6 Characters: []()!+ | aemkei | 7630 | +| 112 | [jsfuck](https://github.com/aemkei/jsfuck) | Write any JavaScript with 6 Characters: []()!+ | aemkei | 7631 | | 113 | [slack-emoji](https://github.com/phil-r/slack-emoji) | :suspect: My slack emoji collection and download script | phil-r | 106 | | 114 | [feathers-mongoose](https://github.com/feathersjs-ecosystem/feathers-mongoose) | Easily create a Mongoose Service for Feathersjs. | feathersjs-ecosystem | 189 | -| 115 | [degit](https://github.com/Rich-Harris/degit) | Straightforward project scaffolding | Rich-Harris | 6041 | -| 116 | [simple-icons](https://github.com/simple-icons/simple-icons) | SVG icons for popular brands | simple-icons | 16150 | -| 117 | [THIS_REPO_HAS_3077_STARS](https://github.com/narze/THIS_REPO_HAS_3077_STARS) | Click Star ⭐️ to see it in action :trollface: | narze | 2982 | +| 115 | [degit](https://github.com/Rich-Harris/degit) | Straightforward project scaffolding | Rich-Harris | 6046 | +| 116 | [simple-icons](https://github.com/simple-icons/simple-icons) | SVG icons for popular brands | simple-icons | 16156 | +| 117 | [THIS_REPO_HAS_3077_STARS](https://github.com/narze/THIS_REPO_HAS_3077_STARS) | Click Star ⭐️ to see it in action :trollface: | narze | 2983 | | 118 | [recursive-diff](https://github.com/cosmicanant/recursive-diff) | A JavaScript library to find diff between two JavaScript Objects. Support for Array, Number, Date and other primitive data types. | cosmicanant | 128 | -| 119 | [swagger-ui](https://github.com/swagger-api/swagger-ui) | Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. | swagger-api | 24248 | -| 120 | [swagger-editor](https://github.com/swagger-api/swagger-editor) | Swagger Editor | swagger-api | 8288 | +| 119 | [swagger-ui](https://github.com/swagger-api/swagger-ui) | Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API. | swagger-api | 24251 | +| 120 | [swagger-editor](https://github.com/swagger-api/swagger-editor) | Swagger Editor | swagger-api | 8291 | | 121 | [bookshelf](https://github.com/kentcdodds/bookshelf) | Build a ReactJS App workshop | kentcdodds | 2539 | | 122 | [serve-handler](https://github.com/vercel/serve-handler) | The foundation of `serve` | vercel | 516 | -| 123 | [AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager) | 🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac. | qishibo | 26424 | +| 123 | [AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager) | 🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac. | qishibo | 26438 | | 124 | [uberproto](https://github.com/daffl/uberproto) | JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies | daffl | 77 | | 125 | [slay](https://github.com/godaddy/slay) | Rock-solid structured application layout for building APIs and web apps in Node.js. | godaddy | 48 | | 126 | [objection-cursor](https://github.com/olavim/objection-cursor) | Cursor based pagination plugin for Objection.js | olavim | 28 | -| 127 | [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) | A collection of common interactive command line user interfaces. | SBoudrias | 18357 | +| 127 | [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) | A collection of common interactive command line user interfaces. | SBoudrias | 18366 | | 128 | [logform](https://github.com/winstonjs/logform) | An mutable object format designed for chaining & objectMode streams | winstonjs | 227 | -| 129 | [fecha](https://github.com/taylorhakes/fecha) | Lightweight and simple JS date formatting and parsing | taylorhakes | 2044 | -| 130 | [winston](https://github.com/winstonjs/winston) | A logger for just about everything. | winstonjs | 20866 | -| 131 | [uuid](https://github.com/uuidjs/uuid) | Generate RFC-compliant UUIDs in JavaScript | uuidjs | 13623 | -| 132 | [morgan](https://github.com/expressjs/morgan) | HTTP request logger middleware for node.js | expressjs | 7553 | +| 129 | [fecha](https://github.com/taylorhakes/fecha) | Lightweight and simple JS date formatting and parsing | taylorhakes | 2043 | +| 130 | [winston](https://github.com/winstonjs/winston) | A logger for just about everything. | winstonjs | 20871 | +| 131 | [uuid](https://github.com/uuidjs/uuid) | Generate RFC-compliant UUIDs in JavaScript | uuidjs | 13625 | +| 132 | [morgan](https://github.com/expressjs/morgan) | HTTP request logger middleware for node.js | expressjs | 7554 | | 133 | [qvapay](https://github.com/Datalis/qvapay) | Nodejs Library for QvaPay API | Datalis | 8 | | 134 | [simpler-state](https://github.com/arnelenero/simpler-state) | The simplest app state management for React | arnelenero | 469 | -| 135 | [http-errors](https://github.com/jshttp/http-errors) | Create HTTP Errors | jshttp | 1407 | -| 136 | [node-canvas](https://github.com/Automattic/node-canvas) | Node canvas is a Cairo backed Canvas implementation for NodeJS. | Automattic | 9462 | +| 135 | [http-errors](https://github.com/jshttp/http-errors) | Create HTTP Errors | jshttp | 1408 | +| 136 | [node-canvas](https://github.com/Automattic/node-canvas) | Node canvas is a Cairo backed Canvas implementation for NodeJS. | Automattic | 9464 | | 137 | [node-qrcode](https://github.com/soldair/node-qrcode) | qr code generator | soldair | 6697 | | 138 | [connect](https://github.com/senchalabs/connect) | Connect is a middleware layer for Node.js | senchalabs | 9700 | | 139 | [terminalizer](https://github.com/faressoft/terminalizer) | 🦄 Record your terminal and generate animated gif images or share a web player | faressoft | 14364 | | 140 | [feathers-batch](https://github.com/feathersjs-ecosystem/feathers-batch) | Batch multiple Feathers service calls into one | feathersjs-ecosystem | 97 | | 141 | [feathers-authentication-hooks](https://github.com/feathersjs-ecosystem/feathers-authentication-hooks) | Useful hooks for authentication and authorization | feathersjs-ecosystem | 115 | -| 142 | [filestash](https://github.com/mickael-kerjean/filestash) | 🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... | mickael-kerjean | 8205 | +| 142 | [filestash](https://github.com/mickael-kerjean/filestash) | 🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... | mickael-kerjean | 8208 | | 143 | [react-community-tools-practices-cheatsheet](https://github.com/markerikson/react-community-tools-practices-cheatsheet) | Descriptions and use cases for common tools and practices in the React community | markerikson | 318 | -| 144 | [ramda](https://github.com/ramda/ramda) | :ram: Practical functional Javascript | ramda | 23141 | +| 144 | [ramda](https://github.com/ramda/ramda) | :ram: Practical functional Javascript | ramda | 23148 | | 145 | [ramda-adjunct](https://github.com/char0n/ramda-adjunct) | Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation. | char0n | 670 | | 146 | [mostly-adequate-fp](https://github.com/sigfriedCub1990/mostly-adequate-fp) | Exercises from mostly adequate guide to FP | sigfriedCub1990 | 1 | -| 147 | [react-player](https://github.com/cookpete/react-player) | A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion | cookpete | 8013 | -| 148 | [three.js](https://github.com/mrdoob/three.js) | JavaScript 3D Library. | mrdoob | 93627 | +| 147 | [react-player](https://github.com/cookpete/react-player) | A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion | cookpete | 8018 | +| 148 | [three.js](https://github.com/mrdoob/three.js) | JavaScript 3D Library. | mrdoob | 93640 | | 149 | [slack-redir](https://github.com/core1024/slack-redir) | Firefox add-on that replaces the slack-redir.net links in Slack with direct links in chat. | core1024 | 2 | -| 150 | [In-JavaScript-we-trust](https://github.com/yeungon/In-JavaScript-we-trust) | Embrace JavaScript naturally and confidently with coding challenges crafted not only for beginners but for JavaScript lovers, regardless of their level of expertise. | yeungon | 1393 | +| 150 | [In-JavaScript-we-trust](https://github.com/yeungon/In-JavaScript-we-trust) | Embrace JavaScript naturally and confidently with coding challenges crafted not only for beginners but for JavaScript lovers, regardless of their level of expertise. | yeungon | 1394 | | 151 | [advanced-react-hooks](https://github.com/kentcdodds/advanced-react-hooks) | Learn Advanced React Hooks workshop | kentcdodds | 1910 | -| 152 | [30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | Asabeneh | 37635 | +| 152 | [30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript) | 30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | Asabeneh | 37649 | | 153 | [aulx](https://github.com/espadrine/aulx) | Aulx is an autocompleter for Web code. | espadrine | 61 | | 154 | [pid-port](https://github.com/sindresorhus/pid-port) | Get the ID of the process that uses a certain port | sindresorhus | 136 | | 155 | [noize](https://github.com/kartiknair/noize) | Web app for background/white noise to relax or focus | kartiknair | 104 | | 156 | [lebab](https://github.com/lebab/lebab) | Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does. | lebab | 5589 | | 157 | [munkres-js](https://github.com/addaleax/munkres-js) | Munkres (aka Hungarian) algorithm for JS | addaleax | 58 | -| 158 | [multi-account-containers](https://github.com/mozilla/multi-account-containers) | Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously. | mozilla | 2405 | -| 159 | [react-fundamentals](https://github.com/kentcdodds/react-fundamentals) | Material for my React Fundamentals Workshop | kentcdodds | 5056 | +| 158 | [multi-account-containers](https://github.com/mozilla/multi-account-containers) | Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously. | mozilla | 2407 | +| 159 | [react-fundamentals](https://github.com/kentcdodds/react-fundamentals) | Material for my React Fundamentals Workshop | kentcdodds | 5058 | | 160 | [astexplorer](https://github.com/fkling/astexplorer) | A web tool to explore the ASTs generated by various parsers. | fkling | 5555 | | 161 | [Git-User-Switch](https://github.com/geongeorge/Git-User-Switch) | Switch git user and email with ease | geongeorge | 625 | | 162 | [data-directory](https://github.com/docs/data-directory) | 🌳 A Node.js module to recursively load a directory of YAML, JSON, and Markdown files into a JavaScript object. | docs | 35 | | 163 | [vanilla-todo](https://github.com/morris/vanilla-todo) | A case study on viable techniques for vanilla web development. | morris | 991 | | 164 | [GravityIsNotAForce](https://github.com/timhutton/GravityIsNotAForce) | Visualising the spacetime geodesics of general relativity | timhutton | 204 | -| 165 | [headless-recorder](https://github.com/checkly/headless-recorder) | Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script. | checkly | 14816 | +| 165 | [headless-recorder](https://github.com/checkly/headless-recorder) | Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script. | checkly | 14817 | | 166 | [react-autosuggest](https://github.com/moroshko/react-autosuggest) | WAI-ARIA compliant React autosuggest component | moroshko | 5924 | | 167 | [react-typeahead](https://github.com/fmoo/react-typeahead) | Pure react-based typeahead and typeahead-tokenizer | fmoo | 679 | | 168 | [fuzzy](https://github.com/mattyork/fuzzy) | Filters a list based on a fuzzy string search | mattyork | 815 | @@ -823,8 +825,8 @@ | 173 | [use-custom-compare-effect](https://github.com/Sanjagh/use-custom-compare-effect) | useEffect hook which takes a comparison function instead of compare using reference equality | Sanjagh | 43 | | 174 | [Textmarker](https://github.com/ufb/Textmarker) | Firefox extension | ufb | 191 | | 175 | [react-windowed-select](https://github.com/jacobworrel/react-windowed-select) | An integration of react-window with react-select to efficiently render large lists. | jacobworrel | 133 | -| 176 | [clsx](https://github.com/lukeed/clsx) | A tiny (228B) utility for constructing `className` strings conditionally. | lukeed | 5581 | -| 177 | [classnames](https://github.com/JedWatson/classnames) | A simple javascript utility for conditionally joining classNames together | JedWatson | 16840 | +| 176 | [clsx](https://github.com/lukeed/clsx) | A tiny (228B) utility for constructing `className` strings conditionally. | lukeed | 5588 | +| 177 | [classnames](https://github.com/JedWatson/classnames) | A simple javascript utility for conditionally joining classNames together | JedWatson | 16843 | | 178 | [dmarman.github.io](https://github.com/dmarman/dmarman.github.io) | Tailwind Ink is an AI palette generator trained with the Tailwindcss colors. | dmarman | 331 | | 179 | [react-scanner](https://github.com/moroshko/react-scanner) | Extract React components and props usage from code. | moroshko | 516 | | 180 | [studio](https://github.com/sanctuarycomputer/studio) | The safest place on earth | sanctuarycomputer | 151 | @@ -836,148 +838,148 @@ | 186 | [nanoid-dictionary](https://github.com/CyberAP/nanoid-dictionary) | Predefined character sets to use with nanoid | CyberAP | 84 | | 187 | [feathers-objection](https://github.com/feathersjs-ecosystem/feathers-objection) | Feathers database adapter for Objection.js, an ORM based on KnexJS SQL query builder for Postgres, Redshift, MSSQL, MySQL, MariaDB, SQLite3, and Oracle. Forked from feathers-knex. | feathersjs-ecosystem | 98 | | 188 | [evil-icons](https://github.com/evil-icons/evil-icons) | Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN | evil-icons | 5027 | -| 189 | [react-nice-resume](https://github.com/nordicgiant2/react-nice-resume) | A React.js Nice Resume Template | nordicgiant2 | 541 | -| 190 | [cerebro](https://github.com/cerebroapp/cerebro) | 🔵 Cerebro is an open-source launcher to improve your productivity and efficiency | cerebroapp | 7970 | +| 189 | [react-nice-resume](https://github.com/nordicgiant2/react-nice-resume) | A React.js Nice Resume Template | nordicgiant2 | 543 | +| 190 | [cerebro](https://github.com/cerebroapp/cerebro) | 🔵 Cerebro is an open-source launcher to improve your productivity and efficiency | cerebroapp | 7971 | | 191 | [socket.io-protocol](https://github.com/socketio/socket.io-protocol) | Socket.IO Protocol specification | socketio | 478 | -| 192 | [wouter](https://github.com/molefrog/wouter) | 🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | molefrog | 5389 | -| 193 | [size-limit](https://github.com/ai/size-limit) | Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit. | ai | 5984 | +| 192 | [wouter](https://github.com/molefrog/wouter) | 🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | molefrog | 5392 | +| 193 | [size-limit](https://github.com/ai/size-limit) | Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit. | ai | 6000 | | 194 | [anybar](https://github.com/sindresorhus/anybar) | Control the AnyBar app | sindresorhus | 101 | -| 195 | [lint-staged](https://github.com/okonet/lint-staged) | 🚫💩 — Run linters on git staged files | okonet | 12076 | -| 196 | [prettier-eslint](https://github.com/prettier/prettier-eslint) | Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles: | prettier | 3818 | -| 197 | [etherpad-lite](https://github.com/ether/etherpad-lite) | Etherpad: A modern really-real-time collaborative document editor. | ether | 14541 | -| 198 | [sharedb](https://github.com/share/sharedb) | Realtime database backend based on Operational Transformation (OT) | share | 5778 | -| 199 | [medis](https://github.com/luin/medis) | 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. | luin | 11322 | -| 200 | [react-window](https://github.com/bvaughn/react-window) | React components for efficiently rendering large lists and tabular data | bvaughn | 14382 | +| 195 | [lint-staged](https://github.com/okonet/lint-staged) | 🚫💩 — Run linters on git staged files | okonet | 12081 | +| 196 | [prettier-eslint](https://github.com/prettier/prettier-eslint) | Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles: | prettier | 3819 | +| 197 | [etherpad-lite](https://github.com/ether/etherpad-lite) | Etherpad: A modern really-real-time collaborative document editor. | ether | 14542 | +| 198 | [sharedb](https://github.com/share/sharedb) | Realtime database backend based on Operational Transformation (OT) | share | 5780 | +| 199 | [medis](https://github.com/luin/medis) | 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. | luin | 11325 | +| 200 | [react-window](https://github.com/bvaughn/react-window) | React components for efficiently rendering large lists and tabular data | bvaughn | 14395 | | 201 | [ZzFXM](https://github.com/keithclark/ZzFXM) | A super small music generator for use in size-limited JavaScript productions | keithclark | 383 | | 202 | [faker-cli](https://github.com/lestoni/faker-cli) | cli wrapper for fakerjs | lestoni | 112 | | 203 | [node-pg-types](https://github.com/brianc/node-pg-types) | Type parsing for node-postgres | brianc | 245 | -| 204 | [node-postgres](https://github.com/brianc/node-postgres) | PostgreSQL client for node.js. | brianc | 11366 | -| 205 | [nedb](https://github.com/louischatriot/nedb) | The JavaScript Database, for Node.js, nw.js, electron and the browser | louischatriot | 13339 | -| 206 | [wtfjs](https://github.com/denysdovhan/wtfjs) | 🤪 A list of funny and tricky JavaScript examples | denysdovhan | 31480 | -| 207 | [react-bulma-components](https://github.com/couds/react-bulma-components) | React components for Bulma framework | couds | 1193 | +| 204 | [node-postgres](https://github.com/brianc/node-postgres) | PostgreSQL client for node.js. | brianc | 11370 | +| 205 | [nedb](https://github.com/louischatriot/nedb) | The JavaScript Database, for Node.js, nw.js, electron and the browser | louischatriot | 13340 | +| 206 | [wtfjs](https://github.com/denysdovhan/wtfjs) | 🤪 A list of funny and tricky JavaScript examples | denysdovhan | 31486 | +| 207 | [react-bulma-components](https://github.com/couds/react-bulma-components) | React components for Bulma framework | couds | 1194 | | 208 | [async-await-handler](https://github.com/fChristenson/async-await-handler) | | fChristenson | 1 | | 209 | [express-boot-camp](https://github.com/fChristenson/express-boot-camp) | | fChristenson | 3 | | 210 | [Let-s-make-it-pure](https://github.com/fChristenson/Let-s-make-it-pure) | | fChristenson | 1 | | 211 | [fmail](https://github.com/fChristenson/fmail) | | fChristenson | 12 | | 212 | [baretest](https://github.com/volument/baretest) | An extremely fast and simple JavaScript test runner. | volument | 420 | -| 213 | [color-names](https://github.com/meodai/color-names) | Large list of handpicked color names 🌈 | meodai | 2140 | -| 214 | [node-rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | Count and limit requests by key with atomic increments in single process or distributed environment. | animir | 2578 | -| 215 | [joi](https://github.com/hapijs/joi) | The most powerful data validation library for JS | hapijs | 20116 | +| 213 | [color-names](https://github.com/meodai/color-names) | Large list of handpicked color names 🌈 | meodai | 2141 | +| 214 | [node-rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | Count and limit requests by key with atomic increments in single process or distributed environment. | animir | 2579 | +| 215 | [joi](https://github.com/hapijs/joi) | The most powerful data validation library for JS | hapijs | 20122 | | 216 | [murmurhash-js](https://github.com/garycourt/murmurhash-js) | An optimized JavaScript implementation of the MurmurHash algorithms. | garycourt | 492 | | 217 | [node-murmurhash](https://github.com/perezd/node-murmurhash) | A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms. | perezd | 81 | | 218 | [o](https://github.com/zserge/o) | Tiny and simple React clone | zserge | 231 | | 219 | [properties](https://github.com/steveukx/properties) | Properties reader for Node.js | steveukx | 75 | -| 220 | [jest-extended](https://github.com/jest-community/jest-extended) | Additional Jest matchers 🃏💪 | jest-community | 2221 | +| 220 | [jest-extended](https://github.com/jest-community/jest-extended) | Additional Jest matchers 🃏💪 | jest-community | 2222 | | 221 | [node-bunyan](https://github.com/trentm/node-bunyan) | a simple and fast JSON logging module for node.js services | trentm | 7040 | -| 222 | [html5-boilerplate](https://github.com/h5bp/html5-boilerplate) | A professional front-end template for building fast, robust, and adaptable web apps or sites. | h5bp | 54973 | +| 222 | [html5-boilerplate](https://github.com/h5bp/html5-boilerplate) | A professional front-end template for building fast, robust, and adaptable web apps or sites. | h5bp | 54975 | | 223 | [testing-node-apps](https://github.com/kentcdodds/testing-node-apps) | Test Node.js Backends on TestingJavaScript.com | kentcdodds | 370 | | 224 | [js-mocking-fundamentals](https://github.com/kentcdodds/js-mocking-fundamentals) | JavaScript Mocking Fundamentals on TestingJavaScript.com | kentcdodds | 286 | | 225 | [testing-workshop](https://github.com/kentcdodds/testing-workshop) | A workshop for learning how to test JavaScript applications | kentcdodds | 1367 | -| 226 | [lodash](https://github.com/lodash/lodash) | A modern JavaScript utility library delivering modularity, performance, & extras. | lodash | 56881 | -| 227 | [mongoose](https://github.com/Automattic/mongoose) | MongoDB object modeling designed to work in an asynchronous environment. | Automattic | 25899 | -| 228 | [node-cron](https://github.com/kelektiv/node-cron) | Cron for NodeJS. | kelektiv | 7877 | -| 229 | [uMatrix](https://github.com/gorhill/uMatrix) | uMatrix: Point and click matrix to filter net requests according to source, destination and type | gorhill | 4483 | +| 226 | [lodash](https://github.com/lodash/lodash) | A modern JavaScript utility library delivering modularity, performance, & extras. | lodash | 56890 | +| 227 | [mongoose](https://github.com/Automattic/mongoose) | MongoDB object modeling designed to work in an asynchronous environment. | Automattic | 25902 | +| 228 | [node-cron](https://github.com/kelektiv/node-cron) | Cron for NodeJS. | kelektiv | 7880 | +| 229 | [uMatrix](https://github.com/gorhill/uMatrix) | uMatrix: Point and click matrix to filter net requests according to source, destination and type | gorhill | 4482 | | 230 | [remodeling](https://github.com/WardCunningham/remodeling) | The original wiki rewritten as a single page application | WardCunningham | 934 | | 231 | [QuanticDev](https://github.com/soygul/QuanticDev) | QuanticDev's Engineering and Software Development Resources | soygul | 156 | | 232 | [re-ducks](https://github.com/alexnm/re-ducks) | An attempt to extend the original proposal for redux modular architecture: https://github.com/erikras/ducks-modular-redux | alexnm | 880 | | 233 | [ducks-modular-redux](https://github.com/erikras/ducks-modular-redux) | A proposal for bundling reducers, action types and actions when using Redux | erikras | 9579 | -| 234 | [nanoid](https://github.com/ai/nanoid) | A tiny (130 bytes), secure, URL-friendly, unique string ID generator for JavaScript | ai | 21327 | -| 235 | [react-markdown](https://github.com/remarkjs/react-markdown) | Markdown component for React | remarkjs | 10939 | +| 234 | [nanoid](https://github.com/ai/nanoid) | A tiny (130 bytes), secure, URL-friendly, unique string ID generator for JavaScript | ai | 21336 | +| 235 | [react-markdown](https://github.com/remarkjs/react-markdown) | Markdown component for React | remarkjs | 10943 | | 236 | [scriptum](https://github.com/kongware/scriptum) | Functional Programming Unorthodoxly Adjusted to Client-/Server-side Javascript | kongware | 377 | | 237 | [computer-science-in-javascript](https://github.com/humanwhocodes/computer-science-in-javascript) | Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. | humanwhocodes | 8850 | | 238 | [algorithms.js](https://github.com/felipernb/algorithms.js) | Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript | felipernb | 3645 | -| 239 | [express](https://github.com/expressjs/express) | Fast, unopinionated, minimalist web framework for node. | expressjs | 61531 | -| 240 | [advanced-react-patterns](https://github.com/kentcdodds/advanced-react-patterns) | This is the latest advanced react patterns workshop | kentcdodds | 3107 | +| 239 | [express](https://github.com/expressjs/express) | Fast, unopinionated, minimalist web framework for node. | expressjs | 61540 | +| 240 | [advanced-react-patterns](https://github.com/kentcdodds/advanced-react-patterns) | This is the latest advanced react patterns workshop | kentcdodds | 3110 | | 241 | [git-sticker](https://github.com/fireship-io/git-sticker) | submit pull request, git free sticker 🔥 | fireship-io | 203 | | 242 | [app-dev-tools](https://github.com/kentcdodds/app-dev-tools) | An example of how to create and hook up App DevTools to improve your development productivity of your application | kentcdodds | 123 | -| 243 | [carbon](https://github.com/carbon-design-system/carbon) | A design system built by IBM | carbon-design-system | 6898 | +| 243 | [carbon](https://github.com/carbon-design-system/carbon) | A design system built by IBM | carbon-design-system | 6899 | | 244 | [dom-testing-library](https://github.com/testing-library/dom-testing-library) | 🐙 Simple and complete DOM testing utilities that encourage good testing practices. | testing-library | 3162 | -| 245 | [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) | Mostly adequate guide to FP (in javascript) | MostlyAdequate | 22636 | +| 245 | [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) | Mostly adequate guide to FP (in javascript) | MostlyAdequate | 22637 | | 246 | [beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks) | 🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥 | antonioru | 6925 | -| 247 | [nodemon](https://github.com/remy/nodemon) | Monitor for any changes in your node.js application and automatically restart the server - perfect for development | remy | 25411 | +| 247 | [nodemon](https://github.com/remy/nodemon) | Monitor for any changes in your node.js application and automatically restart the server - perfect for development | remy | 25415 | | 248 | [memorystore](https://github.com/roccomuso/memorystore) | express-session full featured MemoryStore layer without leaks! | roccomuso | 112 | | 249 | [session](https://github.com/expressjs/session) | Simple session middleware for Express | expressjs | 6026 | | 250 | [node-cron](https://github.com/node-cron/node-cron) | A simple cron-like job scheduler for Node.js | node-cron | 2683 | -| 251 | [dotenv](https://github.com/motdotla/dotenv) | Loads environment variables from .env for nodejs projects. | motdotla | 17509 | +| 251 | [dotenv](https://github.com/motdotla/dotenv) | Loads environment variables from .env for nodejs projects. | motdotla | 17514 | | 252 | [css-in-js](https://github.com/MicheleBertoli/css-in-js) | React: CSS in JS techniques comparison | MicheleBertoli | 5514 | | 253 | [react-query-devtools](https://github.com/tannerlinsley/react-query-devtools) | ⚛️ Devtools for React Query | tannerlinsley | 988 | | 254 | [payment-icons](https://github.com/muffinresearch/payment-icons) | 💳 Payment / Ecommerce related svg icon packs | muffinresearch | 702 | -| 255 | [react-app-rewired](https://github.com/timarney/react-app-rewired) | Override create-react-app webpack configs without ejecting | timarney | 9651 | -| 256 | [heroicons](https://github.com/tailwindlabs/heroicons) | A set of free MIT-licensed high-quality SVG icons for UI development. | tailwindlabs | 19074 | -| 257 | [lowdb](https://github.com/typicode/lowdb) | Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. (supports Node, Electron and the browser) | typicode | 19839 | -| 258 | [hotel](https://github.com/typicode/hotel) | 🏩 A simple process manager for developers. Start apps from your browser and access them using local domains | typicode | 9904 | -| 259 | [json-server](https://github.com/typicode/json-server) | Get a full fake REST API with zero coding in less than 30 seconds (seriously) | typicode | 67915 | -| 260 | [easy6502](https://github.com/skilldrick/easy6502) | | skilldrick | 1138 | -| 261 | [6502js](https://github.com/skilldrick/6502js) | A JavaScript 6502 assembler and simulator | skilldrick | 417 | -| 262 | [gdb-frontend](https://github.com/rohanrhu/gdb-frontend) | ☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev | rohanrhu | 2629 | -| 263 | [react-redux-realworld-example-app](https://github.com/gothinkster/react-redux-realworld-example-app) | Exemplary real world application built with React + Redux | gothinkster | 5484 | -| 264 | [react-in-patterns](https://github.com/krasimir/react-in-patterns) | A free book that talks about design patterns/techniques used while developing with React. | krasimir | 12731 | +| 255 | [react-app-rewired](https://github.com/timarney/react-app-rewired) | Override create-react-app webpack configs without ejecting | timarney | 9653 | +| 256 | [heroicons](https://github.com/tailwindlabs/heroicons) | A set of free MIT-licensed high-quality SVG icons for UI development. | tailwindlabs | 19079 | +| 257 | [lowdb](https://github.com/typicode/lowdb) | Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. (supports Node, Electron and the browser) | typicode | 19844 | +| 258 | [hotel](https://github.com/typicode/hotel) | 🏩 A simple process manager for developers. Start apps from your browser and access them using local domains | typicode | 9905 | +| 259 | [json-server](https://github.com/typicode/json-server) | Get a full fake REST API with zero coding in less than 30 seconds (seriously) | typicode | 67930 | +| 260 | [easy6502](https://github.com/skilldrick/easy6502) | | skilldrick | 1140 | +| 261 | [6502js](https://github.com/skilldrick/6502js) | A JavaScript 6502 assembler and simulator | skilldrick | 418 | +| 262 | [gdb-frontend](https://github.com/rohanrhu/gdb-frontend) | ☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev | rohanrhu | 2631 | +| 263 | [react-redux-realworld-example-app](https://github.com/gothinkster/react-redux-realworld-example-app) | Exemplary real world application built with React + Redux | gothinkster | 5483 | +| 264 | [react-in-patterns](https://github.com/krasimir/react-in-patterns) | A free book that talks about design patterns/techniques used while developing with React. | krasimir | 12732 | | 265 | [ctags-patterns-for-javascript](https://github.com/romainl/ctags-patterns-for-javascript) | Exuberant Ctags Patterns for JavaScript | romainl | 406 | -| 266 | [react-most-wanted](https://github.com/TarikHuber/react-most-wanted) | React starter kit with "Most Wanted" application features | TarikHuber | 2410 | -| 267 | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | Static AST checker for a11y rules on JSX elements. | jsx-eslint | 3188 | +| 266 | [react-most-wanted](https://github.com/TarikHuber/react-most-wanted) | React starter kit with "Most Wanted" application features | TarikHuber | 2411 | +| 267 | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | Static AST checker for a11y rules on JSX elements. | jsx-eslint | 3189 | | 268 | [genie](https://github.com/kentcdodds/genie) | Keyboard control for web applications (better than cryptic shortcuts). 3.5K minified & gzipped | kentcdodds | 562 | -| 269 | [linux-dash](https://github.com/tariqbuilds/linux-dash) | A beautiful web dashboard for Linux | tariqbuilds | 10184 | -| 270 | [jira_clone](https://github.com/oldboyxx/jira_clone) | A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress. | oldboyxx | 9862 | +| 269 | [linux-dash](https://github.com/tariqbuilds/linux-dash) | A beautiful web dashboard for Linux | tariqbuilds | 10183 | +| 270 | [jira_clone](https://github.com/oldboyxx/jira_clone) | A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress. | oldboyxx | 9863 | | 271 | [casl-react-example](https://github.com/stalniy/casl-react-example) | Integration of CASL in React application | stalniy | 49 | -| 272 | [Surfingkeys](https://github.com/brookhong/Surfingkeys) | Map your keys for web surfing, expand your browser with javascript and keyboard. | brookhong | 4703 | +| 272 | [Surfingkeys](https://github.com/brookhong/Surfingkeys) | Map your keys for web surfing, expand your browser with javascript and keyboard. | brookhong | 4704 | | 273 | [flems](https://github.com/porsager/flems) | A single file web playground and sandbox | porsager | 427 | -| 274 | [react-virtualized](https://github.com/bvaughn/react-virtualized) | React components for efficiently rendering large lists and tabular data | bvaughn | 25181 | -| 275 | [react-draggable](https://github.com/react-grid-layout/react-draggable) | React draggable component | react-grid-layout | 8404 | -| 276 | [dragula](https://github.com/bevacqua/dragula) | :ok_hand: Drag and drop so simple it hurts | bevacqua | 21602 | +| 274 | [react-virtualized](https://github.com/bvaughn/react-virtualized) | React components for efficiently rendering large lists and tabular data | bvaughn | 25187 | +| 275 | [react-draggable](https://github.com/react-grid-layout/react-draggable) | React draggable component | react-grid-layout | 8407 | +| 276 | [dragula](https://github.com/bevacqua/dragula) | :ok_hand: Drag and drop so simple it hurts | bevacqua | 21604 | | 277 | [storeon](https://github.com/storeon/storeon) | 🌩 A tiny (185 bytes) event-based Redux-like state manager for React, Preact, Angular, Vue, and Svelte | storeon | 1943 | -| 278 | [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) | Beautiful and accessible drag and drop for lists with React | atlassian | 30572 | -| 279 | [awesome-web-animation](https://github.com/sergey-pimenov/awesome-web-animation) | A list of awesome web animation libraries, books, apps etc. | sergey-pimenov | 1197 | +| 278 | [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) | Beautiful and accessible drag and drop for lists with React | atlassian | 30577 | +| 279 | [awesome-web-animation](https://github.com/sergey-pimenov/awesome-web-animation) | A list of awesome web animation libraries, books, apps etc. | sergey-pimenov | 1198 | | 280 | [react-conf-2018](https://github.com/ryanflorence/react-conf-2018) | | ryanflorence | 644 | | 281 | [mobile-first-animation](https://github.com/aholachek/mobile-first-animation) | Gesture-driven animation on the mobile web (React Conf 2019) | aholachek | 2069 | -| 282 | [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) | :bathtub: Clean Code concepts adapted for JavaScript | ryanmcdermott | 84364 | +| 282 | [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) | :bathtub: Clean Code concepts adapted for JavaScript | ryanmcdermott | 84385 | | 283 | [styled-vue](https://github.com/egoist/styled-vue) | Use dynamic styles in Vue single-file components. | egoist | 427 | -| 284 | [bundlephobia](https://github.com/pastelsky/bundlephobia) | 🏋️ Find out the cost of adding a new frontend dependency to your project | pastelsky | 8128 | +| 284 | [bundlephobia](https://github.com/pastelsky/bundlephobia) | 🏋️ Find out the cost of adding a new frontend dependency to your project | pastelsky | 8131 | | 285 | [tiny-helpers](https://github.com/stefanjudis/tiny-helpers) | A collection of useful online web development tools | stefanjudis | 862 | -| 286 | [sheetjs](https://github.com/SheetJS/sheetjs) | 📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs | SheetJS | 33295 | +| 286 | [sheetjs](https://github.com/SheetJS/sheetjs) | 📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs | SheetJS | 33300 | | 287 | [react-datepicker](https://github.com/Hacker0x01/react-datepicker) | A simple and reusable datepicker component for React | Hacker0x01 | 7433 | -| 288 | [jest-dom](https://github.com/testing-library/jest-dom) | :owl: Custom jest matchers to test the state of the DOM | testing-library | 4027 | -| 289 | [react-developer-roadmap](https://github.com/adam-golab/react-developer-roadmap) | Roadmap to becoming a React developer | adam-golab | 18284 | +| 288 | [jest-dom](https://github.com/testing-library/jest-dom) | :owl: Custom jest matchers to test the state of the DOM | testing-library | 4028 | +| 289 | [react-developer-roadmap](https://github.com/adam-golab/react-developer-roadmap) | Roadmap to becoming a React developer | adam-golab | 18283 | | 290 | [react-hook-form-auto](https://github.com/dgonz64/react-hook-form-auto) | Automatic form generation using ReactHookForm | dgonz64 | 56 | | 291 | [spoof](https://github.com/feross/spoof) | Easily spoof your MAC address in macOS, Windows, & Linux! | feross | 1703 | | 292 | [open-pixel-art](https://github.com/twilio-labs/open-pixel-art) | A collaborative pixel art project to teach people how to contribute to open-source | twilio-labs | 556 | | 293 | [react-plastic](https://github.com/armsteadj1/react-plastic) | Scalable react display for a credit card using only the css from jessepollak's Card (https://github.com/jessepollak/card). | armsteadj1 | 21 | -| 294 | [stylus](https://github.com/openstyles/stylus) | Stylus - Userstyles Manager | openstyles | 4671 | +| 294 | [stylus](https://github.com/openstyles/stylus) | Stylus - Userstyles Manager | openstyles | 4673 | | 295 | [nwb](https://github.com/insin/nwb) | A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it) | insin | 5567 | -| 296 | [react-codemod](https://github.com/reactjs/react-codemod) | React codemod scripts | reactjs | 3993 | +| 296 | [react-codemod](https://github.com/reactjs/react-codemod) | React codemod scripts | reactjs | 3994 | | 297 | [sinopia](https://github.com/rlidwka/sinopia) | Private npm repository server | rlidwka | 5485 | -| 298 | [react](https://github.com/typescript-cheatsheets/react) | Cheatsheets for experienced React developers getting started with TypeScript | typescript-cheatsheets | 41802 | -| 299 | [didact](https://github.com/pomber/didact) | A DIY guide to build your own React | pomber | 5692 | -| 300 | [react-infinite-scroller](https://github.com/danbovey/react-infinite-scroller) | ⏬ Infinite scroll component for React in ES6 | danbovey | 3173 | +| 298 | [react](https://github.com/typescript-cheatsheets/react) | Cheatsheets for experienced React developers getting started with TypeScript | typescript-cheatsheets | 41817 | +| 299 | [didact](https://github.com/pomber/didact) | A DIY guide to build your own React | pomber | 5693 | +| 300 | [react-infinite-scroller](https://github.com/danbovey/react-infinite-scroller) | ⏬ Infinite scroll component for React in ES6 | danbovey | 3175 | | 301 | [JSUI](https://github.com/kitze/JSUI) | A powerful UI toolkit for managing JavaScript apps | kitze | 4243 | | 302 | [bold-challenge](https://github.com/macabeus/bold-challenge) | 🍷 BOLD challenge solution | macabeus | 1 | -| 303 | [Functional-Light-JS](https://github.com/getify/Functional-Light-JS) | Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. | getify | 16244 | -| 304 | [downshift](https://github.com/downshift-js/downshift) | 🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | downshift-js | 11541 | +| 303 | [Functional-Light-JS](https://github.com/getify/Functional-Light-JS) | Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. | getify | 16247 | +| 304 | [downshift](https://github.com/downshift-js/downshift) | 🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. | downshift-js | 11542 | | 305 | [react-reuse-patterns](https://github.com/rommguy/react-reuse-patterns) | Code for meetup on code reuse patterns in React apps | rommguy | 20 | -| 306 | [goober](https://github.com/cristianbote/goober) | 🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API | cristianbote | 2935 | +| 306 | [goober](https://github.com/cristianbote/goober) | 🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API | cristianbote | 2937 | | 307 | [styled-miniresetcss](https://github.com/sigfriedCub1990/styled-miniresetcss) | Jeremy Thomas's minireset CSS | sigfriedCub1990 | 3 | -| 308 | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | React-specific linting rules for ESLint | jsx-eslint | 8579 | +| 308 | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | React-specific linting rules for ESLint | jsx-eslint | 8581 | | 309 | [react-number-format](https://github.com/s-yadav/react-number-format) | React component to format numbers in an input or as a text. | s-yadav | 3582 | -| 310 | [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) | ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets | DrkSephy | 13332 | +| 310 | [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) | ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets | DrkSephy | 13334 | | 311 | [create-react-library](https://github.com/DimiMikadze/create-react-library) | React NPM library starter kit based on Facebook's create react app | DimiMikadze | 604 | -| 312 | [algorithm-visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer) | :fireworks:Interactive Online Platform that Visualizes Algorithms from Code | algorithm-visualizer | 43758 | +| 312 | [algorithm-visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer) | :fireworks:Interactive Online Platform that Visualizes Algorithms from Code | algorithm-visualizer | 43770 | | 313 | [cleave.js](https://github.com/nosir/cleave.js) | Format input text content when you are typing... | nosir | 17849 | | 314 | [react-flatpickr](https://github.com/haoxins/react-flatpickr) | flatpickr for React | haoxins | 578 | -| 315 | [prettier](https://github.com/prettier/prettier) | Prettier is an opinionated code formatter. | prettier | 46335 | +| 315 | [prettier](https://github.com/prettier/prettier) | Prettier is an opinionated code formatter. | prettier | 46351 | | 316 | [react-interactive-paycard](https://github.com/jasminmif/react-interactive-paycard) | Interactive React Paycard | jasminmif | 2197 | -| 317 | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | Turns off all rules that are unnecessary or might conflict with Prettier. | prettier | 4748 | -| 318 | [react-adaptive-hooks](https://github.com/GoogleChromeLabs/react-adaptive-hooks) | Deliver experiences best suited to a user's device and network constraints | GoogleChromeLabs | 5042 | -| 319 | [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci) | Automate running Lighthouse for every commit, viewing the changes, and preventing regressions | GoogleChrome | 5928 | +| 317 | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | Turns off all rules that are unnecessary or might conflict with Prettier. | prettier | 4753 | +| 318 | [react-adaptive-hooks](https://github.com/GoogleChromeLabs/react-adaptive-hooks) | Deliver experiences best suited to a user's device and network constraints | GoogleChromeLabs | 5043 | +| 319 | [lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci) | Automate running Lighthouse for every commit, viewing the changes, and preventing regressions | GoogleChrome | 5930 | | 320 | [tenko](https://github.com/pvdz/tenko) | An 100% spec compliant ES2021 JavaScript parser written in JS | pvdz | 504 | | 321 | [suspense-experimental-github-demo](https://github.com/gaearon/suspense-experimental-github-demo) | Sample project built with Suspense to demonstrate render-as-you-fetch | gaearon | 807 | -| 322 | [casl](https://github.com/stalniy/casl) | CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access | stalniy | 5028 | -| 323 | [awesome-earth](https://github.com/philsturgeon/awesome-earth) | "What can I do about the climate crisis?" Here are 326 things you can do. | philsturgeon | 1269 | -| 324 | [awesome-mac](https://github.com/jaywcjlove/awesome-mac) |  Now we have become very big, Different from the original idea. Collect premium software in various categories. | jaywcjlove | 62456 | +| 322 | [casl](https://github.com/stalniy/casl) | CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access | stalniy | 5031 | +| 323 | [awesome-earth](https://github.com/philsturgeon/awesome-earth) | "What can I do about the climate crisis?" Here are 326 things you can do. | philsturgeon | 1270 | +| 324 | [awesome-mac](https://github.com/jaywcjlove/awesome-mac) |  Now we have become very big, Different from the original idea. Collect premium software in various categories. | jaywcjlove | 62496 | | 325 | [hr-til](https://github.com/Nearsoft/hr-til) | Today I Learned | Nearsoft | 4 | -| 326 | [broadcast-channel](https://github.com/pubkey/broadcast-channel) | :satellite: BroadcastChannel to send data between different browser-tabs or nodejs-processes :satellite: + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/ | pubkey | 1554 | -| 327 | [git-point](https://github.com/gitpoint/git-point) | GitHub in your pocket :iphone: | gitpoint | 4678 | +| 326 | [broadcast-channel](https://github.com/pubkey/broadcast-channel) | :satellite: BroadcastChannel to send data between different browser-tabs or nodejs-processes :satellite: + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/ | pubkey | 1555 | +| 327 | [git-point](https://github.com/gitpoint/git-point) | GitHub in your pocket :iphone: | gitpoint | 4679 | | 328 | [thorium](https://github.com/Thorium-Sim/thorium) | Platform for starship simulator controls | Thorium-Sim | 140 | | 329 | [styled-breakpoints](https://github.com/mg901/styled-breakpoints) | Simple and powerful breakpoints for styled components and emotion. | mg901 | 538 | -| 330 | [swiper](https://github.com/nolimits4web/swiper) | Most modern mobile touch slider with hardware accelerated transitions | nolimits4web | 35952 | +| 330 | [swiper](https://github.com/nolimits4web/swiper) | Most modern mobile touch slider with hardware accelerated transitions | nolimits4web | 35977 | | 331 | [babel-plugin-transform-commonjs](https://github.com/tbranyen/babel-plugin-transform-commonjs) | A Babel 7 plugin transform to convert CommonJS into ES Modules | tbranyen | 81 | | 332 | [dailyhack](https://github.com/mddanishyusuf/dailyhack) | 🐱‍💻 Tiny Tiny Hacks we use in our daily life. | mddanishyusuf | 147 | | 333 | [Villain](https://github.com/btzr-io/Villain) | A free and open source web-based comic book reader. | btzr-io | 247 | @@ -985,293 +987,292 @@ | 335 | [tracing-paper-sketching](https://github.com/dodie/tracing-paper-sketching) | Android App to copy images from the screen to physical paper. | dodie | 15 | | 336 | [streetmix](https://github.com/streetmix/streetmix) | Streetmix makes it easy for people to design public spaces together. | streetmix | 617 | | 337 | [hacktoberfest-checker](https://github.com/jenkoian/hacktoberfest-checker) | 🎃 Check how you're doing in hacktoberfest | jenkoian | 766 | -| 338 | [debug](https://github.com/debug-js/debug) | A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers | debug-js | 10779 | +| 338 | [debug](https://github.com/debug-js/debug) | A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers | debug-js | 10781 | | 339 | [react-lazy-load-image-component](https://github.com/Aljullu/react-lazy-load-image-component) | React Component to lazy load images and components using a HOC to track window scroll position. | Aljullu | 1251 | | 340 | [react-simple-img](https://github.com/beekai-oss/react-simple-img) | 🌅 React lazy load images with IntersectionObserver API and Priority Hints | beekai-oss | 989 | | 341 | [react-images](https://github.com/jossmac/react-images) | 🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS | jossmac | 2342 | | 342 | [tinydate](https://github.com/lukeed/tinydate) | A tiny (349B) reusable date formatter. Extremely fast! | lukeed | 1060 | -| 343 | [iptv](https://github.com/iptv-org/iptv) | Collection of publicly available IPTV channels from all over the world | iptv-org | 67107 | +| 343 | [iptv](https://github.com/iptv-org/iptv) | Collection of publicly available IPTV channels from all over the world | iptv-org | 67153 | | 344 | [moon](https://github.com/kbrsh/moon) | 🌙 The minimal & fast library for functional user interfaces | kbrsh | 6023 | | 345 | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | ESLint plugin for Prettier formatting | prettier | 2933 | | 346 | [lesspass](https://github.com/lesspass/lesspass) | :key: stateless open source password manager | lesspass | 5510 | | 347 | [prettier-browser-extension](https://github.com/prettier/prettier-browser-extension) | Prettier Browser Extension | prettier | 195 | -| 348 | [vanilla-lazyload](https://github.com/verlok/vanilla-lazyload) | LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading. | verlok | 7376 | +| 348 | [vanilla-lazyload](https://github.com/verlok/vanilla-lazyload) | LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading. | verlok | 7377 | | 349 | [learn-graphql](https://github.com/hasura/learn-graphql) | Real world GraphQL tutorials for frontend developers with deadlines! | hasura | 1124 | | 350 | [mdx-deck](https://github.com/jxnblk/mdx-deck) | ♠️ React MDX-based presentation decks | jxnblk | 11151 | | 351 | [redux-state-sync](https://github.com/aohua/redux-state-sync) | A lightweight middleware to sync your redux state across browser tabs | aohua | 221 | | 352 | [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) | A fully accessible React modal built according WAI-ARIA Authoring Practices | davidtheclark | 1014 | -| 353 | [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension) | Redux DevTools extension. | zalmoxisus | 13475 | +| 353 | [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension) | Redux DevTools extension. | zalmoxisus | 13476 | | 354 | [dev-arcade](https://github.com/joshbuchea/dev-arcade) | 🕹 Play Games, Level Up — Web based games for designers & developers | joshbuchea | 6 | | 355 | [error-overlay-webpack-plugin](https://github.com/gregberge/error-overlay-webpack-plugin) | Catch errors with style 💥✨ | gregberge | 876 | | 356 | [hooks](https://github.com/joshbuchea/hooks) | React Hooks | joshbuchea | 2 | -| 357 | [node-express-realworld-example-app](https://github.com/gothinkster/node-express-realworld-example-app) | | gothinkster | 3470 | +| 357 | [node-express-realworld-example-app](https://github.com/gothinkster/node-express-realworld-example-app) | | gothinkster | 3469 | | 358 | [stargazed](https://github.com/abhijithvijayan/stargazed) | 📋 Creating your own Awesome List of GitHub stars! | abhijithvijayan | 444 | | 359 | [react-graceful-image](https://github.com/linasmnew/react-graceful-image) | An image component for gracefully dealing with image errors by providing optional lazy loading, optional placeholder and configurable retries on failure | linasmnew | 323 | -| 360 | [markdown-it](https://github.com/markdown-it/markdown-it) | Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed | markdown-it | 15790 | -| 361 | [shiori](https://github.com/go-shiori/shiori) | Simple bookmark manager built with Go | go-shiori | 7528 | +| 360 | [markdown-it](https://github.com/markdown-it/markdown-it) | Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed | markdown-it | 15797 | +| 361 | [shiori](https://github.com/go-shiori/shiori) | Simple bookmark manager built with Go | go-shiori | 7532 | | 362 | [fullstackopen-2019.github.io](https://github.com/fullstackopen-2019/fullstackopen-2019.github.io) | | fullstackopen-2019 | 345 | | 363 | [tabcenter-redux](https://github.com/eoger/tabcenter-redux) | Vertical Tabs extension for Firefox | eoger | 374 | -| 364 | [exceljs](https://github.com/exceljs/exceljs) | Excel Workbook Manager | exceljs | 11642 | -| 365 | [router](https://github.com/reach/router) | | reach | 6930 | +| 364 | [exceljs](https://github.com/exceljs/exceljs) | Excel Workbook Manager | exceljs | 11649 | +| 365 | [router](https://github.com/reach/router) | | reach | 6929 | | 366 | [GraphCMS-cache-boilerplate](https://github.com/UnlyEd/GraphCMS-cache-boilerplate) | Provides a reliable cache contingency backup plan in case a GraphCMS/GraphQL endpoint is failing. | UnlyEd | 25 | -| 367 | [knex](https://github.com/knex/knex) | A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. | knex | 17839 | -| 368 | [cors](https://github.com/expressjs/cors) | Node.js CORS middleware | expressjs | 5817 | +| 367 | [knex](https://github.com/knex/knex) | A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. | knex | 17841 | +| 368 | [cors](https://github.com/expressjs/cors) | Node.js CORS middleware | expressjs | 5819 | | 369 | [quick-lru](https://github.com/sindresorhus/quick-lru) | Simple “Least Recently Used” (LRU) cache | sindresorhus | 581 | -| 370 | [react-testing-library](https://github.com/testing-library/react-testing-library) | 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. | testing-library | 18032 | -| 371 | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/. | webpack | 7666 | -| 372 | [Detox](https://github.com/wix/Detox) | Gray box end-to-end testing and automation framework for mobile apps | wix | 10508 | +| 370 | [react-testing-library](https://github.com/testing-library/react-testing-library) | 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. | testing-library | 18036 | +| 371 | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/. | webpack | 7665 | +| 372 | [Detox](https://github.com/wix/Detox) | Gray box end-to-end testing and automation framework for mobile apps | wix | 10510 | | 373 | [mc.js](https://github.com/shaoruu/mc.js) | Open source Minecraft clone built with ThreeJS, ReactJS, GraphQL, and NodeJS. | shaoruu | 2691 | -| 374 | [cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | cypress-io | 44323 | +| 374 | [cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | cypress-io | 44335 | | 375 | [TypL](https://github.com/getify/TypL) | The Type Linter for JS | getify | 358 | | 376 | [pretty-quick](https://github.com/azz/pretty-quick) | ⚡ Get Pretty Quick | azz | 2087 | -| 377 | [react-hooks](https://github.com/kentcdodds/react-hooks) | Learn React Hooks! 🎣 ⚛ | kentcdodds | 2629 | +| 377 | [react-hooks](https://github.com/kentcdodds/react-hooks) | Learn React Hooks! 🎣 ⚛ | kentcdodds | 2630 | | 378 | [nextjs-apollo-graphql](https://github.com/necccc/nextjs-apollo-graphql) | Proof-of-concept site using NextJS, Apollo GraphQL, React and Carbon Components | necccc | 51 | | 379 | [star-wars-guide](https://github.com/tbone849/star-wars-guide) | | tbone849 | 29 | -| 380 | [sanctuary](https://github.com/sanctuary-js/sanctuary) | :see_no_evil: Refuge from unsafe JavaScript | sanctuary-js | 2988 | -| 381 | [sequelize](https://github.com/sequelize/sequelize) | Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i. | sequelize | 28170 | +| 380 | [sanctuary](https://github.com/sanctuary-js/sanctuary) | :see_no_evil: Refuge from unsafe JavaScript | sanctuary-js | 2989 | +| 381 | [sequelize](https://github.com/sequelize/sequelize) | Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i. | sequelize | 28174 | | 382 | [write-free-science-books-to-get-famous-website](https://github.com/cirosantilli/write-free-science-books-to-get-famous-website) | MOVING to: https://cirosantilli.com/write-free-books-to-get-famous-website Mission: live in a world where you can learn university-level mathematics, physics, chemistry, biology and engineering for free whenever you want from perfect open source books made for free by random people who want to get famous to get better paying jobs. 使命:生活在一个世界上,您可以随时随地免费获得完全随机的,希望成名以求高薪工作的人免费制作的完美开源书籍,免费学习大学级数学,物理学,化学,生物学和工程学。 | cirosantilli | 125 | | 383 | [jquery-annotated-source](https://github.com/robflaherty/jquery-annotated-source) | jQuery Annotated Source | robflaherty | 714 | | 384 | [react-project](https://github.com/wdjungst/react-project) | State of the art web development with React.js. | wdjungst | 1833 | -| 385 | [unfetch](https://github.com/developit/unfetch) | 🐕 Bare minimum 500b fetch polyfill. | developit | 5621 | -| 386 | [next.js](https://github.com/vercel/next.js) | The React Framework | vercel | 109818 | -| 387 | [github-do-not-ban-us](https://github.com/1995parham/github-do-not-ban-us) | GitHub do not ban us from open source world :iran: | 1995parham | 11822 | -| 388 | [gulp-babel](https://github.com/babel/gulp-babel) | Gulp plugin for Babel | babel | 1323 | -| 389 | [spine](https://github.com/spine/spine) | Lightweight MVC library for building JavaScript applications | spine | 3634 | -| 390 | [remote-jobs](https://github.com/remoteintech/remote-jobs) | A list of semi to fully remote-friendly companies (jobs) in tech. | remoteintech | 25124 | -| 391 | [react-motion](https://github.com/chenglou/react-motion) | A spring that solves your animation problems. | chenglou | 21530 | -| 392 | [animated](https://github.com/animatedjs/animated) | Declarative Animations Library for React and React Native | animatedjs | 1853 | -| 393 | [sharec](https://github.com/sharecjs/sharec) | 📦 Store your configs in one place and manage across projects easily | sharecjs | 252 | -| 394 | [gulp-clean-css](https://github.com/scniro/gulp-clean-css) | Minify css with clean-css. | scniro | 650 | -| 395 | [micromatch](https://github.com/micromatch/micromatch) | Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, taro, bulma, browser-sync, documentation.js, stylelint, nyc, ava, and many others! Please follow micromatch's author: https://github.com/jonschlinkert | micromatch | 2450 | -| 396 | [globby](https://github.com/sindresorhus/globby) | User-friendly glob matching | sindresorhus | 2354 | -| 397 | [gulp-sass](https://github.com/dlmanning/gulp-sass) | SASS plugin for gulp | dlmanning | 1566 | -| 398 | [webpack-stream](https://github.com/shama/webpack-stream) | :tropical_drink: Run webpack through a stream interface | shama | 1392 | -| 399 | [javascript](https://github.com/AllAlgorithms/javascript) | Implementation of All ▲lgorithms in Javascript Programming Language | AllAlgorithms | 81 | -| 400 | [monaco-editor](https://github.com/microsoft/monaco-editor) | A browser based code editor | microsoft | 35091 | -| 401 | [hiring-without-whiteboards](https://github.com/poteto/hiring-without-whiteboards) | ⭐️ Companies that don't have a broken hiring process | poteto | 37654 | -| 402 | [autoprefixer](https://github.com/postcss/autoprefixer) | Parse CSS and add vendor prefixes to rules by Can I Use | postcss | 21104 | -| 403 | [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) | Prefix CSS | sindresorhus | 694 | -| 404 | [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) | Sourcemap support for gulpjs. | gulp-sourcemaps | 1094 | -| 405 | [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) | Minify PNG, JPEG, GIF and SVG images | sindresorhus | 1896 | -| 406 | [lazyload](https://github.com/tuupola/lazyload) | Vanilla JavaScript plugin for lazyloading images | tuupola | 8736 | -| 407 | [gulp-watch](https://github.com/floatdrop/gulp-watch) | Watch, that actually is an endless stream | floatdrop | 647 | -| 408 | [gulp-debug](https://github.com/sindresorhus/gulp-debug) | Debug Vinyl file streams to see what files are run through your Gulp pipeline | sindresorhus | 223 | -| 409 | [browserify-handbook](https://github.com/browserify/browserify-handbook) | how to build modular applications with browserify | browserify | 4563 | -| 410 | [awesome-gulp](https://github.com/alferov/awesome-gulp) | :tropical_drink: A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp | alferov | 605 | -| 411 | [gulp](https://github.com/gulpjs/gulp) | A toolkit to automate & enhance your workflow | gulpjs | 32789 | -| 412 | [mootools-core](https://github.com/mootools/mootools-core) | MooTools Core Repository | mootools | 2623 | -| 413 | [SpaceX-API](https://github.com/r-spacex/SpaceX-API) | :rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data. | r-spacex | 9949 | -| 414 | [objection.js](https://github.com/Vincit/objection.js) | An SQL-friendly ORM for Node.js | Vincit | 7042 | -| 415 | [csswand](https://github.com/oliver-gomes/csswand) | 🎨✨ Hover your wand and use your magic spell to copy beautiful css | oliver-gomes | 1168 | -| 416 | [toy-rx](https://github.com/staltz/toy-rx) | A tiny implementation of RxJS that actually works, for learning | staltz | 293 | -| 417 | [polydev](https://github.com/ericclemmons/polydev) | Faster, route-centric development for Node.js apps with built-in Hot Module Replacement. | ericclemmons | 284 | -| 418 | [lazysizes](https://github.com/aFarkas/lazysizes) | High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration. | aFarkas | 16981 | -| 419 | [responsive_breakpoints_generator](https://github.com/cloudinary/responsive_breakpoints_generator) | | cloudinary | 430 | -| 420 | [svgomg](https://github.com/jakearchibald/svgomg) | Web GUI for SVGO | jakearchibald | 5420 | -| 421 | [GSAP](https://github.com/greensock/GSAP) | GreenSock's GSAP JavaScript animation library (including Draggable). | greensock | 16846 | -| 422 | [bluebird](https://github.com/petkaantonov/bluebird) | :bird: :zap: Bluebird is a full featured promise library with unmatched performance. | petkaantonov | 20332 | -| 423 | [eleventy](https://github.com/11ty/eleventy) | A simpler site generator. Transforms a directory of templates (of varying types) into HTML. | 11ty | 14775 | -| 424 | [esx](https://github.com/esxjs/esx) | Like JSX, but native and fast | esxjs | 647 | -| 425 | [fusuma](https://github.com/hiroppy/fusuma) | ✍️Fusuma makes slides with Markdown easily. | hiroppy | 5325 | -| 426 | [tornis](https://github.com/robb0wen/tornis) | Tornis helps you watch and respond to changes in your browser's viewport 🌲 | robb0wen | 1568 | -| 427 | [create-react-app](https://github.com/facebook/create-react-app) | Set up a modern web app by running one command. | facebook | 100482 | -| 428 | [dinoql](https://github.com/victorvoid/dinoql) | A customizable GraphQL style query language for interacting with JavaScript objects. | victorvoid | 1053 | -| 429 | [pedalboard](https://github.com/trys/pedalboard) | JS Pedalboard | trys | 146 | -| 430 | [browserslist](https://github.com/browserslist/browserslist) | 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env | browserslist | 12191 | -| 431 | [husky](https://github.com/typicode/husky) | Git hooks made easy 🐶 woof! | typicode | 29912 | -| 432 | [graphql-network](https://github.com/Ghirro/graphql-network) | Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily. | Ghirro | 320 | -| 433 | [carbon](https://github.com/carbon-app/carbon) | :black_heart: Create and share beautiful images of your source code | carbon-app | 32991 | -| 434 | [svelte](https://github.com/sveltejs/svelte) | Cybernetically enhanced web apps | sveltejs | 71600 | -| 435 | [react-apollo](https://github.com/apollographql/react-apollo) | :recycle: React integration for Apollo Client | apollographql | 6896 | -| 436 | [dsa.js-data-structures-algorithms-javascript](https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript) | 🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook | amejiarosario | 7324 | -| 437 | [history-of-javascript](https://github.com/myshov/history-of-javascript) | Project "History of JavaScript" | myshov | 856 | -| 438 | [site-palette](https://github.com/sthobis/site-palette) | 🎨 Generate color palette from a website url. | sthobis | 12 | -| 439 | [json5](https://github.com/json5/json5) | JSON5 — JSON for Humans | json5 | 5960 | -| 440 | [jspaint](https://github.com/1j01/jspaint) | 🎨 Classic MS Paint, REVIVED + ✨Extras | 1j01 | 6830 | -| 441 | [morphdom](https://github.com/patrick-steele-idem/morphdom) | Fast and lightweight DOM diffing/patching (no virtual DOM needed) | patrick-steele-idem | 2867 | -| 442 | [glicky](https://github.com/alex-saunders/glicky) | 🐭 An In-browser User Interface For JavaScript Development Workflows | alex-saunders | 828 | -| 443 | [filemanager-webpack-plugin](https://github.com/gregnb/filemanager-webpack-plugin) | Copy, move, archive (zip/tar/tar.gz), delete files and directories before and after Webpack builds. Win32/Mac/*Nix supported | gregnb | 436 | -| 444 | [computer-science](https://github.com/davidshariff/computer-science) | Contains the basic fundamental data structures and algorithms a front end engineer should know, written all in JavaScript. | davidshariff | 851 | -| 445 | [preact](https://github.com/preactjs/preact) | ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. | preactjs | 34820 | -| 446 | [preact-cli](https://github.com/preactjs/preact-cli) | 😺 Your next Preact PWA starts in 30 seconds. | preactjs | 4661 | -| 447 | [new-component](https://github.com/joshwcomeau/new-component) | ⚛ ⚡ CLI utility for quickly creating new React components. ⚡ ⚛ | joshwcomeau | 606 | -| 448 | [learnGitBranching](https://github.com/pcottle/learnGitBranching) | An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git! | pcottle | 28115 | -| 449 | [mojibar](https://github.com/muan/mojibar) | :tangerine: Emoji searcher but as a menubar app. | muan | 2038 | -| 450 | [just-enough-fp-lessons](https://github.com/kyleshevlin/just-enough-fp-lessons) | Introductory lessons to functional programming in JavaScript | kyleshevlin | 175 | -| 451 | [ogl](https://github.com/oframe/ogl) | Minimal WebGL Library | oframe | 3129 | -| 452 | [lax.js](https://github.com/alexfoxy/lax.js) | Simple & lightweight (&lt;4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll. | alexfoxy | 10006 | -| 453 | [gridsome](https://github.com/gridsome/gridsome) | ⚡️ The Jamstack framework for Vue.js | gridsome | 8486 | -| 454 | [getting-started-with-cdp](https://github.com/aslushnikov/getting-started-with-cdp) | Getting Started With Chrome DevTools Protocol | aslushnikov | 271 | -| 455 | [Awesome-Design-Tools](https://github.com/goabstract/Awesome-Design-Tools) | The best design tools and plugins for everything 👉 | goabstract | 29021 | -| 456 | [Fuse](https://github.com/krisk/Fuse) | Lightweight fuzzy-search, in JavaScript | krisk | 16327 | -| 457 | [vuex](https://github.com/vuejs/vuex) | 🗃️ Centralized State Management for Vue.js. | vuejs | 28091 | -| 458 | [vue-rx](https://github.com/vuejs/vue-rx) | 👁️ RxJS integration for Vue.js. | vuejs | 3330 | -| 459 | [talks](https://github.com/peerigon/talks) | Everything @peerigon talks about... | peerigon | 34 | -| 460 | [country-flags](https://github.com/hampusborgos/country-flags) | SVG and PNG renders of all countries' flags. | hampusborgos | 3024 | -| 461 | [tutorials](https://github.com/codebar/tutorials) | 🗒 codebar's tutorials | codebar | 245 | -| 462 | [strapi](https://github.com/strapi/strapi) | 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. | strapi | 55238 | -| 463 | [browsersl.ist](https://github.com/browserslist/browsersl.ist) | This website uses Browserslist and Can I Use to display the compatible browsers for a browsers query. | browserslist | 286 | -| 464 | [eslint-config-wesbos](https://github.com/wesbos/eslint-config-wesbos) | No-Sweat™ Eslint and Prettier Setup - with or without VS Code | wesbos | 2653 | -| 465 | [bull](https://github.com/OptimalBits/bull) | Premium Queue package for handling distributed jobs and messages in NodeJS. | OptimalBits | 14252 | -| 466 | [overreacted.io](https://github.com/gaearon/overreacted.io) | Personal blog by Dan Abramov. | gaearon | 6717 | -| 467 | [taskbook](https://github.com/klaudiosinani/taskbook) | Tasks, boards & notes for the command-line habitat | klaudiosinani | 8790 | -| 468 | [qoa](https://github.com/klaudiosinani/qoa) | Minimal interactive command-line prompts | klaudiosinani | 2044 | -| 469 | [not-paid](https://github.com/kleampa/not-paid) | Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away | kleampa | 10030 | -| 470 | [vuelidate](https://github.com/vuelidate/vuelidate) | Simple, lightweight model-based validation for Vue.js | vuelidate | 6688 | -| 471 | [insomnia](https://github.com/Kong/insomnia) | The open-source, cross-platform API client for GraphQL, REST, WebSockets and gRPC. | Kong | 29862 | -| 472 | [creative-portfolios](https://github.com/iRaul/creative-portfolios) | 🌀 A curated list of Creative Portfolios | iRaul | 2676 | -| 473 | [little-virtual-computer](https://github.com/jsdf/little-virtual-computer) | Learn how computers work by simulating them in Javascript | jsdf | 851 | -| 474 | [learning-graphql](https://github.com/mugli/learning-graphql) | An attempt to learn GraphQL | mugli | 934 | -| 475 | [extension-boilerplate](https://github.com/EmailThis/extension-boilerplate) | ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox. | EmailThis | 3193 | -| 476 | [signale](https://github.com/klaudiosinani/signale) | Highly configurable logging utility | klaudiosinani | 8819 | -| 477 | [wey](https://github.com/yue/wey) | Fast open source Slack desktop app | yue | 1669 | -| 478 | [microservices-example](https://github.com/fChristenson/microservices-example) | | fChristenson | 252 | -| 479 | [The-boring-server-architecture](https://github.com/fChristenson/The-boring-server-architecture) | | fChristenson | 18 | -| 480 | [flux](https://github.com/facebookarchive/flux) | Application Architecture for Building User Interfaces | facebookarchive | 17399 | -| 481 | [mailgun-js-boland](https://github.com/mailgun/mailgun-js-boland) | A simple Node.js helper module for Mailgun API. | mailgun | 898 | -| 482 | [nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) | ⚙️ NGINX config generator on steroids 💉 | digitalocean | 25989 | -| 483 | [DoodleMaster](https://github.com/karanchahal/DoodleMaster) | "Don't code your UI, Draw it !" | karanchahal | 2437 | -| 484 | [bem](https://github.com/fChristenson/bem) | | fChristenson | 1 | -| 485 | [bootstrap-select](https://github.com/snapappointments/bootstrap-select) | :rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. | snapappointments | 9765 | -| 486 | [router](https://github.com/pillarjs/router) | Simple middleware-style router | pillarjs | 393 | -| 487 | [itsy-bitsy-data-structures](https://github.com/jamiebuilds/itsy-bitsy-data-structures) | :european_castle: All the things you didn't know you wanted to know about data structures | jamiebuilds | 8532 | -| 488 | [invaderz](https://github.com/victorqribeiro/invaderz) | Space invaders, but the invaders evolve with genetic algorithm | victorqribeiro | 705 | -| 489 | [33-js-concepts](https://github.com/leonardomso/33-js-concepts) | 📜 33 JavaScript concepts every developer should know. | leonardomso | 57053 | -| 490 | [ervy](https://github.com/chunqiuyiyu/ervy) | Bring charts to terminal. | chunqiuyiyu | 1575 | -| 491 | [supertest](https://github.com/ladjs/supertest) | 🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs. | ladjs | 13148 | -| 492 | [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | Short code snippets for all your development needs | 30-seconds | 114441 | -| 493 | [babel-loader](https://github.com/babel/babel-loader) | 📦 Babel loader for webpack | babel | 4746 | -| 494 | [Learning-how-to-count](https://github.com/SophiaZhyrovetska/Learning-how-to-count) | Combinatorics | SophiaZhyrovetska | 1 | -| 495 | [js-combinatorics](https://github.com/dankogai/js-combinatorics) | power set, combination, permutation and more in JavaScript | dankogai | 726 | -| 496 | [lets-build-express](https://github.com/antsmartian/lets-build-express) | This repo contains chapters which explains how one can build a minimal express library. | antsmartian | 841 | -| 497 | [Modern-JavaScript-Curriculum](https://github.com/tylermcginnis/Modern-JavaScript-Curriculum) | Curriculum for TylerMcGinnis.com's "Modern JavaScript" course. | tylermcginnis | 107 | -| 498 | [html5please](https://github.com/h5bp/html5please) | Graded Feature Support: Look up web technologies and find out if they are ready for use. | h5bp | 832 | -| 499 | [jquery](https://github.com/jquery/jquery) | jQuery JavaScript Library | jquery | 57714 | -| 500 | [You-Dont-Need-Momentjs](https://github.com/you-dont-need/You-Dont-Need-Momentjs) | List of functions which you can use to replace moment.js + ESLint Plugin | you-dont-need | 13151 | -| 501 | [markdown-here](https://github.com/adam-p/markdown-here) | Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. | adam-p | 59084 | -| 502 | [callback-hell](https://github.com/maxogden/callback-hell) | information about async javascript programming | maxogden | 808 | -| 503 | [blessed](https://github.com/chjj/blessed) | A high-level terminal interface library for node.js. | chjj | 10944 | -| 504 | [bcrypt.js](https://github.com/dcodeIO/bcrypt.js) | Optimized bcrypt in plain JavaScript with zero dependencies. | dcodeIO | 3287 | -| 505 | [moment-timezone](https://github.com/moment/moment-timezone) | Timezone support for moment.js | moment | 3745 | -| 506 | [momentjs.com](https://github.com/moment/momentjs.com) | The website for momentjs | moment | 628 | -| 507 | [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) | a vue2.0 minimal admin template | PanJiaChen | 18699 | -| 508 | [fancy-log](https://github.com/gulpjs/fancy-log) | Log things, prefixed with a timestamp. | gulpjs | 113 | -| 509 | [chalk](https://github.com/chalk/chalk) | 🖍 Terminal string styling done right | chalk | 20561 | -| 510 | [dayjs](https://github.com/iamkun/dayjs) | ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API | iamkun | 43733 | -| 511 | [WatermelonDB](https://github.com/Nozbe/WatermelonDB) | 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ | Nozbe | 9265 | -| 512 | [sqorn](https://github.com/sqorn/sqorn) | A Javascript library for building SQL queries | sqorn | 1878 | -| 513 | [shelljs](https://github.com/shelljs/shelljs) | :shell: Portable Unix shell commands for Node.js | shelljs | 13895 | -| 514 | [compressing](https://github.com/node-modules/compressing) | Everything you need for compressing and uncompressing | node-modules | 387 | -| 515 | [kody](https://github.com/jh3y/kody) | .files and environment configuration manager created with node | jh3y | 133 | -| 516 | [npm-run-all](https://github.com/mysticatea/npm-run-all) | A CLI tool to run multiple npm-scripts in parallel or sequential. | mysticatea | 5422 | -| 517 | [httparchive.org](https://github.com/HTTPArchive/httparchive.org) | The HTTP Archive website hosted on App Engine | HTTPArchive | 301 | -| 518 | [stocks](https://github.com/austintackaberry/stocks) | machine learning web app game where the user competes against the AI in picking stocks | austintackaberry | 126 | -| 519 | [pdfmake](https://github.com/bpampuch/pdfmake) | Client/server side PDF printing in pure JavaScript | bpampuch | 10911 | -| 520 | [deb.js](https://github.com/krasimir/deb.js) | Minimalistic JavaScript library for debugging in the browser | krasimir | 1433 | -| 521 | [insight](https://github.com/3Dparallax/insight) | A helpful Chrome extension for WebGL development | 3Dparallax | 907 | -| 522 | [_-](https://github.com/sigfriedCub1990/_-) | You Might Not Need jQuery | sigfriedCub1990 | 3 | -| 523 | [janitor](https://github.com/JanitorTechnology/janitor) | The fastest development system in the world. | JanitorTechnology | 124 | -| 524 | [jquery-validation](https://github.com/jquery-validation/jquery-validation) | jQuery Validation Plugin library sources | jquery-validation | 10303 | -| 525 | [jQuery-Form-Validator](https://github.com/victorjonsson/jQuery-Form-Validator) | [DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code. | victorjonsson | 972 | -| 526 | [Snap.svg](https://github.com/adobe-webplatform/Snap.svg) | The JavaScript library for modern SVG graphics. | adobe-webplatform | 13754 | -| 527 | [localForage](https://github.com/localForage/localForage) | 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. | localForage | 22606 | -| 528 | [js-crud-api](https://github.com/mevdschee/js-crud-api) | A Node.js port of the full php-crud-api project (single file REST API) | mevdschee | 20 | -| 529 | [browsh](https://github.com/browsh-org/browsh) | A fully-modern text-based browser, rendering to TTY and browsers | browsh-org | 15912 | -| 530 | [d2-admin](https://github.com/d2-projects/d2-admin) | An elegant dashboard | d2-projects | 12251 | -| 531 | [range](https://github.com/michal-perlakowski/range) | A JavaScript implementation of the Python's range() function. | michal-perlakowski | 114 | -| 532 | [bootstrap](https://github.com/twbs/bootstrap) | The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. | twbs | 164815 | -| 533 | [zii](https://github.com/staltz/zii) | Chain function calls using a prototype function z | staltz | 231 | -| 534 | [css-spinner](https://github.com/loadingio/css-spinner) | small, elegant pure css spinner for ajax or loading animation | loadingio | 1615 | -| 535 | [jsnes](https://github.com/bfirsh/jsnes) | A JavaScript NES emulator. | bfirsh | 5809 | -| 536 | [jsnes-web](https://github.com/bfirsh/jsnes-web) | A browser UI for JSNES, a JavaScript NES emulator | bfirsh | 535 | -| 537 | [jsnes-web](https://github.com/hxlnt/jsnes-web) | A browser UI for JSNES, a JavaScript NES emulator | hxlnt | 1 | -| 538 | [moment](https://github.com/moment/moment) | Parse, validate, manipulate, and display dates in javascript. | moment | 47469 | -| 539 | [codemirror5](https://github.com/codemirror/codemirror5) | In-browser code editor (version 5, legacy) | codemirror | 26077 | -| 540 | [Ghost](https://github.com/TryGhost/Ghost) | Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. | TryGhost | 43705 | -| 541 | [ndb](https://github.com/GoogleChromeLabs/ndb) | ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools | GoogleChromeLabs | 10904 | -| 542 | [flexboxfroggy](https://github.com/thomaspark/flexboxfroggy) | A game for learning CSS flexbox 🐸 | thomaspark | 6335 | -| 543 | [gridgarden](https://github.com/thomaspark/gridgarden) | A game for learning CSS grid layout 🥕 | thomaspark | 2930 | -| 544 | [axios](https://github.com/axios/axios) | Promise based HTTP client for the browser and node.js | axios | 101123 | -| 545 | [Chart.js](https://github.com/chartjs/Chart.js) | Simple HTML5 Charts using the &lt;canvas&gt; tag | chartjs | 61256 | -| 546 | [parcel](https://github.com/parcel-bundler/parcel) | The zero configuration build tool for the web. 📦🚀 | parcel-bundler | 42549 | -| 547 | [moleculer](https://github.com/moleculerjs/moleculer) | :rocket: Progressive microservices framework for Node.js | moleculerjs | 5755 | -| 548 | [minireset.css](https://github.com/jgthms/minireset.css) | A tiny modern CSS reset | jgthms | 2706 | -| 549 | [30-seconds-of-interviews](https://github.com/30-seconds/30-seconds-of-interviews) | A curated collection of common interview questions to help you prepare for your next interview. | 30-seconds | 11408 | -| 550 | [learn.jquery.com](https://github.com/jquery/learn.jquery.com) | jQuery Learning Center web site content | jquery | 916 | -| 551 | [showdown](https://github.com/showdownjs/showdown) | A bidirectional Markdown to HTML to Markdown converter written in Javascript | showdownjs | 13447 | -| 552 | [badger](https://github.com/stephenlb/badger) | Badger badger badger badger badger badger badger Mushroom MUSHROOM! | stephenlb | 1 | -| 553 | [js-best-practices-workshopper](https://github.com/excellalabs/js-best-practices-workshopper) | A self-paced command-line workshopper to learn the best practices of writing clean JavaScript code. | excellalabs | 164 | -| 554 | [bower](https://github.com/bower/bower) | A package manager for the web | bower | 15032 | -| 555 | [clipboard-cli](https://github.com/sindresorhus/clipboard-cli) | Access the system clipboard (copy/paste) | sindresorhus | 481 | -| 556 | [css-doodle](https://github.com/css-doodle/css-doodle) | 🎨 A web component for drawing patterns with CSS. | css-doodle | 5207 | -| 557 | [jsonFormatter](https://github.com/MHeironimus/jsonFormatter) | jQuery Plugin that formats JSON strings. | MHeironimus | 14 | -| 558 | [tesseract.js](https://github.com/naptha/tesseract.js) | Pure Javascript OCR for more than 100 Languages 📖🎉🖥 | naptha | 31146 | -| 559 | [bower-away](https://github.com/sheerun/bower-away) | A tool for migrating away from Bower (to Yarn) | sheerun | 304 | -| 560 | [npm-packer](https://github.com/sheerun/npm-packer) | :trophy: Produces zero-dependencies node modules | sheerun | 17 | -| 561 | [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon) | gulp + nodemon + convenience | JacksonGariety | 525 | -| 562 | [browserify](https://github.com/browserify/browserify) | browser-side require() the node.js way | browserify | 14429 | -| 563 | [expressworks](https://github.com/azat-co/expressworks) | Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js. | azat-co | 667 | -| 564 | [pug-server](https://github.com/ctrlaltdev/pug-server) | 🐶 A simple pug server | ctrlaltdev | 21 | -| 565 | [js-testing-fundamentals](https://github.com/kentcdodds/js-testing-fundamentals) | Fundamentals of Testing in JavaScript on TestingJavaScript.com | kentcdodds | 512 | -| 566 | [node-ytdl-core](https://github.com/fent/node-ytdl-core) | YouTube video downloader in javascript. | fent | 3895 | -| 567 | [learntocrypto](https://github.com/sodium-friends/learntocrypto) | Learn to crypto workshop | sodium-friends | 1676 | -| 568 | [webpack](https://github.com/webpack/webpack) | A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. | webpack | 63341 | -| 569 | [tiny-care-terminal](https://github.com/notwaldorf/tiny-care-terminal) | 💖💻 A little dashboard that tries to take care of you when you're using your terminal. | notwaldorf | 5944 | -| 570 | [licia](https://github.com/liriliri/licia) | Useful utility collection with zero dependencies | liriliri | 2201 | -| 571 | [google-translate-api](https://github.com/matheuss/google-translate-api) | A free and unlimited API for Google Translate :dollar::no_entry_sign: | matheuss | 2532 | -| 572 | [webpack-book](https://github.com/survivejs/webpack-book) | From apprentice to master (CC BY-NC-ND) | survivejs | 2394 | -| 573 | [habitica](https://github.com/HabitRPG/habitica) | A habit tracker app which treats your goals like a Role Playing Game. | HabitRPG | 10273 | -| 574 | [vue-cli](https://github.com/vuejs/vue-cli) | 🛠️ webpack-based tooling for Vue.js Development | vuejs | 29691 | -| 575 | [uppy](https://github.com/transloadit/uppy) | The next open source file uploader for web browsers :dog: | transloadit | 27159 | -| 576 | [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | trekhleb | 173297 | -| 577 | [vscode-recipes](https://github.com/microsoft/vscode-recipes) | | microsoft | 5665 | -| 578 | [vuido](https://github.com/mimecorg/vuido) | Native desktop applications using Vue.js. | mimecorg | 6111 | -| 579 | [warriorjs](https://github.com/olistic/warriorjs) | 🏰 An exciting game of programming and Artificial Intelligence | olistic | 8954 | -| 580 | [v2.vuejs.org](https://github.com/vuejs/v2.vuejs.org) | 📄 Documentation for Vue 2 | vuejs | 5074 | -| 581 | [fkill](https://github.com/sindresorhus/fkill) | Fabulously kill processes. Cross-platform. | sindresorhus | 700 | -| 582 | [d3graphTheory](https://github.com/mrpandey/d3graphTheory) | :boom: Interactive and colorful :art: graph theory tutorials made using d3.js :zap: | mrpandey | 1651 | -| 583 | [limdu](https://github.com/erelsgl/limdu) | Machine-learning for Node.js | erelsgl | 1047 | -| 584 | [fkill-cli](https://github.com/sindresorhus/fkill-cli) | Fabulously kill processes. Cross-platform. | sindresorhus | 6760 | -| 585 | [javascript](https://github.com/airbnb/javascript) | JavaScript Style Guide | airbnb | 135717 | -| 586 | [front-end-guide](https://github.com/grab/front-end-guide) | 📚 Study guide and introduction to the modern front end stack. | grab | 14960 | -| 587 | [the-super-tiny-compiler](https://github.com/jamiebuilds/the-super-tiny-compiler) | :snowman: Possibly the smallest compiler ever | jamiebuilds | 25689 | -| 588 | [react](https://github.com/facebook/react) | The library for web and native user interfaces | facebook | 211250 | -| 589 | [code-snippets](https://github.com/bahmutov/code-snippets) | Chrome DevTools code snippets | bahmutov | 1799 | -| 590 | [angular-file-saver](https://github.com/alferov/angular-file-saver) | An AngularJS service that provides cross-browser compatibility of HTML5 saveAs() - http://alferov.github.io/angular-file-saver | alferov | 217 | -| 591 | [flexbox-tutorial](https://github.com/plondon/flexbox-tutorial) | 💪 Interactive Flexbox tutorial using Codemirror | plondon | 5 | -| 592 | [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) | BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup. | bootstrap-vue | 14351 | -| 593 | [vue-multiselect](https://github.com/shentao/vue-multiselect) | Universal select/multiselect/tagging component for Vue.js | shentao | 6466 | -| 594 | [eslint](https://github.com/eslint/eslint) | Find and fix problems in your JavaScript code. | eslint | 23171 | -| 595 | [yarn](https://github.com/yarnpkg/yarn) | The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry | yarnpkg | 41238 | -| 596 | [node](https://github.com/nodejs/node) | Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles: | nodejs | 96919 | -| 597 | [phaser](https://github.com/photonstorm/phaser) | Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. | photonstorm | 34991 | -| 598 | [jquery-toast-plugin](https://github.com/kamranahmedse/jquery-toast-plugin) | Highly customizable jquery plugin to show toast messages | kamranahmedse | 1461 | -| 599 | [todomvc](https://github.com/tastejs/todomvc) | Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more | tastejs | 28277 | -| 600 | [mithril.js](https://github.com/MithrilJS/mithril.js) | A JavaScript Framework for Building Brilliant Applications | MithrilJS | 13673 | -| 601 | [bower.github.io](https://github.com/bower/bower.github.io) | The Bower website | bower | 92 | -| 602 | [oocss](https://github.com/stubbornella/oocss) | Object Oriented CSS Framework | stubbornella | 6248 | +| 385 | [unfetch](https://github.com/developit/unfetch) | 🐕 Bare minimum 500b fetch polyfill. | developit | 5622 | +| 386 | [github-do-not-ban-us](https://github.com/1995parham/github-do-not-ban-us) | GitHub do not ban us from open source world :iran: | 1995parham | 11822 | +| 387 | [gulp-babel](https://github.com/babel/gulp-babel) | Gulp plugin for Babel | babel | 1323 | +| 388 | [spine](https://github.com/spine/spine) | Lightweight MVC library for building JavaScript applications | spine | 3634 | +| 389 | [remote-jobs](https://github.com/remoteintech/remote-jobs) | A list of semi to fully remote-friendly companies (jobs) in tech. | remoteintech | 25125 | +| 390 | [react-motion](https://github.com/chenglou/react-motion) | A spring that solves your animation problems. | chenglou | 21529 | +| 391 | [animated](https://github.com/animatedjs/animated) | Declarative Animations Library for React and React Native | animatedjs | 1853 | +| 392 | [sharec](https://github.com/sharecjs/sharec) | 📦 Store your configs in one place and manage across projects easily | sharecjs | 252 | +| 393 | [gulp-clean-css](https://github.com/scniro/gulp-clean-css) | Minify css with clean-css. | scniro | 651 | +| 394 | [micromatch](https://github.com/micromatch/micromatch) | Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, taro, bulma, browser-sync, documentation.js, stylelint, nyc, ava, and many others! Please follow micromatch's author: https://github.com/jonschlinkert | micromatch | 2450 | +| 395 | [globby](https://github.com/sindresorhus/globby) | User-friendly glob matching | sindresorhus | 2354 | +| 396 | [gulp-sass](https://github.com/dlmanning/gulp-sass) | SASS plugin for gulp | dlmanning | 1566 | +| 397 | [webpack-stream](https://github.com/shama/webpack-stream) | :tropical_drink: Run webpack through a stream interface | shama | 1392 | +| 398 | [javascript](https://github.com/AllAlgorithms/javascript) | Implementation of All ▲lgorithms in Javascript Programming Language | AllAlgorithms | 81 | +| 399 | [monaco-editor](https://github.com/microsoft/monaco-editor) | A browser based code editor | microsoft | 35105 | +| 400 | [hiring-without-whiteboards](https://github.com/poteto/hiring-without-whiteboards) | ⭐️ Companies that don't have a broken hiring process | poteto | 37664 | +| 401 | [autoprefixer](https://github.com/postcss/autoprefixer) | Parse CSS and add vendor prefixes to rules by Can I Use | postcss | 21106 | +| 402 | [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) | Prefix CSS | sindresorhus | 694 | +| 403 | [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) | Sourcemap support for gulpjs. | gulp-sourcemaps | 1094 | +| 404 | [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) | Minify PNG, JPEG, GIF and SVG images | sindresorhus | 1896 | +| 405 | [lazyload](https://github.com/tuupola/lazyload) | Vanilla JavaScript plugin for lazyloading images | tuupola | 8736 | +| 406 | [gulp-watch](https://github.com/floatdrop/gulp-watch) | Watch, that actually is an endless stream | floatdrop | 647 | +| 407 | [gulp-debug](https://github.com/sindresorhus/gulp-debug) | Debug Vinyl file streams to see what files are run through your Gulp pipeline | sindresorhus | 223 | +| 408 | [browserify-handbook](https://github.com/browserify/browserify-handbook) | how to build modular applications with browserify | browserify | 4563 | +| 409 | [awesome-gulp](https://github.com/alferov/awesome-gulp) | :tropical_drink: A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp | alferov | 606 | +| 410 | [gulp](https://github.com/gulpjs/gulp) | A toolkit to automate & enhance your workflow | gulpjs | 32790 | +| 411 | [mootools-core](https://github.com/mootools/mootools-core) | MooTools Core Repository | mootools | 2623 | +| 412 | [SpaceX-API](https://github.com/r-spacex/SpaceX-API) | :rocket: Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data. | r-spacex | 9950 | +| 413 | [objection.js](https://github.com/Vincit/objection.js) | An SQL-friendly ORM for Node.js | Vincit | 7046 | +| 414 | [csswand](https://github.com/oliver-gomes/csswand) | 🎨✨ Hover your wand and use your magic spell to copy beautiful css | oliver-gomes | 1168 | +| 415 | [toy-rx](https://github.com/staltz/toy-rx) | A tiny implementation of RxJS that actually works, for learning | staltz | 293 | +| 416 | [polydev](https://github.com/ericclemmons/polydev) | Faster, route-centric development for Node.js apps with built-in Hot Module Replacement. | ericclemmons | 284 | +| 417 | [lazysizes](https://github.com/aFarkas/lazysizes) | High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration. | aFarkas | 16981 | +| 418 | [responsive_breakpoints_generator](https://github.com/cloudinary/responsive_breakpoints_generator) | | cloudinary | 430 | +| 419 | [svgomg](https://github.com/jakearchibald/svgomg) | Web GUI for SVGO | jakearchibald | 5420 | +| 420 | [GSAP](https://github.com/greensock/GSAP) | GreenSock's GSAP JavaScript animation library (including Draggable). | greensock | 16855 | +| 421 | [bluebird](https://github.com/petkaantonov/bluebird) | :bird: :zap: Bluebird is a full featured promise library with unmatched performance. | petkaantonov | 20332 | +| 422 | [eleventy](https://github.com/11ty/eleventy) | A simpler site generator. Transforms a directory of templates (of varying types) into HTML. | 11ty | 14781 | +| 423 | [esx](https://github.com/esxjs/esx) | Like JSX, but native and fast | esxjs | 647 | +| 424 | [fusuma](https://github.com/hiroppy/fusuma) | ✍️Fusuma makes slides with Markdown easily. | hiroppy | 5325 | +| 425 | [tornis](https://github.com/robb0wen/tornis) | Tornis helps you watch and respond to changes in your browser's viewport 🌲 | robb0wen | 1568 | +| 426 | [create-react-app](https://github.com/facebook/create-react-app) | Set up a modern web app by running one command. | facebook | 100487 | +| 427 | [dinoql](https://github.com/victorvoid/dinoql) | A customizable GraphQL style query language for interacting with JavaScript objects. | victorvoid | 1053 | +| 428 | [pedalboard](https://github.com/trys/pedalboard) | JS Pedalboard | trys | 146 | +| 429 | [browserslist](https://github.com/browserslist/browserslist) | 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env | browserslist | 12193 | +| 430 | [husky](https://github.com/typicode/husky) | Git hooks made easy 🐶 woof! | typicode | 29924 | +| 431 | [graphql-network](https://github.com/Ghirro/graphql-network) | Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily. | Ghirro | 320 | +| 432 | [carbon](https://github.com/carbon-app/carbon) | :black_heart: Create and share beautiful images of your source code | carbon-app | 32993 | +| 433 | [svelte](https://github.com/sveltejs/svelte) | Cybernetically enhanced web apps | sveltejs | 71621 | +| 434 | [react-apollo](https://github.com/apollographql/react-apollo) | :recycle: React integration for Apollo Client | apollographql | 6895 | +| 435 | [dsa.js-data-structures-algorithms-javascript](https://github.com/amejiarosario/dsa.js-data-structures-algorithms-javascript) | 🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook | amejiarosario | 7324 | +| 436 | [history-of-javascript](https://github.com/myshov/history-of-javascript) | Project "History of JavaScript" | myshov | 856 | +| 437 | [site-palette](https://github.com/sthobis/site-palette) | 🎨 Generate color palette from a website url. | sthobis | 12 | +| 438 | [json5](https://github.com/json5/json5) | JSON5 — JSON for Humans | json5 | 5960 | +| 439 | [jspaint](https://github.com/1j01/jspaint) | 🎨 Classic MS Paint, REVIVED + ✨Extras | 1j01 | 6835 | +| 440 | [morphdom](https://github.com/patrick-steele-idem/morphdom) | Fast and lightweight DOM diffing/patching (no virtual DOM needed) | patrick-steele-idem | 2868 | +| 441 | [glicky](https://github.com/alex-saunders/glicky) | 🐭 An In-browser User Interface For JavaScript Development Workflows | alex-saunders | 828 | +| 442 | [filemanager-webpack-plugin](https://github.com/gregnb/filemanager-webpack-plugin) | Copy, move, archive (zip/tar/tar.gz), delete files and directories before and after Webpack builds. Win32/Mac/*Nix supported | gregnb | 436 | +| 443 | [computer-science](https://github.com/davidshariff/computer-science) | Contains the basic fundamental data structures and algorithms a front end engineer should know, written all in JavaScript. | davidshariff | 851 | +| 444 | [preact](https://github.com/preactjs/preact) | ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. | preactjs | 34825 | +| 445 | [preact-cli](https://github.com/preactjs/preact-cli) | 😺 Your next Preact PWA starts in 30 seconds. | preactjs | 4662 | +| 446 | [new-component](https://github.com/joshwcomeau/new-component) | ⚛ ⚡ CLI utility for quickly creating new React components. ⚡ ⚛ | joshwcomeau | 606 | +| 447 | [learnGitBranching](https://github.com/pcottle/learnGitBranching) | An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git! | pcottle | 28118 | +| 448 | [mojibar](https://github.com/muan/mojibar) | :tangerine: Emoji searcher but as a menubar app. | muan | 2038 | +| 449 | [just-enough-fp-lessons](https://github.com/kyleshevlin/just-enough-fp-lessons) | Introductory lessons to functional programming in JavaScript | kyleshevlin | 175 | +| 450 | [ogl](https://github.com/oframe/ogl) | Minimal WebGL Library | oframe | 3142 | +| 451 | [lax.js](https://github.com/alexfoxy/lax.js) | Simple & lightweight (&lt;4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll. | alexfoxy | 10008 | +| 452 | [gridsome](https://github.com/gridsome/gridsome) | ⚡️ The Jamstack framework for Vue.js | gridsome | 8487 | +| 453 | [getting-started-with-cdp](https://github.com/aslushnikov/getting-started-with-cdp) | Getting Started With Chrome DevTools Protocol | aslushnikov | 273 | +| 454 | [Awesome-Design-Tools](https://github.com/goabstract/Awesome-Design-Tools) | The best design tools and plugins for everything 👉 | goabstract | 29027 | +| 455 | [Fuse](https://github.com/krisk/Fuse) | Lightweight fuzzy-search, in JavaScript | krisk | 16328 | +| 456 | [vuex](https://github.com/vuejs/vuex) | 🗃️ Centralized State Management for Vue.js. | vuejs | 28095 | +| 457 | [vue-rx](https://github.com/vuejs/vue-rx) | 👁️ RxJS integration for Vue.js. | vuejs | 3330 | +| 458 | [talks](https://github.com/peerigon/talks) | Everything @peerigon talks about... | peerigon | 34 | +| 459 | [country-flags](https://github.com/hampusborgos/country-flags) | SVG and PNG renders of all countries' flags. | hampusborgos | 3026 | +| 460 | [tutorials](https://github.com/codebar/tutorials) | 🗒 codebar's tutorials | codebar | 245 | +| 461 | [strapi](https://github.com/strapi/strapi) | 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. | strapi | 55260 | +| 462 | [browsersl.ist](https://github.com/browserslist/browsersl.ist) | This website uses Browserslist and Can I Use to display the compatible browsers for a browsers query. | browserslist | 286 | +| 463 | [eslint-config-wesbos](https://github.com/wesbos/eslint-config-wesbos) | No-Sweat™ Eslint and Prettier Setup - with or without VS Code | wesbos | 2652 | +| 464 | [bull](https://github.com/OptimalBits/bull) | Premium Queue package for handling distributed jobs and messages in NodeJS. | OptimalBits | 14259 | +| 465 | [overreacted.io](https://github.com/gaearon/overreacted.io) | Personal blog by Dan Abramov. | gaearon | 6718 | +| 466 | [taskbook](https://github.com/klaudiosinani/taskbook) | Tasks, boards & notes for the command-line habitat | klaudiosinani | 8790 | +| 467 | [qoa](https://github.com/klaudiosinani/qoa) | Minimal interactive command-line prompts | klaudiosinani | 2044 | +| 468 | [not-paid](https://github.com/kleampa/not-paid) | Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away | kleampa | 10029 | +| 469 | [vuelidate](https://github.com/vuelidate/vuelidate) | Simple, lightweight model-based validation for Vue.js | vuelidate | 6689 | +| 470 | [insomnia](https://github.com/Kong/insomnia) | The open-source, cross-platform API client for GraphQL, REST, WebSockets and gRPC. | Kong | 29869 | +| 471 | [creative-portfolios](https://github.com/iRaul/creative-portfolios) | 🌀 A curated list of Creative Portfolios | iRaul | 2676 | +| 472 | [little-virtual-computer](https://github.com/jsdf/little-virtual-computer) | Learn how computers work by simulating them in Javascript | jsdf | 851 | +| 473 | [learning-graphql](https://github.com/mugli/learning-graphql) | An attempt to learn GraphQL | mugli | 934 | +| 474 | [extension-boilerplate](https://github.com/EmailThis/extension-boilerplate) | ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox. | EmailThis | 3194 | +| 475 | [signale](https://github.com/klaudiosinani/signale) | Highly configurable logging utility | klaudiosinani | 8819 | +| 476 | [wey](https://github.com/yue/wey) | Fast open source Slack desktop app | yue | 1669 | +| 477 | [microservices-example](https://github.com/fChristenson/microservices-example) | | fChristenson | 252 | +| 478 | [The-boring-server-architecture](https://github.com/fChristenson/The-boring-server-architecture) | | fChristenson | 18 | +| 479 | [flux](https://github.com/facebookarchive/flux) | Application Architecture for Building User Interfaces | facebookarchive | 17399 | +| 480 | [mailgun-js-boland](https://github.com/mailgun/mailgun-js-boland) | A simple Node.js helper module for Mailgun API. | mailgun | 898 | +| 481 | [nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) | ⚙️ NGINX config generator on steroids 💉 | digitalocean | 25996 | +| 482 | [DoodleMaster](https://github.com/karanchahal/DoodleMaster) | "Don't code your UI, Draw it !" | karanchahal | 2437 | +| 483 | [bem](https://github.com/fChristenson/bem) | | fChristenson | 1 | +| 484 | [bootstrap-select](https://github.com/snapappointments/bootstrap-select) | :rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. | snapappointments | 9766 | +| 485 | [router](https://github.com/pillarjs/router) | Simple middleware-style router | pillarjs | 393 | +| 486 | [itsy-bitsy-data-structures](https://github.com/jamiebuilds/itsy-bitsy-data-structures) | :european_castle: All the things you didn't know you wanted to know about data structures | jamiebuilds | 8533 | +| 487 | [invaderz](https://github.com/victorqribeiro/invaderz) | Space invaders, but the invaders evolve with genetic algorithm | victorqribeiro | 705 | +| 488 | [33-js-concepts](https://github.com/leonardomso/33-js-concepts) | 📜 33 JavaScript concepts every developer should know. | leonardomso | 57076 | +| 489 | [ervy](https://github.com/chunqiuyiyu/ervy) | Bring charts to terminal. | chunqiuyiyu | 1575 | +| 490 | [supertest](https://github.com/ladjs/supertest) | 🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs. | ladjs | 13150 | +| 491 | [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) | Short code snippets for all your development needs | 30-seconds | 114457 | +| 492 | [babel-loader](https://github.com/babel/babel-loader) | 📦 Babel loader for webpack | babel | 4747 | +| 493 | [Learning-how-to-count](https://github.com/SophiaZhyrovetska/Learning-how-to-count) | Combinatorics | SophiaZhyrovetska | 1 | +| 494 | [js-combinatorics](https://github.com/dankogai/js-combinatorics) | power set, combination, permutation and more in JavaScript | dankogai | 726 | +| 495 | [lets-build-express](https://github.com/antsmartian/lets-build-express) | This repo contains chapters which explains how one can build a minimal express library. | antsmartian | 841 | +| 496 | [Modern-JavaScript-Curriculum](https://github.com/tylermcginnis/Modern-JavaScript-Curriculum) | Curriculum for TylerMcGinnis.com's "Modern JavaScript" course. | tylermcginnis | 107 | +| 497 | [html5please](https://github.com/h5bp/html5please) | Graded Feature Support: Look up web technologies and find out if they are ready for use. | h5bp | 832 | +| 498 | [jquery](https://github.com/jquery/jquery) | jQuery JavaScript Library | jquery | 57717 | +| 499 | [You-Dont-Need-Momentjs](https://github.com/you-dont-need/You-Dont-Need-Momentjs) | List of functions which you can use to replace moment.js + ESLint Plugin | you-dont-need | 13149 | +| 500 | [markdown-here](https://github.com/adam-p/markdown-here) | Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. | adam-p | 59087 | +| 501 | [callback-hell](https://github.com/maxogden/callback-hell) | information about async javascript programming | maxogden | 808 | +| 502 | [blessed](https://github.com/chjj/blessed) | A high-level terminal interface library for node.js. | chjj | 10944 | +| 503 | [bcrypt.js](https://github.com/dcodeIO/bcrypt.js) | Optimized bcrypt in plain JavaScript with zero dependencies. | dcodeIO | 3289 | +| 504 | [moment-timezone](https://github.com/moment/moment-timezone) | Timezone support for moment.js | moment | 3745 | +| 505 | [momentjs.com](https://github.com/moment/momentjs.com) | The website for momentjs | moment | 628 | +| 506 | [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) | a vue2.0 minimal admin template | PanJiaChen | 18705 | +| 507 | [fancy-log](https://github.com/gulpjs/fancy-log) | Log things, prefixed with a timestamp. | gulpjs | 113 | +| 508 | [chalk](https://github.com/chalk/chalk) | 🖍 Terminal string styling done right | chalk | 20567 | +| 509 | [dayjs](https://github.com/iamkun/dayjs) | ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API | iamkun | 43740 | +| 510 | [WatermelonDB](https://github.com/Nozbe/WatermelonDB) | 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ | Nozbe | 9271 | +| 511 | [sqorn](https://github.com/sqorn/sqorn) | A Javascript library for building SQL queries | sqorn | 1878 | +| 512 | [shelljs](https://github.com/shelljs/shelljs) | :shell: Portable Unix shell commands for Node.js | shelljs | 13896 | +| 513 | [compressing](https://github.com/node-modules/compressing) | Everything you need for compressing and uncompressing | node-modules | 387 | +| 514 | [kody](https://github.com/jh3y/kody) | .files and environment configuration manager created with node | jh3y | 133 | +| 515 | [npm-run-all](https://github.com/mysticatea/npm-run-all) | A CLI tool to run multiple npm-scripts in parallel or sequential. | mysticatea | 5423 | +| 516 | [httparchive.org](https://github.com/HTTPArchive/httparchive.org) | The HTTP Archive website hosted on App Engine | HTTPArchive | 301 | +| 517 | [stocks](https://github.com/austintackaberry/stocks) | machine learning web app game where the user competes against the AI in picking stocks | austintackaberry | 126 | +| 518 | [pdfmake](https://github.com/bpampuch/pdfmake) | Client/server side PDF printing in pure JavaScript | bpampuch | 10915 | +| 519 | [deb.js](https://github.com/krasimir/deb.js) | Minimalistic JavaScript library for debugging in the browser | krasimir | 1433 | +| 520 | [insight](https://github.com/3Dparallax/insight) | A helpful Chrome extension for WebGL development | 3Dparallax | 907 | +| 521 | [_-](https://github.com/sigfriedCub1990/_-) | You Might Not Need jQuery | sigfriedCub1990 | 3 | +| 522 | [janitor](https://github.com/JanitorTechnology/janitor) | The fastest development system in the world. | JanitorTechnology | 124 | +| 523 | [jquery-validation](https://github.com/jquery-validation/jquery-validation) | jQuery Validation Plugin library sources | jquery-validation | 10303 | +| 524 | [jQuery-Form-Validator](https://github.com/victorjonsson/jQuery-Form-Validator) | [DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code. | victorjonsson | 972 | +| 525 | [Snap.svg](https://github.com/adobe-webplatform/Snap.svg) | The JavaScript library for modern SVG graphics. | adobe-webplatform | 13755 | +| 526 | [localForage](https://github.com/localForage/localForage) | 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. | localForage | 22615 | +| 527 | [js-crud-api](https://github.com/mevdschee/js-crud-api) | A Node.js port of the full php-crud-api project (single file REST API) | mevdschee | 20 | +| 528 | [browsh](https://github.com/browsh-org/browsh) | A fully-modern text-based browser, rendering to TTY and browsers | browsh-org | 15918 | +| 529 | [d2-admin](https://github.com/d2-projects/d2-admin) | An elegant dashboard | d2-projects | 12251 | +| 530 | [range](https://github.com/michal-perlakowski/range) | A JavaScript implementation of the Python's range() function. | michal-perlakowski | 114 | +| 531 | [bootstrap](https://github.com/twbs/bootstrap) | The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. | twbs | 164822 | +| 532 | [zii](https://github.com/staltz/zii) | Chain function calls using a prototype function z | staltz | 231 | +| 533 | [css-spinner](https://github.com/loadingio/css-spinner) | small, elegant pure css spinner for ajax or loading animation | loadingio | 1614 | +| 534 | [jsnes](https://github.com/bfirsh/jsnes) | A JavaScript NES emulator. | bfirsh | 5813 | +| 535 | [jsnes-web](https://github.com/bfirsh/jsnes-web) | A browser UI for JSNES, a JavaScript NES emulator | bfirsh | 535 | +| 536 | [jsnes-web](https://github.com/hxlnt/jsnes-web) | A browser UI for JSNES, a JavaScript NES emulator | hxlnt | 1 | +| 537 | [moment](https://github.com/moment/moment) | Parse, validate, manipulate, and display dates in javascript. | moment | 47472 | +| 538 | [codemirror5](https://github.com/codemirror/codemirror5) | In-browser code editor (version 5, legacy) | codemirror | 26080 | +| 539 | [Ghost](https://github.com/TryGhost/Ghost) | Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. | TryGhost | 43708 | +| 540 | [ndb](https://github.com/GoogleChromeLabs/ndb) | ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools | GoogleChromeLabs | 10904 | +| 541 | [flexboxfroggy](https://github.com/thomaspark/flexboxfroggy) | A game for learning CSS flexbox 🐸 | thomaspark | 6335 | +| 542 | [gridgarden](https://github.com/thomaspark/gridgarden) | A game for learning CSS grid layout 🥕 | thomaspark | 2930 | +| 543 | [axios](https://github.com/axios/axios) | Promise based HTTP client for the browser and node.js | axios | 101135 | +| 544 | [Chart.js](https://github.com/chartjs/Chart.js) | Simple HTML5 Charts using the &lt;canvas&gt; tag | chartjs | 61325 | +| 545 | [parcel](https://github.com/parcel-bundler/parcel) | The zero configuration build tool for the web. 📦🚀 | parcel-bundler | 42553 | +| 546 | [moleculer](https://github.com/moleculerjs/moleculer) | :rocket: Progressive microservices framework for Node.js | moleculerjs | 5758 | +| 547 | [minireset.css](https://github.com/jgthms/minireset.css) | A tiny modern CSS reset | jgthms | 2707 | +| 548 | [30-seconds-of-interviews](https://github.com/30-seconds/30-seconds-of-interviews) | A curated collection of common interview questions to help you prepare for your next interview. | 30-seconds | 11408 | +| 549 | [learn.jquery.com](https://github.com/jquery/learn.jquery.com) | jQuery Learning Center web site content | jquery | 916 | +| 550 | [showdown](https://github.com/showdownjs/showdown) | A bidirectional Markdown to HTML to Markdown converter written in Javascript | showdownjs | 13449 | +| 551 | [badger](https://github.com/stephenlb/badger) | Badger badger badger badger badger badger badger Mushroom MUSHROOM! | stephenlb | 1 | +| 552 | [js-best-practices-workshopper](https://github.com/excellalabs/js-best-practices-workshopper) | A self-paced command-line workshopper to learn the best practices of writing clean JavaScript code. | excellalabs | 164 | +| 553 | [bower](https://github.com/bower/bower) | A package manager for the web | bower | 15031 | +| 554 | [clipboard-cli](https://github.com/sindresorhus/clipboard-cli) | Access the system clipboard (copy/paste) | sindresorhus | 481 | +| 555 | [css-doodle](https://github.com/css-doodle/css-doodle) | 🎨 A web component for drawing patterns with CSS. | css-doodle | 5208 | +| 556 | [jsonFormatter](https://github.com/MHeironimus/jsonFormatter) | jQuery Plugin that formats JSON strings. | MHeironimus | 14 | +| 557 | [tesseract.js](https://github.com/naptha/tesseract.js) | Pure Javascript OCR for more than 100 Languages 📖🎉🖥 | naptha | 31153 | +| 558 | [bower-away](https://github.com/sheerun/bower-away) | A tool for migrating away from Bower (to Yarn) | sheerun | 304 | +| 559 | [npm-packer](https://github.com/sheerun/npm-packer) | :trophy: Produces zero-dependencies node modules | sheerun | 17 | +| 560 | [gulp-nodemon](https://github.com/JacksonGariety/gulp-nodemon) | gulp + nodemon + convenience | JacksonGariety | 526 | +| 561 | [browserify](https://github.com/browserify/browserify) | browser-side require() the node.js way | browserify | 14429 | +| 562 | [expressworks](https://github.com/azat-co/expressworks) | Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js. | azat-co | 667 | +| 563 | [pug-server](https://github.com/ctrlaltdev/pug-server) | 🐶 A simple pug server | ctrlaltdev | 21 | +| 564 | [js-testing-fundamentals](https://github.com/kentcdodds/js-testing-fundamentals) | Fundamentals of Testing in JavaScript on TestingJavaScript.com | kentcdodds | 512 | +| 565 | [node-ytdl-core](https://github.com/fent/node-ytdl-core) | YouTube video downloader in javascript. | fent | 3899 | +| 566 | [learntocrypto](https://github.com/sodium-friends/learntocrypto) | Learn to crypto workshop | sodium-friends | 1676 | +| 567 | [webpack](https://github.com/webpack/webpack) | A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. | webpack | 63346 | +| 568 | [tiny-care-terminal](https://github.com/notwaldorf/tiny-care-terminal) | 💖💻 A little dashboard that tries to take care of you when you're using your terminal. | notwaldorf | 5944 | +| 569 | [licia](https://github.com/liriliri/licia) | Useful utility collection with zero dependencies | liriliri | 2201 | +| 570 | [google-translate-api](https://github.com/matheuss/google-translate-api) | A free and unlimited API for Google Translate :dollar::no_entry_sign: | matheuss | 2532 | +| 571 | [webpack-book](https://github.com/survivejs/webpack-book) | From apprentice to master (CC BY-NC-ND) | survivejs | 2393 | +| 572 | [habitica](https://github.com/HabitRPG/habitica) | A habit tracker app which treats your goals like a Role Playing Game. | HabitRPG | 10288 | +| 573 | [vue-cli](https://github.com/vuejs/vue-cli) | 🛠️ webpack-based tooling for Vue.js Development | vuejs | 29692 | +| 574 | [uppy](https://github.com/transloadit/uppy) | The next open source file uploader for web browsers :dog: | transloadit | 27163 | +| 575 | [javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) | 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | trekhleb | 173413 | +| 576 | [vscode-recipes](https://github.com/microsoft/vscode-recipes) | | microsoft | 5665 | +| 577 | [vuido](https://github.com/mimecorg/vuido) | Native desktop applications using Vue.js. | mimecorg | 6111 | +| 578 | [warriorjs](https://github.com/olistic/warriorjs) | 🏰 An exciting game of programming and Artificial Intelligence | olistic | 8954 | +| 579 | [v2.vuejs.org](https://github.com/vuejs/v2.vuejs.org) | 📄 Documentation for Vue 2 | vuejs | 5074 | +| 580 | [fkill](https://github.com/sindresorhus/fkill) | Fabulously kill processes. Cross-platform. | sindresorhus | 700 | +| 581 | [d3graphTheory](https://github.com/mrpandey/d3graphTheory) | :boom: Interactive and colorful :art: graph theory tutorials made using d3.js :zap: | mrpandey | 1651 | +| 582 | [limdu](https://github.com/erelsgl/limdu) | Machine-learning for Node.js | erelsgl | 1047 | +| 583 | [fkill-cli](https://github.com/sindresorhus/fkill-cli) | Fabulously kill processes. Cross-platform. | sindresorhus | 6760 | +| 584 | [javascript](https://github.com/airbnb/javascript) | JavaScript Style Guide | airbnb | 135736 | +| 585 | [front-end-guide](https://github.com/grab/front-end-guide) | 📚 Study guide and introduction to the modern front end stack. | grab | 14962 | +| 586 | [the-super-tiny-compiler](https://github.com/jamiebuilds/the-super-tiny-compiler) | :snowman: Possibly the smallest compiler ever | jamiebuilds | 25691 | +| 587 | [react](https://github.com/facebook/react) | The library for web and native user interfaces | facebook | 211298 | +| 588 | [code-snippets](https://github.com/bahmutov/code-snippets) | Chrome DevTools code snippets | bahmutov | 1799 | +| 589 | [angular-file-saver](https://github.com/alferov/angular-file-saver) | An AngularJS service that provides cross-browser compatibility of HTML5 saveAs() - http://alferov.github.io/angular-file-saver | alferov | 217 | +| 590 | [flexbox-tutorial](https://github.com/plondon/flexbox-tutorial) | 💪 Interactive Flexbox tutorial using Codemirror | plondon | 5 | +| 591 | [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) | BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup. | bootstrap-vue | 14355 | +| 592 | [vue-multiselect](https://github.com/shentao/vue-multiselect) | Universal select/multiselect/tagging component for Vue.js | shentao | 6466 | +| 593 | [eslint](https://github.com/eslint/eslint) | Find and fix problems in your JavaScript code. | eslint | 23177 | +| 594 | [yarn](https://github.com/yarnpkg/yarn) | The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry | yarnpkg | 41238 | +| 595 | [node](https://github.com/nodejs/node) | Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles: | nodejs | 96940 | +| 596 | [phaser](https://github.com/photonstorm/phaser) | Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. | photonstorm | 34996 | +| 597 | [jquery-toast-plugin](https://github.com/kamranahmedse/jquery-toast-plugin) | Highly customizable jquery plugin to show toast messages | kamranahmedse | 1461 | +| 598 | [todomvc](https://github.com/tastejs/todomvc) | Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more | tastejs | 28277 | +| 599 | [mithril.js](https://github.com/MithrilJS/mithril.js) | A JavaScript Framework for Building Brilliant Applications | MithrilJS | 13673 | +| 600 | [bower.github.io](https://github.com/bower/bower.github.io) | The Bower website | bower | 92 | +| 601 | [oocss](https://github.com/stubbornella/oocss) | Object Oriented CSS Framework | stubbornella | 6247 | **[⬆ Back to Index](#-contents)** ## Jinja | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [algo](https://github.com/trailofbits/algo) | Set up a personal VPN in the cloud | trailofbits | 27499 | +| 1 | [algo](https://github.com/trailofbits/algo) | Set up a personal VPN in the cloud | trailofbits | 27501 | **[⬆ Back to Index](#-contents)** ## Jupyter Notebook | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [openai-cookbook](https://github.com/openai/openai-cookbook) | Examples and guides for using the OpenAI API | openai | 44835 | +| 1 | [openai-cookbook](https://github.com/openai/openai-cookbook) | Examples and guides for using the OpenAI API | openai | 44893 | | 2 | [learn-you-a-haskell-notebook](https://github.com/IHaskell/learn-you-a-haskell-notebook) | Jupyter adaptation of Learn You a Haskell for Great Good! | IHaskell | 276 | | 3 | [source](https://github.com/TutsWiki/source) | A wiki of tutorials | TutsWiki | 38 | -| 4 | [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners) | 12 Weeks, 24 Lessons, AI for All! | microsoft | 16668 | -| 5 | [handson-ml2](https://github.com/ageron/handson-ml2) | A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. | ageron | 25317 | -| 6 | [pytudes](https://github.com/norvig/pytudes) | Python programs, usually short, of considerable difficulty, to perfect particular skills. | norvig | 20579 | -| 7 | [Math-for-Programmers](https://github.com/orlandpm/Math-for-Programmers) | Source code for the book, Math for Programmers | orlandpm | 629 | -| 8 | [homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) | 🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained | trekhleb | 21601 | -| 9 | [Made-With-ML](https://github.com/GokuMohandas/Made-With-ML) | Learn how to design, develop, deploy and iterate on production-grade ML applications. | GokuMohandas | 33802 | +| 4 | [AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners) | 12 Weeks, 24 Lessons, AI for All! | microsoft | 16697 | +| 5 | [handson-ml2](https://github.com/ageron/handson-ml2) | A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. | ageron | 25321 | +| 6 | [pytudes](https://github.com/norvig/pytudes) | Python programs, usually short, of considerable difficulty, to perfect particular skills. | norvig | 20582 | +| 7 | [Math-for-Programmers](https://github.com/orlandpm/Math-for-Programmers) | Source code for the book, Math for Programmers | orlandpm | 631 | +| 8 | [homemade-machine-learning](https://github.com/trekhleb/homemade-machine-learning) | 🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained | trekhleb | 21605 | +| 9 | [Made-With-ML](https://github.com/GokuMohandas/Made-With-ML) | Learn how to design, develop, deploy and iterate on production-grade ML applications. | GokuMohandas | 33808 | | 10 | [al-go-rithms](https://github.com/ZoranPandovski/al-go-rithms) | :musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/ | ZoranPandovski | 1288 | **[⬆ Back to Index](#-contents)** @@ -1279,10 +1280,10 @@ ## Kotlin | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [revanced-patches](https://github.com/ReVanced/revanced-patches) | 🧩 Patches for ReVanced | ReVanced | 4083 | -| 2 | [ytvancedx](https://github.com/cuynu/ytvancedx) | YouTube Vanced+ & YouTube Music Vanced+ project [IN DEVELOPMENT] | cuynu | 3517 | +| 1 | [revanced-patches](https://github.com/ReVanced/revanced-patches) | 🧩 Patches for ReVanced | ReVanced | 4089 | +| 2 | [ytvancedx](https://github.com/cuynu/ytvancedx) | YouTube Vanced+ & YouTube Music Vanced+ project [IN DEVELOPMENT] | cuynu | 3528 | | 3 | [Virtuosity](https://github.com/ramzan/Virtuosity) | A musician's training log and practice tool for Android | ramzan | 16 | -| 4 | [Anki-Android](https://github.com/ankidroid/Anki-Android) | AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention. | ankidroid | 6722 | +| 4 | [Anki-Android](https://github.com/ankidroid/Anki-Android) | AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention. | ankidroid | 6725 | | 5 | [android-app](https://github.com/trynoice/android-app) | The Android app for Noice. | trynoice | 741 | | 6 | [sourcerer-app](https://github.com/sourcerer-io/sourcerer-app) | 🦄 Sourcerer app makes a visual profile from your GitHub and git repositories. | sourcerer-io | 6702 | | 7 | [fenix](https://github.com/mozilla-mobile/fenix) | ⚠️ Fenix (Firefox for Android) moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android | mozilla-mobile | 6569 | @@ -1299,49 +1300,49 @@ ## Lua | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [mini.clue](https://github.com/echasnovski/mini.clue) | Show next key clues. Part of 'mini.nvim' library. | echasnovski | 14 | -| 2 | [tokyonight.nvim](https://github.com/folke/tokyonight.nvim) | 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. | folke | 3950 | -| 3 | [packer.nvim](https://github.com/wbthomason/packer.nvim) | A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config | wbthomason | 6844 | +| 1 | [mini.clue](https://github.com/echasnovski/mini.clue) | Show next key clues. Part of 'mini.nvim' library. | echasnovski | 15 | +| 2 | [tokyonight.nvim](https://github.com/folke/tokyonight.nvim) | 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. | folke | 3954 | +| 3 | [packer.nvim](https://github.com/wbthomason/packer.nvim) | A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config | wbthomason | 6847 | | 4 | [neovim-config](https://github.com/OlegGulevskyy/neovim-config) | | OlegGulevskyy | 1 | | 5 | [neotest-jest](https://github.com/nvim-neotest/neotest-jest) | | nvim-neotest | 69 | -| 6 | [neotest](https://github.com/nvim-neotest/neotest) | An extensible framework for interacting with tests within NeoVim. | nvim-neotest | 1450 | +| 6 | [neotest](https://github.com/nvim-neotest/neotest) | An extensible framework for interacting with tests within NeoVim. | nvim-neotest | 1453 | | 7 | [dotfiles](https://github.com/akinsho/dotfiles) | 🏡 dotfiles | akinsho | 233 | -| 8 | [mini.nvim](https://github.com/echasnovski/mini.nvim) | Library of 30+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort | echasnovski | 2541 | +| 8 | [mini.nvim](https://github.com/echasnovski/mini.nvim) | Library of 30+ independent Lua modules improving overall Neovim (version 0.7 and higher) experience with minimal effort | echasnovski | 2545 | | 9 | [LuaSpec](https://github.com/garybernhardt/LuaSpec) | An executable Lua specification so I remember what I've learned. | garybernhardt | 12 | | 10 | [conjure](https://github.com/Olical/conjure) | Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile) | Olical | 1406 | | 11 | [nvim-metals](https://github.com/scalameta/nvim-metals) | A Metals plugin for Neovim | scalameta | 346 | -| 12 | [neodev.nvim](https://github.com/folke/neodev.nvim) | 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API. | folke | 1321 | -| 13 | [config_manager](https://github.com/tjdevries/config_manager) | My configuration files and tools | tjdevries | 944 | -| 14 | [nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) | Not UFO in the sky, but an ultra fold in Neovim. | kevinhwang91 | 1401 | +| 12 | [neodev.nvim](https://github.com/folke/neodev.nvim) | 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API. | folke | 1324 | +| 13 | [config_manager](https://github.com/tjdevries/config_manager) | My configuration files and tools | tjdevries | 945 | +| 14 | [nvim-ufo](https://github.com/kevinhwang91/nvim-ufo) | Not UFO in the sky, but an ultra fold in Neovim. | kevinhwang91 | 1402 | | 15 | [mellow.nvim](https://github.com/kvrohit/mellow.nvim) | A soothing dark color scheme for neovim and friends. | kvrohit | 123 | -| 16 | [fidget.nvim](https://github.com/j-hui/fidget.nvim) | Standalone UI for nvim-lsp progress | j-hui | 1277 | -| 17 | [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) | plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice. | nvim-lua | 1801 | +| 16 | [fidget.nvim](https://github.com/j-hui/fidget.nvim) | Standalone UI for nvim-lsp progress | j-hui | 1278 | +| 17 | [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) | plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice. | nvim-lua | 1803 | | 18 | [Navigator.nvim](https://github.com/numToStr/Navigator.nvim) | :sparkles: Smoothly navigate between neovim and terminal multiplexer(s) :sparkles: | numToStr | 317 | -| 19 | [nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua) | The fastest Neovim colorizer. | norcalli | 1850 | -| 20 | [which-key.nvim](https://github.com/folke/which-key.nvim) | 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing. | folke | 3252 | -| 21 | [symbols-outline.nvim](https://github.com/simrat39/symbols-outline.nvim) | A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages. | simrat39 | 1617 | +| 19 | [nvim-colorizer.lua](https://github.com/norcalli/nvim-colorizer.lua) | The fastest Neovim colorizer. | norcalli | 1854 | +| 20 | [which-key.nvim](https://github.com/folke/which-key.nvim) | 💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing. | folke | 3254 | +| 21 | [symbols-outline.nvim](https://github.com/simrat39/symbols-outline.nvim) | A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages. | simrat39 | 1620 | | 22 | [telescope-tmux.nvim](https://github.com/camgraff/telescope-tmux.nvim) | Integration for tmux with telescope.nvim | camgraff | 96 | -| 23 | [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) | Git integration for buffers | lewis6991 | 3368 | -| 24 | [impatient.nvim](https://github.com/lewis6991/impatient.nvim) | Improve startup time for Neovim | lewis6991 | 1231 | -| 25 | [telescope-file-browser.nvim](https://github.com/nvim-telescope/telescope-file-browser.nvim) | File Browser extension for telescope.nvim | nvim-telescope | 1106 | -| 26 | [prettier.nvim](https://github.com/MunifTanjim/prettier.nvim) | Prettier plugin for Neovim's built-in LSP client. | MunifTanjim | 197 | +| 23 | [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) | Git integration for buffers | lewis6991 | 3367 | +| 24 | [impatient.nvim](https://github.com/lewis6991/impatient.nvim) | Improve startup time for Neovim | lewis6991 | 1232 | +| 25 | [telescope-file-browser.nvim](https://github.com/nvim-telescope/telescope-file-browser.nvim) | File Browser extension for telescope.nvim | nvim-telescope | 1108 | +| 26 | [prettier.nvim](https://github.com/MunifTanjim/prettier.nvim) | Prettier plugin for Neovim's built-in LSP client. | MunifTanjim | 200 | | 27 | [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) | Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. | williamboman | 1341 | -| 28 | [mason.nvim](https://github.com/williamboman/mason.nvim) | Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. | williamboman | 5016 | -| 29 | [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp) | nvim-cmp source for neovim builtin LSP client | hrsh7th | 700 | +| 28 | [mason.nvim](https://github.com/williamboman/mason.nvim) | Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. | williamboman | 5019 | +| 29 | [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp) | nvim-cmp source for neovim builtin LSP client | hrsh7th | 701 | | 30 | [cmp_luasnip](https://github.com/saadparwaiz1/cmp_luasnip) | luasnip completion source for nvim-cmp | saadparwaiz1 | 427 | -| 31 | [trouble.nvim](https://github.com/folke/trouble.nvim) | 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. | folke | 3457 | +| 31 | [trouble.nvim](https://github.com/folke/trouble.nvim) | 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. | folke | 3462 | | 32 | [dotfiles-public](https://github.com/craftzdog/dotfiles-public) | My personal dotfiles | craftzdog | 4966 | -| 33 | [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) | A completion plugin for neovim coded in Lua. | hrsh7th | 5636 | -| 34 | [gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) | Lua port of the most famous vim colorscheme | ellisonleao | 1140 | -| 35 | [refactoring.nvim](https://github.com/ThePrimeagen/refactoring.nvim) | The Refactoring library based off the Refactoring book by Martin Fowler | ThePrimeagen | 1822 | -| 36 | [vim-be-good](https://github.com/ThePrimeagen/vim-be-good) | vim-be-good is a nvim plugin designed to make you better at Vim Movements. | ThePrimeagen | 1773 | -| 37 | [friendly-snippets](https://github.com/rafamadriz/friendly-snippets) | Set of preconfigured snippets for different languages. | rafamadriz | 1187 | -| 38 | [lspkind.nvim](https://github.com/onsails/lspkind.nvim) | vscode-like pictograms for neovim lsp completion items | onsails | 1053 | -| 39 | [lsp_signature.nvim](https://github.com/ray-x/lsp_signature.nvim) | LSP signature hint as you type | ray-x | 1580 | -| 40 | [LuaSnip](https://github.com/L3MON4D3/LuaSnip) | Snippet Engine for Neovim written in Lua. | L3MON4D3 | 2190 | -| 41 | [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | Find, Filter, Preview, Pick. All lua, all the time. | nvim-telescope | 10813 | -| 42 | [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim) | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | jose-elias-alvarez | 3503 | -| 43 | [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Quickstart configs for Nvim LSP | neovim | 7865 | +| 33 | [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) | A completion plugin for neovim coded in Lua. | hrsh7th | 5645 | +| 34 | [gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) | Lua port of the most famous vim colorscheme | ellisonleao | 1143 | +| 35 | [refactoring.nvim](https://github.com/ThePrimeagen/refactoring.nvim) | The Refactoring library based off the Refactoring book by Martin Fowler | ThePrimeagen | 1823 | +| 36 | [vim-be-good](https://github.com/ThePrimeagen/vim-be-good) | vim-be-good is a nvim plugin designed to make you better at Vim Movements. | ThePrimeagen | 1776 | +| 37 | [friendly-snippets](https://github.com/rafamadriz/friendly-snippets) | Set of preconfigured snippets for different languages. | rafamadriz | 1189 | +| 38 | [lspkind.nvim](https://github.com/onsails/lspkind.nvim) | vscode-like pictograms for neovim lsp completion items | onsails | 1054 | +| 39 | [lsp_signature.nvim](https://github.com/ray-x/lsp_signature.nvim) | LSP signature hint as you type | ray-x | 1581 | +| 40 | [LuaSnip](https://github.com/L3MON4D3/LuaSnip) | Snippet Engine for Neovim written in Lua. | L3MON4D3 | 2191 | +| 41 | [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | Find, Filter, Preview, Pick. All lua, all the time. | nvim-telescope | 10819 | +| 42 | [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim) | Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. | jose-elias-alvarez | 3510 | +| 43 | [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Quickstart configs for Nvim LSP | neovim | 7869 | | 44 | [dotfiles.fish](https://github.com/caarlos0/dotfiles.fish) | my dotfiles | caarlos0 | 301 | | 45 | [VimMode.spoon](https://github.com/dbalatero/VimMode.spoon) | Adds vim keybindings to all OS X inputs | dbalatero | 605 | @@ -1351,7 +1352,7 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [usaco-guide](https://github.com/cpinitiative/usaco-guide) | A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond. | cpinitiative | 1364 | -| 2 | [rescript-lang.org](https://github.com/rescript-association/rescript-lang.org) | Official documentation website for the ReScript programming language | rescript-association | 1685 | +| 2 | [rescript-lang.org](https://github.com/rescript-association/rescript-lang.org) | Official documentation website for the ReScript programming language | rescript-association | 1686 | | 3 | [webpack.js.org](https://github.com/webpack/webpack.js.org) | Repository for webpack documentation and more! | webpack | 2183 | **[⬆ Back to Index](#-contents)** @@ -1360,36 +1361,36 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [software-engineer-interview-prep-kit](https://github.com/softwarebloat/software-engineer-interview-prep-kit) | Software Engineer Interview Preparation Kit | softwarebloat | 20 | -| 2 | [python-project-template](https://github.com/rochacbruno/python-project-template) | DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. | rochacbruno | 786 | +| 2 | [python-project-template](https://github.com/rochacbruno/python-project-template) | DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template. | rochacbruno | 787 | | 3 | [gitmagic](https://github.com/blynn/gitmagic) | A guide to using Git | blynn | 1896 | -| 4 | [lc3-vm](https://github.com/justinmeiners/lc3-vm) | Write your own virtual machine for the LC-3 computer! | justinmeiners | 1061 | -| 5 | [awesome-web-scraping](https://github.com/lorien/awesome-web-scraping) | List of libraries, tools and APIs for web scraping and data processing. | lorien | 5906 | +| 4 | [lc3-vm](https://github.com/justinmeiners/lc3-vm) | Write your own virtual machine for the LC-3 computer! | justinmeiners | 1062 | +| 5 | [awesome-web-scraping](https://github.com/lorien/awesome-web-scraping) | List of libraries, tools and APIs for web scraping and data processing. | lorien | 5907 | | 6 | [learnhaskell](https://github.com/bitemyapp/learnhaskell) | Learn Haskell | bitemyapp | 7835 | -| 7 | [Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC) | Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. | libretro | 1529 | -| 8 | [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) | A curated list of amazingly awesome open-source sysadmin resources. | awesome-foss | 19033 | +| 7 | [Lakka-LibreELEC](https://github.com/libretro/Lakka-LibreELEC) | Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. | libretro | 1530 | +| 8 | [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) | A curated list of amazingly awesome open-source sysadmin resources. | awesome-foss | 19043 | **[⬆ Back to Index](#-contents)** ## Markdown | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [content](https://github.com/mdn/content) | The content behind MDN Web Docs | mdn | 8083 | -| 2 | [fucking-algorithm](https://github.com/labuladong/fucking-algorithm) | 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. | labuladong | 117380 | -| 3 | [tldr](https://github.com/tldr-pages/tldr) | 📚 Collaborative cheatsheets for console commands | tldr-pages | 44992 | +| 1 | [content](https://github.com/mdn/content) | The content behind MDN Web Docs | mdn | 8086 | +| 2 | [fucking-algorithm](https://github.com/labuladong/fucking-algorithm) | 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. | labuladong | 117404 | +| 3 | [tldr](https://github.com/tldr-pages/tldr) | 📚 Collaborative cheatsheets for console commands | tldr-pages | 45009 | **[⬆ Back to Index](#-contents)** ## Nunjucks | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) | A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. | h5bp | 57606 | +| 1 | [Front-end-Developer-Interview-Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions) | A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. | h5bp | 57610 | **[⬆ Back to Index](#-contents)** ## OCaml | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [flow](https://github.com/facebook/flow) | Adds static typing to JavaScript to improve developer productivity and code quality. | facebook | 22006 | +| 1 | [flow](https://github.com/facebook/flow) | Adds static typing to JavaScript to improve developer productivity and code quality. | facebook | 22007 | | 2 | [ocaml-effects-tutorial](https://github.com/ocaml-multicore/ocaml-effects-tutorial) | Concurrent Programming with Effect Handlers | ocaml-multicore | 610 | **[⬆ Back to Index](#-contents)** @@ -1397,9 +1398,9 @@ ## Objective-C | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [hammerspoon](https://github.com/Hammerspoon/hammerspoon) | Staggeringly powerful macOS desktop automation with Lua | Hammerspoon | 10716 | +| 1 | [hammerspoon](https://github.com/Hammerspoon/hammerspoon) | Staggeringly powerful macOS desktop automation with Lua | Hammerspoon | 10721 | | 2 | [fruit](https://github.com/Corkscrews/fruit) | :apple: Screensaver of the vintage Apple logo made purely with NSBezierPath and masks in Objective-C. Now animated! | Corkscrews | 108 | -| 3 | [iTerm2](https://github.com/gnachman/iTerm2) | iTerm2 is a terminal emulator for Mac OS X that does amazing things. | gnachman | 13749 | +| 3 | [iTerm2](https://github.com/gnachman/iTerm2) | iTerm2 is a terminal emulator for Mac OS X that does amazing things. | gnachman | 13751 | | 4 | [uebersicht](https://github.com/felixhageloh/uebersicht) | ˈyːbɐˌzɪçt | felixhageloh | 4201 | **[⬆ Back to Index](#-contents)** @@ -1407,60 +1408,60 @@ ## Others | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [system-design](https://github.com/karanpratapsingh/system-design) | Learn how to design systems at scale and prepare for system design interviews | karanpratapsingh | 19730 | -| 2 | [awesome-chatgpt](https://github.com/sindresorhus/awesome-chatgpt) | 🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI | sindresorhus | 3280 | -| 3 | [Release](https://github.com/nodejs/Release) | Node.js Release Working Group | nodejs | 3562 | -| 4 | [Back-End-Developer-Interview-Questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions) | A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore | arialdomartini | 14200 | -| 5 | [The-Standard](https://github.com/hassanhabib/The-Standard) | This is The Standard. A collection of decades of experience in the engineering industry. I authored it to help you navigate the vast ocean of knowledge. The Standard is not perfect and never will be, and it reflects the ongoing evolution of the engineering industry. While one person may write it, it is the collection of thoughts from hundreds of engineers I've had the honor to interact with and learn from throughout my life. | hassanhabib | 824 | -| 6 | [clojure-style-guide](https://github.com/bbatsov/clojure-style-guide) | A community coding style guide for the Clojure programming language | bbatsov | 3962 | -| 7 | [awesome-privacy](https://github.com/pluja/awesome-privacy) | Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS. | pluja | 9494 | +| 1 | [system-design](https://github.com/karanpratapsingh/system-design) | Learn how to design systems at scale and prepare for system design interviews | karanpratapsingh | 19743 | +| 2 | [awesome-chatgpt](https://github.com/sindresorhus/awesome-chatgpt) | 🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI | sindresorhus | 3287 | +| 3 | [Release](https://github.com/nodejs/Release) | Node.js Release Working Group | nodejs | 3565 | +| 4 | [Back-End-Developer-Interview-Questions](https://github.com/arialdomartini/Back-End-Developer-Interview-Questions) | A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore | arialdomartini | 14204 | +| 5 | [The-Standard](https://github.com/hassanhabib/The-Standard) | This is The Standard. A collection of decades of experience in the engineering industry. I authored it to help you navigate the vast ocean of knowledge. The Standard is not perfect and never will be, and it reflects the ongoing evolution of the engineering industry. While one person may write it, it is the collection of thoughts from hundreds of engineers I've had the honor to interact with and learn from throughout my life. | hassanhabib | 825 | +| 6 | [clojure-style-guide](https://github.com/bbatsov/clojure-style-guide) | A community coding style guide for the Clojure programming language | bbatsov | 3963 | +| 7 | [awesome-privacy](https://github.com/pluja/awesome-privacy) | Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS. | pluja | 9503 | | 8 | [ponyfill](https://github.com/sindresorhus/ponyfill) | 🦄 Like polyfill but with pony pureness | sindresorhus | 1152 | | 9 | [highly-skilled-job-offers](https://github.com/coditori/highly-skilled-job-offers) | Sharing some info around job offers and interviews preparations | coditori | 311 | | 10 | [webcontainer-core](https://github.com/stackblitz/webcontainer-core) | Dev environments. In your web app. | stackblitz | 3262 | | 11 | [SC2k-docs](https://github.com/dfloer/SC2k-docs) | Documentation related to the implementation of Maxis' game, SimCity 2000. | dfloer | 251 | -| 12 | [functional-programming-jargon](https://github.com/hemanth/functional-programming-jargon) | Jargon from the functional programming world in simple terms! | hemanth | 18363 | +| 12 | [functional-programming-jargon](https://github.com/hemanth/functional-programming-jargon) | Jargon from the functional programming world in simple terms! | hemanth | 18362 | | 13 | [wundernut-vol12](https://github.com/wunderdogsw/wundernut-vol12) | Wundernut vol. 12 | wunderdogsw | 2 | | 14 | [wundernuts](https://github.com/wunderdogsw/wundernuts) | Place to find all the Wundernuts! | wunderdogsw | 3 | | 15 | [wundernut-vol11](https://github.com/wunderdogsw/wundernut-vol11) | Wundernut vol. 11 | wunderdogsw | 3 | -| 16 | [ru-test-assignments](https://github.com/Hexlet/ru-test-assignments) | Тестовые задания для самостоятельного выполнения от разных it компаний | Hexlet | 4884 | -| 17 | [what-happens-when](https://github.com/alex/what-happens-when) | An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" | alex | 36992 | -| 18 | [awesome-functional-programming](https://github.com/xgrommx/awesome-functional-programming) | Yet another resource for collecting articles, videos etc. regarding functional programming | xgrommx | 3336 | -| 19 | [Learn-Vim](https://github.com/iggredible/Learn-Vim) | Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 | iggredible | 11874 | +| 16 | [ru-test-assignments](https://github.com/Hexlet/ru-test-assignments) | Тестовые задания для самостоятельного выполнения от разных it компаний | Hexlet | 4887 | +| 17 | [what-happens-when](https://github.com/alex/what-happens-when) | An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" | alex | 36993 | +| 18 | [awesome-functional-programming](https://github.com/xgrommx/awesome-functional-programming) | Yet another resource for collecting articles, videos etc. regarding functional programming | xgrommx | 3337 | +| 19 | [Learn-Vim](https://github.com/iggredible/Learn-Vim) | Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 | iggredible | 11880 | | 20 | [questions-job-interview](https://github.com/Phantas0s/questions-job-interview) | :office: List of questions I might ask during an interview for a software developer job | Phantas0s | 93 | -| 21 | [debugging-stories](https://github.com/danluu/debugging-stories) | A collection of debugging stories. PRs welcome (sorry for the backlog) :-) | danluu | 3555 | +| 21 | [debugging-stories](https://github.com/danluu/debugging-stories) | A collection of debugging stories. PRs welcome (sorry for the backlog) :-) | danluu | 3556 | | 22 | [pharo-wiki](https://github.com/pharo-open-documentation/pharo-wiki) | Wiki related to the Pharo programming language and environment. | pharo-open-documentation | 229 | | 23 | [awesome-regression-testing](https://github.com/mojoaxel/awesome-regression-testing) | 🕶️ A curated list of resources around the topic: visual regression testing | mojoaxel | 1937 | | 24 | [vim-turing-complete](https://github.com/matthewfranglen/vim-turing-complete) | | matthewfranglen | 4 | -| 25 | [httptoolkit](https://github.com/httptoolkit/httptoolkit) | HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac :tada: Open an issue here to give feedback or ask for help. | httptoolkit | 2035 | -| 26 | [neofetch-themes](https://github.com/Chick2D/neofetch-themes) | Neofetch configs put into a convinient repository | Chick2D | 833 | +| 25 | [httptoolkit](https://github.com/httptoolkit/httptoolkit) | HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac :tada: Open an issue here to give feedback or ask for help. | httptoolkit | 2037 | +| 26 | [neofetch-themes](https://github.com/Chick2D/neofetch-themes) | Neofetch configs put into a convinient repository | Chick2D | 834 | | 27 | [python3ds](https://github.com/sigfriedCub1990/python3ds) | Code for Problem Solving with Algorithms and Data Structures using Python 3 book | sigfriedCub1990 | 2 | | 28 | [awesome-fp-js](https://github.com/stoeffel/awesome-fp-js) | :sunglasses: A curated list of awesome functional programming stuff in js | stoeffel | 5817 | | 29 | [awesome-koans](https://github.com/ahmdrefat/awesome-koans) | A list of all available kōans | ahmdrefat | 385 | | 30 | [awesome-by-example](https://github.com/b0o/awesome-by-example) | 😎 A curated list of example-based learning resources. | b0o | 109 | | 31 | [awesome-cold-showers](https://github.com/hwayne/awesome-cold-showers) | For when people get too hyped up about things | hwayne | 6577 | | 32 | [mono](https://github.com/evilmartians/mono) | Free and open-source monospaced font from Evil Martians | evilmartians | 1795 | -| 33 | [nvim-lua-guide](https://github.com/nanotee/nvim-lua-guide) | A guide to using Lua in Neovim | nanotee | 5467 | +| 33 | [nvim-lua-guide](https://github.com/nanotee/nvim-lua-guide) | A guide to using Lua in Neovim | nanotee | 5470 | | 34 | [slack-theme-gruvbox](https://github.com/kyleterry/slack-theme-gruvbox) | Gruvbox theme for the slack sidebar | kyleterry | 22 | -| 35 | [New-Grad-Positions](https://github.com/coderQuad/New-Grad-Positions) | A collection of New Grad full time roles in SWE, Quant, and PM. | coderQuad | 6868 | +| 35 | [New-Grad-Positions](https://github.com/coderQuad/New-Grad-Positions) | A collection of New Grad full time roles in SWE, Quant, and PM. | coderQuad | 6873 | | 36 | [git-from-the-bottom-up](https://github.com/jwiegley/git-from-the-bottom-up) | An introduction to the architecture and design of the Git content manager | jwiegley | 756 | | 37 | [system-design-resources](https://github.com/InterviewReady/system-design-resources) | These are the best resources for System Design on the Internet | InterviewReady | 10420 | | 38 | [a-picture-is-worth-a-1000-words](https://github.com/girliemac/a-picture-is-worth-a-1000-words) | I am trying to describe complex matters in simple doodles! | girliemac | 10818 | | 39 | [how-to-exit-vim](https://github.com/ThePrimeagen/how-to-exit-vim) | Below are some simple methods for exiting vim. | ThePrimeagen | 13 | -| 40 | [exercism](https://github.com/exercism/exercism) | Crowd-sourced code mentorship. Practice having thoughtful conversations about code. | exercism | 7113 | -| 41 | [awesome](https://github.com/rollup/awesome) | ⚡️ Delightful Rollup Plugins, Packages, and Resources | rollup | 2273 | +| 40 | [exercism](https://github.com/exercism/exercism) | Crowd-sourced code mentorship. Practice having thoughtful conversations about code. | exercism | 7114 | +| 41 | [awesome](https://github.com/rollup/awesome) | ⚡️ Delightful Rollup Plugins, Packages, and Resources | rollup | 2274 | | 42 | [programmers-oath](https://github.com/Widdershin/programmers-oath) | An oath for programmers, comparable to the Hippocratic Oath | Widdershin | 719 | | 43 | [awesome-explorables](https://github.com/blob42/awesome-explorables) | A curated list of awesome explorable explanations. | blob42 | 676 | | 44 | [editor-plugins](https://github.com/elm/editor-plugins) | List of editor plugins for Elm. | elm | 47 | -| 45 | [tech-jobs-with-relocation](https://github.com/AndrewStetsenko/tech-jobs-with-relocation) | All-in-one guide to getting a tech job abroad 🌎 | AndrewStetsenko | 1638 | +| 45 | [tech-jobs-with-relocation](https://github.com/AndrewStetsenko/tech-jobs-with-relocation) | All-in-one guide to getting a tech job abroad 🌎 | AndrewStetsenko | 1639 | | 46 | [README](https://github.com/InnoTutor/README) | README file with project's description | InnoTutor | 20 | | 47 | [overview](https://github.com/Doctorinna/overview) | Deliveries of the Software process for Doctorinna. | Doctorinna | 20 | | 48 | [Picture-Inspector](https://github.com/PictureInspector/Picture-Inspector) | | PictureInspector | 30 | -| 49 | [curriculum](https://github.com/TheOdinProject/curriculum) | The open curriculum for learning web development | TheOdinProject | 7580 | -| 50 | [cs-video-courses](https://github.com/Developer-Y/cs-video-courses) | List of Computer Science courses with video lectures. | Developer-Y | 58443 | -| 51 | [trackerslist](https://github.com/ngosang/trackerslist) | Updated list of public BitTorrent trackers | ngosang | 40667 | +| 49 | [curriculum](https://github.com/TheOdinProject/curriculum) | The open curriculum for learning web development | TheOdinProject | 7586 | +| 50 | [cs-video-courses](https://github.com/Developer-Y/cs-video-courses) | List of Computer Science courses with video lectures. | Developer-Y | 58464 | +| 51 | [trackerslist](https://github.com/ngosang/trackerslist) | Updated list of public BitTorrent trackers | ngosang | 40689 | | 52 | [The-Pragmatic-Programmer](https://github.com/HugoMatilla/The-Pragmatic-Programmer) | Summary of the book The Pragmatic Programmer by Andrew Hunt and David Thomas | HugoMatilla | 1394 | | 53 | [rust-for-js-peeps](https://github.com/yoshuawuyts/rust-for-js-peeps) | Know JS, want to try Rust, but not sure where to start? This is for you! | yoshuawuyts | 1264 | -| 54 | [react-fiber-architecture](https://github.com/acdlite/react-fiber-architecture) | A description of React's new core algorithm, React Fiber | acdlite | 10176 | +| 54 | [react-fiber-architecture](https://github.com/acdlite/react-fiber-architecture) | A description of React's new core algorithm, React Fiber | acdlite | 10177 | | 55 | [Category_Theory_Resources](https://github.com/bgavran/Category_Theory_Resources) | List of resources for learning Category Theory | bgavran | 136 | | 56 | [10-Great-Popular-Science-Books](https://github.com/manjunath5496/10-Great-Popular-Science-Books) | "It is possible to invent a single machine which can be used to compute any computable sequence." ― Alan Turing | manjunath5496 | 4 | | 57 | [js-reading-list](https://github.com/AlexanderEllis/js-reading-list) | JavaScript Reading List | AlexanderEllis | 84 | @@ -1471,92 +1472,92 @@ | 62 | [programming-math-science](https://github.com/bobeff/programming-math-science) | This is a list of links to different freely available learning resources about computer programming, math, and science. | bobeff | 1420 | | 63 | [evergreen-skills-developers](https://github.com/romenrg/evergreen-skills-developers) | List of evergreen skills, based on software development best practices & cross-framework principles, that should serve as a fair assessment of skilled software engineers / developers | romenrg | 1503 | | 64 | [awesome-erlang](https://github.com/drobakowski/awesome-erlang) | A curated list of awesome Erlang libraries, resources and shiny things. | drobakowski | 1523 | -| 65 | [github-issue-templates](https://github.com/stevemao/github-issue-templates) | :symbols: A collection of GitHub issue and pull request templates | stevemao | 3769 | -| 66 | [awesome-competitive-programming](https://github.com/lnishan/awesome-competitive-programming) | :gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources | lnishan | 11423 | -| 67 | [modern-unix](https://github.com/ibraheemdev/modern-unix) | A collection of modern/faster/saner alternatives to common unix commands. | ibraheemdev | 27223 | -| 68 | [awesome-neovim](https://github.com/rockerBOO/awesome-neovim) | Collections of awesome neovim plugins. | rockerBOO | 11118 | +| 65 | [github-issue-templates](https://github.com/stevemao/github-issue-templates) | :symbols: A collection of GitHub issue and pull request templates | stevemao | 3771 | +| 66 | [awesome-competitive-programming](https://github.com/lnishan/awesome-competitive-programming) | :gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources | lnishan | 11428 | +| 67 | [modern-unix](https://github.com/ibraheemdev/modern-unix) | A collection of modern/faster/saner alternatives to common unix commands. | ibraheemdev | 27300 | +| 68 | [awesome-neovim](https://github.com/rockerBOO/awesome-neovim) | Collections of awesome neovim plugins. | rockerBOO | 11128 | | 69 | [ueberzug](https://github.com/seebye/ueberzug) | | seebye | 1249 | -| 70 | [stack-on-a-budget](https://github.com/255kb/stack-on-a-budget) | A collection of services with great free tiers for developers on a budget. Sponsored by Mockoon, the best mock API tool. https://mockoon.com | 255kb | 11638 | -| 71 | [awesome-c](https://github.com/uhub/awesome-c) | A curated list of awesome C frameworks, libraries and software. | uhub | 1562 | -| 72 | [Clone-Wars](https://github.com/GorvGoyl/Clone-Wars) | 100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars. | GorvGoyl | 24789 | +| 70 | [stack-on-a-budget](https://github.com/255kb/stack-on-a-budget) | A collection of services with great free tiers for developers on a budget. Sponsored by Mockoon, the best mock API tool. https://mockoon.com | 255kb | 11640 | +| 71 | [awesome-c](https://github.com/uhub/awesome-c) | A curated list of awesome C frameworks, libraries and software. | uhub | 1561 | +| 72 | [Clone-Wars](https://github.com/GorvGoyl/Clone-Wars) | 100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars. | GorvGoyl | 24795 | | 73 | [bashrc](https://github.com/simos/bashrc) | Common usable configuration files for bash | simos | 23 | | 74 | [kelsey-hightower-wisdom](https://github.com/tgogos/kelsey-hightower-wisdom) | tweets & quotes from Kelsey Hightower 🦉📜 | tgogos | 144 | -| 75 | [awesome-docker](https://github.com/veggiemonk/awesome-docker) | :whale: A curated list of Docker resources and projects | veggiemonk | 25943 | -| 76 | [awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | A curated list of software and architecture related design patterns. | DovAmir | 31412 | +| 75 | [awesome-docker](https://github.com/veggiemonk/awesome-docker) | :whale: A curated list of Docker resources and projects | veggiemonk | 25946 | +| 76 | [awesome-design-patterns](https://github.com/DovAmir/awesome-design-patterns) | A curated list of software and architecture related design patterns. | DovAmir | 31450 | | 77 | [awesome-physics](https://github.com/wbierbower/awesome-physics) | 🌌 A collaborative list of awesome software for exploring Physics concepts | wbierbower | 393 | | 78 | [naming-cheatsheet](https://github.com/kettanaito/naming-cheatsheet) | Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern. | kettanaito | 12899 | -| 79 | [Projects](https://github.com/karan/Projects) | :page_with_curl: A list of practical projects that anyone can solve in any programming language. | karan | 42598 | +| 79 | [Projects](https://github.com/karan/Projects) | :page_with_curl: A list of practical projects that anyone can solve in any programming language. | karan | 42602 | | 80 | [computer-graphics-from-scratch](https://github.com/ggambetta/computer-graphics-from-scratch) | Text, diagrams, and source code for the book Computer Graphics from scratch. | ggambetta | 1091 | -| 81 | [awesome-ssh](https://github.com/moul/awesome-ssh) | :computer: A curated list of SSH resources. | moul | 2231 | -| 82 | [100ProjectsOfCode](https://github.com/arpit-omprakash/100ProjectsOfCode) | A list of practical knowledge-building projects. | arpit-omprakash | 2547 | +| 81 | [awesome-ssh](https://github.com/moul/awesome-ssh) | :computer: A curated list of SSH resources. | moul | 2232 | +| 82 | [100ProjectsOfCode](https://github.com/arpit-omprakash/100ProjectsOfCode) | A list of practical knowledge-building projects. | arpit-omprakash | 2548 | | 83 | [awesome-landing-page](https://github.com/nordicgiant2/awesome-landing-page) | A series of beautiful and practical landing page templates | nordicgiant2 | 2948 | | 84 | [frontend-case-studies](https://github.com/andrew--r/frontend-case-studies) | 💼 A curated list of technical talks and articles about real world enterprise frontend development | andrew--r | 7021 | | 85 | [awesome-made-by-brazilians](https://github.com/felipefialho/awesome-made-by-brazilians) | 🇧🇷 A collection of amazing open source projects built by brazilian developers | felipefialho | 1460 | | 86 | [awesome-made-by-russians](https://github.com/gaearon/awesome-made-by-russians) | 🇷🇺 The best open source projects that were made and mainly contributed by Russian developers | gaearon | 50 | -| 87 | [You-Dont-Need-GUI](https://github.com/you-dont-need/You-Dont-Need-GUI) | Stop relying on GUI; CLI **ROCKS** | you-dont-need | 5233 | +| 87 | [You-Dont-Need-GUI](https://github.com/you-dont-need/You-Dont-Need-GUI) | Stop relying on GUI; CLI **ROCKS** | you-dont-need | 5234 | | 88 | [abhijithvijayan](https://github.com/abhijithvijayan/abhijithvijayan) | hello world! | abhijithvijayan | 1 | -| 89 | [jest-cheat-sheet](https://github.com/sapegin/jest-cheat-sheet) | Jest cheat sheet | sapegin | 5067 | +| 89 | [jest-cheat-sheet](https://github.com/sapegin/jest-cheat-sheet) | Jest cheat sheet | sapegin | 5068 | | 90 | [javascript-ebooks-1](https://github.com/cjitendra12/javascript-ebooks-1) | | cjitendra12 | 164 | | 91 | [awesome-mobx](https://github.com/mobxjs/awesome-mobx) | A collection of awesome things regarding MobX. | mobxjs | 2158 | -| 92 | [awesome-nestjs](https://github.com/nestjs/awesome-nestjs) | A curated list of awesome things related to NestJS 😎 | nestjs | 8393 | -| 93 | [eng-practices](https://github.com/google/eng-practices) | Google's Engineering Practices documentation | google | 19357 | -| 94 | [post-mortems](https://github.com/danluu/post-mortems) | A collection of postmortems. Sorry for the delay in merging PRs! | danluu | 10273 | +| 92 | [awesome-nestjs](https://github.com/nestjs/awesome-nestjs) | A curated list of awesome things related to NestJS 😎 | nestjs | 8402 | +| 93 | [eng-practices](https://github.com/google/eng-practices) | Google's Engineering Practices documentation | google | 19358 | +| 94 | [post-mortems](https://github.com/danluu/post-mortems) | A collection of postmortems. Sorry for the delay in merging PRs! | danluu | 10275 | | 95 | [handbook](https://github.com/basecamp/handbook) | Basecamp Employee Handbook | basecamp | 6167 | -| 96 | [awesome-RemoteWork](https://github.com/hugo53/awesome-RemoteWork) | Resources for remote workers: approaches, hiring page, remote life and more. | hugo53 | 1195 | +| 96 | [awesome-RemoteWork](https://github.com/hugo53/awesome-RemoteWork) | Resources for remote workers: approaches, hiring page, remote life and more. | hugo53 | 1196 | | 97 | [awesome-manifesto](https://github.com/cristaloleg/awesome-manifesto) | Utopian developer's manifesto | cristaloleg | 315 | | 98 | [gtypist-single-space](https://github.com/inaimathi/gtypist-single-space) | GNU Typist lessons with the "two spaces after a sentence" garbage removed. You're welcome. | inaimathi | 40 | | 99 | [awesome-diy-software](https://github.com/cweagans/awesome-diy-software) | A curated list of awesome DIY software. | cweagans | 536 | | 100 | [algodeck](https://github.com/teivah/algodeck) | An Open-Source Collection of 200+ Flash Cards to Help You Preparing Your Algorithms & Data Structures Interview 💯 | teivah | 5168 | | 101 | [react-basic](https://github.com/reactjs/react-basic) | A description of the conceptual model of React without implementation burden. | reactjs | 4116 | | 102 | [The-Open-Book](https://github.com/joeycastillo/The-Open-Book) | | joeycastillo | 6863 | -| 103 | [awesome-react-components](https://github.com/brillout/awesome-react-components) | Curated List of React Components & Libraries. | brillout | 36697 | -| 104 | [backendlore](https://github.com/fpereiro/backendlore) | How I write backends | fpereiro | 5113 | -| 105 | [SoftwareArchitect](https://github.com/justinamiller/SoftwareArchitect) | Path to a Software Architect | justinamiller | 8224 | -| 106 | [accessibility_interview_questions](https://github.com/scottaohara/accessibility_interview_questions) | A starting point for questions to ask someone that wants you to give them a job | scottaohara | 345 | -| 107 | [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) | A list of awesome beginners-friendly projects. | MunGell | 54739 | -| 108 | [what-to-code](https://github.com/joereynolds/what-to-code) | Ideas for things to program | joereynolds | 1357 | +| 103 | [awesome-react-components](https://github.com/brillout/awesome-react-components) | Curated List of React Components & Libraries. | brillout | 36717 | +| 104 | [backendlore](https://github.com/fpereiro/backendlore) | How I write backends | fpereiro | 5114 | +| 105 | [SoftwareArchitect](https://github.com/justinamiller/SoftwareArchitect) | Path to a Software Architect | justinamiller | 8237 | +| 106 | [accessibility_interview_questions](https://github.com/scottaohara/accessibility_interview_questions) | A starting point for questions to ask someone that wants you to give them a job | scottaohara | 346 | +| 107 | [awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners) | A list of awesome beginners-friendly projects. | MunGell | 54780 | +| 108 | [what-to-code](https://github.com/joereynolds/what-to-code) | Ideas for things to program | joereynolds | 1358 | | 109 | [javascript-tips-and-tidbits](https://github.com/nas5w/javascript-tips-and-tidbits) | A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding. | nas5w | 1195 | -| 110 | [degoogle](https://github.com/tycrek/degoogle) | A huge list of alternatives to Google products. Privacy tips, tricks, and links. | tycrek | 6881 | -| 111 | [awesome-tmux](https://github.com/rothgar/awesome-tmux) | A list of awesome resources for tmux | rothgar | 6063 | -| 112 | [awesome-wasm](https://github.com/mbasso/awesome-wasm) | 😎 Curated list of awesome things regarding WebAssembly (wasm) ecosystem. | mbasso | 7953 | +| 110 | [degoogle](https://github.com/tycrek/degoogle) | A huge list of alternatives to Google products. Privacy tips, tricks, and links. | tycrek | 6882 | +| 111 | [awesome-tmux](https://github.com/rothgar/awesome-tmux) | A list of awesome resources for tmux | rothgar | 6065 | +| 112 | [awesome-wasm](https://github.com/mbasso/awesome-wasm) | 😎 Curated list of awesome things regarding WebAssembly (wasm) ecosystem. | mbasso | 7957 | | 113 | [homebrew-cask-drivers](https://github.com/Homebrew/homebrew-cask-drivers) | 🖨 Casks of Drivers | Homebrew | 464 | -| 114 | [DevYouTubeList](https://github.com/ErikCH/DevYouTubeList) | List of Development YouTube Channels | ErikCH | 4805 | +| 114 | [DevYouTubeList](https://github.com/ErikCH/DevYouTubeList) | List of Development YouTube Channels | ErikCH | 4806 | | 115 | [idiomatic-vimrc](https://github.com/romainl/idiomatic-vimrc) | Guidelines for sculpting your very own ~/.vimrc. | romainl | 1053 | | 116 | [the-patient-vimmer](https://github.com/romainl/the-patient-vimmer) | A guide for patient Vimmers. | romainl | 113 | -| 117 | [API](https://github.com/HackerNews/API) | Documentation and Samples for the Official HN API | HackerNews | 10165 | -| 118 | [js-must-watch](https://github.com/bolshchikov/js-must-watch) | Must-watch videos about javascript | bolshchikov | 12982 | +| 117 | [API](https://github.com/HackerNews/API) | Documentation and Samples for the Official HN API | HackerNews | 10171 | +| 118 | [js-must-watch](https://github.com/bolshchikov/js-must-watch) | Must-watch videos about javascript | bolshchikov | 12983 | | 119 | [awesome-ant-design](https://github.com/websemantics/awesome-ant-design) | A curated list of Ant Design resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Ant Design that we keep up-to-date | websemantics | 3016 | -| 120 | [You-Dont-Need](https://github.com/you-dont-need/You-Dont-Need) | People choose popular projects, often not because it applies to their problems | you-dont-need | 3399 | +| 120 | [You-Dont-Need](https://github.com/you-dont-need/You-Dont-Need) | People choose popular projects, often not because it applies to their problems | you-dont-need | 3400 | | 121 | [awesome-linguistics](https://github.com/theimpossibleastronaut/awesome-linguistics) | A curated list of anything remotely related to linguistics | theimpossibleastronaut | 318 | -| 122 | [my-mac](https://github.com/nikitavoloboev/my-mac) | List of applications and tools that make my macOS experience even more amazing | nikitavoloboev | 19905 | -| 123 | [servo](https://github.com/servo/servo) | The Servo Browser Engine | servo | 23504 | +| 122 | [my-mac](https://github.com/nikitavoloboev/my-mac) | List of applications and tools that make my macOS experience even more amazing | nikitavoloboev | 19910 | +| 123 | [servo](https://github.com/servo/servo) | The Servo Browser Engine | servo | 23505 | | 124 | [General-Knowledge-Books](https://github.com/manjunath5496/General-Knowledge-Books) | "I cannot teach anybody anything. I can only make them think."― Socrates | manjunath5496 | 4 | -| 125 | [dracula-theme](https://github.com/dracula/dracula-theme) | 🧛🏻‍♂️ One theme. All platforms. | dracula | 21530 | -| 126 | [awesome-react-hooks](https://github.com/rehooks/awesome-react-hooks) | Awesome React Hooks | rehooks | 9262 | +| 125 | [dracula-theme](https://github.com/dracula/dracula-theme) | 🧛🏻‍♂️ One theme. All platforms. | dracula | 21535 | +| 126 | [awesome-react-hooks](https://github.com/rehooks/awesome-react-hooks) | Awesome React Hooks | rehooks | 9263 | | 127 | [frontend-architecture-topics](https://github.com/stevekinney/frontend-architecture-topics) | What constitutes front-end architecture? | stevekinney | 379 | | 128 | [Jewish-Nobel-Lectures](https://github.com/manjunath5496/Jewish-Nobel-Lectures) | "If I could explain it to the average person, I wouldn't have been worth the Nobel Prize." ― Richard Feynman | manjunath5496 | 2 | | 129 | [jobs](https://github.com/Nearsoft/jobs) | Our openings | Nearsoft | 92 | | 130 | [.moc](https://github.com/arcusfelis/.moc) | My mocp config (vim-like keys) | arcusfelis | 10 | | 131 | [nrol-39-logo](https://github.com/palewire/nrol-39-logo) | A vector PDF of the official mission logo of NROL-39 released via FOIA | palewire | 411 | | 132 | [art](https://github.com/saberland/art) | Saber artworks | saberland | 2 | -| 133 | [awesome-css](https://github.com/awesome-css-group/awesome-css) | :art: A curated contents of amazing CSS :) | awesome-css-group | 4553 | +| 133 | [awesome-css](https://github.com/awesome-css-group/awesome-css) | :art: A curated contents of amazing CSS :) | awesome-css-group | 4556 | | 134 | [state-machines](https://github.com/achou11/state-machines) | A humble repo to collect knowledge on state machines. | achou11 | 56 | -| 135 | [HEAD](https://github.com/joshbuchea/HEAD) | A simple guide to HTML &lt;head&gt; elements | joshbuchea | 29747 | -| 136 | [real-world-react-apps](https://github.com/jeromedalbert/real-world-react-apps) | Real world React apps and their open source codebases for developers to learn from | jeromedalbert | 3457 | -| 137 | [realworld-starter-kit](https://github.com/gothinkster/realworld-starter-kit) | Starter kit for new RealWorld framework implementations | gothinkster | 374 | -| 138 | [computer-science](https://github.com/ossu/computer-science) | :mortar_board: Path to a free self-taught education in Computer Science! | ossu | 146648 | +| 135 | [HEAD](https://github.com/joshbuchea/HEAD) | A simple guide to HTML &lt;head&gt; elements | joshbuchea | 29746 | +| 136 | [real-world-react-apps](https://github.com/jeromedalbert/real-world-react-apps) | Real world React apps and their open source codebases for developers to learn from | jeromedalbert | 3466 | +| 137 | [realworld-starter-kit](https://github.com/gothinkster/realworld-starter-kit) | Starter kit for new RealWorld framework implementations | gothinkster | 375 | +| 138 | [computer-science](https://github.com/ossu/computer-science) | :mortar_board: Path to a free self-taught education in Computer Science! | ossu | 146676 | | 139 | [i-am-chinese-the-dragonfly-must-go-on](https://github.com/ithinco/i-am-chinese-the-dragonfly-must-go-on) | A response to “We are Google employees, Google must drop DragonFly” | ithinco | 1415 | | 140 | [node-vs-deno](https://github.com/egoist/node-vs-deno) | A Deno guide for Node.js developers | egoist | 361 | -| 141 | [reverse-interview](https://github.com/viraptor/reverse-interview) | Questions to ask the company during your interview | viraptor | 25804 | -| 142 | [awesome-actions](https://github.com/sdras/awesome-actions) | A curated list of awesome actions to use on GitHub | sdras | 22245 | -| 143 | [awesome-nextjs](https://github.com/unicodeveloper/awesome-nextjs) | :notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) | unicodeveloper | 9104 | +| 141 | [reverse-interview](https://github.com/viraptor/reverse-interview) | Questions to ask the company during your interview | viraptor | 25807 | +| 142 | [awesome-actions](https://github.com/sdras/awesome-actions) | A curated list of awesome actions to use on GitHub | sdras | 22265 | +| 143 | [awesome-nextjs](https://github.com/unicodeveloper/awesome-nextjs) | :notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) | unicodeveloper | 9106 | | 144 | [Philosophy](https://github.com/Jfaler/Philosophy) | :octocat: A list of philosophy books and resources. | Jfaler | 294 | -| 145 | [SystemProgramming](https://github.com/angrave/SystemProgramming) | Angrave's Crowd-Sourced System Programming Book used at UIUC | angrave | 5415 | +| 145 | [SystemProgramming](https://github.com/angrave/SystemProgramming) | Angrave's Crowd-Sourced System Programming Book used at UIUC | angrave | 5416 | | 146 | [awesome-casestudy](https://github.com/luruke/awesome-casestudy) | 📕 Curated list of technical case studies on WebGL and creative development | luruke | 2530 | | 147 | [cuban-opensource](https://github.com/cuban-opensourcers/cuban-opensource) | Awesome list of Cuban opensource projects. Just to know what is being openly developed in Cuba. | cuban-opensourcers | 156 | | 148 | [typescript-vs-flowtype](https://github.com/niieani/typescript-vs-flowtype) | Differences between Flowtype and TypeScript -- syntax and usability | niieani | 1724 | | 149 | [react-state-management](https://github.com/FrontendMasters/react-state-management) | | FrontendMasters | 65 | -| 150 | [javascript-questions](https://github.com/lydiahallie/javascript-questions) | A long list of (advanced) JavaScript questions, and their explanations :sparkles: | lydiahallie | 55603 | +| 150 | [javascript-questions](https://github.com/lydiahallie/javascript-questions) | A long list of (advanced) JavaScript questions, and their explanations :sparkles: | lydiahallie | 55623 | | 151 | [awesome-tools-for-junior-developers](https://github.com/stephhappens/awesome-tools-for-junior-developers) | A curated list of popular tools, tips and tricks for aspiring developers. | stephhappens | 326 | | 152 | [design-for-developers](https://github.com/sdras/design-for-developers) | Design for Developers Workshop | sdras | 702 | | 153 | [FiraCodeiScript](https://github.com/kencrocken/FiraCodeiScript) | Mashup Font of FiraCode and Script12 | kencrocken | 1285 | @@ -1564,96 +1565,96 @@ | 155 | [shadow-dom-in-depth](https://github.com/praveenpuglia/shadow-dom-in-depth) | Everything you need to know about Shadow DOM | praveenpuglia | 227 | | 156 | [SanFranciscoFont](https://github.com/AppleDesignResources/SanFranciscoFont) | The San Francisco font by Apple used in the Apple Watch, iOS 9, and OS X El Capitan. Originally found at https://developer.apple.com/watchos/download/ | AppleDesignResources | 1045 | | 157 | [resilience-engineering](https://github.com/lorin/resilience-engineering) | Resilience engineering papers | lorin | 2808 | -| 158 | [awesome-react-hooks](https://github.com/glauberfc/awesome-react-hooks) | A curated list about React Hooks | glauberfc | 1147 | -| 159 | [awesome-typescript](https://github.com/dzharii/awesome-typescript) | A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript | dzharii | 4012 | -| 160 | [telegram-list](https://github.com/goq/telegram-list) | List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов | goq | 4127 | -| 161 | [awesome](https://github.com/chartjs/awesome) | A curated list of awesome Chart.js resources and libraries | chartjs | 1653 | +| 158 | [awesome-react-hooks](https://github.com/glauberfc/awesome-react-hooks) | A curated list about React Hooks | glauberfc | 1148 | +| 159 | [awesome-typescript](https://github.com/dzharii/awesome-typescript) | A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript | dzharii | 4018 | +| 160 | [telegram-list](https://github.com/goq/telegram-list) | List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов | goq | 4130 | +| 161 | [awesome](https://github.com/chartjs/awesome) | A curated list of awesome Chart.js resources and libraries | chartjs | 1655 | | 162 | [Ubuntu-for-Azure-Developers](https://github.com/gloveboxes/Ubuntu-for-Azure-Developers) | Setting up your Ubuntu 20.04 developer environment to build Azure solutions | gloveboxes | 11 | -| 163 | [react-redux-links](https://github.com/markerikson/react-redux-links) | Curated tutorial and resource links I've collected on React, Redux, ES6, and more | markerikson | 22253 | -| 164 | [awesome-styled-components](https://github.com/styled-components/awesome-styled-components) | A curated list of awesome styled-components resources 💅 | styled-components | 3226 | -| 165 | [critical-path-css-tools](https://github.com/addyosmani/critical-path-css-tools) | Tools to prioritize above-the-fold (critical-path) CSS | addyosmani | 1140 | +| 163 | [react-redux-links](https://github.com/markerikson/react-redux-links) | Curated tutorial and resource links I've collected on React, Redux, ES6, and more | markerikson | 22256 | +| 164 | [awesome-styled-components](https://github.com/styled-components/awesome-styled-components) | A curated list of awesome styled-components resources 💅 | styled-components | 3227 | +| 165 | [critical-path-css-tools](https://github.com/addyosmani/critical-path-css-tools) | Tools to prioritize above-the-fold (critical-path) CSS | addyosmani | 1141 | | 166 | [bem-method](https://github.com/bem-site/bem-method) | BEM — a methodology how to develop web projects applicable for any technology | bem-site | 597 | | 167 | [css](https://github.com/bevacqua/css) | :art: CSS: The Good Parts | bevacqua | 992 | | 168 | [ffmpeg-guide](https://github.com/cyburgee/ffmpeg-guide) | | cyburgee | 300 | | 169 | [gridbugs](https://github.com/rachelandrew/gridbugs) | A curated list of Grid interop issues | rachelandrew | 1177 | | 170 | [js-dev-reads](https://github.com/twhite96/js-dev-reads) | A list of books 📚and articles 📝 for the discerning web developer to read. | twhite96 | 3951 | | 171 | [awesome-personal-blogs](https://github.com/jkup/awesome-personal-blogs) | A delightful list of personal tech blogs | jkup | 2875 | -| 172 | [flexbugs](https://github.com/philipwalton/flexbugs) | A community-curated list of flexbox issues and cross-browser workarounds for them. | philipwalton | 13583 | -| 173 | [awesome-css-learning](https://github.com/micromata/awesome-css-learning) | A tiny list limited to the best CSS Learning Resources | micromata | 3029 | -| 174 | [100-days-of-code](https://github.com/kallaway/100-days-of-code) | Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available) | kallaway | 6488 | -| 175 | [How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | An evolving how-to guide for securing a Linux server. | imthenachoman | 15219 | +| 172 | [flexbugs](https://github.com/philipwalton/flexbugs) | A community-curated list of flexbox issues and cross-browser workarounds for them. | philipwalton | 13584 | +| 173 | [awesome-css-learning](https://github.com/micromata/awesome-css-learning) | A tiny list limited to the best CSS Learning Resources | micromata | 3038 | +| 174 | [100-days-of-code](https://github.com/kallaway/100-days-of-code) | Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available) | kallaway | 6487 | +| 175 | [How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) | An evolving how-to guide for securing a Linux server. | imthenachoman | 15221 | | 176 | [awesome-mobile-web-development](https://github.com/myshov/awesome-mobile-web-development) | All that you need to create a great mobile web experience | myshov | 1182 | -| 177 | [awesome-design-systems](https://github.com/alexpate/awesome-design-systems) | 💅🏻 ⚒ A collection of awesome design systems | alexpate | 15807 | -| 178 | [project-based-learning](https://github.com/practical-tutorials/project-based-learning) | Curated list of project-based tutorials | practical-tutorials | 112166 | -| 179 | [graphql-apis](https://github.com/graphql-kit/graphql-apis) | 📜 A collective list of public GraphQL APIs | graphql-kit | 4293 | -| 180 | [awesome-graphql](https://github.com/chentsulin/awesome-graphql) | Awesome list of GraphQL | chentsulin | 14158 | -| 181 | [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | trimstray | 103558 | +| 177 | [awesome-design-systems](https://github.com/alexpate/awesome-design-systems) | 💅🏻 ⚒ A collection of awesome design systems | alexpate | 15810 | +| 178 | [project-based-learning](https://github.com/practical-tutorials/project-based-learning) | Curated list of project-based tutorials | practical-tutorials | 112209 | +| 179 | [graphql-apis](https://github.com/graphql-kit/graphql-apis) | 📜 A collective list of public GraphQL APIs | graphql-kit | 4294 | +| 180 | [awesome-graphql](https://github.com/chentsulin/awesome-graphql) | Awesome list of GraphQL | chentsulin | 14161 | +| 181 | [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) | A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. | trimstray | 103639 | | 182 | [awesome-javascript](https://github.com/sorrycc/awesome-javascript) | 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. | sorrycc | 31121 | -| 183 | [Become-A-Full-Stack-Web-Developer](https://github.com/bmorelli25/Become-A-Full-Stack-Web-Developer) | Free resources for learning Full Stack Web Development | bmorelli25 | 16459 | -| 184 | [design-patterns-for-humans](https://github.com/kamranahmedse/design-patterns-for-humans) | An ultra-simplified explanation to design patterns | kamranahmedse | 41528 | -| 185 | [awesome-online-ide](https://github.com/styfle/awesome-online-ide) | 🌩️ A list of awesome online development environments | styfle | 2970 | -| 186 | [coding-interview-university](https://github.com/jwasham/coding-interview-university) | A complete computer science study plan to become a software engineer. | jwasham | 262216 | +| 183 | [Become-A-Full-Stack-Web-Developer](https://github.com/bmorelli25/Become-A-Full-Stack-Web-Developer) | Free resources for learning Full Stack Web Development | bmorelli25 | 16463 | +| 184 | [design-patterns-for-humans](https://github.com/kamranahmedse/design-patterns-for-humans) | An ultra-simplified explanation to design patterns | kamranahmedse | 41536 | +| 185 | [awesome-online-ide](https://github.com/styfle/awesome-online-ide) | 🌩️ A list of awesome online development environments | styfle | 2971 | +| 186 | [coding-interview-university](https://github.com/jwasham/coding-interview-university) | A complete computer science study plan to become a software engineer. | jwasham | 262276 | | 187 | [GitInPractice](https://github.com/MikeMcQuaid/GitInPractice) | 📖 An opinionated intermediate/advanced Git book | MikeMcQuaid | 984 | -| 188 | [first-contributions](https://github.com/firstcontributions/first-contributions) | 🚀✨ Help beginners to contribute to open source projects | firstcontributions | 35654 | -| 189 | [es6features](https://github.com/lukehoban/es6features) | Overview of ECMAScript 6 features | lukehoban | 29141 | +| 188 | [first-contributions](https://github.com/firstcontributions/first-contributions) | 🚀✨ Help beginners to contribute to open source projects | firstcontributions | 35674 | +| 189 | [es6features](https://github.com/lukehoban/es6features) | Overview of ECMAScript 6 features | lukehoban | 29140 | | 190 | [awesome-aurelia](https://github.com/aurelia-contrib/awesome-aurelia) | A curated list of amazingly awesome Aurelia libraries. | aurelia-contrib | 307 | -| 191 | [awesome-flexbox](https://github.com/afonsopacifer/awesome-flexbox) | :eyeglasses: A curated list of CSS Flexible Box Layout Module or only Flexbox. | afonsopacifer | 1190 | -| 192 | [awesome-hyper](https://github.com/bnb/awesome-hyper) | 🖥 Delightful Hyper plugins, themes, and resources | bnb | 10358 | -| 193 | [awesome-computer-history](https://github.com/watson/awesome-computer-history) | An Awesome List of computer history videos, documentaries and related folklore | watson | 2489 | +| 191 | [awesome-flexbox](https://github.com/afonsopacifer/awesome-flexbox) | :eyeglasses: A curated list of CSS Flexible Box Layout Module or only Flexbox. | afonsopacifer | 1191 | +| 192 | [awesome-hyper](https://github.com/bnb/awesome-hyper) | 🖥 Delightful Hyper plugins, themes, and resources | bnb | 10359 | +| 193 | [awesome-computer-history](https://github.com/watson/awesome-computer-history) | An Awesome List of computer history videos, documentaries and related folklore | watson | 2490 | | 194 | [dadsresume](https://github.com/runvnc/dadsresume) | My dad's resume and skills from 1980 | runvnc | 1725 | | 195 | [awesome-ffmpeg](https://github.com/transitive-bullshit/awesome-ffmpeg) | 👻 A curated list of awesome FFmpeg resources. | transitive-bullshit | 885 | | 196 | [apprenticeships](https://github.com/sparkbox/apprenticeships) | 📖 A guide to the Sparkbox apprenticeships. | sparkbox | 223 | | 197 | [basic-wordpress-vagrant](https://github.com/ideasonpurpose/basic-wordpress-vagrant) | A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms like WP Engine and Flywheel. | ideasonpurpose | 25 | -| 198 | [awesome-chrome-devtools](https://github.com/ChromeDevTools/awesome-chrome-devtools) | Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem | ChromeDevTools | 5559 | -| 199 | [Front-End-Performance-Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) | 🎮 The only Front-End Performance Checklist that runs faster than the others | thedaviddias | 15933 | +| 198 | [awesome-chrome-devtools](https://github.com/ChromeDevTools/awesome-chrome-devtools) | Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem | ChromeDevTools | 5561 | +| 199 | [Front-End-Performance-Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) | 🎮 The only Front-End Performance Checklist that runs faster than the others | thedaviddias | 15936 | | 200 | [gamedev](https://github.com/hxlnt/gamedev) | My list of game dev resources | hxlnt | 4 | | 201 | [awesome-console-services](https://github.com/chubin/awesome-console-services) | A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols) | chubin | 4915 | -| 202 | [css-protips](https://github.com/AllThingsSmitty/css-protips) | ⚡️ A collection of tips to help take your CSS skills pro 🦾 | AllThingsSmitty | 25700 | -| 203 | [awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job) | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python | lukasz-madon | 26136 | -| 204 | [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) | A curated list of awesome places to learn and/or practice algorithms. | tayllan | 14688 | -| 205 | [awesome-react](https://github.com/enaqx/awesome-react) | A collection of awesome things regarding React ecosystem | enaqx | 57279 | -| 206 | [Public-APIs](https://github.com/n0shake/Public-APIs) | 📚 A public list of APIs from round the web. | n0shake | 20059 | +| 202 | [css-protips](https://github.com/AllThingsSmitty/css-protips) | ⚡️ A collection of tips to help take your CSS skills pro 🦾 | AllThingsSmitty | 25703 | +| 203 | [awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job) | A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python | lukasz-madon | 26145 | +| 204 | [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) | A curated list of awesome places to learn and/or practice algorithms. | tayllan | 14701 | +| 205 | [awesome-react](https://github.com/enaqx/awesome-react) | A collection of awesome things regarding React ecosystem | enaqx | 57315 | +| 206 | [Public-APIs](https://github.com/n0shake/Public-APIs) | 📚 A public list of APIs from round the web. | n0shake | 20067 | | 207 | [awesome-parcel](https://github.com/parcel-bundler/awesome-parcel) | 🔗 A curated list of awesome Parcel resources, libraries, tools and boilerplates | parcel-bundler | 1384 | -| 208 | [Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit) | :link: Some useful websites for programmers. | sdmg15 | 51886 | +| 208 | [Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit) | :link: Some useful websites for programmers. | sdmg15 | 51887 | | 209 | [awesome-db](https://github.com/sheerun/awesome-db) | A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/ | sheerun | 1 | -| 210 | [awesome-mongodb](https://github.com/ramnes/awesome-mongodb) | :leaves: A curated list of awesome MongoDB resources, libraries, tools and applications | ramnes | 2234 | +| 210 | [awesome-mongodb](https://github.com/ramnes/awesome-mongodb) | :leaves: A curated list of awesome MongoDB resources, libraries, tools and applications | ramnes | 2235 | | 211 | [landing-pages-resources](https://github.com/sheerun/landing-pages-resources) | A list of of landing pages and other marketing resources. | sheerun | 1 | | 212 | [hackthebox-writeups](https://github.com/Hackplayers/hackthebox-writeups) | Writeups for HacktheBox 'boot2root' machines | Hackplayers | 1731 | | 213 | [vue-admin](https://github.com/vue-bulma/vue-admin) | We are refactoring it, using the latest Vue and Bulma. WIP | vue-bulma | 9509 | | 214 | [OWASP-VWAD](https://github.com/OWASP/OWASP-VWAD) | The OWASP Vulnerable Web Applications Directory project (VWAD) is a comprehensive and well maintained registry of all known vulnerable web applications currently available. | OWASP | 737 | -| 215 | [npm](https://github.com/npm/npm) | This repository is moving to: https://github.com/npm/cli | npm | 17467 | -| 216 | [awesome-flask](https://github.com/humiaozuzu/awesome-flask) | A curated list of awesome Flask resources and plugins | humiaozuzu | 11496 | -| 217 | [build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) | Master programming by recreating your favorite technologies from scratch. | codecrafters-io | 210795 | -| 218 | [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) | Master the command line, in one page | jlevy | 138359 | -| 219 | [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | :books: Freely available programming books | EbookFoundation | 294792 | +| 215 | [npm](https://github.com/npm/npm) | This repository is moving to: https://github.com/npm/cli | npm | 17468 | +| 216 | [awesome-flask](https://github.com/humiaozuzu/awesome-flask) | A curated list of awesome Flask resources and plugins | humiaozuzu | 11498 | +| 217 | [build-your-own-x](https://github.com/codecrafters-io/build-your-own-x) | Master programming by recreating your favorite technologies from scratch. | codecrafters-io | 210924 | +| 218 | [the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) | Master the command line, in one page | jlevy | 138403 | +| 219 | [free-programming-books](https://github.com/EbookFoundation/free-programming-books) | :books: Freely available programming books | EbookFoundation | 294873 | | 220 | [ES6-Learning](https://github.com/ericdouglas/ES6-Learning) | :clipboard: List of resources to learn ECMAScript 6! | ericdouglas | 4580 | | 221 | [beautiful-docs](https://github.com/matheusfelipeog/beautiful-docs) | Pointers to useful, well-written, and otherwise beautiful documentation. | matheusfelipeog | 8162 | -| 222 | [learn-regex](https://github.com/ziishaned/learn-regex) | Learn regex the easy way | ziishaned | 44363 | -| 223 | [javascript-style-guide](https://github.com/paolocarrasco/javascript-style-guide) | Guía de Estilo para programar con JavaScript, en español. Apoyo es bienvenido :) | paolocarrasco | 449 | -| 224 | [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | A book series on JavaScript. @YDKJS on twitter. | getify | 170195 | -| 225 | [awesome-educational-games](https://github.com/yrgo/awesome-educational-games) | A curated list of awesome educational games to learn editors, languages, programming, etc | yrgo | 735 | +| 222 | [learn-regex](https://github.com/ziishaned/learn-regex) | Learn regex the easy way | ziishaned | 44375 | +| 223 | [javascript-style-guide](https://github.com/paolocarrasco/javascript-style-guide) | Guía de Estilo para programar con JavaScript, en español. Apoyo es bienvenido :) | paolocarrasco | 450 | +| 224 | [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) | A book series on JavaScript. @YDKJS on twitter. | getify | 170230 | +| 225 | [awesome-educational-games](https://github.com/yrgo/awesome-educational-games) | A curated list of awesome educational games to learn editors, languages, programming, etc | yrgo | 736 | | 226 | [awesome-toolkits](https://github.com/reyronald/awesome-toolkits) | A curated list of open source, high-quality, popular and well maintained "zero-configuration" (#0CJS) toolkits | reyronald | 531 | -| 227 | [sublime](https://github.com/JaredCubilla/sublime) | A collection of some of the best Sublime Text packages, themes, and goodies. | JaredCubilla | 1052 | +| 227 | [sublime](https://github.com/JaredCubilla/sublime) | A collection of some of the best Sublime Text packages, themes, and goodies. | JaredCubilla | 1053 | | 228 | [orly-full-res](https://github.com/thepracticaldev/orly-full-res) | Full resolution images of the O RLY book covers made by The Practical Dev | thepracticaldev | 2630 | -| 229 | [modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet) | Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. | mbeaudru | 24699 | +| 229 | [modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet) | Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. | mbeaudru | 24704 | | 230 | [git-flight-rules](https://github.com/k88hudson/git-flight-rules) | Flight rules for git | k88hudson | 41205 | -| 231 | [awesome](https://github.com/sindresorhus/awesome) | 😎 Awesome lists about all kinds of interesting topics | sindresorhus | 264124 | -| 232 | [Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist) | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers | thedaviddias | 65797 | -| 233 | [every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know) | A collection of (mostly) technical things every software developer should know about | mtdvio | 72106 | +| 231 | [awesome](https://github.com/sindresorhus/awesome) | 😎 Awesome lists about all kinds of interesting topics | sindresorhus | 264249 | +| 232 | [Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist) | 🗂 The perfect Front-End Checklist for modern websites and meticulous developers | thedaviddias | 65802 | +| 233 | [every-programmer-should-know](https://github.com/mtdvio/every-programmer-should-know) | A collection of (mostly) technical things every software developer should know about | mtdvio | 72111 | | 234 | [awesome-nodejs-projects](https://github.com/sqreen/awesome-nodejs-projects) | Curated list of awesome open-source applications made with Node.js | sqreen | 5182 | -| 235 | [awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs) | :zap: Delightful Node.js packages and resources | sindresorhus | 52192 | +| 235 | [awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs) | :zap: Delightful Node.js packages and resources | sindresorhus | 52208 | | 236 | [Best-websites-a-programmer-should-visit](https://github.com/vkandola/Best-websites-a-programmer-should-visit) | :link: Some useful websites for programmers. | vkandola | 15 | -| 237 | [Awesome-Hacking-Resources](https://github.com/vitalysim/Awesome-Hacking-Resources) | A collection of hacking / penetration testing resources to make you better! | vitalysim | 13700 | -| 238 | [spellbook-of-modern-webdev](https://github.com/dexteryy/spellbook-of-modern-webdev) | A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development | dexteryy | 16263 | +| 237 | [Awesome-Hacking-Resources](https://github.com/vitalysim/Awesome-Hacking-Resources) | A collection of hacking / penetration testing resources to make you better! | vitalysim | 13704 | +| 238 | [spellbook-of-modern-webdev](https://github.com/dexteryy/spellbook-of-modern-webdev) | A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development | dexteryy | 16265 | | 239 | [angular-styleguide](https://github.com/johnpapa/angular-styleguide) | Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices. | johnpapa | 23982 | -| 240 | [HowToBeAProgrammer](https://github.com/braydie/HowToBeAProgrammer) | A guide on how to be a Programmer - originally published by Robert L Read | braydie | 15301 | +| 240 | [HowToBeAProgrammer](https://github.com/braydie/HowToBeAProgrammer) | A guide on how to be a Programmer - originally published by Robert L Read | braydie | 15303 | **[⬆ Back to Index](#-contents)** ## PHP | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [h-m-m](https://github.com/nadrad/h-m-m) | Hackers Mind Map | nadrad | 1670 | +| 1 | [h-m-m](https://github.com/nadrad/h-m-m) | Hackers Mind Map | nadrad | 1671 | | 2 | [arc90-readability](https://github.com/masukomi/arc90-readability) | A copy of the original Arc90 repo with links to many of the current ports. | masukomi | 186 | | 3 | [yii2-app-advanced](https://github.com/yiisoft/yii2-app-advanced) | Yii 2.0 Advanced Application Template | yiisoft | 1622 | | 4 | [yii2-app-basic](https://github.com/yiisoft/yii2-app-basic) | Yii 2.0 Basic Application Template | yiisoft | 629 | @@ -1676,9 +1677,9 @@ ## Perl | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [i3-starterpack](https://github.com/addy-dclxvi/i3-starterpack) | A simple guide (and example of configuration) to install i3 & its and essentials packages, then make them look eye candy. | addy-dclxvi | 1333 | -| 2 | [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | so-fancy | 16608 | -| 3 | [cloc](https://github.com/AlDanial/cloc) | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | AlDanial | 16500 | +| 1 | [i3-starterpack](https://github.com/addy-dclxvi/i3-starterpack) | A simple guide (and example of configuration) to install i3 & its and essentials packages, then make them look eye candy. | addy-dclxvi | 1334 | +| 2 | [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) | Good-lookin' diffs. Actually… nah… The best-lookin' diffs. :tada: | so-fancy | 16609 | +| 3 | [cloc](https://github.com/AlDanial/cloc) | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. | AlDanial | 16510 | **[⬆ Back to Index](#-contents)** @@ -1693,7 +1694,7 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [deno_install](https://github.com/denoland/deno_install) | Deno Binary Installer | denoland | 921 | -| 2 | [blazor](https://github.com/dotnet/blazor) | Blazor moved to https://github.com/dotnet/aspnetcore | dotnet | 9347 | +| 2 | [blazor](https://github.com/dotnet/blazor) | Blazor moved to https://github.com/dotnet/aspnetcore | dotnet | 9346 | **[⬆ Back to Index](#-contents)** @@ -1714,94 +1715,94 @@ ## Python | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [mypy](https://github.com/python/mypy) | Optional static typing for Python | python | 16033 | -| 2 | [learn-cantrill-io-labs](https://github.com/acantril/learn-cantrill-io-labs) | Standard and Advanced Demos for learn.cantrill.io courses | acantril | 4629 | +| 1 | [mypy](https://github.com/python/mypy) | Optional static typing for Python | python | 16036 | +| 2 | [learn-cantrill-io-labs](https://github.com/acantril/learn-cantrill-io-labs) | Standard and Advanced Demos for learn.cantrill.io courses | acantril | 4639 | | 3 | [fulgurate](https://github.com/theq629/fulgurate) | Simple spaced repetition flashcard software. | theq629 | 65 | -| 4 | [asciinema](https://github.com/asciinema/asciinema) | Terminal session recorder 📹 | asciinema | 11793 | +| 4 | [asciinema](https://github.com/asciinema/asciinema) | Terminal session recorder 📹 | asciinema | 11795 | | 5 | [urwid](https://github.com/urwid/urwid) | Console user interface library for Python (official repo) | urwid | 2623 | -| 6 | [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | Library for building powerful interactive command line applications in Python | prompt-toolkit | 8499 | -| 7 | [sqlglot](https://github.com/tobymao/sqlglot) | Python SQL Parser and Transpiler | tobymao | 3559 | -| 8 | [hacktricks](https://github.com/carlospolop/hacktricks) | Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news. | carlospolop | 6998 | -| 9 | [fail2ban](https://github.com/fail2ban/fail2ban) | Daemon to ban hosts that cause multiple authentication errors | fail2ban | 8467 | -| 10 | [hackingtool](https://github.com/Z4nzu/hackingtool) | ALL IN ONE Hacking Tool For Hackers | Z4nzu | 31118 | +| 6 | [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | Library for building powerful interactive command line applications in Python | prompt-toolkit | 8503 | +| 7 | [sqlglot](https://github.com/tobymao/sqlglot) | Python SQL Parser and Transpiler | tobymao | 3564 | +| 8 | [hacktricks](https://github.com/carlospolop/hacktricks) | Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news. | carlospolop | 7003 | +| 9 | [fail2ban](https://github.com/fail2ban/fail2ban) | Daemon to ban hosts that cause multiple authentication errors | fail2ban | 8469 | +| 10 | [hackingtool](https://github.com/Z4nzu/hackingtool) | ALL IN ONE Hacking Tool For Hackers | Z4nzu | 31129 | | 11 | [termtyper](https://github.com/kraanzu/termtyper) | A typing application to level up your fingers! | kraanzu | 946 | | 12 | [pulsemixer](https://github.com/GeorgeFilipkin/pulsemixer) | CLI and curses mixer for PulseAudio | GeorgeFilipkin | 621 | | 13 | [edir](https://github.com/bulletmark/edir) | Program to rename, remove, and copy files and directories using your editor | bulletmark | 83 | -| 14 | [100_plus_Python_Projects_Challenge](https://github.com/zhiwehu/100_plus_Python_Projects_Challenge) | 100+ Python Projects Challenge | zhiwehu | 725 | +| 14 | [100_plus_Python_Projects_Challenge](https://github.com/zhiwehu/100_plus_Python_Projects_Challenge) | 100+ Python Projects Challenge | zhiwehu | 726 | | 15 | [vit](https://github.com/vit-project/vit) | VIT is a lightweight, fast, curses-based front end to Taskwarrior | vit-project | 413 | -| 16 | [python-patterns](https://github.com/faif/python-patterns) | A collection of design patterns/idioms in Python | faif | 37797 | +| 16 | [python-patterns](https://github.com/faif/python-patterns) | A collection of design patterns/idioms in Python | faif | 37804 | | 17 | [suspicious](https://github.com/sturdy-dev/suspicious) | Catching bugs in code with AI, fully local CLI app | sturdy-dev | 44 | -| 18 | [pylint](https://github.com/pylint-dev/pylint) | It's not just a linter that annoys you! | pylint-dev | 4774 | -| 19 | [scapy](https://github.com/secdev/scapy) | Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3. | secdev | 9059 | +| 18 | [pylint](https://github.com/pylint-dev/pylint) | It's not just a linter that annoys you! | pylint-dev | 4775 | +| 19 | [scapy](https://github.com/secdev/scapy) | Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3. | secdev | 9063 | | 20 | [semantic-code-search](https://github.com/sturdy-dev/semantic-code-search) | Search your codebase with natural language • CLI • No data leaves your computer | sturdy-dev | 186 | -| 21 | [ranger](https://github.com/ranger/ranger) | A VIM-inspired filemanager for the console | ranger | 13738 | -| 22 | [fastapi](https://github.com/tiangolo/fastapi) | FastAPI framework, high performance, easy to learn, fast to code, ready for production | tiangolo | 61074 | -| 23 | [speedtest-cli](https://github.com/sivel/speedtest-cli) | Command line interface for testing internet bandwidth using speedtest.net | sivel | 12874 | -| 24 | [devops-exercises](https://github.com/bregman-arie/devops-exercises) | Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | bregman-arie | 53852 | -| 25 | [tmuxp](https://github.com/tmux-python/tmuxp) | :computer: tmux session manager. built on libtmux | tmux-python | 3744 | -| 26 | [wttr.in](https://github.com/chubin/wttr.in) | :partly_sunny: The right way to check the weather | chubin | 22005 | -| 27 | [pywal](https://github.com/dylanaraps/pywal) | 🎨 Generate and change color-schemes on the fly. | dylanaraps | 7410 | -| 28 | [sentry](https://github.com/getsentry/sentry) | Developer-first error tracking and performance monitoring | getsentry | 34807 | -| 29 | [bpytop](https://github.com/aristocratos/bpytop) | Linux/OSX/FreeBSD resource monitor | aristocratos | 9465 | -| 30 | [diagrams](https://github.com/mingrammer/diagrams) | :art: Diagram as Code for prototyping cloud system architectures | mingrammer | 30908 | -| 31 | [you-get](https://github.com/soimort/you-get) | :arrow_double_down: Dumb downloader that scrapes the web | soimort | 47881 | +| 21 | [ranger](https://github.com/ranger/ranger) | A VIM-inspired filemanager for the console | ranger | 13747 | +| 22 | [fastapi](https://github.com/tiangolo/fastapi) | FastAPI framework, high performance, easy to learn, fast to code, ready for production | tiangolo | 61111 | +| 23 | [speedtest-cli](https://github.com/sivel/speedtest-cli) | Command line interface for testing internet bandwidth using speedtest.net | sivel | 12876 | +| 24 | [devops-exercises](https://github.com/bregman-arie/devops-exercises) | Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | bregman-arie | 54171 | +| 25 | [tmuxp](https://github.com/tmux-python/tmuxp) | :computer: tmux session manager. built on libtmux | tmux-python | 3745 | +| 26 | [wttr.in](https://github.com/chubin/wttr.in) | :partly_sunny: The right way to check the weather | chubin | 22006 | +| 27 | [pywal](https://github.com/dylanaraps/pywal) | 🎨 Generate and change color-schemes on the fly. | dylanaraps | 7412 | +| 28 | [sentry](https://github.com/getsentry/sentry) | Developer-first error tracking and performance monitoring | getsentry | 34818 | +| 29 | [bpytop](https://github.com/aristocratos/bpytop) | Linux/OSX/FreeBSD resource monitor | aristocratos | 9468 | +| 30 | [diagrams](https://github.com/mingrammer/diagrams) | :art: Diagram as Code for prototyping cloud system architectures | mingrammer | 30914 | +| 31 | [you-get](https://github.com/soimort/you-get) | :arrow_double_down: Dumb downloader that scrapes the web | soimort | 47894 | | 32 | [Lurnby](https://github.com/Roznoshchik/Lurnby) | A tool for active reading and personal knowledge management | Roznoshchik | 665 | | 33 | [Bluetooth_Headset_Battery_Level](https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level) | A python script to get battery level from Bluetooth headsets | TheWeirdDev | 702 | -| 34 | [Python](https://github.com/TheAlgorithms/Python) | All Algorithms implemented in Python | TheAlgorithms | 162479 | +| 34 | [Python](https://github.com/TheAlgorithms/Python) | All Algorithms implemented in Python | TheAlgorithms | 162703 | | 35 | [cs22-slides-and-py-files](https://github.com/gerryjenkinslb/cs22-slides-and-py-files) | Slides and Python files used in my CS22 videos on youtube | gerryjenkinslb | 30 | -| 36 | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | The Database Toolkit for Python | sqlalchemy | 7582 | -| 37 | [polybar-collection](https://github.com/Murzchnvok/polybar-collection) | Beautiful collection of Polybar themes | Murzchnvok | 712 | +| 36 | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | The Database Toolkit for Python | sqlalchemy | 7585 | +| 37 | [polybar-collection](https://github.com/Murzchnvok/polybar-collection) | Beautiful collection of Polybar themes | Murzchnvok | 711 | | 38 | [freemocap](https://github.com/freemocap/freemocap) | Free Motion Capture for Everyone 💀✨ | freemocap | 2657 | -| 39 | [public-apis](https://github.com/public-apis/public-apis) | A collective list of free APIs | public-apis | 249881 | +| 39 | [public-apis](https://github.com/public-apis/public-apis) | A collective list of free APIs | public-apis | 250074 | | 40 | [liga](https://github.com/EzequielRamis/liga) | Get your favourite programming font with ligatures ✨ | EzequielRamis | 84 | -| 41 | [pydantic](https://github.com/pydantic/pydantic) | Data validation using Python type hints | pydantic | 15137 | -| 42 | [flask](https://github.com/pallets/flask) | The Python micro framework for building web applications. | pallets | 63765 | -| 43 | [example-code-2e](https://github.com/fluentpython/example-code-2e) | Example code for Fluent Python, 2nd edition (O'Reilly 2022) | fluentpython | 2150 | -| 44 | [black](https://github.com/psf/black) | The uncompromising Python code formatter | psf | 33118 | -| 45 | [colorama](https://github.com/tartley/colorama) | Simple cross-platform colored terminal text in Python | tartley | 3205 | -| 46 | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | A modular SQL linter and auto-formatter with support for multiple dialects and templated code. | sqlfluff | 6361 | -| 47 | [django-rest-framework](https://github.com/encode/django-rest-framework) | Web APIs for Django. 🎸 | encode | 26044 | +| 41 | [pydantic](https://github.com/pydantic/pydantic) | Data validation using Python type hints | pydantic | 15151 | +| 42 | [flask](https://github.com/pallets/flask) | The Python micro framework for building web applications. | pallets | 63772 | +| 43 | [example-code-2e](https://github.com/fluentpython/example-code-2e) | Example code for Fluent Python, 2nd edition (O'Reilly 2022) | fluentpython | 2152 | +| 44 | [black](https://github.com/psf/black) | The uncompromising Python code formatter | psf | 33129 | +| 45 | [colorama](https://github.com/tartley/colorama) | Simple cross-platform colored terminal text in Python | tartley | 3207 | +| 46 | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | A modular SQL linter and auto-formatter with support for multiple dialects and templated code. | sqlfluff | 6364 | +| 47 | [django-rest-framework](https://github.com/encode/django-rest-framework) | Web APIs for Django. 🎸 | encode | 26052 | | 48 | [pythonds3](https://github.com/psads/pythonds3) | Data Structures package for Problem Solving with Algorithms and Data Structures using Python | psads | 31 | -| 49 | [sqlmap](https://github.com/sqlmapproject/sqlmap) | Automatic SQL injection and database takeover tool | sqlmapproject | 27686 | +| 49 | [sqlmap](https://github.com/sqlmapproject/sqlmap) | Automatic SQL injection and database takeover tool | sqlmapproject | 27690 | | 50 | [piano_fundamentals](https://github.com/gmoe/piano_fundamentals) | This is a Sphinx adaptation of Chaun C. Chang's book, "Fundamentals of Piano Practice." | gmoe | 275 | -| 51 | [CheatSheetSeries](https://github.com/OWASP/CheatSheetSeries) | The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. | OWASP | 24277 | -| 52 | [mitmproxy](https://github.com/mitmproxy/mitmproxy) | An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. | mitmproxy | 31873 | +| 51 | [CheatSheetSeries](https://github.com/OWASP/CheatSheetSeries) | The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. | OWASP | 24289 | +| 52 | [mitmproxy](https://github.com/mitmproxy/mitmproxy) | An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. | mitmproxy | 31895 | | 53 | [pytodusdownload](https://github.com/cccaballero/pytodusdownload) | Descargar ficheros de ToDus (comunmente llamado S3) de forma sencilla | cccaballero | 5 | -| 54 | [web2py](https://github.com/web2py/web2py) | Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python. | web2py | 2051 | +| 54 | [web2py](https://github.com/web2py/web2py) | Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python. | web2py | 2050 | | 55 | [webpy](https://github.com/webpy/webpy) | web.py is a web framework for python that is as simple as it is powerful. | webpy | 5825 | | 56 | [andoma](https://github.com/healeycodes/andoma) | ♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI. | healeycodes | 122 | -| 57 | [system-design-primer](https://github.com/donnemartin/system-design-primer) | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | donnemartin | 226253 | -| 58 | [interactive-coding-challenges](https://github.com/donnemartin/interactive-coding-challenges) | 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. | donnemartin | 27670 | +| 57 | [system-design-primer](https://github.com/donnemartin/system-design-primer) | Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. | donnemartin | 226350 | +| 58 | [interactive-coding-challenges](https://github.com/donnemartin/interactive-coding-challenges) | 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. | donnemartin | 27672 | | 59 | [dev-setup](https://github.com/donnemartin/dev-setup) | macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults. | donnemartin | 5962 | | 60 | [khan-dl](https://github.com/rand-net/khan-dl) | Download courses from khanacademy.org | rand-net | 810 | | 61 | [grc](https://github.com/garabik/grc) | generic colouriser | garabik | 1693 | -| 62 | [autojump](https://github.com/wting/autojump) | A cd command that learns - easily navigate directories from the command line | wting | 15312 | -| 63 | [manim](https://github.com/3b1b/manim) | Animation engine for explanatory math videos | 3b1b | 52688 | +| 62 | [autojump](https://github.com/wting/autojump) | A cd command that learns - easily navigate directories from the command line | wting | 15315 | +| 63 | [manim](https://github.com/3b1b/manim) | Animation engine for explanatory math videos | 3b1b | 52699 | | 64 | [projectile.nvim](https://github.com/dunstontc/projectile.nvim) | :rocket: | dunstontc | 34 | -| 65 | [denite.nvim](https://github.com/Shougo/denite.nvim) | :dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8 | Shougo | 2055 | +| 65 | [denite.nvim](https://github.com/Shougo/denite.nvim) | :dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8 | Shougo | 2056 | | 66 | [ultimate-python](https://github.com/huangsam/ultimate-python) | Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake: | huangsam | 4487 | -| 67 | [localstack](https://github.com/localstack/localstack) | 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline | localstack | 47948 | -| 68 | [thefuck](https://github.com/nvbn/thefuck) | Magnificent app which corrects your previous console command. | nvbn | 78792 | -| 69 | [qutebrowser](https://github.com/qutebrowser/qutebrowser) | A keyboard-driven, vim-like browser based on Python and Qt. | qutebrowser | 8753 | -| 70 | [wtfpython](https://github.com/satwikkansal/wtfpython) | What the f*ck Python? 😱 | satwikkansal | 32924 | -| 71 | [pgcli](https://github.com/dbcli/pgcli) | Postgres CLI with autocompletion and syntax highlighting | dbcli | 11211 | -| 72 | [c64ref](https://github.com/mist64/c64ref) | Ultimate Commodore 64 Reference: ROM Disassembly, Memory Map, ... | mist64 | 423 | +| 67 | [localstack](https://github.com/localstack/localstack) | 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline | localstack | 47958 | +| 68 | [thefuck](https://github.com/nvbn/thefuck) | Magnificent app which corrects your previous console command. | nvbn | 78809 | +| 69 | [qutebrowser](https://github.com/qutebrowser/qutebrowser) | A keyboard-driven, vim-like browser based on Python and Qt. | qutebrowser | 8754 | +| 70 | [wtfpython](https://github.com/satwikkansal/wtfpython) | What the f*ck Python? 😱 | satwikkansal | 32932 | +| 71 | [pgcli](https://github.com/dbcli/pgcli) | Postgres CLI with autocompletion and syntax highlighting | dbcli | 11213 | +| 72 | [c64ref](https://github.com/mist64/c64ref) | Ultimate Commodore 64 Reference: ROM Disassembly, Memory Map, ... | mist64 | 424 | | 73 | [SReC](https://github.com/caoscott/SReC) | PyTorch Implementation of "Lossless Image Compression through Super-Resolution" | caoscott | 1017 | -| 74 | [synapse](https://github.com/matrix-org/synapse) | Synapse: Matrix homeserver written in Python/Twisted. | matrix-org | 11168 | +| 74 | [synapse](https://github.com/matrix-org/synapse) | Synapse: Matrix homeserver written in Python/Twisted. | matrix-org | 11176 | | 75 | [reactor](https://github.com/edelvalle/reactor) | Phoenix LiveView but for Django | edelvalle | 566 | -| 76 | [ultisnips](https://github.com/SirVer/ultisnips) | UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips! | SirVer | 7179 | -| 77 | [sclack](https://github.com/haskellcamargo/sclack) | The best CLI client for Slack, because everything is terrible! | haskellcamargo | 2433 | -| 78 | [Surprise](https://github.com/NicolasHug/Surprise) | A Python scikit for building and analyzing recommender systems | NicolasHug | 5896 | -| 79 | [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) | A code-completion engine for Vim | ycm-core | 24872 | +| 76 | [ultisnips](https://github.com/SirVer/ultisnips) | UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips! | SirVer | 7181 | +| 77 | [sclack](https://github.com/haskellcamargo/sclack) | The best CLI client for Slack, because everything is terrible! | haskellcamargo | 2432 | +| 78 | [Surprise](https://github.com/NicolasHug/Surprise) | A Python scikit for building and analyzing recommender systems | NicolasHug | 5898 | +| 79 | [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) | A code-completion engine for Vim | ycm-core | 24876 | | 80 | [keyboardlayouteditor](https://github.com/simos/keyboardlayouteditor) | Keyboard Layout Editor | simos | 239 | | 81 | [deoplete-ternjs](https://github.com/carlitux/deoplete-ternjs) | deoplete.nvim source for javascript | carlitux | 279 | -| 82 | [pynvim](https://github.com/neovim/pynvim) | Python client and plugin host for Nvim | neovim | 1291 | -| 83 | [deoplete.nvim](https://github.com/Shougo/deoplete.nvim) | :stars: Dark powered asynchronous completion framework for neovim/Vim8 | Shougo | 5904 | -| 84 | [dotbot](https://github.com/anishathalye/dotbot) | A tool that bootstraps your dotfiles ⚡️ | anishathalye | 6322 | +| 82 | [pynvim](https://github.com/neovim/pynvim) | Python client and plugin host for Nvim | neovim | 1292 | +| 83 | [deoplete.nvim](https://github.com/Shougo/deoplete.nvim) | :stars: Dark powered asynchronous completion framework for neovim/Vim8 | Shougo | 5905 | +| 84 | [dotbot](https://github.com/anishathalye/dotbot) | A tool that bootstraps your dotfiles ⚡️ | anishathalye | 6321 | | 85 | [i3blocks-contrib](https://github.com/vivien/i3blocks-contrib) | Official repository for community contributed blocklets | vivien | 1209 | -| 86 | [cascadia-code](https://github.com/microsoft/cascadia-code) | This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. | microsoft | 22959 | +| 86 | [cascadia-code](https://github.com/microsoft/cascadia-code) | This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal. | microsoft | 22967 | | 87 | [ffsubsync](https://github.com/smacke/ffsubsync) | Automagically synchronize subtitles with video. | smacke | 6093 | -| 88 | [professional-programming](https://github.com/charlax/professional-programming) | A collection of learning resources for curious software engineers | charlax | 23691 | +| 88 | [professional-programming](https://github.com/charlax/professional-programming) | A collection of learning resources for curious software engineers | charlax | 23694 | | 89 | [WPForce](https://github.com/n00py/WPForce) | Wordpress Attack Suite | n00py | 834 | | 90 | [bootable-iso](https://github.com/mgedmin/bootable-iso) | Bootable USB disk that lets you choose an ISO image | mgedmin | 16 | | 91 | [LearnPythonTheHardWay](https://github.com/ubarredo/LearnPythonTheHardWay) | Learn Python The Hard Way course exercises | ubarredo | 142 | @@ -1809,26 +1810,26 @@ | 93 | [SublimeLinter-flow](https://github.com/SublimeLinter/SublimeLinter-flow) | SublimeLinter plugin for JavaScript static type checking, using flow. | SublimeLinter | 118 | | 94 | [JavaScriptEnhancements](https://github.com/pichillilorenzo/JavaScriptEnhancements) | JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.). | pichillilorenzo | 634 | | 95 | [JavaScript-Completions](https://github.com/pichillilorenzo/JavaScript-Completions) | JavaScript Completions for sublime text. It helps you to write your scripts more quickly with hints and completions. | pichillilorenzo | 354 | -| 96 | [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... | ArchiveBox | 16570 | +| 96 | [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... | ArchiveBox | 16576 | | 97 | [linux-insides](https://github.com/0xAX/linux-insides) | A little bit about a linux kernel | 0xAX | 28411 | -| 98 | [learn-python](https://github.com/trekhleb/learn-python) | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. | trekhleb | 14955 | -| 99 | [book](https://github.com/crypto101/book) | Crypto 101, the introductory book on cryptography. | crypto101 | 2864 | -| 100 | [kitty](https://github.com/kovidgoyal/kitty) | Cross-platform, fast, feature-rich, GPU based terminal | kovidgoyal | 19468 | -| 101 | [algorithm-archive](https://github.com/algorithm-archivists/algorithm-archive) | A collaborative book on algorithms | algorithm-archivists | 2201 | -| 102 | [youtube-dl](https://github.com/ytdl-org/youtube-dl) | Command-line program to download videos from YouTube.com and other video sites | ytdl-org | 122070 | -| 103 | [face_recognition](https://github.com/ageitgey/face_recognition) | The world's simplest facial recognition api for Python and the command line | ageitgey | 48961 | +| 98 | [learn-python](https://github.com/trekhleb/learn-python) | 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. | trekhleb | 14961 | +| 99 | [book](https://github.com/crypto101/book) | Crypto 101, the introductory book on cryptography. | crypto101 | 2865 | +| 100 | [kitty](https://github.com/kovidgoyal/kitty) | Cross-platform, fast, feature-rich, GPU based terminal | kovidgoyal | 19482 | +| 101 | [algorithm-archive](https://github.com/algorithm-archivists/algorithm-archive) | A collaborative book on algorithms | algorithm-archivists | 2202 | +| 102 | [youtube-dl](https://github.com/ytdl-org/youtube-dl) | Command-line program to download videos from YouTube.com and other video sites | ytdl-org | 122096 | +| 103 | [face_recognition](https://github.com/ageitgey/face_recognition) | The world's simplest facial recognition api for Python and the command line | ageitgey | 48965 | | 104 | [sublime-autoprefixer](https://github.com/sindresorhus/sublime-autoprefixer) | Sublime plugin to prefix your CSS | sindresorhus | 669 | -| 105 | [yewtube](https://github.com/mps-youtube/yewtube) | yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required. | mps-youtube | 7580 | +| 105 | [yewtube](https://github.com/mps-youtube/yewtube) | yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required. | mps-youtube | 7581 | | 106 | [gkZerk](https://github.com/gregkrsak/gkZerk) | A text-based adventure game framework, written in Python. This is kind of a cool little Python app, and you can indeed kill bad guys and win the game in the provided tutorial level, but it should be treated as a WIP (work-in-progress). Highlights include a clearly defined "game loop", MVC-ish architecture, written via TDD, and lots of bugs. | gregkrsak | 6 | -| 107 | [cheat.sh](https://github.com/chubin/cheat.sh) | the only cheat sheet you need | chubin | 35742 | -| 108 | [vibora](https://github.com/vibora-io/vibora) | Fast, asynchronous and elegant Python web framework. | vibora-io | 5713 | -| 109 | [termtosvg](https://github.com/nbedos/termtosvg) | Record terminal sessions as SVG animations | nbedos | 9625 | +| 107 | [cheat.sh](https://github.com/chubin/cheat.sh) | the only cheat sheet you need | chubin | 35745 | +| 108 | [vibora](https://github.com/vibora-io/vibora) | Fast, asynchronous and elegant Python web framework. | vibora-io | 5712 | +| 109 | [termtosvg](https://github.com/nbedos/termtosvg) | Record terminal sessions as SVG animations | nbedos | 9626 | | 110 | [checkio-client](https://github.com/CheckiO/checkio-client) | | CheckiO | 18 | | 111 | [http-stress](https://github.com/gretel/http-stress) | A simple while effective Python-powered HTTP/HTTPS stress testing and load measurement tool. | gretel | 4 | -| 112 | [explainshell](https://github.com/idank/explainshell) | match command-line arguments to their help text | idank | 12128 | -| 113 | [trash-cli](https://github.com/andreafrancia/trash-cli) | Command line interface to the freedesktop.org trashcan. | andreafrancia | 3012 | +| 112 | [explainshell](https://github.com/idank/explainshell) | match command-line arguments to their help text | idank | 12131 | +| 113 | [trash-cli](https://github.com/andreafrancia/trash-cli) | Command line interface to the freedesktop.org trashcan. | andreafrancia | 3013 | | 114 | [jedi-vim](https://github.com/davidhalter/jedi-vim) | Using the jedi autocompletion library for VIM. | davidhalter | 5194 | -| 115 | [you-dont-know-node](https://github.com/azat-co/you-dont-know-node) | You Don't Know Node.js | azat-co | 1482 | +| 115 | [you-dont-know-node](https://github.com/azat-co/you-dont-know-node) | You Don't Know Node.js | azat-co | 1483 | | 116 | [LANs.py](https://github.com/DanMcInerney/LANs.py) | Inject code and spy on wifi users | DanMcInerney | 2526 | | 117 | [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch) | Linux file search, instant results as you type | DoTheEvo | 965 | @@ -1837,52 +1838,52 @@ ## Roff | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [pyenv](https://github.com/pyenv/pyenv) | Simple Python version management | pyenv | 32805 | +| 1 | [pyenv](https://github.com/pyenv/pyenv) | Simple Python version management | pyenv | 32823 | **[⬆ Back to Index](#-contents)** ## Ruby | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [rack-test](https://github.com/rack/rack-test) | Rack::Test is a small, simple testing API for Rack apps. | rack | 906 | +| 1 | [rack-test](https://github.com/rack/rack-test) | Rack::Test is a small, simple testing API for Rack apps. | rack | 907 | | 2 | [rantly](https://github.com/rantly-rb/rantly) | Ruby Imperative Random Data Generator and Quickcheck | rantly-rb | 269 | | 3 | [book-code](https://github.com/rspec-3-book/book-code) | Code from the Book | rspec-3-book | 62 | | 4 | [hamster](https://github.com/hamstergem/hamster) | Efficient, Immutable, Thread-Safe Collection classes for Ruby | hamstergem | 1872 | -| 5 | [sequel](https://github.com/jeremyevans/sequel) | Sequel: The Database Toolkit for Ruby | jeremyevans | 4807 | -| 6 | [solargraph](https://github.com/castwide/solargraph) | A Ruby language server. | castwide | 1770 | +| 5 | [sequel](https://github.com/jeremyevans/sequel) | Sequel: The Database Toolkit for Ruby | jeremyevans | 4808 | +| 6 | [solargraph](https://github.com/castwide/solargraph) | A Ruby language server. | castwide | 1771 | | 7 | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | A RuboCop extension focused on enforcing Rails best practices and coding conventions. | rubocop | 728 | | 8 | [thin](https://github.com/macournoyer/thin) | A very fast & simple Ruby web server | macournoyer | 2232 | -| 9 | [rack](https://github.com/rack/rack) | A modular Ruby web server interface. | rack | 4710 | +| 9 | [rack](https://github.com/rack/rack) | A modular Ruby web server interface. | rack | 4711 | | 10 | [sucks-rocks](https://github.com/garybernhardt/sucks-rocks) | Does it suck? Or does it rock? | garybernhardt | 58 | | 11 | [rspec-rails](https://github.com/rspec/rspec-rails) | RSpec for Rails 5+ | rspec | 5003 | | 12 | [rspec-mocks](https://github.com/rspec/rspec-mocks) | RSpec's 'test double' framework, with support for stubbing and mocking | rspec | 1120 | -| 13 | [minitest](https://github.com/minitest/minitest) | minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. | minitest | 3172 | -| 14 | [devise](https://github.com/heartcombo/devise) | Flexible authentication solution for Rails with Warden. | heartcombo | 23333 | +| 13 | [minitest](https://github.com/minitest/minitest) | minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. | minitest | 3173 | +| 14 | [devise](https://github.com/heartcombo/devise) | Flexible authentication solution for Rails with Warden. | heartcombo | 23337 | | 15 | [rspec-metagem](https://github.com/rspec/rspec-metagem) | RSpec meta-gem that depends on the other components | rspec | 2866 | -| 16 | [vcr](https://github.com/vcr/vcr) | Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. | vcr | 5614 | +| 16 | [vcr](https://github.com/vcr/vcr) | Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. | vcr | 5613 | | 17 | [rubocop](https://github.com/rubocop/rubocop) | A Ruby static code analyzer and formatter, based on the community Ruby style guide. | rubocop | 12329 | | 18 | [destroy-all-software-extras](https://github.com/garybernhardt/destroy-all-software-extras) | Extra material for Destroy All Software Screencasts | garybernhardt | 201 | | 19 | [wsdirector](https://github.com/palkan/wsdirector) | All the world's a server, and all the men and women merely clients | palkan | 95 | -| 20 | [mastodon](https://github.com/mastodon/mastodon) | Your self-hosted, globally interconnected microblogging community | mastodon | 43456 | -| 21 | [discourse](https://github.com/discourse/discourse) | A platform for community discussion. Free, open, simple. | discourse | 38365 | -| 22 | [metasploit-framework](https://github.com/rapid7/metasploit-framework) | Metasploit Framework | rapid7 | 30815 | -| 23 | [devdocs](https://github.com/freeCodeCamp/devdocs) | API Documentation Browser | freeCodeCamp | 31922 | +| 20 | [mastodon](https://github.com/mastodon/mastodon) | Your self-hosted, globally interconnected microblogging community | mastodon | 43472 | +| 21 | [discourse](https://github.com/discourse/discourse) | A platform for community discussion. Free, open, simple. | discourse | 38375 | +| 22 | [metasploit-framework](https://github.com/rapid7/metasploit-framework) | Metasploit Framework | rapid7 | 30826 | +| 23 | [devdocs](https://github.com/freeCodeCamp/devdocs) | API Documentation Browser | freeCodeCamp | 31937 | | 24 | [homebrew-universal-ctags](https://github.com/universal-ctags/homebrew-universal-ctags) | Homebrew Tap for Universal Ctags on OSX | universal-ctags | 324 | | 25 | [hacktoberfest-2020](https://github.com/Hacktoberfest/hacktoberfest-2020) | Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons. | Hacktoberfest | 500 | -| 26 | [homebrew-cask](https://github.com/Homebrew/homebrew-cask) | 🍻 A CLI workflow for the administration of macOS applications distributed as binaries | Homebrew | 20098 | -| 27 | [quine-relay](https://github.com/mame/quine-relay) | An uroboros program with 100+ programming languages | mame | 13264 | -| 28 | [brew](https://github.com/Homebrew/brew) | 🍺 The missing package manager for macOS (or Linux) | Homebrew | 36685 | -| 29 | [homebrew-core](https://github.com/Homebrew/homebrew-core) | 🍻 Default formulae for the missing package manager for macOS (or Linux) | Homebrew | 12662 | +| 26 | [homebrew-cask](https://github.com/Homebrew/homebrew-cask) | 🍻 A CLI workflow for the administration of macOS applications distributed as binaries | Homebrew | 20100 | +| 27 | [quine-relay](https://github.com/mame/quine-relay) | An uroboros program with 100+ programming languages | mame | 13265 | +| 28 | [brew](https://github.com/Homebrew/brew) | 🍺 The missing package manager for macOS (or Linux) | Homebrew | 36686 | +| 29 | [homebrew-core](https://github.com/Homebrew/homebrew-core) | 🍻 Default formulae for the missing package manager for macOS (or Linux) | Homebrew | 12665 | | 30 | [homebrew-zathura](https://github.com/zegervdv/homebrew-zathura) | Homebrew formulae to build Zathura on Mac OS X | zegervdv | 459 | -| 31 | [rails](https://github.com/rails/rails) | Ruby on Rails | rails | 53252 | +| 31 | [rails](https://github.com/rails/rails) | Ruby on Rails | rails | 53263 | | 32 | [matestack-ui-core](https://github.com/matestack/matestack-ui-core) | Component based web UIs in pure Ruby for Rails. Boost your productivity & easily create component based web UIs in pure Ruby. | matestack | 551 | -| 33 | [colorls](https://github.com/athityakumar/colorls) | A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada: | athityakumar | 4540 | -| 34 | [jekyll](https://github.com/jekyll/jekyll) | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | jekyll | 47048 | +| 33 | [colorls](https://github.com/athityakumar/colorls) | A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. :tada: | athityakumar | 4541 | +| 34 | [jekyll](https://github.com/jekyll/jekyll) | :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby | jekyll | 47052 | | 35 | [docker-espanol](https://github.com/brunocascio/docker-espanol) | Un tutorial Docker en español. Basado en el libro Docker Cookbook de O'reilly | brunocascio | 201 | -| 36 | [forem](https://github.com/forem/forem) | For empowering community 🌱 | forem | 20804 | +| 36 | [forem](https://github.com/forem/forem) | For empowering community 🌱 | forem | 20807 | | 37 | [mongrel](https://github.com/mongrel/mongrel) | Mongrel on git | mongrel | 172 | | 38 | [vagrant-docker-baseimages](https://github.com/tknerr/vagrant-docker-baseimages) | A collection of Vagrant-friendly docker base images | tknerr | 51 | -| 39 | [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | A curated list of awesome awesomeness | bayandin | 30444 | +| 39 | [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) | A curated list of awesome awesomeness | bayandin | 30446 | **[⬆ Back to Index](#-contents)** @@ -1890,72 +1891,72 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [git-branchless](https://github.com/arxanas/git-branchless) | High-velocity, monorepo-scale workflow for Git | arxanas | 2892 | -| 2 | [rustdesk](https://github.com/rustdesk/rustdesk) | An open-source alternative to TeamViewer. | rustdesk | 44815 | +| 2 | [rustdesk](https://github.com/rustdesk/rustdesk) | An open-source alternative to TeamViewer. | rustdesk | 44850 | | 3 | [ktrl](https://github.com/ItayGarin/ktrl) | A Supercharged Keyboard Programming Daemon ⌨️ | ItayGarin | 298 | | 4 | [101-rs](https://github.com/tweedegolf/101-rs) | A Rust university course | tweedegolf | 2292 | -| 5 | [comprehensive-rust](https://github.com/google/comprehensive-rust) | This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone. | google | 18648 | -| 6 | [typos](https://github.com/crate-ci/typos) | Source code spell checker | crate-ci | 1349 | -| 7 | [sniffnet](https://github.com/GyulyVGC/sniffnet) | Application to comfortably monitor your Internet traffic 🕵️‍♂️ | GyulyVGC | 10167 | -| 8 | [typst](https://github.com/typst/typst) | A new markup-based typesetting system that is powerful and easy to learn. | typst | 19808 | -| 9 | [wezterm](https://github.com/wez/wezterm) | A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust | wez | 9758 | -| 10 | [skim](https://github.com/lotabout/skim) | Fuzzy Finder in rust! | lotabout | 4342 | -| 11 | [hyperfine](https://github.com/sharkdp/hyperfine) | A command-line benchmarking tool | sharkdp | 16707 | -| 12 | [rtx](https://github.com/jdxcode/rtx) | Runtime Executor (asdf-plugin compatible) | jdxcode | 2754 | -| 13 | [tree-sitter](https://github.com/tree-sitter/tree-sitter) | An incremental parsing system for programming tools | tree-sitter | 12703 | +| 5 | [comprehensive-rust](https://github.com/google/comprehensive-rust) | This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone. | google | 18658 | +| 6 | [typos](https://github.com/crate-ci/typos) | Source code spell checker | crate-ci | 1353 | +| 7 | [sniffnet](https://github.com/GyulyVGC/sniffnet) | Application to comfortably monitor your Internet traffic 🕵️‍♂️ | GyulyVGC | 10200 | +| 8 | [typst](https://github.com/typst/typst) | A new markup-based typesetting system that is powerful and easy to learn. | typst | 19829 | +| 9 | [wezterm](https://github.com/wez/wezterm) | A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust | wez | 9768 | +| 10 | [skim](https://github.com/lotabout/skim) | Fuzzy Finder in rust! | lotabout | 4343 | +| 11 | [hyperfine](https://github.com/sharkdp/hyperfine) | A command-line benchmarking tool | sharkdp | 16713 | +| 12 | [rtx](https://github.com/jdxcode/rtx) | Runtime Executor (asdf-plugin compatible) | jdxcode | 2759 | +| 13 | [tree-sitter](https://github.com/tree-sitter/tree-sitter) | An incremental parsing system for programming tools | tree-sitter | 12715 | | 14 | [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim) | Language Server Protocol (LSP) support for vim and neovim. | autozimu | 3517 | -| 15 | [swc](https://github.com/swc-project/swc) | Rust-based platform for the Web | swc-project | 28108 | -| 16 | [ruff](https://github.com/astral-sh/ruff) | An extremely fast Python linter, written in Rust. | astral-sh | 16595 | -| 17 | [libreddit](https://github.com/libreddit/libreddit) | Private front-end for Reddit | libreddit | 4823 | -| 18 | [napkin-math](https://github.com/sirupsen/napkin-math) | Techniques and numbers for estimating system's performance from first-principles | sirupsen | 2438 | -| 19 | [xplr](https://github.com/sayanarijit/xplr) | A hackable, minimal, fast TUI file explorer | sayanarijit | 3315 | -| 20 | [talent-plan](https://github.com/pingcap/talent-plan) | open source training courses about distributed database and distributed systems | pingcap | 9052 | -| 21 | [meilisearch](https://github.com/meilisearch/meilisearch) | A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow. | meilisearch | 38043 | -| 22 | [anki](https://github.com/ankitects/anki) | Anki for desktop computers | ankitects | 14710 | -| 23 | [spacedrive](https://github.com/spacedriveapp/spacedrive) | Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. | spacedriveapp | 21371 | -| 24 | [gitui](https://github.com/extrawurst/gitui) | Blazing 💥 fast terminal-ui for git written in rust 🦀 | extrawurst | 13668 | -| 25 | [StyLua](https://github.com/JohnnyMorganz/StyLua) | An opinionated Lua code formatter | JohnnyMorganz | 1078 | -| 26 | [bore](https://github.com/ekzhang/bore) | 🕳 bore is a simple CLI tool for making tunnels to localhost | ekzhang | 6991 | +| 15 | [swc](https://github.com/swc-project/swc) | Rust-based platform for the Web | swc-project | 28121 | +| 16 | [ruff](https://github.com/astral-sh/ruff) | An extremely fast Python linter, written in Rust. | astral-sh | 16617 | +| 17 | [libreddit](https://github.com/libreddit/libreddit) | Private front-end for Reddit | libreddit | 4824 | +| 18 | [napkin-math](https://github.com/sirupsen/napkin-math) | Techniques and numbers for estimating system's performance from first-principles | sirupsen | 2440 | +| 19 | [xplr](https://github.com/sayanarijit/xplr) | A hackable, minimal, fast TUI file explorer | sayanarijit | 3316 | +| 20 | [talent-plan](https://github.com/pingcap/talent-plan) | open source training courses about distributed database and distributed systems | pingcap | 9057 | +| 21 | [meilisearch](https://github.com/meilisearch/meilisearch) | A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow. | meilisearch | 38069 | +| 22 | [anki](https://github.com/ankitects/anki) | Anki for desktop computers | ankitects | 14716 | +| 23 | [spacedrive](https://github.com/spacedriveapp/spacedrive) | Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. | spacedriveapp | 21382 | +| 24 | [gitui](https://github.com/extrawurst/gitui) | Blazing 💥 fast terminal-ui for git written in rust 🦀 | extrawurst | 13669 | +| 25 | [StyLua](https://github.com/JohnnyMorganz/StyLua) | An opinionated Lua code formatter | JohnnyMorganz | 1079 | +| 26 | [bore](https://github.com/ekzhang/bore) | 🕳 bore is a simple CLI tool for making tunnels to localhost | ekzhang | 6990 | | 27 | [explaine.rs](https://github.com/jrvidal/explaine.rs) | An interactive Rust syntax playground | jrvidal | 141 | -| 28 | [lapce](https://github.com/lapce/lapce) | Lightning-fast and Powerful Code Editor written in Rust | lapce | 26465 | -| 29 | [neovide](https://github.com/neovide/neovide) | No Nonsense Neovim Client in Rust | neovide | 10465 | -| 30 | [rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials) | :books: Learn to write an embedded OS in Rust :crab: | rust-embedded | 11249 | +| 28 | [lapce](https://github.com/lapce/lapce) | Lightning-fast and Powerful Code Editor written in Rust | lapce | 26474 | +| 29 | [neovide](https://github.com/neovide/neovide) | No Nonsense Neovim Client in Rust | neovide | 10467 | +| 30 | [rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials) | :books: Learn to write an embedded OS in Rust :crab: | rust-embedded | 11251 | | 31 | [huber](https://github.com/innobead/huber) | Huber 📦, Package Install Manager for GitHub repos | innobead | 154 | -| 32 | [zellij](https://github.com/zellij-org/zellij) | A terminal workspace with batteries included | zellij-org | 13242 | +| 32 | [zellij](https://github.com/zellij-org/zellij) | A terminal workspace with batteries included | zellij-org | 13255 | | 33 | [stremio-core](https://github.com/Stremio/stremio-core) | ⚛️ The Stremio Core: types, addon system, UI models, core logic | Stremio | 545 | -| 34 | [delta](https://github.com/dandavison/delta) | A syntax-highlighting pager for git, diff, and grep output | dandavison | 18077 | -| 35 | [sonic](https://github.com/valeriansaliou/sonic) | 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | valeriansaliou | 18439 | -| 36 | [kosmonaut](https://github.com/twilco/kosmonaut) | A web browser engine for the space age :rocket: | twilco | 1640 | +| 34 | [delta](https://github.com/dandavison/delta) | A syntax-highlighting pager for git, diff, and grep output | dandavison | 18091 | +| 35 | [sonic](https://github.com/valeriansaliou/sonic) | 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. | valeriansaliou | 18447 | +| 36 | [kosmonaut](https://github.com/twilco/kosmonaut) | A web browser engine for the space age :rocket: | twilco | 1641 | | 37 | [robinson](https://github.com/mbrubeck/robinson) | A toy web rendering engine | mbrubeck | 1390 | | 38 | [grass](https://github.com/connorskees/grass) | A Sass compiler written purely in Rust | connorskees | 392 | | 39 | [choose](https://github.com/theryangeary/choose) | A human-friendly and fast alternative to cut and (sometimes) awk | theryangeary | 1560 | -| 40 | [ripgrep](https://github.com/BurntSushi/ripgrep) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | BurntSushi | 39285 | +| 40 | [ripgrep](https://github.com/BurntSushi/ripgrep) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | BurntSushi | 39305 | | 41 | [video-summarizer](https://github.com/SoptikHa2/video-summarizer) | Summarizes videos into much shorter videos. Ideal for long lecture videos. | SoptikHa2 | 103 | | 42 | [rls](https://github.com/rust-lang/rls) | Repository for the Rust Language Server (aka RLS) | rust-lang | 3550 | | 43 | [iron-kaleidoscope](https://github.com/jauhien/iron-kaleidoscope) | LLVM tutorial in Rust language | jauhien | 1026 | -| 44 | [mdBook](https://github.com/rust-lang/mdBook) | Create book from markdown files. Like Gitbook but implemented in Rust | rust-lang | 14447 | +| 44 | [mdBook](https://github.com/rust-lang/mdBook) | Create book from markdown files. Like Gitbook but implemented in Rust | rust-lang | 14455 | | 45 | [rustup](https://github.com/rust-lang/rustup) | The Rust toolchain installer | rust-lang | 5460 | -| 46 | [alacritty](https://github.com/alacritty/alacritty) | A cross-platform, OpenGL terminal emulator. | alacritty | 47938 | -| 47 | [tools](https://github.com/rome/tools) | Unified developer tools for JavaScript, TypeScript, and the web | rome | 23992 | -| 48 | [exa](https://github.com/ogham/exa) | A modern replacement for ‘ls’. | ogham | 22309 | +| 46 | [alacritty](https://github.com/alacritty/alacritty) | A cross-platform, OpenGL terminal emulator. | alacritty | 47953 | +| 47 | [tools](https://github.com/rome/tools) | Unified developer tools for JavaScript, TypeScript, and the web | rome | 24000 | +| 48 | [exa](https://github.com/ogham/exa) | A modern replacement for ‘ls’. | ogham | 22319 | | 49 | [nestur](https://github.com/spieglt/nestur) | The NES (emulator) you left outside in the rain but let dry and still kind of works | spieglt | 538 | -| 50 | [bandwhich](https://github.com/imsnif/bandwhich) | Terminal bandwidth utilization tool | imsnif | 8011 | -| 51 | [navi](https://github.com/denisidoro/navi) | An interactive cheatsheet tool for the command-line | denisidoro | 13183 | +| 50 | [bandwhich](https://github.com/imsnif/bandwhich) | Terminal bandwidth utilization tool | imsnif | 8012 | +| 51 | [navi](https://github.com/denisidoro/navi) | An interactive cheatsheet tool for the command-line | denisidoro | 13187 | | 52 | [tealdeer](https://github.com/dbrgn/tealdeer) | A very fast implementation of tldr in Rust. | dbrgn | 3420 | -| 53 | [rust-web-framework-comparison](https://github.com/flosse/rust-web-framework-comparison) | A comparison of some web frameworks and libs written in Rust | flosse | 4140 | -| 54 | [rustlings](https://github.com/rust-lang/rustlings) | :crab: Small exercises to get you used to reading and writing Rust code! | rust-lang | 40697 | -| 55 | [starship](https://github.com/starship/starship) | ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! | starship | 35419 | -| 56 | [fnm](https://github.com/Schniz/fnm) | 🚀 Fast and simple Node.js version manager, built in Rust | Schniz | 12813 | -| 57 | [pastel](https://github.com/sharkdp/pastel) | A command-line tool to generate, analyze, convert and manipulate colors | sharkdp | 4607 | +| 53 | [rust-web-framework-comparison](https://github.com/flosse/rust-web-framework-comparison) | A comparison of some web frameworks and libs written in Rust | flosse | 4143 | +| 54 | [rustlings](https://github.com/rust-lang/rustlings) | :crab: Small exercises to get you used to reading and writing Rust code! | rust-lang | 40714 | +| 55 | [starship](https://github.com/starship/starship) | ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! | starship | 35428 | +| 56 | [fnm](https://github.com/Schniz/fnm) | 🚀 Fast and simple Node.js version manager, built in Rust | Schniz | 12857 | +| 57 | [pastel](https://github.com/sharkdp/pastel) | A command-line tool to generate, analyze, convert and manipulate colors | sharkdp | 4608 | | 58 | [taizen](https://github.com/nerdypepper/taizen) | curses based mediawiki browser | nerdypepper | 280 | -| 59 | [ffsend](https://github.com/timvisee/ffsend) | :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client. | timvisee | 6612 | -| 60 | [broot](https://github.com/Canop/broot) | A new way to see and navigate directory trees : https://dystroy.org/broot | Canop | 8896 | +| 59 | [ffsend](https://github.com/timvisee/ffsend) | :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client. | timvisee | 6613 | +| 60 | [broot](https://github.com/Canop/broot) | A new way to see and navigate directory trees : https://dystroy.org/broot | Canop | 8902 | | 61 | [hello_rocket](https://github.com/fChristenson/hello_rocket) | | fChristenson | 2 | -| 62 | [wasm-pack](https://github.com/rustwasm/wasm-pack) | 📦✨ your favorite rust -&gt; wasm workflow tool! | rustwasm | 5328 | -| 63 | [v86](https://github.com/copy/v86) | x86 virtualization in your browser, recompiling x86 to wasm on the fly | copy | 18017 | -| 64 | [rust](https://github.com/rust-lang/rust) | Empowering everyone to build reliable and efficient software. | rust-lang | 84044 | -| 65 | [deno](https://github.com/denoland/deno) | A modern runtime for JavaScript and TypeScript. | denoland | 90293 | -| 66 | [bat](https://github.com/sharkdp/bat) | A cat(1) clone with wings. | sharkdp | 42259 | -| 67 | [fd](https://github.com/sharkdp/fd) | A simple, fast and user-friendly alternative to 'find' | sharkdp | 28336 | +| 62 | [wasm-pack](https://github.com/rustwasm/wasm-pack) | 📦✨ your favorite rust -&gt; wasm workflow tool! | rustwasm | 5330 | +| 63 | [v86](https://github.com/copy/v86) | x86 virtualization in your browser, recompiling x86 to wasm on the fly | copy | 18020 | +| 64 | [rust](https://github.com/rust-lang/rust) | Empowering everyone to build reliable and efficient software. | rust-lang | 84075 | +| 65 | [deno](https://github.com/denoland/deno) | A modern runtime for JavaScript and TypeScript. | denoland | 90307 | +| 66 | [bat](https://github.com/sharkdp/bat) | A cat(1) clone with wings. | sharkdp | 42283 | +| 67 | [fd](https://github.com/sharkdp/fd) | A simple, fast and user-friendly alternative to 'find' | sharkdp | 28359 | **[⬆ Back to Index](#-contents)** @@ -1963,16 +1964,16 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [halt-and-catch-fire-syllabus](https://github.com/ablwr/halt-and-catch-fire-syllabus) | | ablwr | 89 | -| 2 | [tacit](https://github.com/yegor256/tacit) | CSS framework for dummies, without a single CSS class: nicely renders properly formatted HTML5 pages | yegor256 | 1583 | +| 2 | [tacit](https://github.com/yegor256/tacit) | CSS framework for dummies, without a single CSS class: nicely renders properly formatted HTML5 pages | yegor256 | 1584 | | 3 | [fast-sass-loader](https://github.com/yibn2008/fast-sass-loader) | High performance sass loader for webpack | yibn2008 | 253 | -| 4 | [csslayout](https://github.com/phuocng/csslayout) | A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing! | phuocng | 7643 | +| 4 | [csslayout](https://github.com/phuocng/csslayout) | A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing! | phuocng | 7644 | | 5 | [vimways.org](https://github.com/vim-advent-calendar/vimways.org) | vimways.org | vim-advent-calendar | 215 | | 6 | [card](https://github.com/jessepollak/card) | :credit_card: make your credit card form better in one line of code | jessepollak | 11565 | | 7 | [react-credit-cards](https://github.com/amaroteam/react-credit-cards) | Beautiful credit cards for your payment forms | amaroteam | 2484 | -| 8 | [TypeScript-Node-Starter](https://github.com/microsoft/TypeScript-Node-Starter) | A reference example for TypeScript and Node with a detailed README describing how to use the two together. | microsoft | 11116 | -| 9 | [inuitcss](https://github.com/inuitcss/inuitcss) | Extensible, scalable, Sass-based, OOCSS framework for large and long-lasting UI projects. | inuitcss | 1849 | +| 8 | [TypeScript-Node-Starter](https://github.com/microsoft/TypeScript-Node-Starter) | A reference example for TypeScript and Node with a detailed README describing how to use the two together. | microsoft | 11117 | +| 9 | [inuitcss](https://github.com/inuitcss/inuitcss) | Extensible, scalable, Sass-based, OOCSS framework for large and long-lasting UI projects. | inuitcss | 1850 | | 10 | [Morpherings](https://github.com/PaddiM8/Morpherings) | CSS Animations that make buttons morph into forms | PaddiM8 | 121 | -| 11 | [NES.css](https://github.com/nostalgic-css/NES.css) | NES-style CSS Framework \| ファミコン風CSSフレームワーク | nostalgic-css | 19851 | +| 11 | [NES.css](https://github.com/nostalgic-css/NES.css) | NES-style CSS Framework \| ファミコン風CSSフレームワーク | nostalgic-css | 19855 | **[⬆ Back to Index](#-contents)** @@ -1983,16 +1984,16 @@ | 2 | [scala-scraper](https://github.com/ruippeixotog/scala-scraper) | A Scala library for scraping content from HTML pages | ruippeixotog | 704 | | 3 | [tooling-talks](https://github.com/ckipp01/tooling-talks) | A monthly series of talks about tooling. | ckipp01 | 41 | | 4 | [metals](https://github.com/scalameta/metals) | Scala language server with rich IDE features 🚀 | scalameta | 1922 | -| 5 | [ArnoldC](https://github.com/lhartikk/ArnoldC) | Arnold Schwarzenegger based programming language | lhartikk | 6574 | -| 6 | [lila](https://github.com/lichess-org/lila) | ♞ lichess.org: the forever free, adless and open source chess server ♞ | lichess-org | 13402 | +| 5 | [ArnoldC](https://github.com/lhartikk/ArnoldC) | Arnold Schwarzenegger based programming language | lhartikk | 6579 | +| 6 | [lila](https://github.com/lichess-org/lila) | ♞ lichess.org: the forever free, adless and open source chess server ♞ | lichess-org | 13408 | **[⬆ Back to Index](#-contents)** ## Scheme | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) | | nvim-treesitter | 1351 | -| 2 | [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | Nvim Treesitter configurations and abstraction layer | nvim-treesitter | 7386 | +| 1 | [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) | | nvim-treesitter | 1354 | +| 2 | [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | Nvim Treesitter configurations and abstraction layer | nvim-treesitter | 7394 | | 3 | [.dotfiles](https://github.com/Phantas0s/.dotfiles) | :fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ... | Phantas0s | 523 | **[⬆ Back to Index](#-contents)** @@ -2000,103 +2001,103 @@ ## Shell | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [try](https://github.com/binpash/try) | Inspect a command's effects before modifying your live system | binpash | 4529 | -| 2 | [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) | 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. | marlonrichert | 3565 | -| 3 | [install](https://github.com/Homebrew/install) | 📥 Homebrew (un)installer | Homebrew | 1854 | -| 4 | [rbenv](https://github.com/rbenv/rbenv) | Manage your app's Ruby environment | rbenv | 15201 | +| 1 | [try](https://github.com/binpash/try) | Inspect a command's effects before modifying your live system | binpash | 4534 | +| 2 | [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) | 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. | marlonrichert | 3569 | +| 3 | [install](https://github.com/Homebrew/install) | 📥 Homebrew (un)installer | Homebrew | 1855 | +| 4 | [rbenv](https://github.com/rbenv/rbenv) | Manage your app's Ruby environment | rbenv | 15204 | | 5 | [asdf-ghcup](https://github.com/sestrella/asdf-ghcup) | Simple ghcup wrapper | sestrella | 11 | | 6 | [vim-university](https://github.com/wincent/vim-university) | A curriculum for leveling up your Vim | wincent | 243 | | 7 | [learnvimscriptthehardway](https://github.com/sjl/learnvimscriptthehardway) | | sjl | 1325 | | 8 | [asdf-rebar](https://github.com/Stratus3D/asdf-rebar) | Rebar3/Rebar version management plugin for asdf | Stratus3D | 26 | -| 9 | [tmux](https://github.com/catppuccin/tmux) | 💽 Soothing pastel theme for Tmux! | catppuccin | 341 | +| 9 | [tmux](https://github.com/catppuccin/tmux) | 💽 Soothing pastel theme for Tmux! | catppuccin | 345 | | 10 | [DoomLinux](https://github.com/shadlyd15/DoomLinux) | A bash script to build a minimal linux operating system just to play Doom. | shadlyd15 | 374 | | 11 | [make-your-own-tea](https://github.com/eeue56/make-your-own-tea) | A step-by-step guide to making your own Elm architecture in TypeScript | eeue56 | 15 | | 12 | [tmux-navigate](https://github.com/sunaku/tmux-navigate) | 🥂 Seamless tmux/vim navigation (over SSH too!) | sunaku | 41 | | 13 | [tmux-tilish](https://github.com/jabirali/tmux-tilish) | Plugin which makes tmux work and feel like i3wm | jabirali | 317 | | 14 | [NodeOS](https://github.com/NodeOS/NodeOS) | Lightweight operating system using Node.js as userspace | NodeOS | 6848 | -| 15 | [rofi-bluetooth](https://github.com/nickclyde/rofi-bluetooth) | 🔷 A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info. | nickclyde | 326 | +| 15 | [rofi-bluetooth](https://github.com/nickclyde/rofi-bluetooth) | 🔷 A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info. | nickclyde | 327 | | 16 | [cli-computing](https://github.com/learnbyexample/cli-computing) | :penguin: Linux command line and Scripting guide for beginner to intermediate users | learnbyexample | 496 | | 17 | [wireguard-rofi-waybar](https://github.com/HarHarLinks/wireguard-rofi-waybar) | Plugin for Waybar and rofi to use NetworkManager's WireGuard capabilities | HarHarLinks | 16 | | 18 | [bitwarden-rofi](https://github.com/mattydebie/bitwarden-rofi) | Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi | mattydebie | 305 | -| 19 | [emailwiz](https://github.com/LukeSmithxyz/emailwiz) | Script that installs/configures a Dovecot, Postfix, Spam Assassin, OpenDKIM Debian web server | LukeSmithxyz | 1371 | +| 19 | [emailwiz](https://github.com/LukeSmithxyz/emailwiz) | Script that installs/configures a Dovecot, Postfix, Spam Assassin, OpenDKIM Debian web server | LukeSmithxyz | 1372 | | 20 | [LARBS](https://github.com/LukeSmithxyz/LARBS) | Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution | LukeSmithxyz | 1919 | -| 21 | [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting) | Feature-rich syntax highlighting for ZSH | zdharma-continuum | 732 | +| 21 | [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting) | Feature-rich syntax highlighting for ZSH | zdharma-continuum | 733 | | 22 | [theme.sh](https://github.com/lemnos/theme.sh) | A script which lets you set your $terminal theme. | lemnos | 822 | | 23 | [tracker-add](https://github.com/AndrewMarchukov/tracker-add) | Fully automated script for adding more trackers to Transmission. | AndrewMarchukov | 246 | -| 24 | [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 📖 A collection of pure bash alternatives to external processes. | dylanaraps | 33839 | -| 25 | [pure-sh-bible](https://github.com/dylanaraps/pure-sh-bible) | 📖 A collection of pure POSIX sh alternatives to external processes. | dylanaraps | 5996 | +| 24 | [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) | 📖 A collection of pure bash alternatives to external processes. | dylanaraps | 33840 | +| 25 | [pure-sh-bible](https://github.com/dylanaraps/pure-sh-bible) | 📖 A collection of pure POSIX sh alternatives to external processes. | dylanaraps | 6000 | | 26 | [diyfetch](https://github.com/info-mono/diyfetch) | 🧰📠 The ultimate fetch tool template | info-mono | 172 | | 27 | [zsh-extras](https://github.com/b0o/zsh-extras) | Extra completions and functions for zsh! | b0o | 2 | -| 28 | [zsh-completions](https://github.com/zsh-users/zsh-completions) | Additional completion definitions for Zsh. | zsh-users | 6128 | +| 28 | [zsh-completions](https://github.com/zsh-users/zsh-completions) | Additional completion definitions for Zsh. | zsh-users | 6131 | | 29 | [SketchCrapp](https://github.com/duraki/SketchCrapp) | SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur. | duraki | 402 | -| 30 | [awesome-raspberry-pi](https://github.com/thibmaek/awesome-raspberry-pi) | 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources | thibmaek | 11629 | +| 30 | [awesome-raspberry-pi](https://github.com/thibmaek/awesome-raspberry-pi) | 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources | thibmaek | 11635 | | 31 | [polybar-themes](https://github.com/adi1090x/polybar-themes) | A huge collection of polybar themes with different styles, colors and variants. | adi1090x | 5132 | -| 32 | [d3](https://github.com/d3/d3) | Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | d3 | 105964 | +| 32 | [d3](https://github.com/d3/d3) | Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada: | d3 | 105968 | | 33 | [dotfiles](https://github.com/eduarbo/dotfiles) | Dotfiles for macOS and Debian | eduarbo | 4 | -| 34 | [EasyEffects-Presets](https://github.com/JackHack96/EasyEffects-Presets) | Collection of PulseEffects presets | JackHack96 | 720 | -| 35 | [pfetch](https://github.com/dylanaraps/pfetch) | 🐧 A pretty system information tool written in POSIX sh. | dylanaraps | 1829 | -| 36 | [polybar-scripts](https://github.com/polybar/polybar-scripts) | This is a community project. We write and collect scripts for polybar! | polybar | 2257 | +| 34 | [EasyEffects-Presets](https://github.com/JackHack96/EasyEffects-Presets) | Collection of PulseEffects presets | JackHack96 | 721 | +| 35 | [pfetch](https://github.com/dylanaraps/pfetch) | 🐧 A pretty system information tool written in POSIX sh. | dylanaraps | 1831 | +| 36 | [polybar-scripts](https://github.com/polybar/polybar-scripts) | This is a community project. We write and collect scripts for polybar! | polybar | 2259 | | 37 | [siji](https://github.com/stark/siji) | An iconic bitmap font based on Stlarch with additional glyphs. | stark | 772 | -| 38 | [voidrice](https://github.com/LukeSmithxyz/voidrice) | My dotfiles (deployed by LARBS) | LukeSmithxyz | 4051 | +| 38 | [voidrice](https://github.com/LukeSmithxyz/voidrice) | My dotfiles (deployed by LARBS) | LukeSmithxyz | 4053 | | 39 | [asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | Erlang plugin for asdf version manager | asdf-vm | 392 | | 40 | [asdf-elixir](https://github.com/asdf-vm/asdf-elixir) | Elixir plugin for asdf version manager | asdf-vm | 397 | | 41 | [asdf-plugins](https://github.com/asdf-vm/asdf-plugins) | Convenience shortname repository for asdf community plugins | asdf-vm | 927 | -| 42 | [asdf](https://github.com/asdf-vm/asdf) | Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more | asdf-vm | 18111 | +| 42 | [asdf](https://github.com/asdf-vm/asdf) | Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more | asdf-vm | 18114 | | 43 | [asdf-python](https://github.com/asdf-community/asdf-python) | Python plugin for the asdf version manager | asdf-community | 537 | | 44 | [ep-bash-worker](https://github.com/easypodcasts/ep-bash-worker) | | easypodcasts | 2 | | 45 | [i3-keyboard-layout](https://github.com/porras/i3-keyboard-layout) | Change keyboard layout with a keystroke + show it in the status bar | porras | 91 | | 46 | [quickemu](https://github.com/quickemu-project/quickemu) | Quickly create and run optimised Windows, macOS and Linux desktop virtual machines. | quickemu-project | 6275 | -| 47 | [powerlevel10k](https://github.com/romkatv/powerlevel10k) | A Zsh theme | romkatv | 37684 | -| 48 | [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) | An informative and fancy bash prompt for Git users | magicmonty | 6485 | +| 47 | [powerlevel10k](https://github.com/romkatv/powerlevel10k) | A Zsh theme | romkatv | 37702 | +| 48 | [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) | An informative and fancy bash prompt for Git users | magicmonty | 6486 | | 49 | [node-example-flamegraph](https://github.com/naugtur/node-example-flamegraph) | | naugtur | 58 | | 50 | [pyenv-installer](https://github.com/pyenv/pyenv-installer) | This tool is used to install `pyenv` and friends. | pyenv | 3674 | | 51 | [tmux](https://github.com/dracula/tmux) | 🧛🏻‍♂️ Dark theme for tmux | dracula | 480 | | 52 | [dotfiles](https://github.com/dbalatero/dotfiles) | 💻dotfiles for: tmux, neovim, git, zsh, osx | dbalatero | 55 | -| 53 | [zsh-vi-mode](https://github.com/jeffreytse/zsh-vi-mode) | 💻 A better and friendly vi(vim) mode plugin for ZSH. | jeffreytse | 2217 | +| 53 | [zsh-vi-mode](https://github.com/jeffreytse/zsh-vi-mode) | 💻 A better and friendly vi(vim) mode plugin for ZSH. | jeffreytse | 2218 | | 54 | [dotfiles.zsh](https://github.com/caarlos0/dotfiles.zsh) | Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more. | caarlos0 | 700 | -| 55 | [z](https://github.com/rupa/z) | z - jump around | rupa | 15378 | +| 55 | [z](https://github.com/rupa/z) | z - jump around | rupa | 15379 | | 56 | [fasd](https://github.com/clvv/fasd) | Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. | clvv | 5822 | | 57 | [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) | a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv) | pyenv | 5620 | | 58 | [docker-zsh-completion](https://github.com/greymd/docker-zsh-completion) | Zsh completion for docker and docker-compose. | greymd | 51 | -| 59 | [docker-bench-security](https://github.com/docker/docker-bench-security) | The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. | docker | 8465 | -| 60 | [gradle-completion](https://github.com/gradle/gradle-completion) | Gradle tab completion for bash and zsh | gradle | 954 | +| 59 | [docker-bench-security](https://github.com/docker/docker-bench-security) | The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. | docker | 8469 | +| 60 | [gradle-completion](https://github.com/gradle/gradle-completion) | Gradle tab completion for bash and zsh | gradle | 955 | | 61 | [maza-ad-blocking](https://github.com/tanrax/maza-ad-blocking) | Local ad blocker. Like Pi-hole but local and using your operating system. | tanrax | 1707 | -| 62 | [hook-flow](https://github.com/donavon/hook-flow) | A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf | donavon | 2053 | +| 62 | [hook-flow](https://github.com/donavon/hook-flow) | A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf | donavon | 2054 | | 63 | [dotfiles](https://github.com/noperator/dotfiles) | Ensuring that Bash uses vi mode wherever I go. | noperator | 9 | -| 64 | [tmux-yank](https://github.com/tmux-plugins/tmux-yank) | Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin. | tmux-plugins | 2284 | -| 65 | [tpm](https://github.com/tmux-plugins/tpm) | Tmux Plugin Manager | tmux-plugins | 9794 | -| 66 | [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) | Persists tmux environment across system restarts. | tmux-plugins | 9985 | +| 64 | [tmux-yank](https://github.com/tmux-plugins/tmux-yank) | Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin. | tmux-plugins | 2285 | +| 65 | [tpm](https://github.com/tmux-plugins/tpm) | Tmux Plugin Manager | tmux-plugins | 9800 | +| 66 | [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect) | Persists tmux environment across system restarts. | tmux-plugins | 9988 | | 67 | [dotfiles](https://github.com/alebelcor/dotfiles) |  My dotfiles | alebelcor | 3 | | 68 | [mons](https://github.com/Ventto/mons) | POSIX Shell script to quickly manage monitors on X | Ventto | 590 | | 69 | [wd](https://github.com/mfaerevaag/wd) | :rocket: Jump to custom directories in zsh | mfaerevaag | 665 | -| 70 | [zsh-better-npm-completion](https://github.com/lukechilds/zsh-better-npm-completion) | Better completion for npm | lukechilds | 436 | +| 70 | [zsh-better-npm-completion](https://github.com/lukechilds/zsh-better-npm-completion) | Better completion for npm | lukechilds | 437 | | 71 | [config](https://github.com/nikitavoloboev/config) | Fish, Karabiner, VS Code | nikitavoloboev | 806 | -| 72 | [awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps) | 🖥 📊 🕹 🛠 A curated list of command line apps | agarrharr | 11937 | +| 72 | [awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps) | 🖥 📊 🕹 🛠 A curated list of command line apps | agarrharr | 11943 | | 73 | [git-ignore](https://github.com/laggardkernel/git-ignore) | Generate .gitignore files with templates from gitignore.io offline | laggardkernel | 27 | | 74 | [listbox](https://github.com/gko/listbox) | 💬 listbox element for bash | gko | 46 | -| 75 | [prezto](https://github.com/sorin-ionescu/prezto) | The configuration framework for Zsh | sorin-ionescu | 13503 | +| 75 | [prezto](https://github.com/sorin-ionescu/prezto) | The configuration framework for Zsh | sorin-ionescu | 13505 | | 76 | [essays](https://github.com/cirosantilli/essays) | Original writings and quirky thoughts by me. People might like reading this once I become world famous for something. The best of this content has / will be moved to https://cirosantilli.com | cirosantilli | 20 | | 77 | [pacapt](https://github.com/icy/pacapt) | An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere. | icy | 905 | | 78 | [fonts](https://github.com/powerline/fonts) | Patched fonts for Powerline users. | powerline | 24807 | | 79 | [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh) | AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model | petervanderdoes | 5386 | -| 80 | [pure](https://github.com/sindresorhus/pure) | Pretty, minimal and fast ZSH prompt | sindresorhus | 12293 | -| 81 | [pi-hole](https://github.com/pi-hole/pi-hole) | A black hole for Internet advertisements | pi-hole | 43022 | -| 82 | [spaceship-prompt](https://github.com/spaceship-prompt/spaceship-prompt) | :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt | spaceship-prompt | 18497 | -| 83 | [hacker-laws](https://github.com/dwmkerr/hacker-laws) | 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws | dwmkerr | 24976 | +| 80 | [pure](https://github.com/sindresorhus/pure) | Pretty, minimal and fast ZSH prompt | sindresorhus | 12296 | +| 81 | [pi-hole](https://github.com/pi-hole/pi-hole) | A black hole for Internet advertisements | pi-hole | 43028 | +| 82 | [spaceship-prompt](https://github.com/spaceship-prompt/spaceship-prompt) | :rocket::star: Minimalistic, powerful and extremely customizable Zsh prompt | spaceship-prompt | 18500 | +| 83 | [hacker-laws](https://github.com/dwmkerr/hacker-laws) | 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws | dwmkerr | 24984 | | 84 | [n](https://github.com/tj/n) | Node version management | tj | 17850 | | 85 | [git-standup](https://github.com/kamranahmedse/git-standup) | Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-) | kamranahmedse | 7409 | -| 86 | [nvm](https://github.com/nvm-sh/nvm) | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions | nvm-sh | 69013 | -| 87 | [powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k) | Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k. | Powerlevel9k | 13458 | +| 86 | [nvm](https://github.com/nvm-sh/nvm) | Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions | nvm-sh | 69031 | +| 87 | [powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k) | Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k. | Powerlevel9k | 13459 | | 88 | [icons-in-terminal](https://github.com/sebastiencs/icons-in-terminal) | Use any fonts in the terminal without replacing or patching | sebastiencs | 895 | -| 89 | [papers-we-love](https://github.com/papers-we-love/papers-we-love) | Papers from the computer science community to read and discuss. | papers-we-love | 75430 | +| 89 | [papers-we-love](https://github.com/papers-we-love/papers-we-love) | Papers from the computer science community to read and discuss. | papers-we-love | 75449 | | 90 | [standard](https://github.com/sparkbox/standard) | How we work and best practices | sparkbox | 291 | | 91 | [dotfiles](https://github.com/cowboy/dotfiles) | My Ubuntu / OS X dotfiles. | cowboy | 1556 | -| 92 | [movies-for-hackers](https://github.com/k4m4/movies-for-hackers) | 🎬 A curated list of movies every hacker & cyberpunk must watch. | k4m4 | 9761 | -| 93 | [antigen](https://github.com/zsh-users/antigen) | The plugin manager for zsh. | zsh-users | 7646 | -| 94 | [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) | 🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. | ohmyzsh | 161196 | -| 95 | [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) | Fish-like autosuggestions for zsh | zsh-users | 26931 | -| 96 | [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) | Fish shell like syntax highlighting for Zsh. | zsh-users | 17445 | -| 97 | [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) | A collection of ZSH frameworks, plugins, themes and tutorials. | unixorn | 13224 | +| 92 | [movies-for-hackers](https://github.com/k4m4/movies-for-hackers) | 🎬 A curated list of movies every hacker & cyberpunk must watch. | k4m4 | 9765 | +| 93 | [antigen](https://github.com/zsh-users/antigen) | The plugin manager for zsh. | zsh-users | 7648 | +| 94 | [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) | 🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. | ohmyzsh | 161224 | +| 95 | [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) | Fish-like autosuggestions for zsh | zsh-users | 26941 | +| 96 | [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) | Fish shell like syntax highlighting for Zsh. | zsh-users | 17452 | +| 97 | [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) | A collection of ZSH frameworks, plugins, themes and tutorials. | unixorn | 13230 | | 98 | [dotfiles](https://github.com/sigfriedCub1990/dotfiles) | Trying to organize my configurations across my different environments | sigfriedCub1990 | 5 | | 99 | [bash_prompt](https://github.com/ch3pjw/bash_prompt) | Contains Paul Weaver's personal bash prompt configuration, which a few people were interested in sharing. | ch3pjw | 8 | @@ -2105,17 +2106,17 @@ ## Smalltalk | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [gtoolkit](https://github.com/feenkcom/gtoolkit) | Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem. | feenkcom | 958 | +| 1 | [gtoolkit](https://github.com/feenkcom/gtoolkit) | Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem. | feenkcom | 959 | **[⬆ Back to Index](#-contents)** ## Swift | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [Amethyst](https://github.com/ianyh/Amethyst) | Automatic tiling window manager for macOS à la xmonad. | ianyh | 13094 | -| 2 | [Gifski](https://github.com/sindresorhus/Gifski) | 🌈 Convert videos to high-quality GIFs on your Mac | sindresorhus | 6946 | +| 1 | [Amethyst](https://github.com/ianyh/Amethyst) | Automatic tiling window manager for macOS à la xmonad. | ianyh | 13099 | +| 2 | [Gifski](https://github.com/sindresorhus/Gifski) | 🌈 Convert videos to high-quality GIFs on your Mac | sindresorhus | 6950 | | 3 | [lifesaver](https://github.com/amiantos/lifesaver) | Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit | amiantos | 191 | -| 4 | [OpenEmu](https://github.com/OpenEmu/OpenEmu) | 🕹 Retro video game emulation for macOS | OpenEmu | 15121 | +| 4 | [OpenEmu](https://github.com/OpenEmu/OpenEmu) | 🕹 Retro video game emulation for macOS | OpenEmu | 15123 | **[⬆ Back to Index](#-contents)** @@ -2129,17 +2130,17 @@ ## TeX | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [vimtex](https://github.com/lervag/vimtex) | VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. | lervag | 4690 | -| 2 | [AlgoXY](https://github.com/liuxinyu95/AlgoXY) | Book of Elementary Algorithms and Data structures | liuxinyu95 | 5823 | +| 1 | [vimtex](https://github.com/lervag/vimtex) | VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. | lervag | 4691 | +| 2 | [AlgoXY](https://github.com/liuxinyu95/AlgoXY) | Book of Elementary Algorithms and Data structures | liuxinyu95 | 5821 | | 3 | [LearningOOPWithPharo](https://github.com/SquareBracketAssociates/LearningOOPWithPharo) | Learning Object-Oriented Programming with Pharo | SquareBracketAssociates | 66 | | 4 | [ods](https://github.com/patmorin/ods) | Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations. | patmorin | 1118 | -| 5 | [unplugged](https://github.com/liuxinyu95/unplugged) | Open book about math and programming. | liuxinyu95 | 2787 | +| 5 | [unplugged](https://github.com/liuxinyu95/unplugged) | Open book about math and programming. | liuxinyu95 | 2789 | | 6 | [resumake.io](https://github.com/saadq/resumake.io) | 📝 A website for automatically generating elegant LaTeX resumes. | saadq | 2916 | | 7 | [docs](https://github.com/libretro/docs) | This is a repo of the RetroArch official document page. | libretro | 200 | -| 8 | [os01](https://github.com/tuhdo/os01) | Bootstrap yourself to write an OS from scratch. A book for self-learner. | tuhdo | 10917 | +| 8 | [os01](https://github.com/tuhdo/os01) | Bootstrap yourself to write an OS from scratch. A book for self-learner. | tuhdo | 10920 | | 9 | [rh](https://github.com/williamstein/rh) | Riemann Hypothesis book | williamstein | 73 | | 10 | [ThinkPython2](https://github.com/AllenDowney/ThinkPython2) | LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey. | AllenDowney | 2331 | -| 11 | [Awesome-CV](https://github.com/posquit0/Awesome-CV) | :page_facing_up: Awesome CV is LaTeX template for your outstanding job application | posquit0 | 19734 | +| 11 | [Awesome-CV](https://github.com/posquit0/Awesome-CV) | :page_facing_up: Awesome CV is LaTeX template for your outstanding job application | posquit0 | 19744 | **[⬆ Back to Index](#-contents)** @@ -2147,336 +2148,337 @@ | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | | 1 | [react-ts-form](https://github.com/iway1/react-ts-form) | | iway1 | 1931 | -| 2 | [projects](https://github.com/LearningTypeScript/projects) | Hands-on real world projects that will help you exercise your knowledge of TypeScript. | LearningTypeScript | 153 | +| 2 | [projects](https://github.com/LearningTypeScript/projects) | Hands-on real world projects that will help you exercise your knowledge of TypeScript. | LearningTypeScript | 154 | | 3 | [sidebery](https://github.com/mbnuqw/sidebery) | Firefox extension for managing tabs and bookmarks in sidebar. | mbnuqw | 1859 | | 4 | [interceptors](https://github.com/mswjs/interceptors) | Low-level HTTP/HTTPS/XHR/fetch request interception library. | mswjs | 390 | -| 5 | [jest](https://github.com/swc-project/jest) | Super-fast alternative for babel-jest or ts-jest without type checking. Please use main repository for issues | swc-project | 718 | -| 6 | [typeorm](https://github.com/typeorm/typeorm) | ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms. | typeorm | 31773 | +| 5 | [jest](https://github.com/swc-project/jest) | Super-fast alternative for babel-jest or ts-jest without type checking. Please use main repository for issues | swc-project | 719 | +| 6 | [typeorm](https://github.com/typeorm/typeorm) | ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms. | typeorm | 31824 | | 7 | [tinyspy](https://github.com/tinylibs/tinyspy) | 🕵🏻‍♂️ minimal fork of nanospy, with more features | tinylibs | 452 | -| 8 | [happy-dom](https://github.com/capricorn86/happy-dom) | Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML. | capricorn86 | 2165 | +| 8 | [happy-dom](https://github.com/capricorn86/happy-dom) | Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML. | capricorn86 | 2166 | | 9 | [react-components](https://github.com/zendeskgarden/react-components) | :seedling: garden React components | zendeskgarden | 1066 | -| 10 | [bases](https://github.com/tsconfig/bases) | Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment | tsconfig | 4170 | -| 11 | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | Merge Tailwind CSS classes without style conflicts | dcastil | 2716 | -| 12 | [vitest](https://github.com/vitest-dev/vitest) | A Vite-native test framework. It's fast! | vitest-dev | 9685 | -| 13 | [TypeScript-Website](https://github.com/microsoft/TypeScript-Website) | The Website and web infrastructure for learning TypeScript | microsoft | 1965 | -| 14 | [ts-toolbelt](https://github.com/millsp/ts-toolbelt) | 👷 TypeScript's largest type utility library | millsp | 5935 | +| 10 | [bases](https://github.com/tsconfig/bases) | Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment | tsconfig | 4185 | +| 11 | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | Merge Tailwind CSS classes without style conflicts | dcastil | 2726 | +| 12 | [vitest](https://github.com/vitest-dev/vitest) | A Vite-native test framework. It's fast! | vitest-dev | 9697 | +| 13 | [TypeScript-Website](https://github.com/microsoft/TypeScript-Website) | The Website and web infrastructure for learning TypeScript | microsoft | 1967 | +| 14 | [ts-toolbelt](https://github.com/millsp/ts-toolbelt) | 👷 TypeScript's largest type utility library | millsp | 5937 | | 15 | [rides](https://github.com/jurajmajerik/rides) | A full-stack simulation of a ride-hailing app | jurajmajerik | 319 | -| 16 | [redoc](https://github.com/Redocly/redoc) | 📘 OpenAPI/Swagger-generated API Reference Documentation | Redocly | 20675 | -| 17 | [expect-type](https://github.com/mmkal/expect-type) | Compile-time tests for types. Useful to make sure types don't regress into being overly-permissive as changes go in over time. | mmkal | 192 | -| 18 | [tiny-invariant](https://github.com/alexreardon/tiny-invariant) | A tiny invariant function | alexreardon | 1310 | -| 19 | [pg-mem](https://github.com/oguimbal/pg-mem) | An in memory postgres DB instance for your unit tests | oguimbal | 1483 | +| 16 | [redoc](https://github.com/Redocly/redoc) | 📘 OpenAPI/Swagger-generated API Reference Documentation | Redocly | 20679 | +| 17 | [expect-type](https://github.com/mmkal/expect-type) | Compile-time tests for types. Useful to make sure types don't regress into being overly-permissive as changes go in over time. | mmkal | 193 | +| 18 | [tiny-invariant](https://github.com/alexreardon/tiny-invariant) | A tiny invariant function | alexreardon | 1311 | +| 19 | [pg-mem](https://github.com/oguimbal/pg-mem) | An in memory postgres DB instance for your unit tests | oguimbal | 1485 | | 20 | [eslint-plugin-jest-extended](https://github.com/jest-community/eslint-plugin-jest-extended) | Eslint plugin for https://github.com/jest-community/jest-extended | jest-community | 19 | -| 21 | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended | marchaos | 701 | +| 21 | [jest-mock-extended](https://github.com/marchaos/jest-mock-extended) | Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended | marchaos | 702 | | 22 | [cucumber-js](https://github.com/cucumber/cucumber-js) | Cucumber for JavaScript | cucumber | 4850 | | 23 | [talkback](https://github.com/ijpiantanida/talkback) | A simple HTTP proxy that records and playbacks requests | ijpiantanida | 252 | | 24 | [turbo](https://github.com/hotwired/turbo) | The speed of a single-page web application without having to write any JavaScript | hotwired | 5247 | -| 25 | [tridactyl](https://github.com/tridactyl/tridactyl) | A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl. | tridactyl | 4521 | -| 26 | [jsoncrack.com](https://github.com/AykutSarac/jsoncrack.com) | ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. | AykutSarac | 24814 | -| 27 | [functional-programming](https://github.com/enricopolanski/functional-programming) | Introduction to Functional Programming using TypeScript and fp-ts. | enricopolanski | 1045 | -| 28 | [domain-driven-hexagon](https://github.com/Sairyss/domain-driven-hexagon) | Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included | Sairyss | 9734 | -| 29 | [io-ts](https://github.com/gcanti/io-ts) | Runtime type system for IO decoding/encoding | gcanti | 6357 | -| 30 | [runtypes](https://github.com/pelotom/runtypes) | Runtime validation for static types | pelotom | 2431 | -| 31 | [zod](https://github.com/colinhacks/zod) | TypeScript-first schema validation with static type inference | colinhacks | 24159 | -| 32 | [prisma](https://github.com/prisma/prisma) | Next-generation ORM for Node.js & TypeScript \| PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | prisma | 33106 | +| 25 | [tridactyl](https://github.com/tridactyl/tridactyl) | A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl. | tridactyl | 4523 | +| 26 | [jsoncrack.com](https://github.com/AykutSarac/jsoncrack.com) | ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. | AykutSarac | 24821 | +| 27 | [functional-programming](https://github.com/enricopolanski/functional-programming) | Introduction to Functional Programming using TypeScript and fp-ts. | enricopolanski | 1046 | +| 28 | [domain-driven-hexagon](https://github.com/Sairyss/domain-driven-hexagon) | Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included | Sairyss | 9738 | +| 29 | [io-ts](https://github.com/gcanti/io-ts) | Runtime type system for IO decoding/encoding | gcanti | 6360 | +| 30 | [runtypes](https://github.com/pelotom/runtypes) | Runtime validation for static types | pelotom | 2432 | +| 31 | [zod](https://github.com/colinhacks/zod) | TypeScript-first schema validation with static type inference | colinhacks | 24187 | +| 32 | [prisma](https://github.com/prisma/prisma) | Next-generation ORM for Node.js & TypeScript \| PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | prisma | 33116 | | 33 | [slug](https://github.com/pheralb/slug) | 🌱 An open-source URL shortener built with T3 Stack. | pheralb | 292 | | 34 | [superkey](https://github.com/pheralb/superkey) | 🪄 A stylized command menu for React. Built with headlessUI. | pheralb | 100 | | 35 | [sanity](https://github.com/sanity-io/sanity) | Sanity Studio – Rapidly configure content workspaces powered by structured content | sanity-io | 4459 | -| 36 | [mutative](https://github.com/unadlib/mutative) | Efficient immutable updates, faster than naive handcrafted reducer, and more than 10x faster than Immer. | unadlib | 628 | -| 37 | [redux-toolkit](https://github.com/reduxjs/redux-toolkit) | The official, opinionated, batteries-included toolset for efficient Redux development | reduxjs | 9744 | +| 36 | [mutative](https://github.com/unadlib/mutative) | Efficient immutable updates, faster than naive handcrafted reducer, and more than 10x faster than Immer. | unadlib | 629 | +| 37 | [redux-toolkit](https://github.com/reduxjs/redux-toolkit) | The official, opinionated, batteries-included toolset for efficient Redux development | reduxjs | 9749 | | 38 | [sqrl](https://github.com/sqrl-lang/sqrl) | A safe, stateful rules language for event streams | sqrl-lang | 104 | | 39 | [monocle-ts](https://github.com/gcanti/monocle-ts) | Functional optics: a (partial) porting of Scala monocle | gcanti | 984 | | 40 | [core](https://github.com/react-hook-form/core) | Framework agnostic hook form core lib | react-hook-form | 122 | | 41 | [big-sir](https://github.com/bautistaaa/big-sir) | | bautistaaa | 188 | -| 42 | [trpc](https://github.com/trpc/trpc) | 🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | trpc | 27643 | -| 43 | [astro](https://github.com/withastro/astro) | The all-in-one web framework designed for speed. ⭐️ Star to support our work! | withastro | 32404 | -| 44 | [chakra-ui](https://github.com/chakra-ui/chakra-ui) | ⚡️ Simple, Modular & Accessible UI Components for your React Applications | chakra-ui | 33877 | -| 45 | [connect-mongo](https://github.com/jdesboeufs/connect-mongo) | MongoDB session store for Express | jdesboeufs | 1937 | +| 42 | [trpc](https://github.com/trpc/trpc) | 🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | trpc | 27670 | +| 43 | [astro](https://github.com/withastro/astro) | The all-in-one web framework designed for speed. ⭐️ Star to support our work! | withastro | 32430 | +| 44 | [chakra-ui](https://github.com/chakra-ui/chakra-ui) | ⚡️ Simple, Modular & Accessible UI Components for your React Applications | chakra-ui | 33891 | +| 45 | [connect-mongo](https://github.com/jdesboeufs/connect-mongo) | MongoDB session store for Express | jdesboeufs | 1938 | | 46 | [sqs-producer](https://github.com/bbc/sqs-producer) | Simple scaffolding for applications that produce SQS messages | bbc | 174 | -| 47 | [sqs-consumer](https://github.com/bbc/sqs-consumer) | Build Amazon Simple Queue Service (SQS) based applications without the boilerplate | bbc | 1516 | +| 47 | [sqs-consumer](https://github.com/bbc/sqs-consumer) | Build Amazon Simple Queue Service (SQS) based applications without the boilerplate | bbc | 1515 | | 48 | [wav-to-morse-web](https://github.com/anttiz/wav-to-morse-web) | WAV to Morse code web solution | anttiz | 1 | -| 49 | [aws-sdk-js-v3](https://github.com/aws/aws-sdk-js-v3) | Modularized AWS SDK for JavaScript. | aws | 2481 | +| 49 | [aws-sdk-js-v3](https://github.com/aws/aws-sdk-js-v3) | Modularized AWS SDK for JavaScript. | aws | 2482 | | 50 | [bull-repl](https://github.com/darky/bull-repl) | Bull / BullMQ queue command line REPL | darky | 205 | -| 51 | [ts-jest](https://github.com/kulshekhar/ts-jest) | A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. | kulshekhar | 6615 | -| 52 | [react-image-crop](https://github.com/DominicTobias/react-image-crop) | A responsive image cropping tool for React | DominicTobias | 3492 | +| 51 | [ts-jest](https://github.com/kulshekhar/ts-jest) | A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. | kulshekhar | 6618 | +| 52 | [react-image-crop](https://github.com/DominicTobias/react-image-crop) | A responsive image cropping tool for React | DominicTobias | 3493 | | 53 | [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server) | Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config). | nodkz | 2283 | | 54 | [trendy.dev](https://github.com/sturdy-dev/trendy.dev) | Open-source GitHub Trending Page 🥇🥈🥉 | sturdy-dev | 13 | | 55 | [vim-workshop](https://github.com/stevenocchipinti/vim-workshop) | | stevenocchipinti | 4 | -| 56 | [refine](https://github.com/refinedev/refine) | Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! | refinedev | 12914 | -| 57 | [focalboard](https://github.com/mattermost/focalboard) | Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. | mattermost | 15634 | -| 58 | [mobx](https://github.com/mobxjs/mobx) | Simple, scalable state management. | mobxjs | 26635 | -| 59 | [beginners-typescript-tutorial](https://github.com/total-typescript/beginners-typescript-tutorial) | An interactive TypeScript tutorial for beginners | total-typescript | 7526 | -| 60 | [ag-grid](https://github.com/ag-grid/ag-grid) | The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. | ag-grid | 10556 | -| 61 | [tremor](https://github.com/tremorlabs/tremor) | The React library to build dashboards fast. | tremorlabs | 11706 | -| 62 | [typescript-generics-workshop](https://github.com/total-typescript/typescript-generics-workshop) | Interactive tutorial on using generics in TypeScript | total-typescript | 1334 | -| 63 | [mockttp](https://github.com/httptoolkit/mockttp) | Powerful friendly HTTP mock server & proxy library | httptoolkit | 677 | -| 64 | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | ESLint plugin for Jest | jest-community | 1053 | +| 56 | [refine](https://github.com/refinedev/refine) | Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! | refinedev | 12933 | +| 57 | [focalboard](https://github.com/mattermost/focalboard) | Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. | mattermost | 15636 | +| 58 | [mobx](https://github.com/mobxjs/mobx) | Simple, scalable state management. | mobxjs | 26636 | +| 59 | [beginners-typescript-tutorial](https://github.com/total-typescript/beginners-typescript-tutorial) | An interactive TypeScript tutorial for beginners | total-typescript | 7525 | +| 60 | [ag-grid](https://github.com/ag-grid/ag-grid) | The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. | ag-grid | 10577 | +| 61 | [tremor](https://github.com/tremorlabs/tremor) | The React library to build dashboards fast. | tremorlabs | 11756 | +| 62 | [typescript-generics-workshop](https://github.com/total-typescript/typescript-generics-workshop) | Interactive tutorial on using generics in TypeScript | total-typescript | 1335 | +| 63 | [mockttp](https://github.com/httptoolkit/mockttp) | Powerful friendly HTTP mock server & proxy library | httptoolkit | 678 | +| 64 | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | ESLint plugin for Jest | jest-community | 1054 | | 65 | [hyper-fetch](https://github.com/BetterTyped/hyper-fetch) | ⚡ Fetching and realtime data exchange framework. | BetterTyped | 940 | -| 66 | [mitt](https://github.com/developit/mitt) | 🥊 Tiny 200 byte functional event emitter / pubsub. | developit | 9336 | -| 67 | [jsonhero-web](https://github.com/triggerdotdev/jsonhero-web) | JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team. | triggerdotdev | 7915 | +| 66 | [mitt](https://github.com/developit/mitt) | 🥊 Tiny 200 byte functional event emitter / pubsub. | developit | 9340 | +| 67 | [jsonhero-web](https://github.com/triggerdotdev/jsonhero-web) | JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team. | triggerdotdev | 7921 | | 68 | [colord](https://github.com/omgovich/colord) | 👑 A tiny yet powerful tool for high-performance color manipulations and conversions | omgovich | 1417 | -| 69 | [leva](https://github.com/pmndrs/leva) | 🌋 React-first components GUI | pmndrs | 4011 | +| 69 | [leva](https://github.com/pmndrs/leva) | 🌋 React-first components GUI | pmndrs | 4013 | | 70 | [fishery](https://github.com/thoughtbot/fishery) | A library for setting up JavaScript objects as test data | thoughtbot | 747 | | 71 | [inquirer-search-list](https://github.com/robin-rpr/inquirer-search-list) | Inquirer.js Prompt to Fuzzy-Search a list of selectables 🔍 | robin-rpr | 25 | | 72 | [linear](https://github.com/linear/linear) | Tools, SDK's and plugins for Linear | linear | 494 | -| 73 | [novu](https://github.com/novuhq/novu) | The open-source notification infrastructure with fully functional embedded notification center | novuhq | 22299 | -| 74 | [twin.macro](https://github.com/ben-rogerson/twin.macro) | 🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, solid-styled-components, stitches and goober) at build time. | ben-rogerson | 7448 | -| 75 | [excalidraw](https://github.com/excalidraw/excalidraw) | Virtual whiteboard for sketching hand-drawn like diagrams | excalidraw | 52551 | +| 73 | [novu](https://github.com/novuhq/novu) | The open-source notification infrastructure with fully functional embedded notification center | novuhq | 22336 | +| 74 | [twin.macro](https://github.com/ben-rogerson/twin.macro) | 🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, solid-styled-components, stitches and goober) at build time. | ben-rogerson | 7453 | +| 75 | [excalidraw](https://github.com/excalidraw/excalidraw) | Virtual whiteboard for sketching hand-drawn like diagrams | excalidraw | 52597 | | 76 | [dirty-swan](https://github.com/getPopsure/dirty-swan) | Feather’s design system | getPopsure | 8 | | 77 | [linear-cli](https://github.com/evangodon/linear-cli) | A CLI for interacting with the Linear API. | evangodon | 31 | -| 78 | [fp-ts](https://github.com/gcanti/fp-ts) | Functional programming in TypeScript | gcanti | 9696 | +| 78 | [fp-ts](https://github.com/gcanti/fp-ts) | Functional programming in TypeScript | gcanti | 9700 | | 79 | [tsd](https://github.com/SamVerschueren/tsd) | Check TypeScript type definitions | SamVerschueren | 2125 | | 80 | [rhea-promise](https://github.com/amqp/rhea-promise) | A promisified layer over rhea AMQP client | amqp | 26 | | 81 | [node-client](https://github.com/neovim/node-client) | Nvim Node.js client and plugin host | neovim | 416 | -| 82 | [docusaurus](https://github.com/facebook/docusaurus) | Easy to maintain open source documentation websites. | facebook | 46657 | +| 82 | [docusaurus](https://github.com/facebook/docusaurus) | Easy to maintain open source documentation websites. | facebook | 46677 | | 83 | [jakearchibald.com](https://github.com/jakearchibald/jakearchibald.com) | | jakearchibald | 221 | -| 84 | [comlink](https://github.com/GoogleChromeLabs/comlink) | Comlink makes WebWorkers enjoyable. | GoogleChromeLabs | 9904 | -| 85 | [github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy) | 🏆 Add dynamically generated GitHub Stat Trophies on your readme | ryo-ma | 3895 | -| 86 | [headlessui](https://github.com/tailwindlabs/headlessui) | Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. | tailwindlabs | 21632 | +| 84 | [comlink](https://github.com/GoogleChromeLabs/comlink) | Comlink makes WebWorkers enjoyable. | GoogleChromeLabs | 9905 | +| 85 | [github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy) | 🏆 Add dynamically generated GitHub Stat Trophies on your readme | ryo-ma | 3897 | +| 86 | [headlessui](https://github.com/tailwindlabs/headlessui) | Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. | tailwindlabs | 21641 | | 87 | [use-location-state](https://github.com/xiel/use-location-state) | store and retrieve state from the browsers history using modern hooks 🎣 | xiel | 95 | | 88 | [7guis-React-TypeScript-MobX](https://github.com/eugenkiss/7guis-React-TypeScript-MobX) | Implementation of 7GUIs with React, TypeScript and MobX | eugenkiss | 63 | | 89 | [LYTS](https://github.com/christiankaindl/LYTS) | Layout primitives for React | christiankaindl | 161 | -| 90 | [tilg](https://github.com/shuding/tilg) | A magical React Hook that helps you debug components. | shuding | 1973 | +| 90 | [tilg](https://github.com/shuding/tilg) | A magical React Hook that helps you debug components. | shuding | 1974 | | 91 | [howtoprofessionallysay](https://github.com/AkashRajpurohit/howtoprofessionallysay) | 📖 A guide for your daily "professional" interactions | AkashRajpurohit | 1033 | -| 92 | [projen](https://github.com/projen/projen) | A new generation of project generators | projen | 2105 | +| 92 | [projen](https://github.com/projen/projen) | A new generation of project generators | projen | 2106 | | 93 | [esbuild-loader](https://github.com/esbuild-kit/esbuild-loader) | Webpack loader for esbuild: Speed up your build ⚡️ | esbuild-kit | 3406 | -| 94 | [wireit](https://github.com/google/wireit) | Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient. | google | 4545 | -| 95 | [theatre](https://github.com/theatre-js/theatre) | Motion design editor for the web | theatre-js | 9588 | -| 96 | [react-arborist](https://github.com/brimdata/react-arborist) | The complete tree view component for React | brimdata | 2325 | +| 94 | [wireit](https://github.com/google/wireit) | Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient. | google | 4546 | +| 95 | [theatre](https://github.com/theatre-js/theatre) | Motion design editor for the web | theatre-js | 9595 | +| 96 | [react-arborist](https://github.com/brimdata/react-arborist) | The complete tree view component for React | brimdata | 2329 | | 97 | [react-select-event](https://github.com/romgain/react-select-event) | 🦗 Simulate react-select events for react-testing-library | romgain | 193 | -| 98 | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library | testing-library | 893 | +| 98 | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library | testing-library | 894 | | 99 | [elm-language-server](https://github.com/elm-tooling/elm-language-server) | Language server implementation for Elm | elm-tooling | 398 | -| 100 | [redwood](https://github.com/redwoodjs/redwood) | The App Framework for Startups | redwoodjs | 16206 | -| 101 | [faker](https://github.com/faker-js/faker) | Generate massive amounts of fake data in the browser and node.js | faker-js | 10066 | -| 102 | [react-hot-toast](https://github.com/timolins/react-hot-toast) | Smoking Hot React Notifications 🔥 | timolins | 7835 | -| 103 | [supabase](https://github.com/supabase/supabase) | The open source Firebase alternative. Follow to stay updated about our public Beta. | supabase | 54253 | -| 104 | [zustand](https://github.com/pmndrs/zustand) | 🐻 Bear necessities for state management in React | pmndrs | 33660 | -| 105 | [react-wordle](https://github.com/cwackerfuss/react-wordle) | A fun Wordle clone made using React, Typescript, and Tailwind | cwackerfuss | 2522 | -| 106 | [remix](https://github.com/remix-run/remix) | Build Better Websites. Create modern, resilient user experiences with web fundamentals. | remix-run | 24219 | +| 100 | [redwood](https://github.com/redwoodjs/redwood) | The App Framework for Startups | redwoodjs | 16209 | +| 101 | [faker](https://github.com/faker-js/faker) | Generate massive amounts of fake data in the browser and node.js | faker-js | 10073 | +| 102 | [react-hot-toast](https://github.com/timolins/react-hot-toast) | Smoking Hot React Notifications 🔥 | timolins | 7840 | +| 103 | [supabase](https://github.com/supabase/supabase) | The open source Firebase alternative. Follow to stay updated about our public Beta. | supabase | 54323 | +| 104 | [zustand](https://github.com/pmndrs/zustand) | 🐻 Bear necessities for state management in React | pmndrs | 33696 | +| 105 | [react-wordle](https://github.com/cwackerfuss/react-wordle) | A fun Wordle clone made using React, Typescript, and Tailwind | cwackerfuss | 2523 | +| 106 | [remix](https://github.com/remix-run/remix) | Build Better Websites. Create modern, resilient user experiences with web fundamentals. | remix-run | 24229 | | 107 | [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server) | TypeScript & JavaScript Language Server | typescript-language-server | 1395 | | 108 | [unit](https://github.com/samuelmtimbo/unit) | Next Generation Visual Programming System | samuelmtimbo | 1531 | | 109 | [async-sema](https://github.com/vercel/async-sema) | Semaphore using `async` and `await` | vercel | 581 | -| 110 | [solid](https://github.com/solidjs/solid) | A declarative, efficient, and flexible JavaScript library for building user interfaces. | solidjs | 28572 | +| 110 | [solid](https://github.com/solidjs/solid) | A declarative, efficient, and flexible JavaScript library for building user interfaces. | solidjs | 28576 | | 111 | [react-guitar](https://github.com/4lejandrito/react-guitar) | A beautiful and accessible guitar component for React. ⚛️ 🎸 | 4lejandrito | 597 | -| 112 | [echarts-for-react](https://github.com/hustcc/echarts-for-react) | ⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。 | hustcc | 4120 | +| 112 | [echarts-for-react](https://github.com/hustcc/echarts-for-react) | ⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。 | hustcc | 4119 | | 113 | [majestic](https://github.com/Raathigesh/majestic) | ⚡ Zero config GUI for Jest | Raathigesh | 7461 | -| 114 | [pixijs](https://github.com/pixijs/pixijs) | The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer. | pixijs | 40593 | -| 115 | [rxjs](https://github.com/ReactiveX/rxjs) | A reactive programming library for JavaScript | ReactiveX | 29260 | +| 114 | [pixijs](https://github.com/pixijs/pixijs) | The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer. | pixijs | 40596 | +| 115 | [rxjs](https://github.com/ReactiveX/rxjs) | A reactive programming library for JavaScript | ReactiveX | 29264 | | 116 | [learn-rxjs](https://github.com/btroncone/learn-rxjs) | Clear examples, explanations, and resources for RxJS | btroncone | 3600 | -| 117 | [documentation](https://github.com/react-hook-form/documentation) | 📋 Official documentation | react-hook-form | 653 | -| 118 | [react-toastify](https://github.com/fkhadra/react-toastify) | React notification made easy 🚀 ! | fkhadra | 11248 | +| 117 | [documentation](https://github.com/react-hook-form/documentation) | 📋 Official documentation | react-hook-form | 654 | +| 118 | [react-toastify](https://github.com/fkhadra/react-toastify) | React notification made easy 🚀 ! | fkhadra | 11256 | | 119 | [namor.js](https://github.com/jsonmaur/namor.js) | A subdomain-safe name generator | jsonmaur | 255 | -| 120 | [react-md-editor](https://github.com/uiwjs/react-md-editor) | A simple markdown editor with preview, implemented with React.js and TypeScript. | uiwjs | 1566 | -| 121 | [serve](https://github.com/vercel/serve) | Static file serving and directory listing | vercel | 8772 | +| 120 | [react-md-editor](https://github.com/uiwjs/react-md-editor) | A simple markdown editor with preview, implemented with React.js and TypeScript. | uiwjs | 1567 | +| 121 | [serve](https://github.com/vercel/serve) | Static file serving and directory listing | vercel | 8773 | | 122 | [helmet](https://github.com/helmetjs/helmet) | Help secure Express apps with various HTTP headers | helmetjs | 9684 | -| 123 | [match-sorter](https://github.com/kentcdodds/match-sorter) | Simple, expected, and deterministic best-match sorting of an array in JavaScript | kentcdodds | 3394 | +| 123 | [match-sorter](https://github.com/kentcdodds/match-sorter) | Simple, expected, and deterministic best-match sorting of an array in JavaScript | kentcdodds | 3395 | | 124 | [umbrella](https://github.com/thi-ng/umbrella) | ⛱ Broadly scoped ecosystem & mono-repository of 180 TypeScript projects for general purpose, functional, data driven development | thi-ng | 2954 | | 125 | [objection-paginator](https://github.com/Batterii/objection-paginator) | Paginated queries for Objection.js | Batterii | 9 | -| 126 | [directus](https://github.com/directus/directus) | The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | directus | 22673 | -| 127 | [node-glob](https://github.com/isaacs/node-glob) | glob functionality for node.js | isaacs | 8097 | -| 128 | [msw](https://github.com/mswjs/msw) | Seamless REST/GraphQL API mocking library for browser and Node.js. | mswjs | 12890 | -| 129 | [is](https://github.com/sindresorhus/is) | Type check values | sindresorhus | 1541 | -| 130 | [postcss](https://github.com/postcss/postcss) | Transforming styles with JS plugins | postcss | 27680 | +| 126 | [directus](https://github.com/directus/directus) | The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | directus | 22687 | +| 127 | [node-glob](https://github.com/isaacs/node-glob) | glob functionality for node.js | isaacs | 8098 | +| 128 | [msw](https://github.com/mswjs/msw) | Seamless REST/GraphQL API mocking library for browser and Node.js. | mswjs | 12896 | +| 129 | [is](https://github.com/sindresorhus/is) | Type check values | sindresorhus | 1542 | +| 130 | [postcss](https://github.com/postcss/postcss) | Transforming styles with JS plugins | postcss | 27687 | | 131 | [webpack-merge](https://github.com/survivejs/webpack-merge) | Merge designed for webpack | survivejs | 2635 | | 132 | [hooks](https://github.com/feathersjs/hooks) | Async middleware for JavaScript and TypeScript | feathersjs | 150 | | 133 | [feathers-hooks-common](https://github.com/feathersjs-ecosystem/feathers-hooks-common) | Useful hooks for use with FeathersJS services. | feathersjs-ecosystem | 187 | | 134 | [neverthrow](https://github.com/supermacro/neverthrow) | Type-Safe Errors for JS & TypeScript | supermacro | 1925 | | 135 | [tapout](https://github.com/k88hudson/tapout) | A work life balance add-on | k88hudson | 2 | -| 136 | [immutable-js](https://github.com/immutable-js/immutable-js) | Immutable persistent data collections for Javascript which increase efficiency and simplicity. | immutable-js | 32663 | -| 137 | [consola](https://github.com/unjs/consola) | 🐨 Elegant Console Logger for Node.js and Browser | unjs | 4479 | -| 138 | [echarts](https://github.com/apache/echarts) | Apache ECharts is a powerful, interactive charting and data visualization library for browser | apache | 55954 | -| 139 | [motion](https://github.com/framer/motion) | Open source, production-ready animation and gesture library for React | framer | 19620 | +| 136 | [immutable-js](https://github.com/immutable-js/immutable-js) | Immutable persistent data collections for Javascript which increase efficiency and simplicity. | immutable-js | 32665 | +| 137 | [consola](https://github.com/unjs/consola) | 🐨 Elegant Console Logger for Node.js and Browser | unjs | 4481 | +| 138 | [echarts](https://github.com/apache/echarts) | Apache ECharts is a powerful, interactive charting and data visualization library for browser | apache | 55963 | +| 139 | [motion](https://github.com/framer/motion) | Open source, production-ready animation and gesture library for React | framer | 19634 | | 140 | [flipping](https://github.com/davidkpiano/flipping) | Flipping awesome animations. | davidkpiano | 1355 | -| 141 | [unstated-next](https://github.com/jamiebuilds/unstated-next) | 200 bytes to never think about React state management libraries ever again | jamiebuilds | 4122 | -| 142 | [vite](https://github.com/vitejs/vite) | Next generation frontend tooling. It's fast! | vitejs | 58323 | +| 141 | [unstated-next](https://github.com/jamiebuilds/unstated-next) | 200 bytes to never think about React state management libraries ever again | jamiebuilds | 4123 | +| 142 | [vite](https://github.com/vitejs/vite) | Next generation frontend tooling. It's fast! | vitejs | 58335 | | 143 | [structurae](https://github.com/zandaqo/structurae) | Data structures for high-performance JavaScript applications. | zandaqo | 639 | | 144 | [react-laag](https://github.com/everweij/react-laag) | Hooks to build things like tooltips, dropdown menu's and popovers in React | everweij | 877 | | 145 | [feathers](https://github.com/feathersjs/feathers) | The API and real-time application framework | feathersjs | 14707 | | 146 | [react-chrono](https://github.com/prabhuignoto/react-chrono) | 🕑 Modern Timeline Component for React | prabhuignoto | 3595 | | 147 | [narrated-diffs](https://github.com/tbroadley/narrated-diffs) | Tell a story with your diffs. | tbroadley | 49 | -| 148 | [corepack](https://github.com/nodejs/corepack) | Zero-runtime-dependency package acting as bridge between Node projects and their package managers | nodejs | 1532 | +| 148 | [corepack](https://github.com/nodejs/corepack) | Zero-runtime-dependency package acting as bridge between Node projects and their package managers | nodejs | 1533 | | 149 | [reinspect](https://github.com/troch/reinspect) | Use redux devtools to inspect useState and useReducer :mag_right: | troch | 429 | | 150 | [pico](https://github.com/rsify/pico) | Take browser screenshots in Javascript 📸 | rsify | 1903 | | 151 | [material-shell](https://github.com/material-shell/material-shell) | A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone. | material-shell | 7089 | -| 152 | [type-challenges](https://github.com/type-challenges/type-challenges) | Collection of TypeScript type challenges with online judge | type-challenges | 35500 | +| 152 | [type-challenges](https://github.com/type-challenges/type-challenges) | Collection of TypeScript type challenges with online judge | type-challenges | 35525 | | 153 | [react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) | &lt;textarea /&gt; component for React which grows with content | Andarist | 1981 | -| 154 | [graphql-request](https://github.com/jasonkuhrt/graphql-request) | Minimal GraphQL client supporting Node and browsers for scripts or simple apps | jasonkuhrt | 5400 | -| 155 | [react-use](https://github.com/streamich/react-use) | React Hooks — 👍 | streamich | 37687 | -| 156 | [ts-migrate](https://github.com/airbnb/ts-migrate) | A tool to help migrate JavaScript code quickly and conveniently to TypeScript | airbnb | 5105 | +| 154 | [graphql-request](https://github.com/jasonkuhrt/graphql-request) | Minimal GraphQL client supporting Node and browsers for scripts or simple apps | jasonkuhrt | 5401 | +| 155 | [react-use](https://github.com/streamich/react-use) | React Hooks — 👍 | streamich | 37695 | +| 156 | [ts-migrate](https://github.com/airbnb/ts-migrate) | A tool to help migrate JavaScript code quickly and conveniently to TypeScript | airbnb | 5106 | | 157 | [import-sort](https://github.com/renke/import-sort) | Sort ES2015 (aka ES6) imports. Both JavaScript and TypeScript are supported. | renke | 465 | -| 158 | [ioredis](https://github.com/redis/ioredis) | 🚀 A robust, performance-focused, and full-featured Redis client for Node.js. | redis | 12135 | +| 158 | [ioredis](https://github.com/redis/ioredis) | 🚀 A robust, performance-focused, and full-featured Redis client for Node.js. | redis | 12138 | | 159 | [socket.io-redis-adapter](https://github.com/socketio/socket.io-redis-adapter) | Adapter to enable broadcasting of events to multiple separate socket.io server nodes. | socketio | 2678 | | 160 | [socket.io-client](https://github.com/socketio/socket.io-client) | Realtime application framework (client) | socketio | 10311 | -| 161 | [socket.io](https://github.com/socketio/socket.io) | Realtime application framework (Node.JS server) | socketio | 58693 | +| 161 | [socket.io](https://github.com/socketio/socket.io) | Realtime application framework (Node.JS server) | socketio | 58699 | | 162 | [bestofjs](https://github.com/bestofjs/bestofjs) | :star: A place to find the best components to build amazing web applications. The best of JavaScript! | bestofjs | 2211 | -| 163 | [squoosh](https://github.com/GoogleChromeLabs/squoosh) | Make images smaller using best-in-class codecs, right in the browser. | GoogleChromeLabs | 19264 | +| 163 | [squoosh](https://github.com/GoogleChromeLabs/squoosh) | Make images smaller using best-in-class codecs, right in the browser. | GoogleChromeLabs | 19275 | | 164 | [frodo-url-shortener](https://github.com/sigfriedCub1990/frodo-url-shortener) | This is Frodo, the URL shortener 😊 | sigfriedCub1990 | 6 | | 165 | [fp-vs-oop](https://github.com/fChristenson/fp-vs-oop) | | fChristenson | 4 | | 166 | [contextism](https://github.com/Aslemammad/contextism) | 😍 Use React Context better. | Aslemammad | 143 | -| 167 | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | Basic rate-limiting middleware for express | express-rate-limit | 2435 | -| 168 | [node-redis](https://github.com/redis/node-redis) | Redis Node.js client | redis | 16303 | -| 169 | [baseweb](https://github.com/uber/baseweb) | A React Component library implementing the Base design language | uber | 8400 | -| 170 | [react-redux](https://github.com/reduxjs/react-redux) | Official React bindings for Redux | reduxjs | 22918 | -| 171 | [InversifyJS](https://github.com/inversify/InversifyJS) | A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. | inversify | 10149 | +| 167 | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | Basic rate-limiting middleware for express | express-rate-limit | 2436 | +| 168 | [node-redis](https://github.com/redis/node-redis) | Redis Node.js client | redis | 16307 | +| 169 | [baseweb](https://github.com/uber/baseweb) | A React Component library implementing the Base design language | uber | 8401 | +| 170 | [react-redux](https://github.com/reduxjs/react-redux) | Official React bindings for Redux | reduxjs | 22921 | +| 171 | [InversifyJS](https://github.com/inversify/InversifyJS) | A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. | inversify | 10148 | | 172 | [svguitar](https://github.com/omnibrain/svguitar) | Create beautiful SVG guitar chord charts | omnibrain | 523 | | 173 | [iruka](https://github.com/jeffzh4ng/iruka) | A collection of classical data structures ⛩ and algorithms 🏃‍♂️ implemented in Typescript with video lectures 📹 | jeffzh4ng | 770 | -| 174 | [nestjs](https://github.com/golevelup/nestjs) | A collection of badass modules and utilities to help you level up your NestJS applications 🚀 | golevelup | 1721 | +| 174 | [nestjs](https://github.com/golevelup/nestjs) | A collection of badass modules and utilities to help you level up your NestJS applications 🚀 | golevelup | 1723 | | 175 | [testing-nestjs](https://github.com/jmcdo29/testing-nestjs) | A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more! | jmcdo29 | 2508 | -| 176 | [class-transformer](https://github.com/typestack/class-transformer) | Decorator-based transformation, serialization, and deserialization between objects and classes. | typestack | 6003 | +| 176 | [class-transformer](https://github.com/typestack/class-transformer) | Decorator-based transformation, serialization, and deserialization between objects and classes. | typestack | 6005 | | 177 | [mongoose](https://github.com/nestjs/mongoose) | Mongoose module for Nest framework (node.js) 🍸 | nestjs | 425 | | 178 | [ngx-currency](https://github.com/nbfontana/ngx-currency) | Currency mask module for Angular 📦 | nbfontana | 199 | | 179 | [coc-tsserver](https://github.com/neoclide/coc-tsserver) | Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript | neoclide | 1007 | -| 180 | [coc.nvim](https://github.com/neoclide/coc.nvim) | Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | neoclide | 23112 | +| 180 | [coc.nvim](https://github.com/neoclide/coc.nvim) | Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. | neoclide | 23116 | | 181 | [coc-angular](https://github.com/iamcco/coc-angular) | Angular Language Service coc extension for (neo)vim | iamcco | 135 | -| 182 | [playwright](https://github.com/microsoft/playwright) | Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. | microsoft | 53624 | -| 183 | [bacon.js](https://github.com/baconjs/bacon.js) | Functional reactive programming library for TypeScript and JavaScript | baconjs | 6445 | -| 184 | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | :zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more | chimurai | 10079 | +| 182 | [playwright](https://github.com/microsoft/playwright) | Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. | microsoft | 53649 | +| 183 | [bacon.js](https://github.com/baconjs/bacon.js) | Functional reactive programming library for TypeScript and JavaScript | baconjs | 6446 | +| 184 | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | :zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more | chimurai | 10080 | | 185 | [binary-decision-diagram](https://github.com/pubkey/binary-decision-diagram) | A library to create, minimize and optimize binary decision diagrams | pubkey | 23 | | 186 | [event-reduce](https://github.com/pubkey/event-reduce) | An algorithm to optimize database queries that run multiple times | pubkey | 682 | | 187 | [molote-client](https://github.com/daxslab/molote-client) | | daxslab | 2 | -| 188 | [tui.editor](https://github.com/nhn/tui.editor) | 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. | nhn | 16172 | -| 189 | [vetur](https://github.com/vuejs/vetur) | Vue tooling for VS Code. | vuejs | 5697 | -| 190 | [ky](https://github.com/sindresorhus/ky) | 🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API | sindresorhus | 10174 | +| 188 | [tui.editor](https://github.com/nhn/tui.editor) | 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. | nhn | 16175 | +| 189 | [vetur](https://github.com/vuejs/vetur) | Vue tooling for VS Code. | vuejs | 5699 | +| 190 | [ky](https://github.com/sindresorhus/ky) | 🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API | sindresorhus | 10177 | | 191 | [destiny](https://github.com/benawad/destiny) | Prettier for File Structures | benawad | 3540 | -| 192 | [urql](https://github.com/urql-graphql/urql) | The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. | urql-graphql | 8082 | +| 192 | [urql](https://github.com/urql-graphql/urql) | The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. | urql-graphql | 8086 | | 193 | [algebraic-effects](https://github.com/phenax/algebraic-effects) | Manage side-effects in your javascript application cleanly with algebraic effects | phenax | 199 | -| 194 | [refined-github](https://github.com/refined-github/refined-github) | :octocat: Browser extension that simplifies the GitHub interface and adds useful features | refined-github | 21506 | +| 194 | [refined-github](https://github.com/refined-github/refined-github) | :octocat: Browser extension that simplifies the GitHub interface and adds useful features | refined-github | 21507 | | 195 | [typescript-puzzle](https://github.com/uhyo/typescript-puzzle) | Learn TypeScript with Type Puzzles. | uhyo | 93 | | 196 | [framework](https://github.com/aurelia/framework) | The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia. | aurelia | 11749 | -| 197 | [lerna](https://github.com/lerna/lerna) | :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. | lerna | 34788 | -| 198 | [react-router](https://github.com/remix-run/react-router) | Declarative routing for React | remix-run | 50768 | -| 199 | [etcher](https://github.com/balena-io/etcher) | Flash OS images to SD cards & USB drives, safely and easily. | balena-io | 26036 | -| 200 | [country-state-city](https://github.com/harpreetkhalsagtbit/country-state-city) | Basic library for Country, State and City | harpreetkhalsagtbit | 213 | +| 197 | [lerna](https://github.com/lerna/lerna) | :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. | lerna | 34793 | +| 198 | [react-router](https://github.com/remix-run/react-router) | Declarative routing for React | remix-run | 50773 | +| 199 | [etcher](https://github.com/balena-io/etcher) | Flash OS images to SD cards & USB drives, safely and easily. | balena-io | 26043 | +| 200 | [country-state-city](https://github.com/harpreetkhalsagtbit/country-state-city) | Basic library for Country, State and City | harpreetkhalsagtbit | 214 | | 201 | [card-validator](https://github.com/braintree/card-validator) | Validate credit cards as users type. | braintree | 818 | | 202 | [ariakit](https://github.com/ariakit/ariakit) | Toolkit for building accessible web apps with React | ariakit | 7025 | -| 203 | [reselect](https://github.com/reduxjs/reselect) | Selector library for Redux | reduxjs | 18928 | -| 204 | [craco](https://github.com/dilanx/craco) | Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App. | dilanx | 7175 | +| 203 | [reselect](https://github.com/reduxjs/reselect) | Selector library for Redux | reduxjs | 18929 | +| 204 | [craco](https://github.com/dilanx/craco) | Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App. | dilanx | 7176 | | 205 | [design_patterns_in_typescript](https://github.com/torokmark/design_patterns_in_typescript) | :triangular_ruler: Design pattern implementations in TypeScript | torokmark | 4914 | | 206 | [TypeScript-for-Beginner-Programmers](https://github.com/chibicode/TypeScript-for-Beginner-Programmers) | TypeScript for Beginner Programmers | chibicode | 550 | -| 207 | [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) | The repository for high quality TypeScript type definitions. | DefinitelyTyped | 44806 | -| 208 | [react-select](https://github.com/JedWatson/react-select) | The Select Component for React.js | JedWatson | 26451 | +| 207 | [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) | The repository for high quality TypeScript type definitions. | DefinitelyTyped | 44817 | +| 208 | [react-select](https://github.com/JedWatson/react-select) | The Select Component for React.js | JedWatson | 26453 | | 209 | [devtools](https://github.com/react-hook-form/devtools) | 📋 DevTools to help debug forms. | react-hook-form | 588 | -| 210 | [hoppscotch](https://github.com/hoppscotch/hoppscotch) | 👽 Open source API development ecosystem - https://hoppscotch.io | hoppscotch | 53324 | +| 210 | [hoppscotch](https://github.com/hoppscotch/hoppscotch) | 👽 Open source API development ecosystem - https://hoppscotch.io | hoppscotch | 53338 | | 211 | [react-cristal](https://github.com/zzarcon/react-cristal) | Beautiful window manager for React | zzarcon | 29 | | 212 | [react-mosaic](https://github.com/nomcopter/react-mosaic) | A React tiling window manager | nomcopter | 3520 | -| 213 | [react-icons](https://github.com/react-icons/react-icons) | svg react icons of popular icon packs | react-icons | 10026 | +| 213 | [react-icons](https://github.com/react-icons/react-icons) | svg react icons of popular icon packs | react-icons | 10028 | | 214 | [stimulus](https://github.com/hotwired/stimulus) | A modest JavaScript framework for the HTML you already have | hotwired | 12083 | | 215 | [user-event](https://github.com/testing-library/user-event) | 🐕 Simulate user events | testing-library | 2005 | | 216 | [Autumn](https://github.com/apandhi/Autumn) | A macOS window manager for JavaScript hackers | apandhi | 325 | -| 217 | [table](https://github.com/TanStack/table) | 🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table | TanStack | 22131 | -| 218 | [rmwc](https://github.com/rmwc/rmwc) | A React wrapper for Material Design (Web) Components | rmwc | 1630 | +| 217 | [table](https://github.com/TanStack/table) | 🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table | TanStack | 22137 | +| 218 | [rmwc](https://github.com/rmwc/rmwc) | A React wrapper for Material Design (Web) Components | rmwc | 1629 | | 219 | [space-kit](https://github.com/apollographql/space-kit) | 👩‍🚀 Home base for Apollo's design system: https://space-kit.netlify.com | apollographql | 89 | -| 220 | [redux](https://github.com/reduxjs/redux) | Predictable state container for JavaScript apps | reduxjs | 59798 | -| 221 | [TypeScript](https://github.com/microsoft/TypeScript) | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | microsoft | 93132 | -| 222 | [commitlint](https://github.com/conventional-changelog/commitlint) | 📓 Lint commit messages | conventional-changelog | 14133 | -| 223 | [hooks](https://github.com/alibaba/hooks) | A high-quality & reliable React Hooks library. | alibaba | 12329 | +| 220 | [redux](https://github.com/reduxjs/redux) | Predictable state container for JavaScript apps | reduxjs | 59801 | +| 221 | [TypeScript](https://github.com/microsoft/TypeScript) | TypeScript is a superset of JavaScript that compiles to clean JavaScript output. | microsoft | 93160 | +| 222 | [commitlint](https://github.com/conventional-changelog/commitlint) | 📓 Lint commit messages | conventional-changelog | 14136 | +| 223 | [hooks](https://github.com/alibaba/hooks) | A high-quality & reliable React Hooks library. | alibaba | 12337 | | 224 | [tomatoro](https://github.com/tonymtz/tomatoro) | Time management tool based on the Pomodoro Technique. | tonymtz | 26 | | 225 | [turbolinks](https://github.com/turbolinks/turbolinks) | Turbolinks makes navigating your web application faster | turbolinks | 12791 | | 226 | [uuidv4](https://github.com/thenativeweb/uuidv4) | uuidv4 creates v4 UUIDs. | thenativeweb | 175 | | 227 | [orca](https://github.com/DimiMikadze/orca) | Build modern community apps with React and Node. | DimiMikadze | 1171 | -| 228 | [material-ui](https://github.com/mui/material-ui) | MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. | mui | 88009 | +| 228 | [material-ui](https://github.com/mui/material-ui) | MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. | mui | 88018 | | 229 | [flatpickr](https://github.com/flatpickr/flatpickr) | lightweight, powerful javascript datetimepicker with no dependencies | flatpickr | 15687 | -| 230 | [joplin](https://github.com/laurent22/joplin) | Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS. | laurent22 | 37794 | -| 231 | [use-count-up](https://github.com/vydimitrov/use-count-up) | React/React Native component and hook to animate counting up or down to a number | vydimitrov | 341 | +| 230 | [joplin](https://github.com/laurent22/joplin) | Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS. | laurent22 | 37807 | +| 231 | [use-count-up](https://github.com/vydimitrov/use-count-up) | React/React Native component and hook to animate counting up or down to a number | vydimitrov | 342 | | 232 | [Y-Combinator-for-Non-programmers](https://github.com/chibicode/Y-Combinator-for-Non-programmers) | 🍱 Y Combinator for Non-programmers: A Wild Introduction to Computer Science | chibicode | 153 | | 233 | [redux-react-hook](https://github.com/facebookarchive/redux-react-hook) | React Hook for accessing state and dispatch from a Redux store | facebookarchive | 2168 | -| 234 | [query](https://github.com/TanStack/query) | 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query. | TanStack | 35713 | -| 235 | [storybook](https://github.com/storybookjs/storybook) | Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | storybookjs | 79646 | +| 234 | [query](https://github.com/TanStack/query) | 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query. | TanStack | 35725 | +| 235 | [storybook](https://github.com/storybookjs/storybook) | Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | storybookjs | 79662 | | 236 | [rough-charts](https://github.com/beizhedenglong/rough-charts) | 📈 A responsive, composable react charting library with a hand-drawn style. | beizhedenglong | 1516 | -| 237 | [flipper](https://github.com/facebook/flipper) | A desktop debugging platform for mobile developers. | facebook | 12811 | -| 238 | [swr](https://github.com/vercel/swr) | React Hooks for Data Fetching | vercel | 27479 | -| 239 | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 📋 React Hooks for form state management and validation (Web + React Native) | react-hook-form | 36171 | -| 240 | [react-image](https://github.com/mbrevda/react-image) | React.js &lt;img&gt; tag rendering with multiple fallback & loader support | mbrevda | 1136 | -| 241 | [rxdb](https://github.com/pubkey/rxdb) | A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | pubkey | 19467 | -| 242 | [learn-anything](https://github.com/learn-anything/learn-anything) | Organize world's knowledge, explore connections and curate learning paths | learn-anything | 14934 | +| 237 | [flipper](https://github.com/facebook/flipper) | A desktop debugging platform for mobile developers. | facebook | 12814 | +| 238 | [swr](https://github.com/vercel/swr) | React Hooks for Data Fetching | vercel | 27494 | +| 239 | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | 📋 React Hooks for form state management and validation (Web + React Native) | react-hook-form | 36184 | +| 240 | [react-image](https://github.com/mbrevda/react-image) | React.js &lt;img&gt; tag rendering with multiple fallback & loader support | mbrevda | 1137 | +| 241 | [rxdb](https://github.com/pubkey/rxdb) | A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | pubkey | 19474 | +| 242 | [learn-anything](https://github.com/learn-anything/learn-anything) | Organize world's knowledge, explore connections and curate learning paths | learn-anything | 14936 | | 243 | [react-rasta](https://github.com/ChilliCream/react-rasta) | React Rasta is a powerful and flexible grid system for React | ChilliCream | 90 | | 244 | [styled-reset](https://github.com/zacanger/styled-reset) | Eric Meyer's Reset CSS for styled-components | zacanger | 379 | | 245 | [apollo-client-devtools](https://github.com/apollographql/apollo-client-devtools) | Apollo Client browser developer tools. | apollographql | 1456 | -| 246 | [n8n](https://github.com/n8n-io/n8n) | Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. | n8n-io | 32207 | -| 247 | [Vim](https://github.com/VSCodeVim/Vim) | :star: Vim for Visual Studio Code | VSCodeVim | 12182 | -| 248 | [redux-thunk](https://github.com/reduxjs/redux-thunk) | Thunk middleware for Redux | reduxjs | 17631 | -| 249 | [react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library) | 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. | testing-library | 5054 | -| 250 | [typescript-book](https://github.com/basarat/typescript-book) | :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹 | basarat | 19633 | -| 251 | [vscode-jest](https://github.com/jest-community/vscode-jest) | The optimal flow for Jest based testing in VS Code | jest-community | 2719 | -| 252 | [starter-workflows](https://github.com/actions/starter-workflows) | Accelerating new GitHub Actions workflows | actions | 7722 | +| 246 | [n8n](https://github.com/n8n-io/n8n) | Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. | n8n-io | 32230 | +| 247 | [Vim](https://github.com/VSCodeVim/Vim) | :star: Vim for Visual Studio Code | VSCodeVim | 12185 | +| 248 | [redux-thunk](https://github.com/reduxjs/redux-thunk) | Thunk middleware for Redux | reduxjs | 17632 | +| 249 | [react-hooks-testing-library](https://github.com/testing-library/react-hooks-testing-library) | 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. | testing-library | 5058 | +| 250 | [typescript-book](https://github.com/basarat/typescript-book) | :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹 | basarat | 19637 | +| 251 | [vscode-jest](https://github.com/jest-community/vscode-jest) | The optimal flow for Jest based testing in VS Code | jest-community | 2718 | +| 252 | [starter-workflows](https://github.com/actions/starter-workflows) | Accelerating new GitHub Actions workflows | actions | 7725 | | 253 | [webpack-hook-plugin](https://github.com/tienne/webpack-hook-plugin) | run any shell commands before or after webpack builds (with type definition) | tienne | 30 | -| 254 | [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) | Find and load configuration from a package.json property, rc file, or CommonJS module | cosmiconfig | 3623 | +| 254 | [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) | Find and load configuration from a package.json property, rc file, or CommonJS module | cosmiconfig | 3628 | | 255 | [reworm](https://github.com/pedronauck/reworm) | 🍫 the simplest way to manage state | pedronauck | 1471 | -| 256 | [apollo-tooling](https://github.com/apollographql/apollo-tooling) | ✏️ Tooling for development and production Apollo workflows | apollographql | 3041 | -| 257 | [Bonjourr](https://github.com/victrme/Bonjourr) | Minimalist & lightweight startpage inspired by iOS | victrme | 451 | -| 258 | [tabliss](https://github.com/joelshepherd/tabliss) | A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. | joelshepherd | 1811 | -| 259 | [apollo-client](https://github.com/apollographql/apollo-client) | :rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server. | apollographql | 18855 | -| 260 | [angular-cli](https://github.com/angular/angular-cli) | CLI tool for Angular | angular | 26215 | -| 261 | [xstate](https://github.com/statelyai/xstate) | State machines and statecharts for the modern web. | statelyai | 24516 | -| 262 | [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 🇨🇭 A React renderer for Three.js | pmndrs | 23399 | -| 263 | [react-spring](https://github.com/pmndrs/react-spring) | ✌️ A spring physics based React animation library | pmndrs | 26151 | -| 264 | [eva-icons](https://github.com/akveo/eva-icons) | A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support. | akveo | 8513 | -| 265 | [haunted](https://github.com/matthewp/haunted) | React's Hooks API implemented for web components 👻 | matthewp | 2519 | -| 266 | [code-settings-sync](https://github.com/shanalikhan/code-settings-sync) | 🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴 | shanalikhan | 3977 | -| 267 | [fabulous](https://github.com/Raathigesh/fabulous) | 🎨 CSS properties sidebar for VS Code | Raathigesh | 1010 | -| 268 | [marked](https://github.com/markedjs/marked) | A markdown parser and compiler. Built for speed. | markedjs | 30184 | -| 269 | [react-axe](https://github.com/dequelabs/react-axe) | [DEPRECATED] Accessibility auditing for React.js applications | dequelabs | 1162 | -| 270 | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | Simple reusable React error boundary component | bvaughn | 5507 | -| 271 | [yup](https://github.com/jquense/yup) | Dead simple Object schema validation | jquense | 20869 | -| 272 | [formik](https://github.com/jaredpalmer/formik) | Build forms in React, without the tears 😭 | jaredpalmer | 32695 | -| 273 | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | Find newer versions of package dependencies than what your package.json allows | raineorshine | 8359 | -| 274 | [html2canvas](https://github.com/niklasvh/html2canvas) | Screenshots with JavaScript | niklasvh | 28604 | -| 275 | [caprine](https://github.com/sindresorhus/caprine) | Elegant Facebook Messenger desktop app | sindresorhus | 6706 | -| 276 | [playroom](https://github.com/seek-oss/playroom) | Design with JSX, powered by your own component library. | seek-oss | 4345 | -| 277 | [styled-components](https://github.com/styled-components/styled-components) | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 | styled-components | 39323 | -| 278 | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | freeCodeCamp | 370632 | -| 279 | [verdaccio](https://github.com/verdaccio/verdaccio) | 📦🔐 A lightweight Node.js private proxy registry | verdaccio | 15135 | -| 280 | [barba](https://github.com/barbajs/barba) | Create badass, fluid and smooth transitions between your website’s pages. | barbajs | 10807 | -| 281 | [carbon-now-cli](https://github.com/mixn/carbon-now-cli) | 🎨 Beautiful images of your code — from right inside your terminal. | mixn | 5528 | -| 282 | [nest](https://github.com/nestjs/nest) | A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 | nestjs | 58621 | -| 283 | [type-fest](https://github.com/sindresorhus/type-fest) | A collection of essential TypeScript types | sindresorhus | 11503 | -| 284 | [leon](https://github.com/leon-ai/leon) | 🧠 Leon is your open-source personal assistant. | leon-ai | 13252 | -| 285 | [frontend-bootcamp](https://github.com/microsoft/frontend-bootcamp) | Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux | microsoft | 10769 | -| 286 | [vee-validate](https://github.com/logaretm/vee-validate) | ✅ Painless Vue forms | logaretm | 9945 | -| 287 | [angular-realworld-example-app](https://github.com/gothinkster/angular-realworld-example-app) | Exemplary real world application built with Angular | gothinkster | 4892 | -| 288 | [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | 🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment. | dotansimha | 7677 | -| 289 | [quill](https://github.com/quilljs/quill) | Quill is a modern WYSIWYG editor built for compatibility and extensibility. | quilljs | 36573 | -| 290 | [es.react.dev](https://github.com/reactjs/es.react.dev) | React documentation website in Spanish / Documentación del sitio web de React en Español | reactjs | 270 | -| 291 | [pnpm](https://github.com/pnpm/pnpm) | Fast, disk space efficient package manager | pnpm | 24779 | -| 292 | [learnapollo](https://github.com/learnapollo/learnapollo) | 👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool) | learnapollo | 5228 | -| 293 | [ngx-ui-loader](https://github.com/t-ho/ngx-ui-loader) | Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+ | t-ho | 423 | -| 294 | [apollo-server](https://github.com/apollographql/apollo-server) | 🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more. | apollographql | 13435 | -| 295 | [express-graphql](https://github.com/graphql/express-graphql) | Create a GraphQL HTTP server with Express. | graphql | 6371 | -| 296 | [animate-css-grid](https://github.com/aholachek/animate-css-grid) | Painless transitions for CSS Grid | aholachek | 1320 | -| 297 | [ngx-markdown](https://github.com/jfcere/ngx-markdown) | Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more... | jfcere | 942 | -| 298 | [upterm](https://github.com/railsware/upterm) | A terminal emulator for the 21st century. | railsware | 19329 | -| 299 | [date-fns](https://github.com/date-fns/date-fns) | ⏳ Modern JavaScript date utility library ⌛️ | date-fns | 31981 | -| 300 | [emma-cli](https://github.com/maticzav/emma-cli) | 📦 Terminal assistant to find and install node packages. | maticzav | 1227 | -| 301 | [jest](https://github.com/jestjs/jest) | Delightful JavaScript Testing. | jestjs | 42435 | -| 302 | [windows95](https://github.com/felixrieseberg/windows95) | 💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows. | felixrieseberg | 21886 | -| 303 | [cli](https://github.com/snyk/cli) | Snyk CLI scans and monitors your projects for security vulnerabilities. | snyk | 4529 | -| 304 | [threema-web](https://github.com/threema-ch/threema-web) | The Threema Web application. | threema-ch | 939 | -| 305 | [ant-design-pro](https://github.com/ant-design/ant-design-pro) | 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro! | ant-design | 34668 | -| 306 | [git-project-manager](https://github.com/felipecaputo/git-project-manager) | A Git Project Manager extension for vsCode | felipecaputo | 89 | -| 307 | [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | Interactive roadmaps, guides and other educational content to help developers grow in their careers. | kamranahmedse | 246058 | -| 308 | [nexe](https://github.com/nexe/nexe) | 🎉 create a single executable out of your node.js apps | nexe | 12290 | -| 309 | [microjob](https://github.com/wilk/microjob) | A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads. | wilk | 2015 | -| 310 | [docz](https://github.com/doczjs/docz) | ✍ It has never been so easy to document your things! | doczjs | 23338 | -| 311 | [puppeteer](https://github.com/puppeteer/puppeteer) | Node.js API for Chrome | puppeteer | 84101 | -| 312 | [howtographql](https://github.com/howtographql/howtographql) | The Fullstack Tutorial for GraphQL | howtographql | 8580 | -| 313 | [wired-elements](https://github.com/rough-stuff/wired-elements) | Collection of custom elements that appear hand drawn. Great for wireframes or a fun look. | rough-stuff | 9456 | -| 314 | [express-validator](https://github.com/express-validator/express-validator) | An express.js middleware for validator.js. | express-validator | 5890 | -| 315 | [concurrently](https://github.com/open-cli-tools/concurrently) | Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better. | open-cli-tools | 6284 | -| 316 | [Signal-Desktop](https://github.com/signalapp/Signal-Desktop) | A private messenger for Windows, macOS, and Linux. | signalapp | 13453 | -| 317 | [express-recaptcha](https://github.com/pdupavillon/express-recaptcha) | Implementation of google recaptcha v2 & V3 solutions for express.js | pdupavillon | 125 | -| 318 | [vue](https://github.com/vuejs/vue) | This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core | vuejs | 204659 | -| 319 | [realworld](https://github.com/gothinkster/realworld) | "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more | gothinkster | 75555 | -| 320 | [babel](https://github.com/babel/babel) | 🐠 Babel is a compiler for writing next generation JavaScript. | babel | 42432 | -| 321 | [hyper](https://github.com/vercel/hyper) | A terminal built on web technologies | vercel | 41293 | -| 322 | [javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms) | :books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book | loiane | 4255 | -| 323 | [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) | 💯 Curated coding interview preparation materials for busy software engineers | yangshun | 93535 | -| 324 | [Tone.js](https://github.com/Tonejs/Tone.js) | A Web Audio framework for making interactive music in the browser. | Tonejs | 12637 | +| 256 | [apollo-tooling](https://github.com/apollographql/apollo-tooling) | ✏️ Tooling for development and production Apollo workflows | apollographql | 3040 | +| 257 | [Bonjourr](https://github.com/victrme/Bonjourr) | Minimalist & lightweight startpage inspired by iOS | victrme | 452 | +| 258 | [tabliss](https://github.com/joelshepherd/tabliss) | A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. | joelshepherd | 1813 | +| 259 | [apollo-client](https://github.com/apollographql/apollo-client) | :rocket:  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server. | apollographql | 18857 | +| 260 | [angular-cli](https://github.com/angular/angular-cli) | CLI tool for Angular | angular | 26217 | +| 261 | [next.js](https://github.com/vercel/next.js) | The React Framework | vercel | 109867 | +| 262 | [xstate](https://github.com/statelyai/xstate) | State machines and statecharts for the modern web. | statelyai | 24521 | +| 263 | [react-three-fiber](https://github.com/pmndrs/react-three-fiber) | 🇨🇭 A React renderer for Three.js | pmndrs | 23408 | +| 264 | [react-spring](https://github.com/pmndrs/react-spring) | ✌️ A spring physics based React animation library | pmndrs | 26158 | +| 265 | [eva-icons](https://github.com/akveo/eva-icons) | A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support. | akveo | 8513 | +| 266 | [haunted](https://github.com/matthewp/haunted) | React's Hooks API implemented for web components 👻 | matthewp | 2519 | +| 267 | [code-settings-sync](https://github.com/shanalikhan/code-settings-sync) | 🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴 | shanalikhan | 3977 | +| 268 | [fabulous](https://github.com/Raathigesh/fabulous) | 🎨 CSS properties sidebar for VS Code | Raathigesh | 1010 | +| 269 | [marked](https://github.com/markedjs/marked) | A markdown parser and compiler. Built for speed. | markedjs | 30193 | +| 270 | [react-axe](https://github.com/dequelabs/react-axe) | [DEPRECATED] Accessibility auditing for React.js applications | dequelabs | 1162 | +| 271 | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | Simple reusable React error boundary component | bvaughn | 5513 | +| 272 | [yup](https://github.com/jquense/yup) | Dead simple Object schema validation | jquense | 20880 | +| 273 | [formik](https://github.com/jaredpalmer/formik) | Build forms in React, without the tears 😭 | jaredpalmer | 32697 | +| 274 | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | Find newer versions of package dependencies than what your package.json allows | raineorshine | 8364 | +| 275 | [html2canvas](https://github.com/niklasvh/html2canvas) | Screenshots with JavaScript | niklasvh | 28611 | +| 276 | [caprine](https://github.com/sindresorhus/caprine) | Elegant Facebook Messenger desktop app | sindresorhus | 6707 | +| 277 | [playroom](https://github.com/seek-oss/playroom) | Design with JSX, powered by your own component library. | seek-oss | 4346 | +| 278 | [styled-components](https://github.com/styled-components/styled-components) | Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 | styled-components | 39324 | +| 279 | [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) | freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. | freeCodeCamp | 370660 | +| 280 | [verdaccio](https://github.com/verdaccio/verdaccio) | 📦🔐 A lightweight Node.js private proxy registry | verdaccio | 15138 | +| 281 | [barba](https://github.com/barbajs/barba) | Create badass, fluid and smooth transitions between your website’s pages. | barbajs | 10809 | +| 282 | [carbon-now-cli](https://github.com/mixn/carbon-now-cli) | 🎨 Beautiful images of your code — from right inside your terminal. | mixn | 5529 | +| 283 | [nest](https://github.com/nestjs/nest) | A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 | nestjs | 58647 | +| 284 | [type-fest](https://github.com/sindresorhus/type-fest) | A collection of essential TypeScript types | sindresorhus | 11508 | +| 285 | [leon](https://github.com/leon-ai/leon) | 🧠 Leon is your open-source personal assistant. | leon-ai | 13256 | +| 286 | [frontend-bootcamp](https://github.com/microsoft/frontend-bootcamp) | Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux | microsoft | 10768 | +| 287 | [vee-validate](https://github.com/logaretm/vee-validate) | ✅ Painless Vue forms | logaretm | 9944 | +| 288 | [angular-realworld-example-app](https://github.com/gothinkster/angular-realworld-example-app) | Exemplary real world application built with Angular | gothinkster | 4892 | +| 289 | [graphql-yoga](https://github.com/dotansimha/graphql-yoga) | 🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment. | dotansimha | 7678 | +| 290 | [quill](https://github.com/quilljs/quill) | Quill is a modern WYSIWYG editor built for compatibility and extensibility. | quilljs | 36579 | +| 291 | [es.react.dev](https://github.com/reactjs/es.react.dev) | React documentation website in Spanish / Documentación del sitio web de React en Español | reactjs | 270 | +| 292 | [pnpm](https://github.com/pnpm/pnpm) | Fast, disk space efficient package manager | pnpm | 24791 | +| 293 | [learnapollo](https://github.com/learnapollo/learnapollo) | 👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool) | learnapollo | 5228 | +| 294 | [ngx-ui-loader](https://github.com/t-ho/ngx-ui-loader) | Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+ | t-ho | 423 | +| 295 | [apollo-server](https://github.com/apollographql/apollo-server) | 🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more. | apollographql | 13438 | +| 296 | [express-graphql](https://github.com/graphql/express-graphql) | Create a GraphQL HTTP server with Express. | graphql | 6372 | +| 297 | [animate-css-grid](https://github.com/aholachek/animate-css-grid) | Painless transitions for CSS Grid | aholachek | 1320 | +| 298 | [ngx-markdown](https://github.com/jfcere/ngx-markdown) | Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more... | jfcere | 941 | +| 299 | [upterm](https://github.com/railsware/upterm) | A terminal emulator for the 21st century. | railsware | 19328 | +| 300 | [date-fns](https://github.com/date-fns/date-fns) | ⏳ Modern JavaScript date utility library ⌛️ | date-fns | 31984 | +| 301 | [emma-cli](https://github.com/maticzav/emma-cli) | 📦 Terminal assistant to find and install node packages. | maticzav | 1227 | +| 302 | [jest](https://github.com/jestjs/jest) | Delightful JavaScript Testing. | jestjs | 42438 | +| 303 | [windows95](https://github.com/felixrieseberg/windows95) | 💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows. | felixrieseberg | 21887 | +| 304 | [cli](https://github.com/snyk/cli) | Snyk CLI scans and monitors your projects for security vulnerabilities. | snyk | 4531 | +| 305 | [threema-web](https://github.com/threema-ch/threema-web) | The Threema Web application. | threema-ch | 939 | +| 306 | [ant-design-pro](https://github.com/ant-design/ant-design-pro) | 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro! | ant-design | 34672 | +| 307 | [git-project-manager](https://github.com/felipecaputo/git-project-manager) | A Git Project Manager extension for vsCode | felipecaputo | 89 | +| 308 | [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) | Interactive roadmaps, guides and other educational content to help developers grow in their careers. | kamranahmedse | 246122 | +| 309 | [nexe](https://github.com/nexe/nexe) | 🎉 create a single executable out of your node.js apps | nexe | 12293 | +| 310 | [microjob](https://github.com/wilk/microjob) | A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads. | wilk | 2015 | +| 311 | [docz](https://github.com/doczjs/docz) | ✍ It has never been so easy to document your things! | doczjs | 23337 | +| 312 | [puppeteer](https://github.com/puppeteer/puppeteer) | Node.js API for Chrome | puppeteer | 84117 | +| 313 | [howtographql](https://github.com/howtographql/howtographql) | The Fullstack Tutorial for GraphQL | howtographql | 8580 | +| 314 | [wired-elements](https://github.com/rough-stuff/wired-elements) | Collection of custom elements that appear hand drawn. Great for wireframes or a fun look. | rough-stuff | 9456 | +| 315 | [express-validator](https://github.com/express-validator/express-validator) | An express.js middleware for validator.js. | express-validator | 5892 | +| 316 | [concurrently](https://github.com/open-cli-tools/concurrently) | Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better. | open-cli-tools | 6290 | +| 317 | [Signal-Desktop](https://github.com/signalapp/Signal-Desktop) | A private messenger for Windows, macOS, and Linux. | signalapp | 13454 | +| 318 | [express-recaptcha](https://github.com/pdupavillon/express-recaptcha) | Implementation of google recaptcha v2 & V3 solutions for express.js | pdupavillon | 125 | +| 319 | [vue](https://github.com/vuejs/vue) | This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core | vuejs | 204683 | +| 320 | [realworld](https://github.com/gothinkster/realworld) | "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more | gothinkster | 75571 | +| 321 | [babel](https://github.com/babel/babel) | 🐠 Babel is a compiler for writing next generation JavaScript. | babel | 42437 | +| 322 | [hyper](https://github.com/vercel/hyper) | A terminal built on web technologies | vercel | 41299 | +| 323 | [javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms) | :books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book | loiane | 4255 | +| 324 | [tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook) | 💯 Curated coding interview preparation materials for busy software engineers | yangshun | 93575 | +| 325 | [Tone.js](https://github.com/Tonejs/Tone.js) | A Web Audio framework for making interactive music in the browser. | Tonejs | 12640 | **[⬆ Back to Index](#-contents)** ## V | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [v](https://github.com/vlang/v) | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in &lt;1s with zero library dependencies. Supports automatic C =&gt; V translation. https://vlang.io | vlang | 34023 | +| 1 | [v](https://github.com/vlang/v) | Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in &lt;1s with zero library dependencies. Supports automatic C =&gt; V translation. https://vlang.io | vlang | 34025 | **[⬆ Back to Index](#-contents)** @@ -2490,7 +2492,7 @@ ## Vala | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [peek](https://github.com/phw/peek) | Simple animated GIF screen recorder with an easy to use interface | phw | 9767 | +| 1 | [peek](https://github.com/phw/peek) | Simple animated GIF screen recorder with an easy to use interface | phw | 9768 | **[⬆ Back to Index](#-contents)** @@ -2506,39 +2508,39 @@ | 7 | [vim-devdocs](https://github.com/romainl/vim-devdocs) | Look up keyword on https://devdocs.io from Vim | romainl | 56 | | 8 | [vim.wasm](https://github.com/rhysd/vim.wasm) | Vim editor ported to WebAssembly | rhysd | 5328 | | 9 | [csv.vim](https://github.com/chrisbra/csv.vim) | A Filetype plugin for csv files | chrisbra | 1189 | -| 10 | [vim-css-color](https://github.com/ap/vim-css-color) | Preview colours in source code while editing | ap | 1711 | -| 11 | [vim-abolish](https://github.com/tpope/vim-abolish) | abolish.vim: Work with several variants of a word at once | tpope | 2517 | +| 10 | [vim-css-color](https://github.com/ap/vim-css-color) | Preview colours in source code while editing | ap | 1710 | +| 11 | [vim-abolish](https://github.com/tpope/vim-abolish) | abolish.vim: Work with several variants of a word at once | tpope | 2519 | | 12 | [nginx.vim](https://github.com/chr4/nginx.vim) | Improved nginx vim plugin (incl. syntax highlighting) | chr4 | 441 | | 13 | [mouseless-book-companion](https://github.com/Phantas0s/mouseless-book-companion) | | Phantas0s | 13 | | 14 | [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) | Seamless navigation between tmux panes and vim splits | christoomey | 4338 | | 15 | [lightline.vim](https://github.com/itchyny/lightline.vim) | A light and configurable statusline/tabline plugin for Vim | itchyny | 6518 | | 16 | [vim-obsession](https://github.com/tpope/vim-obsession) | obsession.vim: continuously updated session files | tpope | 1602 | -| 17 | [vim-table-mode](https://github.com/dhruvasagar/vim-table-mode) | VIM Table Mode for instant table creation. | dhruvasagar | 1919 | -| 18 | [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) | A Vim plugin that manages your tag files | ludovicchabant | 2194 | +| 17 | [vim-table-mode](https://github.com/dhruvasagar/vim-table-mode) | VIM Table Mode for instant table creation. | dhruvasagar | 1918 | +| 18 | [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) | A Vim plugin that manages your tag files | ludovicchabant | 2195 | | 19 | [onedark.vim](https://github.com/joshdick/onedark.vim) | A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme. | joshdick | 3740 | -| 20 | [fzf.vim](https://github.com/junegunn/fzf.vim) | fzf :heart: vim | junegunn | 8994 | +| 20 | [fzf.vim](https://github.com/junegunn/fzf.vim) | fzf :heart: vim | junegunn | 8998 | | 21 | [vim-enfocado](https://github.com/wuelnerdotexe/vim-enfocado) | How themes should be. | wuelnerdotexe | 322 | | 22 | [vim-dadbod](https://github.com/tpope/vim-dadbod) | dadbod.vim: Modern database interface for Vim | tpope | 2696 | | 23 | [dotfiles](https://github.com/tpope/dotfiles) | tpope's dotfiles. DON'T USE unless you're tpope | tpope | 600 | -| 24 | [codi.vim](https://github.com/metakirby5/codi.vim) | :notebook_with_decorative_cover: The interactive scratchpad for hackers. | metakirby5 | 2883 | -| 25 | [vim-plug](https://github.com/junegunn/vim-plug) | :hibiscus: Minimalist Vim Plugin Manager | junegunn | 31689 | -| 26 | [rust.vim](https://github.com/rust-lang/rust.vim) | Vim configuration for Rust. | rust-lang | 3589 | +| 24 | [codi.vim](https://github.com/metakirby5/codi.vim) | :notebook_with_decorative_cover: The interactive scratchpad for hackers. | metakirby5 | 2886 | +| 25 | [vim-plug](https://github.com/junegunn/vim-plug) | :hibiscus: Minimalist Vim Plugin Manager | junegunn | 31695 | +| 26 | [rust.vim](https://github.com/rust-lang/rust.vim) | Vim configuration for Rust. | rust-lang | 3591 | | 27 | [vim-pathogen](https://github.com/tpope/vim-pathogen) | pathogen.vim: manage your runtimepath | tpope | 12040 | | 28 | [vim-fugitive](https://github.com/tpope/vim-fugitive) | fugitive.vim: A Git wrapper so awesome, it should be illegal | tpope | 17926 | | 29 | [typescript-vim](https://github.com/leafgarland/typescript-vim) | Typescript syntax files for Vim | leafgarland | 1875 | -| 30 | [vim-test](https://github.com/vim-test/vim-test) | Run your tests at the speed of thought | vim-test | 2774 | +| 30 | [vim-test](https://github.com/vim-test/vim-test) | Run your tests at the speed of thought | vim-test | 2775 | | 31 | [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim) | Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. | ctrlpvim | 5415 | -| 32 | [vim-surround](https://github.com/tpope/vim-surround) | surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease | tpope | 12338 | -| 33 | [vim-sensible](https://github.com/tpope/vim-sensible) | sensible.vim: Defaults everyone can agree on | tpope | 4923 | -| 34 | [vimspector](https://github.com/puremourning/vimspector) | vimspector - A multi-language debugging system for Vim | puremourning | 3813 | +| 32 | [vim-surround](https://github.com/tpope/vim-surround) | surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease | tpope | 12339 | +| 33 | [vim-sensible](https://github.com/tpope/vim-sensible) | sensible.vim: Defaults everyone can agree on | tpope | 4922 | +| 34 | [vimspector](https://github.com/puremourning/vimspector) | vimspector - A multi-language debugging system for Vim | puremourning | 3814 | | 35 | [nerdcommenter](https://github.com/preservim/nerdcommenter) | Vim plugin for intensely nerdy commenting powers | preservim | 4871 | -| 36 | [vim](https://github.com/vim/vim) | The official Vim repository | vim | 30753 | -| 37 | [vim-devicons](https://github.com/ryanoasis/vim-devicons) | Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more | ryanoasis | 5329 | -| 38 | [nerdtree](https://github.com/preservim/nerdtree) | A tree explorer plugin for vim. | preservim | 18651 | -| 39 | [ale](https://github.com/dense-analysis/ale) | Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support | dense-analysis | 12791 | -| 40 | [til](https://github.com/jbranchaud/til) | :memo: Today I Learned | jbranchaud | 11232 | -| 41 | [neovim](https://github.com/neovim/neovim) | Vim-fork focused on extensibility and usability | neovim | 67988 | -| 42 | [vim-polyglot](https://github.com/sheerun/vim-polyglot) | A solid language pack for Vim. | sheerun | 5400 | +| 36 | [vim](https://github.com/vim/vim) | The official Vim repository | vim | 30761 | +| 37 | [vim-devicons](https://github.com/ryanoasis/vim-devicons) | Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more | ryanoasis | 5330 | +| 38 | [nerdtree](https://github.com/preservim/nerdtree) | A tree explorer plugin for vim. | preservim | 18653 | +| 39 | [ale](https://github.com/dense-analysis/ale) | Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support | dense-analysis | 12797 | +| 40 | [til](https://github.com/jbranchaud/til) | :memo: Today I Learned | jbranchaud | 11235 | +| 41 | [neovim](https://github.com/neovim/neovim) | Vim-fork focused on extensibility and usability | neovim | 68006 | +| 42 | [vim-polyglot](https://github.com/sheerun/vim-polyglot) | A solid language pack for Vim. | sheerun | 5401 | **[⬆ Back to Index](#-contents)** @@ -2549,13 +2551,13 @@ | 2 | [vim-lucius](https://github.com/jonathanfilip/vim-lucius) | Lucius color scheme for vim | jonathanfilip | 392 | | 3 | [vim-exchange](https://github.com/tommcdo/vim-exchange) | Easy text exchange operator for Vim | tommcdo | 711 | | 4 | [gruvbox](https://github.com/morhetz/gruvbox) | Retro groove color scheme for Vim | morhetz | 12315 | -| 5 | [vim-easymotion](https://github.com/easymotion/vim-easymotion) | Vim motions on speed! | easymotion | 7110 | -| 6 | [vim-galore](https://github.com/mhinz/vim-galore) | :mortar_board: All things Vim! | mhinz | 15678 | -| 7 | [auto-pairs](https://github.com/jiangmiao/auto-pairs) | Vim plugin, insert or delete brackets, parens, quotes in pair | jiangmiao | 3969 | -| 8 | [vim-javascript](https://github.com/pangloss/vim-javascript) | Vastly improved Javascript indentation and syntax support in Vim. | pangloss | 3786 | -| 9 | [syntastic](https://github.com/vim-syntastic/syntastic) | Syntax checking hacks for vim | vim-syntastic | 11309 | -| 10 | [vim-repeat](https://github.com/tpope/vim-repeat) | repeat.vim: enable repeating supported plugin maps with "." | tpope | 2437 | -| 11 | [Vundle.vim](https://github.com/VundleVim/Vundle.vim) | Vundle, the plug-in manager for Vim | VundleVim | 23555 | +| 5 | [vim-easymotion](https://github.com/easymotion/vim-easymotion) | Vim motions on speed! | easymotion | 7112 | +| 6 | [vim-galore](https://github.com/mhinz/vim-galore) | :mortar_board: All things Vim! | mhinz | 15680 | +| 7 | [auto-pairs](https://github.com/jiangmiao/auto-pairs) | Vim plugin, insert or delete brackets, parens, quotes in pair | jiangmiao | 3970 | +| 8 | [vim-javascript](https://github.com/pangloss/vim-javascript) | Vastly improved Javascript indentation and syntax support in Vim. | pangloss | 3787 | +| 9 | [syntastic](https://github.com/vim-syntastic/syntastic) | Syntax checking hacks for vim | vim-syntastic | 11310 | +| 10 | [vim-repeat](https://github.com/tpope/vim-repeat) | repeat.vim: enable repeating supported plugin maps with "." | tpope | 2436 | +| 11 | [Vundle.vim](https://github.com/VundleVim/Vundle.vim) | Vundle, the plug-in manager for Vim | VundleVim | 23558 | | 12 | [emmet-vim](https://github.com/mattn/emmet-vim) | emmet for vim: http://emmet.io/ | mattn | 6271 | **[⬆ Back to Index](#-contents)** @@ -2572,34 +2574,34 @@ |--- |--- |--- |--- |--- | | 1 | [career-ladders](https://github.com/sdras/career-ladders) | A sample of career ladders I use for my organization, open sourced for anyone. | sdras | 754 | | 2 | [tlroadmap](https://github.com/tlbootcamp/tlroadmap) | Тимлид – это ❄️, потому что в каждой компании он уникален и неповторим. | tlbootcamp | 4892 | -| 3 | [i-hate-regex](https://github.com/geongeorge/i-hate-regex) | The code for iHateregex.io 😈 - The Regex Cheat Sheet | geongeorge | 4224 | +| 3 | [i-hate-regex](https://github.com/geongeorge/i-hate-regex) | The code for iHateregex.io 😈 - The Regex Cheat Sheet | geongeorge | 4225 | | 4 | [victor-mono](https://github.com/rubjo/victor-mono) | A free programming font with cursive italics and ligatures. Donations welcome ❤️ | rubjo | 2780 | -| 5 | [best-resume-ever](https://github.com/salomonelli/best-resume-ever) | :necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. | salomonelli | 16037 | -| 6 | [cssgridgenerator](https://github.com/sdras/cssgridgenerator) | 🧮 Generate basic CSS Grid code to make dynamic layouts! | sdras | 4717 | -| 7 | [vue-enterprise-boilerplate](https://github.com/bencodezen/vue-enterprise-boilerplate) | An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI. | bencodezen | 7712 | +| 5 | [best-resume-ever](https://github.com/salomonelli/best-resume-ever) | :necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. | salomonelli | 16038 | +| 6 | [cssgridgenerator](https://github.com/sdras/cssgridgenerator) | 🧮 Generate basic CSS Grid code to make dynamic layouts! | sdras | 4719 | +| 7 | [vue-enterprise-boilerplate](https://github.com/bencodezen/vue-enterprise-boilerplate) | An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI. | bencodezen | 7713 | | 8 | [mysigmail](https://github.com/antonreshetov/mysigmail) | UI Email Signature Generator - Make easy to create your email signature | antonreshetov | 1081 | | 9 | [epic-spinners](https://github.com/epicmaxco/epic-spinners) | Easy to use css spinners collection with Vue.js integration | epicmaxco | 3770 | -| 10 | [vue2-admin-lte](https://github.com/devjin0617/vue2-admin-lte) | :bar_chart: adminLTE to vuejs v2.x converting project | devjin0617 | 1064 | -| 11 | [iview-admin](https://github.com/iview/iview-admin) | Vue 2.0 admin management system template based on iView | iview | 16374 | -| 12 | [iview](https://github.com/iview/iview) | A high quality UI Toolkit built on Vue.js 2.0 | iview | 24001 | -| 13 | [vuestic-admin](https://github.com/epicmaxco/vuestic-admin) | Free and Beautiful Vue 3 Admin Template | epicmaxco | 9504 | +| 10 | [vue2-admin-lte](https://github.com/devjin0617/vue2-admin-lte) | :bar_chart: adminLTE to vuejs v2.x converting project | devjin0617 | 1063 | +| 11 | [iview-admin](https://github.com/iview/iview-admin) | Vue 2.0 admin management system template based on iView | iview | 16373 | +| 12 | [iview](https://github.com/iview/iview) | A high quality UI Toolkit built on Vue.js 2.0 | iview | 24002 | +| 13 | [vuestic-admin](https://github.com/epicmaxco/vuestic-admin) | Free and Beautiful Vue 3 Admin Template | epicmaxco | 9506 | | 14 | [vue-intro](https://github.com/johnpapa/vue-intro) | Vue.js app using Vue's CLI | johnpapa | 20 | | 15 | [vue-paper-dashboard](https://github.com/creativetimofficial/vue-paper-dashboard) | Creative Tim Paper Dashboard made for Vue | creativetimofficial | 1780 | -| 16 | [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) | :tada: A magical vue admin https://panjiachen.github.io/vue-element-admin | PanJiaChen | 83426 | +| 16 | [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) | :tada: A magical vue admin https://panjiachen.github.io/vue-element-admin | PanJiaChen | 83448 | | 17 | [vue-cosmosdb](https://github.com/Azure-Samples/vue-cosmosdb) | Cosmos DB, Express.js, Vue, and Node.js app | Azure-Samples | 58 | -| 18 | [vue-simple-spinner](https://github.com/dzwillia/vue-simple-spinner) | A simple, flexible spinner for Vue.js | dzwillia | 422 | +| 18 | [vue-simple-spinner](https://github.com/dzwillia/vue-simple-spinner) | A simple, flexible spinner for Vue.js | dzwillia | 423 | | 19 | [buefy](https://github.com/buefy/buefy) | Lightweight UI components for Vue.js based on Bulma | buefy | 9465 | -| 20 | [element](https://github.com/ElemeFE/element) | A Vue.js 2.0 UI Toolkit for Web | ElemeFE | 53556 | +| 20 | [element](https://github.com/ElemeFE/element) | A Vue.js 2.0 UI Toolkit for Web | ElemeFE | 53561 | | 21 | [vuetable-2](https://github.com/ratiw/vuetable-2) | data table simplify! -- datatable component for Vue 2.x. See documentation at | ratiw | 2157 | | 22 | [vue-typescript](https://github.com/johnpapa/vue-typescript) | Vue.js with TypeScript (OLD - in process of updating) | johnpapa | 146 | -| 23 | [coreui-free-vue-admin-template](https://github.com/coreui/coreui-free-vue-admin-template) | Open source admin template based on Bootstrap 5 and Vue 3 | coreui | 3165 | +| 23 | [coreui-free-vue-admin-template](https://github.com/coreui/coreui-free-vue-admin-template) | Open source admin template based on Bootstrap 5 and Vue 3 | coreui | 3166 | **[⬆ Back to Index](#-contents)** ## XSLT | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [bottomupcs](https://github.com/ianw/bottomupcs) | Bottom Up Computer Science | ianw | 1260 | +| 1 | [bottomupcs](https://github.com/ianw/bottomupcs) | Bottom Up Computer Science | ianw | 1259 | | 2 | [practical-modern-javascript](https://github.com/mjavascript/practical-modern-javascript) | 🏊 Dive into ES6 and the future of JavaScript | mjavascript | 3067 | **[⬆ Back to Index](#-contents)** @@ -2607,8 +2609,8 @@ ## Zig | | Name | Description | Author | Stars | |--- |--- |--- |--- |--- | -| 1 | [zig](https://github.com/ziglang/zig) | General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. | ziglang | 24371 | -| 2 | [bun](https://github.com/oven-sh/bun) | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | oven-sh | 42903 | +| 1 | [zig](https://github.com/ziglang/zig) | General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. | ziglang | 24443 | +| 2 | [bun](https://github.com/oven-sh/bun) | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | oven-sh | 42920 | **[⬆ Back to Index](#-contents)**