fpschultze - Tools - Subversion 1.6.6 released - News

fpschultze

Frank-Peter Schultze's Scripting Site

WebRing
Login Consultants BlogRing
Previous Site : Random Site : Next Site : List Sites
Powered by WebRingo
Main Menu
Site Search
License
Creative Commons License
Cool Companies
Login Consultants
Immidio | Shortcuts For Sharp Minds
My PowerShell IDE is PowerGUI

(1) 2 3 4 ... 21 »
Tools : Subversion 1.6.6 released
Posted by Frank-Peter Schultze on 26-Oct-2009 13:43 (291 reads)

Subversion 1.6.6 was released on 21-Oct-2009. It is a maintenance release containing the latest bugfixes to the 1.6.x line. For the official release announcement, see http://subversion.tigris.org/ds/viewMessage.do?dsForumId=445&dsMessageId=2410046

PowerShell Scripting : Start Process And Wait
Posted by Frank-Peter Schultze on 11-Oct-2009 15:50 (639 reads)

One of the new Cmdlets introduced with PowerShell v2 is called Start-Process. It starts a process on the local computer and optionally waits for it to complete. The Cmdlet is implemented by using the Start method of the System.Diagnostics.Process class of the NET Framework. PowerShell v1 doesn't have a Cmdlet like this.

I am missing the following functionality in the Start-Process Cmdlet:

  • Wait For Child Processes

  • Timeout

Read More... | 1224 bytes more
PowerShell Scripting : Notepad++ Language File for PowerShell
Posted by Frank-Peter Schultze on 08-Oct-2009 13:40 (679 reads)

Installing a user defined language file for Notepad++ that someone else has written is pretty simple as long as you haven't installed any previously - you just drop the file in your %APPDATA%\Notepad++\ directory. If you've added other user defined languages, you need to merge the two XML files together. That's pretty bad on the user experience side, but if you're the kind of person who needs two user defined languages, you're a total geek who loves merging XML files anyways

PowerShell Scripting : INI File PowerShell Functions
Posted by Frank-Peter Schultze on 07-Aug-2009 19:50 (1055 reads)

Though XML is around for years now, I still stumble accross those old school INI files. Inspired by a small piece of code that I found recently at stackoverflow.com I have built a small PowerShell library that provides the following functions:

  • Import-Ini - read an INI file's entire content into memory, structured as hashtable

  • Export-Ini - write the hashtable back to file

  • Remove-IniCategory - remove a category from an INI file

  • Remove-IniKey - remove a key from an INI file

  • Get-IniKey - return value of an INI file key

  • Set-IniKey - set a key in an INI file

Read More... | 5066 bytes more
Tools : Compare Files with DiffMerge
Posted by Frank-Peter Schultze on 02-Jul-2009 14:48 (688 reads)

DiffMerge is an application to visually compare and merge files for Windows, Mac OS X and Unix.

Product Features

  • Diff. Graphically shows the changes between two files. Includes intra-line highlighting and full support for editing.

  • Merge. Graphically shows the changes between 3 files. Allows automatic merging (when safe to do so) and full control over editing the resulting file.

  • Folder Diff. Performs a side-by-side comparison of 2 folders, showing which files are only present in one file or the other, as well as file pairs which are identical or different.

  • Configurable. Rulesets and options provide for customized appearance and behavior.

  • International. Compatible with 42 different character encodings.

  • Free. Full featured. Not a demo!

(1) 2 3 4 ... 21 »
 

© 2000-2006 mail | Powered by XOOPS 2.0.13.1 © 2001-2005 The XOOPS Project