-
The [instructions page](https://github.com/tykel/chip16/wiki/Instructions) lists SAL instructions with identical opcodes to the SHL equivalents:
| Opcode (Hex) | Mnemonic | Usage | Flags affected |
|…
-
As we developped and tested our app on Android 2.3.4 we were satisfied the app could be put in the background by user interaction (=user going to other apps) or device "sleep" AND when the user comes …
-
When you set in Python
```
mapnik2.TextSymbolizer('FIELD_NAME', 'DejaVu Sans Book', 10, Color('black'))
```
You get an error like
```
TextSymbolizer.__init__(TextSymbolizer, str, str, int, Color)
…
-
This is because of permission on ext3. Re-mapping dinamically everything seems to be difficult AND unpractical; there is no mounting option to force everything to be owned by user X.
Simplest solutio…
-
No logs left and no errors reported by mopidy - stack trace on android shows playlist-refresh then playlist-changed then status-monitor before crash. syslog on android shows BINDER failed. No other …