Skip to content

Instantly share code, notes, and snippets.

@Realio
Realio / PostProcessor.py
Created December 4, 2015 19:13
Creates a file called OP.csv with one line in it - Cycle Push Load Pull Load Push Average Pull Average
#!/usr/bin/env python
import os
import csv
#source_dir = "\\\gameshare2\IEB\Reliability\BRB-2015\\98-Non-FTE\\01-DataAndTestResults\\11-Headband\Data_Processor"
source_dir = "C:\cygwin64\home\Test Data"
#change source directory for testing
input_file_path = source_dir + "\IP.csv"
#can this be any .csv files?
import React from 'react'
import {Text, TouchableOpacity, View} from 'react-native'
import RunPicker from './RunPicker'
import {bindActionCreators} from 'redux';
import * as appActions from '../actions/appActions';
import { connect } from 'react-redux';
const CounterReset = (props) => {
const {counter, dispatch} = props;