Imgflip Logo Icon

the misfarts

the misfarts | webbrowser.open("https://imgflip.com/m/MS_memer_group") | image tagged in the misfarts | made w/ Imgflip meme maker
40 views 3 upvotes Made by ericawang 6 days ago in MS_memer_group
the misfarts memeCaption this Meme
8 Comments
0 ups, 6d
dragnoc laughs in scottish | image tagged in dragnoc laughs in scottish | made w/ Imgflip meme maker
0 ups, 6d,
1 reply
ip grabber | image tagged in ip grabber | made w/ Imgflip meme maker
0 ups, 6d,
2 replies
import webbrowser
import hashlib

webbrowser.open("https://xkcd.com/353/")

def geohash(latitude, longitude, datedow):
'''Compute geohash() using the Munroe algorithm.

>>> geohash(37.421542, -122.085589, b'2005-05-26-10458.68')
37.857713 -122.544543

'''
# https://xkcd.com/426/
h = hashlib.md5(datedow, usedforsecurity=False).hexdigest()
p, q = [('%f' % float.fromhex('0.' + x)) for x in (h[:16], h[16:32])]
print('%d%s %d%s' % (latitude, p[1:], longitude, q[1:]))
0 ups, 6d,
1 reply
ip grabber | image tagged in ip grabber | made w/ Imgflip meme maker
0 ups, 6d
print("a")
0 ups, 6d
k
0 ups, 6d,
1 reply
Mods ban this mofo for IP grabbing
0 ups, 6d
bet
the misfarts memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
webbrowser.open("https://imgflip.com/m/MS_memer_group")