Welcome! This page is using CodeRay 1.1.2.

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

Page 76, 10 entries

styleguide 17 lines of HTML by Sydney 946 Bytes Show Edit Expand
1
2
3
4
5
body {background-color:#454845;font-family:arial;text-align:center;}
body.left {background-color:lightgrey;font-family:arial;text-align:letf}
head {text-align:center;}
p {color:white}
p.red {co...
test 1 line of diff 2 Bytes Show Edit Expand
1

xml 18 lines of XML by sss 755 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<include>
  <user id="5004">
    <params>
      <param name="password" value="$${5004}"/>
      <param name="vm-password" value="5004"/>
    </params>
    <variables>
      <variable name="t...
block element 16 lines of HTML by Sydney 383 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en-US">
 <meta charset="utf-8"></meta>
<head>
 <link rel="stylesheet" href="styleguide.css">
  <title>
   Block elements
  </title>
</head>
 <body>
  <div styl...
New2 HTML 46 lines of HTML by Quintus 1.05 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <link rel="stylesheet" href="styleguide.css">
    <meta charset="utf-8">
    <title>
      Mysterious Page of Tables
    </title>
  </head>
...
New HTML 46 lines of HTML by Quintus 960 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <link rel="stylesheet" href="styleguide.css">
    <meta charset="utf-8">
    <title>
      Mysterious Page of Tables
    </title>
  </head>
...
aaa 18 lines of XML by cccc 755 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<include>
  <user id="5004">
    <params>
      <param name="password" value="$${5004}"/>
      <param name="vm-password" value="5004"/>
    </params>
    <variables>
      <variable name="t...
test 1 line of SQL 344 Bytes Show Edit Expand
1
SELECT SUM(account_intels.connected_host_count) AS connected_host_count, products.name FROM account_intels INNER JOIN accounts ON accounts.id = account_intels.id INNER JOIN account_product_levels O...
author 21 lines of JavaScript by rfo 440 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
myscript = function(){
    var config = {
        navigationID:'nav',
        visibleClass:'show'
    };
    var nav = document.getElementById(config.navigationID);
    function init(){
    ...
title 12 lines of PHP by author 300 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
{{#nf-graph
    yMaxMode="push-tick"
    brushEndAction="brushEnd"}}

   {{#nf-graph-content}}

     {{nf-line data=zoomData interpolator="monotone"}}
     {{nf-brush-selection right=selectR...

Page 76, 10 entries