RustBioGPT / README.md
jelber2's picture
Update README.md
8e57d32
|
raw
history blame
624 Bytes
metadata
license: mit

git clone https://github.com/natir/br.git git clone https://github.com/natir/pcon git clone https://github.com/natir/yacrd git clone https://github.com/natir/rasusa git clone https://github.com/natir/fpa git clone https://github.com/natir/kmrf

rm -f RustBioGPT-train.txt && for i in find . -name "*.rs";do paste -d "," <(echo $i|perl -pe "s/./(\w+)/.+/"\1"/g") <(echo $i|perl -pe "s/(.+)/"\1"/g") <(perl -pe "s/\n/\\n/g" $i|perl -pe s"/"/'/g" |perl -pe "s/(.+)/"\1"/g") <(echo "mit"|perl -pe "s/(.+)/"\1"/g") |sed '1i "repo_name","path","code","license"' >> RustBioGPT-train.csv; done