5 projects tagged "English"
mixd.tv helps you discover videos from your favorite online sources. You can use text searches or browse channels, add your favorite videos to the video library or publish them to the mixd.tv community in a playlist or via Facebook, and subscribe to channels and receive automatic updates.
backstep.py is a backup program that can be run in a directory. It makes a snapshot backup of the directory in a specified interval. The system backs up every file that has changed or was created in the specified interval. The user can restore a backup by telling the system to restore a backup that is a given amount of time old.
Charm++ is a portable adaptive runtime system for parallel applications. Application developers create an object-based decomposition of the problem of interest, and the runtime system manages issues of communication, mapping, load balancing, fault tolerance, and more. Sequential code implementing the methods of these parallel objects is written in C++. Calls to libraries in C++, C, and Fortran are common and straightforward. Charm++ is portable across individual workstations, clusters, accelerators (Cell SPEs and GPUs), and supercomputers such as those sold by IBM (Blue Gene, POWER) and Cray (XT3/4/5/6). Applications based on Charm++ are used on at least 5 of the 20 most powerful computers in the world.