Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
simne
on April 22, 2024
|
parent
|
context
|
favorite
| on:
Equinox.space
BTW just for fun, my perl script:
perl -e 'for ($num = 0; $num <256; $num++) { $width = 8; printf("%*b\n", $width, $num) }'
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
perl -e 'for ($num = 0; $num <256; $num++) { $width = 8; printf("%*b\n", $width, $num) }'