Skip to content
View chriscz's full-sized avatar
๐ŸŽ
vs ๐ŸŠ
๐ŸŽ
vs ๐ŸŠ
  • Activitar
  • Brisbane, Australia
  • 10:24 (UTC +10:00)
Block or Report

Block or report chriscz

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. pysorter pysorter Public

    A command line utility for organizing files and directories according to regex patterns.

    Python 43 16

  2. funciter funciter Public

    Functional style wrapper for iterators and iterables in python

    Python

  3. mpypi mpypi Public

    An extensible private pypi index

    Python 2

  4. flaticon-latex flaticon-latex Public

    Creates symbol definitions for a flaticon.com font package

    HTML 1

  5. timer timer Public

    A GUI countdown timer written in Python using Tkinter

    Python 21 17

  6. Dirty COW PoC with multipage support Dirty COW PoC with multipage support
    1
    /*
    2
     * Multipage COW PoC
    3
     */
    4
    #include <fcntl.h>
    5
    #include <pthread.h>