Skip to content

Instantly share code, notes, and snippets.

Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
product: ST3320413AS
vendor: Seagate
product: INTEL SSDSC2CT18 167GiB (180GB)
# Maintainer: Ammann Max <maximilian.ammann@googlemail.com>
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')
@Pi03k
Pi03k / gist:cb2227019606e8c5dc31f9f49ebc8b5d
Last active May 10, 2018 12:37
planet x shopping list
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
@Pi03k
Pi03k / gist:e625a121d9dda0e388b189bfad49bc1c
Last active January 4, 2018 13:59
Bike bag for integrated seatpost
====================
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
====================
@Pi03k
Pi03k / bike offers
Last active November 28, 2017 15:25
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
@Pi03k
Pi03k / gist:326dd60246c346dd147ec35dcd9392cb
Last active November 10, 2017 15:02
design patterns resources
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
@Pi03k
Pi03k / gist:1e8f9b25006e0623040d4cdbc5ceeef7
Last active January 23, 2017 09:29
qsortfilterproxymodel example
sorted = new QSortFilterProxyModel(this);
sorted->setSourceModel(this);
sorted->setSortRole(getSortRole());
sorted->setSortCaseSensitivity(Qt::CaseInsensitive);
sorted->setDynamicSortFilter(true);
sorted->sort(0);