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

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.

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

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

    C++ 162 64

  2. linux-cameras linux-cameras Public

    My (personal) public tracker for supporting cameras on linux

    3

  3. xhk xhk Public

    XLib HalfKeyboard implementation

    C 16 8

  4. kbuilder kbuilder Public

    A makefile based build system for building kernels

    Roff 3

  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-fram board-fram Public

    Forked from geertu/board-fram

    Board Farm Remote Access Management

    Shell