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.
sql |
9 lines
of
SQL
by
foo
|
328 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
SELECT wpdat.workpoolid,
max(wpdat.open) AS open_high,
min(wpdat.open) AS open_low,
max(wpdat.resubmissions) AS resubmissions_high,
min(wpdat.resubmissions) AS resubmissions_low... |
|
mytest |
4 lines
of
C++
|
35 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
namespace State.City
{
...
} |
|
YAML |
4 lines
of
YAML
by
sss
|
132 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
tables:
example:
fields:
id: {type: int, length: 10, unsigned: 1, auto_increment: 1, notnull: 1, am: {type: integer}} |
|
java |
17 lines
of
Java
|
404 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
public class MyClass{
public MyClass(){
}
public void doSomething(){
int someVariable =... |
|
PHP Test |
10 lines
of
PHP
|
259 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
$panel = new ExtPanel(array(
'title' => 'My Panel',
'collapsible' => true,
'renderTo' => 'panel-basic',
'width' => 400,
'html' => '@Ext... |
|
Coldfusion Test |
0 lines
of
XML
|
0 Bytes |
Show |
Edit |
Expand |
|
xml |
3 lines
of
XML
|
36 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<foo aaa="bbb ccc">
<bar />
</foo> |
|
xml |
3 lines
of
XML
|
36 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<foo aaa="bbb ccc">
<bar />
</foo> |
|
Java test |
3 lines
of
JavaScript
by
Maciej
|
37 Bytes |
Show |
Edit |
Expand |
1
2
3 |
public String test;
function krowa |
|
asd |
42 lines
of
Python
|
1.6 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
""" Обертка Ð´Ð»Ñ ÐºÐ»Ð°ÑÑа MySQLdb.connection.
Служит Ð´Ð»Ñ ÑƒÐ¿Ñ€Ð¾Ñ‰ÐµÐ½Ð¸Ñ Ñ€ÑƒÑ‚Ð¸Ð½Ð½Ñ‹Ñ… операций Ñ Ð±Ð°Ð·Ð¾Ð¹
"""
from MySQL... |
|