Welcome! This page is using CodeRay 1.1.2.

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

Page 227, 10 entries

test 12 lines of Ruby 389 Bytes Show Edit Expand
1
2
3
4
5
6
7
  def index
    @articles = Article.where('published_on > ?', 3.months.ago)
    @article = Article.find_by_featured(:true)
    @blogroll = Article.all

    respond_to do |format|
      format...
code121212121 1 line of XML by </code> 15 Bytes Show Edit Expand
1
<code>11</code>
test 8 lines of HTML by Derek 200 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<script src="https://choppers.com/lib.js" type="text/javascript"></script> 
<script> 
  $(document).ready( function() {
    $('#whizbang').Telly({
      personid_id: 4,
    });
  });
</script> 
test 5.3 10 lines of PHP 110 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * @Entity            //Required for ORM
 * @Studio:Entity
 * 
 */
class User
{
    //...
}
test 226 lines of C 7.41 KB Show Edit Expand
1
2
3
4
5
6
// -------------------------------------------------------
// GitifierAppDelegate.m
//
// Copyright (c) 2010 Jakub Suder <jakub.suder@gmail.com>
// Licensed under Eclipse Public License v1.0
/...
test 9 lines of XML 108 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<customers>
  <customer>
    ...
  </customer>
  <customer>
    ...
  </customer>
  ...
</customers>
xx 7 lines of Ruby by xx 73 Bytes Show Edit Expand
1
2
3
4
5
6
7
require 'iostrings'

class A
  def self.hello
    "hello"
  end
end
aaa 25 lines of XML 955 Bytes Show Edit Expand
1
2
3
4
5
<xs:complexType name="TypeSW">
    <xs:sequence>
      <xs:element name="NAME" type="xs:string" />
      <xs:element name="CODE" type="xs:string" />
      <xs:element name="REV" type="xs:string...
aaa 25 lines of C 955 Bytes Show Edit Expand
1
2
3
4
5
<xs:complexType name="TypeSW">
    <xs:sequence>
      <xs:element name="NAME" type="xs:string" />
      <xs:element name="CODE" type="xs:string" />
      <xs:element name="REV" type="xs:string...
test 1 line of Plain text 10 Bytes Show Edit Expand
1
test stuff

Page 227, 10 entries