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.
SCSS |
40 lines
of
CSS
by
Adrian
|
779 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
#blogs{
float:left;
width:75%;
margin-right:5%;
@media screen and (max-width: $break-tablet) {
float:none;
width:100%;
margin-right: 0;
@in... |
|
Ruby 1.9 Hash syntax |
19 lines
of
Ruby
by
murphy
|
313 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
block.(*arguments)
new = { hash: :syntax }
call(with, hash: :syntax)
this_crazy(hash: :syntax)
test hash: :syntax
test \
hash: :syntax,
multi: :line
more hash::tes... |
|
111 |
15 lines
of
SQL
|
503 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
CREATE TABLE IF NOT EXISTS `country` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(36) NOT NULL,
`iso2` varchar(2) NOT NULL,
`iso3` varchar(3) NOT NULL,
`sort_ojjjrder` int(11) N... |
|
pruebas |
7 lines
of
Java
by
ifool
|
132 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
import java.util.*;
class Demo {
public static void main(String *args) {
system.out.print("Hello, Java!");
}
} |
|
xml |
29 lines
of
XML
by
susi
|
1.88 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?xml version="1.0" encoding="UTF-8"?>
<data><level id="21" description="wie bei level 19">
<gameData><![CDATA[tralala]]]]><![CDATA[>]]>
<file src="RO19-28.swf" scene="Level21"/>
... |
|
Java |
52 lines
of
Java
by
Jurabele
|
1.26 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
package androidservice.jurabele.com;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.view.View;
import android... |
|
asd |
14 lines
of
SQL
|
320 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
SET LINESIZE 100
COLUMN spid FORMAT A10
COLUMN username FORMAT A10
COLUMN program FORMAT A45
SELECT s
s.sid,
s.serial
p.spid,
s.username,
s.program
... |
|
test |
13 lines
of
SQL
by
test
|
501 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
SELECT AVG(b.identity-e.identity)*24*60*60
FROM log e
INNER JOIN log b
ON b.identity=e.identity
AND b.userid=e.userid
AND b.thread=e.thread
AND b.id<e.id
WHER... |
|
Shell |
46 lines
of
diff
|
1.88 KB |
Show |
Edit |
Expand |
|
Decrease range window on zabbix graph |
24 lines
of
diff
by
c-moi
|
923 Bytes |
Show |
Edit |
Expand |
|