Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Note |
1 line
of
C
by
Hank
|
16 Bytes |
Show |
Edit |
Expand |
|
json |
26 lines
of
JSON
|
632 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
{"widget": {
"debug": "on",
"window": {
"title": "Sample Konfabulator Widget",
"name": "main_window",
"width": 500,
"height": 500
},
"image":... |
|
xx |
1 line
of
Ruby
by
xx
|
143 Bytes |
Show |
Edit |
Expand |
1 |
CodeRay.scan("{"TEST"=>{"TEST2"=>{"TEST3"=>{"TEST4"=>{"TEST5"=>{"TEST6"=>{"TEST1"=>{"TEST"=>{...}}}}}}}}}", :json).div(:line_numbers => :table) |
|
LED Project |
1 line
of
HTML
by
Rohit Nair
|
199 Bytes |
Show |
Edit |
Expand |
1 |
<!DOCTYPE html> <head> <title> LED Project </title> </head> <body> <form method="get" action="submit.php"> <button type="submit">ON</button> <button type="submit">OFF</button> </form> </body> </html> |
|
test |
4 lines
of
JavaScript
by
boo
|
108 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
async function foo () {
console.log("hello world")
await setTimeout( () => console.log("hh"), 2000)
} |
|
ETC ETC |
4 lines
of
C
by
zms
|
32 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
int main()
{
return 0;
} |
|
Test Terminal |
1 line
of
diff
|
48 Bytes |
Show |
Edit |
Expand |
|
config |
3 lines
of
JavaScript
by
x
|
51 Bytes |
Show |
Edit |
Expand |
1
2
3 |
[host]
LocalForward 3306 127.0.0.1:3306
rekt=show |
|
sqlTest |
37 lines
of
SQL
|
494 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 |
select
StartTime
Year
Month
Day
Hour
Minute
MachineId
MachineName
MachineProgramId
MachineProgramName
MachineCriteriaId
MachineCriteriaName
CustomerId
CustomerName
CustomerCustomData... |
|
sqlTest |
36 lines
of
SQL
|
464 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 |
StartTime
Year
Month
Day
Hour
Minute
MachineId
MachineName
MachineProgramId
MachineProgramName
MachineCriteriaId
MachineCriteriaName
CustomerId
CustomerName
CustomerCustomData
Articl... |
|