Copy
Track Awesome List

Dec 27th - Jan 2nd, 2021

1. avelino/awesome-go

Version Control

  • froggit-gostars8 - Froggit-Go is a Go library, allowing to perform actions on VCS providers.
  • Authentication and OAuth

  • brancastars24 - branca token specification implementationstars173 for Golang 1.15+.
  • Networking

    HTTP Clients

  • go-retryablehttp - Retryable HTTP client in Go.

  • 2. jaywcjlove/awesome-mac

    Design and Product

    Design Tools

  • System Color Pickerstars539 - The macOS color picker as an app with more features. [Open-Source Software] Freeware App Store
  • Utilities

    General Tools

  • Speediness - Check your internet speed. Freeware App Store
  • Utilities

    Menu Bar Tools

  • Work Hoursstars4 - Simple app that tracks your work hours from the menu bar. Open-Source Software Freeware

  • 3. EbookFoundation/free-programming-books

    APL

  • A Practical Introduction to APL1 & APL2 - Graeme Donald Robertson (PDF)
  • A Practical Introduction to APL3 & APL4 - Graeme Donald Robertson (PDF)
  • APL2 at a glance - James A. Brown, Sandra Pakin, Raymond P. Polivka - 1988 (PDF) (🗃️ archived)
  • Learning APL - Stefan Kruger (HTML,PDF,IPYNB)
  • Mastering Dyalog APL (PDF) (HTML,IPYNB 🚧 in process)

  • 4. veggiemonk/awesome-docker

    Docker Images

    Registry

  • Amazon Elastic Container Registry 💲 - Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images.
  • DigitalOcean 💲 - DigitalOcean Container Registry.

  • 5. AdrienTorris/awesome-blazor

    Videos

  • Publish a Blazor WebAssembly app and .NET API with Azure Static Web Apps - duration December 6, 2021 - Automatically deploy and update a Blazor web application and its API from a GitHub repository. In this episode, you will clone and run an existing Blazor web app locally, create an API for the app with Azure Functions and publish the app and its API to Azure Static Web Apps.
  • Podcasts

  • OpenSilver Ships with Giovanni Albani - December 9, 2021 - OpenSilver reaches V1! Carl and Richard talk to Giovanni Albani about OpenSilver - an open-source, plug-in-free implementation of Silverlight. Giovanni talks about how the client-side of OpenSilver is different from Silverlight, using Web Assembly to eliminate the need for the plug-in. But the developer SDK side is as close to identical as possible. The conversation explores going beyond compatibility with Silverlight 5 from 2011 to more modern capabilities, including the latest versions of .NET and C#. OpenSilver is not just a migration solution - it's a cross-platform development platform that is continuing to grow. Duration: 49 minutes.
  • The Future of Blazor, with Daniel Roth - December 23, 2021 - NET 6 was huge for Blazor - what's next? Carl and Richard talk to Daniel Roth about how Blazor continues to evolve as a C#-centric way to build web applications. Daniel talks about a bunch of the key features from .NET 6, including smaller runtime, Hot Reload, and rending components from JavaScript. The conversation also digs into the evolution of Blazor Fluent UI and MAUI - which also leads to the futures conversation, taking advantage of multithreading, and other great features you can see in the road map on GitHub. More Blazor is coming. Duration: 60 minutes.

  • 6. unixorn/awesome-zsh-plugins

    Themes

  • pecodezstars0 - Optimized for dark terminals. Has decorators for snyk version, node version, AWS profile, kubernetes context and git status.
  • hometownstars1 - A feature rich, high performance git-aware ZSH theme with segments for the user, host, time, the current working directory and its parent, and detailed full Git status within a Git repo.
  • ssfpromptstars0 - Simple, slim, fast. Includes ssh, virtualenv and vcs decorations.
  • Plugins

  • zoxide (ajeetdsouza)stars4.8k - A fast alternative to cd that learns your habits.
  • zoxide (hermitmaster)stars0 - Automatically loads zoxide ZSH settings.
  • git-worktreestars0 - Wraps some git worktree operations for simplicity and productivity. Includes fzf tooling.
  • zmanstars4 - Use fzf to quickly browse Zsh manuals.
  • Completions

  • expressvpnstars0 - Adds tab completions for the expressVPN client.

  • 7. academic/awesome-datascience

    Visualization Tools - Environments

  • Netronstars17.3k

  • 8. h2oai/awesome-h2o

    Software

  • Forecast the US demand for electricitystars73: A real-time dashboard of the US electricity demand (forecast using H2O GLM)

  • 9. agarrharr/awesome-cli-apps

    Productivity

  • papisstars736 - Extensible document and bibliography manager.

  • 10. rust-embedded/awesome-embedded-rust

    HAL implementation crates

    OS

  • freebsd-embedded-hal for embedded (or not) FreeBSD systems. - crates.io
  • Peripheral Access Crates

    Microchip

  • pic32-pac Peripheral access API for PIC32MX1/2xx - crates.io
  • HAL implementation crates

    Microchip

  • pic32-hal - HAL for PIC32MX - crates.io

  • 11. nix-community/awesome-nix

    Deployment Tools

  • deploy-rsstars363 - A simple multi-profile Nix-flake deploy tool.
  • Command-Line Tools

  • nix-alienstars38 - Run unpatched binaries on Nix/NixOS easily.
  • Resources

    Discovery

  • Nix Package Versions - Find all versions of a package that were available in a channel and the revision you can download it from.

  • 12. sobolevn/awesome-cryptography

    Theory

    Books

  • Handbook of Applied Cryptography - This book is intended as a reference for professional cryptographers.
  • Frameworks and Libs

    Rust

  • BLAKE3stars3.1k - is official Rust and C implementations of the BLAKE3 cryptographic hash function.
  • ragestars1.2k - is a simple, modern, and secure file encryption tool, using the age format.
  • Frameworks and Libs

    C

  • libkcapistars100 - Linux Kernel Crypto API User Space Interface Library.
  • nettlestars28 - is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.

  • 13. gruhn/awesome-naming

    Tools

  • tldr - Simplified man pages with practical examples.
  • yarn - NodeJS dependency manager.
  • Data Structures and Algorithms

  • Tree - A hierarchically organized data structure. From the root item the other items branch out into nodes and leaves. A collection of trees is often called a forest.

  • 14. hangtwenty/dive-into-machine-learning

    Deep Learning

  • Creative Applications of Deep Learning with Tensorflowstars1.5k
  • JAX - official quickstart Colab Notebooks to get to know JAXstars15.8k
  • Supplement: Cheat Sheets

  • FavioVazquez/ds-cheatsheets
  • Statistics
  • Stanford CS 229stars12.9k cheat sheets, available on the web and as PDFs
  • Supplement: Learning Pandas well

  • Bookmarks for scaling pandas and alternatives
    • dask: A Pandas-like interface, but for larger-than-memory data and "under the hood" parallelism.
    • vaex
      • "Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second"
      • "It calculates statistics such as mean, sum, count, standard deviation etc, on an N-dimensional grid for more than a billion (10^9) samples/rows per second. Visualization is done using histograms, density plots and 3d volume rendering, allowing interactive exploration of big data. Vaex uses memory mapping, zero memory copy policy and lazy computations for best performance (no memory wasted)."
    • See also: the MLOps section later in this guide.

  • 15. rust-unofficial/awesome-rust

    Libraries

    Machine learning

  • smartcorelib/smartcorestars200 — Machine Learning Library In Rust Build Status

  • 16. ripienaar/free-for-dev

    APIs, Data and ML

  • GoodData - Data as a Service - Create interactive and insightful dashboards. Free tier comes with 5 workspaces and 100 MB/workspace.
  • Tools for Teams and Collaboration

  • /meet for Slack - Start Google Meetings directly from Slack by using /meet in any channel, group or DM. Free without any limitations.
  • Testing

  • Testspace.com - A Dashboard for publishing automated test results and a Framework for implementing manual tests as code using GitHub. The service is free for Open Source accounts for 450 results per month.

  • 17. n2cholas/awesome-jax

    Libraries

    New Libraries

  • tree-mathstars67 - Convert functions that operate on arrays into functions that operate on PyTrees.

  • 18. awesome-spark/awesome-spark

    Packages

    GIS

  • Apache Sedonastars1k - Cluster computing system for processing large-scale spatial data.

  • 19. rossant/awesome-math

    Foundations of Mathematics

    Logic

  • Computability - An introduction to recursive function theory - Nigel Cutland (University of Hull)

  • 20. mojoaxel/awesome-regression-testing

    Tools and frameworks

  • jest-image-snapshotstars2.9k - Jest matcher that performs image comparisons using pixelmatch

  • 21. seancoyne/awesome-coldfusion

    Other Libraries

  • LogBox - The Enterprise ColdFusion Logging Library
  • CacheBox - The Enterprise ColdFusion Caching Engine, Aggregator and API
  • Tools

  • CommandBox - ColdFusion (CFML) CLI, Package Manager, REPL and more
  • Resources

  • ACF Docker Images on Amazon ECR and Docker Hub - Official Docker images from Adobe
  • Lucee Docker Images Docker Hub - Official Docker images from Lucee
  • CFRepo - A repository of ColdFusion installers created by Gavin Pickin

  • 22. aniftyco/awesome-tailwindcss

    Plugins

  • 🎨🧬 Themerstars0 - Adds theming support for Tailwind CSS with CSS variables and variants.
  • UI Libraries, Components & Templates

  • 🧩 HyperUI - Open source marketing and ecommerce Tailwind CSS components.

  • 23. matteocrippa/awesome-swift

    Libs

    UI

  • ProgressIndicatorViewstars20 - A progress indicator view library written in SwiftUI.

  • 24. dersvenhesse/awesome-scriptable

    Finance

  • Tradegate Stock Widgetstars0 - Stocks Widget to show share prices from Tradegate Exchange.


  • 25. quozd/awesome-dotnet

    Git Tools

  • Husky.Netstars152 - Git hooks made easy with Husky.Net internal task runner, You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. supports C# scripts, gitflow hooks, Multiple file states (staged, lastCommit, glob)
  • Tools

  • CSharpierstars141 - An opinionated code formatter for c# that is based on the Prettierstars41.5k printing process.

  • 26. veelenga/awesome-crystal

    C bindings

  • wasmer-crystalstars38 - Bindings for the wasmer WebAssembly runtime
  • fftw.crstars8 - Bindings for FFTW library

  • 27. agamm/awesome-developer-first

    Misc

  • Nylas - APIs for productivity workflows (email, calendar, contacts...) - like plaid for productivity.

  • 28. mjhea0/awesome-fastapi

    Third-Party Extensions

    ORMs

  • Prisma Client Pythonstars97 - An auto-generated, fully type safe ORM powered by Pydantic and tailored specifically for your schema - supports SQLite, PostgreSQL, MySQL, MongoDB, MariaDB and more.

  • 29. antdimot/awesome-lowcode

    Flow-based programming

  • joonbot - Make a chatbot in minutes with our intuitive no-code chatbot builder.
  • Stately - The ideal state of visual application logic.
  • Visual programming

  • Sanity - The unified content platform.
  • Misc

  • Algolia - Flexible Search & Discovery Hosted APIs.
  • NoCodeAPI - The easiest way to connect with APIs.

  • 30. jyguyomarch/awesome-productivity

    Tools and Apps

    Password Manager

  • Bitwarden - A free, trusted password manager that can store, sync, and generate passwords online or through native apps.
  • LastPass - A freemium password manager that stores encrypted passwords online.

  • 31. shuaibiyy/awesome-terraform

    Private Module Registries

  • modulehub - Private Terraform Module Registry and State backend.
  • Community

  • weekly.tf - Terraform Weekly Newsletter - Various news in the Terraform world (projects, announcements, discussions).
  • Tools

  • modules.tf-lambdastars301 - Infrastructure as code generator from visual diagrams created with Cloudcraft.co to Terraform.

  • 32. meirwah/awesome-incident-response

    IR Tools Collection

    Incident Management

  • Catalyststars29 - A free SOAR system that helps to automate alert handling and incident response processes.
  • IR Tools Collection

    Memory Analysis Tools

  • Orochistars97 - Orochi is an open source framework for collaborative forensic memory dump analysis.

  • 33. golemfactory/awesome-golem

    Provider Resources

  • Automatically update provider node prices - Script that checks the median of the prices on stats.golem.network and updates all 3 values on the provider node related to price.

  • Recent Updates:

    Dec 20th - Dec 26th, 2021
    Dec 13th - Dec 19th, 2021
    Dec 6th - Dec 12th, 2021
    Nov 29th - Dec 5th, 2021
    Nov 22nd - Nov 28th, 2021
    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