فهرست منبع

Merge of bugz-ansi.

We have our nice build_images.sh
We have ansi-to-src !
We have our graphic files.
We have our images.cpp to display
all the "in the binary" images.
We have the images that we used.
Still need to update ghost to latest BZ one.
bugz 4 سال پیش
والد
کامیت
93429d4162
16فایلهای تغییر یافته به همراه462 افزوده شده و 223 حذف شده
  1. 5 2
      CMakeLists.txt
  2. 2 92
      ansi-to-src.cpp
  3. 14 0
      bat.ans
  4. 13 0
      build_images.sh
  5. 23 0
      ghead.ans
  6. 23 0
      ghost.ans
  7. 104 0
      images.cpp
  8. 18 129
      mystic.cpp
  9. 23 0
      panther.ans
  10. 5 0
      show_bat_issue.sh
  11. 8 0
      show_skull_issue.sh
  12. 13 0
      skull-blink.ans
  13. 13 0
      skull.ans
  14. 152 0
      utils.cpp
  15. 23 0
      utils.h
  16. 23 0
      wolf.ans

+ 5 - 2
CMakeLists.txt

@@ -78,7 +78,7 @@ add_subdirectory(zf_log)
 # )
 # add_executable(yourProj ${SOURCES})
 
-add_executable(mystic mystic.cpp lastseen.cpp terminal.cpp render.cpp)
+add_executable(mystic mystic.cpp lastseen.cpp terminal.cpp render.cpp utils.cpp)
 target_link_libraries(mystic util)
 target_link_libraries(mystic zf_log)
 target_compile_definitions(mystic PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_VERBOSE)
@@ -86,5 +86,8 @@ target_compile_definitions(mystic PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_VERBOSE)
 add_executable(try-re try-re.c)
 
 add_executable(ansi-color ansi-color.c)
-add_executable(ansi-to-src ansi-to-src.cpp)
+add_executable(ansi-to-src ansi-to-src.cpp utils.cpp)
+
+add_executable(images images.cpp render.cpp terminal.cpp utils.cpp)
+target_link_libraries(images zf_log)
 

+ 2 - 92
ansi-to-src.cpp

@@ -4,97 +4,7 @@
 
 #define ZF_LOGD(...)
 
