stack overflow
Tag details
Welcome to the 'stack overflow' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'stack overflow'.
Latest blogosphere posts tagged “stack overflow”
-
"Magic" null argument testing
Jon Skeet: Coding Blog —
Authority:
Warning: here be dragons. I dont think this is the right way to check for null arguments, but it was an intriguing idea. Today on Stack Overflow, I answered a question about checking null arguments . The questioner was already using an extension similar to my own one in MiscUtil , allowing code like this: ...11 hours ago -
Can You Copyright An SQL Query?
Computer & Internet - computer-internet.marc8.com —
Authority: 169
This post is part of the IT Innovation series, sponsored by Sun & Intel. Read more at ITInnovation.com . Of course, the content of this post consists entirely of the thoughts and opinions of the author. read more2 days ago -
Curly-haired children
wheresrhys —
Authority: 111
It’s not every day you hit a refresh button and are faced with what looks like a Daily Mail plot to finally rid the world of sympathy for windfarms. But quaking in fear aside, You’ll notice that I spelt colonise the British way… but the site still let me in though, which is awfully nice/stupid of ...1 week ago -
Just how spiky is your traffic?
MSMVPS.COM —
Authority: 599
No, this isnt the post about dynamic languages I promise. That will come soon. This is just a quick interlude. This afternoon, while answering a question on Stack Overflow 1 about the difference between using an array and a Dictionary (where each string was actually the string representation of an integer) I posted ...3 weeks ago -
A new forum for startup questions: Answers OnStartups
47 Hats —
Authority: 458
By: Jason Cohen Founder, Smart Bear Software A Smart Bear If you’re like me… I hate that phrase. What if I’m not like you? What if I don’t want to be like you? What if I’m exactly like you but with a better haircut? So forget whether you’re like me, but see if any of the following could be used ...3 weeks ago -
Stack Sites Gaining in Popularity
Plugin.com —
Authority: 120
Have you heard about Stack Sites? If you haven’t, you will. Here’s an overview:In 2008 two programmers—Jeff Atwood and Joel Spolsky—created a website called StackOverflow. The site had one purpose: to allow its users to ask and/or answer questions…3 weeks ago -
Dew Drop – November 8, 2009
Alvin Ashcraft's Morning Dew —
Authority: 127
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Massive Search & Replace Among ...4 weeks ago -
A Rescue for Software Engineers?
The Lootmaar Blog —
Authority: 104
Software Engineers are the life-blood of a high-tech company. The ability to write clean, scalable code is part art and part science, and those who do it well, should be not a rung lower than the top of the totem pole. Instead, they are paid nothing, treated badly, expected to work like slaves on projects that insult ...4 weeks ago -
Our Programmers are not like Your Programmers
TechWag —
Authority: 419
Image via Wikipedia With apologies to Intel for usurping and corrupting their commercial tag line, in a classic “our rock stars are not like your rock stars” move, Stack Overflow (one of the best programming information web sites out there lately) has opened up a job board with a twist, employers will ...4 weeks ago -
Fine-tuning the StackOverflow theme
Diovo —
Authority: 394
Being a regular user of StackOverflow , I was constantly being haunted by some of the small design issues in the website. Look at the screenshot below (click to enlarge): I have this problem that I get really confused when visiting websites with a lot of stuff. Even though I have been to StackOverflow a zillion ...5 weeks ago -
Revisiting randomness
Jon Skeet: Coding Blog —
Authority:
Almost every Stack Overflow question which includes the words "random" and "repeated" has the same basic answer. Its one of the most common "gotchas" in .NET, Java, and no doubt other platforms: creating a new random number generator without specifying a seed will depend on the current instant of time. The current ...5 weeks ago -
OMG Ponies!!! (Aka Humanity: Epic Fail)
MSMVPS.COM —
Authority: 599
(Meta note: I tried to fix the layout for this, I really did. But my CSS skills are even worse than Tonys. If anyone wants to send me a complete sample of how I should have laid this out, Ill fix it up. Otherwise, this is as good as youre going to get :) Last week at Stack Overflow DevDays, London I presented a ...5 weeks ago -
Stack Overflow DevDays Toronto
Global Nerdy —
Authority: 498
On Friday, the Stack Overflow DevDays travelling conference, which covers ten cities in North America and Europe in a month, took place in Toronto’s St. Lawrence Centre for the Arts. The sold-out conference was packed enthusiastic developers from both the Toronto area as well as cities within driving distance as ...6 weeks ago -
Iterating atomically
Jon Skeet: Coding Blog —
Authority:
The IEnumerable and IEnumerator interfaces in .NET are interesting. They crop up an awful lot, but hardly anyone ever calls them directly - you almost always use a foreach loop to iterate over the collection. That hides all the calls to GetEnumerator(), MoveNext() and Current. Likewise iterator blocks hide the ...6 weeks ago

