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.
Testing |
12 lines
of
HTML
|
180 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
<html>
<head>
<title>{{ title }}</title>
{{ stylesheets }}
{{ javascripts }}
</head>
<body>
<div class="container_12">
{{ main_content }}
</div>
</body>
</html> |
|
ad |
2 lines
of
PHP
|
33 Bytes |
Show |
Edit |
Expand |
1
2 |
<?= $var; ?>
<?php echo $var; ?> |
|
ProjMgr Config |
11 lines
of
YAML
by
hammackj
|
242 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
nessusdb:
name: nessusdb
path: ~/Projects/public/nessusdb
type: git
url: git@github.com:hammackj/nessusdb.git
projmgr:
name: ProjMgr
path: ~/Projects/public/projmgr
type: gi... |
|
Hello CodeRay! |
1 line
of
Ruby
by
kayaman
|
52 Bytes |
Show |
Edit |
Expand |
1 |
puts CodeRay.scan('puts "Hello, world!"', :ruby).div |
|
123 |
1 line
of
C
|
12 Bytes |
Show |
Edit |
Expand |
|
4 |
1 line
of
C
|
19 Bytes |
Show |
Edit |
Expand |
|
Test |
1 line
of
SQL
by
EMP
|
117 Bytes |
Show |
Edit |
Expand |
1 |
"", "\n\n\t003C/tbody\u003E\n\u003C/tabl\n\n\u003C/div\u003E\n\n\n\n\n\u003Cdiv class=\u003E\n\n\u003C/div\u003E\n"
|
|
test |
25 lines
of
C
|
1.23 KB |
Show |
Edit |
Expand |
1
2
3 |
<table border="0" width="100%" cellspacing="3" cellpadding="3">
<tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cel... |
|
title |
17 lines
of
C++
by
title
|
523 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
[FactoryCreatable(typeof(AnalysisResultViewFactory), typeof(I... |
|
xml |
17 lines
of
XML
by
xml
|
325 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
<samples>
<sample>
<info>
<type>Batman</type>
<name>Yahoo</name>
</info>
<scheme name="XXX">
<prop3>a</prop3>
<prop4>c</prop4>
... |
|