Welcome! This page is using CodeRay 1.1.2.

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

Page 111, 10 entries

JavaTest 16 lines of Java 263 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
class Date {
    int day;
    int month;
    int year;
}
class Author {
    String firstName;
    String lastName;
    Date birthday;
}
class Document {
    String title;
    java.util....
Test 31 lines of HTML by anonim 778 Bytes Show Edit Expand
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html lang="en">
<head>
        <meta charset="utf-8">
        <title>How to style code on your website</title>
        <link rel="stylesheet" href="reset.css" />
        <lin...
asd 1 line of JSON 79 Bytes Show Edit Expand
1
["approve_high", "failure_probability", "failure_hight", "failure_probability"]
test 9 lines of Plain text 232 Bytes Show Edit Expand
1
2
3
4
5
6
7
$ git diff --check
lib/simplegit.rb:5: trailing whitespace.
+
@git_dir = File.expand_path(git_dir)XX
lib/simplegit.rb:7: trailing whitespace.
+ XXXXXXXXXXX
lib/simplegit.rb:26: trailing white...
LOM_LOR.xml 231 lines of XML by tk 8.74 KB Show Edit Expand
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
    <general>
        <title>
            <string language="el">Η θάλασσα στο έργο του Στράτη Μυριβήλη</string>...
xml 1 line of XML 1 Byte Show Edit Expand
1
d
jklk 9 lines of HTML 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
jklk 9 lines of ERb 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
jklk 9 lines of C 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
test 8 lines of XML 115 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<list>
 <item>
   <name>hello</name>
 </item>
 <item class="hello2">
   <name>hello2</name>
 </item>
</list>

Page 111, 10 entries