Skip to content
View PasqualeLivecchi's full-sized avatar

Block or report PasqualeLivecchi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SigeaFix SigeaFix Public

    Java 1

  2. simpleserver simpleserver Public

    Simple http server implementation in python

    Python 1

  3. ZenithOS ZenithOS Public

    The Zenith Operating System is a modern, professional fork of the 64-bit Temple Operating System, designed to survive societal collapse.

    HolyC 47 5

  4. Get url certificate meta data in les... Get url certificate meta data in less than 10 lines using standard python libraries
    1
    import ssl
    2
    import socket
    3
    
                  
    4
    def getcertmeta(url="",port=443):
    5
        hostname = socket.gethostbyaddr(url)[0]
  5. contracts contracts Public

    Forked from Wonderland-Money/contracts

    Solidity

  6. pysheeet pysheeet Public

    Forked from crazyguitar/pysheeet

    Python Cheat Sheet

    Python