Month: September 2011

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

Linux Burning nrg File

How Linux Burning nrg file? A nrg file is a proprietary CD image file format used by Nero Burning ROM, a utility suite made by Nero AG, to create and burn ISO 9660 CD images. In Linux (I use Ubuntu 10.04), I use Brasero Disc Burner to burn image file (iso) to CD/DVD. The problem