Affichage des articles dont le libellé est false. Afficher tous les articles
Affichage des articles dont le libellé est false. Afficher tous les articles

vendredi 7 mars 2014

false battery ? topic




Hello everyone, I received this battery buy on ebay: Can someone tell me if this is a true or false thank you?

Truths are manufactured exclusively in Korea and assembled in Vietnam?



and here is the photo he began to be!


he says :
Genuine Official Samsung Galaxy S4 2600mAh Standard Battery EB-B600BEBECWW
PLEASE NOTE SAMSUNG BATTERIES ARE MADE BOTH IN CHINA AND KOREA, OUR STOCK MAY VARY AND SOME WILL BE MADE IN CHINA AND SOME IN KOREA

is that correct?





jeudi 30 janvier 2014

1 > 0 == True -> False topic




Peter Otten writes:

> Jussi Piitulainen wrote:
>
> > Thibault Langlois writes:
> >
> >> Hello,
> >>
> >> $ python
> >> Python 2.7.4 (default, Sep 26 2013, 03:20:26)
> >> [GCC 4.7.3] on linux2
> >> Type "help", "copyright", "credits" or "license" for more information.
> >> >>> 1 > 0 == True
> >> False
> >> >>> (1 > 0) == True
> >> True
> >> >>> 1 > (0 == True)
> >> True
> >> >>>
> >>
> >> What am I missing here ?

> >
> > One or both of the following:
> >
> > >>> 0 == True

> > False
> > >>> True and False

> > False
> > >>> 1 > 0

> > True
> >
> > Or the fact that (1 > 0 == True) means ((1 > 0) and (0 == True)),
> > where each expression in such a chain is evaluated once, though in
> > this case it really does not matter since 0 is a literal.
> >
> > Hm, I don't know if the evaluation short-circuits. I think not, but
> > I've never needed to know, and I don't need to know now.

>
> It is easy to check though:
>
> >>> def zero():

> ... print("zero")
> ... return 0
> ...
> >>> def one():

> ... print("one")
> ... return 1
> ...
> >>> def true():

> ... print("true")
> ... return True
> ...
> >>> one() > zero() == true()

> one
> zero
> true
> False
> >>> zero() > one() == true()

> zero
> one
> False
>
> So yes, evaluation does short-curcuit.


Now I'm experiencing a mild form of information overload. Thanks
anyway :) My guess was wrong.

Now that I think of it, I've implemented a parser and evaluator once
with this kind of chaining, and it may well have short-circuited.





samedi 25 janvier 2014

false imei :( topic




along flashing about last night i ended up getting unknown baseband unknown imei unknown everything really and a circle signal, so the first thing i did was tryangle away to reset counter and to flash stock 4.1.2.

at first i thought thi was fixed as i got signal back and my baseband was back and seems everything was back however trying to make a call i got not registered on a network even with full signal.

i checked in settings again and i saw my imei was 004999*****0000 and i knew straight away that was not normal and looking at my phone box the imei on that is a mixture of numbers and totally different.
is there any fix for this? please help !!

also on my phone was an efs called efs_23Jan2014-2217.tar but that was only 27bites size on disk 4kb,
is this any use ?

thank you so much for your time :)