Thursday, June 4, 2009

Twitrratr: Positive, negative and neutral Tweets

Publicado por Admin en 10:17 AM 0 comentarios
Twitrratr gives us a different way to search tweets around Twitter. It detects if the Tweet is a positive, negative or neutral message.

You only need to write the keyword and Twitrratr will give you the results sorted inside three columns: positive, negative and neutral tweets:

It's not perfect, but it's an interesting way to see how good or bad people is tweeting about a specific topic or person.

Sunday, May 3, 2009

Now Gmail suggests email recipients

Publicado por Admin en 10:55 AM 0 comentarios
If you send continuously emails to more than two persons at once, this tool could be useful for you. Go to Google Labs and activate the widget "Suggest more recipients" and save changes. Now when you compose an email, after writing two recipients, Gmail will suggest more recipients based on your history.

If you do not have an Gmail account, do not wait more for sign up. It offers many advantages and allows you to use Google services like Google Reader, Google Talk, Google Calendar, Google docs, and many more.

Via: LifeHacker.

Sunday, April 26, 2009

Microsoft no longer offers free technical support for Windows XP

Publicado por Admin en 10:17 AM 1 comentarios

Microsoft no longer offers free technical support for Windows XP Home Edition and Office 2003 users. Only the security updates will be distributed. This will affect companies that still sell computers with this operating system installed and, of course, to all users of this operating system.

I never used this service from Microsoft. When I have a problem with my operating system I look for information around the Internet.

Via: Download Squat.

Thursday, April 23, 2009

BackType: allows you to keep track of the comments made on the Internet

Publicado por Admin en 9:22 AM 0 comentarios
BackType can centralize the comments made online. When a blog writes an article there are many comments around it. In some cases there are more comments in digg or twitter than the original website. BackType can help you to follow the comments and the commenters you like.

If you follow the comments from a certain person, this tool will help you to do it easier. You can follow his comments and see where does he gives his opinion.



The comments made for the people that you follow will be shown in the dashboard (Home) and will also be available via RSS.

Each comment can be shared, answered, sent via Twitter or you can get a permanent link to this one.

Link: BackType.


Bookmark and Share

Wednesday, April 22, 2009

Animated Sorting Algorithms

Publicado por Admin en 4:41 PM 0 comentarios
Sorting-Algorithms gives us an animation to illustrate how sorting algorithms work. An algorithm defines the steps to be taken to resolve a problem. Sorting algorithms, as its name suggests, aims to sort a number of elements. There are other pages that shows animations like this, but this one is the best I've seen.

Algorithms that includes the site are: Insertion, Selection, Bubble, Shell, Merge, Heap, Quick and Quick3.

Animated Sorting algorithms
We can vary the initial ordering of the elements, the can be: Random, nearly sorted, reversed or with few unique.

The webpage tries to show this:
  • How each algorithm operates
  • That there is no best sorting algorithm.
  • The advantages and disadvantages of each algorithm.
  • That worse-case asymptotic behavior is not the deciding factor in choosing an algorithm.
  • That the initial condition (input order and key distribution) affects performance as much as the algorithm choice.


Link: Sorting-Algorithms.

Via: FeedMyApp.