This file contains hidden or 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
incorrect offsets 14923 14895 | |
couldn't setup extent tree | |
unable to open /dev/sda1 |
This file contains hidden or 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
$testString = "test"; | |
$modes = mcrypt_list_modes(); | |
$algorithms = mcrypt_list_algorithms(); | |
var_dump($modes, $algorithms); | |
foreach($algorithms as $cipher) | |
{ | |
echo "<h1 style=\"border-top:1px solid black;\">".$cipher."</h1>\n"; | |
foreach($modes as $mode) | |
{ | |
$keySize = mcrypt_get_key_size($cipher, $mode); |
This file contains hidden or 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
Hey there admin, | |
Below are your updates: | |
Hartmann | |
* Omnis dicta accusantium quia ullam quaerat. [http://localhost:8000/projects/vern.von/hartmann/updates/omnis-dicta-accusantium-quia-ullam-quaerat] | |
* Qui aliquid sed commodi qui delectus. [http://localhost:8000/projects/vern.von/hartmann/updates/qui-aliquid-sed-commodi-qui-delectus] | |
Hartmann | |
* Est nemo nihil vel minima est. [http://localhost:8000/projects/ashlee.monahan/mitchellgreenholt/updates/est-nemo-nihil-vel-minima-est] |
This file contains hidden or 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
tabs.open({ | |
url: src, | |
inBackground: true, | |
onLoad: function(tab) { | |
tab.attach({ | |
contentScriptFile: self.data.url("print-page.js") | |
}); | |
} | |
}); |
This file contains hidden or 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
imgd-3.minotar.net: | |
total used free shared buffers cached | |
Mem: 490M 482M 7.4M 340K 8.7M 311M | |
-/+ buffers/cache: 162M 327M | |
Swap: 0B 0B 0B | |
imgd-2.minotar.net: | |
total used free shared buffers cached | |
Mem: 490M 483M 6.7M 344K 2.2M 249M | |
-/+ buffers/cache: 231M 258M | |
Swap: 0B 0B 0B |
This file contains hidden or 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
location / { | |
try_files @www @imgd; | |
} | |
location @www { | |
root /srv/www/minotar.net; | |
index index.html; | |
} | |
location @imgd { |
This file contains hidden or 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGEOICtb7UbkTAF9unlMmnOq4jhOKjbQ2gHWtsHjgYFwWHJC7MpGGVyNiEAbGcC541wfMAjUk98AJl0XwovgqbvaCvtr0vsWuI3Lfa0X7AyiovhiN1J5kZVl0/gxh77UgvR0X694T2lXP9TFVTt8lMMizg2corscyDmb3ddNfKwhM4MYv9DTjQSL2WJJV/156FMtO4y5cVlr+z6itcsPdkEzR0FnHrColkIzVP2bNZ95qecWWeOpt/jBd07F3TDh0c2NVbQSSlrJ+dGbIFlWTj61G6TMlrJWJo0ZWbqEsC1mt/ika0yL5NcuYmyOM4OgETfNzajugzuyOz1co8DFf5 wercker / imgd / deploy |
This file contains hidden or 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
<?php | |
class OrderController { | |
public function store() { | |
$order = new Order(); | |
foreach($orderLinesFromPost as $newOl) { | |
$orderLine = new OrderLine(); |
This file contains hidden or 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
{ | |
"from": { | |
"name": "", | |
"email": "" | |
}, | |
"to": { | |
"name": "", | |
"email": "" | |
}, | |
"subject": "Test Email", |
This file contains hidden or 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
+--------+---------------+------+--------------------------------------------+----------------+---------------+ | |
| Domain | URI | Name | Action | Before Filters | After Filters | | |
+--------+---------------+------+--------------------------------------------+----------------+---------------+ | |
| | GET|HEAD / | | HomeController@index | | | | |
+--------+---------------+------+--------------------------------------------+----------------+---------------+ |