Skip to content
View bbcjl's full-sized avatar
  • London, England
  • 02:48 (UTC +01:00)

Organizations

@bbc
Block or Report

Block or report bbcjl

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 Loading

  1. micronet micronet Public

    A mesh network for the BBC micro:bit.

    JavaScript 1

  2. presenter-timer presenter-timer Public

    A useful timer to ensure that presenters can keep to their allocated time slots.

    JavaScript

  3. Proxy file for micro:net Proxy file for micro:net
    1
    function FindProxyForURL(url, host) {
    2
        if (shExpMatch(host, "*micronet")) {
    3
            return "PROXY 127.0.0.1:2016";
    4
        }
    5
        return "DIRECT";
  4. techathon-countdown techathon-countdown Public

    Forked from StepIntoTechCIC/techathon-countdown

    Countdown display for the duration of the Techathon event.

    CSS