This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz | |
product: ST3320413AS | |
vendor: Seagate | |
product: INTEL SSDSC2CT18 167GiB (180GB) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Ammann Max <[email protected]> | |
pkgname=golden-cheetah-git | |
pkgver=v3.5.DEV1806.r0.a86b0e9b7 | |
pkgrel=1 | |
pkgdesc="Cycling Power Analysis Software. We believe that cyclists and triathletes should be able to download their power data to the | |
computer of their choice, analyze it in whatever way they see fit, and share their methods of | |
analysis with others." | |
arch=('i686' 'x86_64') | |
url="http://www.goldencheetah.org/" | |
license=('GPL') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
track chains x4 - izumi, kmc 510 | |
road bike campagnolo chains x3 | |
platform pedals | |
rear track wheel | |
straight handlebars | |
www.planetx.co.uk/i/q/WSPXAKTS/planet-x-allen-key-track-front-skewer | |
==== Jan Niemiec ===== | |
3 x https://www.planetx.co.uk/i/q/HUZIPAS/zipp-spare---cyclocross-axle-seal-2006 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================== | |
BAG / CASE | |
==================== | |
https://www.merida-bikes.com/en_int/accessory/bags/transportation-bags/transportation-bag-33.html | |
https://www.merida-bikes.com/en_int/accessory/bags/transportation-bags/transportation-bag-32.html | |
http://road.cc/content/review/163870-bikebox-online-velovault-bike-box | |
http://www.bikeradar.com/gear/article/best-bike-boxes-and-bike-bags-33421/ | |
==================== | |
TIPS | |
==================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.planetx.co.uk/i/q/HSFH/planet-x-on-one-spare-freehub-body | |
https://www.planetx.co.uk/i/q/CSSTTR2K/stronglight-track-2000-crankset | |
https://www.planetx.co.uk/i/q/CSSTBOLT/stronglight-chainring-bolt | |
Training and Racing With a Power Meter | |
https://issuu.com/pietervr/docs/the-cyclist-s-training-bible | |
http://zombiecyclist.blogspot.com/2013/11/the-cyclists-training-bible.html | |
http://forums.roadbikereview.com/coaching/sweet-spot-training-guide-building-powerful-aerobic-engine-112091.html | |
https://www.bikeforums.net/track-cycling-velodrome-racing-training-area/644340-strength-conditioning-program-australian-national-sprint-cycling-team.html | |
https://www.bikeforums.net/track-cycling-velodrome-racing-training-area/920079-fixed-gear-endurance-workout-trainer.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.ics.com/designpatterns/book/factory.html | |
http://www.bogotobogo.com/DesignPatterns/introduction.php | |
https://en.wikibooks.org/wiki/C%2B%2B_Programming/Code/Design_Patterns | |
https://infotraining.bitbucket.io/cpp-dp/index.html | |
Curiously Recurring Template Pattern | |
typeid and type_index wrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sorted = new QSortFilterProxyModel(this); | |
sorted->setSourceModel(this); | |
sorted->setSortRole(getSortRole()); | |
sorted->setSortCaseSensitivity(Qt::CaseInsensitive); | |
sorted->setDynamicSortFilter(true); | |
sorted->sort(0); |