Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| MultipleBooleanValuesToSingleConverter |
10 lines
of
Java
|
379 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
static void Main(string[] args)
{
var unityContainer = new UnityContainer();
unityContainer.LoadConfiguration();
... |
|
| routes |
2 lines
of
YAML
|
22 Bytes |
Show |
Edit |
Expand |
1
2 |
GET /me
GET /user/:id |
|
| ham hash |
8 lines
of
Ruby
by
lr
|
253 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
cast_ham = {
"Hamilton" => "Young, scrappy, and hungry",
"Burr" => "talk less, smile more",
"my country" =. "young, scrappy, and hungry",
"Lafayette" => "America's favorite fighting Frenchman",... |
|
| convert |
2 lines
of
C
by
Quintus
|
32 Bytes |
Show |
Edit |
Expand |
1
2 |
var x:CInt = 1
var y:CInt = 4 |
|
| 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... |
|