Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
rtre |
11 lines
of
YAML
|
214 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
<?xml version="1.0" encoding="utf-8"?>
<msg seq="0">
<pid>b006wkqb</pid>
<features>
<rss status='off'/>
<sms status='on'/>
</features>
<comp>
<loc>bottom</loc>
... |
|
ieslink |
34 lines
of
diff
by
asfasf
|
1.04 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
## find faces in model
faceCount = 0
for entity in Sketchup.active_model.entities
if (!entity.instance_of?(Sketchup::Face)... |
|
test |
7 lines
of
C
|
198 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
public sealed class Application : IApplication
{
private static Application _instance = null;
private string[] _args;
} |
|
Testing asdf |
3 lines
of
Plain text
|
61 Bytes |
Show |
Edit |
Expand |
1
2
3 |
test = "moo"
puts "this is a #{test}"
#=> "this is a moo"
|
|
Testing asdf |
3 lines
of
Ruby
|
61 Bytes |
Show |
Edit |
Expand |
1
2
3 |
test = "moo"
puts "this is a #{test}"
|
|
Unicode |
30 lines
of
Ruby
by
murphy
|
506 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
ä = 42
print ä
def straße(frühstück)
höhle(frühstück)
end
alias λ lambda
× = λ { |x,y| x*y }
×[2,3]
def ∑ enum
e... |
|
asf |
5 lines
of
ERb
|
84 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
class Customer < ActiveRecord::Base
end
class Order < ActiveRecord::Base
end
|
|
asf |
5 lines
of
Ruby
|
84 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
class Customer < ActiveRecord::Base
end
class Order < ActiveRecord::Base
end
|
|
asf |
13 lines
of
JavaScript
|
312 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
var userObject = new Object();
userObject.lastLoginTime = new Date();
alert(userObject.lastLoginTime);
(OR)
var userObject = {};
userObject[“lastLoginTimeâ€... |
|
wefwef |
7 lines
of
Ruby
|
535 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
height: 200px; /* Ð’Ñ‹Ñота блока */
width: 200px; /* Ширина блока */
overflow: auto; /* ДобавлÑем полоÑÑ‹ прокрутки */
padding-left: 15px; ... |
|