Skip to content

sigfriedCub1990/github-stars-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Awesome Stars Awesome

A curated list of my GitHub stars! Generated by stargazed

Total Updated

🏠 Contents

Assembly

Name Description Author Stars
1 some-assembly-required 📖 An approachable introduction to Assembly. hackclub 3169
2 tinyllama A tiny x86 retro computer eivindbohler 280
3 pics File formats dissections and more... corkami 10463
4 book-Atari Examples from my book Programming Games for Atari 2600 nanochess 27
5 bootOS bootOS is a monolithic operating system in 512 bytes of x86 machine code. nanochess 1789
6 lc3-2048 implementation of git.io/2048 written in LC-3 assembly, an educational computer architecture rpendleton 70
7 NerdyNights The Nerdy Nights tutorial set as a set of sphinx pages (eventually will convert NESASM into ca65) Taywee 25
8 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 10946
9 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 854
10 pinpog Ping-Pong-like game in Assembly that works without OS tsoding 583
11 virtualagc Virtual Apollo Guidance Computer (AGC) software virtualagc 2649
12 MS-DOS The original sources of MS-DOS 1.25, 2.0, and 4.0 for reference purposes microsoft 30654
13 Apollo-11 Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. chrislgarry 57584
14 computers-are-easy 🏳️‍🌈 A "Hello World" NES ROM with fully-commented 6502 assembly-language source code. hxlnt 197
15 first_nes Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references. gregkrsak 142
16 connectedNES 📡 A WiFi "modem" that connects your NES to the internet. Includes sample Twitter client. hxlnt 199

⬆ Back to Index

Astro

Name Description Author Stars
1 awesome-mechanical-keyboard ⌨️ A curated list of Open Source Mechanical Keyboard resources. Keycapsss 2913
2 youmightnotneedjquery HubSpot 14191

⬆ Back to Index

Batchfile

Name Description Author Stars
1 win10_antishit windows 10 remove shit functions bol-van 62
2 python-guide Python best practices guidebook, written for humans. realpython 28235

⬆ Back to Index

Bikeshed

Name Description Author Stars
1 ua-client-hints Wouldn't it be nice if User-Agent was a (set of) client hints? WICG 587

⬆ Back to Index

C

Name Description Author Stars
1 tmate Instant Terminal Sharing tmate-io 5654
2 the_valuable_dev_companion Some useful files for my blog, The Valuable Dev Phantas0s 21
3 entr Run arbitrary commands when files change eradman 4481
4 pipewire Mirror of the PipeWire repository (see https://gitlab.freedesktop.org/pipewire/pipewire/) PipeWire 1811
5 dwmblocks Modular status bar for dwm written in c. torrinfail 492
6 kolibrios The official mirror of the main KolibriOS repository KolibriOS 238
7 siege Siege is an http load tester and benchmarking utility JoeDog 5928
8 SketchyBar A highly customizable macOS status bar replacement FelixKratz 5762
9 lightdm-gtk-greeter A GTK greeter for LightDM Xubuntu 150
10 the_silver_searcher A code-searching tool similar to ack, but faster. ggreer 26108
11 sqlean The ultimate set of SQLite extensions nalgeon 3693
12 zathura zathura tsgates 3
13 keyd A key remapping daemon for linux. rvaiya 2794
14 write-a-C-interpreter Write a simple interpreter of C. Inspired by c4 and largely based on it. lotabout 4017
15 swipl-devel SWI-Prolog Main development repository SWI-Prolog 956
16 io Io programming language. Inspired by Self, Smalltalk and LISP. IoLanguage 2663
17 rax A radix tree implementation in ANSI C antirez 1109
18 dragon Drag and drop source/target for X mwh 1297
19 libvips A fast image processing library with low memory needs. libvips 9593
20 bnetd jrmuizel 32
21 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. RsyncProject 2753
22 vim.js JavaScript port of Vim coolwanglu 4452
23 lispe An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell. naver 370
24 f3 F3 - Fight Flash Fraud AltraMayor 2518
25 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 5879
26 unclutter-xfixes Hides the cursor on inactivity (rewrite of unclutter) Airblader 334
27 libuv Cross-platform asynchronous I/O libuv 24026
28 luv Bare libuv bindings for lua luvit 813
29 telescope-fzf-native.nvim FZF sorter for telescope written in c nvim-telescope 1397
30 util-linux util-linux 2636
31 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 9364
32 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 842
33 cpulimit CPU usage limiter for Linux opsengine 1695
34 bluez Main BlueZ tree bluez 729
35 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 18290
36 st Luke's fork of the suckless simple terminal (st) with vim bindings and Xresource compatibility. LukeSmithxyz 1628
37 compilerbook-examples Example code for compilers textbook. dthain 167
38 jq Command-line JSON processor jqlang 30236
39 i3 A tiling window manager for X11 i3 9460
40 cmatrix Terminal based "The Matrix" like implementation abishekvashok 3995
41 lz4 Extremely Fast Compression algorithm lz4 10288
42 raylib A simple and easy-to-use library to enjoy videogames programming raysan5 21939
43 bluez-tools A set of tools to manage bluetooth devices for linux khvzak 178
44 sway i3-compatible Wayland compositor swaywm 14485
45 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 531
46 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 52021
47 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 228
48 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 1769
49 raspberry-pi-os Learning operating system development using Linux kernel and Raspberry Pi s-matyukevich 13160
50 liferea Liferea (Linux Feed Reader), a news reader for GTK/GNOME lwindolf 818
51 compton A compositor for X11. chjj 2245
52 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 8695
53 openssl TLS/SSL and crypto library openssl 25590
54 nnn n³ The unorthodox terminal file manager jarun 19112
55 TIC-80 TIC-80 is a fantasy computer for making, playing and sharing tiny games. nesbox 4978
56 linked-list-good-taste Linus Torvalds' linked list argument for good taste, explained mkirchner 2071
57 chibicc A small C compiler rui314 9617
58 i3status Generates status bar to use with i3bar, dzen2 or xmobar i3 601
59 RetroArch Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3. libretro 10149
60 bspwm A tiling window manager based on binary space partitioning baskerville 7733
61 sxhkd Simple X hotkey daemon baskerville 2772
62 endlessh SSH tarpit that slowly sends an endless banner skeeto 7147
63 Ventoy A new bootable USB solution. ventoy 62037
64 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 66512
65 h3 Hexagonal hierarchical geospatial indexing system uber 4874
66 FTL The Pi-hole FTL engine pi-hole 1364
67 os-tutorial How to create an OS from scratch cfenollosa 27058
68 spacebar A minimal status bar for macOS. Ideal for use with tiling window managers like yabai cmacrae 1259
69 ltui 🍖 A cross-platform terminal ui library based on Lua tboox 813
70 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 3759
71 skhd Simple hotkey daemon for macOS koekeishiya 6122
72 yabai A tiling window manager for macOS based on binary space partitioning koekeishiya 23292
73 qmk_firmware Open-source keyboard firmware for Atmel AVR and Arm USB families qmk 18084
74 simh The Computer History Simulation Project simh 1658
75 cc65 cc65 - a freeware C compiler for 6502 based systems cc65 2290
76 x6502 Yet another 6502 emulator that one day dreams of being an Atari 2600. haldean 231
77 neomutt ✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat neomutt 3215
78 mkernel A minimalist kernel arjun024 1337
79 tmux tmux source code tmux 34866
80 spt Simple pomodoro timer that doubles your efficiency pickfire 116
81 xcape Linux utility to configure modifier keys to act as other keys when pressed and released on their own. alols 2098
82 mpv 🎥 Command line video player mpv-player 28061
83 tig Text-mode interface for git jonas 12408
84 swieros A tiny hand crafted CPU emulator, C compiler, and Operating System rswier 1062
85 i3blocks The hacker-friendly status_command for Sway and i3 vivien 2284
86 evdi Extensible Virtual Display Interface DisplayLink 704
87 axel Lightweight CLI download accelerator axel-download-accelerator 2955
88 BSDGames Text based games from Debian - bsdgames package. vattam 170
89 zathura Document viewer pwmt 2048
90 uncap Map Caps Lock to Escape or any key to any key susam 1066
91 raspi3-tutorial Bare metal Raspberry Pi 3 tutorials bztsrc 2716
92 rofi Rofi: A window switcher, application launcher and dmenu replacement davatorium 13125
93 i3 A fork of the i3 window manager with gaps and some other features. ⚠️ i3-gaps has been merged into i3. Airblader 5873
94 ls-icons ls command with files icons sebastiencs 285
95 netdata Architected for speed. Automated for easy. Monitoring and troubleshooting, transformed! netdata 71201
96 radare2 UNIX-like reverse engineering framework and command-line toolset radareorg 20466
97 db_tutorial Writing a sqlite clone from scratch in C cstack 9492
98 nesasm NESasm -- NES 6502 assembler, version 3.1 🎮 camsaul 265
99 robotjs Node.js Desktop Automation. octalmage 12335
100 zsh Mirror of the Z shell source code repository. zsh-users 3616
101 linux-kernel-exploits linux-kernel-exploits Linux平台提权漏洞集合 SecWiki 5255
102 linux-kernel-exploits linux-kernel-exploits Linux平台提权漏洞集合 scanfsec 6
103 libdsm Defective SMb: A minimalist and read-only implementation of SMB using Plain'Ol C mstorsjo 1
104 rtmpdump rtmpdump is a toolkit for RTMP streams. mstorsjo 136
105 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 35564
106 ServerStatus Display and monitor your servers statistics in a beatiful way BotoX 814
107 How-to-Make-a-Computer-Operating-System How to Make a Computer Operating System in C++ SamyPesse 21350
108 mocicon-tweak modified version of mocicon Lukkario 2
109 linux Linux kernel source tree torvalds 179713

⬆ Back to Index

C#

Name Description Author Stars
1 PowerToys Windows system utilities to maximize productivity microsoft 110209
2 Digital-Logic-Sim SebLague 3491
3 MarkovJunior Probabilistic language based on pattern matching and constraint propagation, 153 examples mxgmn 7454
4 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 10839
5 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 14643

⬆ Back to Index

C++

Name Description Author Stars
1 winamp Iconic media player WinampDesktop 8916
2 Karabiner-Elements Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later. pqrs-org 18648
3 lnav Log file navigator tstack 7834
4 ladybird Truly independent web browser LadybirdBrowser 20422
5 logan Simple log parser/viewer/analyzer by running a custom regular expression glpzzz 1
6 Magisk The Magic Mask for Android topjohnwu 47514
7 libphonenumber Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. google 16520
8 sqlitebrowser Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: sqlitebrowser 21078
9 kata-bootstraps Empty projects for different languages with a failing test swkBerlin 504
10 initial-v It's a BMW shifter converted to a Bluetooth Keyboard that you use with Vim tenderlove 978
11 fheroes2 fheroes2 is a recreation of Heroes of Might and Magic II game engine. ihhub 2692
12 zep Zep - An embeddable editor, with optional support for using vim keystrokes. Rezonality 926
13 pvpgn-server Next generation of PvPGN server pvpgn 554
14 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 18326
15 blobbyvolley2 Official continuation of the famous Blobby Volley 1.x arcade game. danielknobe 158
16 workerd The JavaScript / Wasm runtime that powers Cloudflare Workers cloudflare 6138
17 btop A monitor of resources aristocratos 20026
18 nix Nix, the purely functional package manager NixOS 12303
19 dragonfly A modern replacement for Redis and Memcached dragonflydb 25461
20 easyeffects Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications wwmm 6447
21 polybar A fast and easy-to-use status bar polybar 14112
22 sddm QML based X11 and Wayland display manager sddm 1876
23 taskwarrior Taskwarrior - Command line Task Management GothenburgBitFactory 4337
24 RunestoneServer Interactive books for computer science and mathematics RunestoneInteractive 575
25 Daedalus The Maze generation software "Daedalus", version 3.4 CruiserOne 53
26 imgui Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies ocornut 59895
27 scummvm ScummVM main repository scummvm 2289
28 asar (Now) official repository of the SNES assembler Asar, originally created by Alcaro RPGHacker 201
29 snes9x Snes9x - Portable Super Nintendo Entertainment System (TM) emulator snes9xgit 2634
30 bsnes-plus debug-oriented fork of bsnes devinacker 326
31 wasm-fizzbuzz WebAssembly from Scratch: From FizzBuzz to DooM. diekmann 1505
32 Sourcetrail Sourcetrail - free and open-source interactive source explorer CoatiSoftware 14845
33 flameshot Powerful yet simple to use screenshot software 🖥️ 📸 flameshot-org 24698
34 ImHex 🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM. WerWolv 44002
35 tdesktop Telegram Desktop messaging app telegramdesktop 26020
36 CLRS 📓Solutions to Introduction to Algorithms gzc 9455
37 node-murmurhash3 Node binding of MurmurHash3 hideo55 48
38 smhasher Automatically exported from code.google.com/p/smhasher aappleby 2635
39 minetest Minetest is an open source voxel game-creation platform with easy modding and game creation minetest 10650
40 fceux FCEUX, a NES Emulator TASEmulators 1204
41 Cataclysm-DDA Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world. CleverRaven 10314
42 MystiQ Qt5/C++ FFmpeg Media Converter swl-x 571
43 libsass A C/C++ implementation of a Sass compiler sass 4332
44 albert A fast and flexible keyboard launcher albertlauncher 7214
45 DOOM DOOM Open Source Release id-Software 14000
46 serenity The Serenity Operating System 🐞 SerenityOS 30479
47 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 8880
48 hermes A JavaScript engine optimized for running React Native. facebook 9753
49 devilutionX Diablo build for modern operating systems diasurgical 8018
50 robomongo Native cross-platform MongoDB management tool Studio3T 9301
51 tinyrenderer A brief computer graphics / rendering course ssloy 20363
52 mame MAME mamedev 8020
53 tesseract Tesseract Open Source OCR Engine (main repository) tesseract-ocr 61352
54 v8 The official mirror of the V8 Git repository v8 23265
55 mlde.d.moonlightde Modular and Qt5 light new behavior desktop environment MoonLightDE 44

⬆ Back to Index

CSS

Name Description Author Stars
1 ShyFox A very shy little theme that hides the entire browser interface in the window border Naezr 1452
2 awesome-css-frameworks List of awesome CSS frameworks in 2024 troxler 7890
3 Firefox-Mod-Blur Firefox Theme - For dark theme lovers / More compact / Modular / Blur datguypiko 1271
4 WaveFox Firefox CSS Theme/Style for manual customization QNetITQ 1036
5 firefox Torturing Firefox with userchrome.js and userchrome.css in response to Mozilla's successive degradation of the browser window. Thomashighbaugh 21
6 gruvbox-material-gtk Gruvbox Material for GTK, Gnome, Cinnamon, XFCE, Unity, Plank and Icons TheGreatMcPain 353
7 cssbook The book "Learn CSS layout the pedantic way" mixu 226
8 UpdatedPharoByExample A version of Pharo by Example for Pharo 50. SquareBracketAssociates 256
9 cssnano A modular minifier, built on top of the PostCSS ecosystem. cssnano 4760
10 google-api-javascript-client Google APIs Client Library for browser JavaScript, aka gapi. google 3197
11 issue-01 Top-level repo for the first Parametric Press issue. ParametricPress 42
12 Ward Server dashboard that enables you to monitor and track the status of your server. Rudolf-Barbu 2261
13 tis-100 An (eventually) comprehensive spoiler for TIS-100 kk4ead 80
14 easings.net Easing Functions Cheat Sheet ai 7990
15 css CSS parser / stringifier for Node.js reworkcss 1580
16 vimium 🧛🏻‍♂️ Dark theme for Vimium dracula 59
17 card-react React component for card https://github.com/jessepollak/card shatran 133
18 GitHub-Dark :octocat: Dark GitHub style StylishThemes 9653
19 SpinKit A collection of loading indicators animated with CSS tobiasahlin 19349
20 personal-site My personal site sigfriedCub1990 4
21 cssremedy Start your project with a remedy for the technical debt of CSS. jensimmons 2185
22 rfs ✩ Automates responsive resizing ✩ twbs 3318
23 cutestrap A strong, independent CSS Framework. Only 2.7KB minified & gzipped. tylerchilds 1568
24 sanitize.css A best-practices CSS foundation csstools 5210
25 hack ⛷ Dead simple CSS framework. egoist 2597
26 devguides-2016 Let me try to explain complicated things in simple ways. devguides-io 90
27 flaskdash Flask starter app featuring CoreUI and the FlaskUser module. twintechlabs 113
28 simple-line-icons Simple and Minimal Line Icons thesabbir 1858
29 pace Automatically add a progress bar to your site. CodeByZach 15675
30 What-The-Flexbox Exercises for the What The Flexbox video series - available at Flexbox.io wesbos 797
31 flexbox-patterns Patterns for using flexbox CSS to build awesome UI components. cjcenizal 2477
32 flag-icons 🎏 A curated collection of all country flags in SVG — plus the CSS for easier integration lipis 10627
33 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 54137
34 solved-by-flexbox A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox. philipwalton 13008
35 retinajs JavaScript, SCSS, Sass, Less, and Stylus helpers for rendering high-resolution image variants strues 4421
36 CSS3-Loaders Grafikart 105
37 normalize.css A modern alternative to CSS resets necolas 52404
38 sierra Sierra SCSS library sierra-library 858
39 30-seconds-of-css Short CSS code snippets for all your development needs Chalarangelo 16117
40 javascript-in-14-minutes Learn the basics of JavaScript in 14 minutes jgthms 558
41 bulma Modern CSS framework based on Flexbox jgthms 49216
42 Skeleton Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development dhg 19075

⬆ Back to Index

Clojure

Name Description Author Stars
1 jepsen A framework for distributed systems verification, with fault injection jepsen-io 6782
2 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 780
3 4ever-clojure Pure cljs version of 4clojure, meant to run forever! oxalorg 230
4 clojure-lsp Clojure & ClojureScript Language Server (LSP) implementation clojure-lsp 1166
5 leiningen Moved to Codeberg; this is a convenience mirror technomancy 7292
6 maria A ClojureScript coding environment for beginners. mhuebert 467
7 penpot Penpot: The open-source design tool for design and code collaboration penpot 32905
8 logomatic A simple generator for logo-like shapes. jackrusher 62
9 GokuRakuJoudo config karabiner with ease yqrashawn 1171
10 FiraCode Free monospaced font with programming ligatures tonsky 76908

⬆ Back to Index

CoffeeScript

Name Description Author Stars
1 react-credit-card React port of the display part of Card by @jessepollak JohnyDays 229
2 gulp-tap Easily tap into a gulp pipeline without creating a plugin. geejs 152
3 node-xml2js XML to JavaScript object converter. Leonidas-from-XIV 4880

⬆ Back to Index

Common Lisp

Name Description Author Stars
1 weird Generative art in Common Lisp inconvergent 1564

⬆ Back to Index

Crystal

Name Description Author Stars
1 tmux-fingers copy pasting in terminal with vimium/vimperator like hints. Morantron 990

⬆ Back to Index

Dart

Name Description Author Stars
1 localsend An open-source cross-platform alternative to AirDrop localsend 47369
2 revanced-manager 💊 Application to use ReVanced on Android ReVanced 17616
3 flutter Flutter makes it easy and fast to build beautiful apps for mobile and beyond flutter 165221

⬆ Back to Index

Dockerfile

Name Description Author Stars
1 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 2827
2 code-with-engineering-playbook This is the playbook for "code-with" customer or partner engagements microsoft 2230
3 docker-node Official Docker Image for Node.js 🐳 🐢 🚀 nodejs 8241
4 nodebestpractices ✅ The Node.js best practices list (July 2024) goldbergyoni 99557

⬆ Back to Index

Elixir

Name Description Author Stars
1 postoffice A dispatching service implemented in Elixir. Communicate services or sent api calls to yourself to process anything later mercadona 23
2 asciinema-server Platform for hosting and sharing terminal session recordings asciinema 2289
3 transit-lang-cmp Programming language comparison by reimplementing the same transit data app losvedir 425
4 livebook Automate code & data workflows with interactive Elixir notebooks livebook-dev 4866
5 phoenix Peace of mind from prototype to production phoenixframework 21280
6 easy_podcasts Agregador de podcasts y convertidor de audio para cubanos easypodcasts 38
7 awesome-elixir A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: h4cc 12618
8 elixir Elixir is a dynamic, functional language for building scalable and maintainable applications elixir-lang 24354

⬆ Back to Index

Elm

Name Description Author Stars
1 guide.elm-lang.org My book introducing you to Elm! evancz 320
2 core Elm's core libraries elm 2794
3 elm-architecture-tutorial How to create modular Elm code that scales nicely with your app evancz 4173

⬆ Back to Index

Emacs Lisp

Name Description Author Stars
1 projectile Project Interaction Library for Emacs bbatsov 3985
2 eglot A client for Language Server Protocol servers joaotavora 2253
3 hydra make Emacs bindings that stick around abo-abo 1838
4 eos Welcome to the Emacs of Things, aka the Emacs Operating System dakrone 263
5 context-coloring Highlight by scope jacksonrayhamilton 53
6 emacs-emojify Display emojis in Emacs iqbalansari 410
7 fira-code-mode Emacs minor mode for Fira Code ligatures using prettify-symbols jming422 103
8 restclient.el HTTP REST client tool for emacs pashky 1994
9 editorconfig-emacs EditorConfig plugin for Emacs editorconfig 738
10 lsp-mode Emacs client/library for the Language Server Protocol emacs-lsp 4765
11 themes A megapack of themes for GNU Emacs. doomemacs 2160
12 rjsx-mode A JSX major mode for Emacs felipeochoa 640
13 all-the-icons.el A utility package to collect various Icon Fonts and propertize them within Emacs. domtronn 1467
14 Indium A JavaScript development environment for Emacs NicolasPetton 1131
15 magit It's Magit! A Git Porcelain inside Emacs. magit 6549
16 mugur Configurator for QMK compatible keyboards mihaiolteanu 189
17 spacemacs A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs and Vim! syl20bnr 23660
18 doomemacs An Emacs framework for the stubborn martian hacker doomemacs 19322
19 xorns Extensions for Emacs. merchise 4

⬆ Back to Index

Erlang

Name Description Author Stars
1 rebar3 Erlang build tool that makes it easy to compile and test Erlang applications and releases. erlang 1688
2 erlang_ls The Erlang Language Server erlang-ls 626
3 otp Erlang/OTP erlang 11325

⬆ Back to Index

Fennel

Name Description Author Stars
1 conjure Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!) Olical 1752
2 leap.nvim Neovim's answer to the mouse 🦘 ggandor 4322

⬆ Back to Index

FreeMarker

Name Description Author Stars
1 send Simple, private file sharing from the makers of Firefox mozilla 13232

⬆ Back to Index

Gherkin

Name Description Author Stars
1 openCypher Specification of the Cypher property graph query language opencypher 853

⬆ Back to Index

Go

