Welcome! This page is using CodeRay 1.1.2.
We currently have
3064 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
hello |
1 line
of
Plain text
by
aa
|
7 Bytes |
Show |
Edit |
Expand |
|
Ruby |
13 lines
of
Ruby
|
424 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
def recursive(array, value, low, high)
if (high < low) then
return -1
end
mid = low + (high - low) / 2
if (array[mid] > value) then
... |
|
ERB |
1 line
of
ERb
by
K
|
59 Bytes |
Show |
Edit |
Expand |
1 |
some text here/<%=query(4)%> and <%=node('some')%> and more |
|
name |
1 line
of
Plain text
|
114 Bytes |
Show |
Edit |
Expand |
1 |
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev"' > /etc/udev/rules.d/51-android.rules |
|
json |
1 line
of
JSON
by
Me
|
19 Bytes |
Show |
Edit |
Expand |
|
js |
1 line
of
JavaScript
|
57 Bytes |
Show |
Edit |
Expand |
1 |
Event.trigger(map, 'click', false, new LatLon(lat, lon)); |
|
TestRay |
22 lines
of
HTML
by
Nobody
|
382 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
<html>
<head>
<title>testsession.php</title>
</head>
<body>
<p>vous ĂȘtes :
|
|
XML |
2 lines
of
C++
|
215 Bytes |
Show |
Edit |
Expand |
1 |
<variable ident="23" type="single"> <name>AWARE_BRAND_1</name> <label>Awareness_Aldi</label> position start="96"/><values> <!--value code="0" No /value--> <value code="1">Yes</value> </valu... |
|
diff |
2 lines
of
diff
|
107 Bytes |
Show |
Edit |
Expand |
|
sample java |
11 lines
of
Java
by
rr
|
216 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
package com.Rinin.test;
public class Monkey{
public static void main(String[] args){
int peaks = 1;
for(int i=1;i<=10;i++){
peaks = (peaks + 1) << 1;
}
System.out.println("tota... |
|