A list of repositories and tools i'd like to remember.
https://github.com/trishume/pro - Awesome command line git project manager
# Local Dates: | |
git log --date=local --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.local.tsv.txt | |
# ISO Dates: | |
git log --date=iso --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.iso.tsv.txt |
/** | |
* Deep search and replaces the given property value "prevVal" with "newVal" | |
* @param {any} prevVal [description] | |
* @param {any} newVal [description] | |
* @param {object|array} object the original object or array in which the values should be replaced | |
* @return {object|array} the new object or array | |
*/ | |
function replacePropertyValue(prevVal, newVal, object) { | |
const newObject = _.clone(object); |
#!/usr/bin/python | |
import os | |
import subprocess | |
import operator | |
from slugify import slugify | |
import datetime | |
now = datetime.datetime.now() |
{"lastUpload":"2017-10-13T09:00:21.780Z","extensionVersion":"v2.8.3"} |
A list of repositories and tools i'd like to remember.
https://github.com/trishume/pro - Awesome command line git project manager
A list of repositories and tools i'd like to remember.
https://github.com/trishume/pro - Awesome command line git project manager
{"lastUpload":"2018-02-02T13:35:57.715Z","extensionVersion":"v2.8.7"} |
[ | |
{ "name": "Amazon", "url": "https://www.amazon.de/gp/help/customer/contact-us?", "note": "Select, in this order: 'Digitale Dienste' -> 'Datenauskunft beantragen' -> 'Datenauskunft für eine spätere Zusendung beantragen' -> 'Daten aus allen Kategorien anfordern' -> Namen eingeben und Nachricht vervollständigen. -- Amazon Support Staff will review your request and send you an email, asking about a postal address. If you don't answer to their mail, your request won't be fulfilled." }, | |
{ "name": "McDonalds", "url": "https://corporate.mcdonalds.com/corpmcd/gdpr-rights-center.html" }, | |
{ "name": "willhaben.at", "url": "https://datenschutz.willhaben.at/" }, | |
{ "name": "Spotify", "url": "https://www.spotify.com/account/privacy/" }, | |
{ "name": "Google", "url": "https://takeout.google.com" }, | |
{ "name": "PlayStation", "email": "[email protected]" }, | |
{ "name": "Humble Bundle", "email": "[email protected]" }, | |
{ "name": "REWE Group AT", "email": "[email protected]" }, | |
{ "name": "BILLA", "url": "https: |
tsc --version
which tsc
and the find the lib folder which contains tsserver.js and tsc.js{
"typescript.tsdk": "/Users/$(whoami)/.nvm/versions/node/v8.9.1/lib/node_modules/typescript/lib"
}