flatulent 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. data/README +60 -16
  2. data/flatulent-0.0.2.gem +0 -0
  3. data/lib/flatulent/crypt/blowfish-tables.rb +190 -0
  4. data/lib/flatulent/crypt/blowfish.rb +109 -0
  5. data/lib/flatulent/crypt/cbc.rb +123 -0
  6. data/lib/flatulent/crypt/gost.rb +140 -0
  7. data/lib/flatulent/crypt/idea.rb +193 -0
  8. data/lib/flatulent/crypt/noise.rb +94 -0
  9. data/lib/flatulent/crypt/purerubystringio.rb +378 -0
  10. data/lib/flatulent/crypt/rijndael-tables.rb +117 -0
  11. data/lib/flatulent/crypt/rijndael.rb +269 -0
  12. data/lib/flatulent/crypt/stringxor.rb +27 -0
  13. data/lib/flatulent.rb +332 -121
  14. data/lib/flatulent.rb.bak +337 -0
  15. data/rails/app/controllers/flatulent_controller.rb +61 -6
  16. data/rails/lib/flatulent/attributes.rb +79 -0
  17. data/rails/lib/flatulent/crypt/blowfish-tables.rb +190 -0
  18. data/rails/lib/flatulent/crypt/blowfish.rb +109 -0
  19. data/rails/lib/flatulent/crypt/cbc.rb +123 -0
  20. data/rails/lib/flatulent/crypt/gost.rb +140 -0
  21. data/rails/lib/flatulent/crypt/idea.rb +193 -0
  22. data/rails/lib/flatulent/crypt/noise.rb +94 -0
  23. data/rails/lib/flatulent/crypt/purerubystringio.rb +378 -0
  24. data/rails/lib/flatulent/crypt/rijndael-tables.rb +117 -0
  25. data/rails/lib/flatulent/crypt/rijndael.rb +269 -0
  26. data/rails/lib/flatulent/fontfiles/banner.flf +2494 -0
  27. data/rails/lib/flatulent/fontfiles/big.flf +2204 -0
  28. data/rails/lib/flatulent/fontfiles/block.flf +1691 -0
  29. data/rails/lib/flatulent/fontfiles/bubble.flf +1630 -0
  30. data/rails/lib/flatulent/fontfiles/digital.flf +1286 -0
  31. data/rails/lib/flatulent/fontfiles/ivrit.flf +900 -0
  32. data/rails/lib/flatulent/fontfiles/lean.flf +1691 -0
  33. data/rails/lib/flatulent/fontfiles/mini.flf +899 -0
  34. data/rails/lib/flatulent/fontfiles/mnemonic.flf +3702 -0
  35. data/rails/lib/flatulent/fontfiles/script.flf +1493 -0
  36. data/rails/lib/flatulent/fontfiles/shadow.flf +1097 -0
  37. data/rails/lib/flatulent/fontfiles/slant.flf +1295 -0
  38. data/rails/lib/flatulent/fontfiles/small.flf +1097 -0
  39. data/rails/lib/flatulent/fontfiles/smscript.flf +1097 -0
  40. data/rails/lib/flatulent/fontfiles/smshadow.flf +899 -0
  41. data/rails/lib/flatulent/fontfiles/smslant.flf +1097 -0
  42. data/rails/lib/flatulent/fontfiles/standard.flf +2227 -0
  43. data/rails/lib/flatulent/fontfiles/term.flf +600 -0
  44. data/rails/lib/flatulent/pervasives.rb +32 -0
  45. data/rails/lib/flatulent/stringxor.rb +27 -0
  46. data/rails/lib/flatulent/text/double_metaphone.rb +356 -0
  47. data/rails/lib/flatulent/text/figlet/font.rb +117 -0
  48. data/rails/lib/flatulent/text/figlet/smusher.rb +64 -0
  49. data/rails/lib/flatulent/text/figlet/typesetter.rb +68 -0
  50. data/rails/lib/flatulent/text/figlet.rb +17 -0
  51. data/rails/lib/flatulent/text/levenshtein.rb +65 -0
  52. data/rails/lib/flatulent/text/metaphone.rb +97 -0
  53. data/rails/lib/flatulent/text/porter_stemming.rb +171 -0
  54. data/rails/lib/flatulent/text/soundex.rb +61 -0
  55. data/rails/lib/flatulent/text.rb +6 -0
  56. data/rails/lib/flatulent.rb +450 -0
  57. data/rails/log/development.log +14297 -0
  58. data/rails/log/fastcgi.crash.log +111 -0
  59. data/rails/log/lighttpd.access.log +3993 -0
  60. data/rails/log/lighttpd.error.log +111 -0
  61. data/rails/tmp/cache/javascripts/prototype.js-gzip-3275912-71260-1183440172 +0 -0
  62. data/rails/tmp/sessions/ruby_sess.32d68bc997054475 +0 -0
  63. data/rails/tmp/sessions/ruby_sess.4694a4b9bdf9bcf4 +0 -0
  64. data/rails/tmp/sessions/ruby_sess.99469fde69043a05 +0 -0
  65. data/rails/tmp/sessions/ruby_sess.a588c0a457345912 +0 -0
  66. data/rails/tmp/sessions/ruby_sess.b3344125a84a3efa +0 -0
  67. data/samples.rb +10 -0
  68. metadata +69 -3
  69. data/flatulent-0.0.0.gem +0 -0
