diff --git a/Applejack/applejack-nohat.txt b/Applejack/applejack-nohat.txt new file mode 100644 index 0000000..37bb6c3 --- /dev/null +++ b/Applejack/applejack-nohat.txt @@ -0,0 +1,29 @@ + .....-----... + __ .-` `. + / \` .:'--:. + ( / \ `-.__..-; + | | `-..__ ., - + ( '. \ _____\ )`-._ _-` + '\ __/ __\' / ':``''` + .|\_ ( / .-| |'.| + |' / ,'\ ( (WW| \W)j + .| | \_\_`/ ``-. + .--''''````-. |' l \__/ + / `. | `. -,______.-' + / `.________.| `. / + ( ,.--''>-',: |' | ( + | | / (_) .| ,'),-``''-. + | .' | ,; |' / ,' `. + .| |. | (_) ;, '. (.( : + |' '| | (_) `'---'` `. `:`; + | '. / \ / `:. ; ': + |. `' | /-,_______\ ' ` .-; | + '| \_/ / | |\ `----'`.' .' + | ) / | | `--, \`''` + '. / | | | / l + `--_____--'| | | | ( | + `:._.` '. | | | | \ | + ' .-. )| \ | \ `.___/ + `---; ) )' \_______) \_______) + .:___-' + diff --git a/Applejack/parts/30;1 b/Applejack/parts/30;1 new file mode 100644 index 0000000..3137c21 --- /dev/null +++ b/Applejack/parts/30;1 @@ -0,0 +1,11 @@ + + + + + + + + .- + (WW W + ` + \ No newline at end of file diff --git a/Applejack/parts/31;22 b/Applejack/parts/31;22 new file mode 100644 index 0000000..afd2bfc --- /dev/null +++ b/Applejack/parts/31;22 @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + (_) ,') + / + (_) (. + (_) + + + + + + -_____ \ No newline at end of file diff --git a/Applejack/parts/32;22 b/Applejack/parts/32;22 new file mode 100644 index 0000000..c24c78e --- /dev/null +++ b/Applejack/parts/32;22 @@ -0,0 +1,17 @@ + + + + + + + __ + / '. + ( ) + \ + + + + ,: + + ,; + ;, \ No newline at end of file diff --git a/Applejack/parts/33;1 b/Applejack/parts/33;1 new file mode 100644 index 0000000..e439596 --- /dev/null +++ b/Applejack/parts/33;1 @@ -0,0 +1,29 @@ + .....-----... + .-` `. + ` .:'--:. + `-.__..-; + `-..__ ., - + `\ )`-._ _-` + ' ' ``''` + .| + |' / + .| | + .--''''````-. |' l + / `. | `. + / `. .| `. + ( ,.--''>-' |' | + | | .| ,-``''-. + | .' |' ,' `. + .| |. '. ( : + |' '| `'---'` `. `:`; + | '. `:. ; ': + |. `. ' ` .-; | + '| \ `----'`.' .' + | ) `''` + '. / + `- --' + `:._.` '. + ' .-. ) + `---; ) )' + .:___-' + \ No newline at end of file diff --git a/Applejack/parts/33;22 b/Applejack/parts/33;22 new file mode 100644 index 0000000..12d073f --- /dev/null +++ b/Applejack/parts/33;22 @@ -0,0 +1,29 @@ + + __ + / \ + ( / \ + | | + ( '. + \ + \_ + + ``-. + \__/ + -,______.-' + ________ / + ( + / + | + | + | + / \ / + ' | /-,_______\ + _/ / | |\ + / | | `--, \ + | | | / l + | | | | ( | + | | | | \ | + | \ | \ `.___/ + \_______) \_______) + + \ No newline at end of file diff --git a/Applejack/parts/37;22 b/Applejack/parts/37;22 new file mode 100644 index 0000000..91faa5d --- /dev/null +++ b/Applejack/parts/37;22 @@ -0,0 +1,10 @@ + + + + + + \ _____ + __/ \ / ': + ( | | | + ,'\ | \ j + \_ _ / diff --git a/render_parts.php b/render_parts.php index b3aef6f..fc47a41 100755 --- a/render_parts.php +++ b/render_parts.php @@ -7,7 +7,7 @@ $maxw = 0; $maxh = 0; 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); $files[$file] = $curr_file;