Welcome! This page is using CodeRay 1.1.2.

We currently have 3055 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 180, 10 entries

testing 1 line of Java by o'o' 47 Bytes Show Edit Expand
1
link: 'The URL of the link going to be shared.'
hello 1 line of Plain text by aa 7 Bytes Show Edit Expand
1
$ hello
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 # not found
        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
1
{"response":'1231'}
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
<?php
session_start();
?>
<html>
  <head>
    <title>testsession.php</title>
  </head>
  <body>
    <p>vous ĂȘtes :
<?php
  if (isset($_GET['name'])) {
    $_SESSION['name'] = $_GET['name'];
    ech...
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
1
2
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 8e34371..4cbdff6 100644

Page 180, 10 entries