Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
test |
10 lines
of
Python
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
<typo:code>
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hours: 24
</ty... |
|
test |
10 lines
of
Python
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
<typo:code>
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hours: 24
</ty... |
|
test |
10 lines
of
PHP
|
218 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
<typo:code lang="php">
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hour... |
|
xml |
4 lines
of
XML
|
69 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
<?xml version="1.0"?>
<example>
<data>some value</data>
</example> |
|
Test Php |
1 line
of
PHP
by
dc
|
11 Bytes |
Show |
Edit |
Expand |
|
Hello, world! |
3 lines
of
PHP
|
36 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?
$sResponse = "Hello, world!"
?> |
|
testing ruby |
16 lines
of
ERb
by
asdf
|
372 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<% form_tag products_path, :method => :get do %>
<p>
<%= text_field_tag :search, params[:search] %>
<%= submit_tag "Search", :name => nil %>
</p>
<% end %>... |
|
Some XML |
339 lines
of
HTML
|
23.2 KB |
Show |
Edit |
Expand |
1
2
3 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.or... |
|
SQL ARSenico |
18 lines
of
SQL
by
Alessio Caiazza
|
602 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
CREATE TABLE IF NOT EXISTS `fields` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) default NULL,
`type` varchar(255) default NUL... |
|
test |
14 lines
of
PHP
by
jp
|
451 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
Sub ErrorHandler(pEx As RuntimeException, pAction as String)
mEpisCheckTimer = Nil
mEpisResult = "Error"
Call App.DB.AddEpisFailureMember txtQryLastName.Text.Trim, txtQryFirstName.... |
|