-
smart card reader supported by GnuPG
I use [0.332][4], a mod of the [SCM332 V2][1] which is comparatively light and small. Previously, I was simply using the SCM332 V2 directly with an OTG adapter.
-
root access from Termux
I hereby claim:
- I am feklee on github.
- I am feklee (https://keybase.io/feklee) on keybase.
- I have a public key whose fingerprint is 5EF8 B601 7F66 8171 2599 45D6 BEF6 EFD3 8FE8 DCA0
To claim this, I am signing this object:
With the original Japanese firmware on the Fx0, messages with more than 160 characters are sent as MMS. See instructions below concerning how to make long messages be sent as concatenated SMS.
-
Stop SMS app on device.
-
Create backup of app:
$ adb root
restarting adbd as root
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Tested with Node.js v0.10.35. | |
/*jslint node: true, maxerr: 50, maxlen: 80 */ | |
'use strict'; | |
var customErrors = require('./custom_errors'), test; | |
test = function () { | |
console.log(customErrors.isbnError); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Tested with Node.js 0.10 and with "nona" from Hugin 2013. | |
// | |
// Used to create: <https://vine.co/v/O5DI55QZnii> | |
// | |
// Original images from the Theta need to be in the sub directory `raw_frames`. | |
// | |
// Remaped images go into the sub directory `frames`. | |
// | |
// Remapping is parameterized, see the function `createPtoFile`. | |
// |
-
a
- b
-
c
Referenced from:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat .mozconfig | |
mk_add_options MOZ_OBJDIR=../build | |
mk_add_options MOZ_MAKE_FLAGS="-j9 -s" | |
ac_add_options --enable-application=b2g | |
ac_add_options --disable-libjpeg-turbo | |
# This option is required if you want to be able to run Gaia's tests | |
#ac_add_options --enable-tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat .mozconfig | |
mk_add_options MOZ_OBJDIR=../build | |
mk_add_options MOZ_MAKE_FLAGS="-j9 -s" | |
ac_add_options --enable-application=b2g | |
ac_add_options --disable-libjpeg-turbo | |
# This option is required if you want to be able to run Gaia's tests | |
ac_add_options --enable-tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[09/29 15:20:32 GMT+0200] Express server listening on port 3000 | |
[09/29 11:37:11 GMT+0200] node.js | |
[09/29 11:37:11 GMT+0200] :536 | |
[09/29 11:37:11 GMT+0200] | |
[09/29 11:37:11 GMT+0200] ^ | |
[09/29 11:37:11 GMT+0200] var cwd = process.cwd(); |
NewerOlder