Search results

  1. U

    Translation from linear address space to physical address space when paging is turned off

    A 64-bit bus will always be physically connected (ie, linearly addressed) to each byte of the 6GB of ram. This is true in any system as long as the physical address you're trying to reach is less than the system bus width (ie, 64-bit). When you get past the physical hardware, you have to deal...
  2. U

    online shopping carts - I need a framework or something

    Something like what you've described requires a custom cart from the ground up or module to an existing cart. Either way, that's $$$$. I would be charging clients anywhere from $30k - $100k turnkey, depending on requirements and details, that would be fully spec'd out to their requirements...
  3. U

    Arbitation in an argument

    You guys are arguing over which one is more of an apple: a granny smith or a honeycrisp.
  4. U

    C++ question

    What have you tried? Can you provide some sample code? Most here know the answer, but no one here will help unless you show attempts at the problem.
  5. U

    Why does my compiler forget a pointer ?

    I see a couple of issues with your original code. You have a uint16 variables and uint32 variables and are assigning pointers based on different variable types. If your system is a 32-bit system, use strictly uint32. If it is a 16-bit system, use uint16. I suspect the majority of...
  6. U

    Wanting to consolidate home and business mortgages. Advice?

    Keep it separate. Sell the business entity, keep the mortgage. Lease the property to the new owners of the business. Don't merge your home and business mortgages together.
  7. U

    Anyone ever gone to any of the big developer conferences?

    I usually go only for networking. Everything presented at conferences are available online.
  8. U

    Freelance question - how to handle

    I would tell the new guy to get written permission from original employer, or have the original employer call you so you can get written permission to give login access to new guy.
  9. U

    Can PSU lines be combined to run a power tool?

    I don't know about running a power tool but welding metal seems feasible. 1000W pc supply can do about 50-80A of 12V and is no problem for welding! ():)
  10. U

    C++ "proper" include file structure

    That's why there's tools to do that for you. If it's a program in the *nix environment, use make files. If it's Windows, use any IDE. Any.
  11. U

    C++ "proper" include file structure

    I don't usually code in C/C++ but when I do work on projects that require C/C++, the project files get separated into classes and/or functionality and their respective directories. Files that use those instances would simply include the required header files.. In other languages, you would do...
  12. U

    php caching problem

    The headers affect requests between the end client (your browser) and your php server, not between your server and the third party url. Anyhoo, afaik, PHP doesn't provide any caching for HTTP downloads or data retrieved from streams so any caching issues that you're encountering is either on...
  13. U

    Too much comments or is this okay?

    The biggest issue that jumped out for me is the massive nested if/else statement. Any programmer worth their salt can deduct what's happening with the code provided that the variables and methods are named close to what they intend to do/perform.
  14. U

    Alternative to JSON that CAN store JS functions and such?

    This sounds more like a design problem than a limitation. What if you have to modify that function later on? How many copies of that code will around? Isn't it better to have the backend return the totalPrice as part of the data? If that's not possible, then perform an ajax call within...
  15. U

    programmable keypad/board with ROM

    You can also use an IDE that supports the feature you're asking for.
  16. U

    questions for entrepeneurs/business owners - how to "start" your business?

    Don't worry about the business aspect of it yet... focus on building a product first then use it between the two of you to see if others would pay for the product. Don't expect to get paid during this time. Once you have a working product then you basically have two routes. Go big. Find...
  17. U

    any iOS devs here? Looking for some help on scale/size issue in iOS 8 vs iOS 9

    Are you using the auto layout for that view controller? Have you tried resizing the view in code so it stretches and fill the frame at runtime? Are you using a XIB file for that view controller? What's the view mode set on that view element?
  18. U

    Trouble with Shared Wifi

    #firstworldproblems
  19. U

    JavaScript (?) enforce number of option form selects?

    There is no simple way of enforcing this. If it's google spreadsheet, you can do custom cell validations. If it's HTML, you can use javascript to validate data AND use your backend to further validate.
  20. U

    SQL Database Setup Question

    Your boss's logic is backwards. And your solutions doesn't exactly inspire confidence either. Not trying to be a dick... just telling the truth. From what I've read, your solution is a bandage to the underlying issues (and there are more than one). Why not? That's the whole point of a...
  21. U

    What will we do as a civilization when we double our population?

    Civilization doesn't need to do anything. Either countries will be fighting for resources and causing mass deaths, or the whole system will work itself out. You are already seeing this with high cost of living, massive debt for younger people, higher divorces, families starting later in life...
  22. U

    What's the deal with Asian pilots?

    Asian culture has a lot to do with these plane crashes in Asian countries since the subordinate there always acts as such and never questions their superior.
  23. U

    Hope Is Lost For The Obese?

    Doctors just need to man up and tell their patients they're FAT.
  24. U

    California state senator Leland Yee (D) indicted on arms trafficking, corruption.

    This is the same douchebag that wants to ban firearms in California. I hope he gets the rest of his life in prison and gets pounded.
  25. U

    SCOTUS ruling - Death Penalty Drugs

    All this hooha about using drugs for executions when all they need is a gas chamber and a nitrogen tank.
  26. U

    Is BMW M3/M4 best car in price range?

    It's the best car to get if you like giving money away.
  27. U

    SQL Statement help

    SELECT * FROM ( SELECT COUNT(date) AS count, EMPID FROM table WHERE date >=date1 AND date <=date2 GROUP BY EMPID ) AS t1 WHERE t1.count IN( SELECT DATEDIFF(DAYS, '6/1/15', '6/5/15') AS Days ) The first inner query gets the count of rows for employees between the two dates. The...
  28. U

    Thank You Capitalism For Cancer, Obesity, And Arthritis

    I blame everyone else for my problems except myself!
  29. U

    have you ever had a hot teacher take advantage of you?

    I got some As, but I gave her the D.
  30. U

    have you ever had a hot teacher take advantage of you?

    Yes, as a matter of fact, it's happening right now. I'm dating a hot teacher and she's always making passes at me every night after we both finish dinner.
  31. U

    Anyone use TrueCar's program with dealers?

    I've used Truecar many times to purchase cars for myself and friends/family. I use their price as a base price to negotiate from... dealers have to pay Truecar a fixed amount so I just email dealers directly and ask them to beat the Truecar price. Some dealers complain and don't want to deal...
  32. U

    Name this tool

    Battery operated nipple clamp.
  33. U

    The poor spend 182% of what they take in

    Comon' poor people, why you gotta pay $1200 for a studio when it costs you nothing in the alley with a cardboard box.
  34. U

    College tuition

    You can always go to community college for GEs and transfer to a GOOD university the last two years for your core degree classes. That alone will cut out expenses by half.
  35. U

    TREK bicycle recall

    You don't know the whole story... what if the QR lever got caught on something and unlatched itself then got stuck and caused the rider to go over the bars? Never happened the whole time I've ridden for over a decade, but I can see that happening if you happen to land or bounce off a really...
  36. U

    Technical writing done by programmers instead of writers.

    Follow the instructions until you get to the step you're stuck at then bubble it up the chain until you get a revised doc to work with.
  37. U

    ATOT bicyclists: need ride recommendations

    Bikes depreciate like cars so get used ones to see how it goes... when you get more into the sport, get a bike with the options and luxury that you want and need. If you guys are new, any bike brand would do - just find the one you like at a price point you want to spend and start riding...
  38. U

    Patriots TE Hernandez in big trouble

    He's going from a tight end to a wide receiver.
  39. U

    phpmyadmin is ridiculously bloated now, anything better?

    Get phpmyadmin version 2 instead. Anything above that is too bloated.
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/    |