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 255, 10 entries

stupid gay test name 8 lines of HTML 425 Bytes Show Edit Expand
1
2
3
4
<html xmlns:v="urn:schemas-microsoft-com:vml" 
2       xmlns:o="urn:schemas-microsoft-com:office:office" 
3       xmlns:x="urn:schemas-microsoft-com:office:excel" 
4       xmlns="http://www.w3.o...
usbmisc.c 141 lines of C by gregkh 3.7 KB Show Edit Expand
1
2
3
4
5
6
/*****************************************************************************/
/*
 *      usbmisc.c  --  Misc USB routines
 *
 *      Copyright (C) 2003  Aurelien Jarno (aurelien@aurel32.net)
...
sql 13 lines of SQL 770 Bytes Show Edit Expand
1
2
3
4
5
6
CREATE TABLE `accountActivity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `activityTypeId` int(11) NOT NULL,
  `description` varchar(255) NOT NULL,
  `username` varchar(100) NOT NULL,
  `e...
test 2 lines of Ruby by bla 12 Bytes Show Edit Expand
1
2
def bla
end
PLSQL 5 lines of SQL 57 Bytes Show Edit Expand
1
2
3
4
5
DECLARE
  sr VARCHAR2(300);
BEGIN
  sr := 'Cad';
END;
ruby rack_async1.rb 4 lines of Plain text by John D. Rowell 179 Bytes Show Edit Expand
1
2
3
4
jdrowell@falcon:~/work/async$ ruby rack_async1.rb 
>> Thin web server (v1.2.7 codename No Hup)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:9292, CTRL+C to stop
Privates 16 lines of C++ 346 Bytes Show Edit Expand
1
2
3
4
private List<CaracteristicaItemInfo> lstCaracteristicasItens;
private List<CaracteristicaItemInfo> lstCaracteristicasItensExcluidas;      
private List<ItemSimilarInfo> lstSimilares;
private Lis...
test 13 lines of CSS 227 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
.przezroczyste {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.przezroczyste:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity: ...
gr.test 12 lines of Groovy (beta) 76 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
def test(){
}

test2={
ary->
println ary
}

rect(){
 rect(){
 }
}
Php 3 lines of PHP by Whiteulver 38 Bytes Show Edit Expand
1
2
3
class Foo extends Singular_Formx{

}

Page 255, 10 entries