Advent of Code (in MiniScript), Day 5

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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:

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

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

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

  • Best New Mini Micro Games

    1 project | dev.to | 27 Aug 2024
  • Creating a Level Editor for Sub-Optimal

    3 projects | dev.to | 18 Aug 2024
  • The Making of Solitaire for Mini Micro

    2 projects | dev.to | 10 Jul 2024
  • Make a digital clock in Mini Micro

    2 projects | dev.to | 3 Jul 2024
  • Shell Scripting with MiniScript

    1 project | dev.to | 27 Jun 2024

Did you konow that MAXScript is
the 86th most popular programming language
based on number of metions?