I hereby claim:
- I am nandub on github.
- I am nandub (https://keybase.io/nandub) on keybase.
- I have a public key whose fingerprint is 7866 B614 1FBD 85A8 1681 34CD 040D 127C 758F E9CA
To claim this, I am signing this object:
make | |
/Library/Developer/CommandLineTools/usr/bin/make -C llvm-interface build gnatlib-automated | |
mkdir -p obj obj-tools bin gnat_src/vast | |
for f in `cd /opt/gnat-llvm/llvm-interface/gnat_src; ls xtreeprs.adb xnmake.adb xutil.ad? *-tmpl xsnamest.adb sinfo.ads treeprs.adt nmake.adt xoscons.adb xutil.ads xutil.adb`; \ | |
do \ | |
cp -p /opt/gnat-llvm/llvm-interface/gnat_src/$f obj-tools; \ | |
done | |
cd obj-tools && gnatmake -q -j0 xtreeprs xnmake xsnamest xoscons && \ | |
./xtreeprs && ./xnmake && ./xsnamest && \ | |
mv -f nmake.ads nmake.adb treeprs.ads ../obj && \ |
#Rooting Nook Tablet BNRV250 | |
- https://blog.the-ebook-reader.com/2012/03/11/root-a-nook-tablet-using-a-memory-card-super-easy/ | |
#Resources for CM and AOSP / Lineage OS | |
- https://notredame.app.box.com/s/26a4bygh9vbaw7jjq08xr5evomvaw5ww/folder/3220985318 | |
- https://forum.xda-developers.com/nook-tablet/general/how-to-installing-aosp-android-7-0-t3578665 | |
- https://forum.xda-developers.com/nook-tablet/development/cm-14-1-nook-tablet-acclaim-16gb-model-t3499226/page11 | |
#How to Build Lineage OS | |
- https://forum.xda-developers.com/chef-central/android/how-to-build-lineageos-14-1-t3551484 |
#!/bin/bash | |
arg=$1 | |
if [ "$arg" = "all" ]; then | |
nodenv-setup | |
nodenv install 4.8.4 | |
nodenv install 5.12.0 | |
nodenv install 6.14.2 | |
nodenv install 7.10.1 |
// ==UserScript== | |
// @name Form input filler | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
// ==/UserScript== | |
//var $ = unsafeWindow.jQuery; | |
// From http://papermashup.com/read-url-get-variables-withjavascript/ | |
// Added: decodeURI | |
function getUrlVars() { |
Visit https://build.opensuse.org/package/live_build_log/home:nandub:MyAppImages/Mitmproxy/AppImage/x86_64 | |
Package home:nandub:MyAppImages/Mitmproxy failed to build in AppImage/x86_64 | |
Check out the package for editing: | |
osc checkout home:nandub:MyAppImages Mitmproxy | |
Last lines of build log: | |
[ 520s] ++ sed -e s,:,:/,g -e s,//,/,g | |
[ 520s] + ZSYNC_URL=http://download.opensuse.org/repositories/home:/nandub:/MyAppImages/AppImage |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ack.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/acme.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/adns.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/ant.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/app-engine-python.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-dupes/apple-gcc42.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::TapLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/ |
#!/usr/bin/env bash | |
# a list of all files that are changing with this commit | |
FILES_CHANGING=$(git diff --cached --name-only --diff-filter=ACM) | |
# if there is only one file changing | |
if [ $(echo "$FILES_CHANGING" | wc -l) -eq 1 ]; then | |
# and that file is a readme | |
README_CHANGING=$(echo $FILES_CHANGING | grep -Ei "readme(.md|.txt)?$") |
#!/usr/bin/env bash | |
#taken from https://bbs.archlinux.org/viewtopic.php?id=131666 by falconindy | |
awk -v newsums="$(makepkg -g)" ' | |
BEGIN { | |
if (!newsums) exit 1 | |
} | |
/^[[:blank:]]*(md|sha)[[:digit:]]+sums=/,/\)[[:blank:]]*$/ { | |
if (!i) print newsums; i++ |
I hereby claim:
To claim this, I am signing this object:
Traceback (most recent call last): | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/bin/mitmproxy", line 3, in <module> | |
from libmproxy import proxy, console, cmdline | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/lib/python2.7/site-packages/libmproxy/proxy.py", line 3, in <module> | |
from OpenSSL import SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> | |
from OpenSSL import rand, crypto, SSL | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module> | |
from OpenSSL._util import ( | |
File "/usr/local/Cellar/mitmproxy/0.10.1/libexec/vendor/lib/python2.7/site-packages/OpenSSL/_util.py", line 3, in <module> |