Categoría: Programming | Lista de artículos e información

How to reset your connection using batch programming

type

This is and old trick that I learned a long time ago, and I use it almost daily. These are some simple lines to reset your connection. Open your notepad, and type this: ipconfig -release ipconfig -renew exit Then, save … Continue reading

December 25, 2010 | Author: TatoSgr | Programming | | Add Comment.

How to shut down all applications using a single shortcut

shortcut1

Having a lot of stuff running at the same time is pretty common to almost everyone; music, chat, browsing, games, etc. This eat resources and is kind of annoying to close one by one. Here’s a trick to close them … Continue reading

October 24, 2010 | Author: TatoSgr | Curiosities, Programming, Software | | Add Comment.

Lightweight Programming tools: Microsoft Visual Studio 2010 Express

visual studio 2010 express

Most of the people would think that Microsoft do not provide many free applications to the people, but the truth is that they do, and one of the most powerful application that they provide for free is the express edition … Continue reading

September 21, 2010 | Author: Carloswaldo | Programming | | 1 Comment. Add Comment.

IEBot: Automated internet explorer requests

image

There are a lot of situations where we may need to have an application like the one were are talking about in this post. For instance, we may need to do some automated request of a web page without knowing … Continue reading

September 19, 2010 | Author: Carloswaldo | Network and Communications, Programming | | Add Comment.

WinMerge: Compare and merge files easily

winmerge

Have you been in a situtation where you have a lot of versions of a file? Sometimes it happen when we are programming and ask for help to another person. For those situations it is very useful to get an … Continue reading

September 16, 2010 | Author: Carloswaldo | Programming | | Add Comment.

Extreme Editor: A notepad with extra features

extreme editor

In some situations, specially when we are programmers, we like to use a light application to edit source code, sometimes we have to use the notepad but it doesn’t have a lot of features that we may want when editing … Continue reading

August 24, 2010 | Author: Carloswaldo | Programming | | Add Comment.

Notepad++: A different way of editing files

notepad

The original notepad that comes with the Windows systems is very useful sometimes when we want to edit a text file or a source code file, but it was not made to that task. For that reason exist Notepad++ Notepad++ … Continue reading

July 27, 2010 | Author: Carloswaldo | Programming | | Add Comment.