Search results

  1. D

    The **Official** SW: TOR Anandtech Guild (Roll Call, Allegiance, Class Etc)

    Jedi Sage checking in! Name is Sajaki.
  2. D

    The OFFICIAL Anandtech Forums TeS V: Skyrim Thread

    Well I know where I'm going next!
  3. D

    The OFFICIAL Anandtech Forums TeS V: Skyrim Thread

    I don't think that's true: http://gaming.stackexchange.com/q/37695 Keep in mind I'm not near my gaming machine so I can't test it personally, but the evidence that I am finding seems to indicate that the use of any of the commands doesn't have any negative side-effects regarding achievements.
  4. D

    The OFFICIAL Anandtech Forums TeS V: Skyrim Thread

    I don't think achievements get disabled at all, actually. I had to use a command for a similar purpose and I still got an achievement that session.
  5. D

    AT's Dedicated BF3 Server and Origin List

    Origin name: DrummingDS1 Installing now. :D
  6. D

    Watch on Netflix Instant: "The American Ruling Class"

    Thanks for the heads up! That documentary sounds really interesting. I'll give it a look-see.
  7. D

    Web developers: Testing IE6 compatability

    What I've been using is IE Tester: http://www.my-debugbar.com/wiki/IETester/HomePage Lets you run IE 5.5 through 8 at the same time. It might not be the most representative of actual usage, but it's damned convenient.
  8. D

    Google Chrome HTML5 Demonstration with The Arcade Fire

    Wow! That was extremely awesome. (If your computer can handle it that is...)
  9. D

    Farscape

    A fantastic show! Really quite fun. Might take a few episodes to acclimate to the show, but after that it's pure win.
  10. D

    How do you document your coding info/functions?

    Doxygen does precisely what you outline in your OP. I use it often, and it is quite nice.
  11. D

    Oblivion/STALKER-esque space sim

    I bought X3: Terran Conflict during a Steam sale a month or two ago. I really enjoy it! This is coming from a former EVE fanatic that lost the time required to play, so take that as you will. It's quite open-ended, and ship-based (solely, if that doesn't bother you), so JLEE, you might enjoy it!
  12. D

    Pet Projects

    Thanks, clamum! I'm modeling the library after PHPExcel (hence the similar naming convention), as it is the most well-formed native Excel library that I have worked with. Very easy to do advanced formatting, formulas, color schemes, etc. Should be a breeze to work with.
  13. D

    Pet Projects

    I'm working on a number of projects right now, perhaps too many, looking at this list now... :P phpMyAdmin: I've been a developer for phpMyAdmin since the beginning of the summer. I got hooked up with them via Google's Summer of Code. I added a set of heuristic algorithms, and an API, to the...
  14. D

    Redirect a file pointer to multiple destinations?

    Or, for the sake of simplicity, just use this: log4cpp :D
  15. D

    Alternative to MySQL Query Browser in Ubuntu/Linux..?

    Yes, it does. You can do it the apt-get way, or you can get the most recent release from here. If you choose the latter (preferred), follow this install guide here.
  16. D

    BOOST and WxWidgets

    No, they don't. Boost is written in platform independent C++ that requires no external library (last time I used it. they may have added modules that do between then and now. someone else might be able to jump in here.) to be present, and the main strength of wxWidgets is that it compiles...
  17. D

    Inventory Java packages

    No worries, happy to help!
  18. D

    Inventory Java packages

    Will this work for your needs?
  19. D

    I feel like crap.

    Sounds like the onset of what I just got over, and if that is the case then you are in for one hell of a ride. My condolences. :(
  20. D

    Beginners question

    As Markbnj stated, in C++ the easiest way to do what you want is to use ifstream. Here is an example: http://downloads.moonlapse.org/main.cpp You can use ifstream and the >> operator to get every chunk of text between white spaces. For example purposes I stored the words in a doubly...
  21. D

    Wikipedia Challenge: 5 Degrees of Jesus Christ

    Tavagnasco -> Italy -> Roman Catholic Church -> Christianity -> Jesus It's quite disturbing how easy it's been for almost every person in this thread. My random page was even a one paragraph stub, too.
  22. D

    December Desktop Thread

    Laptop Desktop
  23. D

    Any good sites to do softwware on the side?

    Rent a Coder
  24. D

    % Processor Time counter > 100%?

    I am unfamiliar with WS 2003, etc., but that is most likely the cause.
  25. D

    Somewhat noobish C++ project ideas?

    Exactly, the way the Dark GDK was designed doesn't make an OO approach IMPOSSIBLE, but it certainly causes you to have to create extensive work-arounds for many aspects of the GDK. If it had been designed with OOP in mind from the ground up it (I mean, after all, it IS written in C++), it would...
  26. D

    Somewhat noobish C++ project ideas?

    I've used the Dark GDK with Visual Studio, and it is actually quite nice. There are functions for pretty much every need, as well as extensive documentation, and yet it still manages to feel very lightweight. My only gripe is the almost total lack of OOP.
  27. D

    It sucks not knowing anyone with similar music tastes

    Mmmmm, Gogol. Fun band. I can relate though, that sort of thing has happened to me many a time. I guess that's what we get for liking obscure bands!
  28. D

    C++ code in C

    Are you compiling with gcc? If so, then compile with g++ instead. If you still have problems, post back with more info about the code and I'll do my best to help.
  29. D

    So what do you use to organize/play your music?

    Rhythmbox almost exclusively.
  30. D

    Show off your desktop/room setup here:

    It's nothing special, but it's mine! Desk 1 Desk 2
  31. D

    Can't get a basic C++ program to work

    The problem is occurring because if, for example, p = 12 and q = 10 then your while loop [while (p%q > 0)] will terminate prematurely at q = 6, because 12%6 = 0. The loop should be changed to [while (p%q >= 0)] and it will work as intended.
  32. D

    October Desktop Thread

    Vista Laptop Linux Desktop
  33. D

    Who has midterms this week or tomorrow?

    Indeed, I have a Calc III midterm on Wednesday. Follow by Computer Systems, Cryptography II, and Philosophy. Fun fun.
  34. D

    Man i hate JavaScript..

    So this doesn't work for you?
  35. D

    C ++ help ?

    Well, first you might want to, oh I don't know, tell us what you need help with! :P
  36. D

    S.T.A.L.K.E.R. Clear Sky!

    Saved games 1.5.04 saved games will be compatible with patch 1.5.05. Game changes - Fixed an error which prevented the guide from leading the player to the Cordon. This was caused by the fact that the autosave function failed to save all data, and once such a saved game was loaded, the...
  37. D

    If the majority of your t-shirts are black.....

    Communist. ;) In regard to the OP, no not necessarily.
  38. D

    It's SATURDAY. What are your plans for tonight?

    Work -> Homework -> Drinking -> Party. Although, not necessarily in that strict of an order.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |