Welcome! This page is using CodeRay 1.1.2.
We currently have
3067 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| aaaa |
157 lines
of
PHP
by
aaaa
|
6.08 KB |
Show |
Edit |
Expand |
|
|
| Scheme sample |
16 lines
of
Python
by
agaida
|
416 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
(case (what-would-you-like-to-do?)
((learn)
(choose-from FAQ
textbooks
videos
blogs
standards
tutorials
... |
|
| gf_install |
6 lines
of
Ruby
|
236 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
EMAIL_QUEUE = GirlFriday::WorkQueue.new(:user_email, :size => 3) do |msg|
UserMailer.registration_email(msg).deliver
end
IMAGE_QUEUE = GirlFriday::WorkQueue.new(:image_crawler, :size => 7) do ... |
|
| gf_install |
1 line
of
Ruby
|
23 Bytes |
Show |
Edit |
Expand |
1 |
gem install girl_friday |
|
| RubyAC |
7 lines
of
Ruby
by
aa
|
99 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
Class Memory
Class Natures
def
/|\ grows specialty for comfort
end
end
end |
|
| Qi Programming language |
2 lines
of
Plain text
by
frd
|
40 Bytes |
Show |
Edit |
Expand |
1
2 |
(define say
X -> (output "~A~%" X))
|
|
| test |
2 lines
of
SQL
by
anon
|
31 Bytes |
Show |
Edit |
Expand |
1
2 |
SELECT *
FROM sys.sysprocesses |
|
| html example |
32 lines
of
HTML
by
ssa
|
1.17 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Слои</title>
... |
|
| test |
9 lines
of
Java
|
243 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
public Assay AssayGet(string assayName)
{
Assay assay = Assay.CreateWithAssayFolder(AssayPath, assayName);
if (!assay.Exists)
assay = Assay.CreateWithAssayFolder(Globals.SysConfig.Exp... |
|
| Plain text test |
1 line
of
Plain text
by
samuelgilman
|
64 Bytes |
Show |
Edit |
Expand |
1 |
'Plain text' crashed my app so I'm looking for the right string. |
|