Contents tagged with Pet Projects
-
GmailSync - Free backup solution using Gmail
GmailSync is an automated backup tool to synchronize files on your computer to your gmail online storage. By using this, you can theoritically use almost unlimited amount of free space available on your gmail account.
-
Using Webcam in your applications
As part of another project, I wrapped the very basic functionality of "avicap32.dll" to use webcam in your own applications. Well for some reason, I'm unable to continue working on it so I decided to put the source online which I hope will save someone a little time.
-
WinFS Junior 0.2 - Recent Downloads
I received a lot of complains regarding "WinFS Junior" on the problem of launching the application once the download is completed. Just because "WinFS Junior" removes the file from the original directory it is not possible to run it from the download dialog.
-
"WinFS Junior" :: A Poor Man's File System
-
Source Code Visualisation
If you think of reading source code, there are not many choices in hand. What we are essentially using now is nothing more than the same text editor that we started using more than 20 years ago. Although the whole coding experience is greatly enhanced because of the IDE and as a matter of fact, it is nearly impossible to use simple notepad for anything more than demos and tutorials. For the last few days, I was trying to find out something better to understand source code. In the end, I wrote something that is built into my mind. Please read about "Visual Source" and comment.
-
Releasing Source Code for Visual XPath, Code Share Addin, Go4Movies, Ping Service ...
After getting a lot of requests and some free time, I finally managed to upload all the source code for my utilities.
-
Using CodeShare Client
There are two different tools that I built last week.
-
CodeShare Client as IE Menu Extension
CodeShare Client for IE enables you to save n share code snippets right from Internet Explorer. It is an extension to the CodeShare Addin project so you need to complete the server setup before using this plugin.
Download CodeShareClient for IE -
CodeShare addin for Visual Studio.NET
-
Save InkPicture image with Ink in common image formats
There are two options when you have to save an image with Ink
a) Either save the image by manually serializing it and then adding it to the Ink object using Ink.ExtendedProperties.Add(...) . By doing this, you can't send the file to anyone not able to read the file.
b) Output a file using common image formats (i.e. jpg,gif, ... )