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

Block or report jselbie

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

Hi there

Here's a list of some interesting projects I have hosted on Github:

Stuntman STUN Server - an implementation of the STUN protocol for WebRTC, P2P, VOIP, and NAT traversal scenarios. More details at http://www.stunprotocol.org . Code is hosted around the world by well known companies and services. (C++)

WREK Online - WREK is "Music you don't hear on the readio". Broadcasting from Georgia Tech at 91.1 FM. This is an Android app that enables you to listen to the the live radio stream, the HD subchannel, or any of the pre-recorded specialty shows from the past week. Install from the Play Store at the Google Play Store (Android, Java)

Schedule Builder - is a Java program that my server runs nightly to scrape wrek.org for programming information and publish back to a website for WREK Online to reference. (Java)

Sudoku Solver - guaranteed to ruin Sukodu for you. (C++)

Cyber Radio 1 - Before there was WREK Online, there was Cyber Radio 1. I wrote this client and server code in 1995 so that we could listen to WREK from the computer labs at Georgia Tech and on the various Unix workstation labs and across the Internet. While I'm super embarrased about the quality of code, I'm proud of what it did at the time (C).

React-Tac-Toe - My first React JS app. (React, Javascript, HTML). Play it here

xkcdclock2 - My foray back into Android programming while learning Kotlin at the same time. (Android, Kotlin)

Pinned

  1. stunserver stunserver Public

    Version 1.2. This is the source code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards …

    C++ 1.3k 341

  2. wrekonline wrekonline Public

    WREK Online for Android

    Java 9 1

  3. xkcdclock xkcdclock Public

    Android app that demonstrates how to rotate an onscreen bitmap with touch

    Java 7 4

  4. yuv420_to_rgb888 yuv420_to_rgb888 Public

    My first attempt at converting YUV images from the Raspberry Pi camera to the RGB space. Ughh! This is too slow in pure Python without a native matrix or image library (or just run with PyPy). But …

    Python 7 1

  5. SudokuSolver SudokuSolver Public

    C++ source code and sample app to solve any Sudoku game

    C++ 2 1

  6. mp3streamreader mp3streamreader Public

    A simple class that wraps an InputStream so as to read an MP3 file on frame boundaries. You can seek to an arbitrary point in the InputStream and then create an instance of MP3StreamReader. Subsequ…

    Java