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 | |
// Example code | |
abstract class PPI_Array_Rename { | |
/* | |
spl array binder methods which uses the translator method | |
*/ | |
/* @returns string */ |
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
# Forum rank table | |
# Format: | |
# Player name <tab> Player id <tab> Forum link | |
# | |
# Script: | |
# - Want: | |
# <link aichallenge>final rank</link> <link forum>name</link forum> | |
# Page 1 |
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
run: function() { | |
//this.trySomethingALittleBitSmarter(); | |
this.tryToFillStomach(); | |
}, |
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
#!/usr/bin/env sh | |
../../aichallenge/aichallenge/ants/playgame.py --player_seed 42 --end_wait=0.25 --log_dir game_logs --turns 1000 --map_file ../../aichallenge/aichallenge/ants/maps/maze/maze_04p_01.map "./MyBot" "python ../../aichallenge/aichallenge/ants/dist/sample_bots/python/LeftyBot.py" "python ../../aichallenge/aichallenge/ants/dist/sample_bots/python/HunterBot.py" "python ../../aichallenge/aichallenge/ants/dist/sample_bots/python/GreedyBot.py" -IOE |
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
There were 2 failures: | |
1) Phergie_Plugin_MessageTest::testMessages with data set #6 ('foo bar', 'foo bar', true, NULL) | |
Failed asserting that two strings are equal. | |
--- Expected | |
+++ Actual | |
@@ @@ | |
-foo bar | |
+ |
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
Serve static content from a cookieless domain (17) | |
3.70KB of cookies were sent with the following static resources. Serve these static resources from a domain that does not set cookies: | |
css.php | |
bg-body-bg.png | |
bg-header-bg.png | |
bg-header-shadow.png | |
bg-header-page.png | |
icons-logo.png | |
github.png | |
ppi.png |
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
phpunit . | |
PHPUnit 3.5.14 by Sebastian Bergmann. | |
................................................................. 65 / 72 ( 90%) | |
....... | |
Time: 3 seconds, Memory: 9.75Mb | |
OK (72 tests, 157 assertions) |
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
[core] | |
excludesfile = /path/to/ignoreFile/.gitignore_global |
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
279 elazar | |
74 Matthew Turland | |
47 Anthony Van de Gejuchte | |
31 dotEvan | |
29 James Logsdon | |
21 Evan Fribourg | |
17 Sean Coates | |
12 Dossy Shiobara | |
10 Graham Christensen | |
10 Nom4d3 |
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
[core] | |
excludesfile = /path/to/ignoreFile/.gitignore_global | |
[color] | |
ui = auto | |
[alias] | |
br = branch | |
co = checkout | |
df = diff | |
lg = log -p | |
lgp = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative |