Skip to content
View jtbr's full-sized avatar

    Block or report jtbr

    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
    jtbr/README.md

    I like to build things, crack problems, and learn along the way

    Pinned Loading

    1. propriaworks/unhushpropriaworks/unhushPublic

      A system-wide local-first voice input app for Linux

      TypeScript 1

    2. tv-news-qualitytv-news-qualityPublic

      Source code for "The Content of Television and Radio News"

      Jupyter Notebook

    3. spfit-spcatspfit-spcatPublic

      A modern port of SPFIT/SPCAT, in C++ with added python API

      C++

    4. cross-platform / cross-compiler stan...cross-platform / cross-compiler standalone endianness conversion
      1
      /** 
      2
      * @file endianness.h
      3
      * @brief Convert Endianness of shorts, longs, long longs, regardless of architecture/OS
      4
      *
      5
      * Defines (without pulling in platform-specific network include headers):
    5. triggertrap-androidtriggertrap-androidPublic

      Forked from Triggertrap/triggertrap-android

      Triggertrap's triggering app for Android built on today's android

      Java 1 1

    6. CORS proxy for local use, akin to co...CORS proxy for local use, akin to corsproxy.io
      1
      'use strict';
      2
      const{ log }=require('console');
      3
      // CORS proxy intended for local use to call 3rd-party APIs;
      4
      // redirects requests to the target URL to avoid CORS issues with strict origin.
      5
      //