- Create a repository and set it to private if you want
- In your vault, run these commands substituting the values
git init git add . git commit -m "Initial commit" git remote add origin [email protected]:<USERNAME>/<REPO_NAME>.git git push -u origin master
- Now...
use std::marker::PhantomData; | |
use std::ptr; | |
// Behaves like &'a mut dyn FnMut, | |
// except requires only one pointer indirection for functions without data. | |
struct ShallowFnMutRef<'a> { | |
fn_ptr: unsafe fn(*mut ()), | |
data: *mut (), | |
_marker: PhantomData<&'a mut ()>, | |
} |
struct Container<'a> { | |
process: &'a mut dyn FnMut(), | |
} | |
// ... | |
struct ContainerOwner<'a> { | |
container: Container<'a>, | |
} |
window._adata = { | |
action: 'js', | |
target: 'console.log("BOT!!!");', | |
js: false, | |
ok: false, | |
cid: '4cb2bdd5e1b96a87d439f65ad57e9039' | |
} | |
;(function () { | |
var errors = [] |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGBwpYJHZlcnNpb25ZJGFyY2hpdmVyVCR0b3BYJG9iamVjdHMS | |
AAGGoF8QD05TS2V5ZWRBcmNoaXZlctEICVRyb290gAGjCwwTVSRudWxs0w0ODxARElVO | |
U1JHQlxOU0NvbG9yU3BhY2VWJGNsYXNzTxAnMC4yNDMxMzcyNTQ5IDAuMjY2NjY2NjY2 | |
NyAwLjMyMTU2ODYyNzUAEAGAAtIUFRYXWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xv |
function Expletives({ children }) { | |
let [letters, setLetters] = useState(children); | |
useEffect(() => { | |
if (window.matchMedia("(prefers-reduced-motion: reduce)").matches) { | |
return; | |
} | |
let interval = setInterval(() => { | |
let newLetters = children.split("").map((letter, index) => { |
module.exports = { | |
tokens: [ | |
// Put in a token from https://api.slack.com/legacy/custom-integrations/legacy-tokens | |
], | |
name: 'Botnise', // Change the bot name | |
color: '#f03e3e', | |
timeout: 10000, | |
statsFile: 'stats.json', |
upm_version=`curl -s "https://api.github.com/repos/replit/upm/releases/latest" | grep -Pom 1 '"tag_name": "v\K[^"]*'` | |
wget "https://github.com/replit/upm/releases/download/v${upm_version}/upm_${upm_version}_linux_amd64.deb" | |
sudo apt-get install ./upm_${upm_version}_linux_amd64.deb | |
rm ./upm_${upm_version}_linux_amd64.deb |
I'm going to be leaving out last names for privacy reasons. On a side note, the beginning is kind of fuzzy for me, and may have involved wolves. I've had similar dreams in the past about the same house in Vermont with the same creepy swamp. I was also watching a Netflix show before I went to bed that involved Caesar's Palace.
It's dark out, and the sun set a few hours ago. Chris, Paul, Cadence, Betty-Leigh, Ed, my dad, and I are sitting in our house in Vermont. We are frightened by howling noises in the distance and decide to watch a movie to cheer us up. But first we have to get to the theater.
Betty-Leigh, Ed, and I decide to go get the car. So we walk through the swamp, avoiding the sinkholes, to find Chris and Paul's shack on our property. But a n g e r y killer bears are everywhere, and we have to watch our every step to avoid being eaten by them. We finally find the car and shack in the middle of the forest. We get in it and drive out of the forest and onto a very well-kept gravel
I hereby claim:
- I am kognise on github.
- I am kognise (https://keybase.io/kognise) on keybase.
- I have a public key ASAg1Q25-hOTvo8_CVpkDMdgyhOFhaoWqMptvAO7DALsEgo
To claim this, I am signing this object: