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.
PHP Magento |
12 lines
of
PHP
|
236 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
$user = User::create(array('name' => 'Tito', 'state' => 'VA'));
$user = User::find_by_name('Tito');
$user->name = 'Tito Jr';
$user->save()... |
|
Test |
35 lines
of
XML
|
1.37 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
location / {
try_files $uri @prerender;
}
location @prerender {
#proxy_set_header X-Prerender-Token YOUR_TOKEN;
set $prerender 0;
if ($htt... |
|
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");
}
} |
|