TinEye Client Featured App 2 Featured App 3

TrackFolderChanges

TrackFolderChanges

TrackFolderChanges is a simple application that displays in real time any changes to the file system (you can also restrict the search to a specific folder and its subfolders).

New files and folders are displayed in green, modified files in blue and deleted ones in red. Note that items will appear as soon as there is something to show, unchanged folders are not displayed. Right click an item to copy its path or to open its parent folder.

The application is written in C# and the source code is available on Codeplex.

Download | Track Folder Changes 1.1

Guida TV

guidatv-dettagli

Guida TV è un applicazione per Windows che consente di consultare la lista dei programmi televisivi direttamente dal proprio desktop. I programmi sono disposti in ordine temporale, ed è possibile aggiungere regole personalizzate per evidenziare in automatico o nascondere determinati programmi, serie TV o generi di film.

guidatv-preferiti

Per molti film è inoltre disponibile la trama ed il trailer, oltre ovviamente a informazioni come genere, anno e valutazione.

guidatv-trailer

 

Download | Guida TV 1.3.3

Download | Guida TV 1.3.3 (portable)

Windows 7 ToolStripRenderer

windows7renderer-menu

This library contains an Explorer-like theme for ToolStrip and MenuStrip.

How to use:

toolStrip1.Renderer = Antiufo.Controls.Windows7Renderer.Instance;

Download Windows 7 ToolStripRenderer (CodePlex)

Reddit full articles to RSS

Reddit full RSS feeds on Google Reader

Reddit is a great site, but opening every interesting link is time-consuming, so I decided to write an application that generates RSS feeds with full articles. This software downloads every popular page posted on Reddit, extracts the actual content (without navigational menus, ads, comments and social links) and then uploads the feeds to a web server. The feeds are updated once/twice a day.

Sample feeds: Reddit – All (week top), Reddit – I took a picture (week top), Reddit – Programming (day top), Reddit – WTF (day top)

Complete list of feeds: http://antiufo.altervista.org/feeds/

It’s still a beta version, so suggestions are welcome. Note: occasionally the program fails to recognize useless stuff and includes it in the final article.

You can read the comments page on Reddit by clicking the link at the bottom of each article:

image

The program is written in C# with .NET 4 and HtmlAgilityPack. It supports Reddit, StackExchange and a few forum engines.

HttpPost

HttpPost is a .NET library that makes it easier to post form data and upload files via HTTP. It supports uri-encoded and Multipart (http-boundary) formats.

using (var post = new HttpPostRequest("http://example.com/post.php"))
{
post.AddField("field1", "value1");
post.AddField("field2", "value2");
post.AddField("field3", 3);
post.AddFile("imageSmall", @"C:\Users\Andrea\Desktop\img1.jpg");
post.AddFile("imageLarge", @"C:\Users\Andrea\Desktop\image2.png");

post.PostData();
}

Download HttpPost from CodePlex

JavaScript Middle Click Fixer

One of the most annoying things on the web are JavaScript-based image galleries. Often, you can’t middle-click single images in order to open them in background tabs, because Firefox will open a blank javascript tab.

This is what JavaScript Middle Click Fixer, a Greasemonkey extension for Firefox, tries to fix.

If the thumbnail image contains a JavaScript command (onclick or href=”javascript:…”), this extension reads the linked picture from the code (when possible), and opens it in a new tab.

If a linked image is not found, this extension forces the browser to use the same tab, so the JavaScript code runs properly.

Download: Middle Click Javascript Fixer 1.1

Requires Firefox 4 and Greasemonkey or Scriptish.

Middle click fixer

Songr

altDownload free music directly from your desktop - no p2p, no ads, mp3s from 16 music search engines.

Features:

  • Download or listen to streaming music from 16 mp3 search engines
  • Full album search
  • Automatic conversion of results to direct links to listen with your favorite media player
  • Audio extraction from YouTube videos
  • Search by lyrics: Type some words and get the name of the song and an audio preview!
  • Search by artist
Download Songr 1.9.33
4 MB, XP sp3, Vista, 7
Requires .NET Framework 3.5
No viruses, no spyware, no adware
 
alt
Copyright (c) 2009-2011 antiufo