I hereby claim:
- I am Flyingmana on github.
- I am flyingmana (https://keybase.io/flyingmana) on keybase.
- I have a public key whose fingerprint is 1452 62F4 CD41 71EC 87F8 94C6 7A1A 6AC2 BDA3 6922
To claim this, I am signing this object:
{ | |
"require": { | |
"magento-hackathon/magento-composer-installer": "*" | |
}, | |
"require-dev": { | |
"magento-hackathon/composer-command-integrator": "dev-master#e33f65a0e1b687fb5c610ac01357b11", | |
"composer/composer": "dev-master" | |
}, | |
"repositories": [ | |
{"type":"vcs","url":"https://github.com/magento-hackathon/composer-command-integrator"}, |
<?php | |
$debug = function($val){ | |
return; | |
echo $val.PHP_EOL.'<br/>'.PHP_EOL; | |
}; | |
/** | |
* Caution, this is very experimental stuff | |
* no garant for working result |
I hereby claim:
To claim this, I am signing this object:
<?php | |
$debug = array(); | |
$debug[] = session_start(); | |
$debug[] = session_id(); | |
$debug[] = session_regenerate_id(); |
{ | |
"type": "package", | |
"package": { | |
"name": "connect20/tbt_enhancedgrid", | |
"version": "1.3.2.1", | |
"dist": { | |
"url": "http://connect20.magentocommerce.com/community/TBT_Enhancedgrid/1.3.2.1/TBT_Enhancedgrid-1.3.2.1.tgz", | |
"type": "tgz" | |
} |
PHPUnit 3.6.10 by Sebastian Bergmann. | |
Configuration read from /work/magento/wf_magento_example/taf/phpunit.xml.dist | |
.................................FF........F.............EE.F 61 / 1570 ( 3%) | |
FFFEFSSSSSSSSSSSFSSSSSSSSSSSSSSFSSSSSSSSSSSSSSSFSSSSSSSSSSSSS 122 / 1570 ( 7%) | |
SSSSSSSSSSSSSSSSSFSSSSSSSSSSSFSSSSSSSSSSSSSSFSSSSSSSSSSSSSSSF 183 / 1570 ( 11%) | |
SSSSSSSSSSSSSSSSSSSSFSSSSSSSSSSSFSSSSSSSSSSSSSSFSSSSSSSSSSSSS 244 / 1570 ( 15%) | |
SSFSSSSSSSSSSSFSSSSSSSFSSFSSSSSSSSSSSFSSSSSSSFSSFSSSSSSSSSSSS 305 / 1570 ( 19%) | |
SSSSSSSSSFSSSSSSSSSSSFSSSSSSSFSSFFSSSSSSSSSSSSSSSSSSSSSSSSSSS 366 / 1570 ( 23%) |
<?xml version="1.0" encoding="UTF-8"?> | |
<config> | |
<modules> | |
<Cotya_Performance> | |
<version>0.1.0</version> | |
</Cotya_Performance> | |
</modules> | |
<frontend> |
/** | |
* format dd and dt as group | |
*/ | |
hmtl{ | |
background: #f06; | |
background: white; | |
min-height: 100%; | |
} | |
.block{ | |
float:left; |
<?php | |
/** | |
a little simulation for my brother who thought, | |
you can make money with the right roulette strategy. | |
**/ | |
$budget = 1000000; | |
$games = 0; |