Category: Development
-
Nomads USB-Zine 2012
Building Up the first Nomads USB-Zine The Nomads USB-zine is a mixture of brochure, videos and info material that become a multimedia Fanzine on USB stick media. With the USB-zines we can distribute our info material on demand, decreasing the consume of media support as DVD or Paper to promote our ideas. We organized a…
-
HTML5 Video
So, here we are, with the hope to kill Adobe flash player from our carrier. The only chance ATM (at the moment) is HTML5 video embed. the compatibility does not seem to be so good: MP4 opera 10.6 does not support this format OGG/OGV explorer 9 and safari 5 do not support webM explorer 9…
-
Viper Video Editor Review
Kollege Helmchyn programmed a video editor in python: VIPER It uses mplayer and mencoder to play and encode videoclips. this way, it reads almost every video codec and can create various outputs. The frontend is programmed in Python and TK GUI-lib. you can combine multiple videoclips in a timeline and select their length and in/out…
-
Shell Basics Workshop Report n. 3/3 Juli 2010
>> nerdcafe Vetomat 26.7.2010 snufu/fuzzy speach, Zbog report SHELL BASICS N°3 [c]$ ncal -w[/c] calendar for the current week (it shows the all month) [c]$ red[/c] open a (strange) text editor in the terminal to go out: q + enter [c]$ mcedit filename[/c] the famous midnight-command editor (apt-get install mc) [c]$ mc[/c] clone of…
-
Shell Basics Workshop Report n. 2/3 Juli 2010
>> nerdcafe Vetomat 19.7.2010 snufu/fuzzy speach, Zbog report SHELL BASICS N°2 [c]$ nmap 192.168.1.0[/c] scan the local subnet to check for available hosts – nmap returns all IPs of running machines in the specified subnet. 192.168.1.0-100 scans IPs 1-100. (you ll need to apt-get install nmap) [c]$ uptime[/c] Shows when the pc started; how many…
-
Shell Basics Workshop Report n. 1/3 Juli 2010
>> nerdcafe Vetomat 12.7.2010 snufu/fuzzy speach, TKilla report SHELL BASICS N°1 LinuxWorks workshop about Linux usage of the terminal. Weekly appointment every Monday in Vetomat at 19:00. Scharnweberstrasse 35, F’hain, Berlin. the “shell” is the program in the terminal, –> Application –>Accessories —>Terminal where you can run all the commands installed on the system…
-
PONGuino – Arduino & S65 Shield – 2 Player MiniGame
I wanted a playable game to show the possibilities of the Arduino plattform in workshops. Since I already have a S65-Shield built in a box with two joysticks, I wanted to use that MirrorBot hardware for presentation. The most funny code I could find for the S65 Shield was a Pong game by www.codetorment.com This…
-
Software Remote Control – Python GTk Servo Control
The software interface is a gtk-python program, which controls the movements by keyboard and graphical user interface. We use this during live visual performances on a Asus EEE netbook, which is also running as a preview screen for the video mixer output. There are 9 automatic programs to move the projections in different patterns across…
-
Wiimote Control – Python Cwii Frontend
This is a frontend to simplify the connection and configuration of a Wiimote and its bluetooth connection. It is based on Cwii Library and can map axis and buttons of the wiimote to keyboard, mouse and joystick events It has got different preconfigured modes for web-browsing, various games, TV remote control and presentations. The config…
-
MirrorBot Moving Projections System
Mirror Bots .: moving visuals projections – standalone & Linux GUI controller This is a robotic system to move VJmix projections all over the walls. Video: MirrotBot in Action Köpi, Berlin 11.2008[youtube]http://www.youtube.com/watch?v=hu-coF1kt70[/youtube] Mirrors are mounted on servo motors to rotate them in front of dia projectors or beamers. This way, the projections are moved across…