But I like your signature, so I can require you to write it for me. If you do not give me your signature, you are a self-entitled fuck. (retrieved from Reddit, 2014)You better not fake signatures
But I like your signature, so I can require you to write it for me. If you do not give me your signature, you are a self-entitled fuck. (retrieved from Reddit, 2014)You better not fake signatures
@CoolSquidIt will not hinder the user if they have no internet connection.
private static boolean testInternetConnection() {
try {
Process process = Runtime.getRuntime().exec("ping -c 1 www.google.com");
int returnVal = process.waitFor();
return returnVal == 0;
}
catch (IOException e) {
e.printStackTrace();
return false;
}
catch (InterruptedException e) {
e.printStackTrace();
return false;
}
}
Link please?(retrieved from Reddit, 2014)
connection.setConnectTimeout(5000);@CoolSquid
How do you test for an internet connection to avoid the massive timeout lag? All I can think of is this:
Code:private static boolean testInternetConnection() { try { Process process = Runtime.getRuntime().exec("ping -c 1 www.google.com"); int returnVal = process.waitFor(); return returnVal == 0; } catch (IOException e) { e.printStackTrace(); return false; } catch (InterruptedException e) { e.printStackTrace(); return false; } }
And that exec() call is not one I want to try, given how it is one hell of a security hole.
All proof is removed by a moderator.Link please?
And it probably breaks outside of Windows.And that exec() call is not one I want to try, given how it is one hell of a security hole.
Done.connection.setConnectTimeout(5000);
The code may be found here.
External link, maybe? I see value in this as a "look at the mentality of the people on the other side" thing.There was a guy posting a antisemitic and racist post supporting reposts in the stop mod reposts thread. I have screenshots, but it's too inappropriate to show.
Yeah, we just need to gate it with a "Rater PG13" warning and an ad.fly wallExternal link, maybe? I see value in this as a "look at the mentality of the people on the other side" thing.
I'm showing this solely to demonstrate how stupid people are.External link, maybe? I see value in this as a "look at the mentality of the people on the other side" thing.
I'm sorry but that is sad yet hilarious. I have never seen that outside of parody.I'm showing this solely to demonstrate how stupid people are.
http://i.imgur.com/rRGLziT.jpg
PLEASE tell me he's only 4 and can still be reclaimed! PLEASE!!!I'm showing this solely to demonstrate how stupid people are.
http://i.imgur.com/rRGLziT.jpg
I'm showing this solely to demonstrate how stupid people are.
http://i.imgur.com/rRGLziT.jpg
I'm showing this solely to demonstrate how stupid people are.
http://i.imgur.com/rRGLziT.jpg
Despite claims to the contrary, they are not always throwaways. CoolSquid blocked out the data on this account, but most of the accounts that harass me have existed for months or years.In all honesty people ban-baiting with throwaway accounts aren't even worth shaming.
I guess those people are not as much of obvious trolls than that guy in the picture.Despite claims to the contrary, they are not always throwaways. CoolSquid blocked out the data on this account, but most of the accounts that harass me have existed for months or years.
The account was 4 months old. Only 5 posts though.Despite claims to the contrary, they are not always throwaways. CoolSquid blocked out the data on this account, but most of the accounts that harass me have existed for months or years.