Skip to content

Instantly share code, notes, and snippets.

View abedinia's full-sized avatar
🎯
Focusing

Aydin Abedinia abedinia

🎯
Focusing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am abedinia on github.
* I am abedinia_aydin (https://keybase.io/abedinia_aydin) on keybase.
* I have a public key ASCivwZrnzD6bDmAa1GbIar495iIQY34uUAXNWBvfZ3Ikwo
To claim this, I am signing this object:
docker run --rm -p 8501:8501 \ ░▒▓ INT х at 20:18:16 ▓▒░
--mount type=bind,source=$(pwd),target=$(pwd) \
-e MODEL_BASE_PATH=??$(pwd)/serving_files?? \
-e MODEL_NAME=??name_of_model?? -t tensorflow/serving:latest
alias shecan="sudo sh -c 'echo nameserver 178.22.122.100 > /etc/resolv.conf'"
### Keybase proof
I hereby claim:
* I am abedinia on github.
* I am abedinia (https://keybase.io/abedinia) on keybase.
* I have a public key ASBnRCqdAHTRt5Y2JjQzWdCcXEjUc5DEG-WOKLPaqcP4fQo
To claim this, I am signing this object:
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"
git ls-tree -r -z --name-only HEAD -- */*.php | xargs -0 -n1 git blame \
--line-porcelain HEAD |grep "^author "|sort|uniq -c|sort -nr
### Keybase proof
I hereby claim:
* I am abedinia on github.
* I am abedinia_aydin (https://keybase.io/abedinia_aydin) on keybase.
* I have a public key ASAo4nbPoy2JV7JKPaaD6xIQgw9l5UaP37PKqPevLwk6xAo
To claim this, I am signing this object:
#000000,#444a47,#ffffff,#525252,#434745,#FFFFFF,#57f04f,#e80c0c
prefrences sidebar customize :)
git branch | grep -v master | xargs git branch -D
@abedinia
abedinia / phpunit_indie
Created June 13, 2017 12:29 — forked from NimaGhaedsharafi/phpunit_indie
Run phpunit individually on test files
for file in tests/*
echo "$file" && phpunit "$file"