MTL First Beta Release

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Multi Thread Library (by ZigRazor)

    git clone https://github.com/ZigRazor/MTL.git # Dowload the MTL repository cd MTL # Main directory of the cloned repository. mkdir -p build # Create a directory to hold the build output. cd build # Move into the build directory. cmake .. # Generate native build scripts for MTL. make # Compile sudo make install # Install in /usr/local/ by default

  • 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.

  • Best-README-Template

    An awesome README template to jumpstart your projects!

    See the open issues for a full list of proposed features (and known issues).

  • Google Test

    GoogleTest - Google Testing and Mocking Framework

    git clone https://github.com/google/googletest.git # Dowload the Google Test repository cd googletest # Main directory of the cloned repository. mkdir -p build # Create a directory to hold the build output. cd build # Move into the build directory. cmake .. # Generate native build scripts for GoogleTest. make # Compile sudo make install # Install in /usr/local/ by default

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