This is most popular microphones pinouts for transceivers of Kenwood, Motorola, Icom Continue Reading
RTL SDR on Mac OS X
This worked for me and I verified functionality by tuning in a local FM station with gnuradio Continue Reading
How To capture video from tv-tuner card via mencoder
I need to test the TV tuner. The result is not achieved. But got the experience to capture video to disk. Continue Reading
How To quick generate openssl certificate signing request
If anyone need to install a GoDaddy multi-domain certificate. I did the following when I created the CSR. It seems to be working on our system. Continue Reading
Django yandex and google maps integration
Posted two new repositaries on github yandex and google maps api integration with search by address location Continue Reading
How to Remotely Turn On (and off) OS X Screen Sharing VNC
This procedure keeps security in mind. The idea is to turn on screen sharing while you need it, and then turn it off when you’re done
Continue Reading
Best of Vim Tips
Best of Vim Tips by zzapper 15 Years of Vi + 7+ years of Vim and still learning Continue Reading
Google Apps Calendar – Only Able To Share Free Busy Information
The only reason I am writing this is that I have spent many evening trying to fix it! Continue Reading
How to split one cable between two Ethernet PCs
Although the scheme below is not recommended for new installations and is not standards-compliant, sometimes it becomes necessary to share one 4-pair cable between two Ethernet computers. Continue Reading
Retrieving elements in a specific order in django
If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql:
SELECT * FROM addons
ORDER BY FIELD(id, 3, 5, 9, 1);
Comments