Welcome! This page is using CodeRay 1.1.2.

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

Page 221, 10 entries

test 10 lines of Ruby 200 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
require 'httparty'
class Facebook
  include HTTParty
  base_uri 'https://graph.facebook.com/'
  # default_params :output => 'json'
  format :json

  def self.object(id)
    get "/#{id}"
  ...
Test 8 lines of CSS by Lunks 90 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
class Hello

  def self.world ok
   puts "ok"
  end
end

Hello.world "Hello World!"
Zend_Version 81 lines of PHP by ptester 2.58 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
<?php
/**
 * Zend Framework
 *
 * LICENSE
 *
 * This source file is subject to the new BSD license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available thro...
Teste Bash 60 lines of diff by By Nunes 602 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
#!/bin/bash






  let ok=0



  # verifica diretório

  for FILE in $UPLOAD_PATH

  do

    LEN=${#FILE_NAME}

    PREFIX=${FILE_NAME:LEN-3:LEN}



    DATA=`date +'%Y%m%d%H%M%S'...
scheme transpose matrix 4 lines of Plain text by チルノ 74 Bytes Show Edit Expand
1
2
3
4
(define (trans x)
  (apply map list x))

*no scheme support for meh* :(
Create a Queue 71 lines of SQL by AETech 2.49 KB Show Edit Expand
1
2
3
4
5
6
7
/****************************************************/
/* Created by: SQL Profiler                         */
/* Date:         */
/****************************************************/


-- C...
scss test 3 lines of CSS by AA 99 Bytes Show Edit Expand
1
2
3
h1 {
background: url('/images/rgbapng/000000bf.png?1282127952');
background: rgba(0, 0, 0, 0.75);
test 37 lines of XML 1.04 KB Show Edit Expand
1
2
3
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org...
RegistryTest 3 lines of CSS by Andy 52 Bytes Show Edit Expand
1
2
3
[HKLM\abc]
foo=dword:0   ;bar
              ;line2
ruby 11 lines of Ruby 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
require 'httparty'
class Facebook
  include HTTParty
  base_uri 'https://graph.facebook.com/'
  # default_params :output => 'json'
  format :json

  def self.object(id)
    get "/#{id}"
  ...

Page 221, 10 entries