Recent content by Yersinia Pestis
-
Y
What is the Cryptanalysis for this cypher?
English, 18th century. I've actually forgotten what cipher I used by now, I'll try and dig that up in case you need any more help.- Yersinia Pestis
- Post #4
- Forum: General Discussion
-
Y
C/C++ Guide to C++ Programming For Beginners
Thanks man! I'm going to makes me a text adventure! And look for more C++ stuff that's got stuck in the tubes.- Yersinia Pestis
- Post #109
- Forum: Programming and Computer Science
-
Y
C/C++ Guide to C++ Programming For Beginners
Well, I've finished the tutorial. Again, great material dduardo. But the open goal at the end seems a bit steep. A text adventure? With out object-orientation? But, I guess it's a challenge. Except i ran into a major hurdle. Text inputs. This code: #include <cstdlib> #include...- Yersinia Pestis
- Post #107
- Forum: Programming and Computer Science
-
Y
C/C++ Guide to C++ Programming For Beginners
Could you be kind enough to explain why it's crashing when n-r==0 ? EDIT: I changed the condition for the if statement in 'factorial' to (num==1 || num==0) and now it works fine. I'm never nicking code off the internet again. Thanks for bringing it to my attention. I can't believe I didn't...- Yersinia Pestis
- Post #106
- Forum: Programming and Computer Science
-
Y
C/C++ Guide to C++ Programming For Beginners
First off, dduardo, thank you for what has been, so far, a most excellent tutorial. Having said that, the pascals triangle task has seemed daunting to me, and I had to look up how to make my own functions to do it efficiently, and I came up with this: #include <cstdlib> #include...- Yersinia Pestis
- Post #104
- Forum: Programming and Computer Science
-
Y
Avg. number of hours people spend watching tv & playing games?
Please think things through before you say them. TV caused a cultural revolution. It was essentially the birth of modern news media. TV is not a problem, being a lazy fatass and sitting in front of it all day is.- Yersinia Pestis
- Post #13
- Forum: Computing and Technology
-
Y
Avg. number of hours people spend watching tv & playing games?
Oh, yes, totally. The species would be so much better without agriculture, clean water, hygiene, antibiotics, ICUs, and worst of all: a low infant mortality rate! Remember, these kinds of objections have been made to virtually every technological advancement made in the history of humankind...- Yersinia Pestis
- Post #8
- Forum: Computing and Technology
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
So, adapting my previous example, function: y=\sqrt{x} Because it always gives the positive root, not function: y=\pm\sqrt{x} Because it gives two answers for each x. Despite the curse of a useless GCSE curriculum, I think I've finally got it. Also, LaTeX is really freaking cool.- Yersinia Pestis
- Post #29
- Forum: General Math
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
Gotcha, I keep forgetting about that little plussy-minusy thing. But if, as you are saying, they are both functions, how does one represent non-functional graphs? (is my wording right? I'm trying to pick stuff up here.)- Yersinia Pestis
- Post #26
- Forum: General Math
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
a function looks like this: f(x)=x^{3}+2x-7 While an ordinary equation looks like this: y=x^{3}+2x-7 Cristo: So, how does one indicate both roots?- Yersinia Pestis
- Post #24
- Forum: General Math
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
Your original question was not specified as a function, so logically you would draw the full parabola.- Yersinia Pestis
- Post #21
- Forum: General Math
-
Y
What is the Cryptanalysis for this cypher?
Well, I thought that some you guys might enjoy a good cypher to crack. I was going to put two in, but it made the post too long. Don't be put off by the large size, that works to your advantage. If you think you've got it, post the answer in hidden text in a reply. If you want more, ask me...- Yersinia Pestis
- Thread
- Replies: 5
- Forum: General Discussion
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
Ah, I understand now. Thanks :smile: And sorry to OP for threadjack.- Yersinia Pestis
- Post #13
- Forum: General Math
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
So, anything that is not a function cannot be plotted? Because I've seen many graphs on Wikipedia that have more than one point of y for every x. Like elliptic curves, used in cryptography. Now, it's almost certain that I've got completely the wrong end of the stick, but I'm not going to stop...- Yersinia Pestis
- Post #11
- Forum: General Math
-
Y
High School Square Root Graph: Understanding x- & y- Intercepts
So, how is a sideways parabola plotted? Or a circle? Is x^0.5 used? Or some other mathematical trickery?- Yersinia Pestis
- Post #9
- Forum: General Math