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.
fabricator |
116 lines
of
Delphi
|
3.22 KB |
Show |
Edit |
Expand |
|
fabricator |
5 lines
of
Ruby
|
142 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
Fabricator :agent do
first_name { Faker::Name.first_name }
last_name { Faker::Name.last_name }
email { Faker::Internet.email }
end |
|
rspec by think200.com |
7 lines
of
Ruby
by
Robb Shecter
|
114 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
class Greeter
def initialize(name = "World")
@name = name
end
def say_hi
puts "Hello, #{@name}!"
end |
|
test45 |
3 lines
of
Plain text
|
20 Bytes |
Show |
Edit |
Expand |
|
test |
18 lines
of
PHP
|
633 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<style type="text/css">
body { font-family: sans-serif; font-size: 16px; }
a { text-decoration:underline; }
p.small { font-size: 0.8em; }
</style>
<h4>IS Rhea - zmena hesla</h4>
... |
|
test |
1 line
of
JSON
by
ok
|
331 Bytes |
Show |
Edit |
Expand |
1 |
{"strict":false,"min_consensus":0.6,"min_accept_score":1,"min_completion_score":0.95,"algo_set":"AlgoSet::AlphaPrior","max_error_percentage":0.05,"bonus_reward":0.01,"default_completion_instruction... |
|
hello work |
1 line
of
Ruby
|
19 Bytes |
Show |
Edit |
Expand |
|
TEST |
1 line
of
Java
|
140 Bytes |
Show |
Edit |
Expand |
1 |
cloudinary.url().signed(true).transformation(new Transformation().crop("imagga_scale").width(150).height(200)).imageTag("family_bench.jpg"); |
|
sql |
1 line
of
SQL
|
46 Bytes |
Show |
Edit |
Expand |
1 |
select name, age from table order by birthdate |
|
Javascript Test |
3 lines
of
JavaScript
|
110 Bytes |
Show |
Edit |
Expand |
1
2
3 |
SPICEWORKS.app.helpdesk.ready(function () {
}); |
|