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.
test |
4 lines
of
C
by
nob
|
89 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
var hideFlashes = (function() {
$("#flash_notice,
flash_error").fadeOut(4000);
}); |
|
vvv |
3 lines
of
Ruby
|
121 Bytes |
Show |
Edit |
Expand |
1
2
3 |
f = File.new("testfile")
f.sysseek(-13, IO::SEEK_END)
f.sysread(10)
|
|
s |
7 lines
of
Ruby
|
770 Bytes |
Show |
Edit |
Expand |
1
2 |
File Edit Options Buffers Tools Lisp-Interaction Help
;; Thi... |
|
Testing |
4 lines
of
Java
|
112 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
private long creation = 0;
private long starting = 0;
private long writing = 0;
private long complete = 0; |
|
Groovy |
14 lines
of
Groovy (beta)
by
PN
|
528 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
def requestHolder = groovyUtils.getXmlHolder( "Plan#Requ... |
|
xdfgsgf |
1 line
of
Groovy (beta)
|
18 Bytes |
Show |
Edit |
Expand |
|
test |
3 lines
of
PHP
|
33 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?php
print("Hello World!");
?> |
|
dieinafire |
5 lines
of
Ruby
by
dieinafire
|
71 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def die how_to_die
"You died #{how_to_die}."
end
die "in a fire" |
|
SQL Test |
5 lines
of
SQL
|
378 Bytes |
Show |
Edit |
Expand |
1 |
SELECT `nick_name` , `email` , `first_name` , `last_name` , `gender` , `birthday` , `phone_number` , `adress` , `postal_code` , `created_on` , `updated_on` , `last_connected_on` , `previous_connect... |
|
dd |
1 line
of
C
|
24 Bytes |
Show |
Edit |
Expand |
1 |
SELECT * FROM tblPartner |
|