-
Replied To a Post in Visual Studio 2015 vs Flash Builder for PHP
Flash itself is being deprecated in favor of HTML5 for video applications. As you should know, PHP is server-side code whereas javascript, etc are client-side tools. If you want this … -
Replied To a Post in pseudo code
Pseudocode is a textual or semi-functional description of code to solve a problem. So if, the C code were `for (int i == 0; i < 10; i++)...` the pseudocode … -
Replied To a Post in c++
What is the square root of N? -
Replied To a Post in Mini Projects for learning the concepts of Artificial Neural Networks
If you need, I'll dig out my text book for that class. It should still be on my shelf somewhere... :-) -
Replied To a Post in Mini Projects for learning the concepts of Artificial Neural Networks
Neural network programming isn't simple. It is the keystone of adaptive systems software. What text books have you read yet? If none, then get started with your studies! FWIW, I … -
Replied To a Post in How I can make a clone copy of my Mac OS X (Yosemite) to an external drive?
This is actually quite simple. Boot from a Linux DVD/CD drive. Use the dd command to copy the system disc image to an external drive, such as: dd if=/dev/sda of=/externaldrive/osx-image … -
Replied To a Post in Computer issues
Good work! Now, you need to scan for viruses. This sort of thing doesn't happen with Win7 unless there is something bogus going on! -
Replied To a Post in Java
Language, or API's? Your question says you haven't researched this much. For video, there are a number, both closed-source (mpeg) and open source (mkv). For images, ditto - jpeg (closed … -
Replied To a Post in CPU won't turn on. flashes blue light and click noise
Time to take it to the repair shop if you cannot even boot into the BIOS. -
Replied To a Post in ubuntu error
Your /usr/bin/java is a link to /opt/java/jdk1.7.0_21/bin/java, but it doesn't exist, or is somewhere else. -
Replied To a Post in Anyone Still Miss/Like Windows XP?
@Tweak - try Linux. Cheap at twice the price, has good user interfaces, and most of the software you could want. A lot of Windows software will work in the … -
Replied To a Post in deposit/withdraw account at index (issue with non static)
You don't need to post ALL of your code. Most of us don't have the time to read through it all. The error says enough. You are trying to access … -
Replied To a Post in Case Study (C program)
Sorry, but we do not do your homework for you. Make an honest attempt, post the code here along with errors or issues you are getting, and then we may … -
Replied To a Post in Why is the Windows Registry and Processes so special?
FWIW, in 2 1/2 years at Nokia using Windows 7, I never had to futz with the registry and such. It was very stable. The only issues were related to … -
Replied To a Post in Why is the Windows Registry and Processes so special?
I used to need to futz with the registry in XP on a regular basis. Don't run Windows any longer (occasionally in a VM, but last time was probably 6-12 … -
Replied To a Post in Anyone Still Miss/Like Windows XP?
I only run Windows on my Linux system in a virtual machine. I have a licensed copy of Windows 7, but it refuses to allow me to register it with … -
Replied To a Post in for software engineers please HELP
@JamesCherrill - I agree. I learned some programming first - Fortran in Engineering School, BASIC, dBase-II, and then C and C++ (along with Cobol, Dibol, Snobol, SmallTalk, Prolog, and others … -
Replied To a Post in Dell 690 MPT BIOS fault 03h encountered at adapter PCI
Boot into the BIOS and check the UEFI settings. Windows 10 probably requires secure boot to be enabled. -
Replied To a Post in How to get near by (around 5km) locations using latitude and longitude?
Do you have to use SQL? First, solve the problem mathematically using an arbitrary reference point (latitude and longitude). Compute what the L&L (latitude and longitude) would be for a … -
Replied To a Post in BNF Grammar
You need to do some studying. BNF stands for Backus-Naur Form which is an abstract representation of complex processes and languages - basically a context-free grammar. Here is the Wikipedia … -
Replied To a Post in BNF Grammar
You need to do some studying. BNF stands for Backus-Naur Form which is an abstract representation of complex processes and languages. Here is the Wikipedia article about it: https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form As … -
Replied To a Post in for software engineers please HELP
FWIW, one of my best friends, Bruce Ravenel, one of the inventors of the Intel x86 processor family, was a graduate student of Wirth at the University of Colorado (Wirth … -
Replied To a Post in for software engineers please HELP
There is a great book by Niklaus Wirth (the inventor of Pascal and Modula programming languages) called "Algorithms + Data Structures = Programs". This is one of the bibles of … -
Replied To a Post in programming
To put it a bit more simply (or at least less succinctly) than debastian did (which was absolutely correct) is that open source software (and hardware) is not proprietary and … -
Replied To a Post in my default browser keep opening by itself and upening new tab
What operating system and browser(s) are you using? Did you perform a recent system update? What anti-virus software are you using, and have you scanned your system for viruses? -
Replied To a Post in I need help with my flash hidden files
Describe your operating system, how the flash drive is connected, what device ID (letter for Windows or /dev id for Linux/Unix) it should use, and whether or not you disconnected … -
Replied To a Post in Arduino Serial Output
This is not uncommon when reading analog data like this. You need to filter out most of the input. There are a number of methods to do this, from simple … -
Replied To a Post in Restart apache by php without give permission to to user apache
Your PHP restart script may need to specify a valid IP address, such as localhost (127.0.0.1:80). 0.0.0.0:80 is not a valid IP address. FWIW, the :80 part is the port … -
Replied To a Post in Can I use any 12v adapter for my external cd/dvd burner
Input amperage does not equal (often) output amperage. It depends upon the voltage differential and other factors. I was at a battery charging design seminar last night, and that was … -
Replied To a Post in Window Server 2012/R2
What exactly do you mean? Are you asking if future Windows updates will affect the functioning of VMWare images? The answer to that would be probably, but VMWare will quickly … -
Replied To a Post in International warrrenty
Most of the time, the manufacturer will honor the warranty, but you will be responsible for shipping it to their factory repair depot. Go online to the manufacturer's web site … -
Replied To a Post in how to match a fingerprint template from database ?
How is the image being stored in the database? Subsequent reads of a fingerprint will not exactly match previous ones, such as that stored in the database. Fingerprint readers will … -
Replied To a Post in how to write square root function....
ddanbe is being nice. We don't do your homework for you - please read this site's terms of service. Make an honest attempt to solve the problem. Write the code. … -
Replied To a Post in Can I use any 12v adapter for my external cd/dvd burner
3000mA is the same as 3A so that should work just fine. That is more than the old 2A service. It will only provide as much amperage as the device … -
Replied To a Post in Matrix multiplication
Sorry, but we don't do your homework for you. Make a good-faith effort to solve the problem, post the code you are having trouble with here, and then we can … -
Replied To a Post in XP Home Edition SP3 Printer Spooler won't start
I think something munged your system. Do the following: 1. Run the disc check tool to see if the file system is ok. If it is, go to #2 (which … -
Replied To a Post in RegEx to match ipv6 address anyone?
IPv6 addresses are generally represented in strings a a series of 5 16-bit hexadecimal values, separated by colons. The first hex number is separated from the rest by dual colons. … -
Replied To a Post in Pivot tables
No. Libre and Open Office are installable applications. I am not sure if Libre Office has a web-based version or not. You can find out all about it at www.libreoffice.org. … -
Replied To a Post in Pivot tables
In Libre Office or Open Office, they are much the same as Excel. I don't know about Google Docs unless that is built upon Libre/Open Office tools. FWIW, Libre Office … -
Replied To a Post in XP Home Edition SP3 Printer Spooler won't start
Go to the Services page in the Control Panel and see if the spooler is listed there. If it is running then try to restart it. If not running, then … -
Replied To a Post in Random Incident Review Found On My Phone
Remove it. DO NOT OPEN IT! It may well be malware, ready to infect your system if you open it. I don't know, but as the saying goes, better safe … -
Replied To a Post in Is OpenSource really that secure?
Most open-sourced binaries and sources have been digitally signed with md5, or preferably sha-256 signatures, making it difficult for malware writers to create alternative versions of this code. This is … -
Gave Reputation to Aeonix in Is OpenSource really that secure?
Definitely a good argument from Deceptikon. *thumbs up* However: > The fix is not to implement security by obscurity and hope crackers aren't smart enough to dig into the binaries, … -
Gave Reputation to Aeonix in Is OpenSource really that secure?
> When proprietary software is hacked, you are SOL in terms of fixing it since you do not have access to the source code. But I do... If I, the … -
Replied To a Post in Can I use any 12v adapter for my external cd/dvd burner
There is also, as I mentioned, the issue of maximum current draw. You want to be sure that the new power supply can provide that much amperage. The voltage is … -
Replied To a Post in Warning: Dell Laptops may cause insanity
My current laptop is an aging Dell D630. Nice system. I run a version of Red Hat Enterprise Linux 7.1 on it. When it dies, I will get a new … -
Replied To a Post in aaple real time use
ClamAV is free, open source, and quite good. There are other options out there as well, but commercial ones that will cost you some $$. -
Replied To a Post in Using Two Different Systems with the same keyboard and mouse.
Sorry CimmerianX, but this is a college, not a company system/network. Such lockdowns for colleges is just, in my opinion, stupid! Some firewall protections and such make sense. Limiting the … -
Replied To a Post in Is OpenSource really that secure?
When proprietary software is hacked, you are SOL in terms of fixing it since you do not have access to the source code. FOSS is not such, and since you … -
Replied To a Post in Best and Free Software for Mac OS X
You missed Libre Office for office applications (word processing, spreadsheets, etc) which is available for the Mac - and free/open source as well!
The End.