Skip to content

Instantly share code, notes, and snippets.

@Pintouch
Pintouch / keybase.md
Created May 9, 2020 10:36
Keybase Proof

Keybase proof

I hereby claim:

  • I am pintouch on github.
  • I am pintouch (https://keybase.io/pintouch) on keybase.
  • I have a public key ASBACFYG7cHS0k9qXW69LCtCfLvtiTAK68GsRCg178vZowo

To claim this, I am signing this object:

@Pintouch
Pintouch / Dockerfile
Last active April 28, 2020 09:01
Ofelia Scheduler
FROM joyzoursky/python-chromedriver:3.6-selenium
WORKDIR /usr/src/app
COPY install-selenium.sh play.py run-play.sh ./
RUN apt-get install unzip
RUN chmod u+rx install-selenium.sh
RUN chmod u+rx play.py
RUN chmod u+rx run-play.sh
@Pintouch
Pintouch / GitCommitEmoji.md
Last active December 18, 2020 16:22 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
nvm install 5.6.0
npm uninstall phantomjs
npm cache clean -f
rm -rf node_modules
#Install PhantomJs
PHANTOMJS_VERSION=${PHANTOMJS_VERSION:="2.1.1"}
PHANTOMJS_HOST=${PHANTOMJS_HOST:="https://bitbucket.org/ariya/phantomjs/downloads"}
set -e
CACHED_DOWNLOAD="${HOME}/cache/phantomjs-${PHANTOMJS_VERSION}-linux-x86_64.tar.bz2"
# clean old version and setup directories