Awesome List Updates on Oct 23 - Oct 29, 2023
43 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Ai Tools
Text / Models
- Stable Beluga - A finetuned LLamma 65B model
- Stable Beluga 2 - A finetuned LLamma2 70B model
Learning resources / Music
- OpenAI Cookbook (⭐65k) - Examples and guides for using the OpenAI API.
- Robert Miles AI Safety - Youtube channel about AI safety
2. Awesome Readme
Examples
- skydio/revup (⭐343) - Project logo. Animated GIF demo + GIFs for major stages of the step-by-step tutorial. Concise explanation, installation instructions, and contribution section.
3. Awesome Cl
Deployment / Isomorphic web frameworks
- Cloud Init file for SBCL - an init file for providers supporting the cloudinit format (DigitalOcean etc).
4. Awesome Django
Third-Party Packages / Static Assets
- whitenoise (⭐2.7k) - Simplified static file serving for Python websites.
5. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- asdf (kiurchv) (⭐14) - Integration and completions for asdf (⭐24k), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
- asdf (zimfw) (⭐11) - Initializes asdf (⭐24k), installing it using
gitif not installed yet. Also, bypasses the shims if you're using the direnv (⭐576) plugin, as suggested by the plugin pro-tips (⭐576).
- fzf-dir-navigator (⭐53) - This is a cool and user-friendly directory navigation plugin for
zshusingfzfthat allows the user to switch to any directory from anywhere and to anywhere. It also maintains a history of recently visited directories. Additionally, you can use hotkeys to move back and forth between directories in the shell session.
- zload (⭐14) - Hot Reload for ZSH functions. Enables rapid development.
6. Awesome Java
CLI / Argument Parsing
- Airline - Annotation-based framework for parsing Git-like command-line arguments.
CLI / Text-Based User Interfaces
- Jansi (⭐1.2k) - ANSI escape codes to format console output.
Configuration / Text-Based User Interfaces
- Gestalt (⭐90) - Gestalt offers a comprehensive solution to the challenges of configuration management. It allows you to source configuration data from multiple inputs, merge them intelligently, and present them in a structured, type-safe manner.
Distribution / Text-Based User Interfaces
- Getdown (⭐521) - System for deploying Java applications to end-user computers and keeping them up to date. Developed as an alternative to Java Web Start.
- JavaPackager (⭐1.1k) - Maven and Gradle plugin which provides an easy way to package Java applications in native Windows, macOS or GNU/Linux executables, and generate installers for them.
HTTP Clients / Text-Based User Interfaces
- Apache HttpComponents - Toolset of low-level Java components focused on HTTP and associated protocols.
- Avaje Http Client - Wrapper on JDK 11's HttpClient that adds Feign-like interface among other enhancements.
Monitoring / Text-Based User Interfaces
- Datadog
(⭐647) - Modern monitoring & analytics.
- Dropwizard Metrics (⭐7.8k) - Expose metrics via JMX or HTTP and send them to a database.
- hippo4j (⭐5.8k) - Dynamic and observable thread pool framework.
- JavaMelody (⭐3k) - Performance monitoring and profiling.
- Micrometer (⭐4.7k) - Vendor-neutral metrics/observability facade for the most popular metrics/observability libraries.
- Micrometer Tracing (⭐267) - Vendor-neutral distributed tracing facade for the most popular tracer libraries.
Security / Other
- Topaz - Fine-grained authorization for applications with support for RBAC, ABAC, and ReBAC.
Serialization / Other
- Fury (⭐3.3k) - Blazing fast object graph serialization framework powered by JIT and zero-copy.
Testing / Asynchronous
- GreenMail - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. (GPL-2.0-only)
Testing / Fixtures
- Datafaker (⭐1.6k) - Modern fake data generator forked from Java Faker.
Utility / Mocking
- dregex (⭐47) - Regular expression engine that uses deterministic finite automata. It supports some Perl-style features and yet retains linear matching time, and also offers set operations.
- JADE - Framework and environment for building and debugging multi-agent systems. (LGPL-2.0-only)
- Semver4j (⭐94) - Lightweight library that helps you handling semantic versioning with different modes.
7. Awesome Emails
Services / Misc
- ForwardMX - Premium email forwarding for your domain name.
8. Awesome Naming
Tools, Applications, Libraries, Frameworks
- Safari - Web browser developed by Apple.
9. Static Analysis
Programming Languages / Other
- luacheck (⭐400) — A tool for linting and static analysis of Lua code.
10. Awesome Iam
Multi-factor auth / Identifiers
- SMS Multifactor Authentication in Antarctica - Doesn't work because there are no cellphone towers at stations in Antarctica.
Password-less auth / SMS-based
- An argument for passwordless - Passwords are not the be-all and end-all of user authentication. This article tries to tell you why.
- Magic Links – Are they Actually Outdated? - What are magic links, their origin, pros and cons.
Password-less auth / WebAuthn
- WebAuthn guide - Introduce WebAuthn as a standard supported by all major browsers, and allowing “servers to register and authenticate users using public key cryptography instead of a password”.
Password-less auth / Security key
- Webauthn and security keys - Describe how authentication works with security keys, details the protocols, and how they articulates with WebAuthn. Key takeaway: “There is no way to create a U2F key with webauthn however. (…) So complete the transition to webauthn of your login process first, then transition registration.”
- Getting started with security keys - A practical guide to stay safe online and prevent phishing with FIDO2, WebAuthn and security keys.
- Solo (⭐2.3k) - Open security key supporting FIDO2 & U2F over USB + NFC.
- OpenSK (⭐3.1k) - Open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards.
- YubiKey Guide (⭐12k) - Guide to using YubiKey as a SmartCard for storing GPG encryption, signing and authentication keys, which can also be used for SSH. Many of the principles in this document are applicable to other smart card devices.
- YubiKey at Datadog (⭐498) - Guide to setup Yubikey, U2F, GPG, git, SSH, Keybase, VMware Fusion and Docker Content Trust.
Password-less auth / JWT
loginsrv- Standalone minimalistic login server providing a JWT login for multiple login backends (htpasswd, OSIAM, user/password, HTTP basic authentication, OAuth2: GitHub, Google, Bitbucket, Facebook, GitLab).
Authorization / ReBAC frameworks
- Warrant (⭐1.3k) - A relationship based access control (ReBAC) engine (inspired by Google Zanzibar) also capable of enforcing any authorization paradigm, including RBAC and ABAC.
OAuth2 & OpenID / Other tools
- An Illustrated Guide to OAuth and OpenID Connect - Explain how these standards work using simplified illustrations.
- OAuth 2 Simplified - A reference article describing the protocol in simplified format to help developers and service providers implement it.
- OAuth 2.0 and OpenID Connect (in plain English) - Starts with an historical context on how these standards came to be, clears up the innacuracies in the vocabulary, then details the protocols and its pitfalls to make it less intimidating.
- OAuth in one picture - A nice summary card.
- Open-Sourcing BuzzFeed's SSO Experience - OAuth2-friendly adaptation of the Central Authentication Service (CAS) protocol. You'll find there good OAuth user flow diagrams.
- Hidden OAuth attack vectors - How to identify and exploit some of the key vulnerabilities found in OAuth 2.0 authentication mechanisms.
- PKCE Explained - “PKCE is used to provide one more security layer to the authorization code flow in OAuth and OpenID Connect.”
- Keycloak - Open-source Identity and Access Management. Supports OIDC, OAuth 2 and SAML 2, LDAP and AD directories, password policies.
- Casdoor (⭐12k) - A UI-first centralized authentication / Single-Sign-On (SSO) platform based. Supports OIDC and OAuth 2, social logins, user management, 2FA based on Email and SMS.
- ZITADEL (⭐11k) - An Open-Source solution built with Go and Angular to manage all your systems, users and service accounts together with their roles and external identities. ZITADEL provides you with OIDC, OAuth 2.0, login & register flows, passwordless and MFA authentication. All this is built on top of eventsourcing in combination with CQRS to provide a great audit trail.
- a12n-server (⭐483) - A simple authentication system which only implements the relevant parts of the OAuth2 standards.
SAML / Other tools
- SAML vs. OAuth - “OAuth is a protocol for authorization: it ensures Bob goes to the right parking lot. In contrast, SAML is a protocol for authentication, or allowing Bob to get past the guardhouse.”
- The Difference Between SAML 2.0 and OAuth 2.0 - “Even though SAML was actually designed to be widely applicable, its contemporary usage is typically shifted towards enterprise SSO scenarios. On the other hand, OAuth was designed for use with applications on the Internet, especially for delegated authorisation.”
- What's the Difference Between OAuth, OpenID Connect, and SAML? - Identity is hard. Another take on the different protocol is always welcome to help makes sense of it all.
- Web Single Sign-On, the SAML 2.0 perspective - Another naive explanation of SAML workflow in the context of corporate SSO implementation.
- The Beer Drinker's Guide to SAML - SAML is arcane at times. A another analogy might helps get more sense out of it.
- SAML is insecure by design - Not only weird, SAML is also insecure by design, as it relies on signatures based on XML canonicalization, not XML byte stream. Which means you can exploit XML parser/encoder differences.
- The Difficulties of SAML Single Logout - On the technical and UX issues of single logout implementations.
Secret Management / Other tools
- HashiCorp Vault - Secure, store and tightly control access to tokens, passwords, certificates, encryption keys.
- Infisical (⭐19k) - An alternative to HashiCorp Vault.
11. Awesome Jax
Libraries / New Libraries
- Spyx (⭐123) - Spiking Neural Networks in JAX for machine learning on neuromorphic hardware.
12. Awesome Angular
Editor Components / Google Developer Experts
- ngx-simple-text-editor (⭐10) - Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.
13. Awesome Privacy
Copilot
- Fauxpilot (⭐15k) - an open-source,local alternative to GitHub Copilot server
- vscode-fauxpilot (⭐204) - vscode extension for fauxpilot. reminder: use vscodium instead!
14. Awesome Sitecore
XM Cloud
- Play Summit (⭐24) - Play Summit demo featuring XM Cloud, Content Hub DAM, CMP, Next.js with Versel hosting, etc.
xConnect and xDB
- XdbTracker (⭐5) - API and js-function to allow client-side triggering of Sitecore events/goals and outcomes.
15. Awesome Tailwindcss
UI libraries, components & templates
- 📁 Astro Template Ovidius (⭐107) - Tailwind CSS & Astro blog template.
16. Awesome Selfhosted
Software / Photo Galleries
- This week in past (⭐86) - Aggregates images taken this week, from previous years and presents them on a web page with a simple slideshow.
MITDocker/Rust
Software / Resource Planning
- farmOS - Web-based farm record keeping application. (Demo, Source Code (⭐1.1k))
GPL-2.0PHP/Docker
17. Awesome Go
Blockchain
- kubo (⭐17k) - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol.
18. Awesome Python Data Science
Automated Machine Learning / Others
- auto-sklearn (⭐7.9k) - An AutoML toolkit and a drop-in replacement for a scikit-learn estimator.

