So what should I use then?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • plusplus

    Enables increment operators in Python using a bytecode hack

  • Here you go: https://github.com/borzunov/plusplus

  • python-goto

    A function decorator, that rewrites the bytecode, to enable goto in Python

  • 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
  • linked-list-good-taste

    Linus Torvalds' linked list argument for good taste, explained

  • Philosophically do-while should have very rare applications. Because as programmers our code should be as generic as possible. If the code is treating the first iteration as different it is by definition not as generic as possible. This is illustrated by how the example you provided creates a bug when n=1. Linux Torvald's linked list example is a famous one for how a special case is removed: https://github.com/mkirchner/linked-list-good-taste

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

  • I wrote these short methods to remove a node from an unbalanced BST. Is it "bad style"?

    1 project | /r/cpp_questions | 29 Jun 2023
  • What's the use of pointers-to-pointers?

    1 project | /r/C_Programming | 11 May 2023
  • Guess my favorite language based on my frustrated Python comments

    2 projects | /r/ProgrammerHumor | 12 Nov 2022
  • Accessing the value of a double pointer to a list node

    1 project | /r/C_Programming | 18 May 2021
  • How's my Doubly Linked List?

    1 project | /r/C_Programming | 22 Apr 2021