37Liion's Profile User Rating: -----

Reputation: 2 Apprentice
Group:
Contributors
Active Posts:
38 (0.03 per day)
Joined:
18-February 10
Profile Views:
1,469
Last Active:
User is offline Apr 23 2013 11:44 AM
Currently:
Offline

Previous Fields

Dream Kudos:
50
Icon   37Liion is on a warm beach somewhere in cyberland :)

Posts I've Made

  1. In Topic: Method to check for duplicate number does not work

    Posted 7 May 2012

    I would say duplicate and sort (or sort, check, shuffle) the array then check if array[i] == array[i-1] for each index.

    Outside of that you've got hash maps which are fun to learn..

    ArrayLists..
    Random random = new Random();
    ArrayList<int> list = new ArrayList<int>();
    int randomInt;
    for(int i=0;i<NUMBER_OF_RANDOMS;i++)
    {
        do {
        randomInt = random.nextInt(MAX);
        } while(list.contains(randomInt));
        
        list.add(randomInt)
    }
    
    


    Associative arrays exist in some form.. similar to hash maps
  2. In Topic: Slap the keyboard

    Posted 20 Mar 2012

    Orthodox Quixotic Wives Jerking Frenetically


    Wtf.. where did oqwjf go?

    Dead Belayer Died In Between Various Artificial Elephants, Failing Ice-climber Victor.

    ufygaf
  3. In Topic: Legal Advice? Stolen Property Returned Damaged

    Posted 1 Feb 2012

    I live in the U.S., Alaska specifically. So yes, he does have money state controlled savings account each Alaska Foster Youth gets for their annual Permanent Fund Dividend.
    I was thinking small claims court. He already coughed the iPad up but its now damaged. I would be suing for the cost of repair or the inflicted depreciation due to poor ownership.

    The kid isn't really liked by anybody in the house, including our father. He was placed as an emergency situation (they needed to put him somewhere until they found a permanent placement) and has continued to live with us for the last 5 months, stealing things from people, eating all of our food, being a pathological liar, and is just plain annoying to be around, especially in public.

    So no I'm not concerned about ramifications. I'm just tired of being victimized by the State of Alaska. Another youth in the house stole my PS3 on my birthday, and my iPod Touch a few months later. Unfortunately I couldn't prove it but have since gotten a confession and am in the process of recovering losses.
  4. In Topic: How fast are your 10 fingers?

    Posted 6 Dec 2011

    View PostMangoTux, on 06 December 2011 - 06:23 PM, said:

    What keyboard layout is everyone using?


    T9
  5. In Topic: Can Somebody Help Me Parse This:

    Posted 17 Nov 2011

    I was thinking Python because that's what I've done most of my "ripping" with. The program I need the images for is written in Java. I've come to the conclusion that all the "images" are actually part of one very tall (9384 px) image. So I think I will either be needing to figure out somewhere else to get my images from or come up with a way to split the image into a bunch of 36x34 images. I'm assuming each block is 34 px tall due to the fact that 34 is the only number close to 32 which divides evenly into 9384.

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

37Liion hasn't added any friends yet.

Comments

37Liion has no profile comments yet. Why not say hello?