X10 is a type-safe, modern, parallel, distributed object-oriented language intended to be very easily accessible to Java programmers. It is targeted to future low-end and high-end systems with nodes that are built out of multi-core SMP chips with non-uniform memory hierarchies, and interconnected in scalable cluster configurations. X10 highlights the explicit reification of locality in the form of places; lightweight activities embodied in async, future, foreach, and ateach constructs; constructs for termination detection and phased computation; the use of lock-free synchronization; and the manipulation of global arrays and data structures.
Re: online demo not working There are two PDF plugins, one that is quite simplistic and another one based on code from xpdf (which has a bad security track record). Depending on which one...
Re: Also Requires gobject-2.0 Note that as of 0.5.3 LE still needs gobject-2.0 but the ordinary shared version will do fine now.
Re: Also Requires gobject-2.0 Well, gobject-2.0 is part of glib, so it is listed as a dependency. What is more tricky is that we need the static, relocatable version of the library -- but try ...
similar projects If you're looking for a similar project for PHP, checkout getid3. Also, if you just care about AVI and MPEG, the avinfo tool provides is a bit more information for th...
similar project libextractor is a similar project written in C (and C++ for some formats). libextractor does not support the same number of formats at this point and also does not allow w...