CraigWardman.com

[ Tools ]

/misc/tools

Online Tools

TaxCalc 2009/10



Name:  TaxCalc (Tax & National Insurance Calculator)
Ver :  Fiscal Year 2009/2010

Desc:
This is an online tax and national insurance calculator for the fiscal year 2009/2010. You can simply enter your annual salary and tax allowance value and see how much tax and national insurance you pay and what you will come out with as a net salary. This is for the next fiscal year and so is subject to change. (UK only)
URL: TaxCalc2009.asp
 Report Bug
 

TaxCalc 2008/09



Name:  TaxCalc (Tax & National Insurance Calculator)
Ver :  Fiscal Year 2008/2009

Desc:
This is an online tax and national insurance calculator for the fiscal year 2008/2009. You can simply enter your annual salary and tax allowance value and see how much tax and national insurance you pay and what you come out with as a net salary. (UK only)
URL: TaxCalc2008.asp
 Report Bug
 

TaxCalc 2007/08



Name:  TaxCalc (Tax & National Insurance Calculator)
Ver :  Fiscal Year 2007/2008

Desc:
This is an online tax and national insurance calculator for the fiscal year 2007/2008. You can simply enter your annual salary and tax allowance value and see how much tax and national insurance you pay and what you come out with as a net salary. (UK only)
URL: TaxCalc2007.asp
 Report Bug
 

Desktop Tools

CodeSnippetEvaluator



Name:  VB.NET Code Snippet Evaluator
Ver :  v1.0 BETA

Desc:
This program allows you to enter simple VB.NET statements and will compile and run the code in one operation, displaying whatever return value you have defined in your code. This is useful for quickly gaining access to the power of VB.NET processing without the overhead of starting a project in Visual Studio and having to compile an application.
 download: exe (24KB)
 Report Bug
 

LRValSwap



Name:  LRValSwap Utility
Ver :  v1.0

Desc:
This is a small utility which allows you to paste a chunk of text which contains value assignments and will then invert the operation by switching the left and right operators. This is handy when coding object -> GUI and subsequently GUI -> object property assignments.
(E.g. txtName.text=myPerson.Name, becomes myPerson.Name=txtName.text).

 download: exe (39KB)
 Report Bug
 

KProcView



Name:  KProcView - NT Process Viewer
Ver :  v1.0 BETA

Desc:
This program tries to enumerate all running processes using the kernel-side NT API ZwQuerySystemInformation. This is useful for trying to detect rootkits which patch the user-side Win32 APIs for detecting processes. It also enumerates lots of other information about those processes, such as loaded modules, thread information, window information and more! It also provides other additional functionality, including a technique for killing protected system processes.
 download: exe (25.3KB)
 Report Bug
 

SQLCommand



Name:  SQL Command Database Utility
Ver :  v1.1

Desc:
A small utility written in VB.NET (requires .NET Framework 2.0) used to connect to an SQL database (directly or using an ODBC DSN) and easily run SQL commands on the database, and view the results where applicable.
 download: exe (13.9KB)
 Report Bug
 

AddHostEntry



Name:  Add Host Entry Utlity
Ver :  v1.0

Desc:
A batch file which automates the addition of an entry into the Windows hosts file.
 download: bat (1KB)
 Report Bug
 
CraigWardman.com