-
Checking with live requests receives the response:
`You don't seem to be solving the right level. Did you already complete it?`
-
FILE: README.md
CONTEXT: "...a programming puzzles contest is published every day for twenty-four days."
SUGGESTED CHANGE: Advent of Code is 25 days long, may want to replace twenty-four with twenty…
-
I'm just getting off the ground and tripped up here, boiled down example:
```
use aoc_runner_derive::{aoc, aoc_generator};
#[aoc_generator(day2)]
fn input_to_lines(input: &str) -> Vec {
i…
-
I was reviewing the 1D_regular example, comparing the various versions, noticed subtle shifts that slowly obfuscate the (admittedly silly) meaning of the original example.
- [40_1D_regular.xml](htt…
-
Suggested at the engineering team meeting on September 6
-
# Trending repositories for C#
1. [**jellyfin / jellyfin**](https://github.com/jellyfin/jellyfin)
__The Free Software Media System__
32 stars today | 26,703 stars | 2,463…
-
**Issue by [stripethree](https://github.com/stripethree)**
_Monday Sep 17, 2018 at 17:52 GMT_
_Originally opened as https://github.com/youearnedit/YEI-lunchnlearn/issues/3_
----
Suggested at the en…
-
It seems to me life would be better if `$c->req` could not be altered. It's very tempting for Catalyst newbs (myself included, years ago) to alter the http request (filling it with lies), and then reg…
-
The idea is to have a multi-version extension that allow you to attach a "debugger" to a running React instance. This debugger protocol injects intercepted functions into a particular version of React…
-
# Make A Browserify-able Web Audio Synth Module And Publish It To NPM For The Holidays!
Hello! 📢
For December 2015 I am organizing a Web Audio Advent Calendar, where every day through the 25th a bro…