Picasa web je faj. Problémom je však ukladanie fotiek do domáceho albumu. Dá sa to samozrejme po jednej fotke, ale je to dosť únavné. Dlho som hľadal spôsob, ako sťahovať celé albumy až som našiel PicasaWeb Downloader.
Program je napísaný v c# pomocou #develop, open-source prostredí pre vývoj .NET aplikácií v jazykoch C#, Visual Basic.NET alebo Boo.
Ovládanie je jednoduché - prvý parameter je URL albumu na Picasa webe (pre istotu v uvodzovkách) a druhý nepovinný parameter je cieľový adresár.
Jednoúčelové, jednoduché, funkčné a uvoľnené pod vtipnou WTFPL licenciou.
Svetlu trvá 10-42s kým vo vákuu prejde vzdialenosť rovnajúcu sa priemeru prótonu. A samozrejme, 42 je zmysel života, vesmíru a vôbec (Douglas Adams, Stopárov sprievodca po galaxii)
piatok 18. apríla 2008
sobota 12. apríla 2008
vimdiff howto
Having only text mode available I choose vimdiff. After some time spent browsing manuals (the http://vimdoc.sourceforge.net/htmldoc/usr_08.html is very good) I realized that vimdiff is useful tool.
Little hints for newbies:
ctrl+w ctrl+w - switch windows
do - diff obtain
dp - diff put
[c - previous difference
]c - next difference
:diffupdate - diff update ;)
:syntax off - syntax off
zo - open folded text
zc - close folded text
There is also possibility to run
vimdiff file1 directory2
and vimdiff will try to open directory2/file1 as second file.
Update (davitenio):
If there are only two files you can copy differences with:
:diffget
and
:diffput
Update:
There is also quite interesting article about using vimdiff as subversion diff tool.
Little hints for newbies:
ctrl+w ctrl+w - switch windows
do - diff obtain
dp - diff put
[c - previous difference
]c - next difference
:diffupdate - diff update ;)
:syntax off - syntax off
zo - open folded text
zc - close folded text
There is also possibility to run
vimdiff file1 directory2
and vimdiff will try to open directory2/file1 as second file.
Update (davitenio):
If there are only two files you can copy differences with:
:diffget
and
:diffput
Update:
There is also quite interesting article about using vimdiff as subversion diff tool.
Prihlásiť na odber:
Príspevky (Atom)