Changes between Version 17 and Version 18 of u/bliu/Scripts


Ignore:
Timestamp:
11/05/18 11:30:11 (6 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/Scripts

    v17 v18  
    1919|| generate random number of files(empty) of different type with random fileNames || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/generateFiles.sh random Files] || for Bash class Aug 2016 ||
    2020|| Fortran codes that read in binary files created by C++ program || [http://www.pas.rochester.edu/~bliu/Scripts/Fortran/readBinary.txt scheme];[http://www.pas.rochester.edu/~bliu/Scripts/Fortran/readFile.f F77 code];[http://www.pas.rochester.edu/~bliu/Scripts/Fortran/readFile.f95 F95 code]; [http://www.pas.rochester.edu/~bliu/Scripts/Fortran/P0.700000id1.d1 sample binary file]; [http://www.pas.rochester.edu/~bliu/Scripts/Fortran/P0.700000id1.txt1 sample text/result file]; || For Steve Teitel, 7.14.2016 ||
    21 || random number generator lottery || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerBall.sh power ball V1]; [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerball.sh power ball V2]; [http://www.pas.rochester.edu/~bliu/Scripts/Bash/megaball.sh Mega Millions]; || ||
     21|| random number generator lottery || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerBall.sh power ball V1]; [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerball.sh power ball with bubble sorting]; || ||
    2222|| Find all xml files in source and run saxon to transform and save the object files to output files with same directory structures || [http://www.pas.rochester.edu/~bliu/Scripts/xml_script/xml_script.sh XML transform script];[http://www.pas.rochester.edu/~bliu/Scripts/xml_script/xml_script_tests.tar.gz testing cases] || The java files folder and stylesheets folder are all located under the same folder as the script ||
    2323|| Get Max and Min of one column of all ASCII data files using gnuplot || [http://www.pas.rochester.edu/~bliu/Scripts/plot/testAscii.sh shell script];[http://www.pas.rochester.edu/~bliu/Scripts/plot/gnuTest.inc gnuplot script] || data files example Rho000.data and Vy000.data. All located under test/ ||