Simple function in C# that allows to download a file from the internet and supports to resume the download, using HttpWebRequest/HttpWebResponse and FileStream
Tag Archives: programming
[Python] Enumerate a string to substrings
Today I’d like to show you a quick hint that might be obvious, but it took useful, it’s about the enumeration of string to substrings.