openpgp4fpr:A2C861F07924C92D698D5DDA6AFC66C2625EC8BB
View convert.py
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
#!/usr/bin/python3 | |
import yaml | |
import sys | |
import csv | |
# create root yaml | |
matches = [] | |
# open file |
View gist:48eaf19146dc97482008eeb01f43a4d9
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
Bordertown (Finnish) | |
Trapped (icelandic) | |
The Bureau (French) | |
Deutschland 83 | |
Giri/Haji | |
Vera | |
Wallander | |
Young Wallenberg | |
Collateral | |
Detective Montalbano |
View gist:31b845b549a8dfe9f725e3cf1f97bcac
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
ot@5b32dfb7a25f:/var/lib/apt/lists# cat repositories.timber.io_public_vector-nightly_deb_ubuntu_dists_xenial_main_binary-amd64_Packages | |
Package: vector | |
Version: 0.11.0 | |
Architecture: amd64 | |
Homepage: https://vector.dev | |
Priority: optional | |
Standards-Version: 3.9.4 | |
Maintainer: Vector Contributors <vector@timber.io> | |
Installed-Size: 116805 | |
Depends: |
View code.fish
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
function code --wraps='/Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code' --description 'alias code /Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code' | |
/Applications/Visual\ Studio\ Code\ -\ Insiders.app/Contents/Resources/app/bin/code $argv; | |
end |
View gist:043c13fabdf9721ecad3da2395bd2b85
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
✖ make package-deb-x86_64 (2) (1h 17m 48s 786ms) ┃ | |
cross build \ | |
--release \ | |
--target x86_64-unknown-linux-gnu \ | |
--no-default-features \ | |
--features target-x86_64-unknown-linux-gnu | |
Compiling vector v0.11.0 (/project) | |
error: could not compile `vector`. | |
Caused by: |
View ExportKindle.js
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
// The following data should be run in the console while viewing the page https://read.amazon.com/ | |
// It will export a CSV file called "download" which can (and should) be renamed with a .csv extension | |
var db = openDatabase('K4W', '3', 'thedatabase', 1024 * 1024); | |
getAmazonCsv = function() { | |
// Set header for CSV export line - change this if you change the fields used | |
var csvData = "ASIN,ISBN,Title,Authors,PurchaseDate\n"; | |
db.transaction(function(tx) { |
NewerOlder