Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. That's because you haven't read the manual
  2. Instead of trying to "beat the game", why not try to create quality content that is well structured? A good positioning on the SERPs will follow naturally from this.
  3. Daniel0

    Hello!

    I don't think it makes sense classifying programming skills like that. It's a continuous process without an upper bound, but 10/10 would imply "perfect" or "knows everything possible".
  4. Well, I've got space invaders on my TI-89.
  5. Well, I don't how your math classes are, but you can get through all math courses here with just a basic scientific calculator (just because there is no reason to calculate e.g. 20! by hand). It's not so much the result, but how you get to the result that matters after all. Anyways, TI-89 has CAS and I don't think TI-84 has. I think that's one of the major differences. I have got a TI-89 Titanium, but I rarely use it.
  6. What do you need a calculator for in a computer science course?
  7. Why don't you ask them? The worst thing that will happen is just that they say "no".
  8. Daniel0

    Hello!

    Hi JBlaze. Welcome to the forums
  9. Sorry about that. It was my fault. Fixed.
  10. Actually, this topic is the first one he made. Either way, this one gets locked because the other one contains more elaborate answers.
  11. <?php $string = "This text should be converted to upper case. [leavealone]This text should remain the same[/leavealone]. This text should be upper case. [leavealone]Don't change the case of this part[/leavealone] etc..."; $parts = preg_split('#\[/?leavealone\]#', $string); for ($i = 0, $m = count($parts); $i < $m; $i += 2) { $parts[$i] = strtoupper($parts[$i]); } $newString = join('', $parts); echo $newString; I believe the code is rather self-explanatory, but I'll explain it in details if you need it.
  12. You'd also (in this case) get three E_NOTICEs.
  13. I think "Bing goes the internet" is better.
  14. jQuery++ I also like the fact that it has a lot of plugins adding additional features.
  15. The logo artwork will be "auto copyrighted", as you put it. You cannot copyright a sentence, and that is what a slogan is. A slogan is a trademark.
  16. What are you talking about, and how is this related to application design?
  17. Write valid markup.
  18. You can load the pecl extension.
  19. Daniel0

    Fonts

    You could also just read the entire topic before posting.
  20. It depends on how you do it and where you live. Depending on how severe the depression is, receiving bad advice may be fatal so it's best that the treatment is handled by a medical professional. I would imagine that many places you're not allowed to act as a psychiatrist if you don't have some sort of license. Gathering resources about depression or discussing depression wouldn't be illegal, but I would imagine that you could get in trouble some places if you make a "come to me and get free advice on depression" kind of web site. I guess it would also depend on your Terms of Service on the web site, but you also need to consider that a contract clause is not necessarily enforceable and especially not if it contradicts the law. You should always consult a lawyer if you need legal advice though. First of all, the law is different in all countries so asking on an online forum isn't ideal. People answering here might also be misinformed; they may think that the law is in a particular way because it seems logical to them, or they may talk based on past experience while the law has been changed in the meantime. It would be unfortunate if you get in trouble because of bad advice on the internet. "Some dude on the internet told me that..." isn't going to cut it in a court room.
  21. thanks daniel but u know anywhere free i could download war games? Well, there are some free games, such as America's Army, but most people want to, you know, get paid.
  22. You can try Steam or Direct2Drive.
  23. You could do like: $max = 0; // just because we need something to start with foreach ($array as $elem) { $max = max($max, max($elem)); }
  24. I don't play on a Playstation, but if I play a game on my computer it'll typically be something that has some sort of good story. It can also possibly be "just" a shooter. Some games I've enjoyed was the KOTOR games, the GTA games (though I've only played Vice City, San Andreas and GTA IV), the Splinter Cell games, Batman Arkham Asylum, Assassin's Creed, Mass Effect, Fallout 3, the Half-Life games, Portal, Star Wars Jedi Academy, Star Wars Jedi Outcast. I rarely play online multiplayer games. I don't have the time to become really good at it, so I'll just keep getting owned. I think Team Fortress 2 was good, though it's a long time since I played it. I need to be able to put the game away for some time and pick up from where I stopped. That's easier with a single player game. I'm looking forward to SWTOR even though it's an MMO, however. Mostly because it's a continuance of the KOTOR games. Hopefully they haven't ruined it by making it an MMO.
  25. How you would traverse it depends on what you want to do with it.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.