Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
de |
1 line
of
PHP
|
14 Bytes |
Show |
Edit |
Expand |
|
Grid Lines |
15 lines
of
HTML
by
Art Lance
|
308 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<div id="page_cntnr" class="index man">
<ol id="main" class="index">
<li id="header">
</li>
|
|
Grid Lines |
15 lines
of
HTML
by
Art Lance
|
308 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<div id="page_cntnr" class="index man">
<ol id="main" class="index">
<li id="header">
</li>
|
|
some php |
9 lines
of
PHP
by
someone
|
475 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
@assert (...) == X assertEquals(X, method(...))
@assert (...) != X assertNotEquals(X, method(...))
@assert (...) === X assertSame(X, method(...))
@assert (...) !== X assertNotSame(X, method(... |
|
afaga |
41 lines
of
Ruby
|
671 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
module SeoHelper
def title= title
@title = title
end
def title
if @title.blank?
Settings.title.home
else
[@title, Settings.title.simple].join ' - '
en... |
|
Some XML property list |
14 lines
of
XML
|
578 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>firstLine... |
|
1234 |
96 lines
of
PHP
by
aaaaa
|
1.8 KB |
Show |
Edit |
Expand |
1
2
3
4 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Con... |
|
test |
3 lines
of
Ruby
|
66 Bytes |
Show |
Edit |
Expand |
1
2
3 |
require 'kramdown'
Kramdown::Document.new(text).to_html |
|
cucumber |
4 lines
of
Ruby
|
180 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
Feature: Asset List
In order to review requestable assets (why?)
As a System Admin (who?)
I want to list all assets filtered by asset type, sorted alphabetically (what?)
|
|
cucumber |
4 lines
of
diff
|
180 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
In order to review requestable assets (why?)
As a System Admin (who?)
I want to list all assets filtered by asset type, sorted alphabetically (what?)
|
|