Welcome! This page is using CodeRay 1.1.2.
We currently have
3067 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| 1234 |
2 lines
of
Python
by
test
|
32 Bytes |
Show |
Edit |
Expand |
1
2 |
print "Hello World"
raw_input() |
|
| 1234 |
1 line
of
PHP
|
35 Bytes |
Show |
Edit |
Expand |
1 |
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/ |
|
| 1234 |
1 line
of
JavaScript
|
53 Bytes |
Show |
Edit |
Expand |
1 |
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/); |
|
| 1234 |
1 line
of
JSON
|
53 Bytes |
Show |
Edit |
Expand |
1 |
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/); |
|
| 1234 |
1 line
of
HTML
|
53 Bytes |
Show |
Edit |
Expand |
1 |
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/); |
|
| 123 |
1 line
of
C
|
53 Bytes |
Show |
Edit |
Expand |
1 |
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/); |
|
| Test |
8 lines
of
PHP
by
Diablo
|
124 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
if(isset($lang->settings['charset']))
{
$charset = $lang->settings['charset'];
}
else
{
$charset = 'UTF-8';
} |
|
| Test |
8 lines
of
PHP
by
Diablo
|
116 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
if(isset($lang->settings['charset']))
{
$charset = $lang->settings['charset'];
}
else
{
$charset = 'UTF-8';
} |
|
| Test SQL |
2 lines
of
SQL
by
fdsf
|
26 Bytes |
Show |
Edit |
Expand |
1
2 |
SELECT * FROM
WHERE 1 = 1 |
|
| gedit Ruby syntax file |
5 lines
of
Ruby
by
murphy < J-_-L
|
62 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
%w[string array] <<here
variable = <<here
this one
here
|
|