Changes between Version 15 and Version 16 of u/bliu/Scripts
- Timestamp:
- 10/31/18 12:40:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu/Scripts
v15 v16 19 19 || 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 || 20 20 || 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 powerball || [http://www.pas.rochester.edu/~bliu/Scripts/Bash/powerBall.sh bash script]|| ||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];|| || 22 22 || 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 || 23 23 || 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/ ||