Skip to content

Instantly share code, notes, and snippets.

View ypid's full-sized avatar

Robin Schneider ypid

View GitHub Profile
@ypid
ypid / 15.2.log
Last active January 19, 2020 17:35
This file has been truncated, but you can view the full file.
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
@ypid
ypid / conv2vmx-ovf.py
Created January 30, 2016 17:28 — forked from eshizhan/conv2vmx-ovf.py
a script that can help import VMs into VMware ESXi from VirtualBox. tested vbox 4.2.18 and ESXi 5.1.
#!/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
@ypid
ypid / .gitignore
Created September 12, 2015 20:58
.gitignore file for Firefox/Iceweasel templates
## .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
@ypid
ypid / keybase.md
Last active August 29, 2015 14:22
keybase.md

Keybase proof

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:

@ypid
ypid / snake6502.asm
Last active August 29, 2015 14:06 — forked from wkjagt/snake6502.asm
; ___ _ __ ___ __ ___
; / __|_ _ __ _| |_____ / /| __|/ \_ )
; \__ \ ' \/ _` | / / -_) _ \__ \ () / /
; |___/_||_\__,_|_\_\___\___/___/\__/___|
; 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/