Skip to content
View chriscz's full-sized avatar
🍎
vs 🍊
🍎
vs 🍊
  • Activitar
  • Brisbane, Australia
  • 15:00 (UTC +10:00)
Block or Report

Block or report chriscz

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 22 18

  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>