
A Speech Translation mashup in less than 5 hours
The Web Speech API is a little known framework, which has been developed by Google a couple of years back. It is a very good […]
The Web Speech API is a little known framework, which has been developed by Google a couple of years back. It is a very good […]
Detection of the newer versions of IE is much more messy than before. Since IE uses the Trident rendering engine, each IE version uses a […]
I remember a few years back, I happened to come across an advertisement of a reputed computer training academy in USA, which specialized in teaching […]
The code below compresses and minifies CSS files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
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 […]
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 […]
If you have a very large dropdown in an html page – say a few thousand items, and you want to clear all of them, […]
This is a small platform-independent python script to take a screenshot of the entire screen. The code is in Python 2.7 and requires the wxPython […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
The code below compresses and minifies javascript files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so […]
Copyright © 2025 | WordPress Theme by MH Themes