Welcome! This page is using CodeRay 1.1.2.

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

Page 245, 10 entries

Non-ASCII in Ruby 7 lines of Ruby by murphy 57 Bytes Show Edit Expand
1
2
3
4
5
6
7
:täst

def straße
  amélie = *ø
end

Grün = 12
test 42 lines of HTML 1.5 KB Show Edit Expand
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>IE Font Opacity Work-a...
test 285 lines of C by bc 6.25 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
int firefly[][3] =
{
    {
        9,10,11
    }
    ,
    {
        3,5,6
    }
};

int num_fireflies = 0;

int firefly1[] = {9,10,11};
int firefly2[] = {3,5,6};

int max_color = 3...
test 520 lines of XML 16.6 KB Show Edit Expand
1
2
3
4
5
6
7
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
 * CodeIgniter
 *
 * An open source application development framework for PHP 4.3.2 or newer
 *
 * @package    Co...
test 3 lines of Ruby 31 Bytes Show Edit Expand
1
2
3
a = ->(foo, bar=1){
  :blah
}
sa 1 line of XML by as 50 Bytes Show Edit Expand
1
<mask id="1" pos="1" type="6">4budowlani.pl</mask>
parsed ping 25 lines of Ruby by ericnils 855 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
#!/usr/bin/ruby1.9.1
beginning = Time.now

#ping -c <number of pings to send> -W <seconds to wait for response>
ping_result = `ping -c 1 -W 1 #{ARGV[0]}`

if $?.success?
#  puts "Ping was su...
some junk code 7 lines of JavaScript 127 Bytes Show Edit Expand
1
2
3
4
5
6
7
function junk(element)
{
  var value = element.value;
  if (value == null || value == "") {
    element.remove();
  }
}
testing 4 lines of CSS by dieter 59 Bytes Show Edit Expand
1
2
3
4
      body {font-size:12px}
      .test {border: 5px 
#ffe}
    
HTML 4.01 Strict 39 lines of HTML by Jianlin 1.19 KB Show Edit Expand
1
2
3
4
5
6
7
8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
   
<html>
    <head>
        <title>HTML 4.01 and CSS Template</title>
        
        <meta h...

Page 245, 10 entries