Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
test |
8 lines
of
Ruby
|
177 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
def index
@items = current_user.items.roots
respond_to do |format|
format.html
format.xml { render :xml => @items }
end
end |
|
xcvxc |
1 line
of
HTML
|
45 Bytes |
Show |
Edit |
Expand |
1 |
<div>this is a test<a href="/">here</a></div> |
|
test |
8 lines
of
diff
|
319 Bytes |
Show |
Edit |
Expand |
|
SQL test |
1 line
of
SQL
|
104 Bytes |
Show |
Edit |
Expand |
1 |
select * from infochimps.influence where screen_name='notrees' and apikey='yqldemoUNViJbe5r1S0uiVvjq69'; |
|
IDL |
61 lines
of
C++
by
g cianci
|
1.42 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
PRO plotc, x0, y0, ctable = ctable, every = every, buffer = buffer, $
overplot = overplot, _extra = eee
compile_opt idl2
IF ~keyword_set(ctable) THEN ctable = 33
IF keyword... |
|
Speect C API |
135 lines
of
C
by
jal
|
3.18 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
int main()
{
s_erc error = S_SUCCESS;
SUtterance *utt;
SRelation *rel;
SItem *item;
SItem *item_daughter;
error = speect_init(NULL);
if (error !... |
|
你的你啊 |
3 lines
of
Java
by
xo
|
143 Bytes |
Show |
Edit |
Expand |
1
2
3 |
platform=/Developer/Platforms/iPhoneOS.platform
allocate=${platform}/Developer/usr/bin/codesign_allocate
export CODESIGN_ALLOCATE=${allocate} |
|
Test |
15 lines
of
PHP
by
joseph
|
109 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
class Test
{
public function something()
{
$testvar = "some string"
return $testvar;
}
} |
|
ohmygod |
4 lines
of
Ruby
|
36 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
.lolwut
= rofl
%span
jizz |
|
test |
32 lines
of
C++
by
bla
|
709 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
HRESULT DlgWizard::showup( byte index)
{
HRESULT _hr= E_FAIL;
BSTR bstrDeviceID;
_hr= m_pDevMgr->dosomething( index, &bstrDeviceID);
if (SUCCEEDED( _hr))
{
_hr= m_pDevMgr->jump( bst... |
|