Archive | Programming RSS feed for this section

Nautilus Script: Edit Remote Files (SSH) with Vim

My on again, off again love affair with KDE is currently off (but that’s another story). I’m once again enjoying the simplicity of Gnome, and the elegance of Nautilus. The ability to graphically browse remote servers via SSH is great, but I found out that trying to edit a remote file chokes Vim. Apparently the [...]

Read full story Comments { 0 }

Sanitize File Names Using VBScript

We use an ASP based form to enable our customers to submit files created as part of a registration process. During the submission, the file is sent as an email attachment to our support staff, and a copy is written to a file server as a backup. The application uses a standard Win32 Save dialog [...]

Read full story Comments { 2 }