Author: admin
-
Installing lxml on Ubuntu
These two commands should do the job. Make sure you have libxml2-dev libxslt1-dev zlib1g-dev python-pip packages installed first.
-
Controlling cursor position in PHP CLI applications (and others)
I realized that this is still a frequently asked question on forums – how do I move the cursor in my PHP console application? The simplest way to do it in Unix based systems is to echo the terminal control escape sequence. This will work for any terminal application. For the full list of the…
-
Android BPM Meter
I developed this simple app in NetBeans, just to check how the Android SDK along with nbandroid plugin works. Feel free to modify it to your liking. Click here to download the BPM Meter
-
Android Synthesizer
I think I should have used Java’s piped streams to interconnect the components of the synth, so you can go ahead and modify it to your liking. The nice part about the synthesis part is that I optimized it by basically generating one period of subaudible frequency and then just selecting every n-th sample, depending…
-
Yamaha Promix 01 Service Manual
Manual for the first Yamaha digital mixer – Promix 01. Click here to download it
-
Behringer Xenyx 802 pre-fader mod
I own a little Behringer Xenyx 802 mixer. It’s a nice and useful unit but it’s most annoying feature is the post-fader aux (FX) channel. Post-fader means that the audio signal level sent to the AUX send output depends on the level of the main channel fader. If you need the AUX (FX) channel to…