Skip to content
View MarkAWard's full-sized avatar
Block or Report

Block or report MarkAWard

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

  1. django-protobuf-field django-protobuf-field Public

    Python

  2. kmeans kmeans Public

    TeX 1

  3. rec-sys rec-sys Public

    Python

  4. research research Public

    calculate minimal energy surfaces of fusion pores

    C

  5. semi-supervised-learning semi-supervised-learning Public

    TeX

  6. Timeout decorator and context manage... Timeout decorator and context manager using signals that allows nested timeouts
    1
    from contextlib import contextmanager
    2
    import errno
    3
    import functools
    4
    import os
    5
    import signal