Welcome! This page is using CodeRay 1.1.2.
We currently have
3063 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
curl |
2 lines
of
Python
|
60 Bytes |
Show |
Edit |
Expand |
1
2 |
$ curl http://www.something.com/ \
-u asdfaksd=asdfasdf \ |
|
test |
4 lines
of
C
|
69 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
</rss> |
|
first |
5 lines
of
XML
by
gem
|
53 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<asdf>
<sf>
asdfasdfasdf
</sf>
</asdf>
|
|
gffgfg |
5 lines
of
C
|
50 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<pre>
<code>
printf("hello");
</code>
</pre> |
|
sql |
6 lines
of
SQL
by
tester
|
146 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
select aaa, bbb,
from my_table
where column1='fdfdfd' and column2 like 'dfsds%'
group by column3
having sum(column4) > 34
order by aaa desc
|
|
asd |
1 line
of
Plain text
by
xc
|
584 Bytes |
Show |
Edit |
Expand |
1 |
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0. at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\... |
|
as |
1 line
of
C
by
as
|
584 Bytes |
Show |
Edit |
Expand |
1 |
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0. at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\... |
|
C lang |
44 lines
of
C
|
1.57 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
for(int ip = 0; ip < 4; ++ip) {
for(int i = 0; i < 2*3*4*XYZTnodeSi... |
|
sdfsdf |
1 line
of
Ruby
|
108 Bytes |
Show |
Edit |
Expand |
1 |
{"name"=>"Rafael Sagula", "action"=>"capture", "user_id"=>"1", "phone"=>"3320780", "controller"=>"catches"} |
|
sms send |
50 lines
of
PHP
|
2.11 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
protected function sms() {
require_once dirname(__FILE__) . '/sms_functions.php';
$shortCodes = array(
'0' => '90429',
'0.5' => '90432',
'1' => '90426',
'1.5' => '90427',
... |
|