-
Replied To a Post in PC switches on then off immediately (looping)
I've had similar problems when either the CPU or RAM would overheat. As a Linux user, I had access to the sensors tool and could monitor the temperature of these … -
Replied To a Post in Calculate future date excluding holidays and weekends
There is no way but the right way to compute dates - Julian and Gregorian. :-) -
Replied To a Post in python
Your first problem here is the factorization of any random number. The second is to see if the factors sum up to the number itself. The function is the simple … -
Replied To a Post in Parsing Error. Can someone help?
In any case, this is HTML code, not PHP. You can put HTML in PHP class member variables and then output them in one shot, and this error should not … -
Gave Reputation to Reverend Jim in Which laptop to buy?
Anything but a Dell. -
Gave Reputation to Reverend Jim in Top 10 Data Recovery FAILS
My favourite data fail is from many years ago when hard drives were low capacity and expensive. Hard drive space was at such a premium that companies like DoubleSpace made … -
Gave Reputation to happygeek in Top 10 Data Recovery FAILS
So you've lost access to your data through hardware failure or accidental erasure. What do you do? Like most cyber-warriors you naturally turn to the Internet, be that via a … -
Replied To a Post in Job seems to change CPU core while is executed in a multi core system
When I compile a Linux kernel and use too many cores (my server is an 8 core dual cpu) it gets very hot. I monitor the temperature with the sensors … -
Gave Reputation to cereal in Job seems to change CPU core while is executed in a multi core system
I remember it was used to reduce overheating issues. I cannot find the article anymore but search for *Dynamic Thermal Management techniques.* -
Replied To a Post in php
When I would generate such things (performance and quality metrics) from PHP for our QA manager, I would export it as CSV files which he was easily able import into … -
Replied To a Post in Assembly, Easy68K - have a program I am trying to solve.
@rproffitt - we onlly used the assembler for very low-level hardware controls. Most code was K&R C. -
Replied To a Post in Assembly, Easy68K - have a program I am trying to solve.
OMG, 68K assembler. I think it has been about 30 years since I last built 68K assembly code. They used to build custom servers using the 68K chip at Fermi … -
Replied To a Post in Anyone having issues downloading the Eclipse IDE?
Get the IDE from eclipse.org here: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/keplersr2 -
Replied To a Post in Computer wont turn on after power outage
I have all of my hardware plugged into a top-line UPS which also includes an industrial grade surge supressor. We get somewhat frequent electrical storms here, power surges, and black/brown … -
Replied To a Post in Anyone having issues downloading the Eclipse IDE?
Is this where you tried to download the IDE? http://www.eclipse.org/downloads/ -
Replied To a Post in why the C++ Mathematical Expression Library compiled so slow
On my 8 core CentOS server, it takes over an hour to compile a complete kernel - that just uses one core. If I add the "-j number-of-jobs" option to … -
Replied To a Post in My L1600 Philips desktop has flashing red light the fan works and wont boot
Does it also beep when you try to boot up? Most vendors will have online support pages that can help diagnose this combination of things. -
Replied To a Post in Convertion
This Microsoft article explains what each is (they are Outlook mail repositories): https://support.office.com/en-us/article/Introduction-to-Outlook-Data-Files-pst-and-ost-6d4197ec-1304-4b81-a17d-66d4eef30b78 -
Gave Reputation to happygeek in Dani isn't killing DaniWeb with Dazah, she's saving it
I've been following this whole 'Bloody Dazah' debate for a while, and have largely resisted from commenting as I was struggling to have anything positive to say. However, having now … -
Replied To a Post in open folder
You can run java code in your pl/sql modules. In fact, Oracle has Java built into the server for just such purposes. RTFM (Oracle's manual) to learn how to access … -
Replied To a Post in Converting My previous Code
In the colorPicker.cpp file you have specified the class colorPicker to be derived from itself. EitherRmove the ':ColorPicker' from the class declaration, or change the caps 'C' to lowercase 'c'. … -
Replied To a Post in How to call objects out of class into my main?
There are a lot errors with your code. First off you have two sets of class vaiables in Circle with the same name:. You can't do that. You compiler should … -
Replied To a Post in Job seems to change CPU core while is executed in a multi core system
This is a type of load-balancing or system optimization. It is normal behavior and is built into the kernel. In any case, using top to do what you are interested … -
Replied To a Post in Find traces in PC of files only used with a USB stick
It is also possible that backup versions of the file stay on said PC, depending upon how the OS and/or Word are configured. -
Replied To a Post in Odd way of passing arguments to main
Calling main(int c) is just plain wrong. Acceptable forms are main(void), main(), and main(int c, char*[]). If you are trying to ask the system to evaluate the char*[] argument using … -
Replied To a Post in A little rusty with Java, want to know how to "override" a method
Please, just show the functions/methods you are having issues with and the errors you are getting. Asking us to analyize 300+ lines of code is just not reasonable! -
Replied To a Post in As3 Globals doesn't work
I only see test11.fla in your variable list, not as a function. Why do you think you should be able to access "myGlobal" from a variable that has no definition? -
Replied To a Post in windows 10
Have fun with Win10, at least until it decides to mess you up big time! I prefer an operating system (Linux) that allows me full control. Windows? Not so much... -
Replied To a Post in Retrieve user name and password after reset
Hit the factory reset button (or whatever is appropriate for your phone), and re-initialize everything. Do be aware that you will lose all data on the phone. -
Replied To a Post in private messaging using php and MYSQL database
PHP no longer supports MySQL APIs. It has been using MySQLi APIs for years. Most all calls need the resource identifier returned when you open the database. Anyway, as others … -
Replied To a Post in private messaging using php and MYSQL database
P.S. MySQL - easy to use. PHP - easy to use incorrectly, but not simple if you want to do it correctly. Consider it C++ for web servers, and program … -
Replied To a Post in private messaging using php and MYSQL database
Yeah. We don't do your work for you. You can hire some of us for a lot of $$ to do it if you want, or you can make an … -
Replied To a Post in How to add cost per hotel and flight in duration cost table
First, create all of your database tables BEFORE you start populating them! What about foreign keys/links between the tables? Also, in your "HotelPrice" table there is no real way to … -
Replied To a Post in How to make a Like button in Php
PHP is a fully object oriented language - C++ for web servers. Stop intermingling your PHP and HTML or other client-side code. IE, write the HTML or JavaScript code for … -
Replied To a Post in In stoked
Sorry about the stroke. That is tough! Rproffitt's advice is good. I hope you recover fully. -
Replied To a Post in Not a MS ACCESS database file
NEVER use MS Access for a production database. SQL Server is good, as are most other high-end DBMS servers such as Oracle, Informix, Postgres, MySQL, etc. Access databases are good … -
Replied To a Post in Broadcast message over domain without additional software on LAN
You should be able to write a low-level C/C++ tool to do this that you can call from a script. You will probably need to configure your routers to keep … -
Replied To a Post in Prime Numbers Algorithm
The traditional (and mathematically rigorous) method to determine primes is using the Sieve of Aristostenes. Your method will work for small primes, but breaks down quickly, or becomes computationally overwhelmed … -
Replied To a Post in How to display "\n" on output screen in C++?
In any case, DO NOT use '\n' for new lines in C++. They generally will not flush the output buffer. Use the 'endl' operator instead, as in: `cout << "This … -
Replied To a Post in make scanner device connect with vb.net
The scanner manufacturer may have some open source code to use to write your own scanning apps. They may be in something like C++ using an API like Qt, but … -
Replied To a Post in Choosing cloud storage
Also, what about dropbox? Not sure what their basic storage amounts are for the free version, but you can pay I think for more storage. -
Replied To a Post in How do i lock a USB so user cant delete or add files?
If your system supports access-control lists (ACLs - Linux does) then you can restrict what people can do with which files. I'm not sure if Windoze supports ACLs or not. … -
Replied To a Post in Choosing cloud storage
AWS doesn't charge you for uploading stuff, but they do for downloading stuff from the cloud. I would assume that Google and Azure are similar. -
Replied To a Post in How do i lock a USB so user cant delete or add files?
The best (cheapest) policy is to trust your users, making sure they all agree to terms of use for these devices. But you can verify what they do with them … -
Replied To a Post in Computer won't boot from gpu . Fans at 100%
You might want to replace the power supply. I have had nVidia GPUs fail on me in the past, but only after about 10 years. I had an 8800GT that … -
Replied To a Post in How do i lock a USB so user cant delete or add files?
If the USB ports have not been disabled at the OS level, then it is difficult (impossible) to do what you want. The simple thing is to disable the USB … -
Replied To a Post in Dell laptop won't power on. Power, battery, and CPU light blink
After 3 years of use, the CMOS battery is probably failing. Not sure about this system, but they used to be those quarter-sized LiOn batteries that cost a buck or … -
Gave Reputation to happygeek in how can I repair my 1/3 LS2204037 Ver 2.0 POWER SUPPLY BOARD FOR LOGIK 24d
I Googled it, and the first hit was for a replacement board on eBay costing very little (UKP 15) - so I would think replacing rather than repairing would be … -
Replied To a Post in sql server
Also, FWIW, the dual interface in OracleSQL is basically the internal structural tables where stuff like date/time settings (and other stuff) are stored. If you are talking about MS SQLServer, … -
Replied To a Post in finding mistake with arraylist handling..
Also, simplify your code. You can also use a map for this - it will automatically sort the key (word) associated with the meaning. It is a lot faster, and …
The End.