Skip to content

Instantly share code, notes, and snippets.

@Zaidos
Zaidos / install.md
Created March 25, 2020 01:23
Android TV Sideload

Install ADB

sudo apt install android-tools-adb android-tools-fastboot

Connect

adb connect 
@Zaidos
Zaidos / keybase.md
Created December 11, 2017 21:24
keybase.md

Keybase proof

I hereby claim:

  • I am zaidos on github.
  • I am zaidos (https://keybase.io/zaidos) on keybase.
  • I have a public key whose fingerprint is 8B8D 985E 3B56 9A09 B9F5 44CD F60E 95F4 BF23 E68A

To claim this, I am signing this object:

@Zaidos
Zaidos / instructions.md
Created August 10, 2017 18:04
Use pbcopy on Ubuntu
@Zaidos
Zaidos / privacy.txt
Created March 20, 2017 20:31
Privacy Policy
Privacy Policy
What information do we collect?
We collect information from you when you use the Who Called Me application. When using the application, as appropriate, you may be asked to enter a phone number.
What do we use your information for?
Any of the information we collect from you may be used in one of the following ways:
- To personalize your experience. Your information helps us to better respond to your individual needs.
- To improve our website. We continually strive to improve our website offerings based on the information and feedback we receive from you.
- To improve customer service. Your information helps us to more effectively respond to your customer service requests and support needs.
URL: https://coderwall.com/p/euwpig/a-better-git-log
So, are you tired of this old and bored git log screen?
Picture
How about this one, instead?
Picture
@Zaidos
Zaidos / .vimrc
Last active December 23, 2017 08:01
vimrc dotfile
execute pathogen#infect()
filetype plugin on
filetype indent on
let mapleader = ","
set autoread
set nocompatible
set visualbell
@Zaidos
Zaidos / .vimrc
Created March 23, 2015 20:26
VIM Config
call pathogen#infect()
let &t_Co=256
set history=700
set laststatus=2
filetype plugin on
filetype indent on
@Zaidos
Zaidos / flip.py
Last active August 29, 2015 14:07
Python Coin Flip
import random
def flip():
result = random.randrange(2)
if result == 0:
print "Heads"
else:
print "Tails"
@Zaidos
Zaidos / List.txt
Created July 9, 2014 17:50
Tirosh’s mnemonic word list
Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES;
acrobat africa alaska albert albino album
alcohol alex alpha amadeus amanda amazon
america analog animal antenna antonio apollo
april aroma artist aspirin athlete atlas
banana bandit banjo bikini bingo bonus
camera canada carbon casino catalog cinema
citizen cobra comet compact complex context
credit critic crystal culture david delta
dialog diploma doctor domino dragon drama
@Zaidos
Zaidos / JavaScript.md
Last active August 29, 2015 14:00
Resources

JavaScript