Awesome List Updates on Feb 27 - Mar 05, 2023
54 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Urban and Regional Planning Resources
Platforms and Software Resources / Immersive Planning and Design Platforms
- TwinMotion - TwinMotion is an easy to use real-time visualization software that creates offline renderer-quality images, animations, and panoramas, together with interactive 360° videos and VR presentations built on Unreal Engine.
2. Awesome Github Wiki
Useful Stack Overflow questions & answers
3. Awesome Machine Learning
Tools / Misc
- Humanloop – Humanloop is a platform for prompt experimentation, finetuning models for better performance, cost optimization, and collecting model generated data and user feedback.
4. Awesome Datascience
Books / Visualization Tools
- Regular Expression Puzzles and AI Coding Assistants by David Mertz
5. Free Programming Books (English, By Subjects)
Graphics Programming
- Physically Based Rendering, Third Edition: from Theory to Implementation - Matt Pharr, Wenzel Jakob, Greg Humphreys
- Ray Tracing Gems - Eric Haines, Tomas Akenine-Möller
- Ray Tracing Gems II - Adam Marrs, Peter Shirley, Ingo Wald
- Virtual Reality - Steven M. LaValle
6. Awesome Audit Algorithms
Papers / 2022
- Two-Face: Adversarial Audit of Commercial Face Recognition Systems - (ICWSM) Performs an adversarial audit on multiple systems APIs and datasets, making a number of concerning observations.
7. Awesome Nextjs
Apps
- Twitter Clone (⭐159) - Twitter clone built with Next.js + T3 Stack + NextAuth + Supabase + Prisma.
8. Awesome Gpt3
Demos / Other
Github / Other
Products / Other
- Makelog: Automated changelog powered by GPT-3
9. Awesome Playwright
Utils
- Playwright-cleanup - A Playwright cleanup tool that simplifies test cleanup by undoing any changes to the testing environment.
10. Awesome V
Discord
- kitten (⭐13) - Simple Discord API library for writing bots.
GitHub templates / Vim
- v-project-basement (⭐13) - A basement for every V project, that contains universal minimum GitHub CI scripts and issue templates for a V project.
11. Awesome D
Database clients / XML
- libpb (⭐4) - INteract with a PocketBase database
Command Line / XML
- dlog (⭐2) - extensible logging framework with message transformation support and custom loggers and contexts
- gogga (⭐3) - simple easy-to-use colorful logger for command-line applications
12. Awesome Dotnet
Visual Studio Plugins
- SonarSource.sonarlint-visualstudio (⭐459) - SonarLint is a free, open source Visual Studio 2017, 2019 and 2022 extension that provides on-the-fly feedback to developers on new bugs and quality issues in C#, VB.NET, C/C++, TypeScript and JavaScript.
Source Generator
- M31.FluentAPI (⭐92) - Effortlessly generate fluent APIs for your C# classes.
13. Awesome Keycloak
Community Extensions
14. Awesome Tmux
Tools and session management
- t (⭐319) The smart tmux session manager
Status Bar
- tmux-nerd-font-window-name (⭐131) Nerd Font icons for your tmux windows
15. Awesome Jmeter
CI / Tutorials & Demo
- Jenkins
- Performance Tests with JMeter, Maven and Hudson
- CI with Jenkins, Git, Maven, Grunt, and JMeter (⭐19)
- Continuous automated web tests using Jenkins and JMeter
- Automating JMeter tests with Maven and Jenkins
- How to automate JMeter tests with Maven and Jenkins: part 1, part 2
- JMeter Continuous Performance Testing (JMeter + Ant + Jenkins): part 1, part 2
- Continuous Integration 101: How to Run JMeter with Jenkins
Performance Testing / Mobile Apps
Trainings & Courses / Utilities
- BlazeMeter University - By BlazeMeter.
Community / Blogs
- TestAutomationGuru Blog - Technical blog on test automation.
Community / Q&A
Related / Awesome Lists
- Awesome Software Quality (⭐2.2k) - A list of free software testing and verification resources.
16. Awesome Incident Response
IR Tools Collection / All-In-One Tools
- Dissect (⭐841) - Dissect is a digital forensics & incident response framework and toolset that allows you to quickly access and analyse forensic artefacts from various disk and file formats, developed by Fox-IT (part of NCC Group).
IR Tools Collection / Evidence Collection
- Acquire (⭐71) - Acquire is a tool to quickly gather forensic artifacts from disk images or a live system into a lightweight container. This makes Acquire an excellent tool to, among others, speedup the process of digital forensic triage. It uses Dissect (⭐841) to gather that information from the raw disk, if possible.
17. Awesome Zig
Bootables
- rafaelbreno/zig-os (⭐31) - A simple OS following Philipp Oppermann's posts "Writing an OS in Rust".
18. Awesome Transit
National government datasets
- transport.data.gouv (France) - Data platform for the French transport ecosystem.
GTFS / General GIS Applications for making transit visualizations
- GTFS Spec - Specification for the General Transit Data Feed, or GTFS. Available in several languages.
GTFS Converters / Ruby
- gtfs2emis (⭐26) - An R package to estimate the emission levels of public transport vehicles based on General Transit Feed Specification (GTFS) data.
19. Awesome Selfhosted
Software / Automation
- SickChill - SickChill is an automatic video library manager for TV shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. (Source Code (⭐2.4k))
GPL-3.0
Python/Docker
Software / Communication - Email - Mail Transfer Agents
- EmailRelay - A small and easy to configure SMTP and POP3 server for Windows and Linux. (Source Code)
GPL-3.0
C++
Software / Software Development - Low Code
- PocketBase - Open Source backend for your next SaaS and Mobile app in 1 file. (Source Code (⭐38k))
MIT
Go/Docker
20. Awesome Game Engine Dev
Libraries / Rust
- Rust: Game Framework
- 🎉 Ambient (⭐3.8k) - Multiplayer game engine.
- 🎉 Amethyst (⭐8k) - Data-driven 2D/3D game engine aiming to be fast and configurable.
- 🎉 Bevy (⭐33k) 🔥 - Refreshingly simple data-driven 2D/3D game engine. [Website]
- 🎉 Macroquad (⭐3k) - Easy to use game library, heavily inspired by RayLib.
21. Awesome Sysadmin
Software / Network Configuration Management
- OpenWISP - Open Source Network Management System for OpenWRT based routers and access points. (Demo, Source Code)
GPL-3.0
Python
22. Vertx Awesome
Integration
- REST
- Retrofit adapter for Vert.x (⭐31) - A highly scalable adapter for Retrofit with Vert.x.
- openapi4j adapter for Vert.x (⭐100) - OpenAPI 3 request validator and router factory alternative.
- Vert.x Effect HTTP client (⭐3) - Pure functional and reactive HTTP client using Vert.x Effect (⭐3) with OAuth support and retry, fallback and recovery operations.
Reactive
- SmallRye Mutiny - Intuitive event-driven reactive programming library for Java with bindings for Vert.x.
Microservices
- Failsafe - Failsafe is a lightweight, zero-dependency library for handling failures in Java 8+. Concise API. Integration with libraries that use their own schedulers for async executions, such as Akka or Vert.x. Vert.x example (⭐4k)
23. Awesome Cpp
Internationalization
- uni-algo (⭐257) - Unicode Algorithms Implementation for C/C++. [Unlicense or MIT]
Miscellaneous
- Cheat Sheets of HackingCPP - Cool cheat sheets and infographics for algorithms, views, containers, randomness, etc.
24. Awesome Ruby
Concurrency and Parallelism
- Polyphony (⭐657) - Fine-grained concurrency for Ruby.
25. Awesome Go
Database Schema Migration
- dbmate (⭐5.1k) - A lightweight, framework-agnostic database migration tool.
26. Awesome Mac
Browsers / Audio Record and Process
- Orion - Lightweight WebKit-based browser with support for Chrome and Firefox extensions.
Utilities / Clipboard Tools
- ClipTools - ClipTools is a status menu application that gives you access to a variety of simple clipboard utilities.
27. Awesome Product Management
Articles / Obsidian
- Remote teams - By Notion Team.
28. Magictools
Engines and Frameworks / Voxel Editors
- 🎉 asimov-ts (⭐10) - A type safe (as much as possible) engine for the web written in TypeScript.
29. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- confer (⭐5) - Tries to find program configuration files automatically so you can do things like
conf vim
to edit yourvim
configuration files.
- setpath (⭐0) - Adds some local paths to your
fpath
and$PATH
.
- zypper-short (⭐0) - Plugin for OpenSuse Tumbleweed's package manager,
zypper
.
Themes / superconsole - Windows-only
- ho-my-zsh (⭐1) - Includes decorators for current directory and
git
information.
- parrot (⭐11) - Based on Parrot OS bash theme. Includes decorators for user@host,
git
information, exit status of last command, time and current directory.
30. Awesome Privacy
2FA
- Owky (⭐43) - Free and Open Source Two-Factor Authenticator for IOS users.
Android App Store
- Obtainium (⭐7k) - Get app updates directly from the source.
Password Managers
- Passbolt - An open source password manager designed for team collaboration.
31. Awesome Raspberry Pi
OS Images
- Mainsail OS (⭐535) - A distribution for 3D Printers that includes everything to get started with Klipper Firmware and Mainsail.
32. Awesome Prometheus
Tutorials
- Setting up Prometheus Monitoring On a Kubernetes Cluster - Setting up Prometheus Monitoring On a Kubernetes Cluster by James Walker.
33. Awesome Svelte
UI Libraries
- YeSvelte - YeSvelte is flexible Svelte UI component library built on top of Bootstrap css.
34. Awesome Elixir
Configuration
- mahaul (⭐20) - Supercharge your environment variables in Elixir. Parse and validate with compile time access guarantees, defaults, fallbacks and app pre-boot validations.
Frameworks
- Flowbite - An open-source UI component library built with Tailwind CSS and compatible with Phoenix/Elixir.
ORM and Datamapping
- walex (⭐275) - PostgreSQL Change Data Capture (CDC) events listener in Elixir.
35. Awesome Ios
Other Parsing
- NetNewsWire (⭐8.1k) - It’s a free and open-source feed reader for macOS and iOS.
36. Free for Dev
Monitoring
- Middleware.io - Middleware observability platform provides complete visibility into your apps & stack, so you can monitor & diagnose issues at scale. They have a free forever plan for Dev community use that allows Log monitoring for up to 1M log events, Infrastructure monitoring & APM for up to 2 hosts.
PaaS
- WunderGraph - An open-source platform that allows you to quickly build, ship and manage modern APIs. Built-in CI/CD, GitHub integration, and automatic HTTPS. Up to 3 projects, 1GB egress, 300 minutes of build time per month on the free plan
Design and UI
- Scrollbar.app -- Simple free web app for designing custom scrollbars for the web.
37. Awesome React Components
Command palette
- kbar (⭐4.7k) - demo - Fast, portable, and extensible cmd+k interface.
Utilities / Mouse Events
<qr-code>
– A no-dependencies, customizable, animate-able, SVG-based<qr-code>
element.
38. Awesome Geek Podcasts
In English
- Women in Analytics After Hours - Connects with women in all areas of data and analytics to talk about what they do in the space, how they got there, and more.
39. Awesome Algorand
Languages / C/C++
- unreal-algorand-sdk (⭐7) - Official Unreal Engine plugin for Algorand Blockchain Platform.
- cplusplus-algorand-sdk (⭐2) - Algorand C++ SDK: This repo is providing C++ sdk on algorand chain.
40. Awesome Polars
Resources / Talks and videos
- Polars Introduction for Python with a 128GB Ryzen 24-core Benchmark vs Pandas ⏳
12 min
- A video that provides an introduction to Polars for Python by @jeffheaton. Notebook used for the video in this github repo (⭐175).
- Polars vs Pandas ⏳
37 min
- A detailed video on Youtube that compares Polars and Pandas by @hu-po.
41. Awesome Agi Cocosci
Bayesian Modeling / Bayesian Induction
- Theory-based Bayesian models of inductive learning and reasoning - Trends in Cognitive Sciences, 2006. [All Versions]. Josh Tenenbaum's review on Bayesian theory induction.
42. Awesome Cl
Community
- 👍 CLPM - A package manager for Common Lisp that strives to cleanly separate the package manager process itself from the client image that uses it. BSD_2Clause.
- CLPM comes as a pre-built binary, supports HTTPS by default, supports installing multiple package versions, supports versioned systems, and more.
- Quickutil (⭐88) - A utility manager, similar to Quicklisp, but for small utilities rather than whole libraries. 3-clause BSD.
- redist (⭐12) - facilities to produce Quicklisp distributions.
43. Awesome Ros2
Packages / Application layer
- rosbridge_suite (⭐727) - Bridging your browser to the ROS 2.0.
- ros2_pid_library (⭐23) - A ROS2 Humble fully configurable PID library
44. Open Source Flutter Apps
Contents / Productivity
- NotePad (⭐10) - A very simple notepad app with no fancy features to distract you. Just write what you want and tag by Sarvesh Kumar Dwivedi
45. Awesome Broadcasting
Control Systems
- BUG - Broadcast Universal Gateway - Control a wide range of broadcast and network equipment from your browser.
46. Awesome Vite
Templates / Vanilla
- vite-phaser-ts (⭐18) - Starter template with Phaser and Typescript.
Templates / Electron
- vite-plugin-doubleshot (⭐119) - For building Node.js backend or Electron main process.
Framework-agnostic Plugins / Bundling
- vite-plugin-no-bundle (⭐58) - Generate unbundled code for use with native ESM or other bundlers.
47. Awesome Spark
Packages / Language Bindings
- Kotlin for Apache Spark (⭐378) - Kotlin API bindings and extensions.
48. Awesome Rust
Libraries / Caching
- 06chaynes/http-cache (⭐66) [http-cache] - A caching middleware that follows HTTP caching rules
- moka-rs/moka (⭐1.5k) - A high performance concurrent caching library inspired by the Caffeine library for Java
- zkat/cacache-rs (⭐524) - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs
Libraries / Data visualization
- rerun (⭐5.9k) - [rerun] - An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time.
Libraries / Network programming
- gRPC
- hyperium/tonic (⭐9.5k) - A native gRPC client & server implementation with async/await support
- tikv/grpc-rs (⭐1.8k) - The gRPC library built on C Core library and futures
49. Awesome Micropython
Audio
- micropython-sgtl5000 (⭐3) - Library for SGTL5000 Low Power Stereo Codec w/ Headphone Amp.
Sensors / Temperature Digital
- micropython-zacwire (⭐0) - MicroPython driver for the ZACwire protocol used in TSic 506F temperature sensors.
50. Awesome Generative Deep Art
Generative AI history, timelines, maps, and definitions
- [🔥] The landscape of generative AI landscape reports | by Ramsri Goutham | Jan, 2023 | Medium: a meta report on the reports published by 9 venture capital firms
- Generative AI with Cohere: Part 1 - Model Prompting: overview of Generative AI by Cohere AI
- Generative AI with Cohere: Part 2 - Use Case Ideation: a list of Generative AI use cases by Cohere AI
- Large Language Models and Where to Use Them: Part 1: a list of LLM use cases by Cohere AI
- What's the big deal with Generative AI? Is it the future or the present?: summarization of the area of Generative AI by Cohere AI
- Timeline of AI and language models: LLM timeline organized by Dr Alan D. Thompson from Life Architect
Large Language Models (LLMs)
- More than you've asked for: A Comprehensive Analysis of Novel Prompt Injection Threats to Application-Integrated Large Language Models: paper on LLM Security
- Cohere AI: a way to integrate state-of-the-art language models to applications
Prompt Engineering / Prompt Engineering for Text-to-image
- [🔥🔥🔥] Prompt book for data lovers II - Google Slides: An open source exploration on text-to-image and data visualization
Embeddings and Semantic Search / Prompt Engineering for Text-to-image
Text-related Generative Tools / Multi-agents
- ChatPDF - Chat with any PDF!: upload a PDF file and make questions about it #semanticsearch
Bio experiments / Deforum
- fMRI-to-image: tweet by danberridge "The 'presented images' were shown to a group of humans. The 'reconstructed images' were the result of an fMRI output to Stable Diffusion. In other words, Stable Diffusion literally read people's minds."
51. Awesome Iot
Software / Middlewares
- Husarnet - Husarnet is a global peer-to-peer network layer that can make the MCU-Server or MCU-MCU connection directly, without the need of a bridge, over the internet.
52. Awesome Vue
Components & Libraries / UI Components
- vite-plugin-vue-preview (⭐35) - a vite plugin for code preview, of course you can also use the component separately
53. Awesome Neovim
Markdown and LaTeX / Diagnostics
- iamcco/markdown-preview.nvim (⭐6.6k) - Preview markdown on your modern browser with synchronised scrolling and flexible configuration.
Register / Diagnostics
- tenxsoydev/karen-yank.nvim (⭐79) - More intentional register handling with delete, cut and yank mappings.
Motion / Diagnostics
- liangxianzhe/nap.nvim (⭐97) - Jump between next/previous buffer, tab, diagnostic, etc, with a single key.
54. Static Analysis
Programming Languages / Other
- Codepeer ©️ — Detects run-time and logic errors.
- clang-tidy — Clang-based C++ linter tool with the (limited) ability to fix issues, too.
- cppcheck — Static analysis of C/C++ code.
- Frama-C — A sound and extensible static analyzer for C code.
- KLEE — A dynamic symbolic execution engine built on top of the LLVM compiler infrastructure. It can auto-generate test cases for programs such that the test cases exercise as much of the program as possible.
- MATE ⚠️ — A suite of tools for interactive program analysis with a focus on hunting for bugs in C and C++ code. MATE unifies application-specific and low-level vulnerability analysis using code property graphs (CPGs), enabling the discovery of highly application-specific vulnerabilities that depend on both implementation details and the high-level semantics of target C/C++ programs.
- SVF — A static tool that enables scalable and precise interprocedural dependence analysis for C and C++ programs.
- code-cracker — An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
- FSharpLint — Lint tool for F#.
- test — Show location of test failures from the stdlib testing module.
- Haxe Checkstyle — A static analysis tool to help developers write Haxe code that adheres to a coding standard.
- Spoon — Spoon is a metaprogramming library to analyze and transform Java source code (incl Java 9, 10, 11, 12, 13, 14). It parses source files to build a well-designed AST with powerful analysis and transformation API. Can be integrated in Maven and Gradle.
- steady — Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy.
- JSPrime ⚠️ — Static security analysis tool.
- retire.js — Scanner detecting the use of JavaScript libraries with known vulnerabilities.
- Mondrian ⚠️ — A set of static analysis and refactoring tools which use graph theory.
- PHP Refactoring Browser — Refactoring helper.
- Reflection (⭐113) — Reflection library to do Static Analysis for PHP Projects
- deal — Design by contract for Python. Write bug-free code. By adding a few decorators to your code, you get for free tests, static analysis, formal verification, and much more.
- goodpractice — Analyses the source code for R packages and provides best-practice recommendations.
- cargo-call-stack (⭐555) — Whole program static stack analysis The tool produces the full call graph of a program as a dot file.
- electrolysis ⚠️ — A tool for formally verifying Rust programs by transpiling them into definitions in the Lean theorem prover.
Other / Other
- Mariana Trench — Our security focused static analysis tool for Android and Java applications. Mariana Trench analyzes Dalvik bytecode and is built to run fast on large codebases (10s of millions of lines of code). It can find vulnerabilities as code changes, before it ever lands in your repository.
- krane (⭐669) ⚠️ — Krane is a simple Kubernetes RBAC static analysis tool. It identifies potential security risks in K8s RBAC design and makes suggestions on how to mitigate them. Krane dashboard presents current RBAC security posture and lets you navigate through its definition.
Multiple languages / Other
- codeburner — Provides a unified interface to sort and act on the issues it finds.
- ezno — A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance. Ezno's type checker is built from scratch. The checker is fully compatible with TypeScript type annotations and can work without any type annotations at all.
- Veracode ©️ — Find flaws in binaries and bytecode without requiring source. Support all major programming languages: Java, .NET, JavaScript, Swift, Objective-C, C, C++ and more.
- Prev: Mar 06 - Mar 12, 2023
- Next: Feb 20 - Feb 26, 2023