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.
my new ray |
5 lines
of
Java
by
smallick
|
113 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
class HelloWorld {
public static void main( String[] args ){
System.out.println( 'Hello, world!\n' );
}
} |
|
Test |
4 lines
of
JavaScript
by
T
|
30 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
@Controleur
class Toto {
} |
|
footerAdguard |
19 lines
of
JavaScript
by
Mokasin34
|
382 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
#define DISPATCH( \
_01, _02, _03, _04, \
NAME, ... \
) NAME
#define MAP(FUNC,...) \
DISPATCH(__VA_ARGS__, \
MAP4, MAP3, MAP2, MAP1 \
)(FUNC,... |
|
path |
2 lines
of
C++
|
71 Bytes |
Show |
Edit |
Expand |
1
2 |
template <class Source>
path& operator/=(const Source& source); |
|
pygments demo |
49 lines
of
C
|
839 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#include <stdio.h>
#include "te... |
|
Halo DA |
10 lines
of
HTML
by
sarimo
|
210 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
<!DOCTYPE html>
<html lang="id">
<head>
<title>Halo DA</title>
</head>
<body>
<h1>Halo Dunia Akhirat</h1>
<p>Hidup tak hanya di dunia, tapi juga (jangan lupa) ada akhirat :)</p>
</bod... |
|
symbol |
1 line
of
HTML
|
54 Bytes |
Show |
Edit |
Expand |
1 |
<li is="menu-header" @closeClicked="closedClicked"/> |
|
peas and carrots json |
1 line
of
JSON
by
tedward
|
21 Bytes |
Show |
Edit |
Expand |
|
Test |
2 lines
of
Plain text
|
28 Bytes |
Show |
Edit |
Expand |
1
2 |
Das ist ein Test
Plain Text |
|
NPM |
1 line
of
diff
|
47 Bytes |
Show |
Edit |
Expand |
|