Awesome List Updates on Dec 13 - Dec 19, 2021
37 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Ember
Packages / Articles
2. Awesome Blazor
Templates
- Blazor BFF Azure AD (⭐87) -
- This template can be used to create a Blazor WASM application hosted in an ASP.NET Core Web app using Azure AD and Microsoft.Identity.Web to authenticate using the BFF security architecture. (server authentication) This removes the tokens form the browser and uses cookies with each HTTP request, response. The template also adds the required security headers as best it can for a Blazor application. Read the Quick Start Guide here (⭐87).
- Blazor BFF Azure B2C (⭐67) -
- This template can be used to create a Blazor WASM application hosted in an ASP.NET Core Web app using Azure B2C and Microsoft.Identity.Web to authenticate using the BFF security architecture. (server authentication) This removes the tokens form the browser and uses cookies with each HTTP request, response. The template also adds the required security headers as best it can for a Blazor application. Read the Quick Start Guide here (⭐67).
3. Awesome Coq
Projects / Libraries
- Interaction Trees (⭐225) - Library for representing recursive and impure programs.
Projects / Type Theory and Mathematics
- Monae (⭐72) - Monadic effects and equational reasoning.
Resources / Course Material
- Floating-Point Numbers and Formal Proof (⭐7) - Introductory course on Coq real numbers and floating-point numbers from the Flocq library.
4. Awesome Css Frameworks
General Purpose
- Vanilla Framework - Simple, extensible CSS framework. Written by the Canonical Web Team.
Demo, Docs, Repo (⭐912) | #SCSS
- PatternFly - UI framework for enterprise web applications.
Demo, Docs, Repo (⭐754) | #SCSS #LESS
Specialized
- Tufte CSS - Style your webpage like Edward Tufte’s handouts.
Repo (⭐6.2k) | #CSS
5. Dive Into Machine Learning
Supplement: Troubleshooting / Risks - some starting points
6. Awesome Machine Learning
C++ / General-Purpose Machine Learning
- PyCaret (⭐9.4k) - An open-source, low-code machine learning library in Python that automates machine learning workflows.
Clojure / General-Purpose Machine Learning
- clj-ml (⭐134) - A machine learning library for Clojure built on top of Weka and friends.
- Touchstone (⭐139) - Clojure A/B testing library.
Clojure / Deep Learning
- Flare (⭐287) - Dynamic Tensor Graph library in Clojure (think PyTorch, DynNet, etc.)
Clojure / Data Analysis
- tech.ml.dataset (⭐708) - Clojure dataframe library and pipeline for data processing and machine learning
Clojure / Data Visualization
- Pink Gorilla Notebook (⭐105) - A Clojure/Clojurescript notebook application/-library based on Gorilla-REPL
- notespace (⭐149) - Notebook experience in your Clojure namespace
- Delight (⭐344) - A listener that streams your spark events logs to delight, a free and improved spark UI
Clojure / Misc
- kixistats (⭐368) - A library of statistical distribution sampling and transducing functions
Python / Computer Vision
- detectron2 (⭐32k) - FAIR's next-generation research platform for object detection and segmentation. It is a ground-up rewrite of the previous version, Detectron, and is powered by the PyTorch deep learning framework.
Python / General-Purpose Machine Learning
- Shapley (⭐220) -> A data-driven framework to quantify the value of classifiers in a machine learning ensemble.
- breze (⭐96) - Theano based library for deep and recurrent neural networks.
- Opytimizer (⭐620) - Python-based meta-heuristic optimization techniques.
Python / Neural Networks
- TResNet: High Performance GPU-Dedicated Architecture (⭐475) - TResNet models were designed and optimized to give the best speed-accuracy tradeoff out there on GPUs.
- Jina AI An easier way to build neural search in the cloud. Compatible with Jupyter Notebooks.
Tools / Misc
- Flyte - Flyte makes it easy to create concurrent, scalable, and maintainable workflows for machine learning and data processing.
7. Awesome Electronics
Documentation / University Course Archives
- Inkscape Electric Symbols (⭐455) - Circuit Drawing Symbols for Inkscape
8. Awesome Job Boards
Remote / TypeScript
- Dynamite Jobs - Jobs from remote-first companies
Remote / Aggregator
9. Awesome Quant
Reproducing Works, Training & Books / Data Visualization
- ML-Quant - Top Quant resources like ArXiv (sanity), SSRN, RePec, Journals, Podcasts, Videos, and Blogs.
- py4fi2nd (⭐1.8k) - Jupyter Notebooks and code for Python for Finance (2nd ed., O'Reilly) by Yves Hilpisch.
- aiif (⭐354) - Jupyter Notebooks and code for the book Artificial Intelligence in Finance (O'Reilly) by Yves Hilpisch.
- py4at (⭐762) - Jupyter Notebooks and code for the book Python for Algorithmic Trading (O'Reilly) by Yves Hilpisch.
- dawp (⭐615) - Jupyter Notebooks and code for Derivatives Analytics with Python (Wiley Finance) by Yves Hilpisch.
- dx (⭐739) - DX Analytics | Financial and Derivatives Analytics with Python.
10. Awesome Dotnet
Blazor
- MASA.Blazor (⭐1.3k) - A set of enterprise-class UI components based on Material Design and Blazor WebAssembly.
11. Awesome Python
Game Development
- Arcade - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
12. Awesome Swift
Patterns
- ReduxUI (⭐44) - Redux framework for easy use with SwiftUI.
13. Awesome Developer First
Misc
- ngrok - Generate public URLs for internal servers (behind NAT/firewall).
Testing
- Loadmill - Generate tests from user behavior.
14. Awesome Embedded Rust
HAL implementation crates / Vorago
Board support crates / Vorago
15. Awesome Deep Learning
Table of Contents / Books
- Evolutionary Deep Learning - by Micheal Lanham
Table of Contents / Videos and Lectures
16. Awesome Aws
Open Source Repos / Elastic Compute Cloud
- cristim/autospotting 🔥🔥🔥🔥🔥 (⭐2.4k) - Automatically rolling-replace on-demand EC2 instances in AutoScaling groups with compatible spot instances.
Open Source Repos / DevOps
- NixOS/nixops 🔥🔥🔥🔥 (⭐2k) - Use NixOS to provision EC2 instances, S3 buckets, and other resources.
17. Awesome Django
Hosting / PaaS (Platforms-as-a-Service)
18. Awesome Scientific Computing
Meshing / Triangular and tetrahedral meshing
- Triangle - Two-dimensional quality mesh generator and Delaunay triangulator. (C, nonfree software)
- SeismicMesh (⭐135) - Parallel 2D/3D triangle/tetrahedral mesh generation with sliver removal. (Python and C++, GPL 3, GitHub)
Meshing / Quadrilateral and hexahedral meshing
- QuadriFlow - Scalable and robust quadrangulation from triangulation. (C++, BSD, GitHub (⭐751))
Meshing / Mesh tools
- meshio (⭐2.1k) - I/O for various mesh formats, file conversion. (Python, MIT, GitHub)
- pmp-library - Polygon mesh processing library. (C++, MIT with Employer Disclaimer, GitHub (⭐1.4k))
- Mmg - Robust, open-source & multidisciplinary software for remeshing. (C, LGPL 3, GitHub (⭐422))
Visualization / Mesh tools
- F3D - Cross-platform, fast, and minimalist 3D viewer with scientific visualization tools. (C++, BSD, GitHub (⭐3.6k))
19. Public Apis
Animals
API: MeowFacts (⭐481)
Description: Get random cat facts
Auth: No
HTTPS: Yes
CORS: No
API: Zoo Animals
Description: Facts and pictures of zoo animals
Auth: No
HTTPS: Yes
CORS: Yes
Anime
API: Trace Moe
Description: A useful tool to get the exact scene of an anime from a screenshot
Auth: No
HTTPS: Yes
CORS: No
Cryptocurrency
API: 1inch
Description: API for querying decentralize exchange
Auth: No
HTTPS: Yes
CORS: Unknown
Games & Comics
-
Description: API to get Information about a Minecraft Server
Auth: No
HTTPS: Yes
CORS: No
Test Data
API: ItsThisForThat
Description: Generate Random startup ideas
Auth: No
HTTPS: Yes
CORS: No
20. Alternative Internet
Developer tools and frameworks
- OrbitDB (⭐8.6k) is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses CRDTs for conflict-free database merges making OrbitDB an excellent choice for decentralized apps (dApps), blockchain applications and offline-first web applications.
- RenderJS is a JavaScript library which provides an easy way to define gadgets (aka mashups) in pure HTML5, without requiring any application server. It is suitable for the development of mobile applications, desktop applications.
Hosting and media
- LibreWeb is a decentralized and open-source web browser leveraging the IPFS network, using markdown as document source code.
Networking
- Project Meshnet aims to build a sustainable decentralized alternative internet. Used by Hyperboria and built on CJDNS.
Uncategorised
- cjdns (⭐5.3k) - Encrypted networking for regular people. cjdns implements an encrypted IPv6 network using public key cryptography for address allocation and a distributed hash table for routing. This provides near zero-configuration networking without many of the security and robustness issues that regular IPv4 and IPv6 networks have.
Dead
- Telehash a new encrypted P2P JSON-based protocol enabling developers to quickly build apps that are distributed and private (see the protocol (⭐483) spec)
21. Awesome Newsletters
General Web Development
- Labnotes. A weekly email about software development, tech, and anything else interesting.
JavaScript
- Deno Weekly. A weekly roundup of news, tutorials and projects from the land of Deno, the newest JavaScript runtime on the block.
22. Awesome Security
EBooks / Online resources
- Data Privacy - A book that teaches you to implement technical privacy solutions and tools at scale. (early access, published continuously, final release January 2022)
23. Awesome Javascript
Functional Programming / Runner
- fxts (⭐1.1k) - Lazy evaluation and concurrency.
24. Awesome Ros2
Packages / Containerization
- ros2-docker - Connecting ROS 2 nodes running in Docker containers over the internet.
Packages / Networking
- Husarnet VPN (⭐343) - A P2P, secure network layer dedicated for ROS & ROS 2.
Companies / Robotics Capture the Flag (RCTF)
- Husarnet - Open Source, P2P, low-latency VPN dedicated for robots.
25. Awesome Terraform
Community
Books
Tools / Community providers
- terraform-credentials-vault (⭐5) - A Terraform "credentials helper" plugin that allows providing credentials for Terraform-native services (private module registries, Terraform Cloud, etc) via environment variables.
- terrastate (⭐78) - Visual Studio Code extension to monitor/deploy/destroy Terraform resources in your workspace
26. Awesome Web Archiving
Tools & Software / WARC I/O Libraries
- FastWARC (⭐111) - A high-performance WARC parsing library (Python).
27. Awesome Design Systems
Develop isolated components
- Backlight - Collaborative platform to build Design Systems on the code side. Empower your front-end with an all-in-one solution to manage components. Quick start, speed-up collaboration.
28. Awesome Plotters
Software / G-code
- node-gcode (⭐34) - Node.js G-code interpreter and simulator.
- svg2gcode (⭐55) - Node.js command line utility for converting SVG to G-code.
- svg2gcode (⭐95) - Python utility for fast SVG to G-code conversion.
- jscut - A web-based utility for converting SVG to G-code.
- gcodeplot (⭐182) - Python utility to convert SVG and HPGL to G-code for a 3-axis CNC machine.
29. Awesome Vue
Components & Libraries / UI Utilities
- vue-use-paginator (⭐18) - Vue 3 use-hook to reactively paginate data and arrange paginator buttons. Completely renderless.
30. Discount for Student Dev
Visual Analytics
- AnyChart [FREE] - A flexible JavaScript library for creating interactive charts, maps, and dashboards for visual analytics. Provides students with a free license for use in their education or other non-commercial projects.
31. Awesome Graphql
Tools - Editors & IDEs & Explorers / React
- CraftQL (⭐108) - A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format.
32. Awesome Preact
Contents / Boilerplates
- Electron TypeScript Preact Boilerplate (⭐5) - Electron starter project with TypeScript and Preact support, powered by esbuild.
33. Tools
Code Playgrounds
34. Awesome Sre
Books
Reliability
Post-Mortem
Service Level Agreement
35. Awesome Fastapi
Utils / Other Tools
- FastAPI Events (⭐502) - Asynchronous event dispatching/handling library for FastAPI and Starlette.
36. Awesome Dataviz
JavaScript tools / Charting libraries
- G2 - an interactive and responsive charting library based on the grammar of graphics, maintained by Alibaba
- GraphicsJS - Lightweight JS graphics library with intuitive API, based on SVG/VML.
JavaScript tools / Charting libraries for graphs
- G6 (⭐12k) - Graph visualization library powered by Javascript & Typescript, maintained by Alibaba
JavaScript tools / Maps
- L7 (⭐3.8k) - Large-scale WebGL-powered Geospatial Data Visualization analysis framework, maintained by Alibaba
- L7 Plot (⭐92) - Geospatial Visualization Chart Library, maintained by Alibaba
- Dipper (⭐29) - Map application development framework powered by L7, maintained by Alibaba.
JavaScript tools / React
- BizCharts (⭐6.2k) - Data visualization library based on G2 (⭐12k) and React
- Graphin (⭐1.1k) - Graph visualization library powered by React & Typescript (built on top of G6, maintained by Alibaba.
React Native / React
- F2 (⭐7.9k) - An elegant, interactive and flexible charting library for mobile, maintained by Alibaba
React Native / Misc
- Graphology (⭐1.5k) - A robust & multipurpose Graph object for javascript & TypeScript; Serves as a base library to power other graph visualization libraries.
Other tools / Misc
- X6 - diagram creation library for rapid construction of DAG diagrams, ER diagrams, flowcharts and other applications, maintained by Alibaba
Books / Misc
- The Grammar of Graphics by Leland Wilkinson. Basic visualization theory.
Catalogs / Misc
- Wikipedia
Twitter accounts / Misc
37. Awesome Db Tools
IDE
- DataStation (⭐2.9k) - Easily query, script, and visualize data from every database, file, and API.
- Prev: Dec 20 - Dec 26, 2021
- Next: Dec 06 - Dec 12, 2021