Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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 |
|
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{
} |
|
Foooo |
45 lines
of
ERb
|
1.15 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<head>
.....
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
function updateToggleText() {
if ($("#nav... |
|
test |
8 lines
of
Ruby
by
i am
|
176 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
class Panel::PollOptionsController < Panel::PanelController
layout false
def new
@poll_option = PollOption.new
@poll_option_index = params[:index]
end
end |
|