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.

Page 64, 10 entries

ddd 4 lines of JavaScript 35 Bytes Show Edit Expand
1
2
3
4
function(ee) {
  var tt = ee;

}
dd 4 lines of C++ 33 Bytes Show Edit Expand
1
2
3
4
void zz()
{
  return "dsds";
}
dd 2 lines of SQL 25 Bytes Show Edit Expand
1
2
# bash
command=/usr/bin/
dd 1 line of SQL 20 Bytes Show Edit Expand
1
SELECT * FORM names'
RandomCSS 1 line of CSS 1.44 KB Show Edit Expand
1
body{background:#494949 url(/assets/footer-back.png) repeat;color:#fff;padding:0em;margin:0em;font-family:"Trebuchet MS",Tahoma,Verdana,Arial,sans-serif}a{text-decoration:none}#title{background:#49...
Node HTTP Server 7 lines of JavaScript by treesap 191 Bytes Show Edit Expand
1
2
3
4
5
6
7

http.createServer(function (req, res) {
  res.writeHead(200, {'Content-Type': 'text/plain'});
  res.end('Hello World\n');
}).listen(8080);

console.log('Server running on port 8080.');
UR96868805 13 lines of Ruby 11.5 KB Show Edit Expand
1
[{"parcel_status_name"=>"Despatched", "parcel_status_id"=>"2", "status_text"=>"Despatched", "carrier_status_code"=>"2", "carrier_reason_code"=>"MetaPackDM", "depot_achieving_status"=>"", "parcel_co...
Events 16 lines of Ruby 14.4 KB Show Edit Expand
1
[{“parcel_status_name"=>"Despatched", "parcel_status_id"=>"2", "status_text"=>"Despatched", "carrier_status_code"=>"2", "carrier_reason_code"=>"MetaPackDM", "depot_achieving_status"=>"", "parcel_co...
Parking 6 lines of Ruby by me 79 Bytes Show Edit Expand
1
2
3
4
5
6
parking_spots = 
[
["Key1", "Car1"],
["Key2", "Car2"],
["Key3", "Car3"],
]
svg 40 lines of HTML by me 4.14 KB Show Edit Expand
1
2
3
4
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
 <!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
 <defs>
  <filter i...

Page 64, 10 entries