One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| import logging | |
| import os | |
| from typing import List | |
| import gpxpy | |
| # Use | |
| # Put the GPX files you want to parse in a folder 'gpx_files' next to this file | |
| # Execute the file in a terminal: 'python3 parse_gpx.py' | |
| # The output GPX files will be in a folder called 'parsed_files' | 
| #!/bin/bash | |
| # install curl | |
| sudo apt-get install curl -y | |
| # install nodejs using snap | |
| sudo snap install node --classic | |
This script was made by Steven Checo
sp_configure 'show advanced options', 1;   
GO   
RECONFIGURE; 
| #!/bin/sh | |
| # @Author: ps158 | |
| # @Date: 2017-04-24T13:08:28+10:00 | |
| # @Last modified by: ps158 | |
| # @Last modified time: 2017-04-24T13:41:13+10:00 | |
| mkdir $1 | |
| git init | |
| cd $1 | 
| # | |
| # My Fancy Node.js project | |
| # | |
| PROJECT = "My Fancy Node.js project" | |
| all: install test server | |
| debug: ;@echo "Debugging ${PROJECT}.....http://0.0.0.0:8080/debug?port=5858 to start debugging"; \ | 
| #!/bin/bash | |
| # set values for certificate DNs | |
| # note: CN is set to different values in the sections below | |
| ORG="000_Test_Certificates" | |
| # set values that the commands will share | |
| VALID_DAYS=360 | |
| CA_KEY=ca.key | |
| CA_CERT=ca.crt |