• 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.

Skystrike

[i]As old as time itself.[/i]
  • 1,641
    Posts
    15
    Years
    Your current Ctrl + V


    malamar
     

    Akiba

    [img]http://i.imgur.com/o3RYT4v.png[/img]
  • 4,262
    Posts
    13
    Years
    public void fetchQuote() {
    if (currentFetchTask != null)
    currentFetchTask.cancel(true);
    TextView textView = (TextView)(findViewById(R.id.quote_view));
    textView.setText("#" + currentQuote);
    currentFetchTask = new Quote().execute(currentQuote);
    }

    If my paste has to do with programming one more time...
     
  • 1,488
    Posts
    10
    Years
    X GEN.
    • Kaguya Izayoi - FC: Sheena Fujibayashi (Tales of Symphonia)
    • Kazuki Izayoi - FC: Yuri Lowell (Tales of Vesperia)
    • Kagura ??? - FC: Suzu Fujibayashi (Tales of Phantasia)

    For a private forum some friends and I RP in~
     

    Akiba

    [img]http://i.imgur.com/o3RYT4v.png[/img]
  • 4,262
    Posts
    13
    Years
    module.exports = function(dirname, filext, callback) {
    fs.readdir(dirname, function(err, list) {
    if (err)
    return callback(err);
    filext = '.' + filext;
    var lines = list.filter(function(filename) {
    return path.extname(filename) == filext;
    });
    callback(null, lines);
    });
    }

    Oh my. Programming again T~T
     
  • 3,869
    Posts
    10
    Years
    • Seen Feb 5, 2023
    Lol I copied my post to proofread it for a thread in D&D:

    I do my best not to judge a person based on the way that they look. There are of course stereotypes like all Asian people are smart, but that may not be the case. I don't think that race really has anything to do with how intelligent a person can be if they put their mind to it and study hard. The way someone dresses doesn't infect how I view him/her, some of the smartest people I've ever met dress likes slobs. haha

    The way a person talks can tell something about their intellect (not like dialect, but how they use grammar). It seems like intelligent people use more correct grammar and can conduct themselves better in a conversation or when speaking to a group of people.
     

    Arc

    [img]http://i.imgur.com/kieFJln.gif[/img]
  • 2,023
    Posts
    16
    Years
    《灰の騎神》ヴァリマール

    Haha, whoops. Was trying to get a more accurate translation for this. If you're curious on what it means, it roughly translates to "<< God Knight of Ash>> Valimar". Or it can mean "<< Calvary God of Ash>> Valimar" depending on how you read the kanji.
     
    Status
    Not open for further replies.
    Back
    Top