Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
sada |
18 lines
of
JavaScript
|
355 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
function change_quantity(item_id, submit_id, op='+')
{
var d=document;
var item=d.getElementById(item_id);
var v = parseInt(item.value);
v = isNaN(v) ? 0 : v;
if (op == '+... |
|
sssss |
56 lines
of
CSS
by
teste
|
1.6 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
[NonPersistent]
public class UcTesteTarefa : CasoDeUsoComTarefaDeAprovacaoBase
{
public const string NOME_DO_CASO_DE_USO = "Teste Caso de Uso Aprovação";
public UcTesteT... |
|
2312 |
13 lines
of
C++
|
224 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
int power = 90;
for (int i = 20; i < power;i++){
motorSpeed(4,i);
goFor(0.01);
}
celerate(4,power,70,10);
goToAbsolutePosition(-450);
brake(4);
goFor(0.1);
reverse(4);
motorSpeed(4,10... |
|
dd |
1 line
of
YAML
|
1.03 KB |
Show |
Edit |
Expand |
1 |
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjEifQ.eyJqdGkiOiJkNzNlYzBmYy1lZTU2LTQwZDktYjVhYS1iZDE3NDZlMmJhM2MiLCJpc3MiOiJ1cm46c3lzOmtrc3piOmZueSIsInN1YiI6InVybjpwaWQ6a2tzemI6cGVlcjEiLCJ0eXBlIjoidX... |
|
abc |
17 lines
of
XML
|
367 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
<datasources>
<mappings>
<mapping key="utente1" cfg="cfgA"/>
<mapping key="banca1" cfg="cfgA"/>
</mappings>
<configurations>
<configuration id="cfgA">
<db>
<property name="param1" value="va... |
|
diff test |
26 lines
of
diff
by
rg
|
449 Bytes |
Show |
Edit |
Expand |
|
server.rb |
48 lines
of
Ruby
by
lamchcl
|
1.07 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
#!/usr/bin/env ruby
require 'securerandom'
P = 115792089237316195423570985008687907853269984665640564039457584007913129639747
N = 100
K = 25
L = 38
def ... |
|
sampleJSCode |
13 lines
of
JavaScript
by
unknown
|
166 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
(function(h){
return h={
p:'',
q:0,
r:[],
s:/(?:)/,
t:{},
u:window,
v:Object,
prototype:null
};
})({}) |
|
java |
2 lines
of
Java
|
16 Bytes |
Show |
Edit |
Expand |
|
XML |
12 lines
of
XML
|
414 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<verzeichnis>
<titel>Wikipedia Städteverzeichnis</titel>
<eintrag>
<stichwort>Genf</stichwort>
<eintragste... |
|