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.
SaltStack Network |
34 lines
of
YAML
by
SaltyAnon
|
1.18 KB |
Show |
Edit |
Expand |
|
dfg |
1 line
of
JavaScript
|
14 Bytes |
Show |
Edit |
Expand |
|
diff |
5 lines
of
diff
by
ddd
|
187 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
- const char* host = "api.github.com";
+ const char* host = "api.parse.com";
- String url = "/repos/esp8266/Arduino/commits/esp8266/status"
+ String url = "/1/classes/GameScore" |
|
MapMgr |
61 lines
of
Java
|
1.76 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
package kr.go.incheon.fire.erss.map;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import com.fasterxml.jac... |
|
www |
4 lines
of
PHP
|
100 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
PV: Precio de venta (sin impuestos)
I01: Porcentaje de impuesto aplicado al valor
IMP = PV * I01 |
|
foo |
18 lines
of
YAML
by
egg
|
666 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
resources:
- type: compute.v1.instance
name: vm-my-first-deployment
properties:
zone: us-central1-f
machineType: https://www.googleapis.com/compute/v1/projects/foo/zones/us-central... |
|
JavaScript |
182 lines
of
JavaScript
|
6.53 KB |
Show |
Edit |
Expand |
1
2 |
;(function(){for(var a,e=function(){},b="assert clear count debug dir dirxml error exception group groupCollapsed groupEnd info log markT... |
|
C++11 lambda |
15 lines
of
C++
by
Garf
|
214 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
void test()
{
int sum = 0;
auto f = [&sum](int i){ sum += i; };
std::vector<int> v;
fill(v);
for(auto i: v)
{
f(i);
}
std::cout << "sum of values in v : " << sum... |
|
HAML Example |
5 lines
of
HAML
by
http://haml.info/
|
91 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
%section.container
%h1= post.title
%h2= post.subtitle
.content
= post.content |
|
asd |
54 lines
of
Ruby
by
ff
|
2.03 KB |
Show |
Edit |
Expand |
|