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.
test |
20 lines
of
CSS
by
max
|
707 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
a { color: #b14745; text-decoration: none; }
a:hover { color: #7a3130; }
a:active { color: #8c3837; }
a:hover { text-decoration: underline; }
a, a:hover { -moz-transition-property: color; -we... |
|
JSON |
40 lines
of
JSON
|
884 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{"coordinates": null,
"created_at": "Fri Jun 24 17:43:26 +0000 2011",
"truncated": false,
"favorited": false,
"id_str": "84315710834212866",
"entities": {
"urls": [
],
... |
|
long |
11 lines
of
Ruby
|
734 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
require 'tempfile'
file = Tempfile.new('foo')
file.path
|
|
toto |
10 lines
of
C
|
284 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
#define kBgQueue dispatch_get_global_queue(
DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)
#define kLatestKivaLoansURL [NSURL URLWithString:
@"http://api.kivaws.org/v1/loans/search.json?status=fundr... |
|
Prueba |
22 lines
of
SQL
|
1.5 KB |
Show |
Edit |
Expand |
1
2 |
create index IDX_GCBILL_DH_CTG_RELATED_01 ON GCBILL_DH_CTG_RELATED(COD_RELATION, CTG_SOURCE, CTG_RELATED, DH_SOURCE, DH_RELATED);
create index IDX_GCBILL_DH_CTG_RELATED_02 ON GCBILL_DH_CTG_RELATED... |
|
cesarcode |
1 line
of
SQL
|
44 Bytes |
Show |
Edit |
Expand |
1 |
select count(*) from gcgt_mr_consumption_atr |
|
Hello World - Pascal |
5 lines
of
Delphi
|
61 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
program HelloWorld;
begin
writeln('Hello World');
end. |
|
Hello World |
9 lines
of
Java
|
267 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
class HelloWorldApp {
public static void main(String[] args) {
... |
|
teste |
1 line
of
Plain text
|
12 Bytes |
Show |
Edit |
Expand |
|
teste |
4 lines
of
Ruby
|
60 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
class teste
puts "Hello Word!"
puts "This is awesome"
end |
|