tar -zxvf file.tar.gz
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
# State machine implementation: | |
olfsm = lambda Q, input, init: reduce(lambda o, i: o + (o[-1] if i not in Q[o[-1]] else Q[o[-1]][i]), input, init) |
change keymaster.js lib behavior with inputs
src:
git format-patch -n 021467b # commit hash
dist:
git am *.patch --committer-date-is-author-date
print CLI.RED + 'Red' + CLI.RESET
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
# -*- coding: utf-8 -*- |
When you got this error
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo: unable to resolve host bayanca05
[sudo] password for bayan-ca-05:
Selecting previously unselected package google-chrome-stable.
(Reading database ... 174654 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb ...
Unpacking google-chrome-stable (43.0.2357.81-1) ...
Remove all exsited dockers
$ docker rm $(docker ps -q -f status=exited)
git branch -m <oldname> <newname>
OlderNewer