notebook VS AdventOfCode2019

Compare notebook vs AdventOfCode2019 and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
notebook AdventOfCode2019
2 1
4 0
- -
0.0 1.8
over 1 year ago about 3 years ago
JavaScript Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

notebook

Posts with mentions or reviews of notebook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-04.

AdventOfCode2019

Posts with mentions or reviews of AdventOfCode2019. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-04.
  • Ask HN: What is your current side-project?
    12 projects | news.ycombinator.com | 4 Mar 2021
    I've been (slowly) doing Advent of Code 2019 on an STM32F303 microcontroller. I want all of the problem data to be stored in the binary, with the answers being output on a display. Most of my time so far has been spent on getting the clock working, and compression/decompression. I only have limited space (256KB), and the 20 of last year's problems I solved take up 221KB, so I decided the best course of action would be to store them compressed when possible.

    I did consider just using compression library, but decided against it partly because it would be more interesting to write it myself, but also having a quick look I couldn't find one that could do decompression without needing additional temporary storage. It's not that fancy, just LZW with a multi-stage compression to optimize the dictionary.

    Because of how many of the inputs work, you can often handle it in smaller chunks (e.g. one line at a time, I called them records), so the inputs have a small amount of pre-processing on my PC to split them up into smaller chunks so the entire input doesn't need to be held in RAM at once.

    Of course, not all input data will compress well, some will even "compress" to a larger size, so I've also abstracted over the data storage so that it can handle reading records from compressed or uncompressed inputs.

    I've done 4 days so far, and none of the inputs have compressed. Total runtime is 3.24 seconds (that day 4...).

    Current state can be found here for the morbidly curious: https://github.com/Measter/AdventOfCode2019 Spoilers are in the mcu/src/challenges folder.

What are some alternatives?

When comparing notebook and AdventOfCode2019 you can also consider the following projects:

openmiko - Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.

epanet-js - Model a water distribution network in JavaScript using the OWA-EPANET engine

esper

SearchStory - Lucene based search application to search your own history (notes, papers, browser history)

okta-aws-cli-assume-role - Okta AWS CLI Assume Role Tool

name-needed - 🕹 A one man effort to produce an intuitive and high performance Dwarf Fortress-esque game. Needs a name.

ExtPay - The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.

saasform - Add signup & payments to your SaaS in minutes.