Recent content by ComputerGeek
-
C
Mathematics of the butterfly effect
What are some of the mathematical concepts used in the idea of the butterfly effect? Is there any thought that such a system would have a limit at which point all events beyond said limit are not considered part of the system designated by the initiating event? thanks- ComputerGeek
- Thread
- Butterfly effect Mathematics
- Replies: 1
- Forum: General Math
-
C
Help with Burning DVD Movies Decrypted by DVD Decrypter
google is your friend.- ComputerGeek
- Post #2
- Forum: Computing and Technology
-
C
MS Excel: Reference Cells Containing Numbers for Other References
err... wait, apparently I was not reading well when I posted... I was did not notice the excel part :-P wow I feel stupid.- ComputerGeek
- Post #5
- Forum: Computing and Technology
-
C
C/C++ Top 5 C++ Projects for 12th Grade Students: Billing & Management Ideas
oh come on, it is not that hard. He wants you to come up with a program that will collect and sort data. that is easy.- ComputerGeek
- Post #2
- Forum: Programming and Computer Science
-
C
MS Excel: Reference Cells Containing Numbers for Other References
A double reference? so you want to create a reference to another reference? Yes. If you mean have two references set to the same cell, then it depends on the language.- ComputerGeek
- Post #2
- Forum: Computing and Technology
-
C
Set Up Auto-Run Programs in OS X - Lyuokdea
to automate that you should use an automator script. then you can have that automator script launched at log-in by going into system prefs->users->startup tab.- ComputerGeek
- Post #2
- Forum: Computing and Technology
-
C
C/C++ Implementing Gaussian Elimination in C++ with Scaled Partial Pivoting
write out in plain english what it is you need to do. then work out a psudo-code for it. after that it should be easy to get it down in C++.- ComputerGeek
- Post #2
- Forum: Programming and Computer Science
-
C
High resolution = tiny words and graphics
Windows does not use vector based graphics for the UI yet, so the bitmaps for the fonts and for the icons get smaller with higher resolutions.- ComputerGeek
- Post #6
- Forum: Computing and Technology
-
C
Security Theorem: Is Perfect Data Security Impossible?
Perfect security is possible though... one-time pads (though it is not eligant and easy to use)- ComputerGeek
- Post #2
- Forum: Computing and Technology
-
C
Java Which Language Matters Most for Software and Electrical Engineers?
Objective-C has been said to be great for gfx applications as well... it inherits its object-oriented nature from smalltalk.- ComputerGeek
- Post #14
- Forum: Programming and Computer Science
-
C
Java Which Language Matters Most for Software and Electrical Engineers?
well, inelegantI would say that the framework problem fits the second definition of kludge perfectly. Java is certainly ineligant.- ComputerGeek
- Post #13
- Forum: Programming and Computer Science
-
C
Laptop for College: Physics/Engineering Major
I was going to suggest an alienware Laptop.- ComputerGeek
- Post #3
- Forum: Computing and Technology
-
C
Java Which Language Matters Most for Software and Electrical Engineers?
God, I hate Java... I wrote a web app for my Abstract algebra class that does modular arithmetic and will draw chords of circles, with each chord connecting an initial value and its modular counterpart (coordinates around the circle) It was my first java project and I took it up because our...- ComputerGeek
- Post #10
- Forum: Programming and Computer Science
-
C
What are some essential Linux commands and their intriguing uses?
1) gzip or bzip make sure to tar a group of files first. 2) man passwd 3)set uid bit means that one must authenticate as what ever user is designated in order to open what ever it is... it is set for su because that is the switch user command and you don't want some one running around being...- ComputerGeek
- Post #2
- Forum: Computing and Technology
-
C
Python Learning Python: What Do I Need to Download?
For learning all you need is a good text editor.. no need for an IDE at that point. On windows, I like Notepad++... I am a fan of the basics... I don't usually use IDEs for projects even.- ComputerGeek
- Post #5
- Forum: Programming and Computer Science