Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| CSS Baby |
10 lines
of
CSS
by
Micky
|
248 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
@charset "utf-8";
body {
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: url(/images/layout/container_background.jpg) no... |
|
| check_website |
30 lines
of
PHP
|
635 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<?php
if(!isset($argv[1])) { echo "Usage: ./check_www <url (without http://)>\n"; exit(2); }
$url = "http://" . $argv[1];
$header = @get_headers($url, 1);
if(!$header) { echo "Could not c... |
|
| test |
4 lines
of
JSON
|
26 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
{
"var":1,
"test": {}
} |
|
| test |
13 lines
of
HTML
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
(from ruby core)
Comparable
Enumerable
(from ruby core)
---------------------------------... |
|
| test |
3 lines
of
ERb
by
ret
|
64 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<span>
<%= link_to "Show", product_path(@product) %>
</span> |
|
| test |
13 lines
of
Ruby
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
(from ruby core)
Comparable
Enumerable
(from ruby core)
---------------------------------... |
|
| test |
13 lines
of
diff
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
Comparable
Enumerable
---------------------------------... |
|
| test |
13 lines
of
Plain text
|
375 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
= String < Object
--------------------------------------------------------------
= Includes:
(from ruby core)
Comparable
Enumerable
(from ruby core)
---------------------------------... |
|
| XML Asp.Net |
23 lines
of
XML
|
1.55 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<appSettings>
<add key="Repository" value="ADUserRepository"/>
... |
|
| Test_SQL |
2 lines
of
SQL
by
N_McF
|
45 Bytes |
Show |
Edit |
Expand |
1
2 |
Select * from Torrent
|
|