I hereby claim:
- I am aymericbeaumet on github.
- I am aymericbeaumet (https://keybase.io/aymericbeaumet) on keybase.
- I have a public key whose fingerprint is 9979 A61B 3577 119F CAF0 5F84 98A8 7F81 DCF7 32EA
To claim this, I am signing this object:
node_modules/ | |
npm-debug.log | |
bundle.js |
node_modules/ |
// Send the key to http://xxxxxxxxxx.src.sr | |
function generateKey() { | |
var input = document.querySelector('#user-input').value | |
if (input.length >= 10) { | |
document.querySelector('#result').textContent = hash(input) | |
} | |
} | |
function hash(payload) { |
I hereby claim:
To claim this, I am signing this object:
const express = require("express"); // https://expressjs.com/en/4x/api.html | |
const fs = require("fs"); // https://nodejs.org/api/fs.html | |
const path = require("path"); // https://nodejs.org/api/path.html | |
/* | |
* This function exists for convenience only. It allows to create a new | |
* middleware with the given parameters (here we only expect a single one: the | |
* root directory). It mimics the genuine express.static function signature | |
* (modulo the options argument). | |
*/ |
Ever wanted to delete all your likes/favorites from Twitter but only found broken/expensive tools? You are in the right place.
setInterval(() => {
for (const d of document.querySelectorAll('div[data-testid="unlike"]')) {
d.click()
}
.gitignore |
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="1.0"> | |
<head> | |
<title>Subscriptions of nikita.voloboev from Inoreader [https://www.inoreader.com]</title> | |
</head> | |
<body> | |
<outline text="1." title="1."> | |
<outline text="FunctionallyParanoid.com" title="FunctionallyParanoid.com" type="rss" xmlUrl="https://functionallyparanoid.com/feed/" htmlUrl="https://functionallyparanoid.com"/> | |
<outline text="V8" title="V8" type="rss" xmlUrl="https://v8.dev/blog.atom" htmlUrl="https://v8.dev/"/> | |
<outline text="Apex Software" title="Apex Software" type="rss" xmlUrl="https://apex.sh/blog/feed.rss" htmlUrl="https://apex.sh/blog/"/> |