Partners
WndTabs
CvsIn
Main Page
News

Features
History
Known Issues
FAQ

Order
Downloads

Beta
WWhizInterface

Support
Links

Other Add-ins
Misc. Code

Miscellaneous Code

LuaPlus 5.0 Distribution (Build 1076 - May 17, 2003)

Perforce Depot Diff

The Perforce Depot Diff utility can recursively diff your client workspace similar to SourceSafe's recursive folder difference function. Depot Diff does not do a full difference of local versus depot files, like SourceSafe does. Instead, it relies on the Perforce server to inform the utility of the differences.

Download it here (includes source): DepotDiff.zip

The newest source code can always be retrieved from the Perforce Public Depot. The Public Depot web page is available.

  1. Set P4PORT=public.perforce.com:1666.
  2. Make a directory to store DepotDiff.
  3. Execute 'p4 client' to make a user on the server, if you haven't already done so.
  4. Finally, type:

    p4 sync //guest/joshua_jensen/DepotDiff/...

LuaState 4.1 Alpha Distribution

This is old, but it is here if anyone wants it.

LuaState (A C++ Lua Wrapper) for Lua 4.1 Alpha

Script: A Lua Wrapper (really old)

View the documentation online here.
Download the C++ Lua wrapper.


Copyright © 2000-2007 Joshua C. Jensen