Welcome! This page is using CodeRay 1.1.2.

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

Page 266, 10 entries

vvv 3 lines of Ruby 121 Bytes Show Edit Expand
1
2
3
 f = File.new("testfile")
   f.sysseek(-13, IO::SEEK_END)   #=> 53
   f.sysread(10)                  #=> "And so on."
s 7 lines of Ruby 770 Bytes Show Edit Expand
1
2
File Edit Options Buffers Tools Lisp-Interaction Help                                                                                                                                        
;; Thi...
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

Page 266, 10 entries