"with a $1 million prize offered to the person (or machine) that can solve each problem" I better find the solution before my computer do or I won't get anything !
I hope the price is not around the same price for other flash memory which is a little lower that 50 cents (canadian... not sure for US). Cause that would make a 2TB card worth over 1 million dollars !
It's funny to see how "The Inquirer" says: "The number of downloads will be limited to 2.5 million a day". The SP2 is 266 meg, so 2.5 millions downloads is actually 634 terabytes, which IMHO is a lot ! Ok yes there might be more need than that, but that is hell of a lot, and a normal user don't download service pack the day it cames out, if ever ! 634 Terabytes ought to be enough for all slashdot windows users !
I'm not sure what I am the most afraid of: 1- The explaination of the parent post or 2- The fact that I knew all about that and was about the reply the same.
Nope they are not... Yeah they look pretty much like coroutines, but they are restricted to enumeration/iterator. I was really looking forward coroutines so I'm a bit disapointed about that. "An iterator block produces a sequence of values, all of the same type. This type is called the yield type of the iterator block. The yield type of an iterator block used to implement a function member that returns IEnumerator or IEnumerable is object. The yield type of an iterator block used to implement a function member that returns IEnumerator or IEnumerable is T."
Meaning: Function with yeild return must return iterator.
"When a function member returning an enumerable interface type is implemented using an iterator block, invoking the function member does not immediately execute the code in the iterator block. Instead, an enumerable object is created and returned. The enumerable object's GetEnumerator method returns an enumerator object that encapsulates the code specified in the iterator block, and execution of the code in the iterator block occurs when the enumerator object's MoveNext method is invoked."
So you really can only get an enumerator out of them... maybe you could use it by hand and have something like coroutine... but it's not meant to be.
Generic, Anonymous and Partial types are very nice missing feature in C#. I can't wait to get those. Iterator is more like a trick to help with iterator implementation which will be used lot less than the 3 others.
I want a good framerate and I dont have a ATI Radeon 9800 Pro... Did they realize that that card was $750 over here? I got two 10k hardrive, a raid card and 512 meg of ram for that price !
First 1/x x-> 0 isn't equal to infinity. Its undefined because x -> 0+ = infinity and x -> 0- = -infinity.
Lets say we cange both with 0+ But (2/x)/(1/x) x -> 0 is equal to [infinity]/[infinity] but that gets you nowhere. That doesn't mean that because the equation can't be resolved in that state that the real solution (2) is equal to that unsolvable state. It is just plain illogical to compare infinite with infinite. It's not smaller, not larger, not even equal.
There is a strong name filter, so you won't see things like that. PVP is by duel when both players accept to do one. There is faction stuff but you have to go join one so only people interested in PVP does join. Oh there is no such force skill.
Something very funny is that this LCG: #define VME_RAND(r) ( (r)=((r)*0x19660du+0x3c6ef35fu)&VME_MAXINT ) fail at least two basic test that any pseudo random generator should pass. (Permutations and Rises)
We had those kind of cards around here few years ago, until they realized that some people were able to add money on cards. Increasing the balance counter on the card using iso card reader/writer. Oh and you can do it with phone cards and all others.
But what is OS X more than bsd with some theme?
"with a $1 million prize offered to the person (or machine) that can solve each problem"
I better find the solution before my computer do or I won't get anything !
Valve said long time ago that CS for Half-life 2 was NOT CS2, only the original CS for HL2. Why should we now be surprised about it?
I guess it now make sense to call them iLamps ! Damn it was my favorite joke.
I hope the price is not around the same price for other flash memory which is a little lower that 50 cents (canadian ... not sure for US). Cause that would make a 2TB card worth over 1 million dollars !
It's funny to see how "The Inquirer" says: "The number of downloads will be limited to 2.5 million a day". The SP2 is 266 meg, so 2.5 millions downloads is actually 634 terabytes, which IMHO is a lot ! Ok yes there might be more need than that, but that is hell of a lot, and a normal user don't download service pack the day it cames out, if ever ! 634 Terabytes ought to be enough for all slashdot windows users !
I'm not sure what I am the most afraid of:
1- The explaination of the parent post
or
2- The fact that I knew all about that and was about the reply the same.
Go out of the matrix in the real world? Is that some kind of plan to drive mmorpg addicts away from their computer?
Nope they are not ... Yeah they look pretty much like coroutines, but they are restricted to enumeration/iterator. I was really looking forward coroutines so I'm a bit disapointed about that.
... maybe you could use it by hand and have something like coroutine ... but it's not meant to be.
"An iterator block produces a sequence of values, all of the same type. This type is called the yield type of the iterator block.
The yield type of an iterator block used to implement a function member that returns IEnumerator or IEnumerable is object.
The yield type of an iterator block used to implement a function member that returns IEnumerator or IEnumerable is T."
Meaning: Function with yeild return must return iterator.
"When a function member returning an enumerable interface type is implemented using an iterator block, invoking the function member does not immediately execute the code in the iterator block. Instead, an enumerable object is created and returned. The enumerable object's GetEnumerator method returns an enumerator object that encapsulates the code specified in the iterator block, and execution of the code in the iterator block occurs when the enumerator object's MoveNext method is invoked."
So you really can only get an enumerator out of them
Generic, Anonymous and Partial types are very nice missing feature in C#. I can't wait to get those. Iterator is more like a trick to help with iterator implementation which will be used lot less than the 3 others.
I want a good framerate and I dont have a ATI Radeon 9800 Pro ... Did they realize that that card was $750 over here? I got two 10k hardrive, a raid card and 512 meg of ram for that price !
About the:
lim 1/x x-> 0 = [infinity]
lim 2/x x-> 0 = [infinity]
lim (2/x)/(1/x) x -> 0 = [infinity]/[infinity] = 2
First 1/x x-> 0 isn't equal to infinity. Its undefined because x -> 0+ = infinity and x -> 0- = -infinity.
Lets say we cange both with 0+
But (2/x)/(1/x) x -> 0 is equal to [infinity]/[infinity] but that gets you nowhere. That doesn't mean that because the equation can't be resolved in that state that the real solution (2) is equal to that unsolvable state.
It is just plain illogical to compare infinite with infinite. It's not smaller, not larger, not even equal.
There is a strong name filter, so you won't see things like that. PVP is by duel when both players accept to do one. There is faction stuff but you have to go join one so only people interested in PVP does join. Oh there is no such force skill.
(Been in SWG beta since beta 2)
Something very funny is that this LCG:
#define VME_RAND(r) ( (r)=((r)*0x19660du+0x3c6ef35fu)&VME_MAXINT )
fail at least two basic test that any pseudo random generator should pass. (Permutations and Rises)
We had those kind of cards around here few years ago, until they realized that some people were able to add money on cards. Increasing the balance counter on the card using iso card reader/writer. Oh and you can do it with phone cards and all others.
Spray prozac !
Yeah right !
Because OGG won't play on my Nomad Jukebox !
How comes we can't post [nt] messages?
What about CowboyNeal did it?