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.
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... |
|
asfd |
20 lines
of
Java
by
asdf
|
415 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
namespace Calculator
{
public class StepHelloWorld : IStep
{
public string Name
{
get { throw new NotImplementedException(); }
}
public string Description
{... |
|
D |
3 lines
of
HTML
by
D
|
774 Bytes |
Show |
Edit |
Expand |
1 |
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 n... |
|
Test |
3 lines
of
Java
|
50 Bytes |
Show |
Edit |
Expand |
1
2
3 |
public interface Test{
public void test();
} |
|
HTML |
43 lines
of
HTML
by
me
|
1.11 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
<table>
<tr>
<td>Header</td>
</tr>
<tr>
<td id="underline">
<img height="1px" width="545px" src="../../images/9.bmp" border="0">
</td>
</... |
|
Test python |
7 lines
of
Python
by
Wolfphone
|
105 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
from name import all
class A:
a, b = [None]*2
C = true
B = False
def test(self):
pass |
|