Lauri Rooden
Lauri Rooden
```sh sed 's/#.*//' hex1.he | xxd -r -ps > hex1_ diff hex1_ hex1 ```
It would be fun but I'm afraid it's too much effort. I have to wait a vacation when kids are older (and ready for machine code) :D
https://github.com/8l/cc500 one more
``` $ curl -I https://media.forgecdn.net/files/3060/564/RebornCore-1.16-4.4.2%2Bbuild.73.jar HTTP/1.1 200 OK Content-Type: application/x-amz-json-1.0 ``` JSON Lite kicks in when there is `json` in Content-Type header. Will think which workaround would be best for...
I like the idea but proper implementation is tricky. Just adding this to summary is not ideal because this is not searchable with ctrl+F. Adding extra dom nodes would break...
Current git version shows object first properties when collapsed, it is up to backend to put most useful stuff to beginning of object. I will think about it some other...
It could be converted to a Safari App Extension, but I do not have a regular access to OS X, so no idea when.
First of all, thank you @Karacala for your contribution. I have been thinking about this feature in silence and I am not completely satisfied yet. Indices can be useful but...
I created a fs.js in example repo. ``` $ iotjs fs.js 4kb.txt Same true ... $ node fs.js 4kb.txt Same false ``` Iotjs reuses buffer and refill it before it...
Show me the code! :)