This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!rk86 !name=mars3-lpe.rkr !start=0000 !entry=0000 | |
0000 00 00 16 46 C3 00 15 23 21 23 23 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 C3 A2 FF 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
0000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Public Domain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew list --formula | xargs -n1 -P8 -I {} \ | |
sh -c "brew info {} | egrep '[0-9]* files, ' | sed 's/^.*[0-9]* files, \(.*\)).*$/{} \1/'" | \ | |
sort -h -r -k2 - | column -t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eshell V5.8.4 (abort with ^G) | |
1> c(tcp_proxy, [debug_info, export_all]). | |
{ok,tcp_proxy} | |
2> fprof:apply(tcp_proxy, dump_binary, [1,<<"Test 3">>]). | |
[["000",49], | |
58,32, | |
["000",48], | |
58,32, | |
["54 65 73 74 20 33 ", | |
[32,[32," ",32,32,32],32," ",32,32,32], |