Awesome List Updates on Sep 09 - Sep 15, 2019
44 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Java
Testing / Fixtures
- jFairy (⭐741) - Fake data generator.
2. Awesome Javascript
Generators / Other
- Gridsome (⭐8.5k) - Vue-powered static site generator.
3. Awesome Streaming
Table of Contents / Streaming Library
- Stream Ops (⭐49) [Java] - A fully embeddable data streaming engine and stream processing API for Java.
4. Awesome Nix
Community / Webinterface
5. Awesome Perl
Protocol / NoSQL Databases
- Net::DHCP - Send and receive DHCP packets
6. Awesome React Components
Loader
- react-spinners-css (⭐328) - Amazing collection of react spinners components.
7. Awesome Quantum Computing
Development Tools
- IBM Quantum Experience - Online quantum composer to run experiments on real quantum computing hardware.
- Qiskit SDK - Software development kit by IBM for writing and running quantum algorithms on simulators and real hardware.
Community
- IBM Q Community - IBM Q Community page with list of upcoming events and latest programs.
8. Awesome Actions
Collection of Actions / Docker Container Actions
Static Analysis / Linting
9. Awesome PICO 8
Contents / Tutorials
- Binary save system - Custom game save system that supports various data types
10. Awesome Microservices
Frameworks / Runtimes
- Moleculer - Fast & powerful microservices framework for Node.js, Java, Go and Ruby.
11. Awesome Cheminformatics
Resources / Courses
- TeachOpenCADD (⭐880) - A teaching platform for computer-aided drug design (CADD) using open source packages and data.
12. Awesome Flask
Videos / Testing
PaaS / Testing
IaaS / Testing
Serverless / Testing
Open Source Projects / Testing
13. Awesome Ctf
Exploits
- Metasploit - Penetration testing software.
14. Awesome Hacking
Tools / Other
- findsubdomains - really fast subdomains scanning service that has much greater opportunities than simple subs finder(works using OSINT).
- cirt-fuzzer - A simple TCP/UDP protocol fuzzer.
- ASlookup - a useful tool for exploring autonomous systems and all related info (CIDR, ASN, Org...)
15. Awesome Ssh
Apps / Servers
- ssh-proxy (⭐82)
- Dockerized SSH bastion to proxy SSH connections to arbitrary containers.
16. Awesome Devenv
Misc / Extensions
- ML Workspace - All-in-one web-based development environment for machine learning and data science.
17. Awesome Clojure
Connection pools
18. Awesome Jupyter
Runtimes/Frontends
- ML Workspace (⭐3.5k) - Docker image that includes Jupyter(Lab) and various packages for data science/machine learning.
Hosted Notebook Solutions
- Deepnote - Jupyter-compatible data science notebook with real-time collaboration, versioning and easy deployment.
19. Awesome Elm
Testing / Individual Podcast episodes
- Elm test (⭐237) - Unit and fuzz tests
- Elm Program test (⭐92) - Test complete Elm programs
20. Awesome Php
Table of Contents / Composer Repositories
- Packalyst - The Laravel Package Repository
21. Awesome Flutter
State management / Redux / ELM / Dependency Injection
- Async Redux - Redux without boilerplate. Allows for both sync and async reducers by Marcelo Glasberg
Animation / Redux / ELM / Dependency Injection
- Flutter-animation-set (⭐283) - Easy to build an animation set by efoxTeam
- Staggered Animations (⭐1.6k) - Easily add staggered animations to your ListView, GridView, Column and Row by mobiten
22. Awesome Swift
Network / Barcode
- ReactiveAPI (⭐79) - Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.
UI / Barcode
- ShowSomeProgress (⭐106) - Animated Progress and Activity Indicators for iOS apps.
23. Awesome Embedded Rust
HAL implementation crates / OS
bitbang-halsoftware protocol implementations for microcontrollers with digital::OutputPin and digital::InputPin
HAL implementation crates / NXP
24. Awesome Dataviz
Golang tools / Misc
- plot (⭐2.9k) - API for building and drawing plots in Go.
- go-echars (⭐7.3k) - Simple yet powerful data visualizing library for Go.
Python tools / Misc
- three.py (⭐118) - Easy to use 3D library based on PyOpenGL. Inspired by Three.js.
- pyechars (⭐15k) - Python binding for Echarts library.
Websites / Misc
- vis4.net - Random thoughts on visualization and data journalism by Gregor Aisch
25. Awesome Jamstack
Jamstack Sites Showcase
- VSCode Power User Course - PWA built on Gatsby and hosted on Netlify.
- CloudyCam - PWA built on Next.js and hosted on Zeit Now v2 Serverless platform.
CMS
- Forestry - Headless CMS for sites built with static site generators.
26. Awesome React Native
Media / Navigation Demos
- react-native-android-video ★8 (⭐20) - Android ExoPlayer Video component for react-native.
27. Awesome Sre
Post-Mortem
SRE Tools
28. Awesome Malware Analysis
Network / Other Resources
- FakeNet-NG (⭐1.9k) - Next generation dynamic network analysis tool.
29. Awesome Bioie
Code Libraries / Pre-LLM Guides, Lectures, and Courses
- Biopython - paper - code (⭐4.7k) - Python tools primarily intended for bioinformatics and computational molecular biology purposes, but also a convenient way to obtain data, including documents/abstracts from PubMed (see Chapter 9 of the documentation).
- rentrez (⭐204) - R utilities for accessing NCBI resources, including PubMed.
30. Awesome Chrome Devtools
Network Inspection
- Weer - A HTTP protocol debugger (closed source)
Chrome Debugger integration with Editors
- VS Code - Debugger for Chrome (⭐2.2k) - Breakpoint debugging in VS Code.
- VS Code - Elements for Microsoft Edge (⭐782) - Elements panel inside VS Code.
- ChromeREPL (⭐356) - Within Sublime Text, use the Chrome console.
- Sublime Web Inspector - JavaScript Breakpoint debugging right in Sublime Text.
- WebStorm/JetBrains Chrome Extension - The WebStorm IDE can debug JavaScript, view the DOM tree, and edit HTML, CSS and JS live.
Chrome DevTools Protocol
- ChromeDevTools/devtools-protocol (⭐1.3k) - Canonical location of the protocol JSON. Issue tracker for protocol bugs. TypeScript types.
Developing with the protocol
- chrome-remote-interface Wiki (⭐4.4k) - Many useful recipes.
- Chrome Protocol Proxy (⭐219) - Tool for debugging clients using devtools protocol.
Libraries for driving the protocol (or a layer above)
- Python: PyCDP (⭐115) - Pure-Python, sans-IO wrappers. See also the Trio CDP driver (⭐68)
- Python: chromewhip (⭐119) - drop-in replacement for the
splashservice
- Python: ChromeController (⭐226) - high-level browser mgmt
- Go: chromedp (⭐12k) - High-level actions and tasks for driving browsers
- Go: cdp (⭐755)
- Go: gcd (⭐185)
- Go: godet (⭐396)
- Ruby: Cuprite (⭐1.3k) - Capybara driver
- Clojure: clj-chrome-devtools (⭐131) - The CDP wrapper API is autogenerated and will be updated when CDP protocol changes.
Using DevTools frontend with other platforms / Android
- j2v8-debugger (⭐92) - Debugging JavaScript running in J2V8 (⭐2.6k) with Chrome DevTools.
Using DevTools frontend with other platforms / Node.js
- ndb (⭐11k) - An improved Node.js debugging experience with the DevTools Frontend.
- thetool (⭐222) - CPU, memory, coverage, type profiling with Node.
- chrome-devtools-frontend - Mirror of the frontend that ships in Chrome.
Performance / Ruby
- sloth (⭐199) - Chrome extension allows to enable and save CPU and network throttling for selected tabs.
31. Awesome Vscode
1C
- 1C/OScript - rich 1С:Enterprise 8 (BSL) language support in VSC - add syntax highlighting to *.bsl и *.os files in VSC, add IntelliSense and syntax helper for 1С lang
C++
- YouCompleteMe - Provides semantic completions for C/C++ (and TypeScript, JavaScript, Objective-C, Golang, Rust) using YouCompleteMe.
32. Awesome Postgres
Contents / GUI
- TablePlus - Native App which let you edit database and structure. High-end security ensured (Commercial Software).
Contents / Optimization
- pgMustard - A modern user interface
for
EXPLAIN, that also provides performance tips (Commercial Software).
Contents / Utilities
- postgres-checkup - a new-generation diagnostics tool that allows users to collect deep analysis of the health of a Postgres database.
Resources / Videos
- Scaling Postgres - Postgres video blog series by Creston Jamison
33. Awesome Robotics
Courses
- Underactuated Robotics MIT CSAIL
- Advanced Robotics UCBerkeley
Books
Companies
- The construct sim A cloud based tool for building modern, future-proof robot simulations.
Related awesome lists
34. Awesome Css Frameworks
General Purpose
- Cirrus - Component and utility centric SCSS framework designed for rapid prototyping.
Demo, Docs, Repo (⭐1.4k) | #CSS
35. Awesome Python Data Science
Deep Learning / TensorFlow
- keras-contrib (⭐1.6k) - Keras community contributions.

