its okay guys they fixed it!

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • I actually have a really big love hate relationship with digiD. It can be great or your biggest nightmare. I actually found a public archive of the code though: https://github.com/MinBZK/woo-besluit-broncode-digid-app

  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

  • People creating config files for thide are just building a variant of enterprise fizzbuzz (https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition).

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

    Zero overhead utilities for preventing bugs at compile time

  • Which programming language has, by default, a float type between 0.0 and 1.0? I think it is solvable with libraries in some languages, sure, but it is there in the type system or the standard library of some mainstream language?

  • govuk-puppet

    Discontinued Decommissioned: Puppet manifests that used to provision the legacy GOV.UK stack.

  • If you haven't before, take a look around www.gov.uk sometime. Think of something to to with government (say, applying for a driver's license) and try to find it.

  • rust

    Empowering everyone to build reliable and efficient software.

  • // cannot be const, see https://github.com/rust-lang/rust/issues/57241 fn f(x: f64) -> Option { // added guard clause because `as` is wrapping, not saturating if x < 0.0 || x > 1.0 { return None; } let x = (x * 10.0).round() as usize; Some("🔵".repeat(x) + &"⚪".repeat(10 - x)) }

  • my_first_calculator.py

    my_first_calculator.py

  • Simplicity and ease of use make good code? And nothing else? Ok, here's a great calculator implementation then: https://github.com/AceLewis/my_first_calculator.py/blob/master/my_first_calculator.py

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