How To Show A Progress Dialog in Android
OVERVIEW When you need to do some long running task and show a “wait” dialog to the user while the task is running, a Progress […]
OVERVIEW When you need to do some long running task and show a “wait” dialog to the user while the task is running, a Progress […]
Unlike in Android, where the device keyboard automatically handles display management when it pops up, iOS does not have this capability. So as a programmer, […]
Let me tell you what I find “stupid” about the phrase “soft skills”. Anyway, it’s most likely that the word “stupid” caught your attention and […]
Instructions for setting up an internal FTP server on a FreeBSD 10 machine. Note that this machine is not setup for public access and hence […]
If the DLL is 32 bit: Copy the DLL to C:\Windows\SysWoW64\ In an elevated command prompt: %windir%\SysWoW64\regsvr32.exe %windir%\SysWoW64\namedll.dll if the DLL is 64 bit: Copy […]
The sample code below shows how to get JSON encoded data via HTTP and then parse it for use within the application. For HTTP interaction, […]
If you have a scenario where you are doing iOS development and the application needs to retrieve or send data to a locally hosted website […]
OVERVIEW There currently exists no PHP library or code to work with audio file formats. The general solution is to use external libraries or softwares […]
A lot of applications and websites incorporate face detection features , specially social network sites and photo/image databases. Using OpenCV, it is very easy to […]
The instructions given below are to be run from the terminal. This is the only list of instructions which actually worked. I have reproduced the […]
Copyright © 2025 | WordPress Theme by MH Themes