-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
With a big dose of reality, I walked into this place this morning and found out "yeah, I really do write .NET web apps and MS Access for a living" :( ... but it pays the bills and I've gotten *way* used to eating 3 times a day :)
MIX10 was great, although the buzz didn't seem as big as MIX09,…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I need to write a batch file to unzip files to their current folder from a given root folder.
Folder 0
|----- Folder 1
| |----- File1.zip
| |----- File2.zip
| |----- File3.zip
|
|----- Folder 2
| |----- File4.zip
|
|-----…
>>> More
-
as seen on Super User
- Search for 'Super User'
I need to send hundreds of pictures via email. The size is reaching 100s of MBs .. which is certainly burden on network.
WinRar, 7-Zip aren't helping ..
Would you like to suggest any software which can carry out compression so that I can reduce the size and send it via email, and decompress it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a crawler for a website.
Its response is gzip encoded.
I am not able to parse correctly a particular field, though the decompression is successful.
I am also using htmlagilitypack to parse it,
the parsed value of the field is only a part of the original value
as an example :
I am…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to use GDB to debug a Linux kernel zImage before it is decompressed. The kernel is running on an ARM target and I have a JTAG debugger connected to it with a GDB server stub. The target has to load a boot loader. The boot loader reads the kernel image from flash and puts it in RAM at 0x20008000…
>>> More