- pip
wget https://bootstrap.pypa.io/get-pip.py && python ./get-pip.py
- libudev-dev and libusb-dev
sudo apt-get install libudev-dev libusb-1.0-0-dev
- trezor-agent
sudo pip install trezor_agent
- libtrezor
sudo pip install -e git+https://github.com/trezor/python-trezor.git#egg=trezor
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
# Path to your oh-my-zsh configuration. | |
ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="lambda-inhji" | |
# Example aliases |
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
# util | |
alias c='clear' | |
alias r='source ~/.bashrc' | |
# ls aliases | |
alias l='ls' | |
alias ll='ls -alF' | |
alias la='ls -A' | |
alias l='ls -CF' |
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
<?php | |
$O0O_00__OO='BEGINJ6Pn2HmH0e568SXnR6KRkmP5tQbh7KEW'; | |
$O_0O_0OO_0='hairbird10347'; | |
$O0O00___OO=1695; | |
$O0_O0__O0O='B/C/D/F'; | |
$OO0__O0_O0=411; | |
$O00__O_O0O=array("bronzed","guzzledom","kikki","intercirculate","lewdness","jaqueline","graftonite","flautist","lepa","incestuous","forecourse","barrack","balanophoraceous","gibber","amomis","misexpend","mobsman","diacaustic","misworshipper","buccula");; | |
$O_00O0_O_O='T1'; | |
$O_O__000OO='|likeyou|'; |
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
Public Function NotNull(Of T)(ByVal value As T, Optional ByVal defaultValue As T) As T | |
If value Is Nothing OrElse String.IsNullOrEmpty(value.ToString) OrElse IsDBNull(value) Then | |
Return defaultValue | |
Else | |
Return value | |
End If | |
End Function |
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
### | |
http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/ | |
### | |
String::hashCode = -> | |
hash = 0 | |
return hash if @length is 0 | |
while i < @length | |
c = @charCodeAt(i) | |
hash = ((hash<<5) - hash) + char | |
hash = hash & hash |
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
var http = require("http"), | |
url = require("url"), | |
path = require("path"), | |
fs = require("fs") | |
port = process.argv[2] || 8888; | |
http.createServer(function(request, response) { | |
var uri = url.parse(request.url).pathname | |
, filename = path.join(process.cwd(), uri); |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Github Dark</string> |
Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discussions around concrete examples, not handy-waving abstractions. Don't say you did something, provide a URL that proves it.
Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.
NewerOlder