Changes between Version 8 and Version 9 of u/bliu/Scripts


Ignore:
Timestamp:
07/31/16 20:14:31 (9 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/Scripts

    v8 v9  
    1010
    1111== 2. Collects for useful shell, gnuplot and python scripts & codes ==
     12|| 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 ||
    1213|| 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 ||
    1314|| random number generator powerball || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerBall.sh bash script] || ||