-/**
- * Display a repr of the given string.
- *
- * This converts most \n\r\v\f\t codes,
- * defaults to \xHH (hex value).
- */
-char *repr(const char *data) {
-  static char buffer[40960];
-  char *cp;
-
-  strcpy(buffer, data);
-  cp = buffer;
-  while (*cp != 0) {
-    char c = *cp;
-
-    if (c == ' ') {
-      cp++;
-      continue;
-    };
-    /* Ok, it's form-feed ('\f'), newline ('\n'), carriage return ('\r'),
-     * horizontal tab ('\t'), and vertical tab ('\v') */
-    if (strchr("\f\n\r\t\v\?", c) != NULL) {
-      memmove(cp + 1, cp, strlen(cp) + 1);
-      *cp = '\\';
-      cp++;
-      switch (c) {
-      case '\f':
-        *cp = 'f';
-        cp++;
-        break;
-      case '\n':
-        *cp = 'n';
-        cp++;
-        break;
-      case '\r':
-        *cp = 'r';
-        cp++;
-        break;
-      case '\t':
-        *cp = 't';
-        cp++;
-        break;
-      case '\v':
-        *cp = 'v';
-        cp++;
-        break;
-      default:
-        *cp = '?';
-        cp++;
-        break;
-      }
-      continue;
-    }
-
-    if (c == '\\') {
-      memmove(cp, cp + 1, strlen(cp) + 1);
-      *cp = '\\';
-      cp += 2;
-      continue;
-    }
-    if (c == '"') {
-      memmove(cp, cp + 1, strlen(cp) + 1);
-      *cp = '\\';
-      cp += 2;
-      continue;
-    }
-    if (strchr("[()]{}:;,.<>?!@#$%^&*", c) != NULL) {
-      cp++;
-      continue;
-    }
-    if (strchr("0123456789", c) != NULL) {
-      cp++;
-      continue;
-    }
-    if (strchr("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", c) !=
-        NULL) {
-      cp++;
-      continue;
-    }
-
-    // Ok, default to \xHH output.
-    memmove(cp + 3, cp, strlen(cp) + 1);
-    char buffer[10];
-    sprintf(buffer, "\\x%02x", (int)c & 0xff);
-    strncpy(cp, buffer, 4);
-    cp += 4;
-    continue;
-  }
-
-  return buffer;
-}
+#include "utils.h"
 
 int read_file(const char *filename) {
   FILE *fp;
@@ -119,7 +29,7 @@ int read_file(const char *filename) {
       memmove(cp, cp + 1, strlen(cp));
     cp++;
   }
-  printf("const char * %s[] = {\n", buffer);
+  printf("char * %s[] = {\n", buffer);
 
   if ((read = fread(buffer, 1, sizeof(buffer), fp)) > 0) {
     char *nl;

+ 14 - 0
bat.ans

@@ -0,0 +1,14 @@
+
+..=-..-=..
+._..-`()`-.._
+,/./'_'.]]]\\ú(\_/).//[[[.`-`\.\,
+ ..//'i]'.].]]]]]\\úú)o o(.ú//[[[[[.[.`[i`.\..
+./``,]]'.]]].]]]]]]\```````.'`ě``.'''''''/[[[[[[.[[[.`[[,``\,
+./`,]]]'.]]]]].]]]]]]]]]]]]]]( ^!^)[[[[[[[[[[[[[[.[[[[[.`[[[,`\.
+    /`,i]]]'.i]]]]]].]]]]]]]]]]]]]]{`:!:'}[[[[[[[[[[[[[[.[[[[[[i..[[[i,`\
+  /`.]]]]]'.]]]]]]]].]]]]]]]]]]]]]][;:!;'][[[[[[[[[[[[[[.[[[[[[[[.`[[[[[.`\
+,/`.]]]]]'i]]]]]]]]].]/'``\]]:`:!:':[[/''`\[.[[[[[[[[[i`[[[[[.`\`
+l`/'   `\:\'`\:\'\]]"@:[[/`\:/'`\:/'   `\'l
+l/Vv}='\:II/`={vV\l
+V``\I/`V
+`V`

+ 13 - 0
build_images.sh

@@ -0,0 +1,13 @@
+#!/bin/bash
+
+./ansi-to-src skull.ans > images.h
+./ansi-to-src skull-blink.ans >> images.h
+./ansi-to-src ghead.ans >> images.h
+./ansi-to-src ghost.ans >> images.h
+./ansi-to-src wolf.ans >> images.h
+./ansi-to-src panther.ans >> images.h
+
+./ansi-to-src bat.ans >> images.h
+
+# ./ansi-to-src bat.ans > bat.h
+

+ 23 - 0
ghead.ans

@@ -0,0 +1,23 @@
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚゚゚゚゚゚゚゚゚゚゚ロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロ゚゚゚゚゚゚゚゚゚ロロロロロロロロロロロロロロロロロロロロロロ゚  ワワロロロロロロロワワ  ゚゚ロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロ゚  ワワロロロロロワワ  ゚゚ロロロロロロロロロロロロロロロロロ゚ ワロロ゚ ワワワワワ゚゚ロロロワ ゚ロロロロロロロロロロロロロロロロロ
+ロロロロロロロロ  ワロ゚ ワワワ  ゚゚ロロワ  ゚゚ロロロロロロロロロロロロロロ  ロロロ    ゚ロロロ  ロロロ  ロロロロロロロロロロロロロロロロロ
+ロロロロロロロ  ワロロ ロロロロロロロロワワワ  ゚゚゚ロロロロロロロロ  ロロロワ   ワロロ゚ ワロロ  ワロロロロロロロロロロロロロロロロロ
+ロロロロロロロ  ロロロワ ゚ロロワワ  ロロロロロロロロロロワワ  ゚ロロロロロロロ  ゚ロロロワワワワワワロロ゚  ワロロロロロロロロロロロロロロロロロロ
+ロロロロロロロワ  ゚ロロロワワワワワワロロ゚゚  ワ  ゚゚ロロロワ  ロロロロロロロワワ  ゚゚ロロロ゚゚  ワワロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロワワ  ゚゚゚゚゚゚゚゚  ワロロロロロワ  ロロロワ  ゚ロロロロロロロロ゚  ロロロ  ロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚  ロロロロロワワ  ゚゚゚゚  ワワロロ゚゚  ロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚  ワロロロロロロロロロロロロロロロロロ゚  ワワロロロロ゚゚゚゚゚゚゚゚゚゚ロロロロロロロロロロロロ
+ロロロロロロロロロロ゚゚  ワワワワワ  ゚゚゚゚  ワワロロロロロロロロロロロロロロロロロロロワ  ゚゚゚゚  ワワロロロロロロワワ  ゚ロロロロロロロロロ
+ロロロロロロロ゚  ワワロロロロロロ゚゚ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚゚゚゚゚゚゚゚゚゚ロロロロロワ  ロロロロロロロロ
+ロロロロロロ  ワロロロロロロロ゚゚  ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚゚゚ ロロロロロロロロロロロ゚  ロロロロロロロロ
+ロロロロロロ  ゚ロロロロロ ワワ ゚゚ロロロロロロロロロロロロロロロロロロロロロロロロロロ゚゚゚゚゚ ワワロロロロロロロロ゚゚゚  ワワワロロロロロロロロロ
+ロロロロロロロワワ  ゚゚ロロロロロロワワワ ゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚  ワワワワロロロロロロロロロロ゚゚゚  ワワロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロワワワ  ゚゚゚゚ロロロロロロロロワワワ  ゚゚゚゚゚ ワワロロロロロロロロ゚゚゚゚゚  ワワワロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロワワワワ  ゚゚゚ロロロロロロロロロロロロロロロロロロロ  ワワワワロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロ  ゚ロロロロロロロロロロロロロロロロロ゚  ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロワ  ゚ロロロロロロロロロロロロロロ゚  ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロワ  ゚゚ロロロロロロロ゚゚   ワロロロノヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘサロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロ  ロワワワワワワワワワワロ  ロロロロコ Screen: Pretty Please  コロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロ  ロロロロロロロロロロロロ  ロロロロネヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘヘシロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロ  ロロロロロロロロロロロロ  ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ

+ 23 - 0
ghost.ans

@@ -0,0 +1,23 @@
+[?7hロロロロロロロ
+ロロロロロロロロ
+ロロロロロロロロ
+ロロロロロロロロロロロ
+ロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロ
+    ロ  ロ  ロロロロロロロロロロロロロロロロロロロロロ  ロ  ロ
+   ロロ ロロ ロロロロロロロロロロロロロロロロロロロロロロロロロロ ロロ ロロ
+   ロロ ロロ ロロロ ロロロロロロ  ロロロロ  ロロロロロロロロロロロ ロロ ロロ ロロ
+    ロロロロロロロロロロロロロロロ   ロロロ   ロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロ゚    ゚ロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ    ロロロロロロロロ
+ロロロロロロ   ロロロロロロロロロロロロロワ    ワロロロロロロロロロロロロロロロロロロロ ロロロロロロロロ
+ロロロロロロ ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ
+ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ

+ 104 - 0
images.cpp

@@ -0,0 +1,104 @@
+#include <stdio.h>
+#include <string.h>
+
+#include "images.h"
+#include <iconv.h>
+
+class IConv {
+  iconv_t ic;
+
+public:
+  IConv(const char *to, const char *from) : ic(iconv_open(to, from)) {}
+  ~IConv() { iconv_close(ic); }
+
+  int convert(char *input, char *output, size_t outbufsize) {
+    size_t inbufsize = strlen(input);
+    size_t orig_size = outbufsize;
+    memset(output, 0, outbufsize);
+
+    return iconv(ic, &input, &inbufsize, &output, &outbufsize);
+  }
+};
+
+IConv converter("UTF-8", "CP437");
+
+#include "terminal.h"
+struct console_details console;
+
+char display_line(char *line) {
+  char output[1024];
+  int len;
+
+  converter.convert(line, output, sizeof(output));
+  printf("%s\n", output);
+}
+
+int main() {
+  int x;
+  int size = (sizeof(skull) / sizeof(char *));
+
+  for (x = 0; x < size; x++) {
+    display_line(skull[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(skullblink) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(skullblink[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(ghead) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(ghead[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(ghost) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(ghost[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(wolf) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(wolf[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(panther) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(panther[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+  size = (sizeof(bat) / sizeof(char *));
+  for (x = 0; x < size; x++) {
+    display_line(bat[x]);
+  }
+
+  fflush(stdout);
+  getchar();
+  printf("\n\n");
+
+
+  return 0;
+}

+ 18 - 129
mystic.cpp

@@ -76,115 +76,13 @@ static void file_output_open(const char *const log_path) {
 
 struct console_details console;
 
-/**
- * Display a repr of the given string.
- *
- * This converts most \n\r\v\f\t codes,
- * defaults to \xHH (hex value).
- */
-const char *repr(const char *data) {
-  static char buffer[4096];
-  char *cp;
-
-  strcpy(buffer, data);
-  cp = buffer;
-  while (*cp != 0) {
-    char c = *cp;
-
-    if (isspace(c)) {
-      if (c == ' ') {
-        cp++;
-        continue;
-      };
-      /* Ok, it's form-feed ('\f'), newline ('\n'), carriage return ('\r'),
-       * horizontal tab ('\t'), and vertical tab ('\v') */
-      memmove(cp + 1, cp, strlen(cp) + 1);
-      *cp = '\\';
-      cp++;
-      switch (c) {
-      case '\f':
-        *cp = 'f';
-        cp++;
-        break;
-      case '\n':
-        *cp = 'n';
-        cp++;
-        break;
-      case '\r':
-        *cp = 'r';
-        cp++;
-        break;
-      case '\t':
-        *cp = 't';
-        cp++;
-        break;
-      case '\v':
-        *cp = 'v';
-        cp++;
-        break;
-      default:
-        *cp = '?';
-        cp++;
-        break;
-      }
-      continue;
-    }
+#include "utils.h"
 
-    if (isprint(c)) {
-      cp++;
-      continue;
-    };
-
-    // Ok, default to \xHH output.
-    memmove(cp + 3, cp, strlen(cp) + 1);
-    *cp = '\\';
-    cp++;
-    *cp = 'x';
-    cp++;
-    char buffer[3];
-    sprintf(buffer, "%02x", (int)c & 0xff);
-    *cp = buffer[0];
-    cp++;
-    *cp = buffer[1];
-    cp++;
-    continue;
-  }
-
-  return buffer;
-}
 
 // END LOGGING
 
 #include "lastseen.h"
 
-// http://c-faq.com/lib/randrange.html
-int randint(int N) { return rand() / (RAND_MAX / N + 1); }
-
-// http://c-faq.com/lib/randrange.html
-// numbers in the range [M, N] could be generated with something like
-
-int randrange(int M, int N) {
-  return M + rand() / (RAND_MAX / (N - M + 1) + 1);
-}
-
-/*
- * strnstr()
- *
- * buffer safe version that looks for a string.
- */
-const char *strnstr(const char *source, int len, const char *needle) {
-  int pos;
-
-  for (pos = 0; pos < len; pos++) {
-    if (source[pos] == needle[0]) {
-      if (strncmp(source + pos, needle, strlen(needle)) == 0) {
-        return source + pos;
-      }
-    }
-  }
-  return NULL;
-}
-
 /*
 What is the name of the actual, real Mystic executable
 that we'll be executing and mangling?
@@ -612,6 +510,11 @@ int mangle(int fd, const char *buffer, int len) {
   process.
   */
 
+  /*
+  Is there a way to track -- what I've inserted, and make it exempt from
+  other modifications / mangler, wrangler?
+   */
+
   /*
    (random) Look for ANSI CLS and:
 
@@ -714,6 +617,11 @@ int mangle(int fd, const char *buffer, int len) {
         if (random_activate(4)) {
           int r;
           char display[100] = "";
+          /* 
+          Interesting note here:
+          "Anyone there" qualifies as a valid WORDS regex match.
+          It is possible that it can get mangled/wrangled!
+          */
           const char *phrasing[] = {"^R1Haha^P1ha^P1ha", "Poof!", "Got U",
                                     "Anyone there?", "^R1Knock, ^P1Knock",
                                     "^G0101^C07^S6Segmentation Fault ^P1^S9(core ^C12^C24dumped^C07)^P2"};
@@ -792,6 +700,9 @@ int mangle(int fd, const char *buffer, int len) {
 
   // strcpy(work, buffer); // sure.
 
+  // NOTE: This is NOT aware of my ^TRIGGERS, so they will show up
+  // as valid things to mangle in work.  (Keep this in mind).
+
   const char replace_with = ' ';
   for (x = 0; x < len; x++) {
     int ansi = console_char(&console, play[x]);
@@ -898,6 +809,8 @@ int harry_happens(time_t *last_event, int wakeup) {
 
 /*
 
+This is done.  :D  My buffering system works with stack'em.  
+
 TO FIX:  Stop using c strings, must use char * buffer + int length.
 MAY CONTAIN NULL VALUES.
 
@@ -945,6 +858,8 @@ This allows for cleaner process of "lines" of buffer.  We shouldn't break
 in the midDLE OF A WORD.  Downside is that we sit on buffer contents a little
 while / some amount of time -- which will add some lag to prompts showing up.
 
+(LAG?  Are you kidding?)
+
 
 ZModem:
 
@@ -966,32 +881,6 @@ ZModem:
 
  */
 
-/*
- * rstrnstr() Reverse string find in a string
- *
- * This obeys the len, and handles nulls in buffer.
- * find is a c-string (null terminated)
- */
-int rstrnstr(const char *buffer, int len, const char *find) {
-  int flen = strlen(find);
-
-  if (len < flen) {
-    // I can't find a string in a buffer smaller then it is!
-    return -1;
-  }
-  int pos = len - flen;
-  while (pos > 0) {
-    if (buffer[pos] == find[0]) {
-      // First chars match, check them all.
-      if (strncmp(buffer + pos, find, flen) == 0) {
-        return pos;
-      }
-    }
-    pos--;
-  }
-  return -1;
-}
-
 int main(int argc, char *argv[]) {
   int master;
   pid_t pid;

+ 23 - 0
panther.ans

@@ -0,0 +1,23 @@
+[?7hワワロロアアアアアアアアアアアアアアアロロワワ
+ワロロアアアアアアロロロロアア アアロロロロアアアアアロロ
+ ロ  ーワワワローーーーロロロロロアアアアアロアー ーアロアアアアアロロローーーロワワ
+  ロ ーロロ゚  ワト  ワワワロ゚゚ロ    ーーー       アアロ ゙゙ロアア ロロ  ゚ーーロワ ロ゚゚ロワワ
+  ーーーロロー  ワワロ゚゚゚  ワロロロ゚゚ ロワ ゚゚ワワワロロロロア   アロロロロワワワ゚゚ ロ ゚ ロ  ゚゚゚゚ワワ
+  ーーーー ロ ゚゚゚゚ロワワ   ロロロロロワ゚゚゚ワ  ゚゚ロワロロ゚ロ ロ゚ ロワロ゚ロロ ワ゚ ゚ワ ロロ   ワロ゚゚゚
+    ーーー゚ロ ワ ゚ロワ゚ ロロ ワ゚ワ    ロ       ロ    ワ゚ワ ロロ ワ ロ゚
+    ーー ーーロロン ロロ  ゚゚゚゚゚ ゚゚゚ーーワワ゚゚゚ワワーー゚゚゚ ゚゚゚゚゚  ゚ ワ゚
+ーロアアア  ワワロワワワワ ワ゚゚ワーー゚゚゚ーーワ゚゚ ワワワワロワワ  ゚アアロ
+゙アアアワワ゚       ゚ワ ゚�゚゚゚゚゚゚゚�゚゚ ロロロロロロ゚゚ワアアアン
+  ー ー  ーー ーーー    ゙ロアアアアロロ゚ロ ゚ロ゚ ゚  ゚ロロロ ロロロ゚゚ ゚ロ゚ ゚  ーーーロン
+ ー  ーーーーーアーーアローー゚゚゚゚゚ ゚゚゚ ゚゚ーーロアー
+ーーーーーーー゚ワ゚ロ゚ワ ーーーANSI by
+    ーーーー゚アーー゚ワワーーーヷ ンワーーーワ ーワ゚GROO
+ーー゚アー  ゚゚゙ロ゙ンロンロロ゙ロンロロンンロロ゙ンロン゚゚ ー゚ー
+ーーー ーー ー  ゙゙イア゚ーイ゚ー゚イーロ゚ー ゙゙ー ー゚  ア
+ー゚ワー  ンン゙ロロロロアアアロロロロン ンン ーー゚  ーーア
+ー   ーー゚ワ  ゙ン ロロロロアアアロロロロ  ゙ワ゚゚    ー   ワ   ワ   ワ  ワワ
+ー    ーー  ー゚ワワワ  ロロロロロロロロロロロ   ワワ    ー    ローアロロアアロローアーロ゚イー
+ー ーーー ーロイ ロンロロロロロロロロンロワイアアアロアイローーアイローーー
+ーー ー   ーロン ゙ンイロロロロロロイロン ロンワーアアアア  アイイ    ゚ロ    ン
+ーーーーーーー アーン゙ロロ゙ンンロ゙゙ン゙ン゙ンワー゚ ロア   アイア゙
+ーー  ー ーーーー゚゚゚゚゚゚゚゚゚゚゚゚ン   ワ゚    ーア

+ 5 - 0
show_bat_issue.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo ""; ./show bat.ans
+
+

+ 8 - 0
show_skull_issue.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+echo ""; ./show skull.ans
+
+read -p "Press [ENTER] to view skull-blink"
+
+echo ""; ./show skull-blink.ans
+

+ 13 - 0
skull-blink.ans

@@ -0,0 +1,13 @@
+    アーーーイイア   
+   アーーーロロロロイイーー    
+  アーーーロロロロロロイイーー   
+ アアアアーロロロロロロロイーーアー 
+ アアロロアーロロロロロロアーローー 
+ アーーアイアアロロローアイアアーロ 
+  アーーアーロロ ロローアアロロ  
+  アーーロロ イ ロローーー  
+   ローロイアロロロロ   
+  ーー゙ン イン ー  
+             
+  ーイン ンー゙ー   
+  アーー ーー   

+ 13 - 0
skull.ans

@@ -0,0 +1,13 @@
+    アーーーイイア   
+   アーーーロロロロイイーー    
+  アーーーロロロロロロイイーー   
+ アアアアーロロロロロロロイーーアー 
+ アアロロアーロロロロロロアーローー 
+ アーーアイアアロロローアイアアーロ 
+  アーーアーロロ ロローアアロロ  
+  アーーロロ イ ロローーー  
+   ローロイアロロロロ   
+  ーー゙ン イン ー  
+             
+  ーイン ンー゙ー   
+  アーー ーー   

+ 152 - 0
utils.cpp

@@ -0,0 +1,152 @@
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+
+#include "utils.h"
+
+// http://c-faq.com/lib/randrange.html
+int randint(int N) { return rand() / (RAND_MAX / N + 1); }
+
+// http://c-faq.com/lib/randrange.html
+// numbers in the range [M, N] could be generated with something like
+
+int randrange(int M, int N) {
+  return M + rand() / (RAND_MAX / (N - M + 1) + 1);
+}
+
+/**
+ * Display a repr of the given string.
+ *
+ * This converts most \n\r\v\f\t codes,
+ * defaults to \xHH (hex value).
+ */
+char *repr(const char *data) {
+  static char buffer[40960];
+  char *cp;
+
+  strcpy(buffer, data);
+  cp = buffer;
+  while (*cp != 0) {
+    char c = *cp;
+
+    if (c == ' ') {
+      cp++;
+      continue;
+    };
+    /* Ok, it's form-feed ('\f'), newline ('\n'), carriage return ('\r'),
+     * horizontal tab ('\t'), and vertical tab ('\v') */
+    if (strchr("\f\n\r\t\v\?", c) != NULL) {
+      memmove(cp + 1, cp, strlen(cp) + 1);
+      *cp = '\\';
+      cp++;
+      switch (c) {
+      case '\f':
+        *cp = 'f';
+        cp++;
+        break;
+      case '\n':
+        *cp = 'n';
+        cp++;
+        break;
+      case '\r':
+        *cp = 'r';
+        cp++;
+        break;
+      case '\t':
+        *cp = 't';
+        cp++;
+        break;
+      case '\v':
+        *cp = 'v';
+        cp++;
+        break;
+      default:
+        *cp = '?';
+        cp++;
+        break;
+      }
+      continue;
+    }
+
+    if (c == '\\') {
+      memmove(cp + 1, cp, strlen(cp) + 1);
+      *cp = '\\';
+      cp += 2;
+      continue;
+    }
+    if (c == '"') {
+      memmove(cp + 1, cp, strlen(cp) + 1);
+      *cp = '\\';
+      cp += 2;
+      continue;
+    }
+    if (strchr("[()]{}:;,.<>?!@#$%^&*", c) != NULL) {
+      cp++;
+      continue;
+    }
+    if (strchr("0123456789", c) != NULL) {
+      cp++;
+      continue;
+    }
+    if (strchr("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", c) !=
+        NULL) {
+      cp++;
+      continue;
+    }
+
+    // Ok, default to \xHH output.
+    memmove(cp + 3, cp, strlen(cp) + 1);
+    char buffer[10];
+    sprintf(buffer, "\\x%02x", (int)c & 0xff);
+    strncpy(cp, buffer, 4);
+    cp += 4;
+    continue;
+  }
+
+  return buffer;
+}
+
+/*
+ * strnstr()
+ *
+ * buffer safe version that looks for a string.
+ */
+const char *strnstr(const char *source, int len, const char *needle) {
+  int pos;
+
+  for (pos = 0; pos < len; pos++) {
+    if (source[pos] == needle[0]) {
+      if (strncmp(source + pos, needle, strlen(needle)) == 0) {
+        return source + pos;
+      }
+    }
+  }
+  return NULL;
+}
+
+/*
+ * rstrnstr() Reverse string find in a string
+ *
+ * This obeys the len, and handles nulls in buffer.
+ * find is a c-string (null terminated)
+ */
+int rstrnstr(const char *buffer, int len, const char *find) {
+  int flen = strlen(find);
+
+  if (len < flen) {
+    // I can't find a string in a buffer smaller then it is!
+    return -1;
+  }
+  int pos = len - flen;
+  while (pos > 0) {
+    if (buffer[pos] == find[0]) {
+      // First chars match, check them all.
+      if (strncmp(buffer + pos, find, flen) == 0) {
+        return pos;
+      }
+    }
+    pos--;
+  }
+  return -1;
+}
+

+ 23 - 0
utils.h

@@ -0,0 +1,23 @@
+#ifndef UTILS_H
+#define UTILS_H
+
+// http://c-faq.com/lib/randrange.html
+int randint(int N);
+
+// http://c-faq.com/lib/randrange.html
+// numbers in the range [M, N] could be generated with something like
+
+int randrange(int M, int N);
+
+/**
+ * Display a repr of the given string.
+ *
+ * This converts most \n\r\v\f\t codes,
+ * defaults to \xHH (hex value).
+ */
+char *repr(const char *data);
+const char *strnstr(const char *source, int len, const char *needle);
+int rstrnstr(const char *buffer, int len, const char *find);
+
+#endif
+

+ 23 - 0
wolf.ans

@@ -0,0 +1,23 @@
+ロロロロロローロローロロロロロロロロロロロロロ.ロロロローローロロ.ロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロロアロロロロロー
+ロロロロアアロロ.ロロロロロロロ ロロロロロロロロロローロアロロロアロロロロロロロロロロロロロロロロロロロロロロロロロロロロ ーロロ.ロロロロロローロアロイロ
+ロロロアロイロロローロロロロ  ウ  ロロロロロローロイロアーーロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ. ーイーロロロロロロロローローロロ
+ ロロロア アーローロロロ トト トト ロロロロローロアイーロアロロロロロロロワワワロロロイロローロロワワワ ロロロロロロロローロイアーロロロロロロ.ロアロー
+ロロ.ローアロロロロロロ    ウ  ロロロロ ーローーロアロロロロ  ワロ゚ロロロロロロロロロロロイローロロロワ   ロロロ ローーアイロロロロロロロロアロ
+ロロロローロー.ーロロロロロロ  ロ ロロロロロ ーロアローロロロ ワロロロン ゚゚ロロロロロロロロロロイイロアロロワ  ロ アロアローロロロロロロロアロロロ
+ロローロ.ロロロロロロ .ロロロロロロロロ.ロロローーアーロ   ワロローロロワ   ゚゚゚゚゚゚ロロロロロロローロロワ  ーロロ.ロロアーロロ.ロロロロロロ
+ロロロロローロー     ロロローロロロロロロロロア ーアロロロ゙ローロロロロロロ゚ワワ゚゚ロロロロアロン ロロロロローロロロロロロロロロロロ
+ロロロ ワワロ     ーローロ.ロロロロロロ ーロアロロロロロローロロアロロ゚ ワ゚ ワロ゚ ワワワ゚゚ロロローロロロロロローローロローロロロロロロロロロロ
+ロロロロロロロ   ワワワアーアロロロロロロロロロローアロロロ゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚ロロロロロロ゚゚
+ロロ ロロロー .ロロロロンー ア ワワロロロロロロロロロロロロ゙ロロロワ
+ロ.ロ゙ローーー ロロローンーア ゙ロローロロロロロロロロロロロロローロロロロロロワワ
+   ゙ローーンーロローーンア.ア゙ロローロロロロロロロ.ロロロロロロロローロイーロロロワワワワ
+ロロロ゙ローンアロローーンー ワロローーロロロロロロロロロロロロロロ゚ロロローロロローロロロアロワ
+ロ. ゙ローンーローーンワロロー ゚ロロロロロロロロロロロロロロロ ゚゚ロイロアローロイロイロロ
+ローローロワローーロロー ゚ロロロ.ロロロロロロロロロロロロロ ロ    ゚゚゚゚゚゚゚゚゚
+ロロアア゚ロローーロロロ゚ロ ロロロロロロロロロロロロ.ロロロロロロロロロロロロロロロロロロロン
+アー アロ   ン  ーーロロロ ロロローーー   ーーーーロロロロロロロロロ.ロロロロロロロロロロロロ
+ロロローロロ. ン  ーーローーーーーー ー ー ー  ーー ーロロロロロロロロロロロロ.ロロロロロロン
+ロアロロロロロー    ー ー ーー   ー  ーー  ーーーロロロロロロロロロロロロロロロ
+ロロロロー ーーー   ー    ー  ーーー ーーー  ーーー ーーー ーーロロロ゚゚
+ロロロロロロロロ    ーロロロロロロロロロロロロロロロロロロロロロロロロロロロロロ゚゚゚
+゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚゚    Screen by ANSI-Mation! (C) 1989.