30201
Living Room / Re: Whats on your desktop?
« Last post by mouser on August 13, 2006, 01:28 PM »all i have is blue with no icons.


Have your idea turned in to the next blockbuster toy, or a great trade show giveaway. Whether it is very high retail quality, or a cost effective promotional item, we can manufacture and deliver a safe, good quality plush toy.
Minimum 500 order.
Shed Skin is an experimental Python-to-C++ compiler. It accepts pure Python programs, and generates optimized C++ code. This means that, in combination with a C++ compiler, it allows for translation of Python programs into highly efficient machine language. For a set of 16 non-trivial test programs, measurements show a typical speedup of 2-40 over Psyco, about 12 on average, and 2-220 over CPython, about 45 on average (see Section 5 of my Master's Thesis on the right). Shed Skin also outputs annotated source code.
..
The high performance and elegant approach of Shed Skin (it is only 6000 lines!) come at a cost. First, it currently only accepts programs that are statically typed. This simply means that variables can only ever have a single type. So e.g. a = 1; a = '1' is not allowed. Of course, a single type can be abstract or generic (as in C++), so that e.g. a = A(); a = B(), where A and B have a common base class, is allowed.
The latest science news, research tidbits and science discussion.
Detailed research into Science a GoGo has identified a clear passion for science accompanied by a startling lack of commercial acumen and a cavalier attitude toward the use of apostrophes.
#40 - Why smart people defend bad ideas
By Scott Berkun, April 2005
We all know someone that’s intelligent, but who occasionally defends obviously bad ideas. Why does this happen? How can smart people take up positions that defy any reasonable logic? Having spent many years working with smart people I’ve catalogued many of the ways this happens, and I have advice on what to do about it. I feel qualified to write this essay as I’m a recovering smart person myself and I’ve defended several very bad ideas.
ChipIn makes collecting money from your social network easy by automating the time-consuming process of soliciting and collecting monetary contributions. The ChipIn service is currently free to organizers, participants, and recipients, and it is easy to use, allowing you to collect more money with far less effort. By following these simple instructions, you can start collecting money in just minutes!
The software they are using works, but not completely how they would want it to.