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.

Page 268, 10 entries

Testing 4 lines of Java 112 Bytes Show Edit Expand
1
2
3
4
private long creation = 0;
  private long starting = 0;
  private long writing = 0;
  private long complete = 0;
Groovy 14 lines of Groovy (beta) by PN 528 Bytes Show Edit Expand
1
2
3
4
5
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context );
//log.info( groovyUtils.projectPath );

// get request property
def requestHolder = groovyUtils.getXmlHolder( "Plan#Requ...
xdfgsgf 1 line of Groovy (beta) 18 Bytes Show Edit Expand
1
Test 1271772823923
test 3 lines of PHP 33 Bytes Show Edit Expand
1
2
3
<?php
print("Hello World!");
?>
dieinafire 5 lines of Ruby by dieinafire 71 Bytes Show Edit Expand
1
2
3
4
5
def die how_to_die
  "You died #{how_to_die}."
end

die "in a fire"
SQL Test 5 lines of SQL 378 Bytes Show Edit Expand
1
SELECT `nick_name` , `email` , `first_name` , `last_name` , `gender` , `birthday` , `phone_number` , `adress` , `postal_code` , `created_on` , `updated_on` , `last_connected_on` , `previous_connect...
dd 1 line of C 24 Bytes Show Edit Expand
1
SELECT * FROM tblPartner
dir 5 lines of Ruby by christianrojas 199 Bytes Show Edit Expand
1
2
3
4
5
def lista_directorios
        dir = Directorio.new
        # Retorna solo los directorios encontrados recursivamente en la ruta inicial.
        return dir.lista_directorios(RUTA_INICIAL)
    end
test 3 lines of Python 95 Bytes Show Edit Expand
1
2
3
def cicciobello:
  succo = Lista.Suprema.Funzione('Spremiagrumi')
  print "magia %s", succo
test 2 lines of Python 36 Bytes Show Edit Expand
1
2
def ciccio
  asd.plist('Asdrubale')

Page 268, 10 entries