Ryan Fox

3,442
Reputation
179 views

Registered User

Name Ryan Fox
Member for 1 year
Seen 2 days ago
Website
Location Waterloo, Ontario
Age 23
I'm a computer engineering student at the University of Waterloo.
Oct
28
comment Why doesn’t my CGI script’s “die” message display in the browser?
die does more than just print a message. It will also exit the script, and perhaps other things. (Return an error code?)
Oct
22
answered Finding patterns in these numbers
Oct
14
revised Why would you want to export symbols in Perl?
added 19 characters in body
Oct
14
comment Why would you want to export symbols in Perl?
$foo-> as in: my $foo = new Blah::Whatever; $foo->bar();
Oct
14
asked Why would you want to export symbols in Perl?
Oct
12
awarded  Popular Question
Sep
25
comment Check if User Inputs a Letter or Number in C
What do you have against vowels? If you're going to remove the meaning from your variable names, you might as well just go with 'v'.
Sep
18
revised Simple fun C++ Asterisk Hill
Making it compilable.
Sep
18
comment Handling input into struct elements with array
Why not just edit the original question?
Sep
18
answered Handling input into struct elements with array
Sep
18
comment Fastest way to get value of pi
Not sure what to tell you... It seems fine to me.
Aug
12
answered Is this code O(N) or O(1)
Aug
12
comment What are the important notions in C that you did not learn from your teachers
What's wrong with 0?
Aug
6
comment Alignment along 4-byte boundaries
char* ptr will be aligned, since it is a pointer.
Aug
6
comment What to do if someone tries to add part of a product to a basket?
Throwing away non-numeric characters might get you in trouble when a customer inadvertently order 46 of a product, instead of 4.6.
Aug
6
answered How do i find out what all symbols are exported from a shared object?
Aug
6
revised How to set solr/home in linux OS?
edited tags
Aug
6
revised how to put an array character into the equation?
added 182 characters in body; edited title
Aug
6
revised How can I compile my Perl script so it can be executed on systems without perl installed?
Why were you treating the question as code?
Aug
6
answered How can Inheritance be modelled using C?
Aug
5
revised How can I loop through a list of functions in Perl?
added 36 characters in body
Aug
5
revised OO Programming Question: Global Object
edited tags
Aug
5
answered An online SVN client
Aug
5
answered What techniques can you use to encode data on a lossy one-way channel?
Aug
2
awarded  Yearling
Aug
2
answered Best C++ Debugger For Linux
Jul
30
answered Why kernel code/thread executing in interrupt context cannot sleep?
Jul
30
comment What are the compelling reasons to upgrade to emacs 23.1?
Nothing, really... It asks if you want to unleash the power of the butterfly. If you say yes, you get a little animation. If you say no, it loads the page for the xkcd comic I included in my answer.
Jul
30
comment What are the compelling reasons to upgrade to emacs 23.1?
Youtube did it.
Jul
30
answered What are the compelling reasons to upgrade to emacs 23.1?
Jul
22
answered What methods are there to modularize C code?
Jul
22
answered Generating all possible trees of depth N?
Jul
14
comment How can I convince my department to implement a version control system?
You're not very creative then. VCS-hating bears are now more likely to attack. ... Also, it adds another step into the employee's process, and it's a bunch of new terminology and commands that they have to learn. Considering they're mostly over 40, that could be a big disadvantage!
Jul
14
comment How can I convince my department to implement a version control system?
VCS does too have cost: 1) Licensing the software 2) Paying the person in charge of maintaining the repository 3) Training your users on how to use the new system
Jun
22
awarded  Nice Answer