Advent of Code (in MiniScript), Day 5

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

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
  • AoC-2022

    MiniScript code for the Advent of Code 2022 challenges (by JoeStrout)

  • Given the libraries I had, I don't see how. However, I may add some new tricks to my aoc module. Maybe I should have a "select" method that grabs a subset of a sequence (string or list) given a list of indexes. I could use this on each line to convert the raw input, like [Z] [M] [P], into just the letters, like ZMP (by doing line = line.select(range(1, line.len, 4))). Then I'd have a list of strings like:

  • minimicro-sysdisk

    Contents of the /sys disk for the Mini Micro virtual computer

  • My code for this one came out considerably longer than in previous days, despite havng a separate (prepared ahead of time) aoc module and all the other modules in Mini Micro's /sys/lib folder to lean on. So I'll present it in sections.

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

  • The making of Kip and the Caves of Lava

    2 projects | dev.to | 8 May 2024
  • MiniScript and Micro Jam Join Forces for Mega Fun

    1 project | dev.to | 10 Apr 2024
  • An expression parser for MiniScript

    2 projects | dev.to | 21 Feb 2024
  • Pratt Parsing in MiniScript

    1 project | dev.to | 14 Feb 2024
  • MiniScript Ports

    10 projects | dev.to | 7 Feb 2024