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.
scss |
13 lines
of
C
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
.product {
background-color: #3c3c3c;
h2 {
font-size: 1em;
font-weight: bold;
color: #ffffff;
}
p {
font-size: .7em;
font-weight: normal;
color: #ffffff; ... |
|
Haba |
5 lines
of
Ruby
|
45 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def aosiufpoaufp
if I == 1
kjlkdj
end
end |
|
PHP try |
4 lines
of
PHP
|
95 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
$wgGroupPermissions['*']['createaccount'] = false;
$str = '文字列';
|
|
json |
37 lines
of
JSON
by
ehebey
|
1.05 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
{
"hotels": [
{
"address": {
"city": "Izmir",
"country": "Turkey",
"neighborhood": "Alacati",
"state":... |
|
test |
1 line
of
XML
by
meh
|
53 Bytes |
Show |
Edit |
Expand |
1 |
<thisisxml>dasdsaD<MOREXML>BLAH</MOREXML></thisisxml> |
|
test |
71 lines
of
Ruby
|
1.32 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
#!/usr/bin/env ruby
require 'ramaze'
class MainController < Ramaze::Controller
def index
super
"Hello World!"
end
end
require 'camping'
Camping.goes :Hello
module Hel... |
|
aaa |
8 lines
of
PHP
by
aaa
|
90 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<?php
phpinfo();
echo "hello";
$a = "AA"?1:0;
if (empty($pavs)) {
echo 'none';
}
?> |
|
Pascal trivial |
10 lines
of
Delphi
by
mint_girl
|
99 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
begin
if life_is_good then begin
end
else begin
end;
end. |
|
test |
70 lines
of
C++
by
J
|
1.55 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#import "ShareKitAppDelegate.h"
#import "... |
|
test |
70 lines
of
C
by
J
|
1.55 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#import "ShareKitAppDelegate.h"
#import "... |
|