Recent content by LogiX
-
L
Programming Help: Solving y = 5 (x/10)3 for x - Marta
Besides all the syntax and logic errors that dduardo meantioned I would like to add the following: Programming, like many things, requires a lot of practice and reading. Failure to practice, read the text, and show up for lectures when you're a novice will almost always result in failing the...- LogiX
- Post #7
- Forum: Computing and Technology
-
L
Can I Pursue a Career in Physics or Applied Math with Felony Convictions?
IMHO, you shouldn't have a problem getting a job doing Physics. However, getting a job for the federal government or at a private sector company where clearence is required may pose a problem for you. The worst felony that you have is the latter one. I don't think anybody gives a crap about...- LogiX
- Post #2
- Forum: STEM Career Guidance
-
L
Eagles or Patriots? Vote in Poll & Make the Right Choice[s]
My money is on the Eagles by 3 up. Niether team will score in the 4th quarter. :) My predicton. Ryan- LogiX
- Post #16
- Forum: General Discussion
-
L
Math and Science Movies and TV Shows
A.I. Artificial Intelligence Red Planet Mission to Mars Solaris (wee bit weird) Ryan- LogiX
- Post #34
- Forum: General Discussion
-
L
What can be done with old computer equipment?
Indeed. I work for the Computer Center at my university and we're in the middle of trashing and giving away a **** load of computer equipment (mostly P3s and P2s, about 5 Mac G3s and a crap load of moniters). Oddly enough, the RAM in those things are probably the most valueable (not so much...- LogiX
- Post #3
- Forum: Computing and Technology
-
L
How much money do Physicists make?
You shouldn't choose any profession just for the money. Do whatever YOU want to do, don't let your parents pressure you into making a decision. When political officals run for office they usually have supporters. If you want to get into politics later in life you should make a lot of...- LogiX
- Post #2
- Forum: STEM Academic Advising
-
L
Pascal: Order of Execution of Program Statements
In most cases a statement will only be executed once. However, the order can change when using conditionals (if, else, etc). Also, loops (for, while) will execute the same code more than once, usually with some sort of a modification: ie: for (int i = 0; i < 5; i++) where i is being...- LogiX
- Post #7
- Forum: Computing and Technology
-
L
Quantum Physics Programs | Math for Learning Physics
Google is your friend. :smile: http://www.physsofts.20m.com/ http://www.educational-software-directory.net/science/physics.html Ryan- LogiX
- Post #2
- Forum: Computing and Technology
-
L
C/C++ Guide to C++ Programming For Beginners
It's important to understand that Dev-C++ is not a compiler. Dev-C++ is an IDE (Intregrated Development Environment) that uses the MingW (windows port of GNU GCC) compiler. I personally recommend using wxWidgets as a GUI API. It's build in a very OO manner which makes it easy to learn and...- LogiX
- Post #46
- Forum: Programming and Computer Science
-
L
Programs Deciding Between Chemical & Materials Engineering at UF
"Consequently "double major" becomes "double minor"" There is a difference between dual major's and double major's. Check the link below. http://www.registrar.neu.edu/dualdouble.html- LogiX
- Post #10
- Forum: STEM Academic Advising
-
L
Free Psychological Help for Students with Depression
I would recommend seeing a professional in person if your suffering from deep depression. As for an online service, google it. Ryan- LogiX
- Post #2
- Forum: STEM Academic Advising
-
L
Understanding european/french higher education system/terminology
I can't speak from experience, as I know very little about foreign (outside of US) education systems and I myself am I lowly freshmen. But, I personally think the biggest shock is going to be the different culture (languages being the strongest), not the education system differences. My...- LogiX
- Post #18
- Forum: STEM Academic Advising
-
L
The Need for Drivers in CD-ROMs and Peripherals
No. A system without an operating system can still access disk drives (floppy, cd-rom, etc). Device drivers are not needed for basic I/O functions such as floppys, cd-roms, keyboard, moniter, etc. This is done through the BIOs which is why you have access to these drives during system...- LogiX
- Post #8
- Forum: Computing and Technology
-
L
Commercial Airline Pilot profession prospects?
I'm sure that by the time Oil runs out we will have other alternatives for fuel sources. So no, I wouldn't worry about that. Fuel cell powered electric devices are supposed to be hitting the market this year (so the rumor says). Imagine your laptop being powered by a micro-fuel cell which...- LogiX
- Post #5
- Forum: STEM Academic Advising
-
L
C/C++ Guide to C++ Programming For Beginners
I recommend the Algorithms in C++ series by Robert Sedgewick Code Complete (2nd Edition) Code: The Hidden language of Computer Hardware and Software - the book is on computer foundations and architecture, fair introduction to computer science Ryan- LogiX
- Post #39
- Forum: Programming and Computer Science