Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
json |
10 lines
of
JSON
|
110 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
[
{
"fruit" : "apple",
"price" : "12€"
},
{
"fruit" : "pear",
"price" : "16€"
}
] |
|
Coderay Source Code |
11 lines
of
CSS
|
220 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
body {
color: #484848;
font-family: Verdana,sans-serif;
font-size: 12px;
margin: 0;
min-width: 900px;
padding: 0;
}
h1, h2, h3, h4 {
font-family: "Trebuchet MS"... |
|
json |
32 lines
of
JSON
by
dd
|
1.05 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
{
"regChannel": {
"smsTo": "12114",
"smsContent": "i悦读 reg 627597"
},
"messType": {
"cmd": {
"value": "",
"key": "default"
},
"type": "cmd"
},
... |
|
shell? |
5 lines
of
diff
|
183 Bytes |
Show |
Edit |
Expand |
|
Ruby module / class |
1 line
of
Ruby
by
JoJoS
|
18 Bytes |
Show |
Edit |
Expand |
|
Guava Class |
1462 lines
of
PHP
by
Beep Boop
|
61 KB |
Show |
Edit |
Expand |
|
test |
4 lines
of
CSS
by
gd
|
36 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
## test
body {}
## another test |
|
Html test |
111 lines
of
HTML
|
3.93 KB |
Show |
Edit |
Expand |
1
2
3
4 |
<!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>
<title>Web SQL S... |
|
ee |
13 lines
of
Ruby
|
370 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
class Pasta
include DataMapper::Resource
property :id, Serial
property :content, Text
property :paster, String
property :t... |
|
Testing method calls |
5 lines
of
Ruby
|
68 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def foo
self.bar + 123
something(123)
blah.moo(1000)
end
|
|