Welcome! This page is using CodeRay 1.1.2.
We currently have
3063 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Commit |
20 lines
of
Ruby
|
597 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
d570364d3fd6293fd4890464a98b5340705e1ac7
Vadik Rastyagaev <oktoberliner@oktoberliner-macbook.local>
2009-11-18 04:34:26 UTC
M app/models/message.rb
diff --git a/app/models/message.rb b/ap... |
|
111 |
23 lines
of
diff
by
test
|
663 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
--- D:/redmine.lighttpd Mon Jun 29 11:09:26 2009
+++ D:/redmine.mongrel Tue Jan 19 12:33:59 2010
@@ -12,17 +12,17 @@
# Description: ...
### END INIT INFO
-cd /home/rmmngr/redmine-0.8.3
+... |
|
test |
25 lines
of
CSS
|
360 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
h1 {
font-family: verdana,arial;
font-size: 18pt;
color: #38761d;
margin-left: -20px;
}
h2 {
font-size: 14pt;
color: #0000ff;
margin-left: -10px;
border-bottom: 1px solid ... |
|
dfg |
1 line
of
Ruby
|
10 Bytes |
Show |
Edit |
Expand |
|
JSON |
22 lines
of
JSON
|
605 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"... |
|
SQL |
1 line
of
SQL
by
hnrk
|
101 Bytes |
Show |
Edit |
Expand |
1 |
SELECT * FROM table WHERE me = 'Me' AND reg (BETWEEN '2009-01-01 00:00:00' AND '2009-01-02 23:59:59') |
|
Plan with options. |
9 lines
of
XML
by
foo
|
273 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<?xml version="1.0" encoding="utf-8"?>
<plan>
<options>
<plannedDate>2009-10-12T06:30:00</plannedDate>
<pauseStart>2009-10-12T12:00:00</pauseSt... |
|
sql |
5 lines
of
SQL
by
William
|
174 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
CREATE DATABASE test;
SELECT nome as "Nome", cpf as "CPF", CASE WHEN data = current_date() THEN 'FULANO' ELSE 'CICLANO' END AS "Abla"
FROM pessoas
WHERE rg IS NOT NULL
|
|
teste |
4 lines
of
PHP
by
lucas
|
139 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = $projects_num.";".$bugs_num;
fwrite($fh, $stringData);
fclose($fh);
|
|
sdasd |
5 lines
of
YAML
|
93 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
admin:
Monitoring: index, show, help
Typusroles: index
support:
Monitoring: index
|
|