Applejack

This commit is contained in:
Mattia Basaglia 2013-11-08 10:57:46 +01:00
parent d5784ea90f
commit 644a43e5f5
8 changed files with 150 additions and 1 deletions

View file

@ -0,0 +1,29 @@
.....-----...
__ .-` `.
/ \` .:'--:.
( / \ `-.__..-;
| | `-..__ ., -
( '. \ _____\ )`-._ _-`
'\ __/ __\' / ':``''`
.|\_ ( / .-| |'.|
|' / ,'\ ( (WW| \W)j
.| | \_\_`/ ``-.
.--''''````-. |' l \__/
/ `. | `. -,______.-'
/ `.________.| `. /
( ,.--''>-',: |' | (
| | / (_) .| ,'),-``''-.
| .' | ,; |' / ,' `.
.| |. | (_) ;, '. (.( :
|' '| | (_) `'---'` `. `:`;
| '. / \ / `:. ; ':
|. `' | /-,_______\ ' ` .-; |
'| \_/ / | |\ `----'`.' .'
| ) / | | `--, \`''`
'. / | | | / l
`--_____--'| | | | ( |
`:._.` '. | | | | \ |
' .-. )| \ | \ `.___/
`---; ) )' \_______) \_______)
.:___-'

11
Applejack/parts/30;1 Normal file
View file

@ -0,0 +1,11 @@
.-
(WW W
`

24
Applejack/parts/31;22 Normal file
View file

@ -0,0 +1,24 @@
(_) ,')
/
(_) (.
(_)
-_____

17
Applejack/parts/32;22 Normal file
View file

@ -0,0 +1,17 @@
__
/ '.
( )
\
,:
,;
;,

29
Applejack/parts/33;1 Normal file
View file

@ -0,0 +1,29 @@
.....-----...
.-` `.
` .:'--:.
`-.__..-;
`-..__ ., -
`\ )`-._ _-`
' ' ``''`
.|
|' /
.| |
.--''''````-. |' l
/ `. | `.
/ `. .| `.
( ,.--''>-' |' |
| | .| ,-``''-.
| .' |' ,' `.
.| |. '. ( :
|' '| `'---'` `. `:`;
| '. `:. ; ':
|. `. ' ` .-; |
'| \ `----'`.' .'
| ) `''`
'. /
`- --'
`:._.` '.
' .-. )
`---; ) )'
.:___-'

29
Applejack/parts/33;22 Normal file
View file

@ -0,0 +1,29 @@
__
/ \
( / \
| |
( '.
\
\_
``-.
\__/
-,______.-'
________ /
(
/
|
|
|
/ \ /
' | /-,_______\
_/ / | |\
/ | | `--, \
| | | / l
| | | | ( |
| | | | \ |
| \ | \ `.___/
\_______) \_______)

10
Applejack/parts/37;22 Normal file
View file

@ -0,0 +1,10 @@
\ _____
__/ \ / ':
( | | |
,'\ | \ j
\_ _ /

View file

@ -7,7 +7,7 @@ $maxw = 0;
$maxh = 0; $maxh = 0;
foreach($dir_files as $file) foreach($dir_files as $file)
{ {
if ( strpos($file,";") !== false ) if ( preg_match("/([0-9]+;)*[0-9]+/",$file) !== false )
{ {
$curr_file = file("$dir/$file",FILE_IGNORE_NEW_LINES); $curr_file = file("$dir/$file",FILE_IGNORE_NEW_LINES);
$files[$file] = $curr_file; $files[$file] = $curr_file;