Skip to content
View lakomyt's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@PWrWhiteHats
Block or Report

Block or report lakomyt

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. network-tools network-tools Public

    Network scanning tools

    Shell 1

  2. coronavirus.py coronavirus.py
    1
    #!/usr/bin/python3
    2
    
                  
    3
    import requests
    4
    from bs4 import BeautifulSoup
    5
    
                  
  3. monte_carlo monte_carlo Public

    Implementation of monte carlo method

    Jupyter Notebook

  4. pyclub pyclub Public

    Forked from prd-ev/pyclub

    Python

  5. NetworkScanner NetworkScanner Public

    Forked from filipw01/NetworkScanner

    C++

  6. benfords_law benfords_law Public

    Benford's law in python

    Python