Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
test |
35 lines
of
Ruby
|
645 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
class TopovskiNapad
SVETLOBNA_HITROST = 299792458
attr_accessor :razdalja_do_tarce
attr_accessor :hitrost
attr_accessor :kot
def initialize
@razdalja_do_tarce = Random.rand(... |
|
test |
32 lines
of
Ruby
|
891 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def test_vnos_kota_prebran
@igra.instance_eval do
def preberi_vnos
return "3"
end |
|
test |
23 lines
of
Ruby
|
414 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
class TopovskiNapad
attr_accessor :razdalja_do_tarce
attr_accessor :hitrost
def initialize
@razdalja_do_tarce = Random.rand(10...1000)
end
def vnesi_hitrost
hitrost = ... |
|
test |
31 lines
of
Ruby
|
911 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def test_vnos_hitrosti_prebran
@igra.instance_eval do
def preberi_vnos
return "22"
end |
|
test |
9 lines
of
Ruby
|
141 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
class TopovskiNapad
attr_accessor :razdalja_do_tarce
def initialize
@razdalja_do_tarce = Random.rand(10...1000)
end
end
|
|
test |
9 lines
of
Ruby
|
244 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
def test_nastavi_nakljucno_vrednost_razdalje
refute_empty @igra.razdalja_do_tarce
end
def test_nakljucna_razdalja_je_razlicna
igra2 = TopovskiNapad.new
refute_equal @igra.r... |
|
ini-file |
40 lines
of
Python
|
1.11 KB |
Show |
Edit |
Expand |
|
Woops |
4 lines
of
Clojure
by
the other guy
|
52 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
(defn bad-adder []
(+ 1)
(+ 2 2)
(+ 3 3 3)) |
|
window.location |
6 lines
of
JavaScript
|
338 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
url = window.location
console.log(url.href);
console.log(url.hostname);
console.... |
|
JSON |
44 lines
of
JSON
|
847 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{
"total": 4,
"results": [
{
"_event": "checkout",
"page": "checkout",
"user_id": "980489947823",
"cart_size": 2,
"total_price": 27,
"event_dept... |
|