Welcome! This page is using CodeRay 1.1.2.

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

Page 243, 10 entries

dfdf 1 line of HTML 6 Bytes Show Edit Expand
1
ebgddb
prueba 0 lines of C 0 Bytes Show Edit Expand
1
test 24 lines of JavaScript by p 520 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
[if {ItemOverviews}]
<h2>{ItemTitle} Overview</h2>
{ItemOverviews}
[endif]<br>

<p align='center'><a href='{ItemUrl}'><img src="{ItemMediumImageUrl}" border='0'></a></p>
<br>

[if {ItemOffe...
sdfsd 3 lines of Ruby 39 Bytes Show Edit Expand
1
2
3
def one
  code_ray = %w(code ray)
end
rok4 13 lines of C++ by NV 456 Bytes Show Edit Expand
1
2
3
4
5
template<typename pixel_t>
size_t BilEncoder<pixel_t>::getdata(uint8_t *buffer, size_t size) {
  size_t offset = 0;

  LOGGER_DEBUG( "Encodage BIL : height " <<image->height<< " image->linesize" ...
about_triangle_project_2.rb from Koans 15 lines of Ruby 597 Bytes Show Edit Expand
1
2
3
4
5
6
require File.expand_path(File.dirname(__FILE__) + '/edgecase')

# You need to write the triangle method in the file 'triangle.rb'
require 'triangle.rb'

class AboutTriangleAssignment2 < EdgeCa...
about_constants.rb from Koans 87 lines of Ruby 2.09 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
require File.expand_path(File.dirname(__FILE__) + '/edgecase')

C = "top level"

class AboutConstants < EdgeCase::Koan

  C = "nested"

  def test_nested_constants_may_also_be_referenced_wi...
c code 6 lines of C 72 Bytes Show Edit Expand
1
2
3
4
5
6
#include <stdio.h>

int main(int argc,char *argv[])
{
  return 0;
}
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...

Page 243, 10 entries