I hereby claim:
- I am l1n on github.
- I am l1n (https://keybase.io/l1n) on keybase.
- I have a public key ASBM872y4O7cNhr36PMzRzw3c7f6eBb57pORbHtuNmGiHQo
To claim this, I am signing this object:
// ==UserScript== | |
// @name WebP to PNG Converter | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Adds context menu option to convert and download WebP images as PNG | |
// @match *://*/* | |
// @grant GM_registerMenuCommand | |
// @grant GM_xmlhttpRequest | |
// @grant GM_openInTab | |
// @grant GM_notification |
#!/bin/perl | |
use strict; | |
use warnings; | |
use utf8; | |
use JSON; | |
use HTML::WikiConverter; | |
my $DEBUG = 0; | |
my $wc = new HTML::WikiConverter( dialect => 'Markdown', encoding => 'utf8', link_style => 'inline' ); | |
my ($start_date, $end_date); | |
$start_date = `date +%s`; |
<strong>There’s no pwnage like self-pwnage</strong></p><p>Remember when I covered the not-amazing Twitter hack last month and I suggested that maybe<em> </em>whoever did it <a href="https://au.news.yahoo.com/twitter-bitcoin-scam-social-engineering-hack-access-193040357.html" rel="nofollow noopener" target="_blank">just really sucked at crime</a>? Because who would blow up that absolute gold mine of access and information so fast *and* in the light of day. Yep, that. </p><p>So the OPSEC Dumbass Of The Year award goes to… Florida Man. I mean, Florida Boy. Hop on the boat: we’re touring Dipshit Island.</p><p>When Twitter's “hack” happened, thought Leader Infosec Twitter went nuclear rumoring nation-state attacks. Brian Krebs got so hard he doxed the wrong guy. (Again.) But one shared truth across the board was that <a href="https://www.engadget.com/twitter-hack-bitcoin-money-laundering-140031258.html" rel="nofollow noopener" target="_blank">those Bitcoin transactions were going to be traced</a>. I mean, onl |
I hereby claim:
To claim this, I am signing this object:
<script type="application/ld+json"> | |
{ | |
"@context":"http://schema.org", | |
"@type": "EmailMessage", | |
"description": "View this Pull Request on GitHub", | |
"action": { | |
"@type": "ViewAction", | |
"url":"https://github.com/perma-id/w3id.org/pull/47", | |
"name":"View Pull Request" | |
} |
I hereby claim:
To claim this, I am signing this object:
from datetime import datetime | |
from math import * | |
#result in hours | |
def get_LST(datestr,long): | |
dt1 = datetime.strptime(datestr,"%Y %m %d %H %M %S") | |
dd=dt1-datetime(2000,1,1,0,0,0) | |
utc = dt1.hour+dt1.minute/60.0+dt1.second/(3600.0) | |
return ((100.46+0.985647*dd.total_seconds()/(86400.0)+long)/15.0 +utc)%24 |
I hereby claim:
To claim this, I am signing this object: