Skip to content

EricDHS/stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock

grep "DTD HTML 4.01" history_data/* | awk -F':' '{print $1}' | xargs rm -f while read line ; do head -6 history_data/$line | tail -5 > recent_data/$line; done < history_data/code while read line ; do awk -F',' 'BEGIN{max=0;}{if ($4<min){min=$4;}if ($3>max){max=$3;}}END{print max, min;}' recent_data/$line >> recent_data/$line; done < history_data/code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published