701
Coding Snacks / Re: Auto-convert PNG to JPG in clipboard
« Last post by tinjaw on January 26, 2008, 02:13 PM »iTunes is *storing* the image as a jpeg and Media Monkey is *storing* the image as a png. but you can cut and paste freely.
In america, isn't that a superstition about wishing people happy birthday early? Around here, it's said to bring bad luck.-jgpaiva (January 26, 2008, 08:01 AM)
I could do the same thing in Delphi,-tranglos (January 25, 2008, 07:24 AM)
Choosing between Python and Delphi is like trying to decide which one of the Olsen Twins you want to sleep with.I dunno if there's XSLT libraries/bindings for Python (there probably are)-f0dder (January 25, 2008, 08:18 AM)
my first night with PythonDreamy-tranglos (January 25, 2008, 07:24 AM)


unless you want the service to run from a different server than the repository.Yes, that's the whole idea. It would be for those times that the person hosting the svn repo hasn't made it available via ViewVC, or WebSVN or similar means.-f0dder (January 26, 2008, 06:57 AM)
.tar.gz sizes wouldn't be too bad if you just want to check out a single revision, as source code compresses very well (as long as you use solid compression like tar+whateve, rar, 7zip etc. - zip sucks).Yes, zip may suck, but it is universal - even on locked down corporate machines. For example, all I would have been able to use at work was a zip.-f0dder (January 26, 2008, 06:57 AM)

This is actually a damn cool idea i think, a web service that will go grab an svn respository and deliver it to you as a zip file.-mouser (January 26, 2008, 03:59 AM)
there are a couple of window spy tools that might be helpful with the above - you get one with AHK, but a more comprehensive tool is available here (courtesy of Toralf) http://www.autohotke...forum/topic8976.html-Target (January 23, 2008, 07:13 PM)
Could tinjaw give more details on why "Python" in addition to cross platform capability.
I'm interested in broadening my programming language abilities.-TxQuestor (January 21, 2008, 11:48 AM)
The Zen of Python
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!-PEP20
As an alternative, can anyone recommend an IDE.
Example: SharpDevelop, DevC++.-TxQuestor (January 21, 2008, 11:48 AM)