Welcome! This page is using CodeRay 1.1.2.

We currently have 3042 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 36, 10 entries

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
1
2
3
4
5
6
7
8
9
10
11
12
0a1,6
> This is an important
> notice! It should
> therefore be located at
> the beginning of this
> document!
>
8,14c14
< compress the size of the
< changes.
<
< This paragraph contains...
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'
## Parameters
P = 115792089237316195423570985008687907853269984665640564039457584007913129639747
N = 100
K = 25
L = 38 # The number of liars

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:/(?:)/,
    //something
    t:{},
    u:window,
    v:Object,
    prototype:null
  };
})({})
java 2 lines of Java 16 Bytes Show Edit Expand
1
2
void test (){
}

Page 36, 10 entries