Awesome List Updates on Feb 20 - Feb 26, 2023
48 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Agi Cocosci
Bayesian Modeling / Bayesian Induction
- Building Machines That Learn and Think Like People - Behavioral and Brain Sciences, 2017. [All Versions]. Brenden Lake and Josh Tenenbaum's review on Bayesian modeling.
2. Awesome Translations
Books / Machine translation
- Glocalization Strategy Playbook (⭐46) - A Guide for Localization and Globalization Professionals by the GILT forum.
3. Awesome Fastapi
Databases / ODMs
- PynamoDB (⭐2.4k) - A pythonic interface to Amazon's DynamoDB.
4. Static Analysis
Programming Languages / Other
- autoflake (⭐877) — Autoflake removes unused imports and unused variables from Python code.
- Dodgy (⭐122) — Dodgy is a very basic tool to run against your codebase to search for "dodgy" looking values. It is a series of simple regular expressions designed to detect things such as accidental SCM diff checkins, or passwords or secret keys hard coded into files.
- pyupgrade — A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
Multiple languages / Other
- OpenStaticAnalyzer (⭐42) — OpenStaticAnalyzer is a source code analyzer tool, which can perform deep static analysis of the source code of complex systems.
- SafeQL — Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL. SafeQL is an ESLint plugin for writing SQL queries in a type-safe way.
5. Awesome Elixir
Books
- Elixir in Action, Third Edition - Fully updated to Elixir 1.14, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability (2023).
- Elixir in Action - A brief intro to the language followed by a more detailed look at building production-ready systems in Elixir by Saša Jurić (2015).
- Elixir in Action, Second Edition - Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply Elixir to practical problems associated with scalability, fault tolerance, and high availability (2019).
Code Analysis
- ex_check (⭐307) - One task to efficiently run all code analysis & testing tools in an Elixir project.
6. Awesome Ios
Architecture Patterns
- The Composable Architecture (⭐12k) - The Composable Architecture is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
ARKit
- ARKit Virtual Objects (⭐369) - Placing Virtual Objects in Augmented Reality.
Video
- VLC for iOS (⭐1k) - VLC is a free and open source multimedia player for iOS.
7. Awesome Nodered
Nodes / Smarthome
- hubitat (⭐20) - Connect with Hubitat.
8. Awesome Deno
Docs / Online Playgrounds
Modules / Testing
- unitest (⭐7) - Deno-first universal unit testing framework.
Tools / XML
- deno_docker (⭐876) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu.
9. Awesome Newsletters
Devops / Svelte
- DevOps Bulletin. The latest DevOps trends in your inbox every week. From AWS, Terraform, and Kubernetes to CI/CD pipelines and cloud-native architecture, we've got you covered!
10. Awesome Rust
Applications / Audio and Music
- figsoda/mmtc (⭐90) [mmtc] - Minimal mpd terminal client that aims to be simple yet highly configurable
Libraries / Graph algorithms
- petgraph/petgraph (⭐2.8k) - Graph data structure library.
11. Awesome Python Data Science
Optimization / Others
- Optuna (⭐9.7k) - A hyperparameter optimization framework.
Feature Engineering / General
- dirty_cat (⭐9) - Machine learning on dirty tabular data (especially: string-based variables for classifcation and regression).
- NitroFE (⭐106) - Moving window features.
Feature Engineering / Feature Selection
- zoofs (⭐236) - A feature selection library based on evolutionary algorithms.
12. Awesome Generative Deep Art
Generative AI history, timelines, maps, and definitions
- A Review of Generative AI from Historical Perspectives: paper by Dipankar Dasgupta, Deepak Venugopal and Kishor Datta Gupta
Critical Views about Generative AI
Generative AI Tools Directories
- The ultimate list of AI tools for creators | Descript: collection organized by Descript
Hypertechniques / ControlNet
- Scribble Diffusion: turn your sketch into a refined image using AI (based on ControlNet)
LangChain / Multi-agents
Large Language Models (LLMs)
- Red-Teaming Large Language Models | Hugging Faces: strategies for testing LLMs against jailbreaks and attacks
- hwchase17/langchain (⭐91k): "building applications with LLMs through composability"
- Top Large Language Models (LLMs) in 2023 | MarkTechPost: list with large language models from diverse companies
- Godly: Instant context for GPT3
Embeddings and Semantic Search / Prompt Engineering for Text-to-image
- Learning Center | Pinecone: Pinecone's guides to vector embeddings
- jerryjliu/gpt_index: GPT Index (LlamaIndex) (⭐34k): a project to make it easier to use large external knowledge bases with LLMs
- Llama Hub: a repository of data loaders for LlamaIndex (GPT Index) and LangChain
- Chroma: an open-source AI-native database that makes it easy to use embeddings
AI Tools for Research / Multi-agents
- Elicit: automate research workflow for literature review
13. Awesome React Components
Boilerplate / Mouse Events
- PBandJ (⭐108) - Zero-Config Reusable Component Framework.
14. Awesome Privacy
Third-Party owned
- Forward Email - the 100% open-source and privacy-focused email service.
Self-Hosted
- Mox (⭐3.5k) - Modern full-featured open source secure mail server for low-maintenance self-hosted email.
Anti-tracking / Alternative clients/modifications of Discord:
- LibRedirect (⭐3.2k) - A simple web extension that redirects Twitter, YouTube, Google Maps and many more requests to privacy friendly alternatives. Former Privacy Redirect is no longer maintained, LibRedirect is a maintained fork.
Privacy vs Security vs Anonymity / Alternative clients/modifications of Discord:
- Privacy is about regulating who has access to your personal information, being aware of the data that is being collected about you, and having the ability to decide who can access it and how. In short, privacy involves controlling your personal information.
- Security refers to safeguarding your personal information from unauthorized access or theft. It involves ensuring that your data is protected and stored in a secure manner, making it difficult for malicious actors to access it.
- Anonymity is about ensuring that your actions cannot be traced back to you. This means that even if someone discovers what you are doing, they will not be able to identify you as the source.
15. Awesome Cpp
Configuration
- inipp (⭐269) - Simple header-only C++ ini parser and generator. [MIT]
Math
- ExprTk - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. [MIT]
- Wykobi - A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. [MIT]
Miscellaneous
- StrTk - A C++ library consisting of high performance string processing routines. [MIT]
Websites
- cppexpert.online - Learn the best C++ practices by improving code snippets with some problems or with bad practices.
16. Alternative Front Ends
Overview / YouTube
- TubeArchivist (⭐2.8k): A self hosted YouTube media server
17. Awesome Yew
Crates / Utils
- yew-nested-router (⭐6) - A router that supported nesting, with Yew 0.20.
18. Awesome Theoretical Computer Science
Lecture Notes / Monograph
- Aspnes. Notes on Discrete Mathematics - Fall 2017 of the Yale course CPSC 202a, Mathematical Tools for Computer Science.
19. Awesome Datascience
Disaster
- deprem-ml AYA: Açık Yazılım Ağı (+25k developers) is trying to help disaster response using artificial intelligence. Everything is open-sourced afet.org.
20. Awesome Cl
Mobile
- 👍 jzon (⭐144) - a correct, safe and fast JSON parser. MIT.
- jzon is the only CL JSON library which correctly declines all invalid inputs per the official JSON test suite and accepts all valid inputs per that suite.
- it doesn't crash on invalid input (jsown), doesn't choke on large datasets (Jonathan), and more.
- v1.0 released in the Quicklisp dist of February, 2023.
- "I believe jzon to be the superior choice and hope for it to become the new, true de-facto library in the world of JSON-in-CL once and for all."
Community
- asdf-dependency-graph (⭐8) - A minimal wrapper around
dot
to generate an image of the dependencies graph.
Others / Third-party APIs
- aws-sdk-lisp (⭐87) - Provides interfaces for each AWS services as individual systems. BSD_2Clause.
- incluse dozens of services: dsn, appstream, athena, cloudfront, codedeploy, cognito-*, directconnect, dynamodb, dms, elasticache, email, events, kinesis, machinelearning, monitoring, s3, sms, storagegateway, workspaces…
CSV / Third-party APIs
- csv-validator (⭐3) - Validates tabular CSV data using predefined validations, inspired from its Python homologue "Great Expectations". BSD_3Clause.
21. Awesome Ruby
Serverless
- 🐑 Lamby - Simple Rails & AWS Lambda Integration using Rack
22. Awesome Lowcode
Automation
- tines - No-code automation for security teams.
23. Awesome Playwright
Guides
- playwrightsolutions.com - Curated Selection of Playwright Automated Test Problems and Solutions.
24. Awesome Embedded Rust
Driver crates / Other
- sega-controller - GPIO - Sega controller input - github (⭐1) -
Driver crates / WIP
- SPL06-007 (⭐1) - I2C - Pressure and temperature sensor -
25. Awesome Ada
Entry Point
- ada-logo-editor - The “Ada horizon” logo maker website.
Online Books
- ada-distilled - Ada Distilled for Ada 2005.
Specialties
- ada-ic-learning - For additional learning resources, see the AdaIC learning section.
News and Resources
- ada-resource-association - Since 1990 the Ada Resource Association's principal mission has been “To ensure continued success of Ada users and promote Ada use in the software industry”.
- ada-information-clearinghouse - News and resources for the Ada programming language.
Graphical User Interface / Apache License
- fltk-ada - Ada-2012 binding to FLTK (Fast Light Toolkit).
Algorithms, Containers and Protocols / Apache License
- charles - Charles is an Ada 95 container library, precursor to Ada 2005+ standard containers.
Sound / Apache License
- portable-openal-sound (⭐1) - A linux-sound-playing package for Ada apps that can asynchronously start and stop music loops, as well as initiate transient sounds.
Utilities / Apache License
- simple-logging (⭐3) - Easy to use logging facilities for output to console in Ada programs.
Bindings to Other Languages / Apache License
- tashy (⭐8) - Tashy is short from Tcl Ada SHell Younger. It is derivate of Tash, focused mostly on Tk binding.
- tashy2 (⭐2) - Tashy2 is short from Tcl Ada SHell Younger. It is derivate of Tashy, and aims to be more idiomatic and uses a more permisive license.
Automation / Apache License
- ada4automation - A framework for designing industrial automation applications using the Ada language.
26. Awesome Crystal
Testing
- hashr (⭐0) - A tiny class makes test on JSON response easier
Official Documentation Translations
- procodile (⭐6) - Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)
- port_ruby_to_crystal (⭐9) - A regex replace ruby script for port ruby code to crystal easier, reduce friction
27. Awesome Swift
Newsletter
- Open Source Updates for Swift Projects - A bi-weekly newsletter to give you the latest updates on popular and unknown open source projects written or related to Swift.
Third party Guides
- Swift & SwiftUI Tutorials - SwiftUI learning with Ease.
Patterns
- GoodReactor (⭐32) - ⚛️ GoodReactor is a Redux-inspired Reactor framework for communication between the View Model, View Controller, and Coordinator.
Layout / Barcode
- AnimatedTabBar (⭐307) - A tabbar with a number of preset animations.
Logging / Barcode
- QorumLogs (⭐785) - Logging Utility for Xcode & Google Docs.
Network / Barcode
- GoodNetworking (⭐31) - 📡 GoodNetworking simplifies HTTP networking.
Keychain / Barcode
- GoodPersistence (⭐33) - 💾 GoodPersistence simplifies caching data in keychain and UserDefaults. Using a property wrappers.
HUD / Barcode
- EZLoadingActivity (⭐608) - Lightweight loading activity HUD.
Template / Barcode
- Temple (⭐32) - 🗂️ Most advanced project and file templates.
UICollectionView / Barcode
- GoodProvider (⭐28) - 🚀 UITableView and UICollectionView provider to simplify basic scenarios of showing the data.
Utility / Barcode
- GoodExtensions-iOS (⭐28) - 📑 GoodExtensions is a collection of useful and frequently used extensions.
- GoodUIKit (⭐30) - 📑 GoodUIKit is an extensions library filled with reusable UI snippets for faster and more efficient development.
28. Awesome Eslint
Configs / Other Configs
- Sheriff (⭐97) - Comprehensive and highly opinionated Eslint configuration. Typescript oriented.
29. Awesome Nix
Deployment Tools / Discovery
- bento (⭐226) - A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date.
Command-Line Tools / Discovery
- nix-init (⭐818) - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more.
Programming Languages / Clojure
- clj-nix (⭐138) - Nix helper functions for Clojure projects.
Programming Languages / PureScript
- purs-nix (⭐71) - CLI and library combo designed for managing PureScript projects using Nix. It provides a Nix API that can be used within your projects, as well as a command-line interface for managing your development process.
30. Awesome Product Management
Books / Obsidian
- Outcomes over Output: Why Customer Behavior Is the Key Metric for Business Success - By Joshua Seiden.
- Difficult Conversations - By Douglas Stone.
- Staff Engineer - By Will Larson.
31. Awesome Plotters
Inspiration, Instruction, and Research / Fonts
- CuriousMarc: HP 7475A Plotter and HPGL Demo - Video of an HP 7475A plotting some demos.
- CuriousMarc: Refilling or Replacing Vintage HP Plotter Pens - Video showing how to open, clean, and refill vintage HP plotter pens.
- Commodore 1520 Plotter Demonstration - Video of the Commodore 1520 plotter in action, including a cover-off shot of the mechanism.
Manuals, Ephemera, Papers, and Patents / Manuals
32. Awesome Blazor
Videos / Others
- Steve Sanderson on Blazor United - February 23, 2023 - Carl talks to Steve Sanderson, creator of Blazor, to answer questions about Blazor United, coming in .NET 8.
- Exploring OpenAI with Blazor - February 23, 2023 - Chat with Michael Washington about how .NET developers can leverage OpenAI GPT-3 in their Blazor applications.
Articles / Others
- Blazor United - Solving Blazor's biggest challenges? - February 23, 2023 - There are some big changes coming for Blazor in .NET 8 and they look very, very promising.
- The Blazor NavigationManager - February 23, 2023 - The NavigationManager is a service that enables developers to programmatically navigate the user to different pages or external URIs. In ASP.NET Core 7, there were added new features that enable us to parse simple state between pages and listen to and intercept navigation. In this post, we will look at the basic capabilities of the NavigationManager, present what new features were added in ASP.NET Core 7, discuss how it fits into the Blazor/.NET ecosystem, and in the end present a scenario that is now possible with relative ease using new additions from ASP.NET Core 7.
- Announcing .NET 8 Preview 1 - February 21, 2023 - The first preview of .NET 8 is ready to download. This blog post covers the major themes and goals that drive the prioritization and selection of enhancements to develop. .NET 8 preview and release candidate builds will be delivered monthly. As usual, the final release will be delivered sometime in November at .NET Conf.
- Azure Active Directory multitenant integration with Blazor WASM – Part 1 - February 19, 2023 - This blog is set in two parts. The first describes the process of setting up an Azure Active Directory multitenant on Azure, and the 2nd part describes how to integrate with a Blazor WASM application. Source code (⭐34) .
33. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- zshrpg (⭐1) - A wrapper that fully integrates rpg-cli (⭐1.4k) with ZSH!
Themes / superconsole - Windows-only
- goprompt (⭐3) - Lightning fast. Includes decorators for truncated current directory, last command duration & exit status, vim-mode indicators,
git
information, datetime and parent process name.
- sensa (⭐0) - Includes decorators for
git
status, GitHub username and current directory.
- starship2k (⭐5) - Includes powerline support, decorators for
git
information, multiple languages and a multiline prompt.
- unicorn (⭐1) - Includes decorators for root status, virtualenv, nvm, rvm, current directory, the time, current directory and emoji
git
information. Inspired by wild cherry (⭐475).
34. Awesome Developer First
Authentication & Identity
- Ory - Open-source identity & access-control solutions (also available as a service).
CMS (headless)
- Strapi - Open-source headless CMS, 100% JavaScript.
35. Awesome Java
Bytecode Manipulation
- Maker (⭐50) - Provides low level bytecode generation.
Monitoring / Text-Based User Interfaces
- hippo4j (⭐5.3k) - Dynamic and observable thread pool framework.
Testing / Asynchronous
- WebTau (⭐362) - Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts.
36. Awesome Low Code
Platforms / Low Code Application Platform
- Appsheet (Google) - Google AppSheet is a no-code development platform that enables users to create custom mobile and web applications without requiring extensive programming knowledge. It provides a drag-and-drop interface for building apps, and it can integrate with various data sources and APIs to automate workflows and improve productivity.
Platforms / Robotic Process Automation
- UiPath - A leading provider of robotic process automation (RPA) software, which enables organizations to automate repetitive and time-consuming tasks, such as data entry and data processing. Its platform includes a visual designer for building automation workflows, a robot for executing the workflows, and analytics tools for monitoring and optimizing performance.
- AutomationAnywhere - A provider of robotic process automation (RPA) software that allows businesses to automate tasks using a combination of rules-based decision-making, machine learning, and artificial intelligence. Its platform includes a user-friendly interface for creating and deploying automation, and it can be used to automate tasks across various departments and industries.
- BluePrism - A provider of robotic process automation (RPA) software that allows organizations to automate repetitive and manual tasks, such as data entry, without requiring extensive coding knowledge. Its platform includes a digital workforce that can handle high-volume and complex tasks, and it can integrate with various systems and applications to streamline business operations.
37. Awesome Webxr
Standout Projects
- Hello WebXR - Made to commemorate the release of the WebXR 1.0 API, showcases some of what's possible with WebXR.
- This links to a mirror of the experience on my own fork, as it is no longer accessible at its original domain.
38. Awesome Sitecore
Containers
- Test Sitecore Packages (⭐1) - Provides a way to quickly and conveniently install packages as part of a docker image build or after startup of your containers. Useful for module developers or teams that need to verify build artifacts work in a vanilla instance of XM. Supports XM, SPE, SXA, and any custom module zip/scwdp or generic zip files.
Security
- Certz (⭐2) - Utility built on .net 7 and compiled to a self-contained exe, aimed to simplify certificates management, as a better alternative to mkcert.
39. Awesome Streaming
Table of Contents / Streaming Library
- Quix Streams (⭐1.1k) [Python] - a streaming library originally designed for the McLaren Formula 1 racing team that can process high volumes of time-series data with up to nanosecond precision using Apache Kafka as a message broker.
40. Awesome Polars
Resources / Cheat Sheets
- Polars Cheat Sheet - A Polars Cheat Sheet by @FranzDiebold.
Resources / Blog posts
- Alternatives to Pandas: Python Polars - An article that explores the Python Polars module as an alternative to Pandas, comparing their similarities and differences and providing some examples by @JohnLockwood
- Pandas vs Polars - A comparison on File I/O - A blog post that evaluates Polars and Pandas in terms of I/O performance and speed when handling large datasets by Wes Poulsen.
Resources / Talks and videos
- Expressive & fast dataframes in Python with polars ⏳
28 min
- A video that reviews some alternatives to Pandas for Python and then demonstrates some Polars features by Juan Luis Cano Rodríguez.
Contributing / Talks and videos
- Damien Dotta (@ddotta) - Maintainer of Awesome Polars list
41. Awesome Testing
Software / Make your life easier
- wopee.io - Autonomous testing platform providing bot for autonomous visual regression testing.
42. Awesome Go
Bot Building
- bot (⭐619) - Zero-dependencies Telegram Bot library with additional UI components
Build Automation
- xc (⭐1.1k) - Task runner with README.md defined tasks, executable markdown.
Database Tools
- onedump (⭐79) - Database backup from different drivers to different destinations with one command and configuration.
Error Handling
- Fault (⭐158) - An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values.
Messaging
- Watermill (⭐7.2k) - Working efficiently with message streams. Building event driven applications, enabling event sourcing, RPC over messages, sagas. Can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog.
Security
- booster (⭐489) - Fast initramfs generator with full-disk encryption support.
Other Software / Libraries for creating HTTP middlewares
- hotswap (⭐327) - A complete solution to reload your go code without restarting your server, interrupting or blocking any ongoing procedure.
E-books for purchase / Libraries for creating HTTP middlewares
- Lets-Go-Further - Advanced patterns for building APIs and web applications in Go.
43. Awesome Selfhosted
Software / Analytics
- AWStats - Generate statistics from web, streaming, ftp or mail server logfiles. (Demo, Source Code (⭐368))
GPL-3.0
Perl
- Countly Community Edition - Real time mobile and web analytics, crash reporting and push notifications platform. (Source Code)
AGPL-3.0
Nodejs/Docker
- Druid - Distributed, column-oriented, real-time analytics data store. (Source Code (⭐13k))
Apache-2.0
Java/Docker
- EDA - Web application for data analysis and visualization. (Source Code (⭐116))
AGPL-3.0
Nodejs/Docker
- GoAccess - Real-time web log analyzer and interactive viewer that runs in a terminal. (Source Code (⭐18k))
GPL-2.0
C
- GoatCounter - Easy web statistics without tracking of personal data. (Source Code (⭐4.4k))
EUPL-1.2
Go
- Metabase - Easy, open-source way for everyone in your company to ask questions and learn from data. (Source Code (⭐38k))
AGPL-3.0
Java/Docker
- Offen - Fair, lightweight and open web analytics tool. Gain insights while your users have full access to their data. (Demo, Source Code (⭐858))
Apache-2.0
Go/Docker
- Open Web Analytics - Web analytics framework that lets you stay in control of how you instrument and analyze the use of your websites and applications. (Source Code (⭐2.5k))
GPL-2.0
PHP
- Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics. (Source Code (⭐20k))
AGPL-3.0
Elixir
- PostHog - Product analytics, session recording, feature flagging and a/b testing that you can self-host (alternative to Mixpanel/Amplitude/Heap/HotJar/Optimizely). (Source Code (⭐20k))
MIT
Python
- Redash - Connect and query your data sources, build dashboards to visualize data and share them with your company. (Source Code (⭐26k))
BSD-2-Clause
Docker
- RudderStack - Collect, unify, transform, and store your customer data, and route it to a wide range of common, popular marketing, sales, and product tools (alternative to Segment). (Source Code (⭐4k))
AGPL-3.0
Docker/K8S/Go/Nodejs
- Shynet (⭐2.9k) - Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Apache-2.0
Python/Docker
- Superset - Modern data exploration and visualization platform. (Source Code (⭐61k))
Apache-2.0
Python
- Umami - Simple, fast, privacy-focused alternative to Google Analytics. (Demo, Source Code (⭐21k))
MIT
Nodejs/Docker
Software / Booking and Scheduling
- QloApps - An open-source, customizable and intuitive web-based hotel reservation system and a booking engine. (Demo, Source Code (⭐4.5k))
OSL-3.0
PHP/Nodejs
Software / Communication - Email - Mail Transfer Agents
- DragonFly (⭐226) - A small MTA for home and office use. Works on Linux and FreeBSD.
BSD-3-Clause
C
Software / Database Management
- Chartbrew - Web application that can connect directly to databases and APIs and use the data to create beautiful charts. (Demo, Source Code (⭐2.6k))
MIT
Nodejs/Docker
Software / Games
- Red Eclipse 2 - A FOSS Arena First-Person Shooter Similar to Unreal Tournament. (Source Code (⭐429))
Zlib/MIT/CC-BY-SA-4.0
C/C++/deb
Software / Software Development - Testing
- Bencher - Bencher is a suite of continuous benchmarking tools designed to catch performance regressions in CI. (Source Code (⭐489))
MIT/Apache-2.0
Rust
List of Licenses / Wikis
IPL-1.0
- IBM Public License
44. Free for Dev
APIs, Data, and ML
- Datalore - Python notebooks by Jetbrains. Includes 10 GB of storage and 120 hours of runtime each month.
- TemplateTo - Auto-Generate PDF/TXT documents from reusable templates with our drop-and-drop editor and simple API. The free plan comes with 450 PDFs/month and three templates.
Authentication, Authorization, and User Management
- Auth0 — Hosted SSO. Up to 7000 active users and two social identity providers.
- Okta — User management, authentication and authorization. Free for up to 100 monthly active users.
Messaging and Streaming
- HiveMQ - Connect your MQTT devices to the Cloud Native IoT Messaging Broker. Free to connect up to 100 devices (no credit card required) forever.
BaaS
- Activepieces - Build automation flows to connect several apps together in your app's backend. For example, send a Slack message or add a Google Sheet row when an event fires in your app. Free up to 5,000 tasks per month.
45. Awesome Music
Audio Libraries
- audioFlux (⭐2.1k) - A library for audio and music analysis, feature extraction.
46. Awesome Neovim
Marks / Diagnostics
- LeonHeidelbach/trailblazer.nvim (⭐235) - TrailBlazer introduces a stack based mark system that enables a completely new dynamic and super fast workflow using project wide marks.
Tree-sitter Supported Colorscheme / Diagnostics
- nyoom-engineering/oxocarbon.nvim (⭐1.1k) - A dark and light Neovim theme written in fennel, inspired by IBM Carbon.
- embark-theme/vim (⭐649) - A deep inky purple theme leveraging bright colors.
Bars and Lines / Diagnostics
- m4xshen/smartcolumn.nvim (⭐284) - Hide your colorcolumn when unneeded.
Utility / Diagnostics
- yaocccc/nvim-foldsign (⭐33) - Display folds on sign column.
- tenxsoydev/nx.nvim (⭐28) - Neovim API utility wrapper for more convenience with Lua keymaps, highlights, autocommands and options.
Motion / Diagnostics
- echasnovski/mini.nvim#mini.bracketed (⭐4.7k) - Module of
mini.nvim
to go forward/backward with square brackets.
Editing Support / Diagnostics
- bennypowers/splitjoin.nvim (⭐75) - Split and join various syntax structures.
47. Awesome Pleb Projects
Content Creation
48. Awesome Db Tools
Schema / Diagrams
- ERD Lab - Free cloud based entity relationship diagram (ERD) tool made for developers.
- Prev: Feb 27 - Mar 05, 2023
- Next: Feb 13 - Feb 19, 2023