Skip to content

Instantly share code, notes, and snippets.

View clone1018's full-sized avatar

Luke Strickland clone1018

View GitHub Profile
incorrect offsets 14923 14895
couldn't setup extent tree
unable to open /dev/sda1
$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);
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]
tabs.open({
url: src,
inBackground: true,
onLoad: function(tab) {
tab.attach({
contentScriptFile: self.data.url("print-page.js")
});
}
});
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
location / {
try_files @www @imgd;
}
location @www {
root /srv/www/minotar.net;
index index.html;
}
location @imgd {
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGEOICtb7UbkTAF9unlMmnOq4jhOKjbQ2gHWtsHjgYFwWHJC7MpGGVyNiEAbGcC541wfMAjUk98AJl0XwovgqbvaCvtr0vsWuI3Lfa0X7AyiovhiN1J5kZVl0/gxh77UgvR0X694T2lXP9TFVTt8lMMizg2corscyDmb3ddNfKwhM4MYv9DTjQSL2WJJV/156FMtO4y5cVlr+z6itcsPdkEzR0FnHrColkIzVP2bNZ95qecWWeOpt/jBd07F3TDh0c2NVbQSSlrJ+dGbIFlWTj61G6TMlrJWJo0ZWbqEsC1mt/ika0yL5NcuYmyOM4OgETfNzajugzuyOz1co8DFf5 wercker / imgd / deploy
<?php
class OrderController {
public function store() {
$order = new Order();
foreach($orderLinesFromPost as $newOl) {
$orderLine = new OrderLine();
{
"from": {
"name": "",
"email": ""
},
"to": {
"name": "",
"email": ""
},
"subject": "Test Email",
+--------+---------------+------+--------------------------------------------+----------------+---------------+
| Domain | URI | Name | Action | Before Filters | After Filters |
+--------+---------------+------+--------------------------------------------+----------------+---------------+
| | GET|HEAD / | | HomeController@index | | |
+--------+---------------+------+--------------------------------------------+----------------+---------------+