Pi is Wrong! :) Couldn't resist...
D
Darren Pruitt
@Darren Pruitt
Posts
-
Super pi days -
Export CodeProject BookmarksI'm using del.icio.us and would like to get all the bookmarks I have in CodeProject into my tag list. I was wondering if there was a way to export my CodeProject bookmarks to a standard bookmarks.html file. I was looking around and did not see a way. This would be a nice feature to add.
-
Saving Text VersionsI want to in C# be able: 1. create a text file 2. save it 3. Make a change to the text file 4. Save only the changes, which can be merged back into the original file. This is basically a poor mans version control system in C#. I have found examples of how to compare two files byte by byte. I am hoping someone has seen an efficient way to save the changes before I start rolling my own. Thanks, Darren