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.
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 |
|
IE9 Thumbnail Controls for Webs.com |
62 lines
of
JavaScript
by
Mike Lu
|
2.19 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
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 |
|
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) ... |
|
c# |
32 lines
of
Java
|
1.22 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
protected TDoubleRect GetBounds()
{
TLocalMinima lm = m_localMinimaList;
if (lm == null) return new TDoubleRect(0, 0, 0, 0);
TDoubleRect result = n... |
|
objective-c |
20 lines
of
C++
by
kitschmaster
|
584 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
@class Quad;
@interface Asset : NSManagedObject {
}
@property (nonatomic, retain) NSString *oid;
@property (nonatomic, re... |
|
Shell? |
5 lines
of
Plain text
|
31 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
test
if [ a = b ]
then
fi |
|
asd |
9 lines
of
Ruby
|
112 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
require 'rubygems'
require 'sinatra'
require 'rdiscount'
get '/' do
markdown :index
end
puts "hello" |
|