The first alpha version of simon - open source speech recognition suite - has been released
Posted by Daniel - 1,148 Views
The first alpha version of simon has been released! It is neither stable nor feature-complete, but it should give you a pretty good overview of what simon will be like. The project provides a ready-to-use interface for the julius CSR engine for a handicapped child which is not able to use the keyboard well. It integrates into X11 and Windows.
The project was started by a group of four students who try to make life easier for Tobias Pölzl - a spastic kid who has trouble typing with a normal keyboard.
Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 2
Posted by Daniel - 3,985 Views
This is the second part continued from the first article posted before. If on the first I had described how to install Apache, PHP and MySQL, in this second part I will cover how to install the most popular blogging platform - Wordpress - Basically its a web application built with PHP but the plug-n-play feature (if I am allowed to say that way) makes it easy to use, user friendly, fast in the term of deploying functionalities, plenty of supports - its scattered all over the net and open source of course.
Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 1
Posted by Daniel - 2,342 Views
Hi, this is the list of steps I have been using to install Apache, PHP, MySQL and Wordpress on Windows platform as development purposes, so this might not be the perfect setting for production server, but it works well for my development workstation in order to test and debug. I had wrote it with the most practical way hoping that these steps can be easily adapted by the first time user of Apache, PHP, mySQL and Wordpress if they want to taste this powerful combination of open source products. OK, lets get started shall we…
Visual Basic.NET, an example of using HTTPWebRequest object
Posted by Daniel - 3,460 Views
On the other article which you can view it here, I had described how to use the WebClient object to download resources from the internet. But you do not have enough control with the WebClient if you need to do something more. This time we’re going explore the other more flexible object related to the internet download process.
This object called HttpWebRequest. It’s located under the System.Net namespace. With this object you will have more control over the process, such as the HTTPVersion and the KeepAlive property.
Downloading file and extracting ZIP compressed file with Visual Basic.NET
Posted by Daniel - 3,567 Views
These are a couple examples of many simplified processes provided by the VB.NET. You can’t find these simplicity in its predecessor, the Traditional VB6.
Downloading a file - Believe it or not you only need less than 3 lines to download a file somewhere from the internet to you local drive. This sub procedure below can do that for you, without a reference to any library - it’s a built-in feature:
Hi, my name is Daniel Nugraha, a single male live on an island called Java, Indonesia. This is the place for me to share my interest in computer programming.
-
Get my Full Feed Here
Popular Entries
- Passing arguments to your VB.NET console application
- Microsoft Excel Import External Data Problem: When Microsoft Query doesn’t recognize some of your parameters
- Resize Image or Crop Image with Joe Lencioni’s Smart Image Resizer, WordPress Setup
- How to Get User Input and allowing more than 256 characters to be entered on .NET Console Application
- ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
- ConsoleProgressBar - Simple Progress Bar Function for your VB.Net Console Application
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- CPort Component (Serial port interface component for Delphi)
- SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni’s Smart Image Resizer
