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.
foo.js |
5 lines
of
JavaScript
|
38 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
foo();
foo('bar');
{'foo':'bar'} |
|
sadds |
2 lines
of
JavaScript
by
eee
|
30 Bytes |
Show |
Edit |
Expand |
1
2 |
function aaa(aaa :string) {
} |
|
auto rotate random |
12 lines
of
PHP
|
388 Bytes |
Show |
Edit |
Expand |
|
SQL Statement |
1 line
of
SQL
by
Manuel
|
20 Bytes |
Show |
Edit |
Expand |
|
123 |
1 line
of
HTML
|
14 Bytes |
Show |
Edit |
Expand |
|
testing |
2 lines
of
Plain text
|
75 Bytes |
Show |
Edit |
Expand |
1
2 |
$ git config user.name pobredemi
$ git config user.email <your_email_here> |
|
jmbgjkbhkj |
1 line
of
C
|
52 Bytes |
Show |
Edit |
Expand |
1 |
OCR0 = (uint8_t)(XTAL / 64.0 * 1e-3 - 0.5); |
|
Problem with Anchors in YAML scanner? |
14 lines
of
YAML
by
murphy < RedMine forum
|
208 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
production: &production
type: xmpp4r
jid: jbieber@webserver
password: darkjohn
host: webserver
port: 5222
ssl: false
debug: false
test:
type: mock
production:
<<: *... |
|
C++ Hello World |
11 lines
of
C++
by
Sir Lulzalot
|
132 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
} |
|
asfas |
7 lines
of
C++
|
63 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
using namespace std;
int main(){
cout << "asdfasdf";
} |
|