Git is really simple and VERY powerfull. It makes svn look like an idiot – but that’s just my personal opinion ;-)
Anyways, I’m using github most of the time, but now I’d like to hava a non public repository (yet remote) for some small project. I’ve been commiting to a local git instance from the [...]
Tags:
coding,
free software,
git,
gitosis,
guide,
open source,
terminal,
webdeveloper
This time I’ll post some actual code. A client wanted me to write an “image slider”. You’ve probably seen lot’s of them online – and a whole lot of them is in flash – why? There is no need to involve flash in such a trivial task, and jQuery is more than up to the [...]
Tags:
coding,
free,
guide,
javascript,
jquery,
open source,
web,
web dev,
webdeveloper,
webmaster
Skoro była taka seria z wgetem, to przyszedł czas na to samo z mencoderem. mencoder to program do ogólnie pojętej obróbki plików video. Jeżeli korzystasz z jakiegoś okienkowego programu do modyfikowania wideo pod linuksem, z dużym prawdopodobieństwem jest on nakładką na mencodera :>
Dzisiejszy temat to obracanie całego filmu:
mencoder -ovc lavc -vf rotate=1 -oac copy input.mpg [...]
Tags:
coding,
guide,
hack,
linux,
mencoder,
trick