Welcome! This page is using CodeRay 1.1.2.

We currently have 3049 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 62, 10 entries

lala 14 lines of XML 335 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<Profiles>
  <Profile>
    <Fields>
      <Field>
        <Name>DOCID</Name>
        <Type>NVARCHAR(4000)</Type>
      </Field>
      <Field>
        &lt...
MultipleBooleanValuesToSingleConverter 10 lines of Java 379 Bytes Show Edit Expand
1
2
3
4
5
6
7
  static void Main(string[] args)
        {
            // Declare a Unity Container
            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
1
2
3
4
### This pillar file contains networking information such as
### nameserver hostnames, deployment server ips, hosts file entries and anything network related
# stored under the networking pillar
...
dfg 1 line of JavaScript 14 Bytes Show Edit Expand
1
var dog = 5;
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

Page 62, 10 entries