@@ -32,3 +32,114 @@
32
32
  [02/Jul/2007:18:43:21 :: 4167] starting
33
33
  [02/Jul/2007:18:45:37 :: 4167] asked to terminate immediately
34
34
  [02/Jul/2007:18:45:37 :: 4167] terminated by explicit exit
35
+ [02/Jul/2007:19:12:27 :: 4647] starting
36
+ [02/Jul/2007:19:13:57 :: 4647] asked to terminate immediately
37
+ [02/Jul/2007:19:13:57 :: 4647] terminated by explicit exit
38
+ [02/Jul/2007:22:32:34 :: 7474] starting
39
+ [02/Jul/2007:22:35:10 :: 7474] asked to terminate immediately
40
+ [02/Jul/2007:22:35:10 :: 7474] terminated by explicit exit
41
+ [02/Jul/2007:22:35:31 :: 7556] starting
42
+ [02/Jul/2007:23:22:38 :: 7556] asked to terminate immediately
43
+ [02/Jul/2007:23:22:38 :: 7556] terminated by explicit exit
44
+ [03/Jul/2007:01:21:01 :: 11398] starting
45
+ [03/Jul/2007:01:22:01 :: 11398] asked to terminate immediately
46
+ [03/Jul/2007:01:22:01 :: 11398] terminated by explicit exit
47
+ [03/Jul/2007:01:22:04 :: 11434] starting
48
+ [03/Jul/2007:01:29:48 :: 11434] asked to terminate immediately
49
+ [03/Jul/2007:01:29:48 :: 11434] terminated by explicit exit
50
+ [03/Jul/2007:01:29:51 :: 11614] starting
51
+ [03/Jul/2007:08:55:14 :: 11614] asked to terminate immediately
52
+ [03/Jul/2007:08:55:14 :: 11614] terminated by explicit exit
53
+ [03/Jul/2007:08:55:17 :: 13241] starting
54
+ [03/Jul/2007:08:58:29 :: 13241] asked to terminate immediately
55
+ [03/Jul/2007:08:58:29 :: 13241] terminated by explicit exit
56
+ [03/Jul/2007:08:58:33 :: 13325] starting
57
+ [03/Jul/2007:09:06:47 :: 13325] asked to terminate immediately
58
+ [03/Jul/2007:09:06:47 :: 13325] terminated by explicit exit
59
+ [03/Jul/2007:09:06:51 :: 13524] starting
60
+ [03/Jul/2007:09:09:49 :: 13524] asked to terminate immediately
61
+ [03/Jul/2007:09:09:49 :: 13524] terminated by explicit exit
62
+ [03/Jul/2007:09:09:52 :: 13600] starting
63
+ [03/Jul/2007:09:26:45 :: 13600] asked to terminate immediately
64
+ [03/Jul/2007:09:26:45 :: 13600] terminated by explicit exit
65
+ [03/Jul/2007:12:28:22 :: 17186] starting
66
+ [03/Jul/2007:12:32:10 :: 17186] asked to terminate immediately
67
+ [03/Jul/2007:12:32:10 :: 17186] terminated by explicit exit
68
+ [03/Jul/2007:12:32:13 :: 17286] starting
69
+ [03/Jul/2007:12:34:12 :: 17286] asked to terminate immediately
70
+ [03/Jul/2007:12:34:12 :: 17286] terminated by explicit exit
71
+ [03/Jul/2007:12:34:15 :: 17342] starting
72
+ [03/Jul/2007:13:53:29 :: 17342] asked to terminate immediately
73
+ [03/Jul/2007:13:53:29 :: 17342] terminated by explicit exit
74
+ [03/Jul/2007:13:53:32 :: 19155] starting
75
+ [03/Jul/2007:13:57:00 :: 19155] asked to terminate immediately
76
+ [03/Jul/2007:13:57:00 :: 19155] terminated by explicit exit
77
+ [03/Jul/2007:13:57:03 :: 19249] starting
78
+ [03/Jul/2007:14:07:01 :: 19249] asked to terminate immediately
79
+ [03/Jul/2007:14:07:01 :: 19249] terminated by explicit exit
80
+ [03/Jul/2007:14:07:05 :: 19482] starting
81
+ [03/Jul/2007:14:07:33 :: 19482] asked to terminate immediately
82
+ [03/Jul/2007:14:07:33 :: 19482] terminated by explicit exit
83
+ [03/Jul/2007:14:07:36 :: 19500] starting
84
+ [04/Jul/2007:10:43:34 :: 19500] asked to terminate immediately
85
+ [04/Jul/2007:10:43:34 :: 19500] terminated by explicit exit
86
+ [04/Jul/2007:10:43:41 :: 25420] starting
87
+ [04/Jul/2007:13:00:41 :: 25420] asked to terminate immediately
88
+ [04/Jul/2007:13:00:41 :: 25420] terminated by explicit exit
89
+ [04/Jul/2007:13:00:45 :: 27774] starting
90
+ [04/Jul/2007:13:00:56 :: 27774] asked to terminate immediately
91
+ [04/Jul/2007:13:00:56 :: 27774] terminated by explicit exit
92
+ [04/Jul/2007:13:01:17 :: 27799] starting
93
+ [04/Jul/2007:13:01:48 :: 27799] asked to terminate immediately
94
+ [04/Jul/2007:13:01:48 :: 27799] terminated by explicit exit
95
+ [04/Jul/2007:13:01:52 :: 27816] starting
96
+ [04/Jul/2007:13:03:21 :: 27816] asked to terminate immediately
97
+ [04/Jul/2007:13:03:21 :: 27816] terminated by explicit exit
98
+ [04/Jul/2007:13:03:24 :: 27854] starting
99
+ [04/Jul/2007:13:04:56 :: 27854] asked to terminate immediately
100
+ [04/Jul/2007:13:04:56 :: 27854] terminated by explicit exit
101
+ [04/Jul/2007:13:06:27 :: 27919] starting
102
+ [04/Jul/2007:13:07:37 :: 27919] asked to terminate immediately
103
+ [04/Jul/2007:13:07:37 :: 27919] terminated by explicit exit
104
+ [04/Jul/2007:13:07:41 :: 27953] starting
105
+ [04/Jul/2007:13:26:10 :: 27953] asked to terminate immediately
106
+ [04/Jul/2007:13:26:10 :: 27953] terminated by explicit exit
107
+ [04/Jul/2007:13:26:13 :: 28333] starting
108
+ [04/Jul/2007:13:33:07 :: 28333] asked to terminate immediately
109
+ [04/Jul/2007:13:34:20 :: 28509] starting
110
+ [04/Jul/2007:13:42:35 :: 28509] asked to terminate immediately
111
+ [04/Jul/2007:13:42:35 :: 28509] terminated by explicit exit
112
+ [04/Jul/2007:13:42:41 :: 28706] starting
113
+ [04/Jul/2007:13:44:51 :: 28706] asked to terminate immediately
114
+ [04/Jul/2007:13:44:51 :: 28706] terminated by explicit exit
115
+ [04/Jul/2007:13:44:55 :: 28757] starting
116
+ [04/Jul/2007:14:11:07 :: 28757] asked to terminate immediately
117
+ [04/Jul/2007:14:11:07 :: 28757] terminated by explicit exit
118
+ [04/Jul/2007:14:11:11 :: 29309] starting
119
+ [04/Jul/2007:14:15:44 :: 29309] asked to terminate immediately
120
+ [04/Jul/2007:14:15:44 :: 29309] terminated by explicit exit
121
+ [04/Jul/2007:14:15:48 :: 29429] starting
122
+ [04/Jul/2007:14:18:45 :: 29429] asked to terminate immediately
123
+ [04/Jul/2007:14:18:45 :: 29429] terminated by explicit exit
124
+ [04/Jul/2007:14:18:49 :: 29499] starting
125
+ [04/Jul/2007:14:31:40 :: 29499] asked to terminate immediately
126
+ [04/Jul/2007:14:31:40 :: 29499] terminated by explicit exit
127
+ [04/Jul/2007:14:31:44 :: 29802] starting
128
+ [04/Jul/2007:15:00:01 :: 29802] asked to terminate immediately
129
+ [04/Jul/2007:15:00:01 :: 29802] terminated by explicit exit
130
+ [04/Jul/2007:15:00:04 :: 556] starting
131
+ [04/Jul/2007:15:00:31 :: 556] asked to terminate immediately
132
+ [04/Jul/2007:15:00:33 :: 556] asked to terminate immediately
133
+ [04/Jul/2007:15:00:33 :: 556] terminated by explicit exit
134
+ [04/Jul/2007:15:00:38 :: 571] starting
135
+ [04/Jul/2007:15:01:59 :: 571] asked to terminate immediately
136
+ [04/Jul/2007:15:01:59 :: 571] terminated by explicit exit
137
+ [04/Jul/2007:15:02:03 :: 619] starting
138
+ [04/Jul/2007:15:03:56 :: 619] asked to terminate immediately
139
+ [04/Jul/2007:15:03:56 :: 619] terminated by explicit exit
140
+ [04/Jul/2007:15:04:00 :: 669] starting
141
+ [04/Jul/2007:15:04:43 :: 669] asked to terminate immediately
142
+ [04/Jul/2007:15:04:43 :: 669] terminated by explicit exit
143
+ [04/Jul/2007:15:04:47 :: 695] starting
144
+ [04/Jul/2007:15:49:35 :: 695] asked to terminate immediately
145
+ [04/Jul/2007:15:49:35 :: 695] terminated by explicit exit