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

Block or report peter-bloomfield

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. win32-named-pipes-example win32-named-pipes-example Public

    Simple example code for working with named pipes using the Win32 API.

    C++ 59 21

  2. integral_io integral_io Public

    A ridiculously convoluted way to make C++ streams handle a 1 byte integer as a number instead of a character

    C++

  3. arduino-HobbytronicsSerialTFT arduino-HobbytronicsSerialTFT Public

    Arduino library for controlling the 1.8 inch serial TFT display produced by Hobbytronics.

    C++

  4. arduino-LiquidCrystalEAX arduino-LiquidCrystalEAX Public

    Arduino library for controlling Epson's EAX series of LCDs

    C++

  5. quizhud quizhud Public archive

    Conduct multiple-choice and exploration-based quizzes and surveys in Second Life or OpenSim, administered from an external website.

    PHP

  6. A function to convert a CFString (ma... A function to convert a CFString (macOS / OS X) to a UTF-8 std::string in C++.
    1
    #include <CoreFoundation/CoreFoundation.h>
    2
    #include <string>
    3
    #include <vector>
    4
    
                  
    5
    /**