Search results

  1. C

    My Asus ROG G74sx laptop boots to a black screen.

    Have you tried powering the laptop down and restarting it to see if the screen comes on? My Asus laptop occasionally (but not always) will boot to a blank screen and my research seemed to indicate that this was something that line of Asus laptops would do (not sure how close to yours in model...
  2. C

    C++ char array

    The forum software is eating the [ i ] and creating the italics. The code likely looks like this: for (int i = 0; i < line.size(); i++) { testA[i] = line[i]; } which has its own issues if line is longer than 4 characters but will compile perfectly fine.
  3. C

    Power in a Battery = Mah x V?

    As the h (hours) implies, mah is current over time, so your multiplication is giving you watt-hours (energy), not watts. To get peak power from the battery you would need to find the peak current (in milliamps) that it can provide.
  4. C

    What was your quickest turn around time on a vehicle?

    2 days Bought a new Ford Mustang GT on a Saturday, found out the lizard misquoted me on the insurance rates and it was going to be a lot tougher to afford the insurance than I thought, traded it in the following Monday for a lease on a Taurus. Rolled a bit of negative equity into the lease, but...
  5. C

    How to show a web page on a TV without a computer...

    Intel will be releasing a Compute Stick which can be had with either Windows 8.1 or Linux on it, though the Linux version will still be $90, so might be pricey (and no telling when it will actually be available for purchase).
  6. C

    I did not realize Comcast was THIS evil

    There is a better writeup of this story at ArsTechnica (http://arstechnica.com/tech-policy/2014/10/comcast-got-me-fired-after-billing-dispute-says-california-man/). Includes more details about the link to PriceWaterhouseCoopers, which is the company the man worked for.
  7. C

    Gas clothes dryer not getting hot?

    If the dryer gets hot inside, but the clothes don't get dry, that would be a clogged vent. If the dryer is not getting hot inside, then you are looking at the igniter or gas supply. The dryer not being level would cause it to never work, rather than being intermittent, I would think (if that...
  8. C

    Excel question

    ISERROR won't work, because the ND in the column isn't an error. ISNUMBER should work in its place.
  9. C

    anyone use a neti pot before?

    You make the solution by mixing the salt packet in distilled/purified water in the neti pot. You want the water as close to body temp before pouring into your nose. Also, if the pot seems difficult to use, they also make a squeeze bottle version. There are also pre-mixed misters you can buy...
  10. C

    VB.NET web application path issue

    Hopefully I can describe this correctly. I have a thin VB.NET web application that is basically just implementing a SOAP service around another .NET manage DLL built in C++. The problem is the managed .NET library has a dependency on a third party DLL that is unmanaged code. When I try to...
  11. C

    AT World of Warcraft Thread (Cataclysm, Where do you play, General BS and all that)

    Maybe we need to resurrect the old Knights of Nef.
  12. C

    Child's Play 2010 - Fifth annual donation drive, with matching $

    1 of: Nintendo DSi XL Bronze [Video Game] $169.99 1 of: Lego Battles [Video Game] $20.01 1 of: Professor Layton and the Diabolical Box [Video Game] $28.54 1 of: Toy Story 3 [DVD] $17.99 1 of: Madden NFL 11 (XBOX 360) [Video Game] $47.99 All to Childrens Hospital Pittsburgh
  13. C

    HVAC contractors telling me I need new furnace. Am I being taken? pics added

    Another option to consider is a biomass stove (like a wood pellet stove). These also qualify for the 30&#37; tax rebate program, so it might be a viable option. Would certainly be cheaper than a whole new furnace, might be cheaper than a ventless system as well. If your layout lets you put it...
  14. C

    AT World of Warcraft Thread (WotLK, where do you play, General BS and all that)

    The log parser can only pick up what is in the log. If you start logging after everyone has eaten and the buffs have been cast, then the log parser can't pick those items up. If you start logging as soon as you zone in, then all the buffs would be in the log. It's a timing thing.
  15. C

    Need 2D graphics guru

    One question I would ask is if the boundary files you are trying to generate don't already exist. Not that creating an edge detection algorithm is a useless exercise, as that kind of algorithm has plenty of practical applications, and is fun to develop. However, if you wanted to jump in to...
  16. C

    weird as hell

    Did you happen to name your batch file "ant.bat"?
  17. C

    C++ : Strange occurance of SIGSEGV 11

    I am fairly certain it is a stack issue. That is almost 16MB of stack space being eaten up by the 1 object. From what I have read, the default stack on MacOSX is only 8MB, but if this process is running with a 16MB stack, it could be that the extra parameter to the cout call is what is finally...
  18. C

    So, after reading about these iTouch success stories

    The illegal route I took was to create a partition on my Vista laptop and dump a hackintosh install onto it. It's a quick free route just to get you into the development environment to test the waters, though you would want to get a real development Mac if you were to go into it for the long...
  19. C

    C Programming Help

    Bummer :( ... your malloc is still off a little (the +1 is in the wrong place).
  20. C

    C Programming Help

    Two things I would point out: First, in your original code, the source of the seg fault is that you are using Hi as a basis for your memory allocation, but Hi is a 0-based index. Second, to do this without allocating memory, you can perform the swap in place. First, think of how you would...
  21. C

    Pass login info from one website to a login popup on another?

    You can do it as part of the url. http://username:Password@url.com.
  22. C

    Is there a way to overwrite a pre-existing cookie with new data but leave the expiry date?

    From what I have read the expiration date is not sent from the browser to the server, only the name/value pairs. Most of the workarounds I saw were to put the expiration date into another cookie. I haven't seen anything in PHP to set a cookie without altering the expiration date since...
  23. C

    Simple ScanF() doesn't work in loop

    You can also just turn off the buffering of stdin with: setvbuf (stdin, NULL, _IONBF, 0);
  24. C

    Help with mysql++ (C++) - not able to do multiple queries at once

    I'm not real familiar with this, but it is possible that you need to open a second connection to the database in order to run a second query while the first query is still processing. Been a while since I tried coding to MySQL . Might be something in the settings on your database connection...
  25. C

    Open a new txt file w/ javascript from a browser

    Not sure if this is what you are trying to do, but I was looking for a way to write a file from Javascript on the local client machine and I found this solution, but it is IE only. It doesn't require ActiveX on the client side. Not sure if it actually works because I needed something that...
  26. C

    How do I get my street known?

    It isn't a mapping error so much as it is a gap in the mapping data. NAVTEQ/TeleAtlas just have not been back to map those extensions to W 29TH - W 31ST streets. And the reason that UPS can't find you isn't a mapping error, it is just a driver that doesn't know the area. The drivers don't...
  27. C

    DLL help needed

    Are you sure you are getting the function pointer back from your LoadProc function, or is your CreateTPAFromBMP NULL? That would certainly cause a seg fault. The stdcall convention puts the length of the argument list as part of the function name, so you might want to pass "CreateTPAFromBMP@4"...
  28. C

    Very similar movies released at about the same time

    Not sure what you are trying to come up with. Going through the top 100 movies of '95, the only other movie I can remember that had to do with a virus was Twelve Monkeys, though that was in no way related to Outbreak. You might also be thinking of Congo, though the tie-in with Africa is pretty...
  29. C

    Install a greasemonkey extension

    You should be able to do a File -> Open File in Firefox, navigate to the .js file to open it, and Greasemonkey should install it that way.
  30. C

    Could you pass the latest citizenship test?

    That was easier than the last few of those I have seen. Usually they have you naming specific amendments to the Constitution. I still missed 2 (got the preamble to the Constitution mixed up with the opening of the Declaration of Independence and mis-clicked the number of judges somehow).
  31. C

    ASA Softball / Baseball rule question - only chime in if you know what you are talking about :)

    From this page, under the description for rule 7.10: Seems to indicate they can make the second appeal at another base.
  32. C

    Launching a program using C++ code

    Not sure what is going on with your original thread creation, but I dug through some old code I had that needed to do something similar. I couldn't use fork because the main program was large and I didn't need to create another copy of it just to launch another process. The attached code is...
  33. C

    C/C++ unreferenced formal parameter

    Not positive, but I think if you only list the type of the parameter and don't give it a name, it won't complain. You can also turn down the warning level for the compiler. I think those are only reported at warning Level 4.
  34. C

    PHP help needed again please!

    Just a guess here: If there are no upcoming holidays/birthdays/events, is it possible that the first call to smf_LoadCalendarInfo is returning false, causing the function to return an empty array at that point? You could add code at that point that says if $output_method == 'echo', then...
  35. C

    ssh and cron jobs

    Leave off the "exec". php is a command, just like ls or cp.
  36. C

    ssh and cron jobs

    Have you tried just executing the command '/usr/local/bin/php /homepages/41/d171141329/resetcron.php' while connected via ssh to test if the command itself will run? If the command won't run from the command line, it won't run from cron. Running it through the web server doesn't necessarily...
  37. C

    FOUND

    It's Reload by Rob Zombie, from the Matrix soundtracks (Matrix Reloaded specifically) Edit: The opening song is Navras from Juno Reactor from the Matrix Revolutions soundtrack.
  38. C

    Help me name these songs

    According to this page, at the bottom: British House of Commons Question Time Music for Royal Fireworks (Track 1) Composed by Friedrich Handel
  39. C

    TSQL question - INSERTing multiple rows simultaneously

    I think you want to eliminate the outer '(' ')' pair after values. Just "VALUES (a,b), (c,d), (e,f)" Edit: Taken from this Wiki page. It does mention this won't work on SQL Server, have to do a funky SELECT/UNION ALL construct.
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/    |