Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
sgg |
14 lines
of
CSS
|
874 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
FCM: NON-DROP FRAME
001 X041C001_111215.DPX V C 04:05:07:15 04:05:49:07 01:00:00:00 01:00:41:17
*FROM CLIP NAME: 632/VXX912-1
002 X041C002_111208.DPX V C 04:06:14:22 0... |
|
fdf |
4 lines
of
Ruby
|
40 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
def ass
puts "balls"
up "ass"
end |
|
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 |
|
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 %><... |
|