Archive for December, 2009

Including Mathematics in Web Pages »

The jsMath package provides a method of including mathematics in HTML pages that works across multiple browsers under Windows, Macintosh OS X, Linux and other flavors of unix. It overcomes a number of the shortcomings of the traditional method of using images to represent mathematics: jsMath uses native fonts, so they resize when you change [...]

Running a DLL Procedure Directly »

To run a procedure in a DLL in simple. Just by using rundll32.exe <dll name>, <procedure name>, you can run the procedure. Procedure name is case sensitive. E.g. to lock your computer, run “rundll32.exe user32.dll,LockWorkStation” You can also use strings from sysinternals to view the available procedures in the dll. E.g. for user32.dll, some of [...]

Check Modem AT Commands »

This is a diagnostics tool included in MessagingToolkit to help you verifying the AT command support of the modem or handset. First, make sure your modem is connected to your computer either through serial cable, bluetooth or infrared. Select the correct configuration (port, data bits, baud rate). Enter the PIN if it is configured in [...]

Open Source JAVA JMS Console »

HermesJMS is an extensible console that helps you interact with JMS providers making it easy to browse or seach queues and topics, copy messages around and delete them. It fully integrates with JNDI letting you discover administered objects stored, create JMS sessions from the connection factories and use any destinations found. Many providers include a [...]

Free SQLite Database Administration Tool »

Lita is a free SQLite database administration tool for Windows, MacOSX and Linux. Open, create, compact, manage SQLite databases Create, rename, delete, and empty tables Create, rename and delete columns Create, modify and delete records Encrypt or reencrypt your databases Run, import and export your custom SQL statements Create and delete indices

Free .NET Profiler »

Here are some alternative to Visual Studio Team System Profiler if you are looking for free .NET profiler tools The CLR Profiler includes a number of very useful views of the allocation profile, including a histogram of allocated types, allocation and call graphs, a time line showing GCs of various generations and the resulting state [...]

iSQL Viewer »

iSQL-Viewer is an open-source JDBC 2/3 compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database [...]

Archiva: Maven Repository Manager from Apache »

Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT. Archiva offers several capabilities, amongst which remote repository proxying, security access management, build artifact storage, delivery, browsing, indexing and usage [...]