View Single Post
  #7  
Old 02-17-2012, 03:09 PM
tristantio tristantio is offline
Fire Giant

tristantio's Avatar

Join Date: Nov 2010
Posts: 888
Default

Quote:
Originally Posted by DoucLangur [You must be logged in to view images. Log in or Register.]
Be sure to post a link to the sourcecode so we can review it [You must be logged in to view images. Log in or Register.] Giving people additional safety in executing your file.

Btw - if you can, please write your tool in a language that can be built with gnu compilers, allowing for builds on different platforms. I.e. no Visual whatever shit [You must be logged in to view images. Log in or Register.]
I actually use Linux as my main machine, so it will definitely be standard C (only depenency is libcurl).

I actually have a one-liner using tail, grep and curl to send the updates from my machine currently (parsing done on my webserver courtesy of perl - I'll put up that source also).

Since requiring windows users to install a cygwin setup or something equally involved would have been too much work, I opted to write a compiled binary for them so they can fire and forget it (its still being worked on).
Reply With Quote