Wednesday, August 13, 2008

Looking for Linux Kernal related documents

Hi
if you are looking for Linux kernal documents
please visit below really useful one
http://portal.acm.org/toc.cfm?id=1400097

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...