Update: As of 11 January 2022, git.io no longer accepts new URLs.
Command:
curl https://git.io/ -i -F "url=https://github.com/YOUR_GITHUB_URL" -F "code=YOUR_CUSTOM_NAME"
URLs that can be created is from:
https://github.com/*
https://*.github.com
Update: As of 11 January 2022, git.io no longer accepts new URLs.
Command:
curl https://git.io/ -i -F "url=https://github.com/YOUR_GITHUB_URL" -F "code=YOUR_CUSTOM_NAME"
URLs that can be created is from:
https://github.com/*
https://*.github.com
#| | |
usage: | |
> (import (my-matrix)) | |
> (sanity) | |
#t | |
> (run-bench) | |
500 x 500 matrix multiply in Chez took 2472 msec | |
500 x 500 matrix multiply in Chez took 2474 msec | |
... |
#| | |
usage: | |
> (import (my-matrix)) | |
> (sanity) | |
#t | |
> (run-bench) | |
500 x 500 matrix multiply in Chez took 2472 msec | |
500 x 500 matrix multiply in Chez took 2474 msec | |
... |
^
= Ctrl
key
M
= Alt
key
^G (F1) Display this help text
^X (F2) Close the current file buffer / Exit from nano
^O (F3) Write the current file to disk
^J (F4) Justify the current paragraph
^R (F5) Insert another file into the current one
### | |
Author: Jason Giedymin <jasong _a_t_ apache -dot- org> | |
http://www.jasongiedymin.com | |
https://github.com/JasonGiedymin | |
Appearing in the Quake III Arena source code[1], this strange algorithm uses | |
integer operations along with a 'magic number' to calculate floating point | |
approximation values of inverse square roots[5]. |