Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Hello World! |
2 lines
of
PHP
by
henrique
|
27 Bytes |
Show |
Edit |
Expand |
1
2 |
<?php
echo 'Hello, World'; |
|
Testing |
7 lines
of
Ruby
by
Nic
|
69 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
def what
x = "hello there"
yield x
end
what {|x| puts x }
|
|
something |
36 lines
of
Ruby
|
888 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
hahahahahahahha
<code lang='ruby'>
class Post
include Mongoid::Document
identity :type => String
field :title
field :body
... |
|
CF test |
13 lines
of
HTML
|
668 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<cfif object.getObject().getIsVariation()>
<cfset previewImageObjectID = object.getParentOb... |
|
foo |
1 line
of
Clojure
|
20 Bytes |
Show |
Edit |
Expand |
|
ほげほげ |
2 lines
of
C
by
jijijij
|
14 Bytes |
Show |
Edit |
Expand |
|
JSON |
1 line
of
JSON
by
Bornholm
|
65 Bytes |
Show |
Edit |
Expand |
1 |
{"error":{"code":500,"message":"Username and password invalid "}} |
|
Grammar parsing code |
26 lines
of
Python
by
Andy Norris
|
593 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
def parse(element,text):
tokens = text.split()
tokens.reverse()
return rec_parse(element,tokens)
def rec_parse(element,tokens):
for path in grammar[element]:
elements = [element... |
|
Git rebase -i |
5 lines
of
Plain text
|
176 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
pick 3dcd585 Implementado entidades novas
squash 9f5c362 Criado Changelog
squash dcd4813 Implementado testes
squash 977a754 Corrigido bug
squash 9ea48e3 Adicionado messages |
|
CSS Test |
13 lines
of
CSS
by
/me
|
222 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
.cb_elem_wrapp {
font-size: 1.3em;
font-weight: bold;
list-style: none outside none;
margin-top: 15px;
width: 600px;
padding-left: 0;
margin-left: 20px;
}
div.teste{
back... |
|