« September 2006 | Main | November 2006 »
October 23, 2006
Javascript 1.7 in Firefox 2.0
So Firefox 2.0 will support Javascript 1.7. As I read through that page of JS 1.7 features, a lot of it (array comprehensions, generators, iterators, etc.) remind me a lot of features in Python.
Other languages support those features, too, but Python's what I'm most familiar with.
Posted by lsloan at 12:16 PM | Comments (0)
October 20, 2006
Another Eclipse SFTP plugin
Eclipse SFTP Plugin (ESftp) :: Eclipse Plugin Central
I actually tried this Eclipse SFTP plugin first, but it didn't work. It depended on something else that wasn't already installed, didn't come with this plugin, and I didn't know where to find it.
It appears that it would work a lot like the SFTP plugin made by JCraft.
Posted by lsloan at 09:25 AM | Comments (0)
SFTP Plugin for Eclipse
This SFTP plugin for Eclipse allows for files to be imported from an SFTP server. Files can also be exported. Imported files are actually copied from the server to local disk.
I was hoping to find an SFTP plugin that would allow editing of a remote file, like I can do with jEdit. Fugu for Mac OS X and some other SFTP clients enable remote editing by copying the remote file to a temporary location and opening it in an editor. I've not found anything like that for Eclipse. I'm not very familiar with it yet, but it says something about synchronization, so maybe that will accomplish what I want, in a slightly different way.
Posted by lsloan at 09:20 AM | Comments (0)