add rss feeds to series 1 and series 2 tivos – hack a day – www.hackaday.com
Now we just need to read the enclosures, download the Torrents and add them to the menu.. Has it been done (on TiVo)?
add rss feeds to series 1 and series 2 tivos – hack a day – www.hackaday.com
Now we just need to read the enclosures, download the Torrents and add them to the menu.. Has it been done (on TiVo)?
Prospector Demo
From the site:
Prospector a “search engine” for Java code examples, designed to help programmers use, navigate, and learn about object-oriented APIs. The primary design goal is to help out programmers that get stuck using complex APIs. Imagine that a programmer is writing some Java code, that she has a URL object pointing to a JPEG file, and that she wants to display it as an image using the java.awt.Image class. Unfortunately, Image is an abstract class, and it’s not very obvious how to create one at all, let alone how to create one from a URL. Now, she can ask Prospector for a list of code examples, pick out an example, and get back to coding.
My Comments:
Nice, they are developing this as an Eclipse plugin and there is an online demo. If only I could get it to tell me how to make a BufferedImage from an Image. Ooops, my fault, I wasn’t specifying BufferedImage correctly, I should have said: java.awt.image.BufferedImage.
Benhui.net the harmony of mobile development
Great information on Bluetooth, J2ME, MIDP 2 and more.
mpowerplayer
From the site:
mpowerplayer is a MIDP runtime written in pure Java.
Think of it as an appletviewer for midlets. If you know why that’s useful, then this tool is for you.
With mpowerplayer you can run J2ME applications on your desktop computer. If you like, you can play the same games that run on your phone on your desktop.
Java Technology Fundamentals Newsletter
Gotta have cut and paste, drag and drop, man…
BEK : piksel : piksel04
An interesting set of pages describing a conference, some open source software and documentation regarding efforts to provide interoperability between open source video based applications. Of note is Livido a plugin framework, VideoPiping (sending raw video via named pipes from one app to another), Vloopback and so on.
Here is what they say on the site:
Piksel is a framework of tools and libraries which aims to provide interoperability between various free software applications dealing with video manipulation techniques.
The current focuses of the project are: implement a library for plugin dinamicly loaded video processors and colorspace transformations; develop of a standard set of control commands for interoperability between media applications, providing a library implementation which makes it easy to be embedded into softwares.
This project has its origins at the Piksel meeting held at the Bergen Center for Electronic Arts, in which authors from various free software applications met to settle common specifications: EffecTV, FreeJ, LiVES, MoB, PD/PDP, VeeJay.
GStreamer
From the site:
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing.
OpenQuicktime – a new Quicktime Library
Very interesting project, includes a beta version of a broadcasting app as well.
From the site:
OpenQuicktime aims to be a portable library for handling Apple’s QuickTime™ popular media files on Unix-like environments. It is aim is to provide encoding, authoring and editing support as well as video playback.
Howstuffworks “How C Programming Works”
Thanks to Josh for the pointer.
Charmed Labs
Check out the Xport 2.0!