Great answer

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MOOS

    C# x64 operating system programming with the .NET native ahead-of-time compilation technology.

  • https://github.com/nifanfa/moos , C# os

  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  • Not much reason to use that unless you're working on legacy .NET Framework code. For newer versions the repository is the place to go.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Objenesis

    Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here.

  • Ultimately, there is no reason that "Collections" should be a class. It can never be constructed (probably, though there's workarounds), and any code that treats it as a class is guaranteed to be a bug.

  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • VTIL-Core

    Virtual-machine Translation Intermediate Language

  • Python-to-x86-asm

    Python-to-x86 assembly compiler for CSCI4555 (Compiler Construction)

  • https://github.com/ZachAnders/Python-to-x86-asm - random homemade python to x86

  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts