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 |
3 lines
of
ERb
by
ret
|
64 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<span>
<%= link_to "Show", product_path(@product) %>
</span> |
|
test |
13 lines
of
Ruby
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
(from ruby core)
Comparable
Enumerable
(from ruby core)
---------------------------------... |
|
test |
13 lines
of
diff
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
Comparable
Enumerable
---------------------------------... |
|
test |
13 lines
of
Plain text
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
(from ruby core)
Comparable
Enumerable
(from ruby core)
---------------------------------... |
|
XML Asp.Net |
23 lines
of
XML
|
1.55 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<appSettings>
<add key="Repository" value="ADUserRepository"/>
... |
|
Test_SQL |
2 lines
of
SQL
by
N_McF
|
45 Bytes |
Show |
Edit |
Expand |
1
2 |
Select * from Torrent
|
|
primes |
36 lines
of
Python
by
beardedp
|
1.09 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
def miller_rabin_prime(n):
"""Implementation of the Miller-Rabin probalistic primality
test. http://en.wikipedia.org/wiki/Miller-Rabin_primality_test"""
if n % 2 and n > 3:
... |
|
asddsa |
1 line
of
HTML
by
hund
|
12 Bytes |
Show |
Edit |
Expand |
|
junk |
40 lines
of
Ruby
|
983 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def buttonChooseFolder_clicked
if folder = VR_Dialog.folder_box(@builder)
if folder =~ /^#{@path}\b/
VR_Dialog.message_box("You must select a backup path outside the project's root f... |
|
CSS |
5 lines
of
CSS
by
delete.me
|
54 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
#test
{
background-color: red;
height: 56px;
} |
|