- Elephas (⭐1.6k) - Distributed Deep learning with Keras & Spark.

- qkeras (⭐566) - A quantization deep learning library.

Distributed Computing / Synthetic Data
- Horovod (⭐15k) - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

- PySpark - Exposes the Spark programming model to Python.

- Veles (⭐911) - Distributed machine learning platform.
- Jubatus (⭐707) - Framework and Library for Distributed Online Machine Learning.
- DMTK (⭐2.7k) - Microsoft Distributed Machine Learning Toolkit.
- dask-ml (⭐940) - Distributed and parallel machine learning.

- Distributed (⭐1.6k) - Distributed computation in Python.
Quantum Computing / Synthetic Data
- PennyLane (⭐2.7k) - Quantum machine learning, automatic differentiation, and optimization of hybrid quantum-classical computations.
36. Awesome Wagtail
Tools / Templates & Starter Kits
- Wagtail Pipit (⭐246) – Pipit is a Wagtail boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
37. Awesome Haskell
Configuration
- Dhall (⭐938) - A configuration language guaranteed to terminate
38. Awesome Crystal
Third-party APIs
- crystal-consul (⭐19) - Consul API client
Unofficial
- Chinese-speaking Telegram Group - 来吧!TG 中文圈的朋友们!
39. Awesome Incident Response
IR Tools Collection / Sandboxing/Reversing Tools
- Any Run - Interactive online malware analysis service for dynamic and static research of most types of threats using any environment.
- Hybrid-Analysis - Free powerful online sandbox by CrowdStrike.
- Intezer - Intezer Analyze dives into Windows binaries to detect micro-code similarities to known threats, in order to provide accurate yet easy-to-understand results.
- Joe Sandbox (Community) - Joe Sandbox detects and analyzes potential malicious files and URLs on Windows, Android, Mac OS, Linux, and iOS for suspicious activities; providing comprehensive and detailed analysis reports.
- Valkyrie Comodo - Valkyrie uses run-time behavior and hundreds of features from a file to perform analysis.
40. Awesome Laravel
Books / Videos
- Build an API with Laravel by Wacky Studio
41. Awesome Cpp
Audio
- Verovio (⭐750) - Verovio is a fast and lightweight music notation engraving library. [LGPL] website
Integrated Development Environment
- juCi++ - Cross-platform, lightweight C++ IDE with libclang integration. [MIT]
42. Awesome Json
Command-line tools
- json-dotenv (⭐8) - Manipulate and extract envfiles in json format.
Online tools
- FakeJSON - Web API to quickly generate fake data for your application.
- JSON to CSV - A free, in-browser JSON to CSV converter.
43. Awesome Pagespeed Metrics
Concepts / Lab Data (Synthetic Measurements)
- Lighthouse - A tool built on Google Chrome to audit web pages. You can run it from Chrome DevTools, a Chrome Extension or from the command line (even with headless Chrome).
- Google PageSpeed Insights - Free and hosted Lighthouse reporting (and more) by Google.
- WebpageTest - Free and hosted web performance testing (also an open source project).
Concepts / Field Data (Real User Monitoring - RUM)
- Load abandonment - Track
visibilitychangeto account for survivorship bias.
Concepts / Critical rendering path
Concepts / Long tasks
Concepts / User-centric metrics
- Is it happening? - Did the navigation start successfully? Has the server responded? (e.g FCP (⭐682))
- Is it delightful/smooth? - Are the interactions smooth and natural, free of lag and jank?
Interactivity metrics / Max Potential First Input Delay
- Lab: Lighthouse
- Field: N/A
Rendering metrics / Visually Complete
Other metrics / User Timing
- Lab: Lighthouse, WPT
- Field: IE 10+, Safari 11+ (and Chrome, Firefox of course)
Interactivity metrics / Time to Interactive (TTI)
- Field: Not recommended as users interacting with your page can skew field measurements of TTI
Interactivity metrics / First Input Delay (FID)
- Lab: N/A (as it requires the user to interact with the page)
- Field: IE9+ (and Safari, Chrome, Firefox) (with polyfill - 0.4KB)
Network metrics / Max Potential First Input Delay
Network metrics / DNS latency
- Lab: DNS performance testing tools
Network metrics / Time to First Byte (TTFB)
- Field: IE9+, Safari 9+
- Lab: most server load testing tools report this
Network metrics / TCP and SSL/TLS latency
- Lab: See Qualys SSL Labs for an audit
Network metrics / Transferred bytes
- Lab: Lighthouse (budgets), Sitespeed.io, custom tools
- Field: N/A - but numbers usually the same as in Lab
Other metrics / Google PageSpeed Insights score
Other metrics / Server Timing
Other metrics / Frame rate
- Lab: Chrome and FF Devtools
- Field: No browser implements the Frame Timing API yet but you can roll your own fps meter using
requestAnimationFrame
Other metrics / DOMContentLoaded
Other metrics / window.load
44. Awesome Ros2
Packages / Application layer
- vision_opencv (⭐609) - Packages for interfacing ROS2 with OpenCV.
- Prev: Sep 16 - Sep 22, 2019
- Next: Sep 02 - Sep 08, 2019