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.
teste |
58 lines
of
Ruby
|
1.19 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
DO FLAPINDEX=1,NUMFLAPS
CALL SetFlaps(FLAPINDEX, FLAP)
DO CONFIGINDEX=1,NUMCONFIG
CALL GetAttcs(CONFIGINDEX,ATTCSFLAG)
DO ATTCSINDEX = ATTCSFLAG,1
CALL SetAttcs(ATTCSI... |
|
teste |
28 lines
of
Groovy (beta)
|
263 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 |
PROGRAM GERADORDB
INCLUDE 'SCAPCOMM.FOR'
INCLUDE 'LoopCommons.for'
LOGICAL ERRO
SKIPFL = 1
CALL CarregaInput(ERRO)
CALL GeraTabela(ERRO)
9000 WRIT... |
|
JSON-Test |
53 lines
of
JSON
|
528 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 |
[
{
"code": "tacc_rtd_proxy"
},
{
"code": "pbxacd"
},
{
"code": "tomcat"
},
{
"code": "tacc_ccbs"
},
{
"code": "pbxcdr"
},
{
"code": "tacc_tsp"
},
{
"code": "tacc_rtdges"
},
{... |
|
testing this |
83 lines
of
Ruby
by
foobar
|
2.66 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
ProductsHelper.module_eval do
require 'json'
def custom_html_opti... |
|
dwm.c |
2018 lines
of
C
by
Anonymous
|
51.1 KB |
Show |
Edit |
Expand |
|
Booya |
10 lines
of
diff
|
127 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
<meta charset="utf-8">
<title>Booya</title>
|
|
This |
4 lines
of
HTML
|
234 Bytes |
Show |
Edit |
Expand |
1
2 |
<pre><code class="ruby">
Place you code here.laksdmaksljdaskldjalsd jaslkdj aslkdjaslkdjaklsdjaslkdj askldj aksldjasldjaskdjalsdjaslkdjkasjdlaksjd lka sjdalskjdklasjdaksldjalskdj alskdjalsdjalsk... |
|
sql |
2 lines
of
Python
|
24 Bytes |
Show |
Edit |
Expand |
1
2 |
SELECT *
FROM tablename |
|
sdfds |
15 lines
of
SQL
|
502 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
SELECT DISTINCT(lower(per.name)) AS name
FROM personnel_functional_group pfg,
personnel per,
functional_group fg
WHERE per.ID_NUMBER=pfg.PERSONNEL_ID
AND fg.id_number = pfg.func_group_id... |
|
haml test |
2 lines
of
HAML
by
RT
|
18 Bytes |
Show |
Edit |
Expand |
|