Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
h |
4 lines
of
Python
by
h
|
153 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
from boto.mturk.connection import MTurkConnection
mtc = MTurkConnection(aws_access_key_id=ACCESS_ID,
aws_secret_access_key=SECRET_KEY, host=HOST) |
|
json test |
1 line
of
JSON
|
18 Bytes |
Show |
Edit |
Expand |
|
Test |
1 line
of
SQL
|
68 Bytes |
Show |
Edit |
Expand |
1 |
alter table something add column blah tinyint(1) not null default 0; |
|
test |
1 line
of
Python
|
109 Bytes |
Show |
Edit |
Expand |
1 |
./swaks -s localhost -tls -p 587 -ehlo miki -au miki@sample.sk -ap miki -t lopo@sample.sk -f miki@sample.sk
|
|
CoffeeScript test |
2 lines
of
JavaScript
by
kikan
|
43 Bytes |
Show |
Edit |
Expand |
1
2 |
$.get "url", (data) ->
console.log data |
|
break for test in cycles |
1 line
of
Ruby
by
Zhitko
|
85 Bytes |
Show |
Edit |
Expand |
1 |
break if not ( ((@_y||=0) && (@_y+=1) && (@_y==1)) || @_y<=3 || ((@_y=0)&&(@_y!=0)) ) |
|
test |
1 line
of
Plain text
by
tes
|
4 Bytes |
Show |
Edit |
Expand |
|
worker |
17 lines
of
Ruby
by
mp
|
450 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
require 'fiber'
my_fiber = Fiber.new do
puts 'fiber> started'
Fiber.yield |
|
20 lines of Erb |
19 lines
of
ERb
by
Garrett
|
743 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<div class="box">
<div class="alignLeft">
<a href="<%= list.identifier %>" class="heading"><%= list.title %></a>
<ul>
<li class="first"><a href="<%= items.first.identifier %>"><%=... |
|
clojure example |
1 line
of
Clojure
|
9 Bytes |
Show |
Edit |
Expand |
|