Welcome! This page is using CodeRay 1.1.2.

We currently have 3067 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 197, 10 entries

JSON-Test 53 lines of JSON 528 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{
"code": "tacc_rtd_proxy"
},
{
"code": "pbxacd"
},
{
"code": "tomcat"
},
{
"code": "tacc_ccbs"
},
{
"code": "pbxcdr"
},
{
"code": "tacc_tsp"
},
{
"code": "tacc_rtdges"
},
{...
testing this 83 lines of Ruby by foobar 2.66 KB Show Edit Expand
1
2
3
4
5
6
7
ProductsHelper.module_eval do

  require 'json'

  # help w/ formatting the validation string
  # this method will likely be removed as we move everything to the client
  def custom_html_opti...
dwm.c 2018 lines of C by Anonymous 51.1 KB Show Edit Expand
1
2
3
4
/* See LICENSE file for copyright and license details.
 *
 * dynamic window manager is designed like any other X client as well. It is
 * driven through handling X events. In contrast to other X...
Booya 10 lines of diff 127 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE>
<html>
<head>
  <meta charset="utf-8">
  <title>Booya</title>
</head>
<body>
<h1>Booya</h1>
</body>
</html>
This 4 lines of HTML 234 Bytes Show Edit Expand
1
2
<pre><code class="ruby">
  Place you code here.laksdmaksljdaskldjalsd jaslkdj aslkdjaslkdjaklsdjaslkdj askldj aksldjasldjaskdjalsdjaslkdjkasjdlaksjd lka sjdalskjdklasjdaksldjalskdj alskdjalsdjalsk...
sql 2 lines of Python 24 Bytes Show Edit Expand
1
2
SELECT *
FROM tablename
sdfds 15 lines of SQL 502 Bytes Show Edit Expand
1
2
3
4
5
6
SELECT DISTINCT(lower(per.name)) AS name
FROM personnel_functional_group pfg,
  personnel per,
  functional_group fg
WHERE per.ID_NUMBER=pfg.PERSONNEL_ID
AND fg.id_number   = pfg.func_group_id...
haml test 2 lines of HAML by RT 18 Bytes Show Edit Expand
1
2
%section#id
  foo
php class test 13 lines of Java 130 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

class MyNewClass{
    public function __construct()
    {
         time();
         return $this;
    }
}



?>
test 2 lines of Plain text 39 Bytes Show Edit Expand
1
2
dev0:/srv/# find coderay
dev0:/srv/#

Page 197, 10 entries