furkan mustafa
simplistic web page
hello! i am a computer programmer in Istanbul/Turkiye. This is as much as i can make as a personal web site.
twitter @furkanmustafa
cv here
12 July 2010
rejection page for old browsers (in turkish) download ( screenshot )
5 July 2010
grab frames from video using mplayer
mplayer video.mpg -osdlevel 0 -ss 57 -ao null -frames 1 -vo jpeg:outdir=framesDirectory/ -vf scale -zoom -xy 150
-ss 57 means; take frames beginning from 57th second.
-frames 1 means; take just 1 frame (that will probably be: framesDirectory/00000001.jpg)
-vf scale -zoom -xy 150 means; use 'scale' filter, and set width to 150px and height accoringly.
17 May 2010
finally published minf beta minf.org
15 May 2010
refusal here (video)
5 April 2010
innovationbox web site online.
12 November 2009
basic mastermind-like game implementation in c download (c source and macosx intel binary)
11 March 2009
a working patched dsdt file for acer aspire 2920z here