Skip to content
View bparks's full-sized avatar

Block or report bparks

Report abuse

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

Report abuse

Pinned Loading

  1. whiskey whiskey Public

    A simple deployment tool written in Go

    Go

  2. pails pails Public

    The lightest, most powerful PHP MVC framework for rapid application development.

    PHP 3 2

  3. libfmux libfmux Public

    A lightweight C library to add multiplexing to any file descriptor

    C 1

  4. verimail verimail Public

    JavaScript

  5. This C program takes the whole scree... This C program takes the whole screenshot of the root window for a given display and saves it in PNG file format.
    1
    // Use the following command line to build:
    2
    // gcc -o screenshot screenshot.c -lX11 $(pkg-config cairo --cflags --libs)
    3
    /*
    4
    Grabs a screenshot of the root window.
    5