Awesome List Updates on Jan 22 - Jan 28, 2024
44 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Flame
App Releases / Casual
- Save The Potato source-code (⭐39) - 🥇 Winner of Flame Game Jam 3.0 - Rotate the shields and save the potato from incoming orbs! By imaNNeo. for Android or iOS
2. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- cdhist (⭐7) - cd history/subdir/locatedir navigation. simple cd history, alias builtin
cdto addcdhistory, rapidily swich to already visited directories, can uselocate,mlocateorplocateto rapidly cd to any directory
- prezto-last-working-dir (⭐0) - Keeps track of the last used working directory and automatically jumps into it for new shells, unless the starting directory is not
$HOME. Includes alwdalias.
- redo (⭐6) - Adds an interactive history menu to replace
Ctrl-RandESC+/.
- selector (⭐9) - Make it easy to create selection menus.
Completions / superconsole - Windows-only
- ssh-config-suggestions (⭐1)- Loads completions for
sshfrom~/.ssh/config.
Themes / superconsole - Windows-only
- greencastle (⭐1) - Minimalistic theme, that supports really, really, long branch names, without severely truncating the prompt. The theme is inspired by the jonathan theme (⭐0) and the robby russel theme (⭐0). Includes decorators for current directory,
gitinformation and the exit status of the last command run.
3. Free for Dev
Privacy Management
- Concord - Full data privacy platform, including consent management, privacy request handling (DSARs), and data mapping. Free tier includes core consent management features and they also provide a more advanced plan for free to verified open source projects.
4. Awesome Gdpr
Records of Processing (art. 30)
5. Awesome Software Patreons
Open Source Projects
- Blender - 3D creation suite
6. Urban and Regional Planning Resources
Public Data Resources / Equity and Environmental Justice
- STEAP - The Screening Tool for Equity Analysis of Projects (STEAP) is a census sampling tool that allows rapid screening of potential project locations anywhere in the United States to support Title VI, environmental justice, and other socioeconomic data analyses.
Vendor Data Resources / Infrastructure
- Geomate - Geomate provides HD vector maps from high-resolution aerial imagery to support autonomous vehicles and urban planning use cases.
7. Awesome Data Engineering
Workflow
- Prefect - Prefect is an orchestration and observability platform. With it, developers can rapidly build and scale resilient code, and triage disruptions effortlessly.
8. Awesome Rails
Gems / Other external resources
- solid_queue (⭐2.1k) - A gem to Database-backed Active Job backend 🔴
9. Awesome Cpp
Configuration
- mINI (⭐594) - INI file reader and writer. [MIT]
Containers
- flat_hash_map (⭐1.8k) - A very fast flat hashtable with Fibonacci hashing.
- hat-trie (⭐827) - C++ implementation of a fast and memory efficient HAT-trie. [MIT]
- st_tree (⭐105) - A fast and flexible c++ template class for tree data structures. [Apache-2.0]
- tree.hh (⭐141) - An STL-like C++ header-only tree library. [GPL2+]
10. Awesome Datascience
Deep Learning Packages / Visualization Tools
11. Awesome Quant
Python / Trading & Backtesting
- fastquant (⭐1.7k) - fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code.
- nautilus_trader (⭐9.7k) - A high-performance algorithmic trading platform and event-driven backtester.
Rust / Data Visualization
- finalytics (⭐36) - A rust library for financial data analysis.
Reproducing Works, Training & Books / Data Visualization
- Statistical-Learning-based-Portfolio-Optimization (⭐14) - This R Shiny App utilizes the Hierarchical Equal Risk Contribution (HERC) approach, a modern portfolio optimization method developed by Raffinot (2018).
12. Awesome Go
Caches
- go-freelru (⭐243) A GC-less, fast and generic LRU hashmap library with optional locking, sharding, eviction and expiration.
- otter (⭐2.2k) - A high performance lockless cache for Go. Many times faster than Ristretto and friends.
Distributed Systems
- bedrock (⭐13) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go.
- sponge (⭐2.1k) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks.
Goroutines
- go-accumulator (⭐8) - Solution for accumulation of events and their subsequent processing.
Images
- transformimgs (⭐265) - Transformimgs resizes and optimises images for Web using next-generation formats.
Markup Languages
- htree (⭐4) - Traverse, navigate, filter, and otherwise process trees of html.Node objects.
Web Frameworks
- Lit (⭐30) - Highly performant declarative web framework for Golang, aiming for simplicity and quality of life.
Go Tools / Libraries for creating HTTP middlewares
- decouple (⭐31) - Find “overspecified” function parameters that could be generalized with interface types.
13. Awesome Keycloak
Example Projects
14. Awesome Vehicle Security
Presentations
- TR22: UDS Fuzzing and the Path to Game Over - UDS diagnostics protocol fuzzing methodology, presented as a result of numerous penetration testing projects in the automotive industry, with real world exploitation PoCs, presented during Troopers Conference 2022.
- CCC - Horror Stories From the Automotive Industry - Horrifying examples of common vulnerabilities in the automotive industry, result of more than 100 penetration tests targeting Tier 1 suppliers and OEMs, with ultimate goal to raise awareness on the current state of automotive security. Additionally, PoC of automated week seed randomness exploitation in automotive components, by using a battery isolator in heavy-duty vehicles and the UDS protocol, for complete compromise of a target. Presented in Chaos Communication Camp, DeepSec 2023 and Troopers Conference 23.
Libraries and Tools / Python
- Caring Caribou Next (⭐9) - Upgraded and optimized version of the original Caring Caribou project.
15. Awesome WSL
Additional Resources / Miscellaneous Tools
- #windows-wsl - IRC channel on Libera.Chat.
16. Awesome V
Interpreters/Compilers
- Aixt (⭐77) - Programming framework for microcontrollers based on a V-based language and written in V.
17. Awesome Embedded Rust
no-std crates / WIP
- lorawan-device (⭐350): A LoRaWAN MAC implementation supporting both event-driven and async mode.
18. Awesome Theoretical Computer Science
Lecture Notes / Monograph
- Arora. Advanced Algorithm Design - Notably uses ideas such as randomness, approximation, high dimensional geometry. Faces uncertainty, approaches to handle big data, handling intractability, heuristic approaches, ..etc.
- Chekuri. Approximation Algorithmis Illinois - A broad introduction to results and techniques with an emphasis on fundamental problems and widely applicable tools. Also more advanced and specialized topics.
- Dinitz. Approximation Algorithms. Johns Hopkins - It includes greedy, local search, dynamic programming, randomized rounding, tree embeddings, and semidefinite programming.
- Gupta & Ravi. Approximation Algorithms. CMU - It includes convex programming-based, randomness, and metric methods.
Books / Monograph
- Knuth. The Art of Computer Programming - A legendary series by Donald Knuth on design and analysis of algorithms.
- Demaine, Gasarch & Hajiaghayi. Computers and Intractability: A Guide to Algorithmic Lower Bounds - A sequel to Garey and Johnson's Computers and Intractability: A Guide to NP-Completeness. New topics include Parameterized Complexity, Lower bounds on approximation, Other hardness assumptions (ETH, 3SUM-conjecture, APSP-conjecture, UGC, Others), Online Algorithms, Streaming Algorithms, Polynomial Parity Arguments, and Parallelism.
- Demaine. Games, Puzzles, and Computation - It shows that games and puzzles can serve as powerful models of computation, Offering a new way of thinking about computation.
- Williamson & Shmoys. The Design of Approximation Algorithms - It includes greedy, local search algorithms, dynamic programming, linear and semidefinite programming, and randomization.
- Du & Ko. Design and Analysis of Approximation Algorithms - A technique-oriented approach provides a unified view. It includes detailed algorithms, proofs, analyses, examples, and applications from research papers.
- Fedor Fomin. Parametrized Algorithms - Modern comprehensive explanation of recent tools and techniques with exercises, for graduate students.
19. Awesome Ipfs
Pinning services
- Gateway3 - A decentralized IPFS pinning service designed for developers. Supports content pinning, IPNS hosting, DAG operations, pinning tweets, and web hosting.
20. Awesome Terraform
Managed Registries / Miscellaneous
- cloudsmith - Managed package hoster for internal and external clients. 💲
Managed Terraform Platforms 💲 / IDE
- Scalr - Alternative to Terraform Enterprise with OPA integration, organizational structure, custom hooks, native integrations with other DevOps platforms, and centralized reporting. 💲
- env0 - Alternative to Terraform Cloud/Enterprise with OPA integration, custom flows and Terragrunt support 💲
- Brainboard - Visually Design, Deploy & Manage modern cloud infrastructures starting from any Cloud Provider - AWS, GCP, Azure 💲
- Spacelift - Alternative to Terraform Cloud/Enterprise. Collaborative Infrastructure Delivery Platform for Terraform 💲
Terraform Enterprise Tooling / IDE
- terraform-enterprise-cli (⭐12) - Terraform Enterprise Command Line Interface.
- terraform-enterprise-client (⭐8) - Terraform Enterprise API Ruby Client and Command Line tool.
- terraform-enterprise-migrator (⭐13) - Script for migrating Terraform Enterprise environments from Legacy to new version of Terraform Enterprise.
- tfe-state-explorer (⭐18) - Simple shell for exploring remote terraform enterprise state, with autocomplete. 💀
21. Awesome Selfhosted
Software / Analytics
- AWStats - Generate statistics from web, streaming, ftp or mail server logfiles. (Demo, Source Code (⭐400))
GPL-3.0Perl
Software / Communication - Custom Communication Systems
- Mattermost - Platform for secure collaboration across the entire software development lifecycle, can be integrated with Gitlab (alternative to Slack). (Source Code (⭐33k))
AGPL-3.0/Apache-2.0Go/Docker/K8S
- Revolt - Revolt is a user-first chat platform built with modern web technologies. (Source Code (⭐1.4k))
AGPL-3.0Rust
Software / Groupware
- Tine - Software for digital collaboration in companies and organizations. From powerful groupware functionalities to clever add-ons, tine combines everything to make daily team collaboration easier. (Source Code (⭐17))
AGPL-3.0Docker
Software / Remote Access
- Sshwifty (⭐2.8k) - Sshwifty is a SSH and Telnet connector made for the Web. (Demo)
AGPL-3.0Go/Docker
22. Awesome Audit Algorithms
Papers / 2024
- Auditing Fairness by Betting - (Neurips) [Code] (⭐5) Sequential methods that allows for the continuous monitoring of incoming data from a black-box classifier or regressor.
23. Awesome Digital History
Archives and primary sources / Africa
- West African Arabic Manuscript Database - A comprehensive collection of manuscripts that provides insight into the Islamic scholarly tradition in West Africa.
Learning / Switzerland
- Introduction to Python for Humanists - A textbook offering a comprehensive introduction to Python programming, tailored for researchers and students in the humanities.
24. Awesome Capacitorjs
Plugins / Community Plugins
- @capawesome-team/capacitor-android-dark-mode-support - Capacitor plugin to support dark mode on Android.
- @capawesome-team/capacitor-android-foreground-service - Capacitor plugin to run a foreground service on Android.
- @capawesome-team/capacitor-datetime-picker - Capacitor plugin that let the user easily enter both a date and a time.
- @capawesome-team/capacitor-file-compressor - Capacitor plugin for compressing files.
- @capawesome-team/capacitor-file-opener - Capacitor plugin to open a file with the default application.
- @capawesome-team/capacitor-nfc - Capacitor plugin for reading and writing NFC tags.
- @capawesome-team/capacitor-printer - Capacitor plugin for printing.
25. Awesome Developer First
Authentication & Identity
- Kinde - Authentification and user management as a service.
26. Awesome Polars
Python / Miscellaneous
- Ibis Python package for Polars - Ibis (⭐5.9k) is a Python library that provides a lightweight, universal interface for data wrangling. It can be used with Polars.
27. Awesome Neovim
(requires Neovim 0.5)
- lopi-py/luau-lsp.nvim (⭐62) - A luau-lsp extension to improve your experience.
AI / Diagnostics
- gsuuon/model.nvim (⭐380) - Integrate LLMs via a prompt builder interface. Multi-providers including OpenAI (+ compatibles), PaLM, HuggingFace and local engines like llamacpp.
Marks / Diagnostics
- otavioschwanck/arrow.nvim (⭐661) - Like harpoon, but with a different UX, single keybinding needed and statusline support.
Project / Diagnostics
- LintaoAmons/cd-project.nvim (⭐120) - All you need is just an easier way to
cdto another project directory.
Startup / Diagnostics
- CWood-sdf/spaceport.nvim (⭐130) - The start screen that gets you to your projects blazingly fast.
28. Ai Collective Tools
Chatbots
- Tidio - Tidio Live Chat & AI Chatbots , Accelerate your growth with AI customer service
#freemium
Image Generator
- Leonardo - Text-to-image Create production-quality visual assets for your projects with unprecedented quality, speed, and style-consistency
#free
- Rentoor - Enhance your images with Rentoor's super-resolution feature, restoring clarity and detail for stunning visuals.
freemium
29. Awesome Ai4lam
Learning Resources / Generative AI
- What are large language models (LLMs)? – (YouTube) by Google for Developers
- Generative AI for Everyone – free Coursera course by Andrew Ng
- What Is ChatGPT Doing … and Why Does It Work? – by Stephen Wolfram
Publications and News Sources / Journals and Magazines
30. Awesome Django
Third-Party Packages / APIs
- django-webhook (⭐210) - A plug-and-play Django app for sending outgoing webhooks on model changes.
Hosting / PaaS (Platforms-as-a-Service)
31. Awesome Incident Response
IR Tools Collection / Windows Evidence Collection
- Cyber Triage - Cyber Triage has a lightweight collection tool that is free to use. It collects source files (such as registry hives and event logs), but also parses them on the live host so that it can also collect the executables that the startup items, scheduled, tasks, etc. refer to. It's output is a JSON file that can be imported into the free version of Cyber Triage. Cyber Triage is made by Sleuth Kit Labs, which also makes Autopsy.
32. Awesome Generative Deep Art
Generative AI history, timelines, maps, and definitions
- [🔥🔥🔥] Generative AI in a nutshell: a map with the most common Generative AI' concepts by Henrik Kniberg Youtube Video explaining the map
33. Awesome Machine Learning
C++ / General-Purpose Machine Learning
- QuestDB - A relational column-oriented database designed for real-time analytics on time series and event data.
- Phoenix - Uncover insights, surface problems, monitor and fine tune your generative LLM, CV and tabular models.
- XAD (⭐377) - Comprehensive backpropagation tool for C++.
- Truss - An open source framework for packaging and serving ML models.
Python / Computer Vision
- MLX (⭐21k)- MLX is an array framework for machine learning on Apple silicon, developed by Apple machine learning research.
Tools / Misc
- Chroma - Chroma - the AI-native open-source embedding database
34. Awesome Raspberry Pi
Tools
- ApplePi Baker - macOS application to easily install/backup/restore images onto an SD card.
- PiKISS (⭐939) - A bunch of scripts with menu to make your life easier.
- PiGro (⭐37) - PiGro does many commands that have to be entered via the terminal with one or two clicks of a button.
Projects
- Receiving GOES-16 Images on a Raspberry Pi - An advanced project to receive weather imagery from the GOES-16 satellite using software defined radio (SDR).
- RPi-eth-display - Open source DisplayLink alternative, ethernet to HDMI adapter.
35. Awesome Fantasy
Epic Fantasy / The Chronicles of Prydain 1964 by Lloyd Alexander [4.42]
Epic Fantasy / The Daevabad Trilogy 2017 *byS. A. Chakraborty*[4.3]
36. Awesome Vite
Templates / React
- react-component-library-vite (⭐5) - A library template for with
React,Javascript,Styled-Components,Vitest,React Testing Library,Storybook.
37. Awesome Osint
Web Monitoring / GitHub
38. Awesome Svelte
UI Libraries
- M3 Svelte (⭐326) - Robust component library implementing Material Design 3
39. Awesome Ai Tools
Video / Stable Diffusion resources
- Recast Studio - AI powered podcast marketing assistant.
- ShortVideoGen - Create short videos with audio using text prompts.
Other / Music
- Myriad - Scale your content creation and get the best writing from ChatGPT, Copilot, and other AIs. Build and fine-tune prompts for any kind of content, from long-form to ads and email.
Related Awesome Lists / Deep Learning
- Awesome AI Books (⭐99) - Curated List of Top AI and ML Books
40. Awesome Privacy
Android Gallery
- Google Photos has privacy issues. They collect a lot of data about you, which you can see in their privacy policy. Google can scan your photos and might flag them for different reasons, as shown in this incident. They also use your photos to improve their AI technology.
- Amazon Photos also has similar privacy problems. Like Google Photos, it gathers a lot of information from your photo gallery. You can see a bit of what kind of data they collect in their examples list.
- Samsung, Huawei, Xiaomi, etc. Gallery
- Aves (⭐3.7k) - Beautiful gallery and metadata explorer app, built for Android with Flutter.
- Fossify Gallery (⭐2.4k) - Fork of Simple Gallery. Browse your memories without any interruptions with this photo and video gallery.
Budget Management
- My Expenses (⭐980) - Featureful GPL licenced Android Expense Tracking App.
41. Awesome React
React Frameworks
- remix (⭐31k) - Full stack web Framework that lets you focus on the user interface
React Libraries
- react-error-boundary (⭐7.5k) - A React error boundary component that lets you catch errors
42. Awesome Cl
C, C++
- stacks-api (⭐1) - a Stacks API client. AGPL-3.0
Miscellaneous
- IUP (⭐150) - CFFI bindings to the IUP Portable User Interface library (pre-ALPHA).
- IUP is cross-platform (Windows, macOS, GNU/Linux, with new Android, iOs, Cocoa and Web Assembly drivers), has many widgets, has a small api and is actively developed.
- has a web view.
Mobile
- ECL - Embeddable Common Lisp; compiles to C. GNU LGPL2.1.
- WASM support in development (NLNET grant in 2025)
- eclweb (⭐18) is a proof-of-concept REPL inside a browser using Web Assembly (WASM).
Beginner
- 📹 Common Lisp Programming: from novice to effective developer - A learning video series on the Udemy platform (full content under paid access). By an active lisper and community contributor (@vindarel). Github home (⭐51).
Thanks for supporting my work on Udemy. I can send a free link to students, just contact me.
Reference
- Common Lisp Standard Draft (pdf) - The standard draft of the Common Lisp specifications, in a well formatted PDF with a sidebar.
- also dpans2texi (⭐7) - the standard draft converted to Texinfo and published as a well formatted PDF.
43. Awesome Agi Cocosci
Domain Specific Language / Design Theory
- Domain-Specific Language - Wikipedia. Wikipedia encyclopedia entry on Domain Specific Languages.
- Domain Engineering - Wikipedia. Wikipedia encyclopedia entry on Domain Engineering.
Commonsense / Commonsense Knowledgebase
- wikiHow - wikiHow.com. wikiHow is on website hosting step-by-step "How-to" procedural instructions across various domains and topics.
- Open Mind Common Sense: Knowledge Acquisition from the General Public - OTM Confederated International Conferences'02, 2002. [All Versions]..
Knowledge Representation / Commonsense Knowledgebase
- Algorithms of Adaptation in Inductive Inference - Cognitive Psychology, 2021. [All Versions].
44. Awesome Docker
Web / Other
- Mafl (⭐531) - Minimalistic flexible homepage by @hywax
- Prev: Jan 29 - Feb 04, 2024
- Next: Jan 15 - Jan 21, 2024