Welcome! This page is using CodeRay 1.1.2.

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

Page 225, 10 entries

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
blaj 4 lines of Ruby 46 Bytes Show Edit Expand
1
2
3
4
def fun
  p = :fun
  p = p.to_s + "str"
end
test 3 lines of JavaScript by EMP 2.84 KB Show Edit Expand
1
Element.update("tab-content-members", "\n\n\n\u003Cdiv class=\"splitcontentleft\"\u003E\n\n\u003Ctable class=\"list members\"\u003E\n\t\u003Cthead\u003E\u003Ctr\u003E\n\t  \u003Cth\u003EUser / Grou...

Page 225, 10 entries