Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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... |
|
SQL test |
3 lines
of
SQL
|
38 Bytes |
Show |
Edit |
Expand |
1
2
3 |
select *
from foo
where nebo = "far" |
|
test |
19 lines
of
Ruby
by
steve
|
264 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
require 'open-uri'
require 'nokogiri'
doc = Nokogiri::HTML(open('http://google.com/search?q=tenderlove'))
... |
|
test |
7 lines
of
HTML
|
162 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
---
layout: main
title: Home Page, Bizznunches
---
<h1 class="color1">Welcome to my site.</h1>
<p>My name is Tomasz 'pewiniak747' Pewiński blablabla...</p> |
|
bash |
4 lines
of
C
by
xx
|
57 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
if [ -f /tmp/test_racoon.lock ]
then
exit 0
fi |
|