• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Your current Ctrl + V

Status
Not open for further replies.

inheartstaco

Lightning Dragon Slayer
  • 92
    Posts
    10
    Years
    watch?v=CVOiXd0jWP8

    I was helping someone figure out how the youtube wrapper html works, and was pointing out you only use what's after the "=" sign
     

    Skystrike

    [i]As old as time itself.[/i]
  • 1,641
    Posts
    15
    Years
    What's behind button #1

    O-M-G!!!!!111
    You never have to go to school (or work if you're not in school) EVER AGAIN! And you won't run out of money (if you work) or will pass all your classes with perfect grades (if you go to school)!!!!!

    The catch?

    It's simple, really...an unsightly protrusion will grow on your face, and eventually will cover it all, so you won't be able to see. You'll be basically blind. :X And that's if you're working.

    If you're going to school, instead two of those same protrusions will grow on your ears. You'll become deaf. :(

    Do you press ~the button~?


    It's my post for the do you press the button thread!
     

    Apollo

    怖がらないで
  • 1,333
    Posts
    12
    Years
    • Seen Jul 22, 2017
    top 10

    I got curious and I was bored, so I searched about the top 10 lists of random stuff. :d
     

    LavenderTownGhost

    Returning to Hoenn
  • 387
    Posts
    10
    Years
    Your current Ctrl + V


    Geezus, one of my drawings...
     

    Oryx

    CoquettishCat
  • 13,184
    Posts
    13
    Years
    • Age 31
    • Seen Jan 30, 2015
    /**
    * Swaps fragments in the main content view
    */
    private void selectItem(int position) {
    // Highlight the selected item, update the title, and close the drawer
    mDrawerList.setItemChecked(position, true);
    if (position < 6)
    setTitle(mPlanetTitles[position-2]);
    else if (position > 7 && position < 10)
    setTitle(mPlanetTitles[position-3]);
    mDrawerLayout.closeDrawer(mDrawerList);

    switch (position) {

    case 2: //Case for grow
    gotoGrow();

    break;
    case 3: //Case for directory
    //We're in directory, don't do anything
    break;
    case 4: //Case for radio
    gotoRadio();
    break;
    case 5: //Case for find
    gotoFind();
    break;
    case 7: //Case for my pope
    gotoPope();
    break;
    case 8: //Case for my parish
    gotoMyParish();
    break;
    case 9: //Case for my profile
    gotoProfile();
    break;
    case 11: //Case for logout
    logout();
    break;
    case 12:
    sendFeedback();
    break;
    default:
    break;
    }
    }

    public void gotoPope() {
    Intent gotopope = new Intent(this, PopeActivity.class); //Set up goto new page
    startActivityForResult(gotopope, 0); //Execute goto new page
    }

    Help I've been coding too much
     

    TY

    Guest
  • 0
    Posts
    Libra. The apple of Yuri's eye. The one who would tip the balance of world power in the favor of Epsilon. According to scarce intel available on her, she is the most powerful psychic in the Epsilon ranks, possibly even rivaling Yuri himself. However, the information that costed many agents' life suggests that she is incapable of using her mind to create a mind control link with targets because she has serious personality issues. Instead, she concentrates on destructive telekinesis and object manipulation, having custom made explosive darts which she moves freely with her abilities as a weapon of choice.

    The description of my favorite video game character atm <3
     
  • 1,103
    Posts
    11
    Years
    • Seen Feb 20, 2024
    Spoiler:


    My latest blog entry >_> The blog derped a bit so I copied the text to be on the safe side :I
     
    Status
    Not open for further replies.
    Back
    Top