Ameya Solutions’ netProfileManager

2
Categories: .NET, C#, News
Posted on: 26th February 2010 by: Andrei

This is a small network profile manager that I’ve developed at the request of a friend of mine. He’s pleased with it and encouraged me to publish it.

The application is called netProfileManager and it is written in C#.

netProfileManager Screenshot

netProfileManager Screenshot

The main goal of the software is to allow you to create profiles that store your network configurations. It supports IPv4 both static and DHCP configurations. It uses the netsh and ipconfig command line utilities.

Profiles can be launched by right clicking the application icon in the tray bar or from the main interface. The software is provided as is with no warranty whatsoever.

Don’t hesitate to contact me if you wish to report a bug or make a suggestion.

You can download it here: http://ameya.ro/downloads.php

I would love to hear some feedback from those who’ve already tested it.

SQL list of countries

0
Categories: MySQL
Posted on: 1st February 2010 by: Andrei

I’ve always found myself needing an SQL list of all the countries in the world. After a little googling I found this on 27.org that has pretty much all the information needed for each country.

It also has an SQL file for US states if anyone is interested.

Direct link to file

Source article