Welcome! This page is using CodeRay 1.1.2.

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

Page 227, 10 entries

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...
test 11 lines of C 378 Bytes Show Edit Expand
1
2
3
4
5
6
irb(main):011:0> class Greeter
irb(main):012:1>   def initialize(name = "World")
irb(main):013:2>     @name = name
irb(main):014:2>   end
irb(main):015:1>   def say_hi
irb(main):016:2>     put...
Why is Schatten so slow? 63 lines of SQL by murphy 9.5 KB Show Edit Expand
1
2
3
4
  Character.find {
  Character Load (0.4ms)  SELECT `characters`.* FROM `characters` WHERE (`characters`.`type` = 'Character') AND (`characters`.`id` = 1543492239) LIMIT 1
  } took 0.9ms
  Proto...
czxczxc 11 lines of SQL 322 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
DECLARE @tmp TABLE(
  nID int
)

INSERT INTO @tmp
SELECT DISTINCT a.nID FROM tAirportList a, tCSMList b WHERE a.cCode = b.cCode

INSERT INTO @tmp
SELECT DISTINCT a.nID FROM tAirportList a, t...
465 11 lines of Java 157 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
/** 
* Simple Component. 
*/ 
component { 
/** 
* Simple function. 
*/ 
public void function foo() { 
WriteOutput("Method foo() called<br>"); 
} 
}
465 21 lines of Java 417 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using NUnit.Framework.Constraints;

namespace UpdateManager.Test.NCUS.UpdateManager
{
    [TestFixt...
lololol 39 lines of C++ 979 Bytes Show Edit Expand
1
2
3
4
5
6
#include <iostream>
#include <ctime>
using namespace std;

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//  Problem: #1 F...
SQL test 4 lines of SQL by Bart 419 Bytes Show Edit Expand
1
2
      (SELECT effect, koers, datum FROM koers WHERE datum <= '2011-01-19' AND effect = 1 AND deleted = 0 ORDER BY datum DESC LIMIT 1) 
UNION (SELECT effect, koers, datum FROM koers WHERE datum <= ...
ㅁㅁㅁㅁ 6 lines of XML 231 Bytes Show Edit Expand
1
2
3
4
5
<xs:complexType name="TypeMultiLangStr">
    <xs:sequence>
        <xs:element name="Default" type="TypeLang"/>
        <xs:element name="Value" type="MultiLangStr" maxOccurs="unbounded" />
   ...
diff 5 lines of diff 137 Bytes Show Edit Expand
1
2
3
4
5
--- test1       2011-01-24 12:46:09.000000000 +0000
+++ test2       2011-01-24 12:46:16.000000000 +0000
@@ -1 +1 @@
-ab c de
+abcde

Page 227, 10 entries