Welcome! This page is using CodeRay 1.1.2.
We currently have
3067 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| WebAppInitializer |
28 lines
of
HTML
|
1.14 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<form th:action="@{/posts}" th:object="${Post}"
action="/posts" th:method="POST" class="m-3">
<fieldset>
<div class="row ">
<div class="input-gro... |
|
| testDF |
9 lines
of
Java
|
483 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
private Component produceJmsComponent(String nbConsumers, Connecti... |
|
| JS greeting |
1 line
of
JavaScript
|
31 Bytes |
Show |
Edit |
Expand |
1 |
var greeting = "Good morning!"; |
|
| 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... |
|