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.
111 |
11 lines
of
C
by
Koss
|
273 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<%@ Page ....
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
....
....
<FCKeditorV2:FCKeditor ID="fckHtml" runat="server"... |
|
css test |
2 lines
of
CSS
by
al
|
117 Bytes |
Show |
Edit |
Expand |
1
2 |
h1 { color: white; background-color: orange !important; }
h2 { color: white; background-color: green !important; }
|
|
java test |
3 lines
of
Java
by
soluo.info
|
77 Bytes |
Show |
Edit |
Expand |
1
2
3 |
public static void main(String[] args){
System.out.println("䏿–‡");
} |
|
test |
14 lines
of
Java
by
Hans Monsen
|
492 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
Connection sourceCon = ConnectionManager.getSourceDBConnection();
Statement st = sourceCon.createStatement();
String coreSQL = "SELECT * from WSSUS2";
... |
|
application.html.haml |
9 lines
of
Ruby
|
228 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
%html
%head
%title ПоÑылки
= stylesheet_link_tag 'http://yui.yahooapis.com/2.8.1/build/reset/reset-min.css'
= stylesheet_link_tag :all
= javascript_include_tag :defaults
= c... |
|
ruby |
46 lines
of
Ruby
by
acacawc
|
1.15 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
print 3 / 4
print 3 / 4.0
print 3.12414 / 4
print
print 20 % 6
puts 'hei ' * 8
puts 'Se coloca cada dama de las 128 sobre tableros de ajedrez vacios (sin piezas) distintos, ... |
|
Test |
10 lines
of
C
|
341 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
WithdrawalTransaction withdrawal;
withdrawal.setCustomerId( customerId );
withdrawal.setBalance( balance );
withdrawal.setWithdrawalAmount( amount );
withdrawal.setWithdrawa... |
|
cpp |
4 lines
of
C++
by
xxx
|
68 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
CString CPayment04_02::GetBodyXml()
{
return SCR_PAYMENT04_02;
} |
|
Sql test |
1 line
of
SQL
|
178 Bytes |
Show |
Edit |
Expand |
1 |
select a1, a2, a3, a4, a5 from yammi, rummi, gammi where yammi.a1 = rumma.a2 and yammi.a2 = rumma.a3 and yammi.a3 = rumma.a4 and yammi.a5 = rumma.a6 |
|
sql |
4 lines
of
SQL
by
toto
|
74 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
create table toto (
id number,
desc varchar(20)
) tablespace users; |
|