Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| scheme transpose matrix |
4 lines
of
Plain text
by
ãƒãƒ«ãƒŽ
|
74 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
(define (trans x)
(apply map list x))
*no scheme support for meh* :( |
|
| Create a Queue |
71 lines
of
SQL
by
AETech
|
2.49 KB |
Show |
Edit |
Expand |
|
|
| scss test |
3 lines
of
CSS
by
AA
|
99 Bytes |
Show |
Edit |
Expand |
1
2
3 |
h1 {
background: url('/images/rgbapng/000000bf.png?1282127952');
background: rgba(0, 0, 0, 0.75); |
|
| test |
37 lines
of
XML
|
1.04 KB |
Show |
Edit |
Expand |
1
2
3 |
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org... |
|
| RegistryTest |
3 lines
of
CSS
by
Andy
|
52 Bytes |
Show |
Edit |
Expand |
1
2
3 |
[HKLM\abc]
foo=dword:0 ;bar
;line2 |
|
| ruby |
11 lines
of
Ruby
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
require 'httparty'
class Facebook
include HTTParty
base_uri 'https://graph.facebook.com/'
format :json
def self.object(id)
get "/#{id}"
... |
|
| HTTParty |
11 lines
of
Ruby
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
require 'httparty'
class Facebook
include HTTParty
base_uri 'https://graph.facebook.com/'
format :json
def self.object(id)
get "/#{id}"
... |
|
| HTTParty |
11 lines
of
Ruby
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
require 'httparty'
class Facebook
include HTTParty
base_uri 'https://graph.facebook.com/'
format :json
def self.object(id)
get "/#{id}"
... |
|
| test |
2 lines
of
Ruby
|
12 Bytes |
Show |
Edit |
Expand |
|
|
| aa |
7 lines
of
PHP
by
aa
|
33 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<?
if (isset($a)) {
}
?> |
|