An open API service indexing awesome lists of open source software.

https://github.com/remy/til

TIL
https://github.com/remy/til

Last synced: 6 months ago
JSON representation

TIL

Awesome Lists containing this project

README

          

# Today I Learned

My Today I Learned snippets. Stolen from [simonw/til](https://github.com/simonw/til/), inspired by [jbranchaud/til](https://github.com/jbranchaud/til), which simon spotted [on Hacker News](https://news.ycombinator.com/item?id=22908044).

## http

* [curl -s isn't as useful as I thought](https://github.com/remy/til/blob/master/http/curl-s-isnt-as-useful-as-i-thought.md) - 2020-05-02

## cli

* [Escaping apostrophies in curl](https://github.com/remy/til/blob/master/cli/escaping-apostrophies-in-curl.md) - 2020-05-03

## css

* [Mobile device selector](https://github.com/remy/til/blob/master/css/mobile-device-selector.md) - 2020-05-06
* [CSS calc's divide is unitless only](https://github.com/remy/til/blob/master/css/css-calc-divide.md) - 2020-05-15

## javascript

* [New bytes from TextEncoder](https://github.com/remy/til/blob/master/javascript/new-bytes-from-textencoder.md) - 2020-05-09
* [Testing for NaN](https://github.com/remy/til/blob/master/javascript/testing-for-nan.md) - 2020-05-13

## node

* [Spawn sh on MacOS … doesn't](https://github.com/remy/til/blob/master/node/spawn-sh-on-mac.md) - 2020-05-16

## spectrum

* [Memory debugging banks](https://github.com/remy/til/blob/master/spectrum/memory-debugging-banks.md) - 2020-05-23
* [Screen clean up at stop](https://github.com/remy/til/blob/master/spectrum/screen-clean-up.md) - 2020-05-23
* [FOR … TO](https://github.com/remy/til/blob/master/spectrum/for-to.md) - 2020-05-24
* [Doesn't cost to _try_](https://github.com/remy/til/blob/master/spectrum/doesnt-cost-to-try.md) - 2020-05-24
* [FOR and REPEAT UNTIL](https://github.com/remy/til/blob/master/spectrum/for-and-repeat-until.md) - 2020-05-25