var Queue = (function() { var items = []; var Queue = function() { return this; }; var is_array = function (value) { return value ...
September 30, 2015
September 9, 2015
How to make a simple web crawler in Java
Anonymous
9:28 AM
A year or two after I created the dead simple web crawler in Python, I was curious how many lines of code and classes would be required to w...
September 4, 2015
How to Easily Create a Multilingual WordPress Site
Anonymous
11:01 AM
Do you want to translate your WordPress site in multiple languages? Wondering where to start? In this article, we will show you how to easil...
September 3, 2015
Android TextToSpeech Example
Anonymous
10:17 AM
Android operating system provides developers some of the cool API’s such as Text to speech API. converting Text-To-Speech (TTS) or also know...
Subscribe to:
Posts (Atom)