Howdy! I have a YT channel where I teach coding and want some ideas.

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

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

  • Selling points for me is the friendly syntax, the small fast executables (I noticed you're running nim c -r in your video, this will recompile your program with each run, which can be slow. If you just compile once you can run the program many times and it will be much faster). If you don't want to bother with that I can recommend https://github.com/PMunch/nimcr which will do this for you.

  • nppnim

    a notepad++ plugin contains lexer and code folding for Nim lang

  • By the way, for Notepad++ support have you tried this? https://github.com/jangko/nppnim

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

    Windows automation module

  • Check out wAuto for automation: https://github.com/khchen/wAuto

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