Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
aaa |
5 lines
of
XML
|
120 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<proc>
<cmd>DoWebLinkSupport</cmd>
<msgtype>response</msgtype>
<method>DoRegisterFromSite</method>
</proc>
|
|
JSON |
8 lines
of
JSON
by
TOF
|
86 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
{
"key1" : "value1",
"key2" : [
1,
2,
3
]
} |
|
Title |
30 lines
of
Java
by
Stefan
|
506 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
final class MonoJust<T>
extends Mono<T>
implements Fuseable.ScalarCallable<T>, Fuseable {
final T value;
MonoJust(T value) {
this.value = Objects.requireNonNull(value, "value");
}... |
|
asciidoctor |
3 lines
of
Plain text
by
Jon
|
107 Bytes |
Show |
Edit |
Expand |
1
2
3 |
ifdef::VK_EXT_debug_marker[]
include::appendices/VK_EXT_debug_marker.txt[]
endif::VK_EXT_debug_marker[]
|
|
Lol |
5 lines
of
HTML
|
92 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<header></header>
<div class="{template class}">
{Content}
</div>
<footer></footer> |
|
d |
1 line
of
Ruby
|
18 Bytes |
Show |
Edit |
Expand |
|
es6 |
1 line
of
JavaScript
|
12 Bytes |
Show |
Edit |
Expand |
|
java |
5 lines
of
Java
by
unko
|
93 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
public class Test {
public void main(String args[]) {
System.out.println("hoge");
}
} |
|
ccc |
19 lines
of
JavaScript
|
535 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
function autoResizePreline() {
console.log('autoResizePreline');
\$('span.preline > div.multiligne').remove();
\$('span.preline').each(function(i) {
if (\$(this).height(... |
|
changed: cache: new: current old: file |
4 lines
of
YAML
|
51 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
changed:
cache:
new: current
old: file |
|