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.
c++ |
3 lines
of
C++
|
49 Bytes |
Show |
Edit |
Expand |
1
2
3 |
void loop() {
int tiltValue = compute(value);
} |
|
rb.html |
14 lines
of
HTML
by
test
|
344 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
{{#data}}
<div{{#if spacingTweak}} class="ex-topSpacingTweak-{{spacingTweak}}"{{/if}}>
<div class="t0-b-frame-bPlacer">
<div class="t0-b-frame">
<div class="t0-b-frame__hd">
... |
|
zefzef |
48 lines
of
JSON
|
1.8 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
{
"data" : {
"domain" : "intercom.io",
"webmail" : false,
"pattern" : "{first}",
"organiza... |
|
Diff |
2 lines
of
diff
|
16 Bytes |
Show |
Edit |
Expand |
|
terminal? |
6 lines
of
Plain text
|
47 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
#### comment
# cmd
output
$ cmd
output
|
|
SQL |
35 lines
of
SQL
by
jim
|
719 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
DECLARE @OriginalRecord TABLE (id INT NOT NULL, email NVARCHAR(150) NULL)
DECLARE @UpdatedRecord TABLE (id INT NOT NULL, email NVARCHAR(150) NULL)
INSERT INTO @OriginalRecord VALUES ( 1, 'test... |
|
aaa |
3 lines
of
JSON
|
29 Bytes |
Show |
Edit |
Expand |
1
2
3 |
{
"key" : "value" //a
} |
|
aaa |
3 lines
of
JSON
|
25 Bytes |
Show |
Edit |
Expand |
1
2
3 |
{
"key" : "value"
} |
|
aaa |
2 lines
of
Java
|
43 Bytes |
Show |
Edit |
Expand |
1
2 |
public static void main(String[] args) {
} |
|
dddddddd |
58 lines
of
Java
|
2.27 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
package ru.omickron.rest;
import com.google.common.collect.ImmutableMap;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.util.Map;
import javax.servlet.http... |
|