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

Block or report bparks

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