Welcome! This page is using CodeRay 1.1.2.

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

Page 166, 10 entries

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...
-- 18 lines of Ruby by A 647 Bytes Show Edit Expand
1
2
3
4
5
6
7
def create
    build_resource

    if resource.save
      if resource.active_for_authentication?
        set_flash_message :notice, :signed_up if is_navigational_format?
        sign_in(resou...
aa 4 lines of C++ by aa 108 Bytes Show Edit Expand
1
2
3
4
        private static bool AccessPointHasCache( long ptId )
        {
            return true;
        }
asdasdf 2 lines of XML 4.38 KB Show Edit Expand
1
<samlp:Response ID="_99863320-9cad-012f-cfcd-3c07540572d8" Version="2.0" IssueInstant="2012-06-20T02:28:52Z" Destination="https://saml.acs.url" Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecif...
this 1 line of JSON 74 Bytes Show Edit Expand
1
{"id":"4fb121e13314142cc5000001","name":"First Charity","givey_tag":"FC1"}

Page 166, 10 entries