- Auto-PyTorch (⭐2.5k) - Automatic architecture search and hyperparameter optimization for PyTorch.

- AutoKeras (⭐9.2k) - AutoML library for deep learning.

- AutoGluon (⭐9.1k) - AutoML for Image, Text, Tabular, Time-Series, and MultiModal Data.
- TPOT (⭐9.9k) - AutoML tool that optimizes machine learning pipelines using genetic programming.

- MLBox (⭐1.5k) - A powerful Automated Machine Learning python library.
19. Awesome Generative Deep Art
Roadmaps, Tracks, Rails / Deforum
20. Awesome Blazor
Videos / Others
- ASP.NET Community Standup - New Blazor updates in .NET 8 RC2 -
October 10, 2023 - About what Blazor has to offer in .NET 8 RC2. Community links.
Articles / Others
- ASP.NET Core updates in .NET 8 Release Candidate 2 - October 10, 2023 - This is the last release candidate that we plan to share before the final .NET 8 release later this year. Most of the planned features and changes for .NET 8 are part of this release candidate and are ready for you to try out.
21. Awesome Quant
Reproducing Works, Training & Books / Data Visualization
- Quant-Finance-With-Python-Code (⭐135) - Repo for code examples in Quantitative Finance with Python by Chris Kelliher
22. Awesome Mac
Reading and Writing Tools / Writing
- THORN - All you need to power personal writing and website building.
Utilities / Productivity
- Journey Navigation - A powerful route planning app with weather along your route, traffic alerts, turn by turn directions, and more.
23. Awesome Db Tools
Testing / Zabbix
- pgTAP (⭐1.1k) - Unit Testing for PostgreSQL.
SQL / Games
- Lost at SQL - A SQL learning game to help you pick up basic SQL skills - so that you can use queries to get information.
- Schemaverse - A Space-based strategy game implemented entirely within a PostgreSQL database.
- SQL Island - After the survived plane crash, you will be stuck on SQL Island for the time being. By making progress in the game, you will find a way to escape from this island.
- SQL Murder Mystery - Designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime.
- SQL Police Department - In SQLPD, you get to solve crimes while learning SQL at the same time.
24. Awesome Openstreetmap
Tools / Web Tools
- OSM Statistics - Up-to-date OSM statistics about editor usage, corporate contributions and more.
25. ALL About RSS
Apps / Outline Processor Markup Language
RSS2NEWSLETTER / Docsify
26. Awesome Langchain
Open Source Projects / Knowledge Management
- DataChad (⭐319): A streamlit app that lets you chat with any data source. Supporting both OpenAI and local mode with GPT4All.
- Second Brain AI Agent (⭐231): A streamlit app dialog with your second brain notes using OpenAI and ChromaDB locally.
- Repochat (⭐308): Chatbot assistant enabling GitHub repository interaction using LLMs with Retrieval Augmented Generation
- SolidGPT (⭐1.8k): Chat everything with your code repository, ask repository level code questions, and discuss your requirements
Open Source Projects / Other / Chatbots
- XAgent (⭐8.4k): An Autonomous LLM Agent for Complex Task Solving
27. Free Podcasts/Screencasts (English)
Data Science
- Data Engineering Podcast - Tobias Macey (podcast)
DevOps
- Adventures in DevOps - Jillian Rowe, Jonathan Hall, Will Button (podcast)
- DevOps Cafe - John Willis, Damon Edwards (podcast)
Java
- airhacks.fm podcast - Adam Bien (podcast)
Language Agnostic / React.js
- Compiler - Angela Andrews, Brent Simoneaux, Red Hat (podcast)
Swift / React.js
- Swift by Sundell - John Sundell (podcast)
- Swift over Coffee - Paul Hudson, Mikaela Caron (podcast)
- The Swift Community Podcast - Kate Castellano, Paul Hudson, Chris Lattner, Bas Broek (podcast)
28. Awesome Algorand
Wallet Development / Visual Studio
- use-wallet-js (⭐12) - TypeScript library for integrating Algorand wallets into decentralized applications.
29. Awesome Board Games
Family
Shadows of Brimstone: Swamps of Death
Shadows of Brimstone: Swamps of Death is a fast-paced, fully cooperative, dungeon-crawl board game set in the Old West, with a heavy dose of unspeakable horror! Players create characters, taking on the role of a classic Western Hero Archetype, such as the Law Man, Gunslinger, or Saloon Girl. Forming an adventuring posse, the Heroes venture down into the dark mines, overrun with all manner of ancient demons and foul creatures from another world. With tactical gameplay, lots of dice, and a robust card-driven exploration system, no two games are ever the same as the heroes explore the mines finding new enemies to fight, new loot to collect, and new dangers to overcome.
Players can even find portals to other worlds, stepping through to continue their adventures on the other side!
In Swamps of Death, players will encounter portals to the otherworld Jargono, a humid swampland inhabited by sentient reptiles, vicious dinosaurs and a tribe of humanoids, cut off from return to their homeworld untold years after their own portal closed.
/pic2037826.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 1 - 4 | 12 | 90 - 180m |
Strategy
Checkers
Checkers, also known as American Draughts, an abstract strategy game where players move disc-shaped pieces across an 8 by 8 cross-hatched ("checker") board. Pieces only move diagonally, and only one space at a time. If a player can move one of his pieces so that it jumps over an adjacent piece of their opponent and into an empty space, that player captures the opponent's disc.
![]()
| Players | Min. Age | Time |
|---|---|---|
| 2 | 6 | 30m |
Raiders of the North Sea
Raiders of the North Sea is set in the central years of the Viking Age. As Viking warriors, players seek to impress the Chieftain by raiding unsuspecting settlements. To do so, players need to assemble a crew, collect provisions, and journey north to plunder gold, iron and livestock. Glory can be found in battle, even at the hands of the Valkyrie, so gather your warriors because it's raiding season.
| Players | Min. Age | Time |
|---|---|---|
| 2 - 4 | 12 | 80m |
The Old King's Crown
The Old King’s Crown is a game of card-driven conquest, where you play as heirs to a vacant throne, vying for control of an ancient, overgrown kingdom. Wield unique abilities and leverage your followers’ traits to best outwit your opponents across a map that stretches from the teetering heights of the castle to the dappled light of the necropolis.
As leader of your faction you will be staking claims with Heralds openly as well as positioning your forces in secret, hoping to claim the locations that fit your designs. However, keep an eye on your rivals, as they too have agents and agendas, poised to undo your best laid plans.
Royalty, rebels or ruses. What crown will you wear?
In The Old King's Crown, players move their Herald to locations, hoping to claim them. Then simultaneously players play cards from their hand, facedown to regions of the board. These are then revealed and resolved. Winning these clashes will result in different rewards that further their position and grant them the game's primary goal, influence. When a player is able to reach a set number of influence, dependent on player count, and is able to retain it until the end of a round, they win the game.
/pic7508098.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 1 - 4 | 12 | 60-90m |
Party
Five Tribes
In the fabled Sultanate of Naqala, the old sultan's passing has left control of the realm in contention, as strangers aim to fulfill the oracles' prophecy by shrewdly maneuvering the Five Tribes—Assassins, Elders, Builders, Merchants, and Viziers—across villages, markets, oases, and sacred places. Designed by Bruno Cathala, Five Tribes is a captivating twist on worker placement games, with meeples already in place at the start. As you invoke Djinns and make calculated moves, you must strategically consider when and where to displace the tribes to secure your influence over this legendary city-state, all while weighing different pathways to victory and outmaneuvering your rivals.
/pic2055255.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 2 - 4 | 13 | 40–80m |
Thunderstone
Thunderstone is a fantasy deck-building game much in the style of Dominion. Before the game starts a selection of Village and Hero cards will be randomnly chosen that players may add to their specific decks. Like Dominion, every player starts with a basic deck of weaker cards that they can use to purchase other more powerful cards. In Thunderstone these cards may be different Heroes such as mages, archers, thieves, or warriors or they may be supplies the heroes need like weapons, rations, or light to reach further into the dungeon.
/pic544780.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 1 - 5 | 12 | 60m |
Skull
Skull & Roses is the quintessence of bluffing, a game in which everything is played in the players' heads. Each player plays a face-down card, then each player in turn adds one more card – until someone feels safe enough to state that he can turn a number of cards face up and get only roses. Other players can then overbid him, saying they can turn even more cards face up. The highest bidder must then turn that number of cards face up, starting with his own. If he shows only roses, he wins; if he reveals a skull, he loses, placing one of his cards out of play. Two successful challenges wins the game. Skull & Roses is not a game of luck; it's a game of poker face and meeting eyes.
/pic6097488.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 3 - 6 | 10 | 15-45m |
Paleo
Paleo is a co-operative adventure game set in the stone age, a game in which players try to keep the human beings in their care alive while completing missions. Sometimes you need a fur, sometimes a tent, but these are all minor quests compared to your long-term goal: Painting a woolly mammoth on the wall so that humans thousands of years later will know that you once existed. (Okay, you just think the mammoth painting looks cool. Preserving a record of your past existence is gravy.) Each player starts the game with a couple of humans, who each have a skill and a number of life points. On a turn, each player chooses to go to one location — possibly of the same type as other players, although not the same location — and while you have some idea of what you might find there, you won't know for sure until you arrive, at which point you might acquire food or resources, or find what you need to craft a useful object, or discover that you can help someone else in their project, or suffer a snakebite that brings you close to death.
/pic6039256.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 1 - 4 | 10 | 45-60m |
Paths of Glory
Paths of Glory: The First World War, designed by six-time Charles S. Roberts awards winner, Ted Raicer, allows players to step into the shoes of the monarchs and marshals who triumphed and bungled from 1914 to 1918. As the Central Powers you must use the advantage of interior lines and the fighting skill of the Imperial German Army to win your rightful 'place in the sun.' As the Entente Powers (Allies) you must bring your greater numbers to bear to put an end to German militarism and ensure this is the war 'to end all wars.' Both players will find their generalship and strategic abilities put to the test as Paths of Glory's innovative game systems let you recreate all the dramatic events of World War I.
/pic4490515.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 2 | 14 | 480m |
Calico
Calico is a puzzly tile-laying game of quilts and cats. In Calico, players compete to sew the coziest quilt as they collect and place patches of different colors and patterns. Each quilt has a particular pattern that must be followed, and players are also trying to create color and pattern combinations that are not only aesthetically pleasing, but also able to attract the cuddliest cats! Turns are simple. Select a single patch tile from your hand and sew it into your quilt, then draw another patch into your hand from the three available. If you are able to create a color group, you may sew a button onto your quilt. If you are able to create a pattern combination that is attractive to any of the cats, it will come over and curl up on your quilt! At the end of the game, you score points for buttons, cats, and how well you were able to complete your unique quilt pattern.
/pic7714854.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 1 - 4 | 10 | 30-45m |
Star Wars: The Deckbuilding Game
Star Wars is a deckbuilding game released by Fantasy Flight Games and Asmodee.Each player controls a base that represent that player's life pool, and is able to obtain another base if theirs is destroyed. The object is to destroy three bases to win the game, which is achieved by attacking the opposing player.On their turn, a player uses the resources from the five cards in their hand to obtain new cards from a central "galaxy row", which contains cards of the Empire and Rebel factions. The player may only select from cards of their faction, and the galaxy row is reconstituted with cards from the "galaxy deck".One innovate game mechanic is the ability of a player to attack cards still in the galaxy row before they have been obtained by other players, known as sabotage for the Rebel faction and bounty hunting for the Empire faction. These provide a reward to the player taking that action, and also deny other players from obtaining targeted cards.Throughout the game, a Force meter records the balance in The Force, which may alter the effect of cards in favour of a particular faction.
![]()
| Players | Min. Age | Time |
|---|---|---|
| 2 | 12 | 30-45m |
Kill Doctor Lucky
"Kill Doctor Lucky" is a unique board game where players compete to murder Doctor Lucky, the mansion's owner. Players move through rooms, collect weapon cards, and attempt to eliminate Doctor Lucky while bluffing opponents. The game combines strategy, humor, and a reversed murder-mystery theme for a fun experience. "Kill Doctor Lucky" stands out as a lighthearted and entertaining board game that offers a unique twist on the traditional murder-mystery theme. Players enter a world of colorful rooms, dangerous weapons, and humorous strategies as they vie to commit the murder of Doctor Lucky. This game encourages creative thinking, clever moves, and comical bluffing, making it a delightful choice for board game enthusiasts seeking a humorous and engaging gaming experience.
/pic2923257.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 3 - 8 | 12 | 45m |
Perudo
Liar's Dice, a.k.a. Bluff, Perudo or Dudo, is a South American dice game in which each player is given five dice and cup to roll and hide them with. Players make successively higher declarations regarding the results of all the dice remaining in the game, e.g. "there are ten sixes". However, someone can always contest the bid. When that happens, all the dice are revealed and either the bidder or the caller loses dice, depending on who was correct. The last player with dice is the winner.
/pic3949242.png)
| Players | Min. Age | Time |
|---|---|---|
| 2 - 6 | 8 | 15-30m |
Keyflower
Keyflower is a strategic board game designed for 2 to 6 players, with four rounds representing the seasons: spring, summer, autumn, and winter. Players begin with a home tile and eight workers, each in red, yellow, or blue, which are used for bidding on tiles and for resource generation and skill acquisition. During spring, summer, and autumn, additional workers with skills related to key resources like iron, stone, and wood arrive, and random village tiles are auctioned. In the winter, no new workers arrive, and players select village tiles for auction, which offer victory points based on combinations of resources, skills, and workers. The player with the most victory points at the end of the winter season wins the game.
/pic2278942.jpg)
| Players | Min. Age | Time |
|---|---|---|
| 2 - 6 | 12+ | 90-120m |
30. Awesome Scriptable
Sports
Scriptable-lichess-Widget (⭐2) - Your current lichess statistics.

