Welcome! This page is using CodeRay 1.1.2.

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

Page 156, 10 entries

foobar 9 lines of Ruby 302 Bytes Show Edit Expand
1
2
3
4
5
6
_*Conventions*_
>YYYYMMDDHHMMSS_action_models.rb
>Class name ActionModels
>Table name models
>Column name t.type :name, :option1=>value1, :option2=>value2
>t.stamps generate created_at,update_...
scala 12 lines of Groovy (beta) by Nicholas Ren 247 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
package objsets

import common._
import TweetReader._

class Tweet(val user: String, val text: String, val retweets: Int) {

  override def toString: String =
    "User: " + user + "\n" +
...
test 1 line of HTML by test 8 Bytes Show Edit Expand
1
ASDASDAS
scss 13 lines of CSS 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
.product {
  background-color: #3c3c3c;
  h2 {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
  }
  p {
    font-size: .7em;
    font-weight: normal;
    color: #ffffff;  ...
scss 13 lines of C 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
.product {
  background-color: #3c3c3c;
  h2 {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
  }
  p {
    font-size: .7em;
    font-weight: normal;
    color: #ffffff;  ...
Haba 5 lines of Ruby 45 Bytes Show Edit Expand
1
2
3
4
5
def aosiufpoaufp
if I == 1
kjlkdj
end
end
PHP try 4 lines of PHP 95 Bytes Show Edit Expand
1
2
3
4
# Comment
$wgGroupPermissions['*']['createaccount'] = false;// testコメント
$str = '文字列';
# コメント
json 37 lines of JSON by ehebey 1.05 KB Show Edit Expand
1
2
3
4
5
6
7
8
{
    "hotels": [
        {
            "address": {
                "city": "Izmir",
                "country": "Turkey",
                "neighborhood": "Alacati",
                "state":...
test 1 line of XML by meh 53 Bytes Show Edit Expand
1
<thisisxml>dasdsaD<MOREXML>BLAH</MOREXML></thisisxml>
test 71 lines of Ruby 1.32 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env ruby
require 'ramaze'

class MainController < Ramaze::Controller
  def index
    super
     "Hello World!"
  end
end

require 'camping'

Camping.goes :Hello

module Hel...

Page 156, 10 entries