pastebin

Paste #35974: Bug Typo

Processing ArticlesController#index (for 127.0.0.1 at 2007-03-14 17:14:01) [GET]
  Parameters: {"action"=>"index", "controller"=>"articles"}
  SQL (0.000159)   SET SQL_AUTO_IS_NULL=0
  Trigger Load (0.000354)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:01') 
  User Columns (0.000905)   SHOW FIELDS FROM users
  SQL (0.000237)   SELECT count(*) AS count_all FROM users 
  Blog Columns (0.000725)   SHOW FIELDS FROM blogs
  Blog Load (0.000270)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
  Article Columns (0.001221)   SHOW FIELDS FROM contents
  SQL (0.000403)   SELECT count(*) AS count_all FROM contents WHERE (contents.blog_id = 1 AND (published = 1 AND contents.published_at < '2007-03-14 17:14:01')) AND ( (contents.`type` = 'Article' ) ) 
  Category Columns (0.000741)   SHOW FIELDS FROM categories
  Tag Columns (0.000501)   SHOW FIELDS FROM tags
  Article Load IDs For Limited Eager Loading (0.000736)   SELECT id FROM contents WHERE (contents.blog_id = 1 AND (contents.`published` = 1) AND (contents.published_at < '2007-03-14 17:14:01')) AND ( (contents.`type` = 'Article' ) ) ORDER BY contents.published_at DESC LIMIT 0, 10
Rendering  within ../../themes/azure/layouts/default
Rendering articles/index
Rendered shared/_search (0.36189)
BENCHMARK: layout/content (0.00214)
  Sidebar Load (0.000582)   SELECT * FROM sidebars WHERE (sidebars.blog_id = 1) ORDER BY active_position ASC
  Sidebar Columns (0.001111)   SHOW FIELDS FROM sidebars
  CategorySidebar Columns (0.001024)   SHOW FIELDS FROM sidebars
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/category_sidebar/views/content.rhtml
  Category Load (0.000874)   
 SELECT categories.id, categories.name, categories.permalink, categories.position, COUNT(articles.id) AS article_counter
 FROM categories categories
 LEFT OUTER JOIN categorizations articles_categories
 ON articles_categories.category_id = categories.id
 LEFT OUTER JOIN contents articles
 ON (articles_categories.article_id = articles.id AND articles.published = 1)
 GROUP BY categories.id, categories.name, categories.position, categories.permalink
 ORDER BY position
 
  StaticSidebar Columns (0.001103)   SHOW FIELDS FROM sidebars
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/static_sidebar/views/content.rhtml
  XmlSidebar Columns (0.001254)   SHOW FIELDS FROM sidebars
Rendering /home/valeuf/Developpement/typo/trunk/vendor/plugins/xml_sidebar/views/content.rhtml
BENCHMARK: layout/sidebars (0.38088)
BENCHMARK: layout/body (0.74683)
  Article Load (0.000885)   SELECT * FROM contents WHERE (published = 1 AND published_at > '2007-03-14 17:14:01') AND ( (contents.`type` = 'Article' ) ) ORDER BY published_at ASC LIMIT 1
