Live data from Hacker News

Viewing profile — Leask

Leask

HN member
Joined
Tue, Mar 13, 2012, 5:44 AM UTC
HN karma
1
Public activity
1 items

About Leask

No profile information was provided.

Recent public activity

  1. comment
    Comment #6581577

    Using this python script to make the int-ip-address: #!/usr/bin/env python import socket import struct def ip2long(ip): packedIP = socket.inet_aton(ip) return struct.unpack("!L", p…