Jump to content

Welcome to Pure Warfare - The #1 Community for Pures

Welcome to Pure Warfare - The #1 Community for Pures, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Pure Warfare - The #1 Community for Pures by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

Jay

Elite Member
  • Posts

    1749
  • Joined

  • Last visited

Everything posted by Jay

  1. Neat tutorials, and I'm sure you have a really good understanding of PHP, I just get the impression that you only know the basics in depth. You create an entire video for something that could be briefly mentioned, such as comments. GET and POST could be done together. Looking forward to your more advanced videos.
  2. Will probably subscribe and view out of curiosity. Never dabbled in PHP before, but I would like to.
  3. There's really no definition behind either. We promote valued members, and if they continue to do well, we continue to promote them.
  4. ANYWHERE THERES A TRIANGLE OR AN EYE, ILLUMINATI IS INVOLVED. No, don't be a moronic conspiracy theorist.
  5. I remember when a full rune kill actually was something to get excited about. Nowadays, surviving a dclaws PJ is the highlight of a PKers day.
  6. Jay

    Bias

    No. It's not okay to be a [your rank in clan] in [your clan]. We dislike them because they [unaccepted act] on trips and also [thing most clans do], which is no honor. You have members with [random integer between 35 and 40] defense and [hack/phish/etc.] members from [other clan].
  7. Automatic generated message This topic has been closed by a moderator. Reason: We... don't do this If you disagree with the action which has been taken on this topic, please PM a Moderator or an Administrator. Kind regards, Pure Warfare Staff
  8. Have an interactive feature where a clan can mark their departure time and ending time? Could be abused if a clan is getting bashed though to avoid death counts, I'm sure.
  9. Jay

    wtf

    Professor & kids in my writing class decided to discuss anonymous/4chan//b/ today. I've never been more annoyed by the lack of knowledge on a subject.
  10. Jay

    Karl small peeen

    Automatic generated message This topic has been closed by a moderator. Reason: This forum is for graphics. If you disagree with the action which has been taken on this topic, please PM a Moderator or an Administrator. Kind regards, Pure Warfare Staff
  11. It's just up to you and how well you know your computer.
  12. Jay

    Bs

    Automatic generated message This topic has been closed by a moderator. Reason: Not allowed If you disagree with the action which has been taken on this topic, please PM a Moderator or an Administrator. Kind regards, Pure Warfare Staff
  13. Jay

    The weather

    Very good weather here, too.
  14. I made two functions - one to convert binary to decimal, and one to convert decimal to binary - out of boredom and as practice. private static int decodeBinary(String Bin) { int finalvalue = 0; for (int i=0;i<Bin.toString().length();i++) { finalvalue += (Math.pow(2,(Bin.toString().length()-i-1))) * (Character.getNumericValue(Bin.toString().charAt(i))); } return finalvalue; } private static String decToBin(Integer Dec) { int highest = 0; String retBin = ""; Integer Total = Dec; for (int i=0;Math.pow(2,i) <= Dec;i++) { highest=i; } for (int i=highest;i>=0;i--) { if (Math.pow(2,i) > Total) { retBin = retBin + "0"; } else { Total = (int) (Total - (Math.pow(2, i))); retBin = retBin + "1"; } } return retBin; } decodeBinary("10100111001110") returns 10702 decToBin(10702) returns 10100111001110
  15. RuneScape is not a console game. It takes far too long to play and simply isn't meant for XBox, PS3, etc.
  16. I was planning on going on PW at exactly that time.
  17. Jay

    media v. gfx

    Yes it is wtf Square is rectangle, rectange is not square. /duh
  18. Jay

    Haxball

    I was actually planning on hosting a haxball tournament.
  19. You don't mean "Software editing program", you mean "editing program".
×
  • Create New...