Req. Designation - Jr. Software Engineer(QA)
Company - Allindia Technologies Limited.
Criteria - Any Degree
SALARY - 2.5 to 3.5 lakhs PA.
How to apply -:
1] Click the below link and first complete your profile with your
school and college.
http://www.batchmates.com/MGMhome.asp?refid=1970195&re
Best of the best hardware lists at http://www.topmole.com
Don't waste hours searching for the best graphics card or digital camera find
it instantly on www.topmole.com
Find the best:
AMD Socket 939 Motherboards
Internal Hard Drives
17 inch TFT Monitors
19 inch TFT Monitors
20 inch TFT Monitors
Jeff Shannon wrote:
> class __Foo:
> "I am a singleton!"
> pass
>
> def Foo(foo_obj = __Foo()):
> assert isinstance(foo_obj, __Foo
> return foo_obj
this is a bit simpler, I think, and takes advantage from Python's free
name-rebinding.
class Singleton(object):
def __call__(s
Alex Martelli wrote:
[snip]
> I disagree: compile time is when the compiler is running (for
example,
> the compiler is the component which diagnoses syntax errors, while
other
> errors are diagnosed ``at runtime'').
[snip]
That thing about syntax errors is news to me. I thought they were
caught at