This is a from a file from Strava generated on an iPhone.
Is there a way to convert it to gpx?
I put in the beginning of the file when heart rate, hr, was 60, then later one once I was moving, and the end of the file. Obviously hr is sprinkled in from time to time. Often very close to every second, but then it drifts. The file just ends as shown here. paus is presumably pause which the program requires before stopping. I imagine if you paused and restarted it would have another strt.
I’m not yet requesting that this be added to GPSBabel, but Strava is popular. But don’t know how many people are digging out this file and want to work with it.
I would like to load it into Ascent, a good, but long unsupported program. Ascent handles gpx, but don’t know what it expects for heart rate.
strt: t:442274070.571564
hr: v:60.000000; t:1420581270.674859;
wp: lat:33.823775; long:-118.368278; hacc:1414.000000; vacc:10.000000; alt:46.013519; speed:-1.000000; course:-1.000000; t:1420581270.911244; dt:1420581270.916915, dist:0.000000
wp: lat:33.824481; long:-118.367274; hacc:1414.000000; vacc:10.000000; alt:46.013519; speed:-1.000000; course:-1.000000; t:1420581270.966093; dt:1420581270.971293, dist:0.000000
wp: lat:33.824835; long:-118.366772; hacc:1414.000000; vacc:10.000000; alt:46.013519; speed:-1.000000; course:-1.000000; t:1420581270.974278; dt:1420581270.980752, dist:0.000000
wp: lat:33.825011; long:-118.366521; hacc:1414.000000; vacc:10.000000; alt:46.013519; speed:-1.000000; course:-1.000000; t:1420581270.980927; dt:1420581270.986745, dist:0.000000
hr: v:60.000000; t:1420581271.674313;
wp: lat:33.812261; long:-118.383594; hacc:50.000000; vacc:96.000000; alt:56.578022; speed:0.000000; course:-1.000000; t:1420581272.162422; dt:1420581272.183868, dist:0.000000
…
hr: v:110.000000; t:1420581503.774007;
wp: lat:33.809755; long:-118.384701; hacc:5.000000; vacc:4.000000; alt:62.196552; speed:1.670000; course:165.937500; t:1420581504.230349; dt:1420581504.245299, dist:363.185229
hr: v:110.000000; t:1420581504.774005;
wp: lat:33.809738; long:-118.384692; hacc:5.000000; vacc:4.000000; alt:62.610554; speed:2.170000; course:161.718750; t:1420581505.294441; dt:1420581505.306045, dist:366.836077
hr: v:110.000000; t:1420581505.773943;
wp: lat:33.809721; long:-118.384684; hacc:5.000000; vacc:4.000000; alt:64.164448; speed:1.970000; course:161.718750; t:1420581506.280267; dt:1420581506.303622, dist:366.836077
hr: v:110.000000; t:1420581506.773943;
wp: lat:33.809707; long:-118.384677; hacc:5.000000; vacc:4.000000; alt:63.869831; speed:1.850000; course:159.960938; t:1420581507.223398; dt:1420581507.237045, dist:370.564706
hr: v:110.000000; t:1420581507.774318;
wp: lat:33.809692; long:-118.384670; hacc:5.000000; vacc:4.000000; alt:63.272663; speed:1.910000; course:159.960938; t:1420581508.217323; dt:1420581508.229643, dist:370.564706
hr: v:110.000000; t:1420581508.774003;
wp: lat:33.809677; long:-118.384664; hacc:5.000000; vacc:4.000000; alt:63.689411; speed:1.770000; course:164.531250; t:1420581509.230239; dt:1420581509.242228, dist:374.098707
…..
wp: lat:33.812128; long:-118.383533; hacc:5.000000; vacc:4.000000; alt:55.949909; speed:0.000000; course:351.210938; t:1420584602.268403; dt:1420584602.334073, dist:11365.188420
wp: lat:33.812123; long:-118.383530; hacc:5.000000; vacc:4.000000; alt:55.499897; speed:0.190000; course:351.210938; t:1420584603.257177; dt:1420584603.260663, dist:11365.188420
wp: lat:33.812121; long:-118.383529; hacc:5.000000; vacc:4.000000; alt:55.349751; speed:0.190000; course:351.210938; t:1420584604.268731; dt:1420584604.274758, dist:11365.188420
wp: lat:33.812121; long:-118.383529; hacc:5.000000; vacc:4.000000; alt:54.506855; speed:0.000000; course:351.210938; t:1420584605.225173; dt:1420584605.229791, dist:11365.188420
wp: lat:33.812121; long:-118.383529; hacc:5.000000; vacc:4.000000; alt:54.519428; speed:0.000000; course:351.210938; t:1420584606.223511; dt:1420584606.228382, dist:11365.188420
wp: lat:33.812121; long:-118.383529; hacc:5.000000; vacc:4.000000; alt:54.269184; speed:0.000000; course:351.210938; t:1420584607.233396; dt:1420584607.237641, dist:11365.188420
wp: lat:33.812121; long:-118.383529; hacc:5.000000; vacc:4.000000; alt:54.149799; speed:0.000000; course:351.210938; t:1420584608.406772; dt:1420584608.410853, dist:11365.188420
paus: type:0 t:442277409.220280
Greg
Dear Allan Odgaard, dear list!
I'm coming here with perhaps a strange request: I'm trying to sidestep one
"feature" of NSTextView and the only application which seems to implement
similar behavior is TextMate so I was hoping you would be so kind to share
the trick.
The thing is, when a window with NSTextView contains lots of text and the
users scrolls to, say, 1/4 of text's height, places the text cursor
somewhere, say, at the top of the window and then resizes the window, the
textview does scroll so that the cursor appears the middle of the textview.
In other words, by default, the window resize triggers NSTextView scroll
which puts the cursor in the middle of the view. Which is what I'm trying
to avoid, i.e. I want the cursor to stay where it was (if possible due to
reflow).
I tried to ask at cocoadev [1] and StackOverflow [2] but got no answer so
far. I tried Dux and Fragaria editors but they seem to auto-scroll as well.
The only editor which I can resize the window of and which keeps the cursor
at the same position is TextMate. I tried to search through its source code
but I could not find the piece of code responsible for it.
Please, could you, or someone else, help me out with this? What did you do
to avoid the default behavior?
Thanks a lot in advance!
Regards,
Ecir Hana
[1] http://lists.apple.com/archives/cocoa-dev/2014/Dec/msg00210.html
[2] http://stackoverflow.com/questions/27651948/nstextview-auto-scroll
I'm running TextMate version 2.0-beta.6 on OSX 10.9.5. Skim is my
preferred viewer but every time I render a latex file I get not only the
normal operation of Skim either opening or refreshing but also TeXShop
opens and displays a blank new file. I'm not sure why this happens, Skim
is the default in my preferences and I tried editing the default viewer in
latex_watch.pl but the behavior continues. One workaround that does stop
this from happening is to just delete the TeXShop commands from
refresh_viewer.scpt. Unfortunately this is only a temporary fix, that
script keeps reverting to it's original version and then the behavior
resumes. Maybe textmate keeps updating the latex bundle after I change
it? I'm not sure.
Does anyone know what the issue is here? Or can anyone suggest a more
permanent workaround?
-Jim
Hi!
Q1: I recently updated to TM2alpha, and I'm quite fond of it! I mostly use
TM as my LaTeX editor. However, when I compile documents the log window
doesn't close when the PDF is viewed in Skim. I have made sure the "Keep log
window open" option is not checked. Actually I would like the window to show
only at errors
Q2: I would prefer to be able to chose the log window layout to be more
minimalistic, kind of terminal-like, as I find the default layout to be
unnecessary graphical and heavy. I've tried to google about a bit, but can't
seem to find if changing it is possible or not.
--
Holene
--
View this message in context: http://textmate.1073791.n5.nabble.com/Compiling-LaTeX-log-window-tp25794.ht…
Sent from the textmate users mailing list archive at Nabble.com.
Hi James
I'm not familiar with shell scripts. Where can I find some guidance on how to create and execute a shell script?
Ross Ahmed
Ecologist
--
07875533906
Twitter: @RossAhmed
LinkedIn: Ross Ahmed
The R bundle includes the following command:
R > Execute Selection/Document In R and > Show Result as Tooltip
How can I get this command to work in .Rnw files?
The tooltips disappear after a few seconds—is there anyway of showing/hiding the tooltips with a keyboard shortcut?
Ross Ahmed
twitter.com/RossAhmed
Hi
I haven't received email replies to my posts to the list for a while. Furthermore, I haven't received the password reminder email I've just requested. I've checked my junk folder and the emails are not in there.
How can I fix this?
Ross Ahmed
twitter.com/RossAhmed
I seem to have inconsistency in being able to open files in tabs.
Right now, even with a new tab, when I open a file, it opens in a
completely new window.
How do I open files in tabs?
Thanks.
> textmate-request(a)lists.macromates.com
> <mailto:textmate-request@lists.macromates.com>
> December 16, 2014 at 4:00 AM
> Send textmate mailing list submissions to
> textmate(a)lists.macromates.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.macromates.com/listinfo/textmate
> or, via email, send a message with subject or body 'help' to
> textmate-request(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. Re: Committing to git submodule (Allan Odgaard)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 16 Dec 2014 14:32:07 +0700
> From: "Allan Odgaard" <mailinglist(a)textmate.org>
> To: "TextMate users" <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: Committing to git submodule
> Message-ID: <AD99A230-5449-4EED-90A0-32AD799576B4(a)textmate.org>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
>
> Do you select the files in the file browser prior to comitting?
>
> For me, selecting files from a submodule and then running Git ? Commit
> works.
>
> The alternative would be to change the project folder first, as Ronald
> suggested. Both actions serve the purpose of directing the commit to the
> submodule. Without doing any of this, I don?t see my submodule?s
> files in the commit dialog (since we?ve initiated a commit in the
> parent repository).
>
>
> ------------------------------
>
> _______________________________________________
> textmate mailing list
> textmate(a)lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
>
> End of textmate Digest, Vol 79, Issue 14
> ****************************************
--
Sent with Postbox <http://www.getpostbox.com>
I made a simple shell script and a similar system service via automator to turn .txt files into .pdf via xelatex. They work well but require a couple steps outside TextMate. It would be a great convenience to have a command in the markdown bundle that would add this capacity. I tried it but failed even when giving full path to pandoc and pandoc-citeproc which are in /usr/local/bin, or to xelatex. I have little knowledge in these matters and would appreciate any help.
Here is my little shell script:
#!/bin/sh
pandoc -S --filter pandoc-citeproc --latex-engine=xelatex "${1}" -o "${1}".pdf
My similar automator service:
PATH=$HOME/.cabal/bin:/usr/local/bin:/usr/texbin:$PATH
for file in "$@"
do
output=${file%%.*}.pdf
pandoc -S --filter pandoc-citeproc --latex-engine=xelatex "$file" -o "$output"
done
The metadata at the head of my .md or .txt files give extra info, such as title, font, bibliography, as in:
---
title: My title
author: My Name
date: \today
mainfont: Hoefler Text
bibliography: /Users/me/Library/texmf/bibtex/bib/data.bib
---
Any pointers towards making a markdown bundle command that accomplishes what the scripts above do would be great.
--Gildas
Is it possible to set a keyboard shortcut/menu selection that open a specific set of files as tabs.
For example:
Keyboard shortcut 1 will open files x1, x2 and 3
Keyboard shortcut 2 will open files y1 and y2
Ross
Twitter: @RossAhmed