Completed in 1.67299 (0 reqs/sec) | Rendering: 1.31799 (78%) | DB: 0.00714 (0%) | 200 OK [http://localhost/]


Processing ThemeController#stylesheets (for 127.0.0.1 at 2007-03-14 17:14:04) [GET]
  Parameters: {"action"=>"stylesheets", "controller"=>"theme", "filename"=>"azure.css"}
  Trigger Load (0.000304)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:04') 
  Blog Columns (0.000712)   SHOW FIELDS FROM blogs
  Blog Load (0.000081)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
Sending file script/../config/../themes/azure/stylesheets/azure.css
Completed in 0.26666 (3 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00110 (0%) | 200 OK [http://localhost/stylesheets/theme/azure.css]


Processing ThemeController#stylesheets (for 127.0.0.1 at 2007-03-14 17:14:05) [GET]
  Parameters: {"action"=>"stylesheets", "controller"=>"theme", "filename"=>"print.css"}
  Trigger Load (0.000301)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:05') 
  Blog Columns (0.000716)   SHOW FIELDS FROM blogs
  Blog Load (0.000094)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
Sending file script/../config/../themes/azure/stylesheets/print.css
Completed in 0.25573 (3 reqs/sec) | Rendering: 0.07771 (30%) | DB: 0.00111 (0%) | 200 OK [http://localhost/stylesheets/theme/print.css]


Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:06) [GET]
  Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"bg-tile.gif"}
  Trigger Load (0.000312)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:06') 
  Blog Columns (0.000720)   SHOW FIELDS FROM blogs
  Blog Load (0.000095)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
Sending file script/../config/../themes/azure/images/bg-tile.gif
Completed in 0.26602 (3 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00113 (0%) | 200 OK [http://localhost/images/theme/bg-tile.gif]


Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:06) [GET]
  Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"hdr.gif"}
  Trigger Load (0.000128)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:06') 
  Blog Columns (0.000707)   SHOW FIELDS FROM blogs
  Blog Load (0.000080)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
Sending file script/../config/../themes/azure/images/hdr.gif
Completed in 0.13011 (7 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00092 (0%) | 200 OK [http://localhost/images/theme/hdr.gif]


Processing ThemeController#images (for 127.0.0.1 at 2007-03-14 17:14:07) [GET]
  Parameters: {"action"=>"images", "controller"=>"theme", "filename"=>"sbar-tile.gif"}
  Trigger Load (0.000340)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:07') 
  Blog Columns (0.000697)   SHOW FIELDS FROM blogs
  Blog Load (0.000078)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
Sending file script/../config/../themes/azure/images/sbar-tile.gif
Completed in 0.05496 (18 reqs/sec) | Rendering: 0.00014 (0%) | DB: 0.00111 (2%) | 200 OK [http://localhost/images/theme/sbar-tile.gif]


Processing GeneralController#index (for 127.0.0.1 at 2007-03-14 17:14:10) [GET]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"action"=>"index", "controller"=>"admin/general"}
  Trigger Load (0.000346)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:10') 
Redirected to http://localhost:3000/accounts/login
Filter chain halted as [#<ActionController::Filters::ClassMethods::SymbolFilter:0xb695ea00 @filter=:login_required>] returned false.
Completed in 0.01033 (96 reqs/sec) | DB: 0.00035 (3%) | 302 Found [http://localhost/admin]


Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:10) [GET]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"action"=>"login", "controller"=>"accounts"}
  Trigger Load (0.000122)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:10') 
  User Columns (0.001539)   SHOW FIELDS FROM users
  SQL (0.000081)   SELECT count(*) AS count_all FROM users 
Rendering  within layouts/accounts
Rendering accounts/login
Completed in 0.10038 (9 reqs/sec) | Rendering: 0.07493 (74%) | DB: 0.00174 (1%) | 200 OK [http://localhost/accounts/login]


Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:14) [POST]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"", "login"=>"Connexion »"}
  Trigger Load (0.000355)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:14') 
  User Columns (0.000921)   SHOW FIELDS FROM users
  SQL (0.000074)   SELECT count(*) AS count_all FROM users 
  User Load (0.000384)   SELECT * FROM users WHERE (login = 'valeuf' AND password = '4c713ed55e68d9a1cbc6be23536db0bdd5c59f9e') LIMIT 1
Rendering  within layouts/accounts
Rendering accounts/login
Completed in 0.04813 (20 reqs/sec) | Rendering: 0.00486 (10%) | DB: 0.00173 (3%) | 200 OK [http://localhost/accounts/login]


Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:21) [POST]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"valentin", "login"=>"Connexion »"}
  Trigger Load (0.000342)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:21') 
  User Columns (0.000925)   SHOW FIELDS FROM users
  SQL (0.000069)   SELECT count(*) AS count_all FROM users 
  User Load (0.000336)   SELECT * FROM users WHERE (login = 'valeuf' AND password = 'a05187a6917c9d84d19c38883abf758b68575558') LIMIT 1
Rendering  within layouts/accounts
Rendering accounts/login
Completed in 0.03297 (30 reqs/sec) | Rendering: 0.00617 (18%) | DB: 0.00167 (5%) | 200 OK [http://localhost/accounts/login]


Processing AccountsController#login (for 127.0.0.1 at 2007-03-14 17:14:27) [POST]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"user_login"=>"valeuf", "action"=>"login", "controller"=>"accounts", "user_password"=>"deificatrice", "login"=>"Connexion »"}
  Trigger Load (0.000355)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:27') 
  User Columns (0.000918)   SHOW FIELDS FROM users
  SQL (0.000072)   SELECT count(*) AS count_all FROM users 
  User Load (0.000382)   SELECT * FROM users WHERE (login = 'valeuf' AND password = '25db356b2131b8381d1ce50102ef8847a11b5ece') LIMIT 1
Cookie set: is_admin=yes; path=/
Redirected to http://localhost:3000/admin
  User Load (0.000283)   SELECT * FROM users WHERE (users.`id` = 1) 
Storing #<User:0xb693158c> in the cache
Completed in 0.12551 (7 reqs/sec) | DB: 0.00201 (1%) | 302 Found [http://localhost/accounts/login]


Processing GeneralController#index (for 127.0.0.1 at 2007-03-14 17:14:27) [GET]
  Session ID: 8b63bd27ebff7f0fd99aa7b69044bf39
  Parameters: {"action"=>"index", "controller"=>"admin/general"}
  User Columns (0.000875)   SHOW FIELDS FROM users
  User Load (0.000106)   SELECT * FROM users WHERE (users.`id` = 1) 
Storing #<User:0xb68fe6dc> in the cache
  Trigger Load (0.000134)   SELECT * FROM triggers WHERE (due_at <= '2007-03-14 17:14:27') 
  SQL (0.000236)   SELECT version FROM schema_info
  Blog Columns (0.000811)   SHOW FIELDS FROM blogs
  Blog Load (0.000106)   SELECT * FROM blogs WHERE (blogs.`base_url` = 'http://localhost:3000') LIMIT 1
  PageCache Columns (0.000623)   SHOW FIELDS FROM page_caches
  SQL (0.000213)   SELECT count(*) AS count_all FROM page_caches 
Rendering  within layouts/administration
Rendering admin/general/index


ActionView::TemplateError (superclass mismatch for class MacroPost) on line #89 of app/views/admin/general/index.rhtml:
86: 			<li>
87: 		        <label class="float" for="text_filter"><%= _("Article filter")%>:</label>
88: 		        <select name="setting[text_filter]" id="text_filter">
89: 		          <%= options_for_select text_filter_options, TextFilter.find_by_name(this_blog.text_filter) %>
90: 		        </select>
91: 			</li>
92: 			<li>

    lib/text_filter_plugin.rb:109
    vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:464:in `const_missing'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:468:in `const_missing'
    app/models/text_filter.rb:11
    vendor/rails/activesupport/lib/active_support/dependencies.rb:203:in `load_file'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:202:in `load_file'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:94:in `require_or_load'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:248:in `load_missing_constant'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:464:in `const_missing'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:260:in `load_missing_constant'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:452:in `const_missing'
    app/helpers/admin/base_helper.rb:69:in `text_filter_options'
    #{RAILS_ROOT}/app/views/admin/general/index.rhtml:89:in `_run_rhtml_47app47views47admin47general47index46rhtml'
    vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:108:in `capture_erb_with_buffer'
    vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb:67:in `capture'
    vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb:51:in `form_tag'
    #{RAILS_ROOT}/app/views/admin/general/index.rhtml:3:in `_run_rhtml_47app47views47admin47general47index46rhtml'
    vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
    vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template_old'
    vendor/plugins/haml/lib/haml/template.rb:135:in `render_template'
    vendor/rails/actionpack/lib/action_view/base.rb:260:in `haml_old_render_file'
    vendor/plugins/haml/lib/haml/template.rb:120:in `render_file'
    vendor/rails/actionpack/lib/action_controller/base.rb:806:in `render_file'
    vendor/rails/actionpack/lib/action_controller/base.rb:711:in `render_with_no_layout'
    vendor/rails/actionpack/lib/action_controller/layout.rb:247:in `render_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render'
    vendor/rails/actionpack/lib/action_controller/base.rb:1096:in `perform_action_without_filters'
    vendor/rails/actionpack/lib/action_controller/filters.rb:632:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
    vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
    vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
    vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:438:in `call'
    vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:638:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:449:in `call'
    vendor/rails/actionpack/lib/action_controller/filters.rb:637:in `call_filter'
    vendor/rails/actionpack/lib/action_controller/filters.rb:619:in `perform_action_without_benchmark'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    vendor/rails/actionpack/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue'
    vendor/rails/actionpack/lib/action_controller/rescue.rb:83:in `perform_action'
    vendor/rails/actionpack/lib/action_controller/base.rb:430:in `process_without_filters'
    vendor/rails/actionpack/lib/action_controller/filters.rb:624:in `process_without_session_management_support'
    vendor/rails/actionpack/lib/action_controller/session_management.rb:114:in `process'
    vendor/rails/actionpack/lib/action_controller/base.rb:330:in `process'
    vendor/rails/railties/lib/dispatcher.rb:41:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'
    /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243
    vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:488:in `load'
    vendor/rails/railties/lib/commands/servers/mongrel.rb:60
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
    vendor/rails/activesupport/lib/active_support/dependencies.rb:495:in `require'
    vendor/rails/railties/lib/commands/server.rb:39
    script/server:3


Rendering ./script/../config/../vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error)

New paste

  Language:
Private   — Wrap long lines  —  4 + 2 =   —  

About this pastebin

Welcome to the bulix.org / pastebin. Please don't use this pastebin for illegal purposes, defamation or kitten-squashing.

This pastebin is written using PHP and MySQL and relies on Alex Gorbatchev's syntax hhighlighter (JavaScript based). To avoid spam, you will be required to complete a small mathematical challenge when adding a new paste.

New! Try the pastebin command-line tool: paste.py (requires Python and python-beautifulsoup).

30 more recent public pastes


# Title Type Date
1 wrapper.log error msg - Cybertroll ASCII 15 Mar 2010, 15:11
2 Untitled ASCII paste by 203.87.12.85 ASCII 15 Mar 2010, 07:10
3 Untitled ASCII paste by 82.247.183.72 ASCII 14 Mar 2010, 11:36
4 Untitled ASCII paste by 212.126.160.18 ASCII 10 Mar 2010, 16:41
5 QT buttons ASCII 10 Mar 2010, 16:01
6 LinqPad Azure Table storage C# 10 Mar 2010, 08:09
7 Jasssystem ASCII 10 Mar 2010, 06:59
8 Untitled ASCII paste by 82.247.183.72 ASCII 09 Mar 2010, 21:10
9 Untitled ASCII paste by 82.247.183.72 ASCII 09 Mar 2010, 20:53
10 Untitled ASCII paste by 124.85.38.49 ASCII 09 Mar 2010, 13:02
11 Untitled ASCII paste by 77.57.166.143 ASCII 09 Mar 2010, 00:23
12 number-bullet.scm ASCII 08 Mar 2010, 10:57
13 numbers.scm ASCII 08 Mar 2010, 10:57
14 Untitled ASCII paste by 77.57.166.143 ASCII 08 Mar 2010, 03:12
15 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:46
16 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:45
17 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:40
18 Untitled ASCII paste by 82.73.10.131 ASCII 06 Mar 2010, 23:39
19 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 11:58
20 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 11:55
21 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 09:20
22 Untitled ASCII paste by 90.35.20.41 ASCII 04 Mar 2010, 14:22
23 Untitled ASCII paste by 82.247.183.72 ASCII 04 Mar 2010, 11:53
24 Untitled ASCII paste by 82.247.183.72 ASCII 04 Mar 2010, 11:53
25 Untitled ASCII paste by 82.247.183.72 ASCII 03 Mar 2010, 17:01
26 GoUrXoUjFyycZcLdUt Java 02 Mar 2010, 21:32
27 Untitled ASCII paste by 82.247.183.72 ASCII 02 Mar 2010, 10:36
28 Untitled PHP paste by 78.86.108.157 PHP 01 Mar 2010, 08:22
29 Make test ASCII 28 Feb 2010, 20:34
30 Untitled ASCII paste by 82.247.183.72 ASCII 28 Feb 2010, 20:27

Powered by the Bulix.org Code Pastebin, by Maxime Petazzoni. View pastebin statistics.