Skip to content
View kbingham's full-sized avatar

Block or report kbingham

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. libcameralibcameraPublic

    libcamera - Making complex cameras easy. This is a personal fork, please use the upstream repository at https://git.libcamera.org/libcamera/libcamera.git/

    C++ 191 68

  2. linux-cameraslinux-camerasPublic

    My (personal) public tracker for supporting cameras on linux

    3

  3. xhkxhkPublic

    XLib HalfKeyboard implementation

    C 17 9

  4. kbuilderkbuilderPublic

    A makefile based build system for building kernels

    Makefile 3 1

  5. My Generic Makefile.Useful for creat...My Generic Makefile.Useful for creating a simple build for a single target from a set of c files.This could extended to provide support for other languages, or cross compilations.Let me know if you find this useful, or make any useful (generic) updates that are worth sharing.
    1
    # Kierans Generic Makefile
    2
    # www.kieranbingham.co.uk
    3
    4
    # Default to build with multiple instances for speed
    5
    MAKEFLAGS =+ -j
  6. board-framboard-framPublic

    Forked from geertu/board-fram

    Board Farm Remote Access Management

    Shell 1