Skip to content
View fahadysf's full-sized avatar

Block or report fahadysf

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. A multiprocess task broker which act... A multiprocess task broker which acts as: an example of Multiprocess asynchronous tasks which update a shared dictionary provided by multiprocess.Manager.
    1
    #!/usr/bin/python
    2
    
                  
    3
    from multiprocessing import Pool, Manager
    4
    from http.server import BaseHTTPRequestHandler, HTTPServer
    5
    import json
  2. flask-myip flask-myip Public

    Simple Flask app to show visitors IP and other useful information about their browsing environment.

    HTML

  3. netxms-dockerfiles netxms-dockerfiles Public

    Forked from frostasm/netxms-dockerfiles

    Dockerfiles for building NetXMS images

    Shell