Copy
Track Awesome List

May 16th - May 22nd, 2022

1. avelino/awesome-go

Functional

  • valorstars2 - Generic option and result types that optionally contain a value.
  • Command Line

    Standard CLI

  • carapace-specstars2 - Define simple completions using a spec file.
  • Geographic

  • H3GeoDiststars0 - Distribution of Uber H3geo cells by virtual nodes.
  • [h3-go] - Go bindings for H3, a hierarchical hexagonal geospatial indexing system.
  • H3 GeoJSONstars1 - Conversion utilities between H3 indexes and GeoJSON.

  • 2. CodyReichert/awesome-cl

    Matrix libraries

  • magiclstars178 - Matrix Algebra proGrams In Common Lisp based on BLAS/LAPACK and Expokit, by Rigetti Computing. BSD_3Clause.
  • Javascript

  • sigilstars2 - A Parenscript to Javascript command line compiler and REPL. MIT.

  • 3. agamm/awesome-developer-first

    Reports Generation

  • [DocRaptor[(https://docraptor.com) - HTML to PDF API built specifically for Paged Media using the Prince PDF library.

  • 4. tmcw/awesome-geojson

    data

  • 99boundariesstars2: Generate any maritime & land boundary in GeoJSON and other file formats or download directly from the web

  • 5. dend/awesome-product-management

    Books

  • The Power of Habit: Why We Do What We Do in Life and Business - By Charles Duhigg.
  • Good Strategy, Bad Strategy - By Richard Rumelt.
  • Crossing The Chasm - By Geoffrey A. Moore.
  • EMPOWERED: Ordinary People, Extraordinary Products - By Marty Cagan, Chris Jones.
  • Articles

  • Guide to building a product roadmap - By Hellonext, Inc.

  • 6. CUTR-at-USF/awesome-transit

    Web Apps (open source)

  • Bustime - Public transport real-time monitoring with WebSocket updates. Open-source on GitHubstars44.

  • 7. awesome-selfhosted/awesome-selfhosted

    Software

    Maps and Global Positioning System (GPS)

  • Bicimonstars2 - Bike Speedometer as Progressive Web App. (Demo) MIT HTML5
  • Software

    Feed Readers

  • Bubo Readerstars42 - Open source, "irrationally minimal" RSS feed reader. (Demo) Nodejs MIT
  • Software

    Personal Dashboards

  • Fenrusstars77 - A self hosted personal home page that allows for multiple users, guest access and multiple dashboards for each user. It also has "Smart Apps" which display live data for those apps. GPL-3.0 Nodejs

  • 8. fffaraz/awesome-cpp

    Debug

  • FakeItstars956 - Simple mocking framework for C++. [MIT]
  • Audio

  • rnnoisestars2.5k - Recurrent neural network for audio noise reduction. [BSD-3-Clause]

  • 9. aorumbayev/awesome-algorand

    Bridges

  • ptokens - pNetwork Officially Launched Cross-Chain Bridges for Algorand.
  • Community

    Projects

  • algorewards - Free and unofficial Algorand governance reward calculator. Hosted on GitHub Pages.
  • algorand.dev - Algorand Developer: The unofficial developer resource.
  • daotools - Manage all your DAO voting sessions in one Dapp.

  • 10. unixorn/awesome-zsh-plugins

    Plugins

  • condaenvstars0 - Provides a condaenv_prompt_info function which returns the current conda environment name.
  • git-clean-branchstars0 - Cleans up dead git branches.
  • pnpmstars9 - Adds useful aliases for common pnpm commands.
  • Tutorials

    Generic ZSH

  • zephyrstars2 - Zephyr uses built-in Zsh features to set up better default options, completions, keybindings, history, and much more.
  • Themes

  • repostars0 - Shows detailed git status information
  • promptorstars0 - Powerline-inspired. Includes decorators for git status, username, hostname, working directory and time.
  • simple-chackstars0 - Works well with solarized terminal color scheme. Includes git status decorations.
  • luceaststars0 - Optimized for git. Includes decorations for username, host, time & working directory.

  • 11. ohenley/awesome-ada

    Education

    Entry Point

  • celebrating-ada - Ada history key moments.
  • Frameworks

    Terminal User Interface

  • linenoise-ada - Bindings to the Linenoise line-editing library (patched to support UTF-8)
  • Libraries

    Format Readers and Writers

  • uri-ada - URI and MIME parser & manipulation library.

  • 12. jaywcjlove/awesome-mac

    Communication

    Collaboration and Team Tools

  • Wavebox - A revolutionary and feature-rich Chromium browser that's built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.
  • Developer Tools

    Command Line Tools

  • thefuckstars71.1k - A interesting software that corrects errors in previous console commands. Open-Source Software

  • 13. rust-unofficial/awesome-rust

    Libraries

    Network programming

  • Socket.io
  • Applications

    Database

  • Qdrantstars1.7k - An open source vector similarity search engine with extended filtering support Tests

  • 14. AdrienTorris/awesome-blazor

    Podcasts

  • ASP.NET, Blogging, Kuberetes, and more - May 10, 2022 - The Unhandled Exception Podcast with Andrew Lock (andrewlock.net). He’s the author of the Manning ebook, ASP.NET Core in Action, Second Edition. This episode covers a lot - from the different flavours of ASP.NET, to Kubernetes, Blazor, gRPC, testing, Minimal API, MediatR and more.
  • Articles

  • Q&A: Deep Dive on Blazor - May 9, 2022 - Q&A: Deep Dive on Blazor, on Visual Studio Magazine.
  • Syncfusion Essential Studio Release Enhances .NET MAUI, WinUI, Blazor and More - May 6, 2022 - Syncfusion Essential Studio Release Enhances .NET MAUI, WinUI, Blazor and More, on Visual Studio Magazine.
  • What's Coming for Blazor Hybrid in .NET 7 - February 10, 2022 - What's Coming for Blazor Hybrid in .NET 7, Visual Studio Magazine.
  • Use the Query String to pass an array of selected values between Blazor Pages - April 28, 2022 - Use the Query String to pass an array of selected values between Blazor Pages.
  • Conditional Blazor Styles (without the if statements) - March 24, 2022 - Conditional Blazor Styles (without the if statements).
  • Videos

  • ASP.NET Community Standup - Let's build an app with .NET MAUI and Blazor - duration May 17, 2022 - Showcasing migrating a Blazor WASM PWA to .NET MAUI and Blazor Hybrid. Community links.
  • Securing SPAs and Blazor Applications using the BFF (Backend for Frontend) Pattern - duration May 10, 2022 - Modern web development means that more and more application code is running in the browser. Traditionally this has been JavaScript but more recently there has been the trend to use C#/WASM with Blazor. These modern applications typically also need authentication and single-sign-on as well as token-based security for calling APIs – in other words OpenID Connect and OAuth 2. There are different patterns for securing such applications and this session covers some of the pitfalls of the various approaches, especially given the ever-changing browser landscape. We will conclude with the “backend for frontend” (or BFF) pattern which has become the most secure and stable of these approaches.

  • 15. mostafatouny/awesome-theoretical-computer-science

    Lecture Notes

  • Tim Roughgarden. Complexity Theory, Game Theory, and Economics: The Barbados Lectures - A mini-course notes of two-fold goals: mini-course is twofold: (i) Explain how complexity theory has helped illuminate several barriers in economics and game theory; and (ii) Illustrate how game-theoretic questions have led to new and interesting complexity theory, including recent several breakthroughs.
  • Eva Tardos. Algorithmic Game Theory - It combines algorithmic thinking with game-theoretic, or, more generally, economic concepts. The course will study a range of topics at this interface. The only prerequisite to the course is mathematical thinking.
  • Chekuri. Topics in Algorithms: Algorithmic Game Theory - A broad graduate-level introduction to: auctions, existence and computation of equilibria in games and markets, algorithmic mechanism design, price of anarchy and price of stability, games relevant to networks and e-commerce. The emphasis will be on conceptual ideas and algorithmic aspects. No familiarity with game theory or economics will be assumed.
  • Penna. Algorithmic Game Theory - The course discusses algorithmic aspects of game theory, such as a general introduction to game theory, auctions, mechanisms, the costs of a central control optimum versus those of an equilibrium under selfish agents, and algorithms and complexity of computing equilibria.
  • Brown. Resources list for game theory - TAs based these notes in large part on the lecture notes and accompanying videos of Tim Roughgarden's CS 364A and CS 364B courses at Stanford, and Jason Hartline's Mechanism Design and Approximation textbook.
  • Books

  • Apt & Grädel. Lectures in Game Theory for Computer Scientists - Games provide mathematical models for interaction, and numerous tasks in computer science can be formulated in game-theoretic terms.
  • Eva Tardos. Algorithmic Game Theory - Basic chapters on algorithmic methods for equilibria, mechanism design and combinatorial auctions are followed by chapters on important game theory applications such as incentives and pricing, cost sharing, information markets and cryptography and security.
  • Workshops

  • Simons Institute. Economics and Computation Program - The intersection is motivated by applications such as large-scale digital auctions and markets, and fundamental questions such as the computational complexity of Nash equilibria and complexity and approximation in mechanism design. Also, To productively model and study the Internet and its novel computational phenomena, Models and insights can be gained from from game theory and economic theory. The computational point of view, on the other hand, is essential to understand a world in which markets are networked and the default platforms of economic transactions are algorithmic.
  • Simons Institute. Learning and Games Program - The intersection is manifested by (1) Data input to machine learning algorithms are generated by self-interested parties, (2) Machine learning is used to optimize economic systems or acts, (3) Machine learning models used in critical systems are becoming prone to adversarial attacks, and (4) Several machine learning approaches can be framed as finding the equilibrium of a game.
  • Eva Tardos. Learning and Efficiency in Games - How to quantify the impact of strategic user behavior on overall performance in games including traffic routing as well as online auctions.

  • 16. vuejs/awesome-vue

    Components & Libraries

    Animation

  • @formkit/auto-animatestars540 Add motion to your apps with a single line of code
  • Components & Libraries

    Miscellaneous

  • vue-connect-walletstars15 - A Vue plugin for connecting to web3 wallets with a UI button + MetaMask utils
  • Components & Libraries

    Routing

  • v-route-generatestars3 - A tool to generate routes for vue-router 4.x.

  • 17. love2d-community/awesome-love2d

    Utilities

  • nativefsstars12 - Read and write files outside of LÖVE's allowed paths.

  • 18. rockerBOO/awesome-neovim

    Plugin

    (requires Neovim 0.5)

  • amrbashir/nvim-docs-viewstars6 - A Neovim plugin to display lsp hover documentation in a side panel.
  • Plugin

    Marks

  • chentoast/marks.nvimstars258 - A better user experience for viewing and interacting with vim marks.
  • Plugin

    Snippet

  • smjonas/snippet-converter.nvimstars50 - Convert snippets between the most common snippet formats and modify them using a few lines of Lua code.

  • 19. zudochkin/awesome-newsletters

    OS

  • Console Weekly. Discover cool open-source projects and an interview with one of the developers every week.

  • 20. matteocrippa/awesome-swift

    Libs

    Utility

  • SwiftBooststars83 - Collection of Swift-extensions to boost development process.

  • 21. godotengine/awesome-godot

    Plugins and scripts

    Various Godot versions

  • AutoCollidersstars2 - Allows the automatic generation of colliders for Sprites, with planned expansion to handle 3D meshes in the future (Godot 3.x).
  • Modules

    Various Godot versions

  • GodotHookstars1 - A lite custom event system for Godot Engine (Godot 3.x, 4.x).

  • 22. rossant/awesome-math

    Numerical Analysis

  • Introduction to Numerical Analysis - Doron Levy (University of Maryland)
  • Numerical Analysis for Engineers - Douglas Wilhelm Harder

  • 23. shuaibiyy/awesome-terraform

    Providers

    Vendor supported providers

  • terraform-provider-atlasstars12 - Provider for Atlas.
  • terraform-provider-alicloudstars450 - Provider for Alibaba Cloud.
  • terraform-provider-buildkitestars43 - Provider for Buildkite.
  • terraform-provider-datadogstars269 - Provider for Datadog.
  • terraform-provider-digitaloceanstars387 - Provider for DigitalOcean.
  • Providers

    Hashicorp supported providers

  • terraform-provider-awsstars7.3k - Provider for Amazon Web Services.
  • terraform-provider-azurermstars3.3k - Provider for Azure.
  • terraform-provider-dockerstars135 - Provider for Docker.
  • terraform-provider-googlestars1.7k - Provider for Google Cloud Platform.
  • terraform-provider-helmstars825 - Provider for Helm.
  • Tools

  • Argonaut - Deploy apps and infrastructure on your cloud in minutes. Autogenerate Terraform modules, customize configurations through PRs. Support for app deployments on Kubernetes and Lambda environments.

  • 24. fkromer/awesome-ros2

    Packages

    Driver layer

  • Universal Robotsstars111 - ROS2 drivers for UR CB3 and e-Series.

  • 25. dhondta/awesome-executable-packing

    📚 Literature

    Documentation

  • 📋 Hyperion: Implementation of a PE-Crypter
  • 📌 Packer detection tool evaluationstars5
  • 📑 Datasets

  • FFRI Dataset Scriptsstars7 - Make datasets like FFRI Dataset.
  • RCE Labstars40 - Crackme's, keygenme's, serialme's ; the "tuts4you" folder contains many packed binaries.
  • 📦 Packers

    Before 2000

  • Morphine - Application for PE files encryption.

  • 26. josephmisiti/awesome-machine-learning

    C++

    General-Purpose Machine Learning

  • N2D2stars104 - CEA-List's CAD framework for designing and simulating Deep Neural Network, and building full DNN-based applications on embedded platforms

  • 27. onqtam/awesome-cmake

    Other

  • version-from-gitstars0 - Bake git information into your binary. [MIT]

  • 28. preactjs/awesome-preact

    Contents

    Testing Utils

  • Preact Islandstars110 - Render your Preact component as a widget on any web page with ease.

  • 29. coq-community/awesome-coq

    Resources

    Tutorials and Hints

  • Coq requirements in Common Criteria evaluations - Guide on how to write readable and reviewable Coq code in high assurance applications.

  • 30. ripienaar/free-for-dev

    APIs, Data and ML

  • Geekflare API - Geekflare API let you take screenshots, audit websites, TLS scan, DNS lookup, test TTFB, and a lot more. The free plan offers 3000 API requests.

  • 31. radek-sprta/awesome-game-remakes

    Strategy

  • Stone Kingdoms - Real time strategy based on the original Stronghold by Firefly Studios.

  • 32. aniftyco/awesome-tailwindcss

    UI Libraries, Components & Templates

  • 📚 Headless UI Float - Floating UI integration for Headless UI.
  • 📚 Xtend UI - Tailwind CSS components with advanced interactions and animations.

  • 33. substrate-developer-hub/awesome-substrate

    Tools

  • Polkadot PANICstars38 - Monitoring and alerting solution for Polkadot nodes by Simply VC, compatible with many Substrate chains.

  • 34. aliesbelik/awesome-gatling

    Distributed Testing

  • Gatling – Scaling Out Your Load Tests
  • CI

  • run-gatlingstars2 - GitHub Action to easily integrate Gatling performance tests to GitHub workflows.

  • 35. adafruit/awesome-circuitpython

    News

  • Community call for what is wanted and needed in CircuitPython by year: 2018, 2019, 2021, 2022

  • 36. denolib/awesome-deno

    Modules

    Machine learning

  • netsaurstars21 - Powerful machine learning, accelerated by WebGPU
  • synapticstars7 - Dependency-less neural network library ported to deno
  • Modules

    Math

  • neostars9 - Matrix and other math, accelerated by WebGPU

  • 37. TheComputerM/awesome-svelte

    Utilities

    Form

  • svelte-formlystars175 - A good solution to generate and control a dynamic forms using core and custom rules with customize styles.

  • 38. uraimo/awesome-software-patreons

    Open Source Projects

    Open Source Art

  • Alexandre Prokoudine, #2 - GIMP contributor, editor of Libre Graphics World online magazine.
  • Andrea Ferrero - Developer of PhotoFlow image editor, maintains various Appimage packages.
  • Duduf - Tools for animations and motion pictures production.
  • Inochi2D - Opensource editor and libraries for realtime 2D puppet animation and rendering, e.g. VTubers.
  • Marc Jeanmougin - Inkscape contributor.
  • Open Source Projects

    Hardware related

  • Alyssa Rosenzweig - FOSS graphics driver work (Panfrost, Asahi) and contributions to several other projects.
  • Damien Maguire - Electric vehicle projects.
  • Espruino - JavaScript interpreter for microcontrollers.
  • Frank Buss - FPGA and other hardware projects.
  • GitClear - Improved Linux support for touchpads.
  • People Doing Open Source Work

  • Luke Dashjr - Author of bfgminer and other substantial contributions to Bitcoin.

  • 39. fabacab/awesome-cybersecurity-blueteam

    DevSecOps

  • Checkov - Static analysis for Terraform (infrastructure as code) to help detect CIS policy violations and prevent cloud security misconfiguration.
  • terrascan - Static code analyzer for Infrastructure as Code tools that helps detect compliance and security violations to mitigate risk before provisioning cloud native resources.
  • tfsec - Static analysis security scanner for your Terraform code designed to run locally and in CI pipelines.

  • 40. szenergy/awesome-lidar

    Others

  • MeshLab - MeshLab is an open source, portable, and extensible system for the processing and editing 3D triangular meshes and pointcloud.

  • Recent Updates:

    May 9th - May 15th, 2022
    May 2nd - May 8th, 2022
    Apr 25th - May 1st, 2022
    Apr 18th - Apr 24th, 2022
    Apr 11th - Apr 17th, 2022
    Twitter
    Telegram
    RSS
    Website
    Copyright © 2022 Track Awesome List, All rights reserved.
    PAST ISSUES

    Want to change how you receive these emails?
    You can update your preferences or unsubscribe from this list.

    Email Marketing Powered by Mailchimp