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.
clojure |
21 lines
of
Clojure
by
test
|
883 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
(defn run [nvecs nitems nthreads niters]
"ffffffffffffffffff"
(let [vec-refs (vec (map (comp ref vec)
(partition nitems (range (* nvecs nitems)))))
swap #... |
|
Test |
18 lines
of
XML
|
745 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getPaymentsIn xmlns:ns2="http://ideabank.pl/ib/core/payment/ws/... |
|
Mydiff |
26 lines
of
diff
by
Diff
|
637 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
@@ -38,12 +38,19 @@ destination: public
plugins: plugins
code_dir: downloads/code
category_dir: blog/categories
-markdown: rdiscount
-rdiscount:
- extensions:
- - autolink
- - foo... |
|
asd |
1 line
of
Java
|
357 Bytes |
Show |
Edit |
Expand |
1 |
cloudinary.url().type("url2png").transformation(new Transformation().crop("fill").width(400).height(400).gravity("north").radius(50).border("2px_solid_rgb:999").fetchFormat("jpg").chain().effect("s... |
|
ruby |
21 lines
of
Ruby
by
Me
|
283 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
class SnippetsController < ApplicationController
before_action :authenticate_user!, except: :index
def index
@snippets = Snippet.all.limit(10)
end
def show
@snippet = Sn... |
|
test.c |
9 lines
of
C
|
342 Bytes |
Show |
Edit |
Expand |
|
test .c file |
9 lines
of
C
|
342 Bytes |
Show |
Edit |
Expand |
|
Incomplete |
1 line
of
Ruby
|
12 Bytes |
Show |
Edit |
Expand |
|
json test |
38 lines
of
JSON
by
fmosdo
|
630 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
[{"id": "530670ca74756c10e6160000",
"nome": "Séries",
"tipo": "CardPrograma",
"linhas": 1,
"posicao": 1,
"tipo_item": "programa",
"itens": [
{
"id": 78... |
|
agent fixtures |
9 lines
of
YAML
|
158 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
bond:
first_name: James
last_name: Bond
email: jamesbond007@mi6.gov.uk
bourne:
first_name: Jason
last_name: Bourne
email: jbourne@cia.gov |
|