Skip to content
View jtbr's full-sized avatar
  • Maryland

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 learn, build things, and crack problems

Pinned Loading

  1. wisper wisper Public

    Forked from taraksh01/wisper

    Wisper - Voice input for Linux

    TypeScript

  2. tv-news-quality tv-news-quality Public

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

    Jupyter Notebook

  3. Pickett Pickett Public

    Forked from laserkelvin/Pickett

    A modern C++ port of SPFIT/SPCAT

    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-android triggertrap-android Public

    Forked from Triggertrap/triggertrap-android

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

    Java 1 1

  6. Simple CORS proxy Simple CORS proxy
    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
    //