Changes between Version 42 and Version 43 of u/bliu
- Timestamp:
- 03/26/15 13:30:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/bliu
v42 v43 42 42 = 3. Scripts = 43 43 Collects for useful shell, gnuplot and python scripts & codes 44 || 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 || 44 45 || 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/ || 45 46 || Python function with multiple returns || [http://www.pas.rochester.edu/~bliu/Scripts/Python/multiReturns.py multiple return function] || test. one return is a list ||