I hereby claim:
- I am parente on github.
- I am parente (https://keybase.io/parente) on keybase.
- I have a public key whose fingerprint is F020 F9E1 4991 B4A8 41BF 948E 573D 3A78 5F16 E056
To claim this, I am signing this object:
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| $script = <<SCRIPT | |
| sudo apt-get -y install linux-image-extra-$(uname -r) | |
| sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -" | |
| sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\ > /etc/apt/sources.list.d/docker.list" | |
| sudo apt-get update | |
| sudo apt-get -y install lxc-docker | |
| sudo usermod -a -G docker vagrant |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| sudo apt-get update | |
| sudo apt-get -y install linux-image-extra-$(uname -r) | |
| sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -" | |
| sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\ > /etc/apt/sources.list.d/docker.list" | |
| sudo apt-get update | |
| sudo apt-get -y install lxc-docker |
| package main | |
| import ( | |
| "os" | |
| "fmt" | |
| "net/http" | |
| "net/http/httputil" | |
| "strings" | |
| "github.com/docker/docker/registry" | |
| "github.com/docker/docker/utils" |
| FROM busybox | |
| ENV name1 value1 | |
| ENTRYPOINT ["ls"] | |
| CMD /bin/sh | |
| CMD ["/bin/sh"] | |
| CMD ls | |
| CMD -l | |
| EXPOSE 1234 | |
| ENV name2 value2 |
| #!/usr/bin/python | |
| ''' | |
| Toying with Levenshtein Distance. Quick and dirty impl. | |
| Copyright (c) Peter Parente 2011. All Rights Reserved. | |
| Licensed under the WTFPL. http://sam.zoy.org/wtfpl/ | |
| ''' | |
| def permute(s, ops, t=None): | |
| '''Permute string s with ops and assert it matches t.''' |
| /** | |
| * Ken Burns effect in a Dojo widget. | |
| * | |
| * Copyright (c) 2009 Peter Parente under the terms of the BSD license. | |
| * http://creativecommons.org/licenses/BSD/ | |
| */ | |
| dojo.provide('info.mindtrove.KenBurns'); | |
| dojo.require('dojo.fx'); | |
| dojo.require('dojo.fx.easing'); | |
| dojo.require('dijit._Widget'); |
See https://github.com/parente/nbestimate for on-going updates to the data and notebook.
| Google US English false | |
| Google UK English Male false | |
| Google UK English Female false | |
| Google Español false | |
| Google Français false | |
| Google Italiano false | |
| Google Deutsch false | |
| Google 日本人 false | |
| Google 한국의 false | |
| Google 中国的 false |