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.
aaaa |
49 lines
of
C++
|
2.38 KB |
Show |
Edit |
Expand |
|
aaaa |
49 lines
of
C
|
2.38 KB |
Show |
Edit |
Expand |
|
dwww |
17 lines
of
Plain text
by
dd
|
361 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
iniread, BE_Status, %Punchclock_INI%, %CST_Badge%, BE
if BS_Status <> 0
if BE_Status <> 0
{
BS_Status = 0
BE_Status = 0
IniWrite, 0, %Punchclock_INI%, %CST_Badge%, BS
IniWrite, 0, %Pun... |
|
Terminal |
18 lines
of
Plain text
by
http://devcenter.heroku.com/articles/git
|
454 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
$ rails myapp
create
create app/controllers
create app/helpers
create app/models
...
$ cd myapp
$ git init
Initialized empty Git repository in .git/
$ git ad... |
|
test |
28 lines
of
HTML
|
1.12 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div id='sam' class="sam" style="color:black;"><div id='sam'></div></div>
<script type='text/javascript'>
document.getElementById('sam... |
|
test |
28 lines
of
JavaScript
|
1.12 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div id='sam' class="sam" style="color:black;"><div id='sam'></div></div>
<script type='text/javascript'>
// this line hides visibility of keyword stuffed text
document.getElementById('sam... |
|
test |
28 lines
of
HTML
|
1.12 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div id='sam' class="sam" style="color:black;"><div id='sam'></div></div>
<script type='text/javascript'>
document.getElementById('sam... |
|
new_test |
4 lines
of
Ruby
|
56 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
def(test)
puts "Hello, world!"
end |
|
Ruby on Rails |
9 lines
of
HTML
|
225 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
def show
@post = Post.find_by_id(params[:id])
end
<%= stylesheet_link_tag 'blog', 'coderay' %>
<%= title @article.title %>
<p class="author">from <%= @article.author %></p>
<%= co... |
|
test |
1 line
of
Ruby
|
479 Bytes |
Show |
Edit |
Expand |
1 |
{:schedule=>[{:route=>"Новый Уренгой", :status=>"Прилетел", :flight_number=>"813", :plane=>"ТУ-134", :comment=>"", :aircarrier=>"ЮК", :schedule_time=>Thu Jun 30 13:44:38 0600 2011, :actual_time=>Th... |
|