I hereby claim:
- I am rvl on github.
- I am rvliohk (https://keybase.io/rvliohk) on keybase.
- I have a public key ASDwMOeuAu4UmGFk6WuwwizzKdAwFDtQ3IT9NP8YuwrG9Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.
Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.
If in doubt about what git is doing when you run these commands, just
# How to build docker images (NIX_PATH and hydra cache required when building off master branch) | |
# export NIX_PATH=$HOME/dev | |
# nix-build --option extra-binary-caches http://hydra.nixos.org/ test-docker.nix | xargs -n1 docker load -i | |
with import <nixpkgs> {}; | |
rec { | |
# 1. basic example | |
bash = dockerTools.buildImage { | |
name = "bash"; |
#!/usr/bin/python3 | |
# | |
# virgin_data_balance.py | |
# | |
# Checks how much data you have used on your Virgin Mobile (Australia) | |
# sim card. | |
# | |
# Usage: ./virgin_data_balance.py phone_number pin_code | |
# | |
# Can also be used as a CGI script on your web server. |