View eve-char-copy.sh
#!/bin/bash | |
cd "/Users/sarel/Library/ApplicationSupport/EVE Online/p_drive/Local Settings/Application Data/CCP/EVE/SharedCache/wineenv/drive_c/users/sarel/Local Settings/Application Data/CCP/EVE/c_tq_tranquility/settings_Default" | |
cat core_char_95599916.dat > core_char_95667485.dat | |
cat core_char_95599916.dat > core_char_96349917.dat | |
cat core_char_95599916.dat > core_char_96595293.dat | |
echo 'done.'% |
View ResponseJSON.php
<?php | |
/** | |
* User: sarel | |
* Date: 2015/05/31 | |
* Time: 10:10 AM | |
*/ | |
namespace AH\AQueueBundle\Helper; | |
use JMS\Serializer\SerializerBuilder; |
View dogCatchesTail
try { | |
// something cool goes here | |
} catch (Tail $t) { | |
// write entry in diary | |
} finally { | |
// finally! fuck! | |
} |
View cappedStaticCacheVAR.php
<?php | |
/** | |
* Demonstrate how to have a static cache variable that is capped to a maximum count. | |
* | |
* User: sarel | |
* Date: 2014/03/06 | |
* Time: 8:27 PM | |
*/ | |
class testShifting { |