Mew
The New Species Pokémon
- 293
- Posts
- 12
- Years
- Under the truck
- Seen Dec 26, 2020
/msg NickServ identify **********
I copy pasted the strip. Censored password.
I copy pasted the strip. Censored password.
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);
}
Username:
Reason for Joining the Club:
Who's PC's Site Admin?:
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);
});
}
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.