31. Awesome Directus
Extensions / Community
- Tab Group (⭐13) - A group interface with a tab menu for toggling the visibility of fields within the group.
- Drawer Notice (⭐10) - A notice field that is only visible in the drawer.
- Classified Group (⭐12) - A group to which a class can be assigned for custom styling.
- Tokenized Preview (⭐10) - An endpoint that adds an active auth token to your preview URL.
32. Awesome Bash
Books and Resources
- The Bash-Hackers Wiki - Human-readable documentation of any kind about GNU Bash.
- Bash Guide - A bash guide for beginners (by Lhunath).
- Bash FAQ - Answers most of your questions (by Lhunath).
- Bash Pitfalls - Lists the common pitfalls beginners fall into, and how to avoid them.
- Bash manual - Bourne-Again Shell manual.
- Advanced Bash-Scripting Guide - An in-depth exploration of the art of shell scripting.
- Bash Guide for Beginners - Bash guide for beginners (by Machtelt Garrels).
- bash-handbook (⭐5.9k) - A handbook for those who want to learn Bash without diving in too deeply.
- Google's Shell Style Guide - Reasonable advice about code style.
- Sobell's Book - A practical guide to commands, editors, and shell programming.
Command-Line Productivity
- aliases (⭐594) - Contextual, dynamic, organized aliases for the bash shell.
- bashhub (⭐1.3k) - Bash history in the cloud. Indexed and searchable ☁️.
- bashmarks (⭐1.9k) - Directory bookmarks for the shell.
- commacd (⭐367) - A faster way to move around in Bash.
- has (⭐725) -
hashelps you check presence of various command line tools and their versions on path.
- hstr (⭐4.2k) - Bash History Suggest Box.
- qfc (⭐580) - File-completion widget for Bash and Zsh.
- sshrc (⭐242) - Bring your .bashrc, .vimrc, etc. with you when you SSH.
Customization
- aphrodite-terminal-theme (⭐158) - Minimalistic theme (prompt) for sexy terminals.
- bash-git-prompt (⭐6.8k) - An informative and fancy Bash prompt for Git users.
- bash-powerline (⭐904) - Powerline-style Bash prompt in pure Bash script.
- bashstrap (⭐1.6k) - A quick way to spruce up macOS terminal.
- git-prompt (⭐326) - Bash prompt with Git, SVN and HG modules.
- gittify (⭐74) - A colorful Bash prompt + customized Git aliases.
- liquidprompt (⭐4.6k) - A full-featured & carefully designed adaptive prompt for Bash & Zsh.
- LS_COLORS (⭐2.2k) - A collection of LS_COLORS definitions.
- mysql-colorize (⭐106) - Colorization for mysql comand-line client.
- oh-my-git (⭐3.7k) - An opinionated git prompt for bash and zsh.
- progress-bar.sh (⭐248) - Simple & sexy progressbar for
bash, give it a duration and it will do the rest.
- sexy-bash-prompt (⭐1.1k) - Bash prompt with colors, Git statuses, and Git branches.
- bash-sensible (⭐2.1k) - An attempt at saner Bash defaults.
Data
- BigBash (⭐291) - Open-source converter that generates a bash one-liner from an SQL Select query, no database necessary.
For Developers
- bocker (⭐12k) - Docker implemented in 100 lines of bash.
- git-sh (⭐739) - A customized Bash environment suitable for Git work.
- mkdkr (⭐378) - Make + Docker + Shell = CI Pipeline.
Downloading and Serving
- balls (⭐864) - Bash on Balls.
- bashttpd (⭐1.5k) - A web server written in Bash.
- Dropbox-Uploader (⭐6.6k) - Dropbox Uploader is a Bash script which can be used to upload, download, list or delete files from Dropbox.
- ngincat (⭐180) - Tiny Bash HTTP server using netcat.
- xiringuito (⭐1.1k) - SSH-based VPN for poors.
Applications
- bashblog (⭐1.7k) - A Bash script that handles blog posting.
- pushbullet-bash (⭐235) - Bash interface to the PushBullet API.
- todo.sh (⭐5.8k) - A simple and extensible shell script for managing your todo.txt file.
- cheapci (⭐188) - A continuous integration framework implemented in bash.
Games
- bash2048 (⭐904) - Bash implementation of 2048 game.
- minesweeper (⭐64) - Bash implementation of minesweeper.
- wordle - Wordle in less than 50 lines of Bash.
Website
- Bash One-Liners - A collection of practical or just pure awesome bash one-liners (repos (⭐217) by @janosgyerik).
- commandlinefu - A repository for the most elegant and useful UNIX commands.
Shell Package Management
- bash-it (⭐15k) - A community Bash framework.
- basher (⭐1.2k) - A package manager for shell scripts.
- bpkg (⭐1.9k) - A lightweight bash package manager.
- homeshick (⭐2.1k) - Git dotfile synchronizer written in Bash.
Shell Script Development
- ansi (⭐720) - ANSI escape codes in pure bash - change text color, position the cursor, much more.
- argbash (⭐1.4k) - Bash argument parsing code generator.
- assert.sh (⭐491) - Bash unit testing framework.
- async-bash (⭐141) - Implementation of async functions in bash.
- bats (⭐5.4k) - Bash Automated Testing System.
- bash3boilerplate (⭐2.2k) - Templates to write better Bash scripts.
- bashful (⭐610) - A collection of libraries to simplify writing Bash scripts.
- bashify (⭐102) - Few helper functions in bash (especially string manipulation functions).
- bashing (⭐80) - Smashing Bash into Pieces - Bash framework for creating command line tools.
- bashly (⭐2.3k) - Bash command line framework and CLI generator.
- bashmanager (⭐100) - Mini bash framework for creating command line tools.
- Bashmatic (⭐163) - An easy to use DSL library for building BASH-based tooling & installers (900+ functions).
- bunit (⭐201) - A unit testing framework for Bash scripts.
- Bash Infinity (⭐5.6k) - A modern boilerplate / framework / standard library for bash.
- bash-modules (⭐139) - A collection of modules for unofficial strict mode.
- bash_unit (⭐620) - Bash unit testing enterprise edition framework for professionals.
- bashunit (⭐357) - A simple testing library for bash scripts.
- mo (⭐590) - Mustache templates in pure bash.
- semver_bash (⭐263) - Semantic Versioning in Bash.
- shellcheck (⭐38k) - A static analysis tool for shell scripts.
- shfmt (⭐7.8k) - Format bash programs.
- shunit2 (⭐1.7k) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit.
- DevOps-Bash-tools (⭐6.9k) - 750+ DevOps Shell Scripts and Advanced Bash environment.
- modernish (⭐782) - Library with various features for shell scripting.
Just for fun
- pokeget (⭐46) - Displays sprites of pokemon in the terminal.
Community
- Stack Overflow - Bash tag on Stack Overflow.
- /r/bash - A subreddit dedicated to bash scripting.
- /r/commandline - For anything regarding the command line, in any operating system.
- #bash - IRC channel on Libera.Chat. The main contributors of the BashGuide, BashFAQ, BashPitfalls and ShellCheck hang around there.
33. Awesome Playcanvas
Games / IO Games
- GUMMYZ - Sword-swinging multiplayer combat game.
- Vortelli's Pizza - Multiplayer restaurant game.
34. Awesome Capacitorjs
Plugins / Community Plugins
- @capacitor-firebase/analytics - Capacitor plugin for Firebase Analytics.
- @capacitor-firebase/app - Capacitor plugin for Firebase App.
- @capacitor-firebase/app-check - Capacitor plugin for Firebase App Check.
- @capacitor-firebase/authentication - Capacitor plugin for Firebase Authentication.
- @capacitor-firebase/crashlytics - Capacitor plugin for Firebase Crashlytics.
- @capacitor-firebase/firestore - Capacitor plugin for Firebase Cloud Firestore.
- @capacitor-firebase/messaging - Capacitor plugin for Firebase Cloud Messaging.
- @capacitor-firebase/storage - Capacitor plugin for Firebase Cloud Storage.
- @capacitor-firebase/performance - Capacitor plugin for Firebase Performance Monitoring.
- @capacitor-firebase/remote-config - Capacitor plugin for Firebase Remote Storage.
- @capacitor-mlkit/barcode-scanning - Unofficial Capacitor plugin for ML Kit Barcode Scanning.
- @capacitor-mlkit/face-detection - Unofficial Capacitor plugin for ML Kit Face Detection.
- @capacitor-mlkit/face-mesh-detection - Unofficial Capacitor plugin for ML Kit Face Mesh Detection.
- @capacitor-mlkit/selfie-segmentation - Unofficial Capacitor plugin for ML Kit Selfie Segmentation.
- @capacitor-mlkit/translation - Unofficial Capacitor plugin for ML Kit Translation.
- @capawesome/capacitor-android-battery-optimization - Capacitor plugin to access battery optimization settings on Android.
- @capawesome/capacitor-app-update - Capacitor plugin that assists with app updates.
- @capawesome/capacitor-background-task - Capacitor plugin for running background tasks.
- @capawesome/capacitor-badge - Capacitor plugin to access and update the badge number of the app icon.
- @capawesome/capacitor-cloudinary - Unofficial Capacitor plugin for Cloudinary SDK.
- @capawesome/capacitor-file-picker - Capacitor plugin that allows the user to select a file.
- @capawesome/capacitor-managed-configurations - Capacitor plugin to access managed configuration settings.
- @capawesome/capacitor-photo-editor - Capacitor plugin that allows the user to edit a photo.
- @capawesome/capacitor-screen-orientation - Capacitor plugin to lock/unlock the screen orientation.
- capacitor-bing-translator (⭐2) - A simple and free API for using Bing Translator.
35. Awesome Agi Cocosci
Cognitive Development / Commonsense Knowledgebase
- Age-of-acquisition ratings for 30,000 English words - Behavior Research Methods, 2012. [All Versions]. [Project]. A database for age-of-acquisition ratings for over 30k English words.
36. Awesome Neovim
(requires Neovim 0.5)
- mrcjkb/rustaceanvim (⭐2.4k) - A heavily modified fork of rust-tools.nvim that does not require a
setupcall and does not depend on nvim-lspconfig.
Deployment / Diagnostics
- coffebar/transfer.nvim (⭐95) - Sync and diff with remote server using rsync and OpenSSH.
- OscarCreator/rsync.nvim (⭐94) - Automatically sync up/down project to a remote with rsync.
Motion / Diagnostics
- smoka7/hop.nvim (⭐676) - Hop is an EasyMotion-like plugin allowing you to jump anywhere in a document with as few keystrokes as possible.
Indent / Diagnostics
- VidocqH/auto-indent.nvim (⭐87) - Auto indent cursor when cursor at the first column and press
<TAB>key like VSCode.
37. Ai Collective Tools
Pricing
#opensource
3D
- 3DFY - Generate high-quality 3D models, automatically, in certain object categories using text-prompts.
#paid
- Any Image to 3D - Simplifies the process of converting 2D images into fully detailed 3D models, catering to industries like gaming, robotics, mixed reality, VFX, and e-commerce.
#free
- OctoEverywhere - OctoEverywhere is a 3D printing failure detection assistant that uses computer vision algorithms to detect printing errors such as spaghetti, layer shifts, adhesion issues, and more
#paid
- Spyne - Spyne is helping used-car dealerships and marketplaces create engaging VDPs with 360° views and images that sell better.
#paid
- Pool Planner AI - Visualize Your Dream Pool Design
#paid
- Omnia - Create 3D models based on text prompts or uploaded images.
#paid
- Heroify - Generate high-quality 3D graphics for landing pages.
#paid
- Tafi Avatar - Text-to-3D Character Engine.
#paid
- Unity - Craft interactive, dynamic 3D content for AR, VR, mobile, desktop, and web platforms.
#paid
Art
- lexical.Art -AI image generation tool that allows you to create images from text descriptions.
#free
- seaart.ai - AI image generation tool with advanced configurations available, tons of ready to use models and image enhancements, text to img , img to text and much.
#freemium
Code Assistant
- Blackbox - Blackbox is an AI-powered code editor that helps developers write code faster and more efficiently.
#freemium
Cooking
- dishgen - DishGen is a smart recipe assistant that can simplify healthy cooking for you.
#freemium
Dating
- Candy.ai - Your dream companion awaits! Create your Virtual Girlfriend, shape her personality and bring her to life in one click. 100% powered by Artificial Intelligence.
#freemium
- DatePlanner.ai - Online dating is competitive. Stand out with thoughtful date ideas and interesting conversation topics.
#paid
General Writing
- QuillBot - An AI writing assistance, paraphrasing tool, Plagiarism Checker, Citation generator
#free
- StealthGPT - Generates undetectable AI Content avoiding plagiarism issues.
#paid
Image Generator
- Imagine - Text to image with AI Art Generator
#freemium
- Wepik AI - Text to Image Converter
#free
Logo Generator
- LogoAi - AI-powered logo maker and online design tool.
#freemium
Models
- LiteLLM - An open-source library to simplify LLM completion + embedding calls.
#free#opensource
- LLaMA - A foundational, 65-billion-parameter large language model by Meta.
#opensource#free
- Llama 2 - The next generation of Meta's open source large language model.
#opensource#free
- OPT - Open Pretrained Transformers (OPT) by Facebook is a suite of decoder-only pre-trained transformers.
#opensource#free
- Qwen (⭐19k) - Pretrained large language model proposed by Alibaba Cloud.
#free
Productivity
- Taskade - Taskade elegantly unifies your team tasks, notes, and mind, stripping away the noise to reveal the essence of productivity.
#freemium
SEO
- Frase - Content optimization tool that helps businesses create SEO-friendly content quickly and easily.
#paid
- Surfer SEO - SEO tool that helps users optimize their content for better search engine rankings.
#paid
- GrowthBar - SEO tool designed to help marketers, bloggers, and content teams create SEO-friendly content.
#paid
Spreadsheets
- AI Excel Bot - Write Excel and Google Sheets Formulas Faster With AI
#freemium
Startup Tools
- ClickUp - All of your work in one place: Tasks, Docs, Chat, Goals, & more.
#free
- Jasper AI - Jasper is an AI copilot for enterprise marketing teams.
#paid
Story Teller
- Plot Factory - An online collaborative story planner that lets writers plan, organize, and write stories & fictional universes.
#paid
- Sudowrite - The model generates text by guessing what's most likely to come next, one word at a time. Kind of like autocomplete on your phone.
#paid
Text to Speech
- ElevenLabs - AI-powered text-to-speech and voice cloning technology.
#freemium
38. Awesome Datascience
Tutorials
MOOC's
- Recommender Systems Specialization from University of Minnesota is an intermediate/advanced level specialization focused on Recommender System on the Coursera platform.
Comparison / Supervised Learning
- Classification
Comparison / Unsupervised Learning
Comparison / Semi-Supervised Learning
Comparison / Reinforcement Learning
Books / Visualization Tools
- How to Lead in Data Science - Early Access
- R in Action, Third Edition Early Access
- Regression, a Friendly guide - Early Access
- Designing Cloud Data Platforms - Early Access
- Graph Algorithms for Data Science - Early Access
- Data Mesh in Action - Early Access
- Julia for Data Analysis - Early Access
- Casual Inference for Data Science - Early Access
- Software Engineering for Data Scientists - Early Access
- Julia for Data Science - Early Access
Journals, Publications and Magazines / Book Deals (Affiliated)
- Towards Data Science Genetic Algorithm Topic -Genetic Algorithm related Publications towards Data Science
Bloggers / Book Deals (Affiliated)
- Machine Learning Mastery about helping professional programmers confidently apply machine learning algorithms to address complex problems.
- Dataconomy - A blog on the newly emerging data economy
YouTube Videos & Channels / Book Deals (Affiliated)
39. Awesome Capacitor
Other plugins
- Bing Translator (⭐2) - A simple and free API for using Bing Translator.
40. Awesome Stock Resources
Sounds & Music / Icons Packages and Collections
41. Awesome Cpp
Containers
- svector (⭐105) - Compact SVO optimized vector for C++17 or higher. [MIT]
Logging
- haclog (⭐77) - An extremely fast plain C logging library. [MIT]
Networking
- ZeroMQ (⭐10k) - High-speed, modular asynchronous communication library. [LGPL3/MPL2] website
- PDF-Writer (⭐963) - High performance library for creating, modiyfing and parsing PDF files in C++ [Apache-2.0] website
Miscellaneous
- faker-cxx (⭐365) - C++20 Faker library for generating fake (but realistic) data for testing and development. [MIT]
- inja (⭐1.8k) - A Template Engine for Modern C++. [MIT]
42. Awesome Dotnet
Game
- DotRecast (⭐722) - A port of Recast & Detour, navigation mesh toolset for games, Unity3D, servers, C#
ORM / GUI - other
- EntityFrameworkCore.SqlServer.SimpleBulks (⭐173) - Simple library that can help to sync a large number of records in-memory into the database. Lambda Expression is supported.
PDF / GUI - other
- IronPDF - High-performance C# PDF library with compatibility for various .NET versions, HTML to PDF conversion, content page conversion, file format support (e.g., DOCX, RTF, MD), responsive layouts, and robust PDF capabilities features ranging from compability, generating PDFs, formatting PDFs, and editing PDFs. [$] [Free trial available]
43. Awesome Pentest
Industrial Control and SCADA Systems / Zealandia
- OpalOPC - Commercial OPC UA vulnerability assessment tool, sold by Molemmat.
Open Sources Intelligence (OSINT) / Web application and resource analysis tools
- GraphQL Voyager - Represent any GraphQL API as an interactive graph, letting you explore data models from any Web site with a GraphQL query endpoint.
- Prev: Oct 30 - Nov 05, 2023
- Next: Oct 16 - Oct 22, 2023
