16 August, 2005

Visual C++ PowerTools

Over at GotDotNet you can get the VC++ PowerTools.

The tools include:
  • Delta - Watch a directory to what items get changed.
  • FindDir - Find a directory on a server
  • Windows Installer Log Parser - Viewer for log files generated from Windows Installer Setups.
  • Depends - Scans and builds a hierarchical tree diagram of all dependant modules.
  • Window Control - COM Object allowing simple manipulation of windows via scripting languages.
  • SpCheck - Service Pack Checker will check the origin of many different components on a system.
  • Err - Lookup Error Constants in a number of NT Tables
  • ProcWait - Waits for 1 or more processes to terminate and inherits their return values.
  • C++ IFilter - C++ IFilter for Indexing Service searchs C++ code.
  • Ci - Command-line search tool for Indexing Service.
  • Srch - Graphical search tool for Indexing Service.
  • Wear - Reports all matches for an exe in the path.
  • JumpWin - Move an application from 1 monitor to another (when using multimon) at the touch of a key.
  • Remoted - Software Switchbox allows you to control multiple computers by moving your mouse to the edge of a screen.
  • Backinfo - Generates a wallpaper with System Data.
  • KAPIMon - Debugging Framework based on Kernel and User API Hooks. Do Not use on Windows XP machines.
  • SmartAny - This template library for generic resource management.
  • GRETA - Regular expression library that supports full Perl 5 syntax.

No comments:

Challenging myself to learn something new

I have recently set a big challenge for myself. I want to know about Machine Learning . To add to the challenge, I am trying out usin...