• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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.
/msg NickServ identify **********
I copy pasted the strip. Censored password.
 
[PokeCommunity.com] Your current Ctrl + V


malamar
 
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...
 
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~
 
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
 
anesthesia
 
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.
 
《灰の騎神》ヴァリマール

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.
 
23:08

I randomly copy the clock to 'clear' my clipboard, lmao.
 
Status
Not open for further replies.
Back
Top