Help for this page

Select Code to Download


  1. or download this
    create table speedtest (
            id integer,
    ...
            curr2 varchar2(6),
            price2 number
    );
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    exit 0;
    
    __END__
    
  3. or download this
    //
    // g++ -std=c++11 -Wall -g speedtest.cpp -I/usr/local/include
    ...
    
        return 0;
    }