Viewing 15 posts - 991 through 1,005 (of 3,221 total)
Jeff Moden (3/2/2016)
Gary Varga (3/2/2016)
Hugo Kornelis (3/2/2016)
And a friendly reminder to anyone to be carefull when following links. This one might be legit, or it might be a...
March 3, 2016 at 1:01 am
Jeff Moden (3/2/2016)
...that's one of the articles I'm working on...
Looking forward to it 🙂
March 3, 2016 at 12:59 am
You are most welcome. Good luck in finding the issue (BTW reporting back here might help someone else later on).
March 3, 2016 at 12:53 am
I totally agree with the editorial. FOSS was purported by many as the next silver bullet for secure code. They were about as right as all previous and subsequent purveyors...
March 3, 2016 at 12:49 am
Steve, Luis,
Constructive criticism accepted. I was busy but that is not a good enough excuse. I thought that the title and URL were clear enough but as proven by the...
March 2, 2016 at 9:12 am
Just because the outcome leans towards some categorisation of people doesn't mean that the training of the algorithm is biased. Maybe the situation it is modelling is biased so that...
March 2, 2016 at 9:08 am
I think it must be the way you are reading it from the registry. Are you flattening a structure? If so you might need to have you retrieval of registry...
March 2, 2016 at 9:03 am
Kyrilluk (3/2/2016)
I don't want things public. That creates issues. But they need to be able to be audited, independently.
Can two experts disagree? Sure. We see this all the time in...
March 2, 2016 at 8:17 am
You are most welcome Kit 😎
March 2, 2016 at 4:46 am
Hugo Kornelis (3/2/2016)
And a friendly reminder to anyone to be carefull when following links. This one might be legit, or it might be a virus. No way to...
March 2, 2016 at 3:36 am
This is a legit link. I am just posting it here for anyone who wants/needs/would get value from the ebook for free. I get nothing from this and if you...
March 2, 2016 at 3:34 am
Matt Miller (#4) (3/1/2016)
...Without a brain to balance out multiple contravening pattern matching algorithms (which we seem to be tooled with), algorithms are easy to fool once you understand them...
Spot...
March 2, 2016 at 2:25 am
It sounds like you need to loop around the $Param1 array in threes. Something a little like this:
for ($instanceIndex = 0; ($instanceIndex + 2) -lt $Param1.Count; $instanceIndex += 3)
{
...
March 2, 2016 at 2:21 am
ebooklub (3/1/2016)
...foreach loop can't be used if you modify collection...
Yep. Standard .NET limitation.
March 2, 2016 at 2:08 am
Viewing 15 posts - 991 through 1,005 (of 3,221 total)