├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Rahil 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # My Awesome List 2 | Collection of awesome scripts, softwares, articles, projects, answers and many other stuff that I like and some has ease my job (probably yours too). 3 | 4 | ## Contents 5 | 6 | - [Programming Languages](#programming-languages) 7 | - [C](#c) 8 | - [C++](#c-1) 9 | - [Go](#go) 10 | - [Python](#python) 11 | - [PHP](#php) 12 | - [WordPress](#wordpress) 13 | - [JavaScript](#javascript) 14 | - [NodeJS](#nodejs) 15 | - [Shell](#shell) 16 | - [Ruby](#ruby) 17 | - [Rust](#rust) 18 | - C# 19 | - [Testing Frameworks](#testing-frameworks) 20 | - [SQL](#sql) 21 | - [Machine Learning](#machine-learning) 22 | - [Deep Learning](#deep-learning) 23 | - [Bundlers](#bundlers) 24 | - [Markup Languages](#markup-languages) 25 | - [HTML](#html) 26 | - [CSS](#css) 27 | - [Operating Systems](#operating-systems) 28 | - [Linux](#linux) 29 | - [Fedora](#fedora) 30 | - [Windows](#windows) 31 | - [PowerShell](#powershell) 32 | - [IDE](#ide) 33 | - [PHPStorm](#phpstorm) 34 | - [Text Editors](#text-editors) 35 | - [Vim](#vim) 36 | - [Sublime Text](#sublime-text) 37 | - [Themes](#themes) 38 | - [Version Control](#version-control) 39 | - [GIT](#git) 40 | - [Web Services](#web-services) 41 | - [Web Servers](#web-servers) 42 | - [Apache](#apache) 43 | - [Nginx](#nginx) 44 | - [HTTP](#http) 45 | - [Monitoring Tools](#monitoring-tools) 46 | - [Applications](#applications) 47 | - [CLI](#cli) 48 | - [Web](#web) 49 | - [Desktop](#desktop) 50 | - [Docker](#docker) 51 | - [Networking](#networking) 52 | - [Security](#security) 53 | - [Cryptocurrency](#cryptocurrency) 54 | - [Design](#design) 55 | - [UI](#ui) 56 | - [Wireframes](#wireframes) 57 | - [Photo Editors](#photo-editors) 58 | - [Inspiration](#inspiration) 59 | - [Pixel Art](#pixel-art) 60 | - [Tools](#tools) 61 | - [Design Resources](#design-resources) 62 | - [CRM](#crm) 63 | - [SEO](#seo) 64 | - [Audio/Video](#audiovideo) 65 | - [Video Conference](#video-conference) 66 | - [Chat Solution](#chat-solution) 67 | - [Email Marketing Solutions](#email-marketing-solutions) 68 | - [Business Analytics](#business-analytics) 69 | - [Curated lists](#curated-lists) 70 | - [Useful Resources](#useful-resources) 71 | - [Articles](#articles) 72 | 73 | ## Programming Languages 74 | 75 | ### C 76 | - [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/) 77 | - [Beej's Guide to C Programming](http://beej.us/guide/bgc/) 78 | - [heap_allocator](https://github.com/CCareaga/heap_allocator) - A simple heap memory allocator in ~200 lines. 79 | - [LCUI](https://github.com/lc-soft/LCUI) - A small C library for building user interfaces with C, XML and CSS. 80 | - [nuklear](https://github.com/vurtun/nuklear) - A single-header ANSI C gui library 81 | - [light](https://github.com/haikarainen/light) - GNU/Linux application to control backlights 82 | - [libvips](https://github.com/jcupitt/libvips) - A fast image processing library with low memory needs. 83 | - [libui](https://github.com/andlabs/libui) - Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports 84 | - [wrk](https://github.com/wg/wrk) - Modern HTTP benchmarking tool 85 | 86 | ### C++ 87 | - [yue](https://github.com/yue/yue) - A library for creating native cross-platform GUI apps 88 | - [opencv](https://github.com/opencv/opencv) - Open Source Computer Vision Library 89 | - [wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf) - Convert HTML to PDF using Webkit (QtWebKit) 90 | - [aria2](https://github.com/aria2/aria2) - aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line 91 | - [libfacedetection](https://github.com/ShiqiYu/libfacedetection) - An open source library for face detection in images. 92 | 93 | ### Go 94 | - [gostart](https://github.com/alco/gostart) - A getting started guide for Go newcomers 95 | - [Robotgo](https://github.com/go-vgo/robotgo) - Native cross-platform system automation 96 | - [How I Start](http://howistart.org/posts/go/1/) 97 | - [Go by Example](https://gobyexample.com/) 98 | - [PhantomJS](https://github.com/benbjohnson/phantomjs) 99 | - [revel](https://github.com/revel/revel) - A high productivity, full-stack web framework for the Go language. 100 | - [riot](https://github.com/go-ego/riot) - Go Open Source, Distributed, Simple and efficient Search Engine 101 | - [lilliput](https://github.com/discordapp/lilliput) - Resize images and animated GIFs in Go 102 | - [imageproxy](https://github.com/willnorris/imageproxy) - A caching, resizing image proxy written in Go 103 | - [picfit](https://github.com/thoas/picfit) - An image resizing server written in Go 104 | - [bleve](https://github.com/blevesearch/bleve) - A modern text indexing library for go 105 | - [cli](https://github.com/urfave/cli) - A simple, fast, and fun package for building command line apps in Go 106 | - [color](https://github.com/fatih/color) - Color package for Go (golang) 107 | - [pup](https://github.com/ericchiang/pup) - Parsing HTML at the command line 108 | - [goquery](https://github.com/PuerkitoBio/goquery) - A little like that j-thing, only in Go. 109 | - [piknik](https://github.com/jedisct1/piknik) - Copy/paste anything over the network 110 | - [pixterm](https://github.com/eliukblau/pixterm) - Draw images in your ANSI terminal with true color 111 | - [draw2d](https://github.com/llgcode/draw2d) - 2D rendering for different output (raster, pdf) 112 | - [diskv](https://github.com/peterbourgon/diskv) - A disk-backed key-value store. 113 | - [wiki](https://github.com/walle/wiki) - Command line tool to fetch summaries from MediaWiki wikis, like Wikipedia 114 | - [caire](https://github.com/esimov/caire) - Content aware image resize library 115 | - [diagram](https://github.com/esimov/diagram) - CLI app to convert ascii arts into hand drawn diagrams. 116 | - [gocui](https://github.com/jroimartin/gocui) - Minimalist Go package aimed at creating Console User Interfaces. 117 | - [gg](https://github.com/fogleman/gg) - Go Graphics - 2D rendering in Go with a simple API. 118 | - [termui](https://github.com/gizak/termui) - Golang terminal dashboard 119 | - [websocket](https://github.com/gorilla/websocket) - A WebSocket implementation for Go. 120 | - [go-cache](https://github.com/huntsman-li/go-cache) - This project encapsulates multiple db servers, redis, ledis, memcache, file, memory, nosql, postgresql 121 | - [restic](https://github.com/restic/restic) - Fast, secure, efficient backup program 122 | - [learn-go-with-tests](https://github.com/quii/learn-go-with-tests) - Learn go with tests 123 | - [qr-filetransfer](https://github.com/claudiodangelis/qr-filetransfer) - Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. 124 | - [bimg](https://github.com/h2non/bimg) - Small Go package for fast high-level image processing powered by libvips C library 125 | - [imaginary](https://github.com/h2non/imaginary) - Fast, simple, horizontally scalable HTTP microservice for high-level image processing with first-class Docker support 126 | - [tunnel-client](https://github.com/labstack/tunnel-client) - Expose local servers to the internet securely 127 | - [bed](https://github.com/itchyny/bed) - Binary editor written in Go 128 | - [usql](https://github.com/xo/usql) - universal command-line interface for SQL databases 129 | - [httpu](https://github.com/hazbo/httpu) - The terminal-first http client 130 | - [mkcert](https://github.com/FiloSottile/mkcert) - A simple zero-config tool to make locally trusted development certificates with any names you'd like 131 | - [wuzz](https://github.com/asciimoo/wuzz) - Interactive cli tool for HTTP inspection 132 | - [hugo](https://github.com/gohugoio/hugo) - The world’s fastest framework for building websites. 133 | - [gin](https://github.com/gin-gonic/gin) - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. 134 | - [fzf](https://github.com/junegunn/fzf) - :cherry_blossom: A command-line fuzzy finder 135 | - [micro](https://github.com/zyedidia/micro) - A modern and intuitive terminal-based text editor 136 | - [websocketd](https://github.com/joewalnes/websocketd) - Turn any program that uses STDIN/STDOUT into a WebSocket server 137 | - [fyne](https://github.com/fyne-io/fyne) - Cross platform GUI in Go based on Material Design 138 | - [unioffice](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office files. 139 | - [rclone](https://github.com/rclone/rclone) - "rsync for cloud storage" 140 | - [gofpdf](https://github.com/jung-kurt/gofpdf) - A PDF document generator with high level support for text, drawing and images 141 | - [croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another :crocodile: :package: 142 | - [bubbletea](https://github.com/charmbracelet/bubbletea) - A powerful little TUI framework 🏗 143 | - [filebrowser](https://github.com/filebrowser/filebrowser) - :open_file_folder: Web File Browser 144 | 145 | ### Python 146 | - [img2html](https://github.com/xlzd/img2html) - Convert image to HTML 147 | - [halo](https://github.com/ManrajGrover/halo) - Beautiful terminal spinners in Python 148 | - [doitlive](https://github.com/sloria/doitlive) - Because sometimes you need to do it live 149 | - [Pillow](https://github.com/python-pillow/Pillow) - The friendly PIL fork (Python Imaging Library) 150 | - [Face Recognition](https://github.com/ageitgey/face_recognition) - The world's simplest facial recognition api for Python and the command line 151 | - [fbs](https://github.com/mherrmann/fbs) - Create cross-platform desktop apps in minutes, not months 152 | - [15-minute-apps](https://github.com/mfitzp/15-minute-apps) - 15 minute (small) desktop apps built with PyQt 153 | - [click](https://github.com/pallets/click) - Python composable command line utility 154 | - [tf-pose-estimation](https://github.com/ildoonet/tf-pose-estimation) - Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference 155 | - [bootcamp](https://github.com/vitorfs/bootcamp) - An enterprise social network 156 | - [wtfpython](https://github.com/satwikkansal/wtfpython) - A collection of surprising Python snippets and lesser-known features 157 | - [httpstat](https://github.com/reorx/httpstat) - curl statistics made simple 158 | - [glances](https://github.com/nicolargo/glances) - Glances an Eye on your system. A top/htop alternative 159 | - [httpie](https://github.com/jakubroztocil/httpie) - As easy as httpie /aitch-tee-tee-pie/ 🥧 Modern command line HTTP client 160 | - [faceswap](https://github.com/deepfakes/faceswap) - Non official project based on original /r/Deepfakes thread. Many thanks to him! 161 | - [Automagica](https://github.com/OakwoodAI/Automagica) - 🤖 Open Source (Smart) Robotic Process Automation 162 | - [InstaPy](https://github.com/timgrossmann/InstaPy) - :camera: Instagram Bot - Tool for automated Instagram interactions 163 | - [instapy-quickstart](https://github.com/InstaPy/instapy-quickstart) - :dash: Simply get InstaPy up and running in minutes. 164 | - [ipwndfu](https://github.com/axi0mX/ipwndfu) - open-source jailbreaking tool for many iOS devices 165 | - [erpnext](https://github.com/frappe/erpnext) - Open Source ERP built for the web 166 | - [ImageAI](https://github.com/OlafenwaMoses/ImageAI) - A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities 167 | - [Ciphey](https://github.com/Ciphey/Ciphey) - Automatically decode encryptions without a key, decode encodings, and crack hashes 168 | - [prettymaps](https://github.com/marceloprates/prettymaps) - A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries 169 | - [localstack](https://github.com/localstack/localstack) - :computer: A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! 170 | 171 | ### PHP 172 | - [Memory Limit calculator for Image Resizing](http://www.dotsamazing.com/en/labs/phpmemorylimit) 173 | - [Clean Code PHP](https://github.com/jupeter/clean-code-php) - Clean Code concepts adapted for PHP 174 | - [php-malware-finder](https://github.com/nbs-system/php-malware-finder) - Detect potentially malicious PHP files 175 | - [php-vips](https://github.com/jcupitt/php-vips) - php binding for libvips 176 | - [pimcore](https://github.com/pimcore/pimcore) - The leading enterprise platform for CMS/CMF, MDM, PIM, DAM and E-Commerce 177 | - [psysh](https://github.com/bobthecow/psysh) - A REPL for PHP 178 | - [grav](https://github.com/getgrav/grav) - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS 179 | - [validation](https://github.com/rakit/validation) - PHP Standalone Validation Library 180 | - [validate](https://github.com/dsheiko/validate) - Extendable PHP validation library for testing complex types against a contract 181 | - [php-phantomjs](https://github.com/jonnnnyw/php-phantomjs) - Execute PhantomJS commands through PHP 182 | - [flarum](https://github.com/flarum/flarum) - Simple forum software for building great communities 183 | - [dompdf](https://github.com/dompdf/dompdf) - HTML to PDF converter 184 | - [Devilbox](http://devilbox.org/) - Docker LAMP development stack with valid https support 185 | - [nextcloud-server](https://github.com/nextcloud/server) - :cloud: Nextcloud server, a safe home for all your data 186 | 187 | #### WordPress 188 | - [WP-CLI](https://github.com/wp-cli/wp-cli) - Set of command-line tools for managing WordPress installations 189 | - [WP Style Guide for PHPStorm](https://gist.github.com/rahilwazir/59e72e50bea7cc213e5a2e4733535695) 190 | - [WP Super Cache: Fragment cache](https://gist.github.com/rahilwazir/a5437bf7b2a29d1616c98c823329daee) 191 | - [Debug WP Queries](http://wordpress.stackexchange.com/a/33298/36349) 192 | - [Handle file uploading](https://gist.github.com/rahilwazir/7476ae318de93128d1cf19fb49aa3006) 193 | - [WordPress Media Javascript Guide](https://github.com/ericandrewlewis/wp-media-javascript-guide) 194 | - [Preview readme.txt](https://wpreadme2markdown.snch.im) 195 | - [Internationalization: You’re probably doing it wrong](http://ottopress.com/2012/internationalization-youre-probably-doing-it-wrong/) 196 | - [restrict-content-pro](https://github.com/restrictcontentpro/restrict-content-pro) - Restrict Content Pro 197 | - [WPGlobus](https://wordpress.org/plugins/wpglobus) – Multilingual Everything! 198 | - [WP Premium Plugins](https://github.com/wp-premium) - Premium WordPress plugins and themes synchronized to GitHub. 199 | - [wp-sec](https://github.com/markri/wp-sec) - Wp-sec is an exentsion for wp-cli which checks for Wordpress CVE security issues at wpvulndb.com 200 | - [wp-vulnerability-scanner](https://github.com/10up/wp-vulnerability-scanner) - WP-CLI command for checking installed plugins and themes for vulnerabilities reported on wpvulndb.com 201 | - [wp-installer](https://github.com/mattgrshaw/wp-installer) - Simple commands for managing local WordPress sites 202 | - [db-checkpoint](https://github.com/binarygary/db-checkpoint) - Adds a new command to WP-CLI so you can treat your DB like a save point in a video game. 203 | - [checksum-command](https://github.com/wp-cli/checksum-command) - Verifies file integrity by comparing to published checksums. 204 | - [config-command](https://github.com/wp-cli/config-command) - Generates and reads the wp-config.php file. 205 | - [Faster Ajax For WordPress](https://coderwall.com/p/of7y2q/faster-ajax-for-wordpress) 206 | - [wp-tools](https://github.com/bluehost/wp-tools) - Tools to backup and upgrade WordPress installations 207 | - [wpscan](https://github.com/wpscanteam/wpscan) - WPScan is a black box WordPress vulnerability scanner 208 | - [\_s](https://github.com/automattic/_s) - Hi. I'm a starter theme called \_s, or underscores, if you like. 209 | - [burp_wp](https://github.com/kacperszurek/burp_wp) - Find known vulnerabilities in WordPress plugins and themes using Burp Suite proxy. WPScan like plugin for Burp 210 | - [versionpress](https://github.com/versionpress/versionpress) - Git-based version control for WordPress. Whoa! 211 | - [stream](https://github.com/xwp/stream) - Stream plugin for WordPress 212 | - [Tonik](https://github.com/tonik/theme) - Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development 213 | - [wp-sync-db](https://github.com/wp-sync-db/wp-sync-db) - A WordPress plugin that lets you push, pull, and sync database tables between WordPress installations 214 | - [Awesome ACF](https://awesomeacf.com/) - Over 200 third party extensions for the awesome Advanced Custom Fields WordPress plugin 215 | - [wp-filters-extras](https://github.com/herewithme/wp-filters-extras/) - Allow to remove filter/action on hooks for specific cases with CLASS PHP 216 | - [wp-graphql](https://github.com/wp-graphql/wp-graphql) - :rocket: GraphQL API for WordPress 217 | - [bedrock](https://github.com/roots/bedrock) - WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure 218 | - [sage](https://github.com/roots/sage) - WordPress starter theme with a modern development workflow 219 | - [trellis](https://github.com/roots/trellis) - Ansible playbooks for a WordPress LEMP stack 220 | - [frontity](https://github.com/frontity/frontity) - » Frontity - The React framework for WordPress 221 | 222 | ### JavaScript 223 | - [TippyJS](https://github.com/atomiks/tippyjs) - Tooltip 224 | - [moveTo](https://github.com/hsnaydd/moveTo) - Lightweight scroll animation 225 | - [WebTorrent](https://github.com/feross/webtorrent) - The streaming torrent client 226 | - [Tesseract.js](https://github.com/naptha/tesseract.js) - Tesseract.js is a javascript library that gets words in almost any language out of images 227 | - [scrollMonitor](https://github.com/stutrek/scrollMonitor) 228 | - [JavaScript30](https://javascript30.com/) - 30 Day Vanilla JS Coding Challenge 229 | - [Sizzy](https://github.com/kitze/sizzy) - A tool for developing responsive websites crazy-fast 230 | - [nanoid](https://github.com/ai/nanoid) - A tiny, secure URL-friendly unique string ID generator for JavaScript 231 | - [isotope](https://github.com/metafizzy/isotope) - Filter & sort magical layouts 232 | - [Shuffle](https://github.com/Vestride/Shuffle) - Categorize, sort, and filter a responsive grid of items 233 | - [moon](https://github.com/kbrsh/moon) - :crescent_moon: :zap: A minimal, blazing fast UI library. 234 | - [workbox](https://github.com/GoogleChrome/workbox) - Workbox: JavaScript libraries for Offline Caching 235 | - [lozad.js](https://github.com/ApoorvSaxena/lozad.js) - Highly performant, light and configurable lazy loader in pure JS 236 | - [Rythm.js](https://github.com/Okazari/Rythm.js) - A javascript library that makes your page dance. 237 | - [infinite-scroll](https://github.com/metafizzy/infinite-scroll) - :scroll: Automatically add next page 238 | - [modern-js-cheatsheet](https://github.com/CCareaga/heap_allocator) - Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. 239 | - [sentineljs](https://github.com/muicss/sentineljs) - Detect new DOM nodes using CSS selectors 240 | - [draggable](https://github.com/Shopify/draggable) - The JavaScript Drag & Drop library your grandparents warned you about 241 | - [learning-react](https://github.com/MoonHighway/learning-react) - The code samples for Learning React 242 | - [fine-uploader](https://github.com/FineUploader/fine-uploader) 243 | - [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) - A book series on JavaScript. 244 | - [tooltipster](https://github.com/iamceege/tooltipster/) - A jQuery tooltip plugin 245 | - [plupload](https://github.com/moxiecode/plupload) - Plupload is JavaScript API for building file uploaders. 246 | - [filesize.js](https://github.com/avoidwork/filesize.js) - JavaScript library to generate a human readable String describing the file size 247 | - [fabric.js](https://github.com/kangax/fabric.js/) - Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser 248 | - [hyperapp](https://github.com/hyperapp/hyperapp) - 1 KB JavaScript library for building web applications. 249 | - [tiny-compiler](https://github.com/mgechev/tiny-compiler) - A tiny evaluator and transpiler of arithmetic expressions. 250 | - [tui.editor](https://github.com/nhnent/tui.editor) - :bread: :memo: Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. 251 | - [simple-peer](https://github.com/feross/simple-peer) - :satellite: Simple WebRTC video/voice and data channels 252 | - [RxJS](https://github.com/ReactiveX/RxJS) - A reactive programming library for JavaScript 253 | - [phaser](https://github.com/photonstorm/phaser) - Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. 254 | - [rough](https://github.com/pshihn/rough) - Create graphics with a hand-drawn, sketchy, appearance 255 | - [driver.js](https://github.com/kamranahmedse/driver.js) - A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page 256 | - [pell.js](https://github.com/jaredreich/pell) - :memo: the simplest and smallest WYSIWYG text editor for web, with no dependencies 257 | - [video.js](https://github.com/videojs/video.js) - open source HTML5 & Flash video player 258 | - [popmotion](https://github.com/popmotion/popmotion) - A functional, reactive animation library. 259 | - [store.js](https://github.com/marcuswestin/store.js) - Cross-browser storage for all use cases, used across the web. 260 | - [date-fns](https://github.com/date-fns/date-fns) - :hourglass_flowing_sand: Modern JavaScript date utility library :hourglass_flowing_sand: 261 | - [uppy](https://github.com/transloadit/uppy) - The next open source file uploader for web browsers :dog: 262 | - [dayjs](https://github.com/xx45/dayjs) - :alarm_clock: Fast 2KB date library alternative to Moment.js with the same modern API 263 | - [text-mask](https://github.com/text-mask/text-mask) - Input mask for React, Angular, Ember, Vue, & plain JavaScript 264 | - [vuido](https://github.com/mimecorg/vuido) - Native desktop applications using Vue.js. 265 | - [signale](https://github.com/klauscfhq/signale) - :wave: Hackable console logger 266 | - [hotkeys](https://github.com/jaywcjlove/hotkeys) - ➷ A robust Javascript library for capturing keyboard input. It has no dependencies 267 | - [pulltorefresh.js](https://github.com/BoxFactura/pulltorefresh.js) - A quick and powerful plugin for your pull-to-refresh needs in your webapp 268 | - [docz](https://github.com/pedronauck/docz) - It has never been so easy to document your things! 269 | - [sharp](https://github.com/lovell/sharp) - High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. Uses the libvips library 270 | - [jimp](https://github.com/oliver-moran/jimp) - An image processing library written entirely in JavaScript for Node, with zero external or native dependencies 271 | - [choo](https://github.com/choojs/choo) - :steam_locomotive: :train: - sturdy 4kb frontend framework 272 | - [grapesjs](https://github.com/artf/grapesjs) - Free and Open source Web Builder Framework. Next generation tool for building templates without coding grapesjs.com 273 | - [URI.js](https://github.com/medialize/URI.js) - Javascript URL mutation library 274 | - [gatsby](https://github.com/gatsbyjs/gatsby) - :atom_symbol: :page_facing_up: :rocket: Blazing fast site generator for React 275 | - [next.js](https://github.com/zeit/next.js/) - Next.js is a lightweight framework for static and server‑rendered applications. 276 | - [apexcharts.js](https://github.com/apexcharts/apexcharts.js) - Clean and Modern SVG Charts 277 | - [web-starter-kit](https://github.com/google/web-starter-kit) - Web Starter Kit - a workflow for multi-device websites 278 | - [filepond](https://github.com/pqina/filepond) - :ocean: A flexible and fun JavaScript file upload library 279 | - [nanoid](https://github.com/ai/nanoid) - A tiny (145 bytes), secure, URL-friendly, unique string ID generator for JavaScript 280 | - [fastpack](https://github.com/fastpack/fastpack) - Pack JS code fast & easy 281 | - [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles 282 | - [GreenSock-JS](https://github.com/greensock/GreenSock-JS) - GreenSock's GSAP JavaScript animation library (including Draggable) 283 | - [rxdb](https://github.com/pubkey/rxdb) - :computer: :iphone: A realtime Database for the Web 284 | - [imagetracerjs](https://github.com/jankovicsandras/imagetracerjs) - Simple raster image tracer and vectorizer written in JavaScript 285 | - [node-potrace](https://github.com/tooolbox/node-potrace) - JavaScript port of Potrace, for NodeJS 286 | - [trix](https://github.com/basecamp/trix) - A rich text editor for everyday writing 287 | - [tui.image-editor](https://github.com/nhnent/tui.image-editor) - :bread: :art: Full-featured photo image editor using canvas. It is really easy, and it comes with great filters 288 | - [howler.js](https://github.com/goldfire/howler.js) - Javascript audio library for the modern web 289 | - [wavesurfer.js](https://github.com/katspaugh/wavesurfer.js) - Navigable waveform built on Web Audio and Canvas 290 | - [tiptap](https://github.com/heyscrumpy/tiptap) - A rich-text editor for Vue.js 291 | - [hammer.js](https://github.com/hammerjs/hammer.js) - A javascript library for multi-touch gestures 292 | - [later](https://github.com/bunkat/later) - A javascript library for defining recurring schedules and calculating future (or past) occurrences for them 293 | - [aos](https://github.com/michalsnik/aos) - Animate on scroll library 294 | - [ScrollMagic](https://github.com/janpaepke/ScrollMagic) - The javascript library for magical scroll interactions 295 | - [zepto](https://github.com/madrobby/zepto/) - Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API 296 | - [sticky](https://github.com/garand/sticky) - jQuery Plugin for Sticky Objects 297 | - [tabulator](https://github.com/olifolkerd/tabulator) - Interactive Tables and Data Grids for JavaScript 298 | - [spectrum](https://github.com/withspectrum/spectrum) - Simple, powerful online communities 299 | - [jsPDF](https://github.com/MrRio/jsPDF) - Client-side JavaScript PDF generation for everyone. 300 | - [two.js](https://github.com/jonobr1/two.js) - A renderer agnostic two-dimensional drawing api for the web. 301 | - [pixi.js](https://github.com/pixijs/pixi.js) - The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer. 302 | - [guess](https://github.com/guess-js/guess) - Libraries & tools for enabling Machine Learning driven user-experiences on the web 303 | - [face-api.js](https://github.com/justadudewhohacks/face-api.js) - JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js 304 | - [tracking.js](https://github.com/eduardolundgren/tracking.js) - A modern approach for Computer Vision on the web 305 | - [webcamjs](https://github.com/jhuckaby/webcamjs) - HTML5 Webcam Image Capture Library with Flash Fallback 306 | - [preact](https://github.com/developit/preact) - :atom_symbol: Fast 3kB React alternative with the same modern API. Components & Virtual DOM 307 | - [htm](https://github.com/developit/htm) - Hyperscript Tagged Markup: JSX alternative using standard tagged templates, with compiler support 308 | - [brain.js](https://github.com/BrainJS/brain.js) - :robot: Neural networks in JavaScript 309 | - [Magic-Grid](https://github.com/e-oj/Magic-Grid) - A simple, lightweight Javascript library for dynamic grid layouts 310 | - [vivus](https://github.com/maxwellito/vivus) - JavaScript library to make drawing animation on SVG 311 | - [jquery-pjax](https://github.com/defunkt/jquery-pjax) - pushState + ajax = pjax 312 | - [anime](https://github.com/juliangarnier/anime) - JavaScript animation engine 313 | - [velocity](https://github.com/julianshapiro/velocity) - Accelerated JavaScript animation 314 | - [hotkey](https://github.com/github/hotkey) - Global DOM element activation 315 | - [exceljs](https://github.com/exceljs/exceljs) - Excel Workbook Manager 316 | - [js-xlsx](https://github.com/SheetJS/js-xlsx) - :green_book: SheetJS Community Edition -- Spreadsheet Parser and Writer 317 | - [flexsearch](https://github.com/nextapps-de/flexsearch) - Next-Generation full text search library for Browser and Node.js 318 | - [linaria](https://github.com/callstack/linaria) - Zero-runtime CSS in JS library 319 | - [qoa](https://github.com/klaussinani/qoa) - :speech_balloon: Minimal interactive command-line prompts 320 | - [cleave.js](https://github.com/nosir/cleave.js) - Format input text content when you are typing 321 | - [laxxx](https://github.com/alexfoxy/laxxx) - Simple & light weight vanilla javascript plugin to create beautiful animations things when you scroll. 322 | - [stickybits](https://github.com/dollarshaveclub/stickybits) - Stickybits is a lightweight alternative to `position: sticky` polyfills :candy: 323 | - [marko](https://github.com/marko-js/marko) - A declarative, HTML-based language that makes building web apps fun 324 | - [mithril.js](https://github.com/MithrilJS/mithril.js) - A Javascript Framework for Building Brilliant Applications 325 | - [intro.js](https://github.com/usablica/intro.js) - A better way for new feature introduction and step-by-step users guide for your website and project 326 | - [dom-to-image](https://github.com/tsayen/dom-to-image) - Generates an image from a DOM node using HTML5 canvas 327 | - [CamanJS](https://github.com/meltingice/CamanJS) - Javascript HTML5 (Ca)nvas (Man)ipulation 328 | - [zdog](https://github.com/metafizzy/zdog) - Flat, round, designer-friendly pseudo-3D engine 329 | - [PapaParse](https://github.com/mholt/PapaParse) - Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input 330 | - [vex](https://github.com/hubspot/vex) - A modern dialog library which is highly configurable and easy to style 331 | - [quasar](https://github.com/quasarframework/quasar) - Quasar Framework - Build high-performance VueJS user interfaces in record time 332 | - [jexcel](https://github.com/paulhodel/jexcel) - jExcel is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets 333 | - [moveable](https://github.com/daybrush/moveable) - :left_right_arrow: :arrow_up_down: :arrows_counterclockwise: Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! 334 | - [create-social-network](https://github.com/udilia/create-social-network) - Create Social Network by running one command 335 | - [aurelia](https://github.com/aurelia/aurelia) - Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications 336 | - [element](https://github.com/ElemeFE/element) - A Vue.js 2.0 UI Toolkit for Web 337 | - [react-design-editor](https://github.com/salgum1114/react-design-editor) - React Design Editor has started to developed direct manipulation of editable design tools like Powerpoint. 338 | - [awesome-react-components](https://github.com/brillout/awesome-react-components) - Curated List of React Components & Libraries 339 | - [jquery.terminal](https://github.com/jcubic/jquery.terminal) - jQuery Terminal Emulator - web based terminal 340 | - [Reactive-Resume](https://github.com/AmruthPillai/Reactive-Resume) - A one-of-a-kind resume builder that keeps your privacy in mind. 341 | - [resumake.io](https://github.com/saadq/resumake.io) - :clipboard: A website for automatically generating elegant LaTeX resumes. 342 | - [x-spreadsheet](https://github.com/myliang/x-spreadsheet) - A web-based JavaScript(canvas) spreadsheet 343 | - [super-expressive](https://github.com/francisrstokes/super-expressive) - 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language 344 | - [Luckysheet](https://github.com/mengshukeji/Luckysheet) - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source. 345 | - [umi](https://github.com/umijs/umi) - :volcano: Pluggable enterprise-level react application framework. 346 | 347 | ### NodeJS 348 | - [franc](https://github.com/wooorm/franc) - Natural language detection 349 | - [Caporal.js](https://github.com/mattallty/Caporal.js) - Full-featured framework for building command line applications (cli) 350 | - [PhantomJS](https://github.com/ariya/phantomjs) 351 | - [RunKit](https://runkit.com) - Node prototyping 352 | - [botkit](https://github.com/howdyai/botkit) - Botkit is the leading developer tool for building chat bots, apps and custom integrations for major messaging platforms. 353 | - [dotenv](https://github.com/motdotla/dotenv) - Loads environment variables from .env for nodejs projects. 354 | - [localtunnel](https://github.com/localtunnel/localtunnel) - expose yourself 355 | - [dat](https://github.com/datproject/dat) - :floppy_disk: Share & live sync files anywhere via command line 356 | - [signale](https://github.com/klauscfhq/signale) - :wave: Hackable console logger 357 | - [puppeteer](https://github.com/GoogleChrome/puppeteer) - Headless Chrome Node API 358 | - [slick](https://github.com/kenwheeler/slick) - the last carousel you'll ever need 359 | - [nlp.js](https://github.com/axa-group/nlp.js) - An NLP library built in node over Natural, with entity extraction, sentiment analysis, automatic language identify, and so more 360 | - [apify-js](https://github.com/apifytech/apify-js) - The scalable web crawling and scraping library for JavaScript 361 | - [strapi](https://github.com/strapi/strapi) - :rocket: Node.js Content Management Framework (headless-CMS) to build powerful API with no effort 362 | - [feathers](https://github.com/feathersjs/feathers) - A REST and real-time API layer for Node.js, React Native and the browser 363 | - [pdfkit](https://github.com/foliojs/pdfkit) - A JavaScript PDF generation library for Node and the browser 364 | 365 | ### Shell 366 | - [Bash Guide](https://github.com/Idnan/bash-guide) 367 | - [Mastering Bash and Terminal](https://www.blockloop.io/mastering-bash-and-terminal) 368 | - [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh/) 369 | - [Explain Shell](https://explainshell.com/) 370 | - [Gogh](https://github.com/Mayccoll/Gogh) - Color Scheme for Gnome Terminal and Pantheon Terminal 371 | - [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish shell like syntax highlighting for Zsh. 372 | - [Command-line-text-processing](https://github.com/learnbyexample/Command-line-text-processing) - From finding text to search and replace, from sorting to beautifying text and more 373 | - [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - A good looking terminal emulator which mimics the old cathode display 374 | - [Guake](https://github.com/Guake/guake/) 375 | - [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) - :book: A collection of pure bash alternatives to external processes. 376 | - [z](https://github.com/rupa/z) - jump around 377 | 378 | ### Ruby 379 | - [Tmuxinator](https://github.com/tmuxinator/tmuxinator) 380 | - [https-portal](https://github.com/SteveLTN/https-portal) - A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker 381 | - [bluedoc](https://github.com/thebluedoc/bluedoc) - An open-source Document management tool for enterprise self host 382 | - [chatwoot](https://github.com/chatwoot/chatwoot) - Simple and elegant live chat software :firespeech_balloon 383 | 384 | ### Rust 385 | - [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to find. 386 | - [rustup.rs](https://github.com/rust-lang-nursery/rustup.rs) - Rust toolchain installer 387 | - [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool 388 | - [redox](https://github.com/redox-os/redox) - A Rust Operating System 389 | - [alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator 390 | - [gifski](https://github.com/ImageOptim/gifski) - GIF encoder based on libimagequant (pngquant, gifquant?). Squeezes maximum possible quality from the awful GIF format 391 | - [exa](https://github.com/ogham/exa) - Replacement for 'ls' written in Rust 392 | - [tokei](https://github.com/Aaronepower/tokei) - A program that allows you to count your code, quickly 393 | - [rigrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern 394 | - [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings 395 | - [sudo_pair](https://github.com/square/sudo_pair) - Plugin for sudo that requires another human to approve and monitor privileged sudo sessions 396 | - [xi-editor](https://github.com/google/xi-editor) - A modern editor with a backend written in Rust 397 | - [alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator 398 | - [amp](https://github.com/jmacdonald/amp) - A complete text editor for your terminal. 399 | - [swc](https://github.com/swc-project/swc) - Super-fast javascript to javascript compiler written in rust 400 | - [hexyl](https://github.com/sharkdp/hexyl) - A command-line hex viewer 401 | - [ffsend](https://github.com/timvisee/ffsend) - :mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client 402 | - [sonic](https://github.com/valeriansaliou/sonic) - 🦔 Fast, lightweight & schema-less search backend. 403 | - [actix-web](https://github.com/actix/actix-web) - Actix web is a small, pragmatic, and extremely fast rust web framework 404 | - [pax](https://github.com/nathan/pax) - The fastest JavaScript bundler in the galaxy 405 | 406 | ### C# 407 | - [FluentTerminal](https://github.com/felixse/FluentTerminal) - A Terminal Emulator based on UWP and web technologies. 408 | 409 | ## Testing Frameworks 410 | - [Codeception](https://github.com/codeception/codeception) - Full-stack testing PHP framework 411 | - [appium](https://github.com/appium/appium) - :iphone: Automation for iOS, Android, and Windows Apps. 412 | 413 | ## SQL 414 | - [quick-SQL-cheatsheet](https://github.com/enochtangg/quick-SQL-cheatsheet) - A quick reminder of all SQL queries and examples on how to use them 415 | 416 | ## Machine Learning 417 | - [TensorFlow](https://github.com/tensorflow/tensorflow) - Computation using data flow graphs for scalable machine learning 418 | - [Learn_Machine_Learning_in_3_Months](https://github.com/llSourcell/Learn_Machine_Learning_in_3_Months) - This is the code for "Learn Machine Learning in 3 Months" by Siraj Raval on Youtube 419 | - [handson-ml2](https://github.com/ageron/handson-ml2) - A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. 420 | - [EasyOCR](https://github.com/JaidedAI/EasyOCR) - Ready-to-use OCR with 40+ languages supported including Chinese, Japanese, Korean and Thai 421 | - [RL-Adventure](https://github.com/higgsfield/RL-Adventure) - Pytorch easy-to-follow step-by-step Deep Q Learning tutorial with clean readable code 422 | - [Deep-learning-books](https://github.com/loveunk/Deep-learning-books) - Books for machine learning, deep learning, math, NLP, CV, RL, etc 423 | - [DeepFaceLab](https://github.com/iperov/DeepFaceLab) - DeepFaceLab is the leading software for creating deepfakes. 424 | 425 | ## Bundlers 426 | - [parcel](https://github.com/parcel-bundler/parcel) - :package: :rocket: Blazing fast, zero configuration web application bundler 427 | - [webpack](https://github.com/webpack/webpack) - A bundler for javascript and friends. Packs many modules into a few bundled assets. 428 | - [microbundle](https://github.com/developit/microbundle) - :package: Zero-configuration bundler for tiny modules 429 | 430 | ## Markup Languages 431 | 432 | ### CSS 433 | - [vivify](https://github.com/Martz90/vivify) - Vivify is free CSS animation library. 434 | - [bulma](https://github.com/jgthms/bulma) - Modern CSS framework based on Flexbox 435 | - [CSS Icons](https://github.com/wentin/cssicon) - icon set made with pure css code, no dependencies, "grab and go" icons 436 | - [css-blocks](https://github.com/linkedin/css-blocks) - High performance, maintainable stylesheets. 437 | - [materialize](https://github.com/dogfalo/materialize/) - Materialize, a CSS Framework based on Material Design 438 | - [vapid](https://github.com/vapid/vapid) - A template-driven content management system 439 | - [AdminLTE](https://github.com/almasaeed2010/AdminLTE) - Free Premium Admin control Panel Theme Based On Bootstrap 3.x 440 | - [eva-icons](https://github.com/akveo/eva-icons) - A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support 441 | - [feather](https://github.com/feathericons/feather) - Simply beautiful open source icons 442 | - [buefy](https://github.com/buefy/buefy) - Lightweight UI components for Vue.js based on Bulma 443 | 444 | ## Operating Systems 445 | 446 | - [Bitwise Operators](https://code.tutsplus.com/articles/understanding-bitwise-operators--active-11301) 447 | - [Intro to Binary, Hex and more](https://code.tutsplus.com/articles/number-systems-an-introduction-to-binary-hexadecimal-and-more--active-10848) 448 | - [Operating Systems: From 0 to 1](https://github.com/tuhdo/os01) 449 | - [ASCII Table](http://www.asciitable.com/) 450 | - [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book-Z-H-9.html) 451 | 452 | ### Linux 453 | - [A little bit about a linux kernel](https://github.com/0xAX/linux-insides) 454 | - [Upload file via SCP](https://gist.github.com/rahilwazir/c055164fe3efee21e921471b5869c0ed) 455 | - [Fix Web file Permissions](https://gist.github.com/rahilwazir/558dbc689183ff27b6fc3ea8a8ee160a) 456 | - [Import CSV to MySQL](https://gist.github.com/rahilwazir/92ffa35aa2f421718de7499a498cc95a) 457 | - [Connect to WiFi through CLI](https://gist.github.com/rahilwazir/71fee2b5c2bf18cff9eedee1ec4b3f1a) 458 | - [Refresh WiFi through CLI](https://gist.github.com/rahilwazir/8f4a277cf20c282c65570ef5110a28b3) 459 | - Tmux 460 | 1. [CheatSheet and Quick References](http://tmuxcheatsheet.com/) 461 | 2. [CheatSheet](https://gist.github.com/MohamedAlaa/2961058) 462 | 3. [Oh My Tmux](https://github.com/gpakosz/.tmux/) 463 | - [Run Program in Parallel](http://stackoverflow.com/q/3004811/2706988) 464 | - [StringTime Format](http://www.foragoodstrftime.com/) 465 | - [Iptables Tutorial](https://www.frozentux.net/iptables-tutorial/iptables-tutorial.html) 466 | - [Flathub](https://flathub.org/) - Flathub is a a growing collection of apps which can be easily installed on any Linux distribution. 467 | - [Polo](https://github.com/teejee2008/polo) - Advanced file manager for Linux 468 | - [obs-studio](https://github.com/obsproject/obs-studio) - OBS - Free and open source software for live streaming and screen recording 469 | - [vokoscreen](https://github.com/vkohaupt/vokoscreen) - vokoscreen is an easy to use screencast creator to record educational videos, live recordings of browser, installation, videoconferences, etc 470 | - [ssr](https://github.com/MaartenBaert/ssr) - SimpleScreenRecorder, a screen recorder for Linux 471 | - [peek](https://github.com/phw/peek) - Simple animated GIF screen recorder with an easy to use interface 472 | - [ncdu](https://dev.yorhel.nl/ncdu) - Ncdu is a disk usage analyzer with an ncurses interface 473 | - [gamemode](https://github.com/FeralInteractive/gamemode) - Optimise Linux system performance on demand 474 | - [Clone Linux](http://positon.org/clone-a-linux-system-install-to-another-computer) - Clone a Linux system install to another computer 475 | - [distrotest](https://distrotest.net/) - Test any linux operating system online 476 | - [gnome-pomodoro](https://github.com/codito/gnome-pomodoro) - A time management utility for GNOME based on the pomodoro technique! 477 | 478 | #### Fedora 479 | - [Core Windows Fonts](https://gist.github.com/rahilwazir/18c3bdfb72790d829b096f4e2dc02ef5) 480 | - [PHP-FPM: Unable to open primary script](https://gist.github.com/rahilwazir/c452062c6278f2e35d957461c2905d75) 481 | 482 | ### Windows 483 | - [VMDK to VHDX](https://gist.github.com/rahilwazir/69a750b70348459875cbf40935af02cb) 484 | - [ConEmu](https://github.com/Maximus5/ConEmu) - Customizable Windows terminal with tabs, splits, quake-style and more 485 | - [ScreenToGif](https://github.com/NickeManarin/ScreenToGif/) - Allows you to record a selected area of your screen, edit and save it as a gif or video. 486 | - [mactype](https://github.com/snowie2000/mactype) - A better font rasterizer for Windows. 487 | - [ShareX](https://github.com/ShareX/ShareX) - ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. 488 | 489 | #### Powershell 490 | - [Remotely enable/disable a network interface](https://blogs.technet.microsoft.com/chrisavis/2013/07/09/using-powershell-to-remotely-enabledisable-a-network-interface/) 491 | - [Find Connected Network Adapters](https://blogs.technet.microsoft.com/heyscriptingguy/2014/01/15/using-powershell-to-find-connected-network-adapters/) 492 | - [Execution Policy](https://msdn.microsoft.com/powershell/reference/5.1/Microsoft.PowerShell.Core/about/about_Execution_Policies) 493 | 494 | ## Text Editors 495 | 496 | ### Vim 497 | - [Copy and Paste](http://vim.wikia.com/wiki/Copy,_cut_and_paste) 498 | - [Interactive Vim](http://www.openvim.com/) - Interactive Vim tutorial 499 | 500 | ### Sublime Text 501 | - [Material Theme](https://github.com/equinusocio/material-theme) 502 | 503 | ## Themes 504 | - [Dracula](https://draculatheme.com) 505 | 506 | ## Version Control 507 | 508 | ### GIT 509 | - [Post Merge Hook](https://gist.github.com/rahilwazir/0dfa0f82675b867581a5d62f1c0d760e) 510 | - [CTRL+M Issue](https://gist.github.com/rahilwazir/c465f43c7446eb77b4438d40673b56d5) 511 | - [git-flight-rules](https://github.com/k88hudson/git-flight-rules) - Flight rules for git 512 | 513 | ## Web Services 514 | - [WSDL, SOAP and REST](http://stackoverflow.com/questions/3764681/what-are-wsdl-soap-and-rest) 515 | 516 | ## Web Servers 517 | - [How-To-Secure-A-Linux-Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) - An evolving how-to guide for securing a Linux server 518 | 519 | ### Apache 520 | - [.htaccess tester](http://htaccess.mwl.be/) 521 | 522 | ### Nginx 523 | - [nginxconfig.io](https://github.com/valentinxxx/nginxconfig.io) - :gear: NGiИX config generator generator on steroids :syringe: 524 | - [nginx-quick-reference](https://github.com/trimstray/nginx-quick-reference) - :zap: This notes describes how to improve Nginx performance, security and other important things; ssllabs A+ 100% 525 | 526 | ### HTTP 527 | - [Caching](https://blog.fortrabbit.com/mastering-http-caching) 528 | 529 | ### Monitoring Tools 530 | - [mytop](http://jeremy.zawodny.com/mysql/mytop/) - 531 | mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 532 | - [atop](https://www.atoptool.nl/index.php) - Capable of reporting the activity of all processes (even if processes have finished during the interval) 533 | - [tcpdump](http://www.tcpdump.org/) - Powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture. 534 | - [more...](https://blog.serverdensity.com/80-linux-monitoring-tools-know/) 535 | 536 | ## Applications 537 | 538 | ### CLI 539 | - [Translate Shell](https://github.com/soimort/translate-shell) 540 | - [Antigen](https://github.com/zsh-users/antigen) 541 | - [ngrok](https://ngrok.com/) - Secure tunnels to localhost 542 | 543 | ### Web 544 | - [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat) - Have your own Slack like online chat, built with Meteor 545 | - [Gitter](https://gitlab.com/gitlab-org/gitter/webapp) - Gitter is a community for software developers 546 | - [superset](https://github.com/apache/superset) - Apache Superset is a Data Visualization and Data Exploration Platform 547 | 548 | ## Networking 549 | - [Network Protocols](https://www.destroyallsoftware.com/compendium/network-protocols/97d3ba4c24d21147) 550 | 551 | ## Docker 552 | - [Play with Docker](https://labs.play-with-docker.com/) - A simple, interactive and fun playground to learn Docker 553 | - [Docker-OSX](https://github.com/sickcodes/Docker-OSX) - Mac in Docker! Run near native OSX-KVM in Docker! X11 Forwarding! 554 | 555 | ## Security 556 | - [radare2](https://github.com/radare/radare2) - unix-like reverse engineering framework and commandline tools security 557 | - [Sucuri SiteCheck](https://sitecheck.sucuri.net/) - Free website malware and security scanner 558 | - [Maldet](https://www.rfxn.com/projects/linux-malware-detect/) - Linux Malware Detect (LMD) is a malware scanner for Linux 559 | - [ClamAV](https://www.clamav.net/) - an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats 560 | - [pentest-tools](https://github.com/gwen001/pentest-tools) - Custom pentesting tools 561 | - [Shodanfy.py](https://github.com/m4ll0k/Shodanfy.py) - Get ports,vulnerabilities,informations,banners,..etc for any IP with Shodan 562 | - [tsunami-security-scanner](https://github.com/google/tsunami-security-scanner) - Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence. 563 | - [hackingtool](https://github.com/Z4nzu/hackingtool) - ALL IN ONE Hacking Tool For Hackers 564 | - [tsunami-security-scanner](https://github.com/google/tsunami-security-scanner) - Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence. 565 | - [mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. 566 | - [AutoRecon](https://github.com/Tib3rius/AutoRecon) - AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services. 567 | 568 | ## Cryptocurrency 569 | - [bitcoin](https://github.com/bitcoin/bitcoin) - Bitcoin Core integration/staging tree 570 | - [Learning-Bitcoin-from-the-Command-Line](https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line) - The best way to learn to learn deeply about bitcoin is to avoid GUIs (even bitcoin-qt), and instead learn it from the command line 571 | - [ccxt](https://github.com/ccxt/ccxt) - A JavaScript / Python / PHP cryptocurrency trading API with support for more than 120 bitcoin/altcoin exchanges 572 | 573 | ### Payment Gateways 574 | - [Coinbase](https://www.coinbase.com/) 575 | - [CoinGate](https://coingate.com/) 576 | 577 | ## Design 578 | 579 | ### UI 580 | - [bulma](https://bulma.io/) - Bulma is a free, open source CSS framework based on Flexbox 581 | - [ant-design](https://github.com/ant-design/ant-design) - :ant: A UI Design Language 582 | - [Material Design](https://material.io/) - Make beautiful products, faster 583 | - [Fluent Design](https://www.microsoft.com/design/fluent/) - Microsoft Fluent Design System 584 | - [web.dev](https://web.dev/) - Let's build the future of the web. 585 | - [paletton](http://paletton.com) - The Color Scheme Designer 586 | - [Adobe Color CC](https://color.adobe.com/create/color-wheel/) - Adobe Color CC 587 | - [react-spectrum](https://github.com/adobe/react-spectrum) - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. 588 | 589 | ### Wireframes 590 | - [MockFlow](https://mockflow.com) - The quickest way to brainstorm user interface ideas 591 | - [moqups](https://moqups.com) - Shape Your Ideas. Prove Your Concept 592 | - [Figma](https://www.figma.com) - Turn Ideas Into Products Faster 593 | - [Pencil](http://pencil.evolus.vn) - An open-source GUI prototyping tool that's available for ALL platforms. 594 | - [Pidoco](https://pidoco.com) - Pidoco. Your wireframing tool 595 | 596 | ### Photo Editors 597 | - [Photopea](https://www.photopea.com/) - Online Image Editor 598 | 599 | ### Inspiration 600 | - [awwwards](https://www.awwwards.com/) 601 | - [Dribble](https://dribbble.com/tags/webdesign) 602 | - [ResponsiveDesign](https://responsivedesign.is/examples/) 603 | - [Webdesign Inspiration](https://www.webdesign-inspiration.com/) 604 | - [siteinspire](https://www.siteinspire.com/) 605 | - [The Best Designs](https://www.thebestdesigns.com/) 606 | - [LottieFiles](https://lottiefiles.com/) - The Future of Animations and Interactive Design 607 | 608 | ### Pixel Art 609 | - [piskel](https://github.com/piskelapp/piskel) - A simple web-based tool for Spriting and Pixel art 610 | - [pixel-art-react](https://github.com/jvalen/pixel-art-react) - Pixel art animation and drawing web app powered by React 611 | - [poxi](https://github.com/maierfelix/poxi) - A flat pixel art editor 612 | - [onlinepngtools.com](https://onlinepngtools.com) - World's simplest online Portable Network Graphics image pixelator 613 | 614 | ### Tools 615 | - [Color extraction](https://labs.tineye.com/color/) - MulticolorEngine will display a color palette for all the colors identified in your image. 616 | - [Colormind](http://colormind.io/image) - Colormind is a color scheme generator that uses deep learning. 617 | 618 | ### Design Resources 619 | - [designmodo](https://designmodo.com/) 620 | - [WebdesignerDepot](https://www.webdesignerdepot.com) 621 | - [unDraw](https://undraw.co/illustrations) 622 | 623 | ## Audio/Video 624 | - [FFmpeg](https://github.com/FFmpeg/FFmpeg) - A complete, cross-platform solution to record, convert and stream audio and video 625 | - [Handbrake](https://github.com/HandBrake/HandBrake) - The open source video transcoder 626 | 627 | ### Video Conference 628 | - [jitsi-meet](https://github.com/jitsi/jitsi-meet) - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application 629 | - [BigBlueButton](https://github.com/bigbluebutton/bigbluebutton) - Complete open source web conferencing system 630 | 631 | ## Chat Solution 632 | - [Rocket.Chat](https://github.com/RocketChat/Rocket.Chat) - The ultimate Free Open Source Solution for team communications 633 | 634 | ## CRM 635 | - [espocrm](https://github.com/espocrm/espocrm) - EspoCRM open source CRM application 636 | - [opencrx](https://sourceforge.net/projects/opencrx) - professional CRM and groupware service, ready for the cloud 637 | - [odoo](https://github.com/odoo/odoo) - Odoo. Open Source Apps To Grow Your Business 638 | 639 | ## SEO 640 | - [SEO Cheat Sheet for Devs](https://dev.to/pagely/seo-cheat-sheet-for-devs-5h1g) 641 | 642 | ## Email Marketing Solutions 643 | - [mautic](https://github.com/mautic/mautic) - Mautic: Open Source Marketing Automation Software. 644 | - [MoonMail](https://github.com/MoonMail/MoonMail) - Shoot billions of emails using AWS - SES - Lambda 645 | - [sendportal](https://github.com/mettle/sendportal) - Open-source self-hosted email marketing. 646 | 647 | ## Business Analytics 648 | - [cube.js](https://github.com/cube-js/cube.js) - :bar_chart: Open Source Analytics Framework 649 | - [matomo](https://github.com/matomo-org/matomo) - Matomo is the leading open alternative to Google Analytics that gives you full control over your data. 650 | - [Open Web Analytics](https://github.com/padams/Open-Web-Analytics) - An open source web analytics software framework that you can use to track and analyze how people use your websites and applications 651 | 652 | ## Curated Lists 653 | - [awesome-wasm](https://github.com/mbasso/awesome-wasm) - Curated list of awesome things regarding WebAssembly (wasm) ecosystem. 654 | - [Awesome-Hacking-Resources](https://github.com/vitalysim/Awesome-Hacking-Resources) - A collection of hacking / penetration testing resources to make you better! 655 | - [Awesome-Hacking](https://github.com/Hack-with-Github/Awesome-Hacking) - A collection of hacking / penetration testing resources to make you better! 656 | - [engineer-manager](https://github.com/ryanburgess/engineer-manager) - A list of engineering manager resource links. 657 | - [codeface](https://github.com/chrissimpkins/codeface) - Typefaces for source code beautification 658 | - [awesome-go](https://github.com/avelino/awesome-go) 659 | - [computer-science](https://github.com/ossu/computer-science) - :mortar_board: Path to a free self-taught education in Computer Science! 660 | - [awesome-wp-developer-tools](https://github.com/lukecav/awesome-wp-developer-tools) - A collection of plugins, starter themes and tools to make WordPress development easier. 661 | - [awesome-go-storage](https://github.com/gostor/awesome-go-storage) - A curated list of awesome Go storage projects and libraries 662 | - [dikiaap/dotfiles](https://github.com/dikiaap/dotfiles) - Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, compton, vim, tmux, and zsh 663 | - [free-for-dev](https://github.com/ripienaar/free-for-dev) - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev 664 | - [games](https://github.com/leereilly/games) - :video_game: A list of popular/awesome videos games, add-ons, maps, etc. 665 | - [Projects](https://github.com/karan/Projects) - :page_with_curl: A list of practical projects that anyone can solve in any programming language. 666 | - [awesome-python-applications](https://github.com/mahmoud/awesome-python-applications) - :cd: Free software that works great, and also happens to be open-source Python 667 | - [professional-programming](https://github.com/charlax/professional-programming) - A collection of full-stack resources for programmers. 668 | - [public-apis](https://github.com/toddmotto/public-apis) - A collective list of free APIs for use in software and web development. 669 | - [professional-programming](https://github.com/charlax/professional-programming) - A collection of full-stack resources for programmers 670 | - [the-book-of-secret-knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) - :star: A collection of awesome lists, manuals, blogs, hacks, one-liners, cli/web tools and more 671 | - [Awesome-Design-Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) - The best design tools for everything 672 | - [awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - This is a list of Free Software network services and web applications which can be hosted locally 673 | - [Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software) - A list of awesome applications, software, tools and other materials for Linux distros. 674 | - [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers) - Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more 675 | - [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers) - Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more 676 | - [deploy-your-own-saas](https://github.com/Atarity/deploy-your-own-saas) - List of "only yours" cloud services for everyday needs :black_flag: 677 | - [awesome-decentralized-finance](https://github.com/ong/awesome-decentralized-finance) - A curated list of awesome decentralized finance projects 678 | - [awesome-blockchain](https://github.com/yjjnls/awesome-blockchain) - ⚡️Curated list of resources for the development and applications of blockchain. 679 | 680 | ### Unicode Character 681 | - [Unicode Character Ranges](http://jrgraphix.net/r/Unicode/) 682 | - [Unicode character table](https://unicode-table.com/en/) 683 | - [utf-8 icons](https://www.utf8icons.com/) 684 | - [tutorialzine](https://tutorialzine.com/2014/12/you-dont-need-icons-here-are-100-unicode-symbols-that-you-can-use) 685 | 686 | ## Useful Resources 687 | - [Learn X in Y minutes](https://learnxinyminutes.com/) - Learn (ANY) language in Y minutes 688 | - [Data Structures and Algorithms](https://discuss.codechef.com/questions/48877/data-structures-and-algorithms) 689 | - [digital_video_introduction](https://github.com/leandromoreira/digital_video_introduction) - A hands-on introduction to video technology 690 | - [Codelab - Beat the hackers](https://google-gruyere.appspot.com/) 691 | - [Why VitualBox or VMware can not run with Hyper-V enabled Windows 10](https://superuser.com/questions/1208850/why-vitualbox-or-vmware-can-not-run-with-hyper-v-enabled-windows-10) 692 | - [exercism.io](http://exercism.io) - Level up your programming skills 693 | - [ES6 for beginners](https://hackernoon.com/es6-for-beginners-f98120b57414) 694 | - [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book-Z-H-9.html) 695 | - [Hack a turned-off computer, or running unsigned code in Intel ME](https://www.blackhat.com/docs/eu-17/materials/eu-17-Goryachy-How-To-Hack-A-Turned-Off-Computer-Or-Running-Unsigned-Code-In-Intel-Management-Engine-wp.pdf) 696 | - [Flat UI Colors](https://flatuicolors.com/) 697 | - [Eloquent JavaScript](https://github.com/marijnh/Eloquent-JavaScript) - https://github.com/marijnh/Eloquent-JavaScript 698 | - [';--have i been pwned?](https://haveibeenpwned.com/) - Check if you have an account that has been compromised in a data breach 699 | - [leetcode.com](https://leetcode.com/) - LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews. 700 | - [Progressive web apps](https://developer.mozilla.org/en-US/Apps/Progressive) 701 | - [free-programming-books](https://github.com/EbookFoundation/free-programming-books) 702 | - [dribble](https://dribbble.com/colors/104891) - Find designs by color 703 | - [color-wheel](https://color.adobe.com/create/color-wheel/) - Adobe color wheel 704 | - [language-list](https://github.com/umpirsky/language-list) - List of all languages with names and ISO 639-1 codes in all languages and all data formats 705 | - [serveo](https://serveo.net) - Expose local servers to the internet 706 | - [ultrahook](http://www.ultrahook.com) - Receive webhooks on localhost 707 | - [math-as-code](https://github.com/Jam3/math-as-code) - a cheat-sheet for mathematical notation in code form 708 | - [Alpha Vantage](https://www.alphavantage.co/) - Free APIs for Realtime and Historical Stock, Forex (FX), Cryptocurrency Data, Technical Analysis, Charting, and More! 709 | - [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) - Roadmap to becoming a web developer in 2018 710 | - [mysigmail](https://github.com/antonreshetov/mysigmail) - UI Email Signature Generator - Make easy to create your email signature 711 | - [TLDRLegal](https://tldrlegal.com) - Software Licenses in Plain English. Lookup popular software licenses summarized at-a-glance 712 | - [RapidAPI](https://rapidapi.com/) - Discover and connect to thousands of APIs in the world's largest API Hub 713 | - [Grant a user permissions on www-data owned /var/www](https://askubuntu.com/questions/365087/grant-a-user-permissions-on-www-data-owned-var-www) 714 | - [Learn regex the easy way](https://github.com/ziishaned/learn-regex) 715 | - [iptv](https://github.com/iptv-org/iptv) - Collection of 8000+ publicly available IPTV channels from all over the world 716 | 717 | ## Articles 718 | - [Make programmers work 60-80 hours per week?](http://brianknapp.me/programmer-60-80-hour-weeks/) 719 | - [How I Became a Better Programmer](http://jlongster.com/How-I-Became-Better-Programmer) 720 | - [Convert your Web App to a Mobile App with Apache Cordova](https://auth0.com/blog/converting-your-web-app-to-mobile/) 721 | - [Deploying ES2015+ Code in Production Today](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/) 722 | - [A Guide to Faster Web App I/O and Data Operations with Streams](https://www.sitepen.com/blog/2017/10/02/a-guide-to-faster-web-app-io-and-data-operations-with-streams/) 723 | - [How JavaScript works: Event loop and the rise of Async programming + 5 ways to better coding with async/await](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5) 724 | - [Don't Use .dev For Development](https://iyware.com/dont-use-dev-for-development/) 725 | - [Get Started with ECMAScript 6](http://blog.teamtreehouse.com/get-started-ecmascript-6) 726 | - [Setting up a minimal Node environment with Webpack and Babel](https://dev.to/aurelkurtula/setting-up-a-minimal-node-environment-with-webpack-and-babel--1j04) 727 | - [How to submit a package to PyPI](http://peterdowns.com/posts/first-time-with-pypi.html) 728 | - [How to Clean a Hacked WordPress Site using Wordfence](https://www.wordfence.com/docs/how-to-clean-a-hacked-wordpress-site-using-wordfence/) 729 | - [Questions I'm asking in interviews](http://jvns.ca/blog/2013/12/30/questions-im-asking-in-interviews/) 730 | - [Install Linux Malware Detect (LMD) and ClamAV](https://www.howtoforge.com/tutorial/how-to-install-lmd-and-clamav-on-centos-7/) - Linux Malware Detect (LMD) is malware detector and scanner for Linux 731 | - **Missing `freshclam`** [Install ClamAV on CentOS 7](https://hostpresto.com/community/tutorials/how-to-install-clamav-on-centos-7/) - ClamAV or Clam Antivirus is an open source antivirus tool for UNIX 732 | - [Setup a Local Only SMTP Email Server (Linux, Unix, Mac)](https://gist.github.com/raelgc/6031274) 733 | --------------------------------------------------------------------------------