Skip to content

Instantly share code, notes, and snippets.

View dobrovolsky's full-sized avatar

Dobrovolsky Bohdan dobrovolsky

  • Vinnytsia, Ukraine
View GitHub Profile
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8" />
<title>BIP39 - Mnemonic Code</title>
<style>/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
#!/usr/bin/env python3
import hashlib
import sys
from getpass import getpass
verbose = any(verbose in sys.argv for verbose in ['-v', '--verbose'])
password = getpass('Password: ')
{
"editor.formatOnSave":false,
"[markdown]": {
"editor.quickSuggestions": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordBasedSuggestions": false
},
"explorer.sortOrder": "modified",
"workbench.editor.enablePreview": false,
{
:templates {
:launch-app "open -a %s"
:toggle-theme "osascript -e 'tell application \"System Events\"' -e 'tell appearance preferences' -e 'set dark mode to not dark mode' -e 'end tell' -e 'end tell'"
}
:layers {
:modal_mode {:key :caps_lock :alone {:key :escape}}
}
:applications {
:iterm ["^com\\.googlecode\\.iterm2$"]