Skip to content

Instantly share code, notes, and snippets.

View ConnorMcF's full-sized avatar
🥓
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Connor McFarlane ConnorMcF

🥓
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
View GitHub Profile
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
connormcf@prot-donationsys:~$ git clone https://github.com/letsencrypt/letsencry pt
Cloning into 'letsencrypt'...
remote: Counting objects: 24861, done.
remote: Compressing objects: 100% (140/140), done.
remote: Total 24861 (delta 68), reused 0 (delta 0), pack-reused 24721
Receiving objects: 100% (24861/24861), 6.56 MiB | 6.29 MiB/s, done.
Resolving deltas: 100% (17399/17399), done.
Checking connectivity... done.
connormcf@prot-donationsys:~$ cd letsencrypt
connormcf@prot-donationsys:~/letsencrypt$ ./letsencrypt-auto --server \
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --server \ https://acme-v01.api.letsencrypt.org/directory --help
./letsencrypt-auto --apache --server https://acme-v01.api.letsencrypt.org/directory --agree-dev-preview
@ConnorMcF
ConnorMcF / keybase.md
Created November 29, 2015 12:31
Keybase Verification

Keybase proof

I hereby claim:

  • I am ConnorMcF on github.
  • I am connormcf (https://keybase.io/connormcf) on keybase.
  • I have a public key whose fingerprint is 30B8 4083 6363 97C7 30DF DE25 0204 AC47 E3A7 9892

To claim this, I am signing this object:

<?php
/*
Copyright (c) 2013 Alexander Kirk
http://alexander.kirk.at/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
<?php
require('../class/ratelimiter.php');
$rateLimiter = new RateLimiter(new Memcached(), $_SERVER["REMOTE_ADDR"],"registration");
try {
// allow a maximum of 100 requests for the IP in 5 minutes
$rateLimiter->limitRequestsInMinutes(1, 1);
} catch (RateExceededException $e) {
header("HTTP/1.0 529 Too Many Requests");
exit;
}
_ _ _ _ _ _
(_) | (_) | | | | | |
_| |_ __ ____ _ ___ _ _ _ ___| |_ __ _ _ __ _ __ __ _ _ __ | | __ | |__ _ __ ___
| | __| \ \ /\ / / _` / __| | | | | / __| __| / _` | | '_ \| '__/ _` | '_ \| |/ / | '_ \| '__/ _ \
| | |_ \ V V / (_| \__ \ | | |_| \__ \ |_ | (_| | | |_) | | | (_| | | | | < | |_) | | | (_) |
|_|\__| \_/\_/ \__,_|___/ | |\__,_|___/\__| \__,_| | .__/|_| \__,_|_| |_|_|\_\ |_.__/|_| \___/
_/ | | |
|__/ |_|
Connor McFarlane 4:08:00 PM
it doesn't even mention the word session
Connor McFarlane 4:07:45 PM
so how'll that help?
Connor McFarlane 4:07:40 PM
on it
Connor McFarlane 4:07:39 PM
-- insecuritiesintensify.mp3
DarkRP.setChatSound("insecuritiesintensify", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecurities intensify", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("wordscantbringmedown", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("words cant bring me down", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecure", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("in-secure", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("nomatterwhattheysay", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("no matter what they say", {"insecuritiesintensify.mp3"})
DarkRP.setChatSound("insecuritiesintensify.mp3", {"insecuritiesintensify.mp3"})
@ConnorMcF
ConnorMcF / sv_sounds.lua
Created November 20, 2015 20:10
/176.31.15.206_27015/garrysmod/addons/darkrpmodification-master/lua/darkrp_modules/corerpchatsound
-- itcrowd.mp3
DarkRP.setChatSound("999", {"corerpchatsound/itcrowd.mp3"})
DarkRP.setChatSound("0118", {"corerpchatsound/itcrowd.mp3"})
-- nice.mp3
DarkRP.setChatSound("noice", {"corerpchatsound/nice.mp3"})
-- roasted.mp3
DarkRP.setChatSound("roasted", {"corerpchatsound/roasted.mp3"})