Entries Tagged as ''

Sikuli – Development using graphical user interfaces and images

Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images (screenshots). The first release of Sikuli contains Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API’s support. You can programmatically control a web page, a desktop application running on Windows/Linux/Mac OS X, or even an iphone application running in an emulator.

Sikuli is a research project developed by User Interface Design GroupMIT Computer Science and Artificial Intelligence Laboratory (CSAIL). Sikuli Script and Sikuli IDE are both released under the MIT License.

Read the press Picture-driven computing by MIT News office.

http://sikuli.org

sikuli-uist2009

SixthSense on TED from MIT

Free virtual appliance

http://www.turnkeylinux.org/

Turnkey Linux is an open source project developing a free virtual appliance library that features the very best server-oriented open source software. Each virtual appliance is optimized for ease of use and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud.

Visual diff and merge tool

Gnome:
http://meld.sourceforge.net/

sudo apt-get install meld

Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. Look at the screenshots page for more detailed features.

KDE:
http://www.caffeinated.me.uk/kompare/

sudo apt-get install kompare

Kompare is a graphical difference viewer that allows you to visualize changes to a file. Whether you’re a developer comparing source code, or you just want to see the difference between that research paper draft and the final document.

Windows:

http://winmerge.org/

http://sourceforge.net/projects/winmerge/files/

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.