Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Bash TEST |
4 lines
of
SQL
by
zetbee@firewall.pl
|
95 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
SELECT *
FROM `wip_docs_versions`
ORDER BY `wip_docs_versions`.`valid_from` ASC
LIMIT 0 , 30 |
|
link |
1 line
of
HTML
by
fff
|
47 Bytes |
Show |
Edit |
Expand |
1 |
<a href=”” lang=”fr” hreflang=”fr”>Francais</a> |
|
SVN |
1 line
of
Plain text
by
LM
|
29 Bytes |
Show |
Edit |
Expand |
1 |
svn co http://localhost/trunk |
|
test |
1 line
of
ERb
|
1 Byte |
Show |
Edit |
Expand |
|
TEST |
6 lines
of
Plain text
by
smith
|
111 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
args = {
intro = {
order = 1,
type = "description",
name = L["ELVUI_DESC"],
}, |
|
fsfsf |
115 lines
of
Ruby
|
3.69 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
module Helper
ICONE = Icon.new('images/sig.ico').freeze
def classe
self.class.name
end
def view
"views/#{classe.gsub('SiG', 'Sig').underscore}.xrc"
end
def finder
... |
|
HTML |
24 lines
of
HTML
|
337 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
<div>
<div>
<p>lorem ipsum dolor</p>
</div>
<div>
<p>lorem ipsum dolor</p>
</div>
</div>
<div>
<div>
<p>lorem ipsum dolor</p>
</div>
<div>
<p>lorem ipsum ... |
|
Announcement |
1 line
of
Plain text
by
murphy
|
43 Bytes |
Show |
Edit |
Expand |
1 |
The CodeRay website was updated to Rails 3. |
|
Rake task |
5 lines
of
Plain text
by
huug
|
205 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
huug@huug-hp-laptop ~/workspace/tenue[masterâš¡]$ rake new
(in /home/huug/workspace/tenue)
Title: New article
toto ~ an article was created for you at articles/2011-02-12-new-ar... |
|
HelloWorld |
8 lines
of
C
|
112 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
class HelloWorld
{
public static void main (String args[])
{
System.out.println("HelloWorld");
}
} |
|