- https://www.nanoelectricbikes.co.uk
- https://www.swytchbike.com/folding-ebike-conversion-kit/
- https://www.arccbikes.com/category/brompton
- https://pendix.com/products/edrive-for-folding-bikes
- https://www.cytronex.com/shop/brompton
- https://www.humancycle.cc/product/get-your-wireless-brompton-electric-kit/
- https://ozo-electric.com/en/kits-without-battery/991406-250w-brompton-kit-withou-battery.html
- https://www.leftfieldbikes.com/shop/components/grin-electric-brompton-conversion-kit/
- https://bromptonkitchen.com (Singapore)
- https://josephkuosac.com (Taiwan)
- http://novdesignstore.com (South Korea)
- https://ti39.com/ (China)
- https://tibicycles.com/ (China)
- https://tipartsworkshop.com (Hong Kong)
- Komoot : great routing, route stats, community content
- Brouter : good routing, route stats, open source
- Geovelo : biking to work
- Strava heatmap : community routes
- Geoportail : has slope measurement tool
- topographic-map.com : topographic map for Paris
- OpenCycleMap : OSM but for cycling
- CyclOSM : OSM but for cycling
- https://www.brompton.com/shop/bags
- https://vincita.cc/collections/brompton-bags
- https://brilliantbikes.co.uk/37-brompton-bags
- https://www.valeriasbikeaccessories.com/en/12-bags-baskets
- https://soumaleather.com/collections/brompton-collection
- https://eu.restrap.com/collections/folding-bike-bags
- https://www.carradice.co.uk/bags/commuting-folding
- https://www.odinwooddesign.com/shop?category=For+Brompton
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
git branch -vv | grep gone | awk '{ print $1 }' | xargs git branch -D |
- engine
- height
- integer
- charset
- any word that has "ough" (through, though, dough, thought, etc.)
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
<?php | |
/* | |
How to use: | |
- In Dashlane, export data as CSV | |
- Copy this file in the same folder as the exported csv | |
- Run in a terminal: php dashlane-to-1password.php | |
- This should generate 2 files: Dashlane_passwords.csv and Dashlane_others.csv | |
- In 1Password, import Dashlane_passwords.csv | |
- Do whatever you want with Dashlane_others.csv |
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
// ==UserScript== | |
// @name Sketchfab Model tools | |
// @namespace http://svay.com/ | |
// @version 0.1 | |
// @description Useful tools for Sketchfab models | |
// @author Maurice Svay | |
// @match https://sketchfab.com/models/* | |
// @grant GM_addStyle | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== |
NewerOlder