Archive for September, 2007

XBox360 interface with Javascript

Friday, September 28th, 2007

Just found a nice javascript-interface which is apparently inspired by the game “Blade” on the XBox360 from Microsoft.
See portalzine.de

xbox interface

searchCrystal. search visualization tool

Sunday, September 16th, 2007

searchCrystal lets you search and compare multiple engines in one place.
It is a search visualization tool that enables you to compare, remix and share results from the best web, image, video, blog, tagging, news engines, Flickr images or RSS
feeds.

(more…)

snippets about… Erlang

Saturday, September 15th, 2007

Erlang

  • general-purpose concurrent programming language and runtime system [...]
  • Erlang is used in several large telecommunication systems from Ericsson. [...]
  • terminate every expression with a DOT followed by a whitespace! [...]
  • Example:
    • -module(test).
      -export([fac/1]).
      fac(0) -> 1;
      fac(N) -> N * fac(N-1).
  • JSON and JSON-RPC for Erlang

ASCII scissors

Tuesday, September 11th, 2007

Just wanted to put an ASCII scissor in a page and thought how to do this. Here are some suggestions. :)

Using unicode:

✂ ?
✁ ?
✃ ?

or the old classical way with ‘%’ and ‘<‘ which results in

%<

Also nice in combination with a line:

%<—————-

Also works with ‘8‘:

8<

Twitter Blocks

Friday, September 7th, 2007

No real usability, but a funny idea — the “Twitter Blocks” (explore.twitter.com/blocks).

Twitter Blocks

Red Hat Developer Studio Beta 1

Tuesday, September 4th, 2007

Red Hat Developer Studio is a set of eclipse-based development tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured tools offer significant time-savings and value, making them more productive and speeding time to deployment. Red Hat Developer Studio will be available as a new subscription offering soon.

See labs.jboss.com…

Note: Needs a Java version >= 1.5 to run.

Demo gegen Sicherheits- und Überwachungswahn

Monday, September 3rd, 2007

DEMO_BERLIN

JBossTools 2.0.0.beta3

Monday, September 3rd, 2007

Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2 [...]

Download @ Sourceforge