Name Description Author Stars
1 direnv unclutter your .profile direnv 12376
2 jd JSON diff and patch josephburnett 1816
3 glance A self-hosted dashboard that puts all your feeds in one place glanceapp 7607
4 devpod Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker. loft-sh 8755
5 colima Container runtimes on macOS (and Linux) with minimal setup abiosoft 18909
6 gotty Share your terminal as a web application yudai 18727
7 pagerank Weighted PageRank implementation in Go alixaxel 83
8 dendy NES/Famicom emulator with network multiplayer maxpoletaev 353
9 openpomodoro-cli A command-line Pomodoro tracker which uses the Open Pomodoro Format open-pomodoro 336
10 lima Linux virtual machines, with a focus on running containers lima-vm 15087
11 oh-my-posh The most customisable and low-latency cross platform/shell prompt renderer JanDeDobbeleer 16946
12 superfile Pretty fancy and modern terminal file manager yorukot 5692
13 k9s 🐶 Kubernetes CLI To Manage Your Clusters In Style! derailed 26780
14 ollama Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models. ollama 92012
15 vegeta HTTP load testing tool and library. It's over 9000! tsenart 23418
16 learn-go-with-tests Learn Go with test-driven development quii 22043
17 fabric fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. danielmiessler 23422
18 chezmoi Manage your dotfiles across multiple diverse machines, securely. twpayne 13039
19 dgraph The high-performance database for modern applications dgraph-io 20355
20 vhs Your CLI home video recorder 📼 charmbracelet 14971
21 bluetuith A TUI bluetooth manager for Linux. darkhz 914
22 gh-dash A beautiful CLI dashboard for GitHub 🚀 dlvhdr 7053
23 letsblockit Remove low-quality content and useless nags, focus on what matters. A community-maintained uBlock Origin filter set. letsblockit 792
24 sqlpkg-cli SQLite package manager nalgeon 205
25 ijq Interactive jq (mirror) gpanders 194
26 kubectx Faster way to switch between clusters and namespaces in kubectl ahmetb 17652
27 FerretDB A truly Open Source MongoDB alternative FerretDB 9057
28 jqp A TUI playground to experiment with jq noahgorstein 2173
29 fx Terminal JSON viewer & processor antonmedv 18967
30 walk Terminal file manager antonmedv 3251
31 hishtory Your shell history: synced, queryable, and in context ddworken 2481
32 lf Terminal file manager gokcehan 7673
33 k6 A modern load testing tool, using Go and JavaScript - https://k6.io grafana 25470
34 gum A tool for glamorous shell scripts 🎀 charmbracelet 17939
35 lefthook Fast and powerful Git hooks manager for any type of projects. evilmartians 4835
36 sh A shell parser, formatter, and interpreter with bash support; includes shfmt mvdan 7200
37 pet Simple command-line snippet manager knqyf263 4475
38 peco Simplistic interactive filtering tool peco 7663
39 ghq Remote repository management made easy x-motemen 3064
40 cli GitHub’s official command line tool cli 36898
41 cli A Go based command line tool for exercism.org. exercism 1329
42 trufflehog Find, verify, and analyze leaked credentials trufflesecurity 15822
43 litestream Streaming replication for SQLite. benbjohnson 10793
44 yay Yet another Yogurt - An AUR Helper written in Go Jguer 11041
45 go The Go programming language golang 123262
46 go-feed-parser Simple feed parser easypodcasts 3
47 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 19328
48 esbuild An extremely fast bundler for the web evanw 37999
49 badger Fast key-value DB in Go. dgraph-io 13842
50 gotop A terminal based graphical activity monitor inspired by gtop and vtop cjbassi 7370
51 gotop A terminal based graphical activity monitor inspired by gtop and vtop xxxserxxx 2763
52 cli The Docker CLI docker 4876
53 docui TUI Client for Docker skanehira 2301
54 act Run your GitHub Actions locally 🚀 nektos 54341
55 OpenDiablo2 An open source re-implementation of Diablo 2 OpenDiablo2 10749
56 btree BTree provides a simple, ordered, in-memory data structure for Go programs. google 3917
57 grv GRV is a terminal interface for viewing git repositories rgburke 4020
58 wally The Flash(ing tool) zsa 674
59 slack-term Slack client for your terminal jpbruinsslot 6429
60 lazydocker The lazier way to manage everything docker jesseduffield 36651
61 hub A command-line tool that makes git easier to use with GitHub. mislav 22793
62 mdcat Format markdown for the console. samfoo 67
63 algo 101+ coding interview problems in Go hoanhan101 3547
64 antibody The fastest shell plugin manager. getantibody 1680
65 fzf 🌸 A command-line fuzzy finder junegunn 64314
66 chaosmonkey Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures. Netflix 15091
67 hercules Gaining advanced insights from Git repository history. src-d 2593
68 gitstrap CLI for managing GitHub resources g4s8 70
69 awesome-go A curated list of awesome Go frameworks, libraries and software avelino 129905
70 frp A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet. fatedier 85000
71 lazygit simple terminal UI for git commands jesseduffield 51522
72 hugo The world’s fastest framework for building websites. gohugoio 75075
73 wtf The personal information dashboard for your terminal wtfutil 15781
74 widevine Golang Client for Widevine Cloud alfg 65

⬆ Back to Index

HTML

Name Description Author Stars
1 awesome-django A curated list of awesome things related to Django wsvincent 9309
2 hacker-challenge Use your web inspector to hack your way through a series of challenges. jessicard 3
3 blawx A user-friendly web-based tool for Rules as Code. Lexpedite 101
4 juno-lang Juno Language Repository KinaKnowledge 123
5 ML-For-Beginners 12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all microsoft 69304
6 golang-workshop Desarrollo de aplicaciones con Golang Workshop yorodm 12
7 distsysbook The book Distributed systems: for fun and profit mixu 2549
8 noboilerplate Code for my talks on the No Boilerplate channel 0atman 3298
9 type-challenges-solutions Solutions for the collection of TypeScript type challenges with explanations ghaiklor 472
10 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 10
11 webgl-fundamentals WebGL lessons that start with the basics gfxfundamentals 4674
12 awesome-chatgpt-prompts This repo includes ChatGPT prompt curation to use ChatGPT better. f 111294
13 simple.css Simple.css is a CSS template that allows you to make a good looking website really quickly. kevquirk 4135
14 nginx-error-pages Cute Error Pages for your nginx web server denysvitali 398
15 vanilla-framework From community websites to web applications, this CSS framework will help you achieve a consistent look and feel. canonical 833
16 alexandria-library 📝 My method to capture, study, and recall interesting knowledge Phantas0s 62
17 bitburner Bitburner Game danielyxie 2804
18 infernal-sigil arikwex 134
19 remember An interactive comic on Spaced Repetition ncase 305
20 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 112
21 awesome-mental-health A curated list of awesome articles, websites and resources about mental health in the software industry. dreamingechoes 3045
22 metasploitable3 Metasploitable3 is a VM that is built from the ground up with a large amount of security vulnerabilities. rapid7 4711
23 tabler Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap tabler 37876
24 isserviceworkerready Tracking the status of ServiceWorker in browsers jakearchibald 567
25 osint_stuff_tool_collection A collection of several hundred online tools for OSINT cipher387 5317
26 html HTML Standard whatwg 8051
27 hanoi-demo jorgeamadosoria 1
28 compat-table ECMAScript compatibility tables compat-table 4436
29 DeloresDev Read all about it on GrumpyGamer: grumpygamer 881
30 Top10 Official OWASP Top 10 Document Repository OWASP 4272
31 javascript-patterns JavaScript Design Patterns chuanxshi 9387
32 visual-git-guide A visual guide to git. MarkLodato 1320
33 klipse Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. viebel 3106
34 gridly ⚡ The minimal (~100-170 bytes) grid system for modern browsers. IonicaBizau 965
35 language-server-protocol Defines a common protocol for language servers. microsoft 11160
36 training Learning Golang one day go-training 1431
37 mxgraph mxGraph is a fully client side JavaScript diagramming library jgraph 6800
38 howtheytest A collection of public resources about how software companies test their software abhivaikar 5998
39 twemoji Emoji for everyone. https://twemoji.twitter.com/ twitter 16802
40 hyperscript Create HyperText with JavaScript. hyperhype 2639
41 awesome-compose Awesome Docker Compose samples docker 34098
42 the-power-of-prolog Introduction to modern Prolog triska 1214
43 css3patterns The popular CSS3 patterns gallery, now on Github :) LeaVerou 1437
44 blog_os Writing an OS in Rust phil-opp 15598
45 Ronin Experimental Graphics Terminal hundredrabbits 1199
46 zepto Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API madrobby 14997
47 mastering-modular-javascript 📦 Module thinking, principles, design patterns and best practices. mjavascript 3994
48 jensimmons.com personal website for Jen Simmons jensimmons 5
49 css-grid Starter Files + Solutions to my CSSGrid.io Course wesbos 2085
50 terminal.css Modern and minimalistic CSS framework for terminal enthusiasts Gioni06 1183
51 grid-experiments CSS Grid Experiments winkerVSbecks 19
52 placeholder-loading Simple and flexible, css only, content placeholder loading animation. https://zalog.github.io/placeholder-loading/ zalog 1476
53 alix Alix, a browser extension for a11y.css ireade 325
54 en.javascript.info Modern JavaScript Tutorial javascript-tutorial 23444
55 js-the-right-way An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web jstherightway 8729
56 JavaScript30 30 Day Vanilla JS Challenge wesbos 27618
57 milligram A minimalist CSS framework. milligram 10210
58 flexboxgrid Grid based on CSS3 flexbox kristoferjoseph 9379
59 tech-icons A set of tech icons for the web Workshape 74
60 sonic.js ➿ Create loopy loading animations padolsey 822
61 website 🌎 Parcel website parcel-bundler 349
62 geohash-chat-by-proximity Geo Hashing Chat by Proximity to connect two or more users to a group chat. stephenlb 44
63 ecma262 Status, process, and documents for ECMA-262 tc39 15003
64 devopsnewsletters.com DevOps Newsletters of Note chris-short 61
65 awesome-webpack A curated list of awesome Webpack resources, libraries and tools webpack-contrib 4596
66 ShouldIUseSMB1 ShouldIUseSMB1.com NickCraver 2
67 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 4374
68 web-design-in-4-minutes Learn the basics of web design in 4 minutes jgthms 4371
69 vue-guide Super Simple Vue Samples johnpapa 51
70 bulma-templates free flexbox templates built with the bulma css framework BulmaTemplates 3273
71 coreui-free-bootstrap-admin-template Free Bootstrap Admin & Dashboard Template coreui 11955
72 diffDOM A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments. fiduswriter 816
73 design-blocks A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites. froala 13508
74 coreui-free-angular-admin-template CoreUI Angular is free Angular 18 admin template based on Bootstrap 5 coreui 1702
75 css3-github-buttons Helps you easily create GitHub-style buttons and toolbars using links, buttons, and inputs. necolas 1111

⬆ Back to Index

Haskell

Name Description Author Stars
1 compiler Compiler for Elm, a functional language for reliable webapps. elm 7521
2 fp-course Functional Programming Course system-f 4105
3 simplex-chat SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱! simplex-chat 6705
4 fp-course Functional Programming Course tonymorris 1027
5 ghcup-hs haskell 280
6 haskell-language-server Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine. haskell 2659
7 kmonad An advanced keyboard manager kmonad 3937
8 hadolint Dockerfile linter, validate inline bash, written in Haskell hadolint 10324
9 xmonad The core of xmonad, a small but functional ICCCM-compliant tiling window manager xmonad 3346
10 taskell Command-line Kanban board/task manager with support for Trello boards and GitHub projects smallhadroncollider 1727
11 postgrest REST API for any Postgres database PostgREST 23289

⬆ Back to Index

Idris

Name Description Author Stars
1 software-foundations Software Foundations in Idris idris-hackers 452
2 Idris2 A purely functional programming language with first class types idris-lang 2504

⬆ Back to Index

JSON

Name Description Author Stars
1 browser-compat-data This repository contains compatibility data for Web technologies as displayed on MDN mdn 4926

⬆ Back to Index

Janet

Name Description Author Stars
1 nvim-treesitter-context Show code context nvim-treesitter 2458

⬆ Back to Index

Java

Name Description Author Stars
1 gs-collections-kata The GS Collections Kata has been migrated to the Eclipse Foundation, re-branded as the Eclipse Collections Kata. https://github.com/eclipse/eclipse-collections-kata goldmansachs 434
2 eclipse-collections Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. eclipse 2426
3 jsprit jsprit is a java based, open source toolkit for solving rich vehicle routing problems graphhopper 1626
4 clojure The Clojure programming language clojure 10451
5 db-util If you are using JPA and Hibernate, this tool can auto-detect N+1 query issues during testing. vladmihalcea 257
6 Mindustry The automation tower defense RTS Anuken 22449
7 tutorials Just Announced - "Learn Spring Security OAuth": eugenp 36551
8 flyway Flyway by Redgate • Database Migrations Made Easy. flyway 8144
9 liquibase Main Liquibase Source liquibase 4664
10 dbeaver Free universal database tool and SQL client dbeaver 39487
11 fraud-detection-demo Repository for Advanced Flink Application Patterns series afedulov 327
12 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 9494
13 LuckysheetServer Luckysheet java backend dream-num 425
14 design-patterns 💼 Design patterns written in different programming languages 📐 ZoranPandovski 364
15 flink Apache Flink apache 23891
16 DEPRECATED-data-structures A collection of powerful data structures williamfiset 2844
17 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. It's based on the source code of Pixel Dungeon, by Watabou. 00-Evan 4690
18 memo Caso de estudio del libro: Técnicas de Compilación para Ingenieros de Software polyglot-plt 1
19 SOLID Demonstrating the SOLID design principles in Java mikeknep 386
20 material-theme-jetbrains JetBrains theme of Material Theme ChrisRM 7829
21 Tiny-MD-HBase shojinishimura 28
22 java-design-patterns Design patterns implemented in Java iluwatar 89553
23 gwtbootstrap3 GWT wrapper for the Bootstrap front-end framework gwtbootstrap3 335

⬆ Back to Index

JavaScript

Name Description Author Stars
1 Term-Typer-Words agencyenterprise 33
2 firebuilder A comprehensive firefox profile, themes, userCSS and userChrome builder Explosion-Scratch 296
3 neovim-cheatsheet Google Sheets docs for neovim/vim cheatsheets and tutorials supporting multiple alternative keyboard layouts mattmc3 338
4 tips Most commonly used git tips and tricks. git-tips 21314
5 tree-sitter-typescript TypeScript grammar for tree-sitter tree-sitter 360
6 ReactShadow 🔰 Utilise Shadow DOM in React with all the benefits of style encapsulation. Wildhoney 1303
7 robotopia 🤖 Introducing kids to coding with tiny virtual robots! robotopia-x 511
8 puter 🌐 The Internet OS! Free, Open-Source, and Self-Hostable. HeyPuter 25123
9 react-google-recaptcha Component wrapper for Google reCAPTCHA dozoisch 1027
10 node-deep-equal node's assert.deepEqual algorithm inspect-js 776
11 eslint-plugin-wrapito An ESLint plugin for wrapito mercadona 1
12 safe-stable-stringify Safe, deterministic and fast serialization alternative to JSON.stringify. BridgeAR 198
13 semantic-release 📦🚀 Fully automated version management and package publishing semantic-release 20646
14 digital-gardeners Resources, links, projects, and ideas for gardeners tending their digital notes on the public interwebs MaggieAppleton 3993
15 CurriculumExpansion freeCodeCamp 313
16 Sutra.js A JavaScript behavior tree library for easily creating and managing complex behavior patterns yantra-core 178
17 replem 🚴 Instantly try npm modules in REPL environment raine 131
18 javascript-parser-in-rust Tutorial on writing a JavaScript Parser in Rust oxc-project 484
19 libphonenumber-js A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript catamphetamine 2775
20 brave-browser Brave browser for Android, iOS, Linux, macOS, Windows. brave 17627
21 callbag-basics 👜 Tiny and fast reactive/iterable programming library staltz 1650
22 stylex StyleX is the styling system for ambitious user interfaces. facebook 8353
23 rollup Next-generation ES module bundler rollup 25280
24 MockDate A JavaScript Mock Date object that can be used to change when "now" is. boblauer 662
25 FreeTube An Open Source YouTube app for privacy FreeTubeApp 13261
26 folktale [not actively maintained!] A standard library for functional programming in JavaScript origamitower 2044
27 pointfree-fantasy Point free wrappers for fantasy land DrBoolean 450
28 PubSubJS Dependency free publish/subscribe for JavaScript mroderick 4773
29 vite-jest First-class Vite integration for Jest haoqunjiang 408
30 rtfm A documentation library mod for Mindustry. deltanedas 78
31 uc.css.js A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, behaviors and other opinionated features. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features. aminomancer 332
32 fx-autoconfig Load custom javascript in browser context MrOtherGuy 173
33 tab_suspender_firefox A very lightweight tab suspender that reduces an overall memory usage of firefox, uses firefox native discard api pradeep-mishra 74
34 CellPond surreal cellular automata TodePond 296
35 fastify Fast and low overhead web framework, for Node.js fastify 32069
36 zx A tool for writing better scripts google 42928
37 postcss-import PostCSS plugin to inline at-import rules content postcss 1377
38 fetch A window.fetch JavaScript polyfill. JakeChampion 25759
39 execa Process execution for humans sindresorhus 6792
40 eruda Console for mobile browsers liriliri 18675
41 awesome-vite ⚡️ A curated list of awesome things related to Vite.js vitejs 14133
42 lenis How smooth scroll should be darkroomengineering 8666
43 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 31
44 express-async-handler Async Error Handling Middleware for Express Abazhenov 571
45 wrapito 🌯 Yummy React tests mercadona 30
46 testdouble-jest A testdouble.js extension to add support for Jest module mocking testdouble 37
47 testdouble.js A minimal test double library for TDD with JavaScript testdouble 1414
48 WebGoat WebGoat is a deliberately insecure application WebGoat 6918
49 turbo The speed of a single-page web application without having to write any JavaScript hotwired 6689
50 sicp XML sources of SICP and SICP JS, and support for generating Interactive SICP JS, PDF, e-book and comparison editions source-academy 905
51 cross-fetch Universal WHATWG Fetch API for Node, Browsers and React Native. lquixada 1673
52 core-js Standard Library zloirock 24406
53 write-good Naive linter for English prose btford 4950
54 multer Node.js middleware for handling multipart/form-data. expressjs 11569
55 sharp High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library. lovell 29003
56 simple-svg-placeholder A very simple placeholder image generator with zero dependencies. cloudfour 174
57 cuid Collision-resistant ids optimized for horizontal scaling and performance. paralleldrive 3427
58 js-search JS Search is an efficient, client-side search library for JavaScript and JSON objects bvaughn 2204
59 tree-sitter-astro Tree-sitter grammar for the Astro web framework virchau13 96
60 shields Concise, consistent, and legible badges in SVG and raster format badges 23560
61 ropejs JS implementation of ropes according to Boehm et al 1995 Mortal 8
62 jumprope Fast string editing in Javascript using skip lists josephg 90
63 blip A tool for seeing your Internet latency. Try it at http://gfblip.appspot.com/ apenwarr 1619
64 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 771
65 github-readme-stats ⚡ Dynamically generated stats for your github readmes anuraghazra 68662
66 brainfuck-visualizer A Visualizer for BrainFuck developed using pure JS. usaikiran 28
67 ace Ace (Ajax.org Cloud9 Editor) ajaxorg 26692
68 eslint-plugin-unicorn More than 100 powerful ESLint rules sindresorhus 4197
69 start-server-and-test Starts server, waits for URL, then runs test command; when the tests end, shuts down server bahmutov 1531
70 KaTeX Fast math typesetting for the web. KaTeX 18267
71 markdown-preview.nvim markdown preview plugin for (neo)vim iamcco 6686
72 jsxgraph JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser. jsxgraph 1087
73 FigureOne Draw, animate and interact with shapes, text, plots and equations. Create interactive slideshows and interactive videos. airladon 57
74 OpGuidesHugoSrc Repo for the development of OpGuides VegaDeftwing 25
75 surfingkeys-conf 🏄 A SurfingKeys config which adds 180+ key mappings & 50+ search engines b0o 380
76 core_d.js Offload your heavy lifting to a daemon. Extracted from eslint_d. mantoni 65
77 the-sample-of-module-bundler You will know how to make a javascript bundler hiroppy 36
78 SandPond 3D cellular automata TodePond 180
79 ora Elegant terminal spinner sindresorhus 9103
80 craftzdog-homepage My homepage craftzdog 2301
81 Fluture 🦋 Fantasy Land compliant (monadic) alternative to Promises fluture-js 2481
82 critical Extract & Inline Critical-path CSS in HTML pages addyosmani 10013
83 register Grab your own sweet-looking '.is-a.dev' subdomain. is-a-dev 3176
84 matter-js a 2D rigid body physics engine for the web ▲● ■ liabru 16712
85 serviceworker-cookbook It's online. It's offline. It's a Service Worker! mdn 2824
86 jsdom A JavaScript implementation of various web standards, for use with Node.js jsdom 20443
87 benchmark.js A benchmarking library. As used on jsPerf.com. bestiejs 5481
88 testing-react-apps A workshop for testing react applications kentcdodds 1062
89 signal-js small, simple, fast event system with no dependencies JosephClay 47
90 js-metaprogramming-old Notes and examples for a talk covering the ES6 metaprogramming types and techniques davefancher 13
91 explain-git-with-d3 Use D3 to visualize simple git branching operations. onlywei 1706
92 p5-manager A p5js template builder & sketches manager. Built for p5js enthusiasts. chiunhau 348
93 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 21530
94 reading.js a script that makes it easier to read long things online dunn 14
95 Practically-Functional practically functional programming workshop DrBoolean 223
96 fantasy-land Specification for interoperability of common algebraic structures in JavaScript fantasyland 10107
97 sprintf.js sprintf.js is a complete open source JavaScript sprintf implementation alexei 2105
98 petit-dom minimalist virtual dom library yelouafi 503
99 commander.js node.js command-line interfaces made easy tj 26644
100 xv 🙅‍♀️ ✌️ fastest test runner typicode 832
101 daggy Library for creating tagged constructors. fantasyland 699
102 normalizr Normalizes nested JSON according to a schema paularmstrong 20965
103 workerize 🏗️ Run a module in a Web Worker. developit 4352
104 workbox 📦 Workbox: JavaScript libraries for Progressive Web Apps GoogleChrome 12301
105 greenlet 🦎 Move an async function into its own thread. developit 4674
106 useWorker ⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks alewin 2952
107 curriculum The open curriculum for learning web development TheOdinProject 9896
108 automerge-classic A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. automerge 14756
109 react-treebeard React Tree View Component. Data-Driven, Fast, Efficient and Customisable. storybook-eol 1688
110 vue-toasted 🖖 Responsive Touch Compatible Toast plugin for VueJS 2+ shakee93 2208
111 immer Create the next immutable state by mutating the current one immerjs 27599
112 vue-select Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component. sagalbot 4632
113 thesecretlivesofdata Understanding what your bits do when you're not looking. benbjohnson 3429
114 css-triggers A reference for the render impact of mutating CSS properties. GoogleChromeLabs 900
115 bundle-phobia-cli 📦 Cli for the node BundlePhobia Service 😱 AdrieanKhisbe 179
116 sqlime Online SQLite playground nalgeon 899
117 sql.js A javascript library to run SQLite on the web. sql-js 12589
118 reveal.js The HTML Presentation Framework hakimel 67676
119 feather Simply beautiful open-source icons feathericons 24901
120 lighthousemap OpenStreetMap's Blinking Beacons geodienst 286
121 vue-test-utils Component Test Utils for Vue 2 vuejs 3566
122 jest-canvas-mock 🌗 A module used to mock canvas in Jest. hustcc 308
123 reactjs-interview-questions List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! sudheerj 39411
124 mdx Markdown for the component era mdx-js 17494
125 PrinceJS Prince of Persia reimplementation written in HTML5 / JavaScript oklemenz 942
126 node-retry Abstraction for exponential and custom retry strategies for failed operations. tim-kos 1216
127 async-retry Retrying made simple, easy and async vercel 1840
128 ava Node.js test runner that lets you develop with confidence 🚀 avajs 20729
129 howler.js Javascript audio library for the modern web. goldfire 23865
130 plop Consistency Made Simple plopjs 7080
131 digitaljs Teaching-focused digital circuit simulator tilk 659
132 twind The smallest, fastest, most feature complete Tailwind-in-JS solution in existence. tw-in-js 3774
133 identity-obj-proxy An identity object using ES6 proxies. Useful for mocking webpack imports like CSS Modules. keyz 497
134 JSONPath A fork of JSONPath from http://goessner.net/articles/JsonPath/ JSONPath-Plus 965
135 webpack-config-plugins Provide best practices for webpack 4 loader configurations merkle-open 640
136 html-webpack-plugin Simplifies creation of HTML files to serve your webpack bundles jantimon 10704
137 Iosevka Versatile typeface for code, from code. be5invis 19115
138 depcheck Check your npm module for unused dependencies depcheck 4685
139 webpack-chain A chaining API to generate and simplify the modification of Webpack configurations. neutrinojs 3192
140 react-refresh-webpack-plugin A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components. pmmmwh 3132
141 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 7019
142 getting-started Getting started with Docker docker 2901
143 sift.js Use Mongodb queries in JavaScript crcn 1644
144 nodemailer ✉️ Send e-mails with Node.JS – easy as cake! nodemailer 16642
145 Leaflet 🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦 Leaflet 41145
146 HackVault A container repository for my public web hacks! 0xSobky 1941
147 jsfuck Write any JavaScript with 6 Characters: !+ aemkei 8142
148 slack-emoji :suspect: My slack emoji collection and download script phil-r 108
149 feathers-mongoose Easily create a Mongoose Service for Feathersjs. feathersjs-ecosystem 189
150 degit Straightforward project scaffolding Rich-Harris 6987
151 simple-icons SVG icons for popular brands simple-icons 20589
152 THIS_REPO_HAS_3077_STARS Click Star ⭐️ to see it in action :trollface: narze 2951
153 recursive-diff A JavaScript library to find diff between two JavaScript Objects. Support for Array, Number, Date and other primitive data types. cosmicanant 144
154 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 26406
155 swagger-editor Swagger Editor swagger-api 8891
156 bookshelf Build a ReactJS App workshop kentcdodds 2658
157 serve-handler The foundation of serve vercel 571
158 AnotherRedisDesktopManager 🚀🚀🚀A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac. qishibo 30350
159 uberproto JavaScript object inheritance sugar: Easy extension, mixins, super methods, proxies daffl 75
160 slay Rock-solid structured application layout for building APIs and web apps in Node.js. godaddy 49
161 objection-cursor Cursor based pagination plugin for Objection.js olavim 30
162 logform An mutable object format designed for chaining & objectMode streams winstonjs 250
163 fecha Lightweight and simple JS date formatting and parsing taylorhakes 2063
164 winston A logger for just about everything. winstonjs 22709
165 morgan HTTP request logger middleware for node.js expressjs 7926
166 qvapay Nodejs Library for QvaPay API Datalis 11
167 simpler-state The simplest app state management for React arnelenero 478
168 http-errors Create HTTP Errors jshttp 1497
169 node-canvas Node canvas is a Cairo backed Canvas implementation for NodeJS. Automattic 10131
170 node-qrcode qr code generator soldair 7463
171 connect Connect is a middleware layer for Node.js senchalabs 9822
172 terminalizer 🦄 Record your terminal and generate animated gif images or share a web player faressoft 15311
173 feathers-batch Batch multiple Feathers service calls into one feathersjs-ecosystem 96
174 feathers-authentication-hooks Useful hooks for authentication and authorization feathersjs-ecosystem 115
175 filestash 🦄 A file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... mickael-kerjean 10096
176 react-community-tools-practices-cheatsheet Descriptions and use cases for common tools and practices in the React community markerikson 328
177 ramda 🐏 Practical functional Javascript ramda 23783
178 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 681
179 mostly-adequate-fp Exercises from mostly adequate guide to FP sigfriedCub1990 1
180 react-player A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion cookpete 9293
181 three.js JavaScript 3D Library. mrdoob 102044
182 slack-redir Firefox add-on that replaces the slack-redir.net links in Slack with direct links in chat. core1024 2
183 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 1536
184 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 42893
185 aulx Aulx is an autocompleter for Web code. espadrine 67
186 pid-port Get the ID of the process that uses a certain port sindresorhus 137
187 noize Web app for background/white noise to relax or focus kartiknair 103
188 lebab Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does. lebab 5631
189 munkres-js Munkres (aka Hungarian) algorithm for JS addaleax 64
190 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 2706
191 astexplorer A web tool to explore the ASTs generated by various parsers. fkling 6144
192 Git-User-Switch Switch git user and email with ease geongeorge 635
193 vanilla-todo A case study on viable techniques for vanilla web development. morris 1166
194 GravityIsNotAForce Visualising the spacetime geodesics of general relativity timhutton 217
195 headless-recorder Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script. checkly 15026
196 react-autosuggest WAI-ARIA compliant React autosuggest component moroshko 5963
197 react-typeahead Pure react-based typeahead and typeahead-tokenizer fmoo 677
198 fuzzy Filters a list based on a fuzzy string search mattyork 828
199 yargs yargs the modern, pirate-themed successor to optimist. yargs 11066
200 data-structures Examples of data structures and algorithms in Javascript FernandoBLima 11
201 trie My take on an efficient implementation of a Trie in Javascript mikedeboer 73
202 use-custom-compare-effect useEffect hook which takes a comparison function instead of compare using reference equality Sanjagh 47
203 Textmarker Firefox extension ufb 210
204 react-windowed-select An integration of react-window with react-select to efficiently render large lists. jacobworrel 142
205 clsx A tiny (239B) utility for constructing className strings conditionally. lukeed 8183
206 classnames A simple javascript utility for conditionally joining classNames together JedWatson 17568
207 dmarman.github.io Tailwind Ink is an AI palette generator trained with the Tailwindcss colors. dmarman 344
208 react-scanner Extract React components and props usage from code. moroshko 577
209 studio The safest place on earth sanctuarycomputer 171
210 react-beforeunload 🚪 React component and hook which listens to the beforeunload window event. jacobbuck 197
211 react-hot-loader Tweak React components in real time. (Deprecated: use Fast Refresh instead.) gaearon 12256
212 react-from-scratch sigfriedCub1990 1
213 express-debug Debug toolbar middleware for developing applications in express (node.js) devoidfury 199
214 nanoid-generate Nanoid generate with custom dictionaries CyberAP 14
215 nanoid-dictionary Predefined character sets to use with nanoid CyberAP 123
216 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
217 evil-icons Simple and clean SVG icon pack with the code to support Rails, Sprockets, Node.js, Gulp, Grunt and CDN evil-icons 5044
218 react-nice-resume A React.js Nice Resume Template nordicgiant2 658
219 cerebro 🔵 Cerebro is an open-source launcher to improve your productivity and efficiency cerebroapp 8324
220 socket.io-protocol Socket.IO Protocol specification socketio 507
221 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 6537
222 anybar Control the AnyBar app sindresorhus 100
223 lint-staged 🚫💩 — Run linters on git staged files lint-staged 13301
224 prettier-eslint Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨ prettier 3990
225 sharedb Realtime database backend based on Operational Transformation (OT) share 6228
226 medis 💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. luin 11605
227 react-window React components for efficiently rendering large lists and tabular data bvaughn 15819
228 ZzFXM A super small music generator for use in size-limited JavaScript productions keithclark 427
229 faker-cli cli wrapper for fakerjs lestoni 114
230 node-pg-types Type parsing for node-postgres brianc 268
231 node-postgres PostgreSQL client for node.js. brianc 12223
232 nedb The JavaScript Database, for Node.js, nw.js, electron and the browser louischatriot 13484
233 wtfjs 🤪 A list of funny and tricky JavaScript examples denysdovhan 35067
234 react-bulma-components React components for Bulma framework couds 1205
235 async-await-handler fChristenson 1
236 express-boot-camp fChristenson 3
237 Let-s-make-it-pure fChristenson 1
238 fmail fChristenson 12
239 baretest An extremely fast and simple JavaScript test runner. volument 424
240 color-names Large list of handpicked color names 🌈 meodai 2374
241 node-rate-limiter-flexible Atomic counters and rate limiting tools. Limit resource access at any scale. animir 3039
242 joi The most powerful data validation library for JS hapijs 20892
243 murmurhash-js An optimized JavaScript implementation of the MurmurHash algorithms. garycourt 522
244 node-murmurhash A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms. perezd 87
245 o Tiny and simple React clone zserge 250
246 properties Properties reader for Node.js steveukx 77
247 jest-extended Additional Jest matchers 🃏💪 jest-community 2322
248 node-bunyan a simple and fast JSON logging module for node.js services trentm 7171
249 html5-boilerplate A professional front-end template for building fast, robust, and adaptable web apps or sites. h5bp 56469
250 testing-node-apps Test Node.js Backends on TestingJavaScript.com kentcdodds 384
251 js-mocking-fundamentals JavaScript Mocking Fundamentals on TestingJavaScript.com kentcdodds 306
252 testing-workshop A workshop for learning how to test JavaScript applications kentcdodds 1356
253 lodash A modern JavaScript utility library delivering modularity, performance, & extras. lodash 59691
254 mongoose MongoDB object modeling designed to work in an asynchronous environment. Automattic 26891
255 uMatrix uMatrix: Point and click matrix to filter net requests according to source, destination and type gorhill 4559
256 remodeling The original wiki rewritten as a single page application WardCunningham 927
257 QuanticDev QuanticDev's Engineering and Software Development Resources soygul 184
258 re-ducks An attempt to extend the original proposal for redux modular architecture: https://github.com/erikras/ducks-modular-redux alexnm 886
259 ducks-modular-redux A proposal for bundling reducers, action types and actions when using Redux erikras 9601
260 nanoid A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript ai 24460
261 react-markdown Markdown component for React remarkjs 13031
262 scriptum Functional Programming Unorthodoxly Adjusted to Client-/Server-side Javascript kongware 383
263 computer-science-in-javascript Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. humanwhocodes 9053
264 algorithms.js Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript felipernb 3728
265 express Fast, unopinionated, minimalist web framework for node. expressjs 65315
266 git-sticker submit pull request, git free sticker 🔥 fireship-io 252
267 app-dev-tools An example of how to create and hook up App DevTools to improve your development productivity of your application kentcdodds 126
268 dom-testing-library 🐙 Simple and complete DOM testing utilities that encourage good testing practices. testing-library 3264
269 mostly-adequate-guide Mostly adequate guide to FP (in javascript) MostlyAdequate 23389
270 beautiful-react-hooks 🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥 antonioru 8174
271 nodemon Monitor for any changes in your node.js application and automatically restart the server - perfect for development remy 26250
272 memorystore express-session full featured MemoryStore layer without leaks! roccomuso 120
273 session Simple session middleware for Express expressjs 6247
274 node-cron A simple cron-like job scheduler for Node.js node-cron 2964
275 dotenv Loads environment variables from .env for nodejs projects. motdotla 19091
276 css-in-js React: CSS in JS techniques comparison MicheleBertoli 5530
277 react-query-devtools ⚛️ Devtools for React Query tannerlinsley 990
278 payment-icons 💳 Payment / Ecommerce related svg icon packs muffinresearch 703
279 react-app-rewired Override create-react-app webpack configs without ejecting timarney 9799
280 heroicons A set of free MIT-licensed high-quality SVG icons for UI development. tailwindlabs 21444
281 lowdb Simple and fast JSON database typicode 21400
282 hotel 🏩 A simple process manager for developers. Start apps from your browser and access them using local domains typicode 9978
283 json-server Get a full fake REST API with zero coding in less than 30 seconds (seriously) typicode 72678
284 easy6502 skilldrick 1224
285 6502js A JavaScript 6502 assembler and simulator skilldrick 483
286 gdb-frontend ☕ GDBFrontend is an easy, flexible and extensible gui debugger. rohanrhu 2832
287 react-redux-realworld-example-app Exemplary real world application built with React + Redux gothinkster 5569
288 react-in-patterns A free book that talks about design patterns/techniques used while developing with React. krasimir 13353
289 ctags-patterns-for-javascript Exuberant Ctags Patterns for JavaScript romainl 415
290 react-most-wanted React starter kit with "Most Wanted" application features ecronix 2428
291 eslint-plugin-jsx-a11y Static AST checker for a11y rules on JSX elements. jsx-eslint 3390
292 genie Keyboard control for web applications (better than cryptic shortcuts). 3.5K minified & gzipped kentcdodds 567
293 linux-dash A beautiful web dashboard for Linux tariqbuilds 10406
294 jira_clone A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress. oldboyxx 10601
295 casl-react-example Integration of CASL in React application stalniy 50
296 Surfingkeys Map your keys for web surfing, expand your browser with javascript and keyboard. brookhong 5302
297 flems A single file web playground and sandbox porsager 491
298 react-virtualized React components for efficiently rendering large lists and tabular data bvaughn 26307
299 react-draggable React draggable component react-grid-layout 9002
300 dragula 👌 Drag and drop so simple it hurts bevacqua 22011
301 storeon 🌩 A tiny (185 bytes) event-based Redux-like state manager for React, Preact, Angular, Vue, and Svelte storeon 1978
302 react-beautiful-dnd Beautiful and accessible drag and drop for lists with React atlassian 33258
303 awesome-web-animation A list of awesome web animation libraries, books, apps etc. sergey-pimenov 1332
304 react-conf-2018 ryanflorence 643
305 mobile-first-animation Gesture-driven animation on the mobile web (React Conf 2019) aholachek 2060
306 clean-code-javascript 🛁 Clean Code concepts adapted for JavaScript ryanmcdermott 91399
307 styled-vue Use dynamic styles in Vue single-file components. egoist 422
308 bundlephobia 🏋️ Find out the cost of adding a new frontend dependency to your project pastelsky 8958
309 rmwc A React wrapper for Material Design (Web) Components rmwc 1656
310 jest-dom 🦉 Custom jest matchers to test the state of the DOM testing-library 4399
311 react-developer-roadmap Roadmap to becoming a React developer adam-golab 18843
312 react-hook-form-auto Automatic form generation using ReactHookForm dgonz64 60
313 spoof Easily spoof your MAC address in macOS, Windows, & Linux! feross 1784
314 open-pixel-art A collaborative pixel art project to teach people how to contribute to open-source twilio-labs 586
315 react-plastic Scalable react display for a credit card using only the css from jessepollak's Card (https://github.com/jessepollak/card). armsteadj1 22
316 stylus Stylus - Userstyles Manager openstyles 5362
317 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 5572
318 react-codemod React codemod scripts reactjs 4200
319 sinopia Private npm repository server rlidwka 5505
320 react Cheatsheets for experienced React developers getting started with TypeScript typescript-cheatsheets 45184
321 didact A DIY guide to build your own React pomber 6275
322 react-infinite-scroller ⏬ Infinite scroll component for React in ES6 danbovey 3294
323 bold-challenge 🍷 BOLD challenge solution macabeus 1
324 Functional-Light-JS Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter. getify 16607
325 downshift 🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. downshift-js 12061
326 react-reuse-patterns Code for meetup on code reuse patterns in React apps rommguy 20
327 goober 🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API cristianbote 3120
328 styled-miniresetcss Jeremy Thomas's minireset CSS sigfriedCub1990 3
329 eslint-plugin-react React-specific linting rules for ESLint jsx-eslint 8971
330 react-number-format React component to format numbers in an input or as a text. s-yadav 3858
331 es6-cheatsheet ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets DrkSephy 13380
332 create-react-library React NPM library starter kit based on Facebook's create react app DimiMikadze 602
333 algorithm-visualizer 🎆Interactive Online Platform that Visualizes Algorithms from Code algorithm-visualizer 46642
334 cleave.js Format input text content when you are typing... nosir 17955
335 react-flatpickr flatpickr for React haoxins 598
336 prettier Prettier is an opinionated code formatter. prettier 49200
337 react-interactive-paycard Interactive React Paycard jasminmif 2222
338 eslint-config-prettier Turns off all rules that are unnecessary or might conflict with Prettier. prettier 5428
339 react-adaptive-hooks Deliver experiences best suited to a user's device and network constraints GoogleChromeLabs 5101
340 lighthouse-ci Automate running Lighthouse for every commit, viewing the changes, and preventing regressions GoogleChrome 6408
341 tenko An 100% spec compliant ES2021 JavaScript parser written in JS pvdz 510
342 suspense-experimental-github-demo Sample project built with Suspense to demonstrate render-as-you-fetch gaearon 804
343 casl CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access stalniy 5924
344 awesome-earth "What can I do about the climate crisis?" Here are 326 things you can do. philsturgeon 1335
345 awesome-mac  Now we have become very big, Different from the original idea. Collect premium software in various categories. jaywcjlove 75508
346 hr-til Today I Learned Nearsoft 4
347 broadcast-channel 📡 BroadcastChannel to send data between different browser-tabs or nodejs-processes 📡 + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/ pubkey 1841
348 git-point GitHub in your pocket 📱 gitpoint 4722
349 thorium Platform for starship simulator controls Thorium-Sim 155
350 styled-breakpoints Simple and powerful breakpoints for styled components and emotion. mg901 551
351 swiper Most modern mobile touch slider with hardware accelerated transitions nolimits4web 39673
352 babel-plugin-transform-commonjs A Babel 7 plugin transform to convert CommonJS into ES Modules tbranyen 84
353 dailyhack 🐱‍💻 Tiny Tiny Hacks we use in our daily life. mddanishyusuf 149
354 Villain A free and open source web-based comic book reader. btzr-io 257
355 dojo bendisposto 8
356 tracing-paper-sketching Android App to copy images from the screen to physical paper. dodie 23
357 hacktoberfest-checker 🎃 Check how you're doing in hacktoberfest jenkoian 761
358 debug A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers debug-js 11120
359 react-lazy-load-image-component React Component to lazy load images and components using a HOC to track window scroll position. Aljullu 1441
360 react-simple-img 🌅 React lazy load images with IntersectionObserver API and Priority Hints beekai-oss 989
361 react-images 🌄 A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS jossmac 2346
362 tinydate A tiny (349B) reusable date formatter. Extremely fast! lukeed 1064
363 iptv Collection of publicly available IPTV channels from all over the world iptv-org 84944
364 moon 🌙 The minimal & fast library for functional user interfaces kbrsh 5995
365 eslint-plugin-prettier ESLint plugin for Prettier formatting prettier 3310
366 lesspass 🔑 stateless open source password manager lesspass 5727
367 prettier-browser-extension Prettier Browser Extension prettier 200
368 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 7669
369 learn-graphql Real world GraphQL tutorials for frontend developers with deadlines! hasura 1198
370 mdx-deck ♠️ React MDX-based presentation decks jxnblk 11327
371 redux-state-sync A lightweight middleware to sync your redux state across browser tabs aohua 234
372 react-aria-modal A fully accessible React modal built according WAI-ARIA Authoring Practices davidtheclark 1037
373 redux-devtools-extension Redux DevTools extension. zalmoxisus 13500
374 dev-arcade 🕹 Play Games, Level Up — Web based games for designers & developers joshbuchea 6
375 error-overlay-webpack-plugin Catch errors with style 💥✨ gregberge 873
376 hooks React Hooks joshbuchea 1
377 stargazed 📋 Creating your own Awesome List of GitHub stars! abhijithvijayan 463
378 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 321
379 markdown-it Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed markdown-it 18062
380 shiori Simple bookmark manager built with Go go-shiori 9265
381 fullstackopen-2019.github.io fullstackopen-2019 348
382 tabcenter-redux Vertical Tabs extension for Firefox eoger 379
383 exceljs Excel Workbook Manager exceljs 13640
384 router reach 6897
385 GraphCMS-cache-boilerplate Provides a reliable cache contingency backup plan in case a GraphCMS/GraphQL endpoint is failing. UnlyEd 25
386 knex A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use. knex 19239
387 cors Node.js CORS middleware expressjs 6042
388 quick-lru Simple “Least Recently Used” (LRU) cache sindresorhus 670
389 react-testing-library 🐐 Simple and complete React DOM testing utilities that encourage good testing practices. testing-library 18964
390 webpack-dev-server Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/. webpack 7793
391 Detox Gray box end-to-end testing and automation framework for mobile apps wix 11165
392 mc.js Open source Minecraft clone built with ThreeJS, ReactJS, GraphQL, and NodeJS. shaoruu 2682
393 cypress Fast, easy and reliable testing for anything that runs in a browser. cypress-io 46798
394 TypL The Type Linter for JS getify 371
395 nextjs-apollo-graphql Proof-of-concept site using NextJS, Apollo GraphQL, React and Carbon Components necccc 51
396 star-wars-guide tbone849 32
397 sanctuary 🙈 Refuge from unsafe JavaScript sanctuary-js 3036
398 write-free-science-books-to-get-famous-website MOVING to: https://ourbigbook.com 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 130
399 jquery-annotated-source jQuery Annotated Source robflaherty 723
400 react-project State of the art web development with React.js. wdjungst 1827
401 unfetch 🐕 Bare minimum 500b fetch polyfill. developit 5707
402 next.js The React Framework vercel 125483
403 github-do-not-ban-us GitHub do not ban us from open source world 🇮🇷 1995parham 11776
404 gulp-babel Gulp plugin for Babel babel 1319
405 spine Lightweight MVC library for building JavaScript applications spine 3661
406 remote-jobs A list of semi to fully remote-friendly companies (jobs) in tech. remoteintech 29302
407 react-motion A spring that solves your animation problems. chenglou 21679
408 animated Declarative Animations Library for React and React Native animatedjs 1853
409 sharec 📦 Store your configs in one place and manage across projects easily sharecjs 254
410 gulp-clean-css Minify css with clean-css. scniro 649
411 micromatch Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert micromatch 2781
412 globby User-friendly glob matching sindresorhus 2525
413 gulp-sass SASS plugin for gulp dlmanning 1564
414 webpack-stream 🍹 Run webpack through a stream interface shama 1394
415 javascript Implementation of All ▲lgorithms in Javascript Programming Language AllAlgorithms 91
416 monaco-editor A browser based code editor microsoft 40045
417 hiring-without-whiteboards ⭐️ Companies that don't have a broken hiring process poteto 44802
418 autoprefixer Parse CSS and add vendor prefixes to rules by Can I Use postcss 21658
419 gulp-autoprefixer Prefix CSS sindresorhus 692
420 gulp-sourcemaps Sourcemap support for gulpjs. gulp-sourcemaps 1103
421 gulp-imagemin Minify PNG, JPEG, GIF and SVG images sindresorhus 1901
422 lazyload Vanilla JavaScript plugin for lazyloading images tuupola 8758
423 gulp-watch Watch, that actually is an endless stream floatdrop 642
424 gulp-debug Debug Vinyl file streams to see what files are run through your Gulp pipeline sindresorhus 221
425 browserify-handbook how to build modular applications with browserify browserify 4582
426 awesome-gulp 🍹 A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp alferov 617
427 gulp A toolkit to automate & enhance your workflow gulpjs 32996
428 mootools-core MooTools Core Repository mootools 2648
429 SpaceX-API 🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data. r-spacex 10446
430 objection.js An SQL-friendly ORM for Node.js Vincit 7252
431 csswand 🎨✨ Hover your wand and use your magic spell to copy beautiful css oliver-gomes 1178
432 toy-rx A tiny implementation of RxJS that actually works, for learning staltz 295
433 polydev Faster, route-centric development for Node.js apps with built-in Hot Module Replacement. ericclemmons 282
434 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 17482
435 responsive_breakpoints_generator cloudinary 440
436 svgomg Web GUI for SVGO jakearchibald 5771
437 GSAP GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web greensock 19635
438 marked A markdown parser and compiler. Built for speed. markedjs 32913
439 bluebird 🐦 ⚡ Bluebird is a full featured promise library with unmatched performance. petkaantonov 20449
440 eleventy A simpler site generator. Transforms a directory of templates (of varying types) into HTML. 11ty 17003
441 esx Like JSX, but native and fast esxjs 652
442 fusuma ✍️ Fusuma makes slides with Markdown easily. hiroppy 5392
443 tornis Tornis helps you watch and respond to changes in your browser's viewport 🌲 robb0wen 1579
444 create-react-app Set up a modern web app by running one command. facebook 102612
445 dinoql A customizable GraphQL style query language for interacting with JavaScript objects. victorvoid 1046
446 pedalboard JS Pedalboard trys 146
447 browserslist 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env browserslist 12976
448 husky Git hooks made easy 🐶 woof! typicode 32447
449 graphql-network Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily. Ghirro 321
450 carbon 🖤 Create and share beautiful images of your source code carbon-app 34497
451 svelte Cybernetically enhanced web apps sveltejs 78629
452 react-apollo ♻️ React integration for Apollo Client apollographql 6851
453 dsa.js-data-structures-algorithms-javascript 🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook amejiarosario 7588
454 history-of-javascript Project "History of JavaScript" myshov 920
455 site-palette 🎨 Generate color palette from a website url. sthobis 13
456 json5 JSON5 — JSON for Humans json5 6483
457 jspaint 🎨 Classic MS Paint, REVIVED + ✨Extras 1j01 7247
458 morphdom Fast and lightweight DOM diffing/patching (no virtual DOM needed) patrick-steele-idem 3176
459 glicky 🐭 An In-browser User Interface For JavaScript Development Workflows alex-saunders 825
460 filemanager-webpack-plugin Copy, move, archive (zip/tar/tar.gz), delete files and directories before and after Webpack builds. Win32/Mac/*Nix supported gregnb 460
461 computer-science Contains the basic fundamental data structures and algorithms a front end engineer should know, written all in JavaScript. davidshariff 856
462 preact ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM. preactjs 36641
463 preact-cli 😺 Your next Preact PWA starts in 30 seconds. preactjs 4682
464 new-component ⚛ ⚡ CLI utility for quickly creating new React components. ⚡ ⚛ joshwcomeau 710
465 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 30515
466 mojibar 🍊 Emoji searcher but as a menubar app. muan 2045
467 just-enough-fp-lessons Introductory lessons to functional programming in JavaScript kyleshevlin 179
468 ogl Minimal WebGL Library oframe 3722
469 lax.js Simple & lightweight (<4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll. alexfoxy 10417
470 gridsome ⚡️ The Jamstack framework for Vue.js gridsome 8540
471 getting-started-with-cdp Getting Started With Chrome DevTools Protocol aslushnikov 332
472 Awesome-Design-Tools The best design tools and plugins for everything 👉 goabstract 33527
473 Fuse Lightweight fuzzy-search, in JavaScript krisk 18151
474 vuex 🗃️ Centralized State Management for Vue.js. vuejs 28404
475 vue-rx 👁️ RxJS integration for Vue.js. vuejs 3351
476 talks Everything @peerigon talks about... peerigon 35
477 country-flags SVG and PNG renders of all countries' flags. hampusborgos 3407
478 tutorials 🗒 codebar's tutorials codebar 258
479 browsersl.ist This website uses Browserslist and Can I Use to display the compatible browsers for a browsers query. browserslist 307
480 eslint-config-wesbos No-Sweat™ Eslint and Prettier Setup - with or without VS Code wesbos 2729
481 bull Premium Queue package for handling distributed jobs and messages in NodeJS. OptimalBits 15468
482 overreacted.io Personal blog by Dan Abramov. gaearon 7049
483 taskbook Tasks, boards & notes for the command-line habitat klaudiosinani 8957
484 qoa Minimal interactive command-line prompts klaudiosinani 2045
485 not-paid Client did not pay? Add opacity to the body tag and decrease it every day until their site completely fades away kleampa 14653
486 vuelidate Simple, lightweight model-based validation for Vue.js vuelidate 6864
487 insomnia The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage. Kong 34497
488 creative-portfolios 🌀 A curated list of Creative Portfolios iRaul 2756
489 little-virtual-computer Learn how computers work by simulating them in Javascript jsdf 854
490 learning-graphql An attempt to learn GraphQL mugli 943
491 extension-boilerplate ⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox. EmailThis 3284
492 signale Highly configurable logging utility klaudiosinani 8919
493 wey Fast open source Slack desktop app yue 1673
494 microservices-example fChristenson 252
495 The-boring-server-architecture fChristenson 18
496 flux Application Architecture for Building User Interfaces facebookarchive 17451
497 mailgun-js-boland A simple Node.js helper module for Mailgun API. mailgun 895
498 nginxconfig.io ⚙️ NGINX config generator on steroids 💉 digitalocean 27647
499 DoodleMaster "Don't code your UI, Draw it !" karanchahal 2426
500 bem fChristenson 1
501 bootstrap-select 🚀 The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. snapappointments 9848
502 router Simple middleware-style router pillarjs 409
503 itsy-bitsy-data-structures 🏰 All the things you didn't know you wanted to know about data structures jamiebuilds 8598
504 invaderz Space invaders, but the invaders evolve with genetic algorithm victorqribeiro 708
505 33-js-concepts 📜 33 JavaScript concepts every developer should know. leonardomso 63316
506 ervy Bring charts to terminal. chunqiuyiyu 1585
507 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 13766
508 30-seconds-of-code Short code snippets for all your development needs Chalarangelo 121390
509 babel-loader 📦 Babel loader for webpack babel 4821
510 Learning-how-to-count Combinatorics SophiaZhyrovetska 1
511 js-combinatorics power set, combination, permutation and more in JavaScript dankogai 740
512 lets-build-express This repo contains chapters which explains how one can build a minimal express library. antsmartian 939
513 Modern-JavaScript-Curriculum Curriculum for TylerMcGinnis.com's "Modern JavaScript" course. tylermcginnis 109
514 html5please Graded Feature Support: Look up web technologies and find out if they are ready for use. h5bp 837
515 jquery jQuery JavaScript Library jquery 59184
516 You-Dont-Need-Momentjs List of functions which you can use to replace moment.js + ESLint Plugin you-dont-need 13269
517 markdown-here Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. adam-p 59653
518 callback-hell information about async javascript programming max-mapper 848
519 blessed A high-level terminal interface library for node.js. chjj 11271
520 bcrypt.js Optimized bcrypt in plain JavaScript with zero dependencies. dcodeIO 3514
521 moment-timezone Timezone support for moment.js moment 3823
522 momentjs.com The website for momentjs moment 637
523 vue-admin-template a vue2.0 minimal admin template PanJiaChen 19925
524 fancy-log Log things, prefixed with a timestamp. gulpjs 121
525 chalk 🖍 Terminal string styling done right chalk 21855
526 dayjs ⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API iamkun 46780
527 WatermelonDB 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️ Nozbe 10516
528 sqorn A Javascript library for building SQL queries sqorn 1873
529 shelljs 🐚 Portable Unix shell commands for Node.js shelljs 14261
530 compressing Everything you need for compressing and uncompressing node-modules 436
531 kody .files and environment configuration manager created with node jh3y 139
532 npm-run-all A CLI tool to run multiple npm-scripts in parallel or sequential. mysticatea 5712
533 httparchive.org The HTTP Archive website hosted on App Engine HTTPArchive 334
534 stocks machine learning web app game where the user competes against the AI in picking stocks austintackaberry 132
535 pdfmake Client/server side PDF printing in pure JavaScript bpampuch 11630
536 deb.js Minimalistic JavaScript library for debugging in the browser krasimir 1428
537 deno_install Deno Binary Installer denoland 962
538 insight A helpful Chrome extension for WebGL development 3Dparallax 911
539 _- You Might Not Need jQuery sigfriedCub1990 3
540 janitor The fastest development system in the world. JanitorTechnology 128
541 jquery-validation jQuery Validation Plugin library sources jquery-validation 10353
542 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
543 Snap.svg The JavaScript library for modern SVG graphics. adobe-webplatform 13950
544 v86 x86 PC emulator and x86-to-wasm JIT, running in the browser copy 19656
545 localForage 💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API. localForage 24788
546 js-crud-api A Node.js port of the full php-crud-api project (single file REST API) mevdschee 20
547 browsh A fully-modern text-based browser, rendering to TTY and browsers browsh-org 16979
548 d2-admin An elegant dashboard d2-projects 12566
549 range A JavaScript implementation of the Python's range() function. michal-perlakowski 116
550 bootstrap The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. twbs 170344
551 zii Chain function calls using a prototype function z staltz 230
552 css-spinner small, elegant pure css spinner for ajax or loading animation loadingio 1736
553 jsnes A JavaScript NES emulator. bfirsh 6111
554 jsnes-web A browser UI for JSNES, a JavaScript NES emulator bfirsh 584
555 jsnes-web A browser UI for JSNES, a JavaScript NES emulator hxlnt 1
556 moment Parse, validate, manipulate, and display dates in javascript. moment 47964
557 codemirror5 In-browser code editor (version 5, legacy) codemirror 26790
558 Ghost Independent technology for modern publishing, memberships, subscriptions and newsletters. TryGhost 47028
559 ndb ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools GoogleChromeLabs 10903
560 flexboxfroggy A game for learning CSS flexbox 🐸 thomaspark 6883
561 gridgarden A game for learning CSS grid layout 🥕 thomaspark 3191
562 axios Promise based HTTP client for the browser and node.js axios 105370
563 Chart.js Simple HTML5 Charts using the <canvas> tag chartjs 64508
564 parcel The zero configuration build tool for the web. 📦🚀 parcel-bundler 43410
565 moleculer 🚀 Progressive microservices framework for Node.js moleculerjs 6140
566 minireset.css A tiny modern CSS reset jgthms 2767
567 30-seconds-of-interviews A curated collection of common interview questions to help you prepare for your next interview. Chalarangelo 12001
568 learn.jquery.com jQuery Learning Center web site content jquery 924
569 showdown A bidirectional Markdown to HTML to Markdown converter written in Javascript showdownjs 14245
570 badger Badger badger badger badger badger badger badger Mushroom MUSHROOM! stephenlb 1
571 js-best-practices-workshopper A self-paced command-line workshopper to learn the best practices of writing clean JavaScript code. excellalabs 169
572 bower A package manager for the web bower 14972
573 clipboard-cli Access the system clipboard (copy/paste) sindresorhus 495
574 css-doodle 🎨 A web component for drawing patterns with CSS. css-doodle 5622
575 jsonFormatter jQuery Plugin that formats JSON strings. MHeironimus 14
576 tesseract.js Pure Javascript OCR for more than 100 Languages 📖🎉🖥 naptha 34944
577 bower-away A tool for migrating away from Bower (to Yarn) sheerun 307
578 npm-packer 🏆 Produces zero-dependencies node modules sheerun 17
579 gulp-nodemon gulp + nodemon + convenience ColemanGariety 526
580 browserify browser-side require() the node.js way browserify 14598
581 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 715
582 pug-server 🐶 A simple pug server ctrlaltdev 21
583 js-testing-fundamentals Fundamentals of Testing in JavaScript on TestingJavaScript.com kentcdodds 540
584 node-ytdl-core YouTube video downloader in javascript. fent 4491
585 learntocrypto Learn to crypto workshop sodium-friends 1670
586 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 64606
587 tiny-care-terminal 💖💻 A little dashboard that tries to take care of you when you're using your terminal. notwaldorf 5965
588 licia Useful utility collection with zero dependencies liriliri 2281
589 google-translate-api A free and unlimited API for Google Translate 💵🚫 matheuss 2850
590 webpack-book From apprentice to master (CC BY-NC-ND) survivejs 2415
591 habitica A habit tracker app which treats your goals like a Role Playing Game. HabitRPG 11879
592 vue-cli 🛠️ webpack-based tooling for Vue.js Development vuejs 29749
593 javascript-algorithms 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings trekhleb 187675
594 vscode-recipes microsoft 5869
595 vuido Native desktop applications using Vue.js. mimecorg 6106
596 warriorjs 🏰 An exciting game of programming and Artificial Intelligence olistic 9429
597 v2.vuejs.org 📄 Documentation for Vue 2 vuejs 5036
598 fkill Fabulously kill processes. Cross-platform. sindresorhus 725
599 d3graphTheory 💥 Interactive and colorful 🎨 graph theory tutorials made using d3.js ⚡ mrpandey 1753
600 limdu Machine-learning for Node.js erelsgl 1054
601 fkill-cli Fabulously kill processes. Cross-platform. sindresorhus 6867
602 javascript JavaScript Style Guide airbnb 144829
603 front-end-guide 📚 Study guide and introduction to the modern front end stack. grab 15136
604 the-super-tiny-compiler ⛄ Possibly the smallest compiler ever jamiebuilds 27868
605 react The library for web and native user interfaces. facebook 228016
606 code-snippets Chrome DevTools code snippets bahmutov 1810
607 angular-file-saver An AngularJS service that provides cross-browser compatibility of HTML5 saveAs() - http://alferov.github.io/angular-file-saver alferov 212
608 flexbox-tutorial 💪 Interactive Flexbox tutorial using Codemirror plondon 5
609 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 14510
610 vue-multiselect Universal select/multiselect/tagging component for Vue.js shentao 6688
611 eslint Find and fix problems in your JavaScript code. eslint 24951
612 yarn The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry yarnpkg 41410
613 node Node.js JavaScript runtime ✨🐢🚀✨ nodejs 106960
614 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. phaserjs 37007
615 jquery-toast-plugin Highly customizable jquery plugin to show toast messages kamranahmedse 1511
616 todomvc Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more tastejs 28603
617 mithril.js A JavaScript Framework for Building Brilliant Applications MithrilJS 13988
618 bower.github.io The Bower website bower 92
619 oocss Object Oriented CSS Framework stubbornella 6230

⬆ Back to Index

Jinja

Name Description Author Stars
1 algo Set up a personal VPN in the cloud trailofbits 28753

⬆ Back to Index

Julia

Name Description Author Stars
1 VIMKiller Exiting VIM is hard; sometimes we need to take drastic measures caseykneale 1219

⬆ Back to Index

Jupyter Notebook

Name Description Author Stars
1 LLMs-from-scratch Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step rasbt 28153
2 learn-you-a-haskell-notebook Jupyter adaptation of Learn You a Haskell for Great Good! IHaskell 293
3 source A wiki of tutorials TutsWiki 39
4 AI-For-Beginners 12 Weeks, 24 Lessons, AI for All! microsoft 34310
5 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 27816
6 pytudes Python programs, usually short, of considerable difficulty, to perfect particular skills. norvig 22634
7 Math-for-Programmers Source code for the book, Math for Programmers orlandpm 807
8 homemade-machine-learning 🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained trekhleb 22989
9 Made-With-ML Learn how to design, develop, deploy and iterate on production-grade ML applications. GokuMohandas 37211
10 al-go-rithms 🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/ ZoranPandovski 1336

⬆ Back to Index

Kotlin

Name Description Author Stars
1 qksms The most beautiful SMS messenger for Android moezbhatti 4464
2 slim-launcher Android minimalistic launcher sduduzog 342
3 Olauncher Minimal AF Launcher for Android. Reduce your screen time. Daily wallpapers. tanujnotes 2009
4 ConnectYou Privacy focused contacts and SMS messenger app built with MD3 you-apps 490
5 OlauncherCF Olauncher CF. Simple and Clutter-Free Android launcher OlauncherCF 177
6 ktor Framework for quickly creating connected applications in Kotlin with minimal effort ktorio 12859
7 kotlin-koans-edu Kotlin Koans for Educational Plugin and play.kotl.in Kotlin 103
8 detekt Static code analysis for Kotlin detekt 6240
9 kotlin-tutorials Supporting code for the tutorials on https://www.baeldung.com/kotlin Baeldung 462
10 ideavim IdeaVim – A Vim engine for JetBrains IDEs JetBrains 9188
11 kotlin The Kotlin Programming Language. JetBrains 48975
12 android-basics-kotlin-lemonade-app google-developer-training 95
13 revanced-patches-template 👋🧩Template repository for ReVanced Patches ReVanced 4585
14 Virtuosity A musician's training log and practice tool for Android ramzan 16
15 Anki-Android AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention. ankidroid 8497
16 android-app The Android app for Noice. trynoice 927
17 sourcerer-app 🦄 Sourcerer app makes a visual profile from your GitHub and git repositories. sourcerer-io 6736
18 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 6465
19 Signal-Android A private messenger for Android. signalapp 25528

⬆ Back to Index

Lean

Name Description Author Stars
1 topologygame Learn Lean and topology mmasdeu 20

⬆ Back to Index

Lua

Name Description Author Stars
1 pomodoro.nvim A Pomodoro timer for Neovim written in Lua wthollingsworth 37
2 nvim-dap-virtual-text theHamsta 859
3 remote-nvim.nvim Remote development in Neovim 🔥 amitds1997 613
4 nvim-dap-ui A UI for nvim-dap rcarriga 2597
5 obsidian.nvim Obsidian 🤝 Neovim epwalsh 3949
6 render-markdown.nvim Plugin to improve viewing Markdown files in Neovim MeanderingProgrammer 1510
7 cmp-nvim-lsp-signature-help cmp-nvim-lsp-signature-help hrsh7th 614
8 cmp-buffer nvim-cmp source for buffer words hrsh7th 606
9 cmp-path nvim-cmp source for path hrsh7th 609
10 no-neck-pain.nvim ☕ Dead simple yet super extensible plugin to center the currently focused buffer to the middle of the screen. shortcuts 554
11 nvim-dev-container Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container esensar 557
12 nvim-dap-python An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes. mfussenegger 538
13 nvim-nio A library for asynchronous IO in Neovim nvim-neotest 289
14 kickstart.nvim A launch point for your personal nvim configuration nvim-lua 18891
15 nvim-ts-autotag Use treesitter to auto close and auto rename html tag windwp 1652
16 oil.nvim Neovim file explorer: edit your filesystem like a buffer stevearc 3839
17 zen-mode.nvim 🧘 Distraction-free coding for Neovim folke 1686
18 nui.nvim UI Component Library for Neovim. MunifTanjim 1595
19 dressing.nvim Neovim plugin to improve the default vim.ui interfaces stevearc 1823
20 config.nvim my nvim config tjdevries 336
21 kanagawa.nvim NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai. rebelot 4184
22 cmp-ai tzachar 186
23 neogit An interactive and powerful Git interface for Neovim, inspired by Magit NeogitOrg 3917
24 nvim-tree.lua A file explorer tree for neovim written in lua nvim-tree 7086
25 nvim-dap Debug Adapter Protocol client implementation for Neovim mfussenegger 5464
26 fzf-lua Improved fzf.vim written in lua ibhagwan 2216
27 z.lua ⚡ A new cd command that helps you navigate faster by learning your habits. skywind3000 2979
28 highlight-undo.nvim Highlight changed text after Undo / Redo operations tzachar 282
29 nvim-bqf Better quickfix window in Neovim, polish old quickfix window. kevinhwang91 1689
30 nvim-lint An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support. mfussenegger 1940
31 lspsaga.nvim improve neovim lsp experience nvimdev 3441
32 nvim-autopairs autopairs for neovim written in lua windwp 3190
33 dots My dotsfiles using yadm leiserfg 3
34 conform.nvim Lightweight yet powerful formatter plugin for Neovim stevearc 3017
35 harpoon ThePrimeagen 6849
36 noice.nvim 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu. folke 4299
37 lazy.nvim 💤 A modern plugin manager for Neovim folke 14317
38 neoai.nvim Neovim plugin for intracting with GPT models from OpenAI Bryley 562
39 mini.clue Show next key clues. Part of 'mini.nvim' library. echasnovski 47
40 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 6262
41 packer.nvim A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config wbthomason 7861
42 neovim-config OlegGulevskyy 1
43 neotest-jest nvim-neotest 119
44 neotest An extensible framework for interacting with tests within NeoVim. nvim-neotest 2297
45 dotfiles 🏡 dotfiles akinsho 278
46 mini.nvim Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort echasnovski 5016
47 LuaSpec An executable Lua specification so I remember what I've learned. garybernhardt 12
48 nvim-metals A Metals plugin for Neovim scalameta 465
49 neodev.nvim 💻 Neovim setup for init.lua and plugin development with full signature help, docs and completion for the nvim lua API. folke 2015
50 config_manager My configuration files and tools tjdevries 1146
51 nvim-ufo Not UFO in the sky, but an ultra fold in Neovim. kevinhwang91 2296
52 mellow.nvim A soothing dark color scheme for neovim and friends. mellow-theme 278
53 fidget.nvim 💫 Extensible UI for Neovim notifications and LSP progress messages. j-hui 1954
54 plenary.nvim plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice. nvim-lua 2699
55 Navigator.nvim ✨ Smoothly navigate between neovim and terminal multiplexer(s) ✨ numToStr 396
56 nvim-colorizer.lua The fastest Neovim colorizer. norcalli 2274
57 which-key.nvim 💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type. folke 5249
58 symbols-outline.nvim A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages. simrat39 1851
59 telescope-tmux.nvim Integration for tmux with telescope.nvim camgraff 124
60 gitsigns.nvim Git integration for buffers lewis6991 5004
61 impatient.nvim Improve startup time for Neovim lewis6991 1190
62 telescope-file-browser.nvim File Browser extension for telescope.nvim nvim-telescope 1679
63 prettier.nvim Prettier plugin for Neovim's built-in LSP client. MunifTanjim 287
64 mason-lspconfig.nvim Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. williamboman 2729
65 mason.nvim Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters. williamboman 7710
66 cmp-nvim-lsp nvim-cmp source for neovim builtin LSP client hrsh7th 1257
67 cmp_luasnip luasnip completion source for nvim-cmp saadparwaiz1 699
68 trouble.nvim 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. folke 5449
69 dotfiles-public My personal dotfiles craftzdog 6322
70 nvim-cmp A completion plugin for neovim coded in Lua. hrsh7th 7886
71 gruvbox.nvim Lua port of the most famous vim colorscheme ellisonleao 1876
72 refactoring.nvim The Refactoring library based off the Refactoring book by Martin Fowler ThePrimeagen 2792
73 vim-be-good vim-be-good is a nvim plugin designed to make you better at Vim Movements. ThePrimeagen 3159
74 friendly-snippets Set of preconfigured snippets for different languages. rafamadriz 1967
75 lspkind.nvim vscode-like pictograms for neovim lsp completion items onsails 1474
76 lsp_signature.nvim LSP signature hint as you type ray-x 2046
77 LuaSnip Snippet Engine for Neovim written in Lua. L3MON4D3 3370
78 telescope.nvim Find, Filter, Preview, Pick. All lua, all the time. nvim-telescope 15608
79 null-ls.nvim Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua. jose-elias-alvarez 3629
80 nvim-lspconfig Quickstart configs for Nvim LSP neovim 10473
81 dotfiles.fish my dotfiles caarlos0 308
82 VimMode.spoon Adds vim keybindings to all OS X inputs dbalatero 689

⬆ Back to Index

MDX

Name Description Author Stars
1 openai-cookbook Examples and guides for using the OpenAI API openai 58872
2 usaco-guide A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond. cpinitiative 1609
3 rescript-lang.org Official documentation website for the ReScript programming language rescript-association 1854
4 csslayout A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing! phuocng 8061
5 webpack.js.org Repository for webpack documentation and more! webpack 2207

⬆ Back to Index

Makefile

Name Description Author Stars
1 software-engineer-interview-prep-kit Software Engineer Interview Preparation Kit softwarebloat 21
2 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 1109
3 gitmagic A guide to using Git blynn 1920
4 lc3-vm Write your own virtual machine for the LC-3 computer! justinmeiners 1231
5 awesome-web-scraping List of libraries, tools and APIs for web scraping and data processing. lorien 6599
6 learnhaskell Learn Haskell bitemyapp 7965
7 Lakka-LibreELEC Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console. libretro 1733

⬆ Back to Index

Markdown

Name Description Author Stars
1 content The content behind MDN Web Docs mdn 9146
2 fucking-algorithm 刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. labuladong 125259
3 build-your-own-x Master programming by recreating your favorite technologies from scratch. codecrafters-io 303170
4 tldr 📚 Collaborative cheatsheets for console commands tldr-pages 50681

⬆ Back to Index

Nunjucks

Name Description Author Stars
1 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 59591
2 tiny-helpers A collection of useful online web development tools stefanjudis 949

⬆ Back to Index

OCaml

Name Description Author Stars
1 flow Adds static typing to JavaScript to improve developer productivity and code quality. facebook 22075
2 ocaml-effects-tutorial Concurrent Programming with Effect Handlers ocaml-multicore 660

⬆ Back to Index

Objective-C

Name Description Author Stars
1 hammerspoon Staggeringly powerful macOS desktop automation with Lua Hammerspoon 11951
2 fruit 🍎 Screensaver of the vintage Apple logo made purely with NSBezierPath and masks in Objective-C. Now animated! Corkscrews 122
3 iTerm2 iTerm2 is a terminal emulator for Mac OS X that does amazing things. gnachman 15189
4 uebersicht ˈyːbɐˌzɪçt felixhageloh 4554

⬆ Back to Index

Objective-C++

Name Description Author Stars
1 AutoRaise AutoRaise (and focus) a window when hovering over it with the mouse sbmpost 1469

⬆ Back to Index

Others

Name Description Author Stars
1 VimMotionApp Access macOS UI elements with your fingers stay on keyboard. Inspired by vim-easymotion & avy-mode. dwarvesf 822
2 awesome-selfhosted A list of Free Software network services and web applications which can be hosted on your own servers awesome-selfhosted 197248
3 ddia-references Literature references for “Designing Data-Intensive Applications” ept 5844
4 arch-nvidia-drivers-installation-guide A repository that holds a simple guide on how you can install and configure proprietary NVIDIA drivers for Arch Linux. korvahannu 572
5 awesome-python-typing Collection of awesome Python types, stubs, plugins, and tools to work with them. typeddjango 1691
6 TrackersListCollection 🎈 Updated daily! A list of popular BitTorrent Trackers! / 每天更新!全网热门 BT Tracker 列表! XIU2 25155
7 vim-cheatsheet ibhagwan 306
8 kilo-tutorial build your own text editor snaptoken 809
9 cognitive-load 🧠 Cognitive Load is what matters zakirullin 3779
10 Awesome-Container-Queries A repo with links to posts of things around container queries. sturobson 177
11 awsm.fish A curation of prompts, plugins & other Fish treasures 🐚💎 jorgebucaran 4155
12 cookbook.fish From Shell to Plate: Savor the Zest of Fish 🦞 jorgebucaran 2020
13 infosec-resources A list of helpful cybersecurity / infosec resources stong 1215
14 distsys-class Class materials for a distributed systems lecture series aphyr 8997
15 study-path An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture joebew42 2870
16 estree The ESTree Spec estree 5106
17 website_next_generation The new website vim 144
18 playbook AvitoTech team playbook avito-tech 2250
19 awesome-falsehood 😱 Falsehoods Programmers Believe in kdeldycke 23795
20 callbag 👜 A standard for JS callbacks that enables lightweight observables and iterables callbag 1559
21 intel-one-mono Intel One Mono font repository intel 9354
22 system-design-101 Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. ByteByteGoHq 63452
23 Sweep Sweep - a small promicro based keyboard inspired by the Ferris. davidphilipbarr 1637
24 jest Super-fast alternative for babel-jest or ts-jest without type checking. Please use main repository for issues swc-project 757
25 system-design Learn how to design systems at scale and prepare for system design interviews karanpratapsingh 32072
26 awesome-chatgpt 🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI sindresorhus 5053
27 Release Node.js Release Working Group nodejs 3994
28 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 15355
29 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 1083
30 clojure-style-guide A community coding style guide for the Clojure programming language bbatsov 4001
31 awesome-privacy Awesome Privacy - A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS. pluja 13116
32 ponyfill 🦄 Like polyfill but with pony pureness sindresorhus 1228
33 highly-skilled-job-offers Sharing some info around job offers and interviews preparations coditori 602
34 webcontainer-core Dev environments. In your web app. stackblitz 3790
35 SC2k-docs Documentation related to the implementation of Maxis' game, SimCity 2000. dfloer 261
36 functional-programming-jargon Jargon from the functional programming world in simple terms! hemanth 18588
37 wundernut-vol12 Wundernut vol. 12 wunderdogsw 2
38 wundernuts Place to find all the Wundernuts! wunderdogsw 4
39 wundernut-vol11 Wundernut vol. 11 wunderdogsw 3
40 ru-test-assignments Тестовые задания для самостоятельного выполнения от разных it компаний Hexlet 5915
41 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 39938
42 awesome-functional-programming Yet another resource for collecting articles, videos etc. regarding functional programming xgrommx 3456
43 Learn-Vim Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for 📖 iggredible 13639
44 questions-job-interview 🏢 List of questions I might ask during an interview for a software developer job Phantas0s 107
45 debugging-stories A collection of debugging stories. PRs welcome (sorry for the backlog) :-) danluu 3719
46 pharo-wiki Wiki related to the Pharo programming language and environment. pharo-open-documentation 244
47 awesome-regression-testing 🕶️ A curated list of resources around the topic: visual regression testing mojoaxel 2169
48 vim-turing-complete matthewfranglen 5
49 httptoolkit HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac 🎉 Open an issue here to give feedback or ask for help. httptoolkit 2720
50 neofetch-themes Neofetch configs put into a convinient repository Chick2D 1341
51 python3ds Code for Problem Solving with Algorithms and Data Structures using Python 3 book sigfriedCub1990 2
52 awesome-fp-js 😎 A curated list of awesome functional programming stuff in js stoeffel 5977
53 awesome-koans A list of all available kōans ahmdrefat 455
54 awesome-by-example 😎 A curated list of example-based learning resources. b0o 123
55 awesome-cold-showers For when people get too hyped up about things hwayne 7271
56 mono Free and open-source monospaced font from Evil Martians evilmartians 2157
57 nvim-lua-guide A guide to using Lua in Neovim nanotee 5803
58 slack-theme-gruvbox Gruvbox theme for the slack sidebar kyleterry 23
59 New-Grad-Positions A collection of full time roles in SWE, Quant, and PM for new grads. SimplifyJobs 11330
60 git-from-the-bottom-up An introduction to the architecture and design of the Git content manager jwiegley 830
61 system-design-resources These are the best resources for System Design on the Internet InterviewReady 15798
62 a-picture-is-worth-a-1000-words I am trying to describe complex matters in simple doodles! girliemac 11173
63 how-to-exit-vim Below are some simple methods for exiting vim. ThePrimeagen 16
64 exercism Crowd-sourced code mentorship. Practice having thoughtful conversations about code. exercism 7342
65 awesome ⚡️ Delightful Rollup Plugins, Packages, and Resources rollup 2543
66 programmers-oath An oath for programmers, comparable to the Hippocratic Oath Widdershin 723
67 awesome-explorables A curated list of awesome explorable explanations. blob42 747
68 editor-plugins List of editor plugins for Elm. elm 51
69 tech-jobs-with-relocation All-in-one guide to getting a tech job abroad 🌎 AndrewStetsenko 3003
70 README README file with project's description InnoTutor 20
71 overview Deliveries of the Software process for Doctorinna. Doctorinna 20
72 Picture-Inspector PictureInspector 28
73 cs-video-courses List of Computer Science courses with video lectures. Developer-Y 66653
74 trackerslist Updated list of public BitTorrent trackers ngosang 46631
75 The-Pragmatic-Programmer Summary of the book The Pragmatic Programmer by Andrew Hunt and David Thomas HugoMatilla 1727
76 rust-for-js-peeps Know JS, want to try Rust, but not sure where to start? This is for you! yoshuawuyts 1278
77 react-fiber-architecture A description of React's new core algorithm, React Fiber acdlite 11654
78 Category_Theory_Resources List of resources for learning Category Theory bgavran 222
79 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
80 js-reading-list JavaScript Reading List AlexanderEllis 84
81 awesome-jest 🕶Awesome Jest packages and resources jest-community 1473
82 awesome-allocators Awesome links and information about memory allocation rain-1 169
83 react-howto Your guide to the (sometimes overwhelming!) React ecosystem. petehunt 11614
84 react-18 Workgroup for React 18 release. reactwg 5201
85 programming-math-science This is a list of links to different freely available learning resources about computer programming, math, and science. bobeff 1712
86 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 1847
87 awesome-erlang A curated list of awesome Erlang libraries, resources and shiny things. drobakowski 1620
88 github-issue-templates 🔣 A collection of GitHub issue, pull request and security templates stevemao 4122
89 awesome-competitive-programming 💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources lnishan 12610
90 modern-unix A collection of modern/faster/saner alternatives to common unix commands. ibraheemdev 30723
91 awesome-neovim Collections of awesome neovim plugins. rockerBOO 15734
92 ueberzug seebye 1250
93 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 12106
94 awesome-c A curated list of awesome C frameworks, libraries and software. uhub 1907
95 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 27710
96 bashrc Common usable configuration files for bash simos 23
97 kelsey-hightower-wisdom tweets & quotes from Kelsey Hightower 🦉📜 tgogos 147
98 awesome-docker 🐳 A curated list of Docker resources and projects veggiemonk 30007
99 awesome-design-patterns A curated list of software and architecture related design patterns. DovAmir 39478
100 awesome-physics 🌌 A collaborative list of awesome software for exploring Physics concepts wbierbower 487
101 naming-cheatsheet Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern. kettanaito 13854
102 Projects 📃 A list of practical projects that anyone can solve in any programming language. karan 45079
103 computer-graphics-from-scratch Text, diagrams, and source code for the book Computer Graphics from scratch. ggambetta 1181
104 awesome-ssh 💻 A curated list of SSH resources. moul 2462
105 100ProjectsOfCode A list of practical knowledge-building projects. arpit-omprakash 3127
106 awesome-landing-page A series of beautiful and practical landing page templates nordicgiant2 3492
107 frontend-case-studies 💼 A curated list of technical talks and articles about real world enterprise frontend development andrew--r 7324
108 awesome-made-by-brazilians 🇧🇷 A collection of amazing open source projects built by brazilian developers felipefialho 1514
109 awesome-made-by-russians 🇷🇺 The best open source projects that were made and mainly contributed by Russian developers gaearon 71
110 socket.io-client Realtime application framework (client) socketio 10621
111 You-Dont-Need-GUI Stop relying on GUI; CLI ROCKS you-dont-need 5470
112 abhijithvijayan hello world! abhijithvijayan 2
113 jest-cheat-sheet Jest cheat sheet sapegin 5327
114 javascript-ebooks-1 cjitendra12 164
115 awesome-mobx A collection of awesome things regarding MobX. mobxjs 2187
116 awesome-nestjs A curated list of awesome things related to NestJS 😎 nestjs 10760
117 eng-practices Google's Engineering Practices documentation google 19959
118 post-mortems A collection of postmortems. Sorry for the delay in merging PRs! danluu 11267
119 handbook Basecamp Employee Handbook basecamp 6363
120 awesome-RemoteWork Resources for remote workers: approaches, hiring page, remote life and more. hugo53 1465
121 awesome-manifesto Utopian developer's manifesto cristaloleg 320
122 gtypist-single-space GNU Typist lessons with the "two spaces after a sentence" garbage removed. You're welcome. inaimathi 42
123 awesome-diy-software A curated list of awesome DIY software. cweagans 610
124 algodeck An Open-Source Collection of 200+ Flash Cards to Help You Preparing Your Algorithms & Data Structures Interview 💯 teivah 5637
125 react-basic A description of the conceptual model of React without implementation burden. reactjs 4191
126 The-Open-Book joeycastillo 7480
127 awesome-react-components Curated List of React Components & Libraries. brillout 42159
128 backendlore How I write backends fpereiro 5141
129 SoftwareArchitect Path to a Software Architect justinamiller 8706
130 accessibility_interview_questions A starting point for questions to ask someone that wants you to give them a job scottaohara 365
131 awesome-for-beginners A list of awesome beginners-friendly projects. MunGell 68118
132 what-to-code Ideas for things to program joereynolds 1484
133 javascript-tips-and-tidbits A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding. nas5w 1199
134 sheetjs 📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs SheetJS 35017
135 degoogle A huge list of alternatives to Google products. Privacy tips, tricks, and links. tycrek 7490
136 awesome-tmux A list of awesome resources for tmux rothgar 7619
137 awesome-wasm 😎 Curated list of awesome things regarding WebAssembly (wasm) ecosystem. mbasso 8782
138 homebrew-cask-drivers 💀 Casks of Drivers (deprecated) Homebrew 459
139 DevYouTubeList List of Development YouTube Channels ErikCH 5006
140 idiomatic-vimrc Guidelines for sculpting your very own ~/.vimrc. romainl 1099
141 the-patient-vimmer A guide for patient Vimmers. romainl 113
142 API Documentation and Samples for the Official HN API HackerNews 11353
143 js-must-watch Must-watch videos about javascript bolshchikov 13272
144 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 3146
145 You-Dont-Need People choose popular projects, often not because it applies to their problems you-dont-need 3498
146 awesome-linguistics A curated list of anything remotely related to linguistics theimpossibleastronaut 368
147 General-Knowledge-Books "I cannot teach anybody anything. I can only make them think."― Socrates manjunath5496 5
148 dracula-theme 🧛🏻‍♂️ One theme. All platforms. dracula 22585
149 awesome-react-hooks Awesome React Hooks rehooks 9833
150 frontend-architecture-topics What constitutes front-end architecture? stevekinney 381
151 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
152 jobs Our openings Nearsoft 91
153 .moc My mocp config (vim-like keys) arcusfelis 10
154 nrol-39-logo A vector PDF of the official mission logo of NROL-39 released via FOIA palewire 408
155 art Saber artworks saberland 2
156 awesome-css 🎨 A curated contents of amazing CSS :) awesome-css-group 5011
157 state-machines A humble repo to collect knowledge on state machines. achou11 61
158 HEAD A simple guide to HTML <head> elements joshbuchea 29978
159 realworld-starter-kit Starter kit for new RealWorld framework implementations gothinkster 429
160 computer-science 🎓 Path to a free self-taught education in Computer Science! ossu 170635
161 i-am-chinese-the-dragonfly-must-go-on A response to “We are Google employees, Google must drop DragonFly” ithinco 1403
162 node-vs-deno A Deno guide for Node.js developers egoist 359
163 reverse-interview Questions to ask the company during your interview viraptor 27512
164 awesome-actions A curated list of awesome actions to use on GitHub sdras 24901
165 awesome-nextjs 📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) unicodeveloper 10243
166 Philosophy :octocat: A list of philosophy books and resources. Jfaler 316
167 SystemProgramming Angrave's Crowd-Sourced System Programming Book used at UIUC angrave 5486
168 awesome-casestudy 📕 Curated list of technical case studies on WebGL and creative development luruke 2560
169 cuban-opensource Awesome list of Cuban opensource projects. Just to know what is being openly developed in Cuba. cuban-opensourcers 182
170 typescript-vs-flowtype Differences between Flowtype and TypeScript -- syntax and usability niieani 1738
171 react-state-management FrontendMasters 64
172 javascript-questions A long list of (advanced) JavaScript questions, and their explanations ✨ lydiahallie 62525
173 awesome-tools-for-junior-developers A curated list of popular tools, tips and tricks for aspiring developers. stephhappens 342
174 design-for-developers Design for Developers Workshop sdras 733
175 FiraCodeiScript Mashup Font of FiraCode and Script12 kencrocken 1369
176 shadow-dom-in-depth Everything you need to know about Shadow DOM sigfriedCub1990 1
177 shadow-dom-in-depth Everything you need to know about Shadow DOM praveenpuglia 231
178 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 1073
179 resilience-engineering Resilience engineering papers lorin 2923
180 awesome-react-hooks A curated list about React Hooks glauberfc 1182
181 awesome-typescript A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript dzharii 4586
182 telegram-list List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов goq 4550
183 awesome A curated list of awesome Chart.js resources and libraries chartjs 2107
184 Ubuntu-for-Azure-Developers Setting up your Ubuntu 20.04 developer environment to build Azure solutions gloveboxes 13
185 react-redux-links Curated tutorial and resource links I've collected on React, Redux, ES6, and more markerikson 22583
186 awesome-styled-components A curated list of awesome styled-components resources 💅 styled-components 3330
187 critical-path-css-tools Tools to prioritize above-the-fold (critical-path) CSS addyosmani 1151
188 bem-method BEM — a methodology how to develop web projects applicable for any technology bem-site 604
189 css 🎨 CSS: The Good Parts bevacqua 1016
190 ffmpeg-guide cyburgee 334
191 gridbugs A curated list of Grid interop issues rachelandrew 1184
192 js-dev-reads A list of books 📚and articles 📝 for the discerning web developer to read. twhite96 3976
193 awesome-personal-blogs A delightful list of personal tech blogs jkup 2989
194 flexbugs A community-curated list of flexbox issues and cross-browser workarounds for them. philipwalton 13630
195 awesome-css-learning A tiny list limited to the best CSS Learning Resources micromata 3464
196 100-days-of-code Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available) kallaway 6845
197 How-To-Secure-A-Linux-Server An evolving how-to guide for securing a Linux server. imthenachoman 17334
198 awesome-mobile-web-development All that you need to create a great mobile web experience myshov 1224
199 awesome-design-systems 💅🏻 ⚒ A collection of awesome design systems alexpate 17200
200 project-based-learning Curated list of project-based tutorials practical-tutorials 199345
201 graphql-apis 📜 A collective list of public GraphQL APIs graphql-kit 4526
202 awesome-graphql Awesome list of GraphQL chentsulin 14559
203 the-book-of-secret-knowledge A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more. trimstray 145096
204 awesome-javascript 🐢 A collection of awesome browser-side JavaScript libraries, resources and shiny things. sorrycc 33525
205 Become-A-Full-Stack-Web-Developer Free resources for learning Full Stack Web Development bmorelli25 17213
206 design-patterns-for-humans An ultra-simplified explanation to design patterns kamranahmedse 45075
207 awesome-online-ide 🌩️ A list of awesome online development environments styfle 3202
208 coding-interview-university A complete computer science study plan to become a software engineer. jwasham 305158
209 GitInPractice 📖 An opinionated intermediate/advanced Git book MikeMcQuaid 1033
210 first-contributions 🚀✨ Help beginners to contribute to open source projects firstcontributions 44802
211 es6features Overview of ECMAScript 6 features lukehoban 29204
212 awesome-aurelia A curated list of amazingly awesome Aurelia libraries. aurelia-contrib 308
213 awesome-flexbox 👓 A curated list of CSS Flexible Box Layout Module or only Flexbox. afonsopacifer 1229
214 awesome-hyper 🖥 Delightful Hyper plugins, themes, and resources bnb 10685
215 awesome-computer-history An Awesome List of computer history videos, documentaries and related folklore watson 2699
216 dadsresume My dad's resume and skills from 1980 runvnc 1738
217 awesome-ffmpeg 👻 A curated list of awesome FFmpeg resources. transitive-bullshit 983
218 apprenticeships 📖 A guide to the Sparkbox apprenticeships. sparkbox 223
219 basic-wordpress-vagrant A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms like WP Engine and Flywheel. ideasonpurpose 25
220 awesome-chrome-devtools Awesome tooling and resources in the Chrome DevTools & DevTools Protocol ecosystem ChromeDevTools 6064
221 Front-End-Performance-Checklist 🎮 The only Front-End Performance Checklist that runs faster than the others thedaviddias 16617
222 gamedev My list of game dev resources hxlnt 4
223 awesome-console-services A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols) chubin 5466
224 css-protips ⚡️ A collection of tips to help take your CSS skills pro 🦾 AllThingsSmitty 28207
225 awesome-remote-job A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python lukasz-madon 29340
226 awesome-algorithms A curated list of awesome places to learn and/or practice algorithms. tayllan 20365
227 awesome-react A collection of awesome things regarding React ecosystem enaqx 64924
228 Public-APIs 📚 A public list of APIs from round the web. n0shake 21422
229 awesome-parcel 🔗 A curated list of awesome Parcel resources, libraries, tools and boilerplates parcel-bundler 1392
230 Best-websites-a-programmer-should-visit 🔗 Some useful websites for programmers. sdmg15 61285
231 awesome-db A curated list of amazingly awesome database libraries, resources and shiny things by https://www.numetriclabz.com/ sheerun 1
232 awesome-mongodb 🍃 A curated list of awesome MongoDB resources, libraries, tools and applications ramnes 2452
233 landing-pages-resources A list of of landing pages and other marketing resources. sheerun 1
234 hackthebox-writeups Writeups for HacktheBox 'boot2root' machines Hackplayers 1883
235 vue-admin We are refactoring it, using the latest Vue and Bulma. WIP vue-bulma 9435
236 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 865
237 npm This repository is moving to: https://github.com/npm/cli npm 17532
238 awesome-flask A curated list of awesome Flask resources and plugins humiaozuzu 12176
239 the-art-of-command-line Master the command line, in one page jlevy 153104
240 free-programming-books 📚 Freely available programming books EbookFoundation 335509
241 ES6-Learning 📋 List of resources to learn ECMAScript 6! ericdouglas 4564
242 beautiful-docs Pointers to useful, well-written, and otherwise beautiful documentation. matheusfelipeog 9113
243 learn-regex Learn regex the easy way ziishaned 45564
244 awesome-sysadmin A curated list of amazingly awesome open-source sysadmin resources. awesome-foss 24760
245 javascript-style-guide Guía de Estilo para programar con JavaScript, en español. Apoyo es bienvenido :) paolocarrasco 566
246 You-Dont-Know-JS A book series on JavaScript. @YDKJS on twitter. getify 179290
247 awesome-educational-games A curated list of awesome educational games to learn editors, languages, programming, etc yrgo 867
248 awesome-toolkits A curated list of open source, high-quality, popular and well maintained "zero-configuration" (#0CJS) toolkits reyronald 537
249 sublime A collection of some of the best Sublime Text packages, themes, and goodies. JaredCubilla 1053
250 orly-full-res Full resolution images of the O RLY book covers made by The Practical Dev thepracticaldev 2694
251 modern-js-cheatsheet Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. mbeaudru 25364
252 git-flight-rules Flight rules for git k88hudson 41772
253 awesome 😎 Awesome lists about all kinds of interesting topics sindresorhus 327257
254 Front-End-Checklist 🗂 The perfect Front-End Checklist for modern websites and meticulous developers thedaviddias 68771
255 every-programmer-should-know A collection of (mostly) technical things every software developer should know about mtdvio 82910
256 awesome-nodejs-projects Curated list of awesome open-source applications made with Node.js sqreen 5425
257 awesome-nodejs ⚡ Delightful Node.js packages and resources sindresorhus 58054
258 Best-websites-a-programmer-should-visit 🔗 Some useful websites for programmers. vkandola 15
259 Awesome-Hacking-Resources A collection of hacking / penetration testing resources to make you better! vitalysim 15220
260 spellbook-of-modern-webdev A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development dexteryy 17100
261 angular-styleguide Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices. johnpapa 23874
262 HowToBeAProgrammer A guide on how to be a Programmer - originally published by Robert L Read braydie 15873

⬆ Back to Index

PHP

Name Description Author Stars
1 github-readme-streak-stats 🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README DenverCoder1 4694
2 h-m-m Hackers Mind Map nadrad 1883
3 arc90-readability A copy of the original Arc90 repo with links to many of the current ports. masukomi 214
4 yii2-app-advanced Yii 2.0 Advanced Application Template yiisoft 1661
5 yii2-app-basic Yii 2.0 Basic Application Template yiisoft 656
6 yii2-docker Official Docker images suitable for Yii 2.0 yiisoft 383
7 raspi-api REST API for Raspberry PI ClemRz 1
8 flashchord Flash Chord - Practice chords, scales, or arpeggios with an endless stream of randomized chords! KCarlile 13
9 quiz Refactor the code to make it look more object-oriented and maintainable yegor256 113
10 looking-glass Easy to deploy Looking Glass gmazoyer 444
11 xvwa XVWA is a badly coded web application written in PHP/MySQL that helps security enthusiasts to learn application security. s4n7h0 1694

⬆ Back to Index

PLpgSQL

Name Description Author Stars
1 node-sqlite3 SQLite3 bindings for Node.js TryGhost 6201

⬆ Back to Index

Pascal

Name Description Author Stars
1 fortaleza Fortaleza RPG from the nineties, Cuba merchise 16

⬆ Back to Index

Perl

Name Description Author Stars
1 diff-so-fancy Good-lookin' diffs. Actually… nah… The best-lookin' diffs. 🎉 so-fancy 17314
2 cloc cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. AlDanial 19399

⬆ Back to Index

PostScript

Name Description Author Stars
1 LDP The main LDP repository, waiting for your Pull Requests tLDP 447

⬆ Back to Index

PowerShell

Name Description Author Stars
1 blazor Blazor moved to https://github.com/dotnet/aspnetcore dotnet 9336

⬆ Back to Index

Pug

Name Description Author Stars
1 thebestmotherfuckingwebsite The title says it all. denysvitali 496

⬆ Back to Index

PureScript

Name Description Author Stars
1 cube-composer A puzzle game inspired by functional programming sharkdp 2002

⬆ Back to Index

Python

Name Description Author Stars
1 weight-loss Machine Learning meets ketosis: how to effectively lose weight arielf 3322
2 cli 🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. httpie 33557
3 python Official Python client library for kubernetes kubernetes-client 6730
4 uvicorn An ASGI web server, for Python. 🦄 encode 8422
5 daphne Django Channels HTTP/WebSocket server django 2370
6 extrakto extrakto for tmux - quickly select, copy/insert/complete text without a mouse laktak 868
7 django-types 🍩 Type stubs for Django sbdchd 192
8 ruff-lsp A Language Server Protocol implementation for Ruff. astral-sh 1272
9 debugpy An implementation of the Debug Adapter Protocol for Python microsoft 1822
10 wat Deep inspection of Python objects igrek51 1538
11 beets music library manager and MusicBrainz tagger beetbox 12804
12 cookiecutter A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. cookiecutter 22398
13 cookiecutter-django Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. cookiecutter 12025
14 djangorestframework-stubs PEP-484 stubs for django-rest-framework typeddjango 439
15 django-stubs PEP-484 stubs for Django typeddjango 1575
16 jedi Awesome autocompletion, static analysis and refactoring library for python davidhalter 5778
17 python-lsp-server Fork of the python-language-server project, maintained by the Spyder IDE team and the community python-lsp 1906
18 dingus A record-then-assert test double library. garybernhardt 98
19 pipenv Python Development Workflow for Humans. pypa 24835
20 pytest-testmon Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch. tarpas 823
21 pytest-watcher Automatically rerun your tests on file modifications olzhasar 163
22 python_koans Python Koans - Learn Python through TDD gregmalcolm 4945
23 learn-more-python-the-hard-way-solutions zedshaw 551
24 bbot A recursive internet scanner for hackers. blacklanternsecurity 4588
25 ostep-homework remzi-arpacidusseau 2012
26 OpenCore-Legacy-Patcher Experience macOS just like before dortania 12578
27 MessiScriptInterpreter Intérprete de MessiScript, un lenguaje de programación esotérico en el que cada código es una jugada de Messi. Erawaa 182
28 northwind-SQLite3 SQLite3 version of Microsoft's Northwind Database jpwhite3 454
29 Vesuvius-First-Letters younader 131
30 scroll-first-letters lukeboi 288
31 gpt-pilot The first real AI developer Pythagora-io 30604
32 pytest The pytest framework makes it easy to write small tests, yet scales to support complex functional testing pytest-dev 11943
33 eyeD3 eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4). nicfit 540
34 frogmouth A Markdown browser for your terminal Textualize 2491
35 ferris A low profile split keyboard designed to satisfy one single use case elegantly pierrechevalier83 1069
36 mypy Optional static typing for Python python 18275
37 learn-cantrill-io-labs Standard and Advanced Demos for learn.cantrill.io courses acantril 5579
38 fulgurate Simple spaced repetition flashcard software. theq629 66
39 urwid Console user interface library for Python (official repo) urwid 2803
40 python-prompt-toolkit Library for building powerful interactive command line applications in Python prompt-toolkit 9285
41 sqlglot Python SQL Parser and Transpiler tobymao 6498
42 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. HackTricks-wiki 8868
43 fail2ban Daemon to ban hosts that cause multiple authentication errors fail2ban 11890
44 hackingtool ALL IN ONE Hacking Tool For Hackers Z4nzu 50013
45 smassh Smassh your Keyboard, TUI Edition kraanzu 1349
46 pulsemixer CLI and curses mixer for PulseAudio GeorgeFilipkin 708
47 edir Program to rename, remove, and copy files and directories using your editor bulletmark 139
48 100_plus_Python_Projects_Challenge 100+ Python Projects Challenge zhiwehu 1321
49 vit VIT is a lightweight, fast, curses-based front end to Taskwarrior vit-project 489
50 python-patterns A collection of design patterns/idioms in Python faif 40281
51 suspicious Catching bugs in code with AI, fully local CLI app sturdy-dev 55
52 pylint It's not just a linter that annoys you! pylint-dev 5267
53 scapy Scapy: the Python-based interactive packet manipulation program & library. secdev 10624
54 semantic-code-search Search your codebase with natural language • CLI • No data leaves your computer sturdy-dev 303
55 ranger A VIM-inspired filemanager for the console ranger 15464
56 fastapi FastAPI framework, high performance, easy to learn, fast to code, ready for production fastapi 76244
57 speedtest-cli Command line interface for testing internet bandwidth using speedtest.net sivel 13514
58 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 66141
59 tmuxp 🖥️ Session manager for tmux, build on libtmux. tmux-python 4055
60 wttr.in ⛅ The right way to check the weather chubin 24486
61 pywal 🎨 Generate and change color-schemes on the fly. dylanaraps 8343
62 sentry Developer-first error tracking and performance monitoring getsentry 38780
63 bpytop Linux/OSX/FreeBSD resource monitor aristocratos 10117
64 diagrams 🎨 Diagram as Code for prototyping cloud system architectures mingrammer 37367
65 you-get ⏬ Dumb downloader that scrapes the web soimort 50279
66 Lurnby A tool for active reading and personal knowledge management Roznoshchik 678
67 Bluetooth_Headset_Battery_Level A python script to get battery level from Bluetooth headsets TheWeirdDev 759
68 Python All Algorithms implemented in Python TheAlgorithms 186318
69 cs22-slides-and-py-files Slides and Python files used in my CS22 videos on youtube gerryjenkinslb 32
70 sqlalchemy The Database Toolkit for Python sqlalchemy 9506
71 polybar-collection Beautiful collection of Polybar themes Murzchnvok 834
72 freemocap Free Motion Capture for Everyone 💀✨ freemocap 3338
73 public-apis A collective list of free APIs public-apis 313574
74 liga Get your favourite programming font with ligatures ✨ EzequielRamis 98
75 pydantic Data validation using Python type hints pydantic 20683
76 flask The Python micro framework for building web applications. pallets 67721
77 example-code-2e Example code for Fluent Python, 2nd edition (O'Reilly 2022) fluentpython 3210
78 black The uncompromising Python code formatter psf 38703
79 colorama Simple cross-platform colored terminal text in Python tartley 3531
80 sqlfluff A modular SQL linter and auto-formatter with support for multiple dialects and templated code. sqlfluff 7750
81 django-rest-framework Web APIs for Django. 🎸 encode 28225
82 pythonds3 Data Structures package for Problem Solving with Algorithms and Data Structures using Python psads 37
83 sqlmap Automatic SQL injection and database takeover tool sqlmapproject 32146
84 piano_fundamentals This is a Sphinx adaptation of Chaun C. Chang's book, "Fundamentals of Piano Practice." gmoe 299
85 CheatSheetSeries The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics. OWASP 27745
86 mitmproxy An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. mitmproxy 36160
87 pytodusdownload Descargar ficheros de ToDus (comunmente llamado S3) de forma sencilla cccaballero 5
88 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 2113
89 webpy web.py is a web framework for python that is as simple as it is powerful. webpy 5885
90 andoma ♟️ A chess engine with alpha-beta pruning, piece-square tables, move ordering, and command-line UI. healeycodes 149
91 system-design-primer Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. donnemartin 271440
92 interactive-coding-challenges 120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. donnemartin 29391
93 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 6119
94 khan-dl Download courses from khanacademy.org rand-net 834
95 grc generic colouriser garabik 1883
96 autojump A cd command that learns - easily navigate directories from the command line wting 16201
97 manim Animation engine for explanatory math videos 3b1b 62948
98 projectile.nvim 🚀 dunstontc 34
99 denite.nvim 🐉 Dark powered asynchronous unite all interfaces for Neovim/Vim8 Shougo 2060
100 ultimate-python Ultimate Python study guide 🐍 🐍 🐍 huangsam 5062
101 localstack 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline localstack 55715
102 thefuck Magnificent app which corrects your previous console command. nvbn 84930
103 qutebrowser A keyboard-driven, vim-like browser based on Python and Qt. qutebrowser 9640
104 wtfpython What the f*ck Python? 😱 satwikkansal 35695
105 pgcli Postgres CLI with autocompletion and syntax highlighting dbcli 12043
106 c64ref Ultimate Commodore 64 Reference: ROM Disassembly, Memory Map, ... mist64 476
107 SReC PyTorch Implementation of "Lossless Image Compression through Super-Resolution" caoscott 1041
108 synapse Synapse: Matrix homeserver written in Python/Twisted. matrix-org 11796
109 reactor Phoenix LiveView but for Django edelvalle 633
110 ultisnips UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips! SirVer 7526
111 sclack The best CLI client for Slack, because everything is terrible! haskellcamargo 2451
112 Surprise A Python scikit for building and analyzing recommender systems NicolasHug 6368
113 YouCompleteMe A code-completion engine for Vim ycm-core 25428
114 keyboardlayouteditor Keyboard Layout Editor simos 245
115 deoplete-ternjs deoplete.nvim source for javascript carlitux 277
116 pynvim Python client and plugin host for Nvim neovim 1514
117 deoplete.nvim 🌠 Dark powered asynchronous completion framework for neovim/Vim8 Shougo 5936
118 dotbot A tool that bootstraps your dotfiles ⚡️ anishathalye 7035
119 i3blocks-contrib Official repository for community contributed blocklets vivien 1296
120 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 25757
121 ffsubsync Automagically synchronize subtitles with video. smacke 6739
122 professional-programming A collection of learning resources for curious software engineers charlax 46503
123 WPForce Wordpress Attack Suite n00py 928
124 bootable-iso Bootable USB disk that lets you choose an ISO image mgedmin 16
125 LearnPythonTheHardWay Learn Python The Hard Way course exercises ubarredo 166
126 linux-kernel-module-cheat The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 24.04 host. cirosantilli 4167
127 SublimeLinter-flow SublimeLinter plugin for JavaScript static type checking, using flow. SublimeLinter 117
128 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 637
129 JavaScript-Completions JavaScript Completions for sublime text. It helps you to write your scripts more quickly with hints and completions. pichillilorenzo 357
130 ArchiveBox 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... ArchiveBox 21015
131 linux-insides A little bit about a linux kernel 0xAX 29874
132 learn-python 📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations. trekhleb 16274
133 book Crypto 101, the introductory book on cryptography. crypto101 2987
134 kitty Cross-platform, fast, feature-rich, GPU based terminal kovidgoyal 24047
135 algorithm-archive A collaborative book on algorithms algorithm-archivists 2348
136 youtube-dl Command-line program to download videos from YouTube.com and other video sites ytdl-org 131669
137 face_recognition The world's simplest facial recognition api for Python and the command line ageitgey 53030
138 sublime-autoprefixer Sublime plugin to prefix your CSS sindresorhus 666
139 yewtube yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required. mps-youtube 8085
140 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
141 cheat.sh the only cheat sheet you need chubin 38228
142 vibora Fast, asynchronous and elegant Python web framework. vibora-io 5666
143 termtosvg Record terminal sessions as SVG animations nbedos 9713
144 checkio-client CheckiO 19
145 http-stress A simple while effective Python-powered HTTP/HTTPS stress testing and load measurement tool. gretel 4
146 explainshell match command-line arguments to their help text idank 13171
147 trash-cli Command line interface to the freedesktop.org trashcan. andreafrancia 3614
148 jedi-vim Using the jedi autocompletion library for VIM. davidhalter 5279
149 you-dont-know-node You Don't Know Node.js azat-co 1534
150 LANs.py Inject code and spy on wifi users DanMcInerney 2580
151 ANGRYsearch Linux file search, instant results as you type DoTheEvo 1044

⬆ Back to Index

Roff

Name Description Author Stars
1 pyenv Simple Python version management pyenv 38862

⬆ Back to Index

Ruby

Name Description Author Stars
1 99bottles_ruby sandimetz 60
2 endoflife.date Informative site with EoL dates of everything endoflife-date 2436
3 lobsters Computing-focused community centered around link aggregation and discussion lobsters 4056
4 rack-test Rack::Test is a small, simple testing API for Rack apps. rack 922
5 rantly Ruby Imperative Random Data Generator and Quickcheck rantly-rb 277
6 book-code Code from the Book rspec-3-book 64
7 hamster Efficient, Immutable, Thread-Safe Collection classes for Ruby hamstergem 1885
8 sequel Sequel: The Database Toolkit for Ruby jeremyevans 4982
9 solargraph A Ruby language server. castwide 1893
10 rubocop-rails A RuboCop extension focused on enforcing Rails best practices and coding conventions. rubocop 805
11 thin A very fast & simple Ruby web server macournoyer 2269
12 rack A modular Ruby web server interface. rack 4894
13 sucks-rocks Does it suck? Or does it rock? garybernhardt 58
14 rspec-rails RSpec for Rails 6+ rspec 5162
15 rspec-mocks RSpec's 'test double' framework, with support for stubbing and mocking rspec 1158
16 minitest minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest 3281
17 devise Flexible authentication solution for Rails with Warden. heartcombo 23948
18 rspec-metagem RSpec meta-gem that depends on the other components rspec 2860
19 vcr Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests. vcr 5828
20 rubocop A Ruby static code analyzer and formatter, based on the community Ruby style guide. rubocop 12613
21 destroy-all-software-extras Extra material for Destroy All Software Screencasts garybernhardt 202
22 wsdirector All the world's a server, and all the men and women merely clients palkan 103
23 mastodon Your self-hosted, globally interconnected microblogging community mastodon 46878
24 discourse A platform for community discussion. Free, open, simple. discourse 41980
25 metasploit-framework Metasploit Framework rapid7 33886
26 devdocs API Documentation Browser freeCodeCamp 35087
27 homebrew-universal-ctags Homebrew Tap for Universal Ctags on OSX universal-ctags 326
28 hacktoberfest-2020 Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons. Hacktoberfest 497
29 homebrew-cask 🍻 A CLI workflow for the administration of macOS applications distributed as binaries Homebrew 20870
30 quine-relay An uroboros program with 100+ programming languages mame 13942
31 brew 🍺 The missing package manager for macOS (or Linux) Homebrew 40993
32 homebrew-core 🍻 Default formulae for the missing package manager for macOS (or Linux) Homebrew 13664
33 homebrew-zathura Homebrew formulae to build Zathura on Mac OS X zegervdv 540
34 rails Ruby on Rails rails 55784
35 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 545
36 colorls A Ruby gem that beautifies the terminal's ls command, with color and font-awesome icons. 🎉 athityakumar 4895
37 jekyll 🌐 Jekyll is a blog-aware static site generator in Ruby jekyll 49033
38 docker-espanol Un tutorial Docker en español. Basado en el libro Docker Cookbook de O'reilly brunocascio 226
39 forem For empowering community 🌱 forem 21930
40 mongrel Mongrel on git mongrel 173
41 vagrant-docker-baseimages A collection of Vagrant-friendly docker base images tknerr 55
42 awesome-awesomeness A curated list of awesome awesomeness bayandin 31708

⬆ Back to Index

Rust

Name Description Author Stars
1 git-absorb git commit --fixup, but automatic tummychow 4422
2 uv An extremely fast Python package and project manager, written in Rust. astral-sh 21897
3 gitoxide An idiomatic, lean, fast & safe pure Rust implementation of Git Byron 8857
4 bluetui 🛜 TUI for managing bluetooth on Linux. pythops 317
5 impala 🛜 TUI for managing wifi on Linux. pythops 708
6 tuigreet Graphical console greeter for greetd apognu 936
7 orogene Makes node_modules/ happen. Fast. No fuss. orogene 1439
8 rye a Hassle-Free Python Experience astral-sh 13638
9 slint Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. slint-ui 17102
10 universal-android-debloater Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device. 0x192 15362
11 leo 🦁 The Leo Programming Language. A Programming Language for Formally Verified, Zero-Knowledge Applications ProvableHQ 4786
12 high-assurance-rust A free book about developing secure and robust systems software. tnballo 1300
13 oxc ⚓ A collection of JavaScript tools written in Rust. oxc-project 11204
14 carbonyl Chromium running inside your terminal fathyb 14451
15 zoxide A smarter cd command. Supports all major shells. ajeetdsouza 22089
16 moon A build system and monorepo management tool for the web ecosystem, written in Rust. moonrepo 2855
17 coreutils Cross-platform Rust rewrite of the GNU coreutils uutils 17609
18 eza A modern alternative to ls eza-community 11490
19 bartib A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports. nikolassv 672
20 lightningcss An extremely fast CSS parser, transformer, bundler, and minifier written in Rust. parcel-bundler 6355
21 atuin ✨ Magical shell history atuinsh 20358
22 tauri Build smaller, faster, and more secure desktop and mobile applications with a web frontend. tauri-apps 82627
23 actix-web Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust. actix 21443
24 git-branchless High-velocity, monorepo-scale workflow for Git arxanas 3439
25 rustdesk An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer. rustdesk 73606
26 ktrl A Supercharged Keyboard Programming Daemon ⌨️ ItayGarin 333
27 teach-rs A modular, reusable university course for Rust trifectatechfoundation 2983
28 comprehensive-rust This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust. google 27639
29 typos Source code spell checker crate-ci 2551
30 sniffnet Comfortably monitor your Internet traffic 🕵️‍♂️ GyulyVGC 17942
31 typst A new markup-based typesetting system that is powerful and easy to learn. typst 33047
32 wezterm A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust wez 17025
33 asciinema Terminal session recorder 📹 asciinema 14007
34 skim Fuzzy Finder in rust! lotabout 5099
35 hyperfine A command-line benchmarking tool sharkdp 21702
36 mise dev tools, env vars, task runner jdx 9381
37 tree-sitter An incremental parsing system for programming tools tree-sitter 18244
38 LanguageClient-neovim Language Server Protocol (LSP) support for vim and neovim. autozimu 3549
39 swc Rust-based platform for the Web swc-project 31009
40 ruff An extremely fast Python linter and code formatter, written in Rust. astral-sh 31523
41 libreddit Private front-end for Reddit libreddit 5035
42 napkin-math Techniques and numbers for estimating system's performance from first-principles sirupsen 3639
43 xplr A hackable, minimal, fast TUI file explorer sayanarijit 4154
44 talent-plan open source training courses about distributed database and distributed systems pingcap 10111
45 meilisearch A lightning-fast search API that fits effortlessly into your apps, websites, and workflow meilisearch 46768
46 anki Anki's shared backend and web components, and the Qt frontend ankitects 18475
47 gitui Blazing 💥 fast terminal-ui for git written in rust 🦀 extrawurst 18335
48 StyLua An opinionated Lua code formatter JohnnyMorganz 1546
49 bore 🕳 bore is a simple CLI tool for making tunnels to localhost ekzhang 8521
50 explaine.rs An interactive Rust syntax playground jrvidal 144
51 lapce Lightning-fast and Powerful Code Editor written in Rust lapce 34302
52 neovide No Nonsense Neovim Client in Rust neovide 12836
53 rust-raspberrypi-OS-tutorials 📚 Learn to write an embedded OS in Rust 🦀 rust-embedded 13550
54 huber Huber 📦, Package Install Manager for GitHub repos innobead 188
55 zellij A terminal workspace with batteries included zellij-org 20970
56 stremio-core ⚛️ The Stremio Core: types, addon system, UI models, core logic Stremio 948
57 delta A syntax-highlighting pager for git, diff, grep, and blame output dandavison 22746
58 sonic 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. valeriansaliou 19844
59 kosmonaut A web browser engine for the space age 🚀 twilco 1685
60 robinson A toy web rendering engine mbrubeck 1549
61 grass A Sass compiler written purely in Rust connorskees 492
62 tinydsa software 1.0 programs jeffzh4ng 784
63 choose A human-friendly and fast alternative to cut and (sometimes) awk theryangeary 1830
64 ripgrep ripgrep recursively searches directories for a regex pattern while respecting your gitignore BurntSushi 47984
65 video-summarizer Summarizes videos into much shorter videos. Ideal for long lecture videos. SoptikHa2 116
66 rls Repository for the Rust Language Server (aka RLS) rust-lang 3513
67 iron-kaleidoscope LLVM tutorial in Rust language jauhien 1161
68 mdBook Create book from markdown files. Like Gitbook but implemented in Rust rust-lang 17878
69 rustup The Rust toolchain installer rust-lang 6126
70 alacritty A cross-platform, OpenGL terminal emulator. alacritty 55885
71 tools Unified developer tools for JavaScript, TypeScript, and the web rome 23746
72 exa A modern replacement for ‘ls’. ogham 23587
73 nestur The NES (emulator) you left outside in the rain but let dry and still kind of works spieglt 541
74 bandwhich Terminal bandwidth utilization tool imsnif 9970
75 navi An interactive cheatsheet tool for the command-line denisidoro 14921
76 tealdeer A very fast implementation of tldr in Rust. tealdeer-rs 4136
77 rust-web-framework-comparison A comparison of some web frameworks and libs written in Rust flosse 5041
78 servo Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine servo 28063
79 rustlings 🦀 Small exercises to get you used to reading and writing Rust code! rust-lang 53167
80 starship ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell! starship 44499
81 fnm 🚀 Fast and simple Node.js version manager, built in Rust Schniz 17732
82 pastel A command-line tool to generate, analyze, convert and manipulate colors sharkdp 5077
83 taizen curses based mediawiki browser oppiliappan 289
84 ffsend 📬 Easily and securely share files from the command line. A fully featured Firefox Send client. timvisee 6916
85 broot A new way to see and navigate directory trees : https://dystroy.org/broot Canop 10623
86 hello_rocket fChristenson 2
87 wasm-pack 📦✨ your favorite rust -> wasm workflow tool! rustwasm 6234
88 fish-shell The user-friendly command line shell. fish-shell 25853
89 rust Empowering everyone to build reliable and efficient software. rust-lang 97336
90 deno A modern runtime for JavaScript and TypeScript. denoland 94607
91 bat A cat(1) clone with wings. sharkdp 49042
92 fd A simple, fast and user-friendly alternative to 'find' sharkdp 33613

⬆ Back to Index

SCSS

Name Description Author Stars
1 halt-and-catch-fire-syllabus ablwr 91
2 tacit CSS framework for dummies, without a single CSS class: nicely renders properly formatted HTML5 pages yegor256 1702
3 fast-sass-loader High performance sass loader for webpack yibn2008 250
4 vimways.org vimways.org vim-advent-calendar 220
5 card 💳 make your credit card form better in one line of code jessepollak 11653
6 react-credit-cards Beautiful credit cards for your payment forms amaroteam 2580
7 TypeScript-Node-Starter A reference example for TypeScript and Node with a detailed README describing how to use the two together. microsoft 11313
8 inuitcss Extensible, scalable, Sass-based, OOCSS framework for large and long-lasting UI projects. inuitcss 1851
9 Morpherings CSS Animations that make buttons morph into forms PaddiM8 121
10 vue-enterprise-boilerplate An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI. bencodezen 7783
11 NES.css NES-style CSS Framework | ファミコン風CSSフレームワーク nostalgic-css 20639

⬆ Back to Index

Scala

Name Description Author Stars
1 lambdaconf-2014-introgame Online material for the Introduction to Functional Game Programming with Scala workshop. jdegoes 163
2 scala-scraper A Scala library for scraping content from HTML pages ruippeixotog 717
3 tooling-talks A monthly series of talks about tooling. ckipp01 45
4 metals Scala language server with rich IDE features 🚀 scalameta 2081
5 ArnoldC Arnold Schwarzenegger based programming language lhartikk 6719
6 lila ♞ lichess.org: the forever free, adless and open source chess server ♞ lichess-org 15287

⬆ Back to Index

Scheme

Name Description Author Stars
1 nvim-treesitter-textobjects nvim-treesitter 2138
2 nvim-treesitter Nvim Treesitter configurations and abstraction layer nvim-treesitter 10590
3 .dotfiles 🎆 Arch Linux with i3 / nvim / tmux / urxvt / zsh / ... Phantas0s 641
4 i3-starterpack A simple guide (and example of configuration) about how to install i3 & its and essentials packages, then make them look eye candy, also contains my dotfiles of Debian 12 (Bookworm) setup addy-dclxvi 1493

⬆ Back to Index

Shell

Name Description Author Stars
1 zsh-bd Jump back to a specific directory, without doing cd ../../.. Tarrasch 418
2 dotfiles G-Rath 2
3 vimtutor-sequel Vimtutor Sequel - Advanced Vim Tutor Lessons micahkepe 475
4 git-gloss ✨Makes your git logs show GitHub PR/issue/reviewer/author links sideshowbarker 19
5 dotfiles ~/.config setup shortcuts 12
6 sedtris Tetris in sed uuner 532
7 dotfiles chezmoi dotfiles template repository. chezmoi 28
8 zsh_unplugged 🤔 perhaps you don't need a Zsh plugin manager after all... mattmc3 372
9 zsh-bench Benchmark for interactive Zsh romkatv 603
10 antidote https://getantidote.github.io - the cure to slow zsh plugin management mattmc3 872
11 PipeWire-Guide PipeWire Guide. Learn about how PipeWire gives your Linux system a Professional Audio/Video Processing workflow. mikeroyal 1015
12 alacritty-theme Collection of Alacritty color schemes alacritty 1671
13 fzf.fish 🔍🐟 Fzf plugin for Fish PatrickF1 1979
14 fisher A plugin manager for Fish jorgebucaran 7701
15 hydro Ultra-pure, lag-free prompt with async Git status—just for Fish jorgebucaran 677
16 dotfiles Files important enough for version control MariaSolOs 152
17 factorial-dotfiles Generic dotfiles for gitpod at Factorial factorialco 2
18 fzf-live-repl Turn your fzf into a live REPL pawelduda 254
19 git-wizard instant git magic and tricks makelinux 44
20 rofi-expressvpn Control ExpressVPN from Rofi sigfriedCub1990 3
21 try Inspect a command's effects before modifying your live system binpash 5180
22 zsh-autocomplete 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. marlonrichert 5273
23 install 📥 Homebrew (un)installer Homebrew 2170
24 rbenv Manage your app's Ruby environment rbenv 16060
25 asdf-ghcup An asdf plugin wrapping GHCup. sestrella 15
26 vim-university A curriculum for leveling up your Vim wincent 260
27 learnvimscriptthehardway sjl 1335
28 asdf-rebar Rebar3/Rebar version management plugin for asdf Stratus3D 36
29 tmux 💽 Soothing pastel theme for Tmux! catppuccin 1817
30 DoomLinux A bash script to build a minimal linux operating system just to play Doom. shadlyd15 399
31 make-your-own-tea A step-by-step guide to making your own Elm architecture in TypeScript eeue56 19
32 tmux-navigate 🥂 Seamless tmux/vim navigation (over SSH too!) sunaku 57
33 tmux-tilish Plugin which makes tmux work and feel like i3wm jabirali 413
34 NodeOS Lightweight operating system using Node.js as userspace NodeOS 6938
35 rofi-bluetooth 🔷 A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info. nickclyde 464
36 cli-computing 🐧 Linux command line and Scripting guide for beginner to intermediate users learnbyexample 533
37 wireguard-rofi-waybar Plugin for Waybar and rofi to use NetworkManager's WireGuard capabilities HarHarLinks 28
38 bitwarden-rofi Wrapper for Bitwarden https://github.com/bitwarden/cli and Rofi mattydebie 349
39 emailwiz Script that installs/configures a Dovecot, Postfix, Spam Assassin, OpenDKIM Debian web server LukeSmithxyz 1747
40 LARBS Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution LukeSmithxyz 2051
41 fast-syntax-highlighting Feature-rich syntax highlighting for ZSH zdharma-continuum 1151
42 theme.sh A script which lets you set your $terminal theme. lemnos 908
43 tracker-add Fully automated script for adding more trackers to Transmission. AndrewMarchukov 267
44 pure-bash-bible 📖 A collection of pure bash alternatives to external processes. dylanaraps 36454
45 pure-sh-bible 📖 A collection of pure POSIX sh alternatives to external processes. dylanaraps 6466
46 diyfetch 🧰📠 The ultimate fetch tool template info-mono 222
47 zsh-extras Extra completions and functions for zsh! b0o 3
48 zsh-completions Additional completion definitions for Zsh. zsh-users 6934
49 SketchCrapp SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur. duraki 433
50 awesome-raspberry-pi 📝 A curated list of awesome Raspberry Pi tools, projects, images and resources thibmaek 13428
51 polybar-themes A huge collection of polybar themes with different styles, colors and variants. adi1090x 5701
52 d3 Bring data to life with SVG, Canvas and HTML. 📊📈🎉 d3 108543
53 dotfiles Dotfiles for macOS and Debian eduarbo 6
54 EasyEffects-Presets Collection of PulseEffects presets JackHack96 982
55 pfetch 🐧 A pretty system information tool written in POSIX sh. dylanaraps 2049
56 polybar-scripts This is a community project. We write and collect scripts for polybar! polybar 2467
57 siji An iconic bitmap font based on Stlarch with additional glyphs. stark 806
58 voidrice My dotfiles (deployed by LARBS) LukeSmithxyz 4272
59 asdf-erlang Erlang plugin for asdf version manager asdf-vm 479
60 asdf-elixir Elixir plugin for asdf version manager asdf-vm 470
61 asdf-plugins Convenience shortname repository for asdf community plugins asdf-vm 1217
62 asdf Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more asdf-vm 21760
63 asdf-python Python plugin for the asdf version manager asdf-community 662
64 ep-bash-worker easypodcasts 2
65 i3-keyboard-layout Change keyboard layout with a keystroke + show it in the status bar porras 95
66 quickemu Quickly create and run optimised Windows, macOS and Linux virtual machines quickemu-project 10549
67 powerlevel10k A Zsh theme romkatv 45833
68 bash-git-prompt An informative and fancy bash prompt for Git users magicmonty 6709
69 node-example-flamegraph naugtur 66
70 pyenv-installer This tool is used to install pyenv and friends. pyenv 3976
71 tmux 🧛🏻‍♂️ Dark theme for tmux dracula 646
72 dotfiles 💻dotfiles for: tmux, neovim, git, zsh, osx dbalatero 60
73 zsh-vi-mode 💻 A better and friendly vi(vim) mode plugin for ZSH. jeffreytse 3125
74 dotfiles.zsh Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more. caarlos0 706
75 z z - jump around rupa 16325
76 fasd Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. clvv 5905
77 pyenv-virtualenv a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv) pyenv 6303
78 docker-zsh-completion Zsh completion for docker and docker-compose. greymd 65
79 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 9080
80 gradle-completion Gradle tab completion for bash and zsh gradle 1025
81 maza-ad-blocking Simple, native and efficient local ad blocker. Only Bash. tanrax 1784
82 hook-flow A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf donavon 2150
83 dotfiles Ensuring that Bash uses vi mode wherever I go. noperator 15
84 tmux-yank Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin. tmux-plugins 2675
85 tpm Tmux Plugin Manager tmux-plugins 12060
86 tmux-resurrect Persists tmux environment across system restarts. tmux-plugins 11231
87 dotfiles  My dotfiles alebelcor 3
88 mons POSIX Shell script to quickly manage monitors on X Ventto 632
89 wd 🚀 Jump to custom directories in zsh mfaerevaag 689
90 config Apps/CLIs/configs I use on macOS/iOS. Fish, Karabiner, Cursor.. nikitavoloboev 20530
91 zsh-better-npm-completion Better completion for npm lukechilds 465
92 awesome-cli-apps 🖥 📊 🕹 🛠 A curated list of command line apps agarrharr 15069
93 git-ignore Generate .gitignore files with templates from gitignore.io offline laggardkernel 27
94 listbox 💬 listbox element for bash gko 46
95 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 19
96 pacapt An ArchLinux's pacman-like shell wrapper for many package managers. 56KB and run anywhere. icy 955
97 fonts Patched fonts for Powerline users. powerline 25673
98 gitflow-avh AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model petervanderdoes 5424
99 pure Pretty, minimal and fast ZSH prompt sindresorhus 13117
100 pi-hole A black hole for Internet advertisements pi-hole 48695
101 spaceship-prompt 🚀⭐ Minimalistic, powerful and extremely customizable Zsh prompt spaceship-prompt 19450
102 hacker-laws 💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws dwmkerr 25756
103 n Node version management tj 18800
104 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 7602
105 nvm Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions nvm-sh 79309
106 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 13463
107 icons-in-terminal Use any fonts in the terminal without replacing or patching sebastiencs 1003
108 papers-we-love Papers from the computer science community to read and discuss. papers-we-love 87258
109 standard How we work and best practices sparkbox 292
110 dotfiles My Ubuntu / OS X dotfiles. cowboy 1567
111 movies-for-hackers 🎬 A curated list of movies every hacker & cyberpunk must watch. k4m4 10551
112 antigen The plugin manager for zsh. zsh-users 8010
113 ohmyzsh 🙃 A delightful community-driven (with 2,400+ 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 that makes it easy to keep up with the latest updates from the community. ohmyzsh 172919
114 zsh-autosuggestions Fish-like autosuggestions for zsh zsh-users 31108
115 zsh-syntax-highlighting Fish shell like syntax highlighting for Zsh. zsh-users 20000
116 awesome-zsh-plugins A collection of ZSH frameworks, plugins, themes and tutorials. unixorn 15259
117 dotfiles Trying to organize my configurations across my different environments sigfriedCub1990 6
118 bash_prompt Contains Paul Weaver's personal bash prompt configuration, which a few people were interested in sharing. ch3pjw 8

⬆ Back to Index

Smalltalk

Name Description Author Stars
1 gtoolkit Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem. feenkcom 1101

⬆ Back to Index

Svelte

Name Description Author Stars
1 figma-linux Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join us in https://t.me/figma_linux Figma-Linux 2657

⬆ Back to Index

Swift

Name Description Author Stars
1 flowcus.bar Maximize productivity and manage time effectively with flowcus macOS app featuring a customizable progress bar, screen video capture, and personalized alert sounds for focused and efficient work sessions alfonsodev 35
2 Loop Window management made elegant. MrKai77 6739
3 linearmouse The mouse and trackpad utility for Mac. linearmouse 3787
4 AeroSpace AeroSpace is an i3-like tiling window manager for macOS nikitabobko 6242
5 Amethyst Automatic tiling window manager for macOS à la xmonad. ianyh 14683
6 Gifski 🌈 Convert videos to high-quality GIFs on your Mac sindresorhus 7748
7 lifesaver Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit amiantos 210
8 OpenEmu 🕹 Retro video game emulation for macOS OpenEmu 16117

⬆ Back to Index

Tcl

Name Description Author Stars
1 gorilla Password Gorilla manages passwords zdia 421

⬆ Back to Index

TeX

Name Description Author Stars
1 milewski-ctfp-pdf Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source hmemcpy 10933
2 vimtex VimTeX: A modern Vim and neovim filetype plugin for LaTeX files. lervag 5454
3 AlgoXY Book of Elementary Functional Algorithms and Data structures liuxinyu95 6063
4 LearningOOPWithPharo Learning Object-Oriented Programming with Pharo SquareBracketAssociates 65
5 ods Mission: To provide a high-quality open content data structures textbook that is both mathematically rigorous and provides complete implementations. patmorin 1204
6 resumake.io 📝 A website for automatically generating elegant LaTeX resumes. saadq 3273
7 docs This is a repo of the RetroArch official document page. libretro 256
8 os01 Bootstrap yourself to write an OS from scratch. A book for self-learner. tuhdo 11901
9 rh Riemann Hypothesis book williamstein 74
10 ThinkPython2 LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey. AllenDowney 2492
11 Awesome-CV 📄 Awesome CV is LaTeX template for your outstanding job application posquit0 22932

⬆ Back to Index

TypeScript

Name Description Author Stars
1 wrapito-vitest Wrapito integration with Vitest mercadona 1
2 eslint-plugin-depend An ESLint plugin for suggesting optimisations in choice of dependency, native equivalents, etc. es-tooling 337
3 firenvim Embed Neovim in Chrome, Firefox & others. glacambre 4708
4 notistack Highly customizable notification snackbars (toasts) that can be stacked on top of each other iamhosseindhv 3901
5 bulletproof-react 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications. alan2207 27845
6 ni 💡 Use the right package manager antfu-collective 6325
7 nanospy Spy and mock methods in tests with great TypeScript support ai 138
8 total-typescript-book The companion repo for the upcoming Total TypeScript book total-typescript 1667
9 nikiv.dev Personal website nikitavoloboev 1440
10 transform A polyglot web converter. ritz078 7947
11 fern Input OpenAPI. Output SDKs and Docs. fern-api 2602
12 esbuild-jest A Jest transformer using esbuild aelbore 519
13 typescript-eslint ✨ Monorepo for all the tooling which enables ESLint to support TypeScript typescript-eslint 15182
14 upsy Your new mate on Discord and Slack. Powered by AI. upstash 194
15 mantine A fully featured React components library mantinedev 26345
16 conventional-changelog Generate changelogs and release notes from a project's commit messages and metadata. conventional-changelog 7792
17 unplugin-auto-import Auto import APIs on-demand for Vite, Webpack and Rollup unplugin 3217
18 bloom-filters JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash Callidon 366
19 ts-belt 🔧 Fast, modern, and practical utility library for FP in TypeScript. mobily 1106
20 superjson Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more. flightcontrolhq 4056
21 template A super-simple way to create new projects based on templates. fabiospampinato 150
22 react-resizable-panels bvaughn 3864
23 secco Local package testing made easy LekoArts 19
24 node-sqlite SQLite client wrapper around sqlite3 for Node.js applications with SQL-based migrations API written in Typescript kriasoft 901
25 vite-plugin-react-swc Speed up your Vite dev server with SWC vitejs 832
26 type-plus Additional types and types adjusted utilities for TypeScript unional 376
27 purify Functional programming library for TypeScript - https://gigobyte.github.io/purify/ gigobyte 1524
28 typescript-runtime-type-benchmarks 📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support moltar 637
29 partytown Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉 BuilderIO 13012
30 rxjs-insights See through the observables. ksz-ksz 359
31 aicommits A CLI that writes your git commit messages for you with AI Nutlope 7778
32 inshellisense IDE style command line auto complete microsoft 8385
33 react-rx React + RxJS = <3 sanity-io 42
34 driver.js A light-weight, no-dependency, vanilla JavaScript engine to drive user's focus across the page kamranahmedse 22643
35 compiler-explorer Run compilers interactively from your web browser and interact with the assembly compiler-explorer 16172
36 knip ✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it! webpro-nl 6668
37 unocss The instant on-demand atomic CSS engine. unocss 16393
38 tsx ⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js privatenumber 9447
39 vite-plugin-react The all-in-one Vite plugin for React projects. vitejs 586
40 vite-tsconfig-paths Support for TypeScript's path mapping in Vite aleclarson 1303
41 vite-react-ts Vite React-Typescript CRA Replacement Starter Template uchihamalolan 129
42 programming-with-types Programming with Types code samples vladris 80
43 monads Option, Result, and Either types for TypeScript - Inspired by Rust 🦀 thames-technology 839
44 eslint-plugin-vitest-globals A extends of vitest globals for eslint saqqdy 13
45 eslint-plugin-vitest eslint plugin for vitest vitest-dev 313
46 monkeytype The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed. monkeytypegame 15358
47 tsup The simplest and fastest way to bundle your TypeScript libraries. egoist 9014
48 tinypool 🧵 A minimal and tiny Node.js Worker Thread Pool implementation (38KB) tinylibs 1281
49 static-path garybernhardt 207
50 setup-node Set up your GitHub Actions workflow with a specific version of node.js actions 3869
51 jest-watch-typeahead Jest watch plugin for filtering test by file name or test name jest-community 408
52 superstruct A simple and composable way to validate data in JavaScript (and TypeScript). ianstormtaylor 6983
53 ts-to-zod Generate zod schemas from typescript types/interfaces fabien0102 1187
54 zod-tutorial A crash course on Zod - a schema validation library for TypeScript total-typescript 576
55 react-ts-form iway1 2014
56 projects Hands-on real world projects that will help you exercise your knowledge of TypeScript. LearningTypeScript 240
57 sidebery Firefox extension for managing tabs and bookmarks in sidebar. mbnuqw 3365
58 interceptors Low-level network interception library. mswjs 539
59 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 34072
60 tinyspy 🕵🏻‍♂️ minimal fork of nanospy, with more features tinylibs 566
61 happy-dom A JavaScript implementation of a web browser without its graphical user interface capricorn86 3280
62 react-components 🌱 garden React components zendeskgarden 1095
63 bases Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment tsconfig 6251
64 tailwind-merge Merge Tailwind CSS classes without style conflicts dcastil 4519
65 vitest Next generation testing framework powered by Vite. vitest-dev 12785
66 TypeScript-Website The Website and web infrastructure for learning TypeScript microsoft 2219
67 ts-toolbelt 👷 TypeScript's largest type utility library millsp 6709
68 rides A full-stack simulation of a ridesharing app jurajmajerik 408
69 redoc 📘 OpenAPI/Swagger-generated API Reference Documentation Redocly 23385
70 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 388
71 tiny-invariant A tiny invariant function alexreardon 1685
72 pg-mem An in memory postgres DB instance for your unit tests oguimbal 1978
73 eslint-plugin-jest-extended Eslint plugin for https://github.com/jest-community/jest-extended jest-community 22
74 jest-mock-extended Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended marchaos 839
75 cucumber-js Cucumber for JavaScript cucumber 5039
76 talkback A simple HTTP proxy that records and playbacks requests ijpiantanida 286
77 tridactyl A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl. tridactyl 5200
78 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 30590
79 functional-programming Introduction to Functional Programming using TypeScript and fp-ts. enricopolanski 1226
80 domain-driven-hexagon Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included Sairyss 12064
81 io-ts Runtime type system for IO decoding/encoding gcanti 6691
82 runtypes Runtime validation for static types runtypes 2592
83 zod TypeScript-first schema validation with static type inference colinhacks 33314
84 prisma Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB prisma 39143
85 slug 🌱 An open-source URL shortener built with T3 Stack. pheralb 591
86 superkey 🔭 A beautifully command menu for React. Built with headlessUI. pheralb 131
87 sanity Sanity Studio – Rapidly configure content workspaces powered by structured content sanity-io 5201
88 mutative Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer. unadlib 1576
89 redux-toolkit The official, opinionated, batteries-included toolset for efficient Redux development reduxjs 10685
90 sqrl A safe, stateful rules language for event streams sqrl-lang 113
91 monocle-ts Functional optics: a (partial) porting of Scala monocle gcanti 1041
92 core Framework agnostic hook form core lib react-hook-form 124
93 big-sir bautistaaa 205
94 trpc 🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. trpc 34580
95 astro The web framework for content-driven websites. ⭐️ Star to support our work! withastro 45932
96 chakra-ui ⚡️ Simple, Modular & Accessible UI Components for your React Applications chakra-ui 37579
97 connect-mongo MongoDB session store for Express jdesboeufs 1959
98 sqs-producer Simple scaffolding for applications that produce SQS messages bbc 204
99 sqs-consumer Build Amazon Simple Queue Service (SQS) based applications without the boilerplate bbc 1739
100 wav-to-morse-web WAV to Morse code web solution anttiz 1
101 aws-sdk-js-v3 Modularized AWS SDK for JavaScript. aws 3062
102 bull-repl Bull / BullMQ queue command line REPL darky 226
103 ts-jest A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript. kulshekhar 6939
104 react-image-crop A responsive image cropping tool for React sekoyo 3854
105 mongodb-memory-server Manage & spin up mongodb server binaries with zero(or slight) configuration for tests. typegoose 2568
106 react-suspense React Suspense workshop epicweb-dev 813
107 trendy.dev Open-source GitHub Trending Page 🥇🥈🥉 sturdy-dev 14
108 vim-workshop stevenocchipinti 4
109 refine A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility. refinedev 27786
110 focalboard Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. mattermost-community 21531
111 mobx Simple, scalable state management. mobxjs 27487
112 beginners-typescript-tutorial An interactive TypeScript tutorial for beginners total-typescript 7783
113 ag-grid The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. ag-grid 12614
114 tremor React components to build charts and dashboards tremorlabs 16132
115 typescript-generics-workshop Interactive tutorial on using generics in TypeScript total-typescript 1455
116 mockttp Powerful friendly HTTP mock server & proxy library httptoolkit 776
117 eslint-plugin-jest ESLint plugin for Jest jest-community 1125
118 hyper-fetch ⚡ Fetching and realtime data exchange framework. BetterTyped 1024
119 mitt 🥊 Tiny 200 byte functional event emitter / pubsub. developit 10741
120 spacedrive Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. spacedriveapp 31599
121 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 9420
122 colord 👑 A tiny yet powerful tool for high-performance color manipulations and conversions omgovich 1673
123 leva 🌋 React-first components GUI pmndrs 4929
124 fishery A library for setting up JavaScript objects as test data thoughtbot 872
125 inquirer-search-list Inquirer.js Prompt to Fuzzy-Search a list of selectables 🔍 robin-rpr 30
126 linear Tools, SDK's and plugins for Linear linear 777
127 novu Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations. novuhq 34633
128 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 7911
129 excalidraw Virtual whiteboard for sketching hand-drawn like diagrams excalidraw 82220
130 dirty-swan Feather’s design system getPopsure 10
131 linear-cli A CLI for interacting with the Linear API. evangodon 58
132 fp-ts Functional programming in TypeScript gcanti 10783
133 tsd Check TypeScript type definitions tsdjs 2393
134 rhea-promise A promisified layer over rhea AMQP client amqp 30
135 node-client Nvim Node.js client and plugin host neovim 483
136 docusaurus Easy to maintain open source documentation websites. facebook 55946
137 jakearchibald.com jakearchibald 240
138 comlink Comlink makes WebWorkers enjoyable. GoogleChromeLabs 11307
139 github-profile-trophy 🏆 Add dynamically generated GitHub Stat Trophies on your readme ryo-ma 5184
140 headlessui Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. tailwindlabs 25827
141 use-location-state store and retrieve state from the browsers history using modern hooks 🎣 xiel 105
142 7guis-React-TypeScript-MobX Implementation of 7GUIs with React, TypeScript and MobX eugenkiss 66
143 LYTS Layout primitives for React christiankaindl 163
144 tilg A magical React Hook that helps you debug components. shuding 2131
145 howtoprofessionallysay 📖 A guide for your daily "professional" interactions AkashRajpurohit 1053
146 projen Rapidly build modern applications with advanced configuration management projen 2646
147 esbuild-loader 💠 Speed up your Webpack with esbuild ⚡️ privatenumber 3565
148 wireit Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient. google 5413
149 theatre Motion design editor for the web theatre-js 11281
150 react-arborist The complete tree view component for React brimdata 3003
151 react-select-event 🦗 Simulate react-select events for react-testing-library romgain 210
152 eslint-plugin-testing-library ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library testing-library 982
153 elm-language-server Language server implementation for Elm elm-tooling 420
154 redwood The App Framework for Startups redwoodjs 17185
155 faker Generate massive amounts of fake data in the browser and node.js faker-js 12553
156 react-hot-toast Smoking Hot React Notifications 🔥 timolins 9727
157 supabase The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. supabase 72282
158 zustand 🐻 Bear necessities for state management in React pmndrs 46905
159 remix Build Better Websites. Create modern, resilient user experiences with web fundamentals. remix-run 29537
160 typescript-language-server TypeScript & JavaScript Language Server typescript-language-server 1882
161 unit Next Generation Visual Programming System samuelmtimbo 3061
162 async-sema Semaphore using async and await vercel 630
163 solid A declarative, efficient, and flexible JavaScript library for building user interfaces. solidjs 32196
164 react-guitar A beautiful and accessible guitar component for React. ⚛️ 🎸 4lejandrito 626
165 echarts-for-react ⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。 hustcc 4524
166 majestic ⚡ Zero config GUI for Jest Raathigesh 7496
167 pixijs The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer. pixijs 43693
168 rxjs A reactive programming library for JavaScript ReactiveX 30675
169 learn-rxjs Clear examples, explanations, and resources for RxJS btroncone 3659
170 documentation 📋 Official documentation react-hook-form 723
171 react-toastify React notification made easy 🚀 ! fkhadra 12591
172 namor.js A subdomain-safe name generator jsonmaur 257
173 react-md-editor A simple markdown editor with preview, implemented with React.js and TypeScript. uiwjs 2146
174 serve Static file serving and directory listing vercel 9355
175 helmet Help secure Express apps with various HTTP headers helmetjs 10200
176 match-sorter Simple, expected, and deterministic best-match sorting of an array in JavaScript kentcdodds 3719
177 umbrella ⛱ Broadly scoped ecosystem & mono-repository of 199 TypeScript projects (and ~180 examples) for general purpose, functional, data driven development thi-ng 3374
178 objection-paginator Paginated queries for Objection.js Batterii 9
179 directus The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more. directus 27365
180 node-glob glob functionality for node.js isaacs 8483
181 msw Seamless REST/GraphQL API mocking library for browser and Node.js. mswjs 15745
182 Inquirer.js A collection of common interactive command line user interfaces. SBoudrias 20091
183 is Type check values sindresorhus 1673
184 uuid Generate RFC-compliant UUIDs in JavaScript uuidjs 14562
185 postcss Transforming styles with JS plugins postcss 28462
186 webpack-merge Merge designed for webpack survivejs 2678
187 hooks Async middleware for JavaScript and TypeScript feathersjs 159
188 feathers-hooks-common Useful hooks for use with FeathersJS services. feathersjs-ecosystem 193
189 neverthrow Type-Safe Errors for JS & TypeScript supermacro 3534
190 tapout A work life balance add-on k88hudson 3
191 immutable-js Immutable persistent data collections for Javascript which increase efficiency and simplicity. immutable-js 32935
192 consola 🐨 Elegant Console Logger for Node.js and Browser unjs 6016
193 echarts Apache ECharts is a powerful, interactive charting and data visualization library for browser apache 60293
194 motion Open source, production-ready animation and gesture library for React framer 23561
195 flipping Flipping awesome animations. davidkpiano 1402
196 unstated-next 200 bytes to never think about React state management libraries ever again jamiebuilds 4178
197 vite Next generation frontend tooling. It's fast! vitejs 67637
198 advanced-react-apis Learn Advanced React Hooks workshop epicweb-dev 2031
199 structurae Data structures for high-performance JavaScript applications. zandaqo 698
200 react-laag Hooks to build things like tooltips, dropdown menu's and popovers in React everweij 907
201 react-fundamentals Material for my React Fundamentals Workshop epicweb-dev 5281
202 feathers The API and real-time application framework feathersjs 15044
203 react-chrono 🕑 Modern Timeline Component for React prabhuignoto 3929
204 narrated-diffs Tell a story with your diffs. tbroadley 49
205 portainer Making Docker and Kubernetes management easy. portainer 30604
206 corepack Zero-runtime-dependency package acting as bridge between Node projects and their package managers nodejs 2515
207 slider React Slider react-component 3038
208 reinspect Use redux devtools to inspect useState and useReducer 🔎 troch 424
209 pico Take browser screenshots in Javascript 📸 rsify 1959
210 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 7263
211 type-challenges Collection of TypeScript type challenges with online judge type-challenges 42744
212 react-textarea-autosize <textarea /> component for React which grows with content Andarist 2218
213 graffle Simple GraphQL Client for JavaScript. Minimal. Extensible. Type Safe. Runs everywhere. jasonkuhrt 5826
214 react-use React Hooks — 👍 streamich 41676
215 wouter 🥢 A minimalist-friendly ~2.1KB routing for React and Preact molefrog 6654
216 ts-migrate A tool to help migrate JavaScript code quickly and conveniently to TypeScript airbnb 5398
217 import-sort Sort ES2015 (aka ES6) imports. Both JavaScript and TypeScript are supported. renke 466
218 etherpad-lite Etherpad: A modern really-real-time collaborative document editor. ether 16529
219 ioredis 🚀 A robust, performance-focused, and full-featured Redis client for Node.js. redis 14307
220 socket.io-redis-adapter Adapter to enable broadcasting of events to multiple separate socket.io server nodes. socketio 2738
221 socket.io Realtime application framework (Node.JS server) socketio 60994
222 bestofjs ⭐ A place to find the best components to build amazing web applications. The best of JavaScript! bestofjs 2676
223 squoosh Make images smaller using best-in-class codecs, right in the browser. GoogleChromeLabs 21822
224 frodo-url-shortener This is Frodo, the URL shortener 😊 sigfriedCub1990 5
225 fp-vs-oop fChristenson 4
226 contextism 😍 Use React Context better. Aslemammad 142
227 tinykeys A tiny (~650 B) & modern library for keybindings. jamiebuilds 3769
228 express-rate-limit Basic rate-limiting middleware for the Express web server express-rate-limit 2878
229 node-redis Redis Node.js client redis 16893
230 baseweb A React Component library implementing the Base design language uber 8712
231 react-redux Official React bindings for Redux reduxjs 23372
232 InversifyJS A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript. inversify 11202
233 svguitar Create beautiful SVG guitar chord charts omnibrain 660
234 nestjs A collection of badass modules and utilities to help you level up your NestJS applications 🚀 golevelup 2255
235 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 2897
236 class-transformer Decorator-based transformation, serialization, and deserialization between objects and classes. typestack 6814
237 mongoose Mongoose module for Nest framework (node.js) 🍸 nestjs 520
238 ngx-currency Currency mask module for Angular 📦 nbfontana 236
239 node-cron Cron for NodeJS. kelektiv 8414
240 coc-tsserver Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript neoclide 1057
241 coc.nvim Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. neoclide 24362
242 coc-angular Angular Language Service coc extension for (neo)vim iamcco 146
243 playwright Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. microsoft 66061
244 bacon.js Functional reactive programming library for TypeScript and JavaScript baconjs 6471
245 http-proxy-middleware ⚡ The one-liner node.js http-proxy middleware for connect, express, next.js and more chimurai 10719
246 binary-decision-diagram A library to create, minimize and optimize binary decision diagrams https://github.com/pubkey/binary-decision-diagram pubkey 31
247 event-reduce An algorithm to optimize database queries that run multiple times https://pubkey.github.io/event-reduce/ pubkey 718
248 molote-client daxslab 2
249 tui.editor 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. nhn 17124
250 vetur Vue tooling for VS Code. vuejs 5745
251 ky 🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API sindresorhus 13614
252 destiny Prettier for File Structures benawad 3531
253 urql The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow. urql-graphql 8627
254 algebraic-effects Manage side-effects in your javascript application cleanly with algebraic effects phenax 207
255 advanced-react-patterns This is the latest advanced react patterns workshop epicweb-dev 3408
256 refined-github :octocat: Browser extension that simplifies the GitHub interface and adds useful features refined-github 24447
257 typescript-puzzle Learn TypeScript with Type Puzzles. uhyo 94
258 framework The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia. aurelia 11757
259 lerna 🐉 Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository. lerna 35677
260 react-router Declarative routing for React remix-run 52880
261 carbon A design system built by IBM carbon-design-system 7797
262 etcher Flash OS images to SD cards & USB drives, safely and easily. balena-io 29494
263 country-state-city Basic library for Country, State and City harpreetkhalsagtbit 277
264 card-validator Validate credit cards as users type. braintree 886
265 ariakit Toolkit for building accessible web apps with React ariakit 7818
266 reselect Selector library for Redux reduxjs 19034
267 craco Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App. dilanx 7426
268 design_patterns_in_typescript 📐 Design pattern implementations in TypeScript torokmark 5195
269 TypeScript-for-Beginner-Programmers TypeScript for Beginner Programmers chibicode 550
270 DefinitelyTyped The repository for high quality TypeScript type definitions. DefinitelyTyped 48337
271 react-select The Select Component for React.js JedWatson 27564
272 devtools 📋 DevTools to help debug forms. react-hook-form 642
273 hoppscotch Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia) hoppscotch 64213
274 react-cristal Beautiful window manager for React zzarcon 30
275 react-mosaic A React tiling window manager nomcopter 4329
276 react-icons svg react icons of popular icon packs react-icons 11539
277 stimulus A modest JavaScript framework for the HTML you already have hotwired 12670
278 user-event 🐕 Simulate user events testing-library 2180
279 Autumn A macOS window manager for JavaScript hackers apandhi 339
280 table 🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table TanStack 25013
281 space-kit 👩‍🚀 Home base for Apollo's design system: https://space-kit.netlify.com apollographql 88
282 redux A JS library for predictable global state management reduxjs 60844
283 react-datepicker A simple and reusable datepicker component for React Hacker0x01 8060
284 TypeScript TypeScript is a superset of JavaScript that compiles to clean JavaScript output. microsoft 100466
285 commitlint 📓 Lint commit messages conventional-changelog 16722
286 hooks A high-quality & reliable React Hooks library. https://ahooks.pages.dev/ alibaba 13952
287 tomatoro Time management tool based on the Pomodoro Technique. tonymtz 31
288 turbolinks Turbolinks makes navigating your web application faster turbolinks 12722
289 uuidv4 uuidv4 creates v4 UUIDs. thenativeweb 186
290 orca Build modern community apps with React and Node. DimiMikadze 1218
291 material-ui Material UI: Comprehensive React component library that implements Google's Material Design. Free forever. mui 93514
292 flatpickr lightweight, powerful javascript datetimepicker with no dependencies flatpickr 16129
293 joplin Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS. laurent22 45369
294 use-count-up React/React Native component and hook to animate counting up or down to a number vydimitrov 419
295 Y-Combinator-for-Non-programmers 🍱 Y Combinator for Non-programmers: A Wild Introduction to Computer Science chibicode 160
296 redux-react-hook React Hook for accessing state and dispatch from a Redux store facebookarchive 2158
297 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 41956
298 storybook Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation storybookjs 84130
299 rough-charts 📈 A responsive, composable react charting library with a hand-drawn style. beizhedenglong 1540
300 flipper A desktop debugging platform for mobile developers. facebook 13325
301 swr React Hooks for Data Fetching vercel 30343
302 react-hook-form 📋 React Hooks for form state management and validation (Web + React Native) react-hook-form 41214
303 react-image React.js <img> tag rendering with multiple fallback & loader support mbrevda 1189
304 rxdb A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/ pubkey 21355
305 ts TS libraries and other code nikitavoloboev 820
306 streetmix Streetmix makes it easy for people to design public spaces together. streetmix 673
307 learn-anything Organize world's knowledge, explore connections and curate learning paths learn-anything 15998
308 react-rasta React Rasta is a powerful and flexible grid system for React ChilliCream 91
309 styled-reset Eric Meyer's Reset CSS for styled-components zacanger 389
310 apollo-client-devtools Apollo Client browser developer tools. apollographql 1495
311 n8n Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. n8n-io 46562
312 Vim ⭐ Vim for Visual Studio Code VSCodeVim 13827
313 redux-thunk Thunk middleware for Redux reduxjs 17765
314 react-hooks-testing-library 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. testing-library 5249
315 typescript-book 📚 The definitive guide to TypeScript and possibly the best TypeScript book 📖. Free and Open Source 🌹 basarat 20765
316 vscode-jest The optimal flow for Jest based testing in VS Code jest-community 2830
317 starter-workflows Accelerating new GitHub Actions workflows actions 9043
318 webpack-hook-plugin run any shell commands before or after webpack builds (with type definition) tienne 32
319 cosmiconfig Find and load configuration from a package.json property, rc file, TypeScript module, and more! cosmiconfig 3946
320 reworm 🍫 the simplest way to manage state pedronauck 1466
321 node-express-realworld-example-app gothinkster 3587
322 apollo-tooling ✏️ Apollo CLI for client tooling (Mostly replaced by Rover) apollographql 3041
323 Bonjourr Minimalist & lightweight startpage inspired by iOS victrme 932
324 tabliss A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. joelshepherd 2253
325 pretty-quick ⚡ Get Pretty Quick prettier 2219
326 react-hooks Learn React Hooks! 🎣 ⚛ epicweb-dev 2776
327 apollo-client 🚀  A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server. apollographql 19341
328 angular-cli CLI tool for Angular angular 26741
329 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 29476
330 xstate Actor-based state management & orchestration for complex app logic. statelyai 26977
331 react-three-fiber 🇨🇭 A React renderer for Three.js pmndrs 27256
332 react-spring ✌️ A spring physics based React animation library pmndrs 28066
333 eva-icons A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support. akveo 8608
334 haunted React's Hooks API implemented for web components 👻 matthewp 2600
335 code-settings-sync 🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴 shanalikhan 4014
336 fabulous 🎨 CSS properties sidebar for VS Code Raathigesh 1007
337 react-axe [DEPRECATED] Accessibility auditing for React.js applications dequelabs 1156
338 react-error-boundary Simple reusable React error boundary component bvaughn 6871
339 yup Dead simple Object schema validation jquense 22777
340 formik Build forms in React, without the tears 😭 jaredpalmer 33907
341 npm-check-updates Find newer versions of package dependencies than what your package.json allows raineorshine 9377
342 html2canvas Screenshots with JavaScript niklasvh 30476
343 caprine Elegant Facebook Messenger desktop app sindresorhus 7004
344 playroom Design with JSX, powered by your own component library. seek-oss 4481
345 styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅 styled-components 40420
346 freeCodeCamp freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. freeCodeCamp 403389
347 verdaccio 📦🔐 A lightweight Node.js private proxy registry verdaccio 16318
348 barba Create badass, fluid and smooth transitions between your website’s pages barbajs 11609
349 carbon-now-cli 🎨 Beautiful images of your code — from right inside your terminal. mixn 5767
350 nest A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 nestjs 67089
351 type-fest A collection of essential TypeScript types sindresorhus 14130
352 leon 🧠 Leon is your open-source personal assistant. leon-ai 15309
353 strapi 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first. strapi 63154
354 frontend-bootcamp Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux microsoft 10801
355 vee-validate ✅ Painless Vue forms logaretm 10768
356 angular-realworld-example-app Exemplary real world application built with Angular gothinkster 5228
357 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 8218
358 quill Quill is a modern WYSIWYG editor built for compatibility and extensibility slab 43365
359 es.react.dev React documentation website in Spanish / Documentación del sitio web de React en Español reactjs 282
360 pnpm Fast, disk space efficient package manager pnpm 29354
361 learnapollo 👩🏻‍🏫 Learn Apollo - A hands-on tutorial for Apollo GraphQL Client (created by Graphcool) learnapollo 5193
362 ngx-ui-loader Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+ t-ho 431
363 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 13765
364 express-graphql Create a GraphQL HTTP server with Express. graphql 6337
365 animate-css-grid Painless transitions for CSS Grid aholachek 1376
366 ngx-markdown Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more... jfcere 1057
367 upterm A terminal emulator for the 21st century. railsware 19235
368 date-fns ⏳ Modern JavaScript date utility library ⌛️ date-fns 34615
369 emma-cli 📦 Terminal assistant to find and install node packages. maticzav 1230
370 jest Delightful JavaScript Testing. jestjs 44129
371 windows95 💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows. felixrieseberg 22248
372 cli Snyk CLI scans and monitors your projects for security vulnerabilities. snyk 4910
373 threema-web The Threema Web application. threema-ch 992
374 ant-design-pro 👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro! ant-design 36397
375 git-project-manager A Git Project Manager extension for vsCode felipecaputo 96
376 developer-roadmap Interactive roadmaps, guides and other educational content to help developers grow in their careers. kamranahmedse 293605
377 nexe 🎉 create a single executable out of your node.js apps nexe 12971
378 microjob A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads. wilk 2025
379 docz ✍ It has never been so easy to document your things! doczjs 23608
380 puppeteer JavaScript API for Chrome and Firefox puppeteer 88396
381 tailwindcss A utility-first CSS framework for rapid UI development. tailwindlabs 82286
382 howtographql The Fullstack Tutorial for GraphQL howtographql 8702
383 wired-elements Collection of custom elements that appear hand drawn. Great for wireframes or a fun look. rough-stuff 10499
384 express-validator An express.js middleware for validator.js. express-validator 6129
385 concurrently Run commands concurrently. Like npm run watch-js & npm run watch-less but better. open-cli-tools 7039
386 Signal-Desktop A private messenger for Windows, macOS, and Linux. signalapp 14564
387 uppy The next open source file uploader for web browsers 🐶 transloadit 29028
388 express-recaptcha Implementation of google recaptcha v2 & V3 solutions for express.js pdupavillon 128
389 vue This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core vuejs 207743
390 realworld "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more gothinkster 80384
391 babel 🐠 Babel is a compiler for writing next generation JavaScript. babel 43191
392 hyper A terminal built on web technologies vercel 43236
393 javascript-datastructures-algorithms 📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book loiane 4619
394 tech-interview-handbook 💯 Curated coding interview preparation materials for busy software engineers yangshun 117670
395 Tone.js A Web Audio framework for making interactive music in the browser. Tonejs 13440

⬆ Back to Index

V

Name Description Author Stars
1 v Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io vlang 35714

⬆ Back to Index

VBScript

Name Description Author Stars
1 ILOVEYOU Formatted and commented source code of ILOVEYOU/Love Letter onx 242

⬆ Back to Index

Vala

Name Description Author Stars
1 peek Simple animated GIF screen recorder with an easy to use interface phw 10253

⬆ Back to Index

Vim Script

Name Description Author Stars
1 context.vim Vim plugin that shows the context of the currently visible buffer contents wellle 1270
2 nvim groig 1
3 codeium.vim Free, ultrafast Copilot alternative for Vim and Neovim Exafunction 4126
4 falcon A colour scheme for terminals, Vim and friends. fenetikm 724
5 calendar.vim A calendar application for Vim itchyny 1954
6 Apprentice A dark, low-contrast, Vim colorscheme. romainl 887
7 vim-indent-object Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc. michaeljsmith 749
8 quick-scope Lightning fast left-right movement in Vim unblevable 1420
9 vim-kitty-navigator Seamless navigation between kitty panes and vim splits knubie 351
10 vim-jack-in cider-jack-in for vim clojure-vim 56
11 vim-fireplace fireplace.vim: Clojure REPL support tpope 1746
12 vim-cool A very simple plugin that makes hlsearch more useful. romainl 525
13 wincent 💾 Dot-files wincent 1139
14 vim-exchange Easy text exchange operator for Vim tommcdo 751
15 dotfiles ~grb. Things in here are often interdependent. A lot of stuff relies on scripts in bin/. garybernhardt 1901
16 vim-qf Tame the quickfix window. romainl 624
17 vim-devdocs Look up keyword on https://devdocs.io from Vim romainl 62
18 vim.wasm Vim editor ported to WebAssembly rhysd 5506
19 csv.vim A Filetype plugin for csv files chrisbra 1274
20 vim-css-color Preview colours in source code while editing ap 1772
21 vim-abolish abolish.vim: Work with several variants of a word at once tpope 2774
22 nginx.vim Improved nginx vim plugin (incl. syntax highlighting) chr4 450
23 mouseless-book-companion Phantas0s 17
24 vim-tmux-navigator Seamless navigation between tmux panes and vim splits christoomey 5286
25 lightline.vim A light and configurable statusline/tabline plugin for Vim itchyny 6732
26 vim-obsession obsession.vim: continuously updated session files tpope 1752
27 vim-table-mode VIM Table Mode for instant table creation. dhruvasagar 2099
28 vim-gutentags A Vim plugin that manages your tag files ludovicchabant 2296
29 gruvbox Retro groove color scheme for Vim morhetz 13705
30 onedark.vim A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme. joshdick 3895
31 fzf.vim fzf ❤️ vim junegunn 9620
32 vim-enfocado How themes should be. wuelnerdotexe 356
33 vim-dadbod dadbod.vim: Modern database interface for Vim tpope 3645
34 dotfiles tpope's dotfiles. DON'T USE unless you're tpope tpope 625
35 codi.vim 📔 The interactive scratchpad for hackers. metakirby5 3023
36 vim-plug 🌺 Minimalist Vim Plugin Manager junegunn 34009
37 rust.vim Vim configuration for Rust. rust-lang 3895
38 vim-pathogen pathogen.vim: manage your runtimepath tpope 12119
39 vim-repeat repeat.vim: enable repeating supported plugin maps with "." tpope 2607
40 vim-fugitive fugitive.vim: A Git wrapper so awesome, it should be illegal tpope 19908
41 typescript-vim Typescript syntax files for Vim leafgarland 1894
42 vim-test Run your tests at the speed of thought vim-test 2981
43 ctrlp.vim Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. ctrlpvim 5570
44 vim-surround surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease tpope 13382
45 vim-sensible sensible.vim: Defaults everyone can agree on tpope 5120
46 vimspector vimspector - A multi-language debugging system for Vim puremourning 4091
47 nerdcommenter Vim plugin for intensely nerdy commenting powers preservim 4980
48 vim The official Vim repository vim 36256
49 vim-devicons Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more ryanoasis 5626
50 nerdtree A tree explorer plugin for vim. preservim 19558
51 ale Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support dense-analysis 13517
52 Vundle.vim Vundle, the plug-in manager for Vim VundleVim 23909
53 emmet-vim emmet for vim: http://emmet.io/ mattn 6419
54 til 📝 Today I Learned jbranchaud 13406
55 neovim Vim-fork focused on extensibility and usability neovim 82235
56 vim-polyglot A solid language pack for Vim. sheerun 5572

⬆ Back to Index

Vim script

Name Description Author Stars
1 vim-tmux vim plugin for tmux.conf tmux-plugins 333
2 ack.vim Vim plugin for the Perl module / CLI script 'ack' mileszs 3083
3 vim-bbye Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained. moll 654
4 vim-lucius Lucius color scheme for vim jonathanfilip 402
5 vim-easymotion Vim motions on speed! easymotion 7463
6 vim-galore 🎓 All things Vim! mhinz 16783
7 auto-pairs Vim plugin, insert or delete brackets, parens, quotes in pair jiangmiao 4100
8 vim-javascript Vastly improved Javascript indentation and syntax support in Vim. pangloss 3792
9 syntastic Syntax checking hacks for vim vim-syntastic 11305

⬆ Back to Index

VimL

Name Description Author Stars
1 ctrlp.vim Fuzzy file, buffer, mru, tag, etc finder. kien 7259

⬆ Back to Index

Vue

Name Description Author Stars
1 career-ladders A sample of career ladders I use for my organization, open sourced for anyone. sdras 801
2 tlroadmap Тимлид – это ❄️, потому что в каждой компании он уникален и неповторим. tlbootcamp 5049
3 i-hate-regex The code for iHateregex.io 😈 - The Regex Cheat Sheet geongeorge 4488
4 victor-mono A free programming font with cursive italics and ligatures. Donations welcome ❤️ rubjo 3305
5 best-resume-ever 👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. salomonelli 16313
6 cssgridgenerator 🧮 Generate basic CSS Grid code to make dynamic layouts! sdras 5026
7 mysigmail UI Email Signature Generator - Make easy to create your email signature antonreshetov 1138
8 epic-spinners Easy to use css spinners collection with Vue.js integration epicmaxco 3850
9 vue2-admin-lte 📊 adminLTE to vuejs v2.x converting project devjin0617 1069
10 iview-admin Vue 2.0 admin management system template based on iView iview 16476
11 iview A high quality UI Toolkit built on Vue.js 2.0 iview 23957
12 vuestic-admin Vuestic Admin is an open-source, ready-to-use admin template suite designed for rapid development, easy maintenance, and high accessibility. Built on Vuestic UI, Vue 3, Vite, Pinia, and Tailwind CSS. Maintained by Epicmax (@epicmaxco). epicmaxco 10502
13 vue-intro Vue.js app using Vue's CLI johnpapa 19
14 vue-paper-dashboard Creative Tim Paper Dashboard made for Vue creativetimofficial 1796
15 vue-element-admin 🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin PanJiaChen 87676
16 vue-cosmosdb Cosmos DB, Express.js, Vue, and Node.js app Azure-Samples 56
17 vue-simple-spinner A simple, flexible spinner for Vue.js dzwillia 428
18 buefy Lightweight UI components for Vue.js based on Bulma buefy 9543
19 element A Vue.js 2.0 UI Toolkit for Web ElemeFE 54106
20 vuetable-2 data table simplify! -- datatable component for Vue 2.x. See documentation at ratiw 2155
21 vue-typescript Vue.js with TypeScript (OLD - in process of updating) johnpapa 145
22 coreui-free-vue-admin-template Open source admin template based on Bootstrap 5 and Vue 3 coreui 3287

⬆ Back to Index

XSLT

Name Description Author Stars
1 bottomupcs Bottom Up Computer Science ianw 1477
2 practical-modern-javascript 🏊 Dive into ES6 and the future of JavaScript mjavascript 3086

⬆ Back to Index

Zig

Name Description Author Stars
1 zig General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. ziglang 34095
2 bun Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one oven-sh 73532

⬆ Back to Index

📝 License

To the extent possible under law, sigfriedcub1990 has waived all copyright and related or neighboring rights to this work.

About

Github ⭐ tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published