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 190, 10 entries

τεστ 1 line of SQL 54 Bytes Show Edit Expand
1
EXEC [dbo].[τεστ] @status = N'ΤΕστ', @format = N'ΤΕΣΤ'
try 9 lines of JSON by yulong 193 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
module Admin
    class Pages
        include Presto::Api
        http.map
    end
    class News
        include Presto::Api
        http.map :news
        http.use Rack::ShowExceptions
tst 19 lines of Ruby by ODM 362 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#Very cool
module Admin
    class Pages
        include Presto::Api
        http.map
    end
    class News
        include Presto::Api
        http.map :news
        http.use Rack::ShowEx...
a 2 lines of Python by a 13 Bytes Show Edit Expand
1
2
define a
3+5
a 1 line of Python by a 27 Bytes Show Edit Expand
1
(define (simply a) (* a a))
properties 1 line of HAML 17 Bytes Show Edit Expand
1
test.value=valeur
IE9 Thumbnail Controls for Webs.com 62 lines of JavaScript by Mike Lu 2.19 KB Show Edit Expand
1
2
3
4
5
// thumbnail control buttons section

// declare 2 buttons
var btnLogIn = window.external.msSiteModeAddThumbBarButton('http://i.hebimage.com/1211/4eebc7a8c0539.ico', 'Sign In');
var btnRegister...
Teste Código Fonte 4 lines of Delphi by Adriano 66 Bytes Show Edit Expand
1
2
3
4
procedure TfrmTokens.TimerTimer(Sender: TObject);
begin
end;

symfony2 php code 43 lines of PHP 869 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Bafien Topencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file ...
ccc 16 lines of PHP by ccc 781 Bytes Show Edit Expand
1
2
3
4
5
if ($use_home_campaign) {
    foreach (array('left','right') as $where) {
        $home_campaign[$where] = '<div class="home_campaign_'.$where.'">';

        if ($home_campaign_is_google_code) ...

Page 190, 10 entries