Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
aa |
1 line
of
PHP
|
65 Bytes |
Show |
Edit |
Expand |
1 |
{ "asd": string, "n":integer, "x": base64encoded, "t": [1 2 3 4]} |
|
Command Line test |
11 lines
of
Ruby
by
dkleine
|
372 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
dcImportXls=3;
dcImportCsv=1;
|
|
Python |
3 lines
of
Python
|
86 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def copyerror():
print (" Computer may be down - " + servername)
print (" ") |
|
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 ... |
|