Search results

  1. K

    Get gigabytes of JSON file data into SQL

    How's your error handling? Connections dont just close for no reason :)
  2. K

    Learning Python but Online course different than Book

    I haven't gone through the code academy courses at all but if you're referring to the quotes you put at the start and end of string literals, you can pretty much use either a single or double quote interchangeably. https://docs.python.org/2/reference/lexical_analysis.html#strings
  3. K

    Black Friday deals.

    Up you go :)
  4. K

    Suggestions for someone new to programming

    For a 10 year old, perhaps she'd be interested in LEGO: http://www.lego.com/en-us/mindstorms/learn-to-program
  5. K

    Glow In The Dark Roads Not Glowing

    It's refreshing to see a government actually able to put together a pilot test like this without all the red tape, cost, and bureaucracy that we're all used to here in the US. They are able to inspect and adapt even. good for them.
  6. K

    Protesters Block, Vomit On Yahoo Bus In Oakland

    I wonder how many of those rent controlled tenants are actually the original ones. I've heard that if you have a rent controlled apartment in NYC, it's a "goldmine" because you can just "sublet" it to someone else to live in and make a profit. It's like some crazy situtation where a person...
  7. K

    Most used/useful Visual Studio addons?

    Yeah that's a good point about legacy code. Sometimes you have to work with what you have.
  8. K

    Most used/useful Visual Studio addons?

    If your code blocks are so long that you need an indent guide, it may be time to consider refactoring your code.
  9. K

    Most used/useful Visual Studio addons?

    Kinda going on a tangent here but Dogs brings up a good point. Your nested loops may be a code smell. If we examine what the code is trying to do, we'll see that we're simply trying to remove the locations contained in OldItems from childrenCollection. I'm not sure on the actual type of...
  10. K

    Most used/useful Visual Studio addons?

    I agree with this. To make the suggestion cleaner, you can refactor further: foreach(var location in GetLocationsToRemove(e.OldItems)) { childrenCollection.Remove(location); } function IEnumerable<LocationViewModel> GetLocationsToRemove(... OldItems) { if(OldItems == null)...
  11. K

    Most used/useful Visual Studio addons?

    Here's my current plugin list minus the source control related plugins: ViEmu (though I probably will be switching to VsVim soon) Resharper StyleCop DotCover NuGet
  12. K

    IDE's or editors?

    I use whatever works best for what i'm doing but also try to load a vim engine for the editor when possible. e.g. jVi + netbeans, viemu/vsvim + Visual Studio, or gvim for standard text file editing.
  13. K

    IntelliJ Personal License/Upgrade is 75% off!

    Just picked them up. Great deal! thanks.
  14. K

    Dell 30" at $730

    I think this thread has run it's course :)
  15. K

    Lurker! Total Posts: 2 Posts Per Day: 0.01

    Lurker! Total Posts: 2 Posts Per Day: 0.01
  16. K

    What is a good free software and book to program games?

    If you enjoyed working with flash I'd suggest you continue with. It. You can certainly make games without a formal comP sci background. Consider finishing your flash game. Working out the bugs will probably teach you a few things
  17. K

    What is a good free software and book to program games?

    What did you do/learn in the class?
  18. K

    VB Script - RegRead

    what's your question?
  19. K

    Humble Bundle V

    enough with the debate. donate what you want. lets keep things civil and about the deal guys :)
  20. K

    GTX680 at ebay in stock!!!

    You can give threads ratings. 1-5 stars.
  21. K

    Do not order your GTX680 from TigerDirect.com

    http://hardforum.com/showthread.php?t=760666
  22. K

    Arizona Senate Rejects Bill on Amazon Sales Tax Duty

    And this is a small percentage of all purchases made. There's always going to be the exception where B&M beats out amazon. Overall though, amazon wins. Regardless, your example doesn't even support either side of the tax or no tax debate.
  23. K

    Arizona Senate Rejects Bill on Amazon Sales Tax Duty

    Most things on amazon are cheaper even when you factor in taxes. I had an interesting experience today though. This was the rare occasion that an item i needed was actually more expensive for me to buy from amazon than a B&M. I had a choice to either go to best buy and pay $60 for an item...
  24. K

    did you know that the batman theme song has a 12 bar blues progression?

    did you know that the batman theme song has a 12 bar blues progression?
  25. K

    Performance Tuning Protection Plan being offered by Intel

    Please keep discussion on the deal and not each other guys. It's just a new service being offered and there's nothing to be angry at each other over whether you like it or not. :)
  26. K

    she sparkles

    she sparkles
  27. K

    wai so empty wall?

    wai so empty wall?
  28. K

    OCZ RevoDrive 230GB (PCI-e x4 SSD) - $229.99 (MIR)

    lets not do that :)
  29. K

    yes!

    yes!
  30. K

    Why No One Is Buying 3D TVs

    Because there is no content Releasing all the 3d movies as exclusives was such a horrible idea for the technology. People don't like having to pay $100 for a 3d copy of Avatar long after it stops showing in the theaters.
  31. K

    i approve of sd's message

    i approve of sd's message
  32. K

    You hardly have any visitor messages

    You hardly have any visitor messages
  33. K

    Absinthe. I bet you'll be proud to hear that I finally picked up a bottle :p

    Absinthe. I bet you'll be proud to hear that I finally picked up a bottle :p
  34. K

    I'm indifferent

    I'm indifferent
  35. K

    your sig is awesome

    your sig is awesome
Back
Top