I hereby claim:
- I am ypid on github.
- I am ypid (https://keybase.io/ypid) on keybase.
- I have a public key whose fingerprint is EDE1 371D 1B87 D28D A5E8 0515 86FD 980B BF1A 40F8
To claim this, I am signing this object:
docker run --rm --tty --interactive --name "aosp-build-aosp-local" --hostname "aosp-build-aosp-local" --user 1000:100 --env DEVICE=sargo --security-opt seccomp=unconfined --volume /media/data/build-android/HashbangOS/config:/home/build/config --volume /media/data/build-android/HashbangOS/release:/home/build/release --volume /media/data/build-android/HashbangOS/scripts:/home/build/scripts --volume /media/data/build-android/HashbangOS/build/:/home/build/build/ hashbang/aosp-build:latest build | |
Build type choices are: | |
1. release | |
2. debug | |
Which would you like? [1] release | |
22:34:20 Build sandboxing disabled due to nsjail error. This may become fatal in the future. | |
22:34:20 Please let us know why nsjail doesn't work in your environment at: | |
22:34:20 https://groups.google.com/forum/#!forum/android-building | |
22:34:20 https://issuetracker.google.com/issues/new?component=381517 |
#!/usr/bin/env python | |
# | |
# usage: | |
# conv2vmx-ovf.py some-vm.ovf | |
# | |
# ref: http://www.cnblogs.com/eshizhan/p/3332020.html | |
# ref: https://gist.github.com/eshizhan/6650285 | |
# | |
# Maybe also worth checking out: https://gist.github.com/robdyke/d81b0f1976be440052af | |
# https://gist.github.com/Naddmr/1a159610573609095158 |
## .gitignore file ignoring all personal files which are not needed/wanted in a template. | |
## See http://kb.mozillazine.org/Profile_folder_-_Firefox#Folders | |
firefox/*/lock | |
firefox/*/sessionstore-backups/ | |
## Seems to be only metadata about installed addons. | |
firefox/*/addons.json |
I hereby claim:
To claim this, I am signing this object:
; ___ _ __ ___ __ ___ | |
; / __|_ _ __ _| |_____ / /| __|/ \_ ) | |
; \__ \ ' \/ _` | / / -_) _ \__ \ () / / | |
; |___/_||_\__,_|_\_\___\___/___/\__/___| | |
; An annotated version of the snake example from Nick Morgan's 6502 assembly tutorial | |
; on http://skilldrick.github.io/easy6502/ that I created as an exercise for myself | |
; to learn a little bit about assembly. I **think** I understood everything, but I may | |
; also be completely wrong :-) |
# WELCOME TO SQUID 3.1.19 | |
# ---------------------------- | |
# | |
# This is the documentation for the Squid configuration file. | |
# This documentation can also be found online at: | |
# http://www.squid-cache.org/Doc/config/ | |
# | |
# You may wish to look at the Squid home page and wiki for the | |
# FAQ and other documentation: | |
# http://www.squid-cache.org/ |