Awesome List Updates on Apr 04 - Apr 10, 2022
33 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Vue
Components & Libraries / UI Utilities
- @morev/vue-transitions (⭐216) Transitions library for Vue 2 and 3 with no CSS needed
2. Awesome Crystal
Misc
- defined (⭐17) - macros for conditional compilation based on constant definitions, version requirements, or environment variable settings
3. Awesome Capacitor
Other plugins
- Document Scanner (⭐77) - Scan documents (notes, homework, business cards, receipts, or anything with a rectangular shape).
4. Alternative Front Ends
Overview / Discord
- gtkcord4 (⭐1.5k): A lightweight Discord client written in Golang which uses GTK3 for the user interface
5. Awesome Design Systems
6. Awesome Ada
Build and Package / Apache License
- cmake-ada-cho3 (⭐0) - CMake language support for Ada, fork of plplot's cross-platform support code.
Graphical User Interface / Apache License
- qt-ada - Ada-2012 port to Qt 6 framework.
7. Awesome Appimage
AppImage consumption tools / Package managers
- jewelrystore - Command line AppImage store made in ruby.
8. Awesome Machine Learning
Python / Python Survival Analysis
- lifelines (⭐2.5k) - lifelines is a complete survival analysis library, written in pure Python
- Scikit-Survival (⭐1.2k) - scikit-survival is a Python module for survival analysis built on top of scikit-learn. It allows doing survival analysis while utilizing the power of scikit-learn, e.g., for pre-processing or doing cross-validation.
R / General-Purpose Machine Learning
- CORElearn - CORElearn: Classification, regression, feature evaluation and ordinal evaluation. -* CoxBoost - CoxBoost: Cox models by likelihood based boosting for a single survival endpoint or competing risks [Deprecated]
9. Nginx Resources
Tutorials
10. Awesome Raspberry Pi
OS Images
- openSUSE - openSUSE is a major Linux distribution that has images based for its stable release Leap and rolling release Tumbleweed. Images can be found for many of the Pis, including the Raspberry Pi 3 and Raspberry Pi 4.
Projects
- CocktailMaker (⭐153) - An advanced cocktail making machine that can be controlled via browser and touchscreen.
Books / iOS
- The Official Raspberry Pi Handbook 2022 - A guide to help you get the most of your Raspberry Pi computer, essential information, project ideas, tutorials, and reviews. Updated for Raspberry Pi Pico.
11. Awesome Css
Tutorials 🎬 / 2015
- CSS Math Functions - Using CSS Math for responsive design.
12. Awesome Regression Testing
Online services (a-z↓)
- Preflight: Cypress Recorder - Create AI-powered Cypress Tests/POM models in your browser and automate Email & Visual testing for Cypress.
13. Awesome Cpp
JSON
- json-build (⭐41) - C89 tiny zero-allocation JSON serializer. [MIT]
Miscellaneous
- Concord (⭐567) - A Discord API wrapper library written in C. [MIT] website
14. Awesome Directus
Extensions / Community
- Data Grid Interface (⭐31) - A data grid interface width
@revolist/vue3-datagridfor Directus 9.
- SparkLine Display (⭐9) - A sparkline display with
apexchartsfor Directus 9.
15. Awesome Ruby
Logging
- Ougai (⭐267) - A structured logging system that is capable of handling a message, structured data, or an exception easily. It has JSON and human-readable formatters.
16. Awesome Yew
Templates
- tailwindcss-yew-template (⭐17) - Simple layout for using Tailwindcss with Yew.
Crates / Hooks
- yewv (⭐11) - A lightning fast state management module for Yew built with performance and simplicity as a first priority.
Crates / Utils
- yew_icons (⭐42) - Easily include a variety of svg icons(Feather/Font Awesome/Octicons) into your Yew app.
17. Awesome Wagtail
Apps / Media
- Rent Free Media (⭐80) - A media distribution framework built on Django and Wagtail. Premium / subscription-based publishing like Patreon or Substack.
18. Awesome Newsletters
Mobile / Svelte
- Flutter Digest. 🇫🇷 A weekly French newsletter about Flutter and Dart.
- Android Croissants. 🇫🇷 Every Monday morning, receive the latest news, tutorials, tips… about Android.
19. Awesome Selfhosted
Software / File Transfer - Web-based File Managers
- miniserve (⭐6.8k) - CLI tool to serve files and dirs over HTTP.
MITRust
20. Awesome Vite
Framework-agnostic Plugins / Integrations
- vite-plugin-electron (⭐794) - Integrate Vite and Electron.
21. Awesome React Components
Editable data grid / spreadsheet
- fortune-sheet (⭐3.2k) - An online spreedsheet component that provides out-of-the-box features just like Excel.
Loader
- react-loader-spinner (⭐1k) - Collection set of react-spinner for async operation.
Form Components / Miscellaneous
- @anatoliygatt/numeric-stepper (⭐160) - demo - A fully themeable and accessible numeric stepper component.
Data Store / Mouse Events
- synergies (⭐9) - docs A performant and distributed context-state library for creating reusable React state logic by synergyzing atomar context pieces.
22. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- more-hooks-for-git (⭐2) - Adds extra hooks for
git add,git diffandgit status.
- wordle (⭐3) - Wordle for ZSH, with tab-completions.
- zenplash (⭐3) - Creates files from templates stored in a user directory.
Themes / superconsole - Windows-only
- radius (⭐1) - Includes
gitstatus, username, hostname, and directory decorations, plus desk (⭐2.6k) support.
- refpx (⭐0) - Includes
gitstatus, last command status, user@hostname and directory decorations.
23. Awesome Scriptable
Traveling
- location-location-location (⭐48) - Show Google Maps image from current location.
24. Awesome Jamstack
CMS
- Contember - Bespoke content management. Build and run GraphQL API and user-centric administration without any hassle.
25. Awesome Neovim
Tree-sitter Supported Colorscheme / Diagnostics
- phha/zenburn.nvim (⭐100) - A low-contrast dark colorscheme with support for various plugins.
Editing Support / Diagnostics
- gbprod/substitute.nvim (⭐678) - Neovim plugin introducing a new operator motions to quickly replace and exchange text.
26. Awesome Go
Bit-packing and Compression
- crunch (⭐100) - Go package implementing buffers for handling various datatypes easily.
- go-ef (⭐39) - A Go implementation of the Elias-Fano encoding.
- roaring (⭐2.7k) - Go package implementing compressed bitsets.
Bloom and Cuckoo Filters
- cuckoofilter (⭐1.2k) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go.
- ring (⭐141) - Go implementation of a high performance, thread safe bloom filter.
Data Structure and Algorithm Collections
- algorithms (⭐821) - Algorithms and data structures.CLRS study.
- go-datastructures (⭐7.8k) - Collection of useful, performant, and thread-safe data structures.
- gods (⭐17k) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc.
- gostl (⭐1.1k) - Data structure and algorithm library for go, designed to provide functions similar to C++ STL.
Iterators
- goterator (⭐17) - Iterator implementation to provide map and reduce functionalities.
- iter (⭐191) - Go implementation of C++ STL iterators and algorithms.
Maps
- dict (⭐47) - Python-like dictionaries (dict) for Go.
Nullable Types
- nan (⭐87) - Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers.
- null (⭐38) - Nullable Go types that can be marshalled/unmarshalled to/from JSON.
- typ (⭐46) - Null Types, Safe primitive type conversion and fetching value from complex structures.
Queues
- deque (⭐200) - A highly optimized double-ended queue.
- deque (⭐690) - Fast ring-buffer deque (double-ended queue).
- goconcurrentqueue (⭐427) - Concurrent FIFO queue.
- memlog (⭐133) - An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka.
Sets
- dsu (⭐15) - Disjoint Set data structure implementation in Go.
- golang-set (⭐4.5k) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.
- goset (⭐52) - A useful Set collection implementation for Go.
- set (⭐29) - Simple set data structure implementation in Go using LinkedHashMap.
Text Analysis
- bleve (⭐10k) - Modern text indexing library for go.
- go-adaptive-radix-tree (⭐392) - Go implementation of Adaptive Radix Tree.
- go-edlib (⭐517) - Go string comparison and edit distance algorithms library (Levenshtein, LCS, Hamming, Damerau levenshtein, Jaro-Winkler, etc.) compatible with Unicode.
- trie (⭐776) - Trie implementation in Go.
Trees
- hashsplit (⭐31) - Split byte streams into chunks, and arrange chunks into trees, with boundaries determined by content, not position.
- merkle (⭐19) - Space-efficient computation of Merkle root hashes and inclusion proofs.
Pipes
- ordered-concurrently (⭐41) - Go module that processes work concurrently and returns output in a channel in the order of input.
- parapipe (⭐37) - FIFO Pipeline which parallels execution on each stage while maintaining the order of messages and results.
- pipeline (⭐58) - An implementation of pipelines with fan-in and fan-out.
Caches
- 2q (⭐47) - 2Q in-memory cache implementation.
- couchcache (⭐67) - RESTful caching micro-service backed by Couchbase server.
- fastcache (⭐2.2k) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead.
- GCache (⭐2.7k) - Cache library with support for expirable Cache, LFU, LRU and ARC.
- gdcache (⭐13) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache.
- go-mcache (⭐98) - Fast in-memory key:value store/cache library. Pointer caches.
- groupcache (⭐13k) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
- timedmap (⭐75) - Map with expiring key-value pairs.
- ttlcache (⭐1.1k) - An in-memory cache with item expiration and generics.
- ttlcache (⭐10) - In-memory key value storage with TTL for each record.
Databases Implemented in Go
- badger (⭐15k) - Fast key-value store in Go.
- bbolt (⭐8.9k) - An embedded key/value database for Go.
- Bitcask - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL).
- buntdb (⭐4.7k) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support.
- clover (⭐760) - A lightweight document-oriented NoSQL database written in pure Golang.
- pudge (⭐373) - Fast and simple key/value store written using Go's standard library.
Database Tools
- clickhouse-bulk (⭐498) - Collects small inserts and sends big requests to ClickHouse servers.
Interfaces to Multiple Backends
- cayley (⭐15k) - Graph database with support for multiple backends.
- dsc (⭐34) - Datastore connectivity for SQL, NoSQL, structured files.
- gokv (⭐801) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more).
Relational Database Drivers
- avatica (⭐122) - Apache Avatica/Phoenix SQL driver for database/sql.
- bgc (⭐21) - Datastore Connectivity for BigQuery for go.
- firebirdsql (⭐243) - Firebird RDBMS SQL driver for Go.
- go-adodb (⭐148) - Microsoft ActiveX Object DataBase driver for go that uses database/sql.
- go-mssqldb (⭐1.9k) - Microsoft MSSQL driver for Go.
- go-oci8 (⭐634) - Oracle driver for go that uses database/sql.
- go-sql-driver/mysql (⭐15k) - MySQL driver for Go.
- go-sqlite3 (⭐8.6k) - SQLite3 driver for go that uses database/sql.
- godror (⭐559) - Oracle driver for Go, using the ODPI-C driver.
- gofreetds (⭐113) - Microsoft MSSQL driver. Go wrapper over FreeTDS.
- pgx (⭐12k) - PostgreSQL driver supporting features beyond those exposed by database/sql.
- pig (⭐17) - Simple pgx (⭐12k) wrapper to execute and scan (⭐1.4k) query results easily.
- pq (⭐9.5k) - Pure Go Postgres driver for database/sql.
- Sqinn-Go (⭐450) - SQLite with pure Go.
- sqlhooks (⭐656) - Attach hooks to any database/sql driver.
NoSQL Database Drivers
- aerospike-client-go (⭐450) - Aerospike client in Go language.
- arangolite (⭐72) - Lightweight golang driver for ArangoDB.
- asc (⭐11) - Datastore Connectivity for Aerospike for go.
- forestdb (⭐36) - Go bindings for ForestDB.
- go-couchbase (⭐323) - Couchbase client in Go.
- go-pilosa (⭐57) - Go client library for Pilosa.
- go-rejson (⭐343) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease.
- gocb (⭐373) - Official Couchbase Go SDK.
- gocosmos (⭐22) - REST client and standard
database/sqldriver for Azure Cosmos DB.
- gocql - Go language driver for Apache Cassandra.
- godis (⭐113) - redis client implement by golang, inspired by jedis.
- godscache (⭐11) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.
- gomemcache (⭐1.8k) - memcache client library for the Go programming language.
- gorethink (⭐1.7k) - Go language driver for RethinkDB.
- goriak (⭐30) - Go language driver for Riak KV.
- neo4j (⭐29) - Neo4j Rest API Bindings for Golang.
- neoism (⭐390) - Neo4j client for Golang.
- qmgo (⭐1.3k) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo.
- redeo (⭐445) - Redis-protocol compatible TCP servers/services.
- redigo (⭐9.8k) - Redigo is a Go client for the Redis database.
- rueidis (⭐2.7k) - Fast Redis RESP3 client with auto pipelining and server-assisted client side caching.
- xredis (⭐19) - Typesafe, customizable, clean & easy to use Redis client.
Search and Analytic Databases
- elastic (⭐7.5k) - Elasticsearch client for Go.
- elasticsql (⭐1.2k) - Convert sql to elasticsearch dsl in Go.
- elastigo (⭐942) - Elasticsearch client library.
- go-elasticsearch (⭐5.9k) - Official Elasticsearch client for Go.
- goes (⭐31) - Library to interact with Elasticsearch.
- skizze (⭐92) - probabilistic data-structures service and storage.
DevOps Tools / Libraries for creating HTTP middlewares
- wait-for (⭐17) - Wait for something to happen (from the command line) before continuing. Easy orchestration of Docker services and other things.
27. Alternative Internet
Cloud and storage
- Filebase is the first S3-compatible object storage platform that allows you to store data in a secure, redundant, and performant manner across multiple decentralized storage networks. Its unique storage backend connects to multiple decentralized storage networks, enabling global presence and reliability. Filebase currently supports storage on the IPFS, Sia, Skynet and Storj networks.
28. Awesome Audit Algorithms
Papers / 2021
- Auditing Black-Box Prediction Models for Data Minimization Compliance - (NeurIPS) Measures the level of data minimization satisfied by the prediction model using a limited number of queries.
29. Awesome Privacy
Audio
- Spotube (⭐41k) - A lightweight free Spotify crossplatform-client.
- Spot* (⭐2.4k) - Native Spotify client built in GTK and Rust.
- psst* (⭐9.1k) - Fast and multi-platform Spotify client with native GUI.
- ncspot* (⭐5.9k) - Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.ç
Password Managers
- Passky - Simple, modern, lightweight, open-source and secure password manager.
Video and Audio Conferencing / Alternative clients/modifications of Discord:
- OpenAsar - An open-source alternative of Discord desktop's app.asar that comes with a No Track (⭐2.7k) function.
30. Awesome Lowcode
Online database creator apps
- Supabase - The Open SourceFirebase Alternative.
Misc
- Craftar - Build APIs with NoCode at Lightning Speed.
- Simplescraper - Extract data from any website in seconds.
31. Awesome Falsehood
Multimedia
- Horrible edge cases to consider when dealing with music - Music catalogs data are full of crazy stuff.
- MusicBrainz database schema - An open-source project and database that seems to have solved the complexity of music catalog management.
- DDEX - The industry standard for music metadata, including archiving, sound recording, sales and usage reporting, royalties and license deals.
- Apple Music Style Guide - Quality insurance guidelines to format music, art, and metadata to increase discoverability.
32. Awesome Agi Cocosci
System 1 & System 2 / Dual-Coding Theory
- A continuous semantic space describes the representation of thousands of object and action categories across the human brain - Neuron, 2012. [All Versions].
Methodologies for Experiments / Scaling Up Behavioral Studies
- Machine-generated theories of human decision-making - Science, 2021. [All Versions].
- Integrating explanation and prediction in computational social science - Nature, 2021. [All Versions].
Methodologies for Experiments / Question Answering
- Do People Ask Good Questions? - Computational Brain & Behavior, 2018. [All Versions].
- Asking goal-oriented questions and learning from answers - CogSci'19, 2019. [All Versions].
33. Awesome Db Tools
Schema / Changes
- Atlas (⭐7k) - Inspect and Apply changes to your database schema.
- pg-osc (⭐586) - Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL.
- Reshape (⭐1.8k) - An easy-to-use, zero-downtime schema migration tool for Postgres.
- sqldef (⭐2.2k) - Idempotent schema management for MySQL, PostgreSQL, and more.
Schema / Diagrams
- ERAlchemy (⭐1.2k) - Entity Relation Diagrams generation tool.
Schema / Documentations
- dbdocs - Create web-based database documentation using DSL code.
- DBML (⭐3.3k) - Database Markup Language, designed to define and document database structures.
- SchemaCrawler (⭐1.7k) - A free database schema discovery and comprehension tool.
- Schema Spy (⭐3.4k) - Generating your database to HTML documentation, including Entity Relationship diagrams.
- tbls (⭐3.9k) - CI-Friendly tool for document a database, written in Go.
Schema / Design
- Database Design (⭐488) - Useful tips for designing robust database schema.
- DBDiagram - A free, simple tool to draw ER diagrams by just writing code.
- ERBuilder Data Modeler - Easy-to-use database modeling software for high-quality data models. It's a complete data modeling solution for data modelers and data architects.
- Navicat Data Modeler - A powerful and cost-effective database design tool which helps you build high-quality conceptual, logical and physical data models.
- Oracle SQL Developer Data Modeler - Oracle SQL Developer Data Modeler is a free graphical tool that enhances productivity and simplifies data modeling tasks.
- pgmodeler (⭐3.3k) - Data modeling tool designed for PostgreSQL.
Schema / Samples
- Oracle Database Sample Schemas (⭐824) - Oracle Database Sample Schemas.
Monitoring/Statistics/Perfomance / Samples
- pgbadger (⭐25) - A fast PostgreSQL Log Analyzer.
- pgMonitor (⭐658) - All-in-one tool to easily create an environment to visualize the health and performance of your PostgreSQL cluster.
- PostgreSQL Metrics (⭐596) - Service to extract and provide metrics on your PostgreSQL database.
- postgres-checkup - New-generation diagnostics tool that allows users to do a deep analysis of the health of Postgres databases.
- Promscale (⭐1.3k) - The open-source observability backend for metrics and traces powered by SQL.
Testing / Zabbix
- SQLancer (⭐1.6k) - Automatically test DBMS in order to find logic bugs in their implementation.
HA/Failover/Sharding / Zabbix
- pgslice (⭐1.2k) - Postgres partitioning as easy as pie.
SQL / Parsers
- libpg_query (⭐1.3k) - C library for accessing the PostgreSQL parser outside of the server environment.
SQL / Über SQL
- osquery (⭐23k) - SQL powered operating system instrumentation, monitoring, and analytics.
SQL / Plan
- pev2 (⭐3k) - A VueJS component to show a graphical vizualization of a PostgreSQL execution plan.
- pg_flame (⭐1.6k) - A flamegraph generator for Postgres
EXPLAIN ANALYZEoutput.
Data / Catalog
- Amundsen (⭐4.6k) - Metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
- DataHub (⭐11k) - The Metadata Platform for the Modern Data Stack.
- Marquez (⭐2k) - Collect, aggregate, and visualize a data ecosystem's metadata.
Data / Generation/Masking/Subsetting
- Benerator (⭐150) - Generate, obfuscate (anonymize / pseudonymize) and migrate data for development, testing and training purposes.
- dbForge Data Generator for MySQL - Powerful GUI tool for creating massive volumes of realistic test data.
- dbForge Data Generator for Oracle - Small but mighty GUI tool for populating Oracle schemas with tons of realistic test data.
- dbForge Data Generator for SQL Server - Powerful GUI tool for a fast generation of meaningful test data for databases.
- Faker (⭐14k) - Generate massive amounts of fake data in the browser and Node.js.
- Noisia (⭐697) - Harmful workload generator for PostgreSQL.
- SB Data Generator - Simple and powerful tool to generate and populate selected tables or entire databases with realistic test data for your applications. Generate test data for: Oracle, MS SQL Server, MySQL, PostgreSQL, Firebird, SQLite, Azure SQL Database, Amazon Redshift and Amazon RDS.
- Prev: Apr 11 - Apr 17, 2022
- Next: Mar 28 - Apr 03, 2022