Welcome! This page is using CodeRay 1.1.2.

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

Page 193, 10 entries

json 10 lines of JSON 110 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
[
{
     "fruit" : "apple",
     "price" : "12€"
},
{
     "fruit" : "pear",
     "price" : "16€"
}
]
Coderay Source Code 11 lines of CSS 220 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
body {
    color: #484848;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    margin: 0;
    min-width: 900px;
    padding: 0;
}
h1, h2, h3, h4 {
    font-family: "Trebuchet MS"...
json 32 lines of JSON by dd 1.05 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "regChannel": {
    "smsTo": "12114",
    "smsContent": "i悦读 reg 627597"
  },
  "messType": {
    "cmd": {
      "value": "",
      "key": "default"
    },
    "type": "cmd"
  },
  ...
shell? 5 lines of diff 183 Bytes Show Edit Expand
1
2
3
4
5
total 64K
drwxr-xr-x  7 rvera rvera 4,0K 2011-11-08 19:02 .
drwxr-xr-x 10 rvera rvera 4,0K 2011-11-08 09:50 ..
drwxr-xr-x  2 rvera rvera 4,0K 2011-11-08 18:59 bin
-rwxr-xr--  0 
Ruby module / class 1 line of Ruby by JoJoS 18 Bytes Show Edit Expand
1
puts "Hello world"
Guava Class 1462 lines of PHP by Beep Boop 61 KB Show Edit Expand
1
2
3
4
5
6
/*
 * Copyright (C) 2006 The Guava Authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may ...
test 4 lines of CSS by gd 36 Bytes Show Edit Expand
1
2
3
4
## test 
body {}

## another test
Html test 111 lines of HTML 3.93 KB Show Edit Expand
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Web SQL S...
ee 13 lines of Ruby 370 Bytes Show Edit Expand
1
2
3
4
5
6
7
class Pasta
            include DataMapper::Resource
        
            property :id, Serial
            property :content, Text
            property :paster, String
            property :t...
Testing method calls 5 lines of Ruby 68 Bytes Show Edit Expand
1
2
3
4
5
def foo
  self.bar + 123
  something(123)
  blah.moo(1000)
end

Page 193, 10 entries