I hereby claim:
- I am ghosttoast on github.
- I am ghosttoast (https://keybase.io/ghosttoast) on keybase.
- I have a public key ASBcHQS656ZVX8VFNSO8TOOSfUAx6pdoZHz5i1EvsXX2QQo
To claim this, I am signing this object:
<?php | |
$foo = 'foo'; | |
$bar = 'bar'; | |
$foobar = 'foobar'; | |
$string = ''; | |
$tests = array(); | |
for ($z = 0; $z<1000; $z++){ | |
$startTime = microtime(true); |
<?php | |
/** | |
* Tint hex color by a percentage | |
* | |
* @param string $hex - #FFFFFF or #FFF | |
* @param int $percentage - Positive or negative | |
* | |
* @return string Returns modified $hex, lighter or darker | |
*/ | |
function hex_tint( $hex, $percentage=0 ) { |
/** | |
* Convert hex to decimal, taking care of '#' and length, for comparing hex values | |
* | |
* @param $hex | |
* | |
* @return number | |
*/ | |
public function hex2dec( $hex ) { | |
if ( empty( $hex ) ) { | |
return $hex; |
<?php | |
/** | |
* Cache functions. | |
*/ | |
namespace SLC; | |
use PagelyCachePurge; | |
/** |
function areBarnaclesMollusks() { | |
return false; | |
} |
<TaskerData sr="" dvi="1" tv="5.2.bf1"> | |
<Task sr="task5"> | |
<cdate>1534903890379</cdate> | |
<edate>1535060872098</edate> | |
<id>5</id> | |
<nme>DarkLight</nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>37</code> | |
<ConditionList sr="if"> |
Arduino: 1.8.8 (Linux), TD: 1.45, Board: "Teensy 3.6, Serial, 180 MHz, Faster, US English" | |
simpleneopixeldemo: In function 'void sendBit(bool)': | |
simpleneopixeldemo:68: error: '_SFR_IO_ADDR' was not declared in this scope | |
[port] "I" (_SFR_IO_ADDR(PIXEL_PORT)), | |
^ | |
simpleneopixeldemo:92: error: '_SFR_IO_ADDR' was not declared in this scope | |
[port] "I" (_SFR_IO_ADDR(PIXEL_PORT)), | |
^ | |
simpleneopixeldemo: In function 'void show()': |
I hereby claim:
To claim this, I am signing this object: