Year: 2011

New Matlab Progressbar

From my last post, I am write about how to create Matlab Progressbar using Matlab waitbar function. In this post, I want to write how to create New Matlab Progressbar with more complete feature (colour, time to finishing computation, support multi progressbar, etc). I dont create this script, but I get this script when searhing

Change Linux Host ID

Are you know how to Change Linux Host ID ? The host address, or the host ID portion of an IP address, is the portion of the address used to identify hosts (any device requiring a Network Interface Card, such as a PC or networked printer) on the network. The network ID, by contrast, is

Python struct integer overflow masking is deprecated

When create a script with Python, I get warning message Python struct integer overflow masking is deprecated. My script running well, but I dont like this warning and want to remove this. This is my simple code with Python struct integer overflow masking is deprecated warning message : #!/usr/bin/python # -*- coding: utf-8 -*- import

Python List Files in Directory

When I create a program with Python to read multiple file in directory, I get problem how Python list file in directory. After searching at Python documentation, I get documentation how Python implementated list file in directory. We can use module os (import os) to Python List Files in Directory. This module provides a portable