Category Archives: coding

ByteSplorer- A fun way to explore Binary numbers…

One thing the Android world is not short of is binary calculators but I required one with very specific functionality and behaviour. Hence ByteSplorer, available from Google Play or a direct download here. ByteSplorer shows how the byte may be … Continue reading

Posted in android, coding, computing, education, JAVA | Tagged , , | Comments Off on ByteSplorer- A fun way to explore Binary numbers…

Pyinstaller, Matplotlib and BaseMap

Having big problems persuading a python,matplotlib and Basemap project to freeze using Pyinstaller. On doze and Linux, Basemap kept looking in the site distribution for the data files. Workround I found was the addition of this environment variable PROJ_DIR via a tweak to proj.py as … Continue reading

Posted in coding, linux, matplotlib, pandas | Tagged , , | Comments Off on Pyinstaller, Matplotlib and BaseMap

Links for Speeding up the Android Emulator & Eclipse

Eclipse Tweaks here Emulator Speed up tips here (additional emulator startup parameters -qemu -m 512 -enable-kvm (in the launch parameters dialog RunConfig->appname->Target Tab->emulator launch params (scroll into view!)) add the GPU emulator paramter and switch it on

Posted in android, coding, JAVA | Comments Off on Links for Speeding up the Android Emulator & Eclipse

Commands I forget….

When using my favourite(lol) language I forget the fixes for dealing with multiple versions sudo update-alternatives –config java  sudo update-alternatives –config javac sudo update-alternatives Why you may need these is illustrated here

Posted in coding, computing, linux, LinuxMint | Comments Off on Commands I forget….