>>42 Hope you didn't waste your precious work/neet time
Name:
Anonymous2018-03-21 14:43
I wasn't doing anything important anyway. also, check'em
Name:
Anonymous2018-03-21 16:37
There exist only 4 unary operations on binary input: invert (A->!A), maintain (A->A), nullify (A->0), validate (A->1). Yet, nullify and validate can be thought of as nullary operations, merely inherited into unary space. Likewise, in binary operations, analogues to the (strictly) unaries exist, like maintain first (A,B->A), maintain second (A,B->B), invert first (A,B->!A) and invert second (A,B->!B).
>>46 ackchyually, switch is more like a computed goto (unfortunately, C lacks true computed goto). but I knew that someone will complain about it, that's why I made >>34. it even validates command-line arguments without conditionals!
>>8 There's a definition for the max length of *argv though, so I'm not sure that's a good example.
Name:
Anonymous2018-04-02 11:14
A script for copying favorited photos from your iOS device #!/bin/sh ## https://brew.sh on macOS # brew install libimobiledevice # brew cask install osxfuse # brew install ifuse ## or compile from http://www.libimobiledevice.org for Linux and Windows ## plug in your iOS device ## give your computer access # idevicepair pair ## mount your iOS device's filesystem # ifuse ~/iPhone