Coder Social home page Coder Social logo

actiontree's Introduction

sepans.com

rides

move gpx files:

gpxList=("10468818789.gpx" "10463343094.gpx" "10455837852.gpx" "10455833864.gpx" "10442510955.gpx" "10435271081.gpx" "10749462123.gpx" "10749460636.gpx" "10673195409.gpx" "10673200921.gpx" "10673207458.gpx" "10652883886.gpx" "10652888769.gpx" "10652893559.gpx" "10633105443.gpx" "10633107223.gpx" "10633103916.gpx" "10633104460.gpx" "10611581605.gpx" "10600243479.gpx" "10593726609.gpx" "10590745494.gpx" "10578378785.gpx" "10565844980.gpx" "10558708805.gpx" "10558712759.gpx" "10545916073.gpx" "10536927228.gpx" "10536860371.gpx" "10536929056.gpx" "10536922631.gpx" "10509035827.gpx" "10500516348.gpx" "10494805126.gpx" "10486285179.gpx" "10476253471.gpx" "10749432254.gpx" "10029026197.gpx" "10749432794.gpx" "10749434103.gpx" "10749464116.gpx" "10749463381.gpx" "10749462793.gpx" "10428529750.gpx" "10426929942.gpx" "10426928518.gpx")

for name in ${gpxList[@]}; do cp ~/Downloads/export_14784454\ \(1\)/activities/$name ./static/data/$name ; done

for i in *.gpx; do mv "$i" "${i}.bck"; done
reverse
for i in *.gpx.bck; do mv "$i" "${i/.bck/}"; done

actiontree's People

Contributors

sepans avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.