Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 58 6

  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