hi there Go here https://panopticlick.eff.org/
addEventListener("fetch", event => { | |
event.respondWith(handleRequest(event)) | |
}) | |
CLOUDFLARE_CUSTOMER_ID = '123123' //CHANGE THIS TO YOURS | |
const CF_THUMBNAIL_URL = `https://customer-${CLOUDFLARE_CUSTOMER_ID}.cloudflarestream.com/` | |
async function serveAsset(event) { | |
const url = new URL(event.request.url) | |
console.log('serving images', url) |
20220826082208_settings.txt | |
Who has access | |
Not shared | |
System properties | |
Type | |
Text | |
Size | |
2 KB | |
Storage used | |
2 KB |
badges: | |
- entity: person.alex | |
style: | |
ha-state-label-badge: | |
$: | |
ha-label-badge: | |
$: | | |
.label-badge .label span{ | |
color: #000 !important; | |
} |
list of links for quick copypasting when debating on forums, also useful as a reading list
a trip to the moon requires a rocket with multiple stages by gmaxwell https://www.reddit.com/r/Bitcoin/comments/438hx0/a_trip_to_the_moon_requires_a_rocket_with/
bram cohen, creator of bittorrent, argues against a hard fork to a larger block size https://medium.com/@bramcohen/bitcoin-s-ironic-crisis-32226a85e39f#.558vetum4
asdgasdgasdg |
I hereby claim:
- I am altryne on github.
- I am altryne (https://keybase.io/altryne) on keybase.
- I have a public key ASC2hquNqomr9eq9cZbZ4d4Ioy7FdEPwOMYDw5E8vwaujgo
To claim this, I am signing this object:
This guide is a fork from this gist.
Since Mavericks stopped using the deprecated ipfw
(as of Mountain Lion), we'll be using pf
to allow port forwarding.
Create an anchor file under /etc/pf.anchors/com.vagrant
with your redirection rule like:
important note the trailing whitespace is nessesary
#A script to post back to Slack via the webhooks API
##why this exists?
Slack's own hubot adapter needs the hubot installation to be accessible via web. This can be problematic in some cases, as a security risk.
This hack let's you run your Hubot behind a firewall, and connect to Slack via the IRC gateway.
To respond, Hubot uses the incoming webhooks end-point of Slack.
Because Freshbooks doesn't have demo data, and there's no way to import your invoices, here's a small script to create a bunch of dummy invoices in freshbooks
EDIT : This script now lives as a repository here : https://github.com/Fundbox/freshbooks_demo_data