shubuntu.blogspot.com
run ubuntu ! run !!: Python: listing all files and directories under a directory
http://shubuntu.blogspot.com/2013/05/python-listing-all-files-and.html
One stop solution for many ubuntu related problems. visit and suggest for more improvement. Thursday, May 16, 2013. Python: listing all files and directories under a directory. Listing all the files in the subdirectories. Root = "yourDirec tory. Path = os.path.join(root, "targetdirectory"). For path, subdirs, files in os.walk(root):. For name in files:. S = os.path.join(path, name). For l in allfiles:. Subscribe to: Post Comments (Atom). Python: listing all files and directories under a .
geteamon.blogspot.com
eamon here :): August 2013
http://geteamon.blogspot.com/2013_08_01_archive.html
Monday, August 19, 2013. First mushroom picking in Finland. Yesterday we (Sharmin and me) did our first mushroom picking in Finland. We went to Nuuksio National Park. To have some cantarella mushroom. Due to our ignorance and lack of experience in mushroom picking it was really difficult in the beginning. We couldn't find any. In fact, we didn't know where to look :P But we saw lot of blue berries. So we decided to pick blue berry instead and got more than half a liter quite fast :). Links to this post.
geteamon.blogspot.com
eamon here :): December 2012
http://geteamon.blogspot.com/2012_12_01_archive.html
Wednesday, December 26, 2012. A hectic journey of 52 hours. I have reached home on 11 December. Yes, we were supposed to be here one day earlier but weather betrayed us badly. My 22 hours journey turned to be a 52 hours one. As I said, the last flight was also delayed, by 5 hours. We almost got business class seat for the last flight but our luck didn't favor us that much at the end. Finally we reached Dhaka around 14:00 on 11 December. It was hartal. There was surprise for Sharmin in my home. This i...
pc-square-config.blogspot.com
pc-square Setup (ICPC ACM software): Setting/Installing JAVA and PC^2 (pcsquare ICPC software) in Ubuntu Live
http://pc-square-config.blogspot.com/2008/12/settinginstalling-java-and-pc2-pcsquare.html
Pc-square Setup (ICPC ACM software). How to set up the pc-square software (ICPC ACM software) in both Linux and Windows platform. Saturday, December 27, 2008. Setting/Installing JAVA and PC 2 (pcsquare ICPC software) in Ubuntu Live. You can see here also: http:/ shubuntu.blogspot.com/. See the HDD partitions:. Create a mount point and mount that partition:. Sudo mount /dev/sda9 /mnt/F. Unzipping pc 2 zip file:. Unzip -o pc2v8.zip (download the package). Setting the path variables for JAVA:.
pc-square-config.blogspot.com
pc-square Setup (ICPC ACM software): December 2008
http://pc-square-config.blogspot.com/2008_12_01_archive.html
Pc-square Setup (ICPC ACM software). How to set up the pc-square software (ICPC ACM software) in both Linux and Windows platform. Saturday, December 27, 2008. Setting/Installing JAVA and PC 2 (pcsquare ICPC software) in Ubuntu Live. You can see here also: http:/ shubuntu.blogspot.com/. See the HDD partitions:. Create a mount point and mount that partition:. Sudo mount /dev/sda9 /mnt/F. Unzipping pc 2 zip file:. Unzip -o pc2v8.zip (download the package). Setting the path variables for JAVA:.
pc-square-config.blogspot.com
pc-square Setup (ICPC ACM software): PC^2 (pc-square) download
http://pc-square-config.blogspot.com/2008/09/pc2-pc-square-download.html
Pc-square Setup (ICPC ACM software). How to set up the pc-square software (ICPC ACM software) in both Linux and Windows platform. Monday, September 1, 2008. PC 2 (pc-square) download. So, what is PC 2 (pcsquare)? Is the Programming Contest Control System developed at California State University, Sacramento (CSUS) in support of Computer Programming Contest activities of the ACM, and in particular the ACM International Collegiate Programming Contest (ICPC) and its Regional Contests around the world. ".
pc-square-config.blogspot.com
pc-square Setup (ICPC ACM software): September 2008
http://pc-square-config.blogspot.com/2008_09_01_archive.html
Pc-square Setup (ICPC ACM software). How to set up the pc-square software (ICPC ACM software) in both Linux and Windows platform. Monday, September 1, 2008. PC 2 (pc-square) download. So, what is PC 2 (pcsquare)? Is the Programming Contest Control System developed at California State University, Sacramento (CSUS) in support of Computer Programming Contest activities of the ACM, and in particular the ACM International Collegiate Programming Contest (ICPC) and its Regional Contests around the world. ".
shubuntu.blogspot.com
run ubuntu ! run !!: BZ2 compression & decompression in python
http://shubuntu.blogspot.com/2013/05/bz2-compression-decompression-in-python.html
One stop solution for many ubuntu related problems. visit and suggest for more improvement. Thursday, May 16, 2013. BZ2 compression and decompression in python. Let's say your .bz2 file is "filename":. Bfile = bz2.BZ2File( filename. For line in bfile:. Subscribe to: Post Comments (Atom). Python: listing all files and directories under a . BZ2 compression and decompression in python. Install Munin (Monitoring Tool) on Ubuntu 16.04 (Xenial Xerus) Server. Ubuntu Tutorials : Dapper - Feisty - Gutsy - Hardy.