Welcome! This page is using CodeRay 1.1.2.

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

Page 167, 10 entries

test 37 lines of HTML by test 249 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
24
25
26
27
<a href="http://www.yahoo.com">here</a>
Male Data graphs
Exp
startT
endT
cnts
trans
pokes
rpokes
rears
rrears
d
sd.d
h
sd.h
dist
sCV
tCV
matH
rd1
rc1
rd2
rc2
rd3
rc3
rd4
r...
js 67 lines of JavaScript 1.33 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * test function
 *
 * @param string
 * @return string
 */
function blah(foo, blah) {
    var test = 25;

    console.log(test.length);

    // if foo is true then return this string...
test 2 lines of HTML by davand 43 Bytes Show Edit Expand
1
2
<h2><%= test %></h2>
<h2><%= test1 %></h2>
Bash-Shell 8 lines of diff by test 246 Bytes Show Edit Expand
1
2
3
4
5
6
7
check_exist=`grep -c DisallowTCP /etc/gdm/custom.conf`
if [ $check_exist -eq 0 ]
then
        sed -i '/\[security]/ a\DisallowTCP=false' /etc/gdm/custom.conf;
        sleep 2;
else
        ec...
Testing 1 line of C 15 Bytes Show Edit Expand
1
pear install aa
Bash 1 line of JavaScript 65 Bytes Show Edit Expand
1
a=( hello world "hi" 'this is a test' "it's alive"  'bow\nwow'  )
test 34 lines of PHP by w3build 728 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Aplikace Zend
 * 
 * @see Zend_Application
 */
require_once 'Zend/Application.php';

/**
 * Aplikace W3build
 * 
 * @package W3build_Application
 */
class W3build_Applic...
xo 12 lines of Python by xo 445 Bytes Show Edit Expand
1
2
3
4
5
times = int(input('how many times do you want to roll? '))
roll_set = {}                           #saving the set in a dict

while times > 0:
    roll = input('\nname this roll: ')  #make sure...
sql test 8 lines of SQL by test 243 Bytes Show Edit Expand
1
2
3
4
5
6
7
         SELECT *
           FROM course
FULL OUTER JOIN party
                 ON 
                course.attendant = party.attendant
          WHERE course.attendant IS NULL
               ...
-- 7 lines of XML by A 334 Bytes Show Edit Expand
1
2
3
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
<SOAP:Body> 
<m:DoProfil...

Page 167, 10 entries