Skip to content
View starbuck93's full-sized avatar
:bowtie:
:bowtie:
Block or Report

Block or report starbuck93

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. home-assistant/core home-assistant/core Public

    🏡 Open source home automation that puts local control and privacy first.

    Python 68.9k 28.2k

  2. golf-card-game golf-card-game Public

    assisting with the scorekeeping of Golf, the card game

    PHP

  3. homeassistant-config homeassistant-config Public archive

    my Home Assistant configuration

    Python

  4. massive-dangerzone massive-dangerzone Public

    Final Project for Mobile Development

    Lua

  5. um3timelapse um3timelapse Public

    Forked from unlimitedbacon/um3timelapse

    A script that makes awesome timelapse videos from the onboard camera on your Ultimaker 3

    Python 10 2

  6. Gets the Raspberry Pi Zero stock fro... Gets the Raspberry Pi Zero stock from Adafruit and returns json data to use at endpoints like this: {"stock":"0"}
    1
    <?php 
    2
            $ch = curl_init(); 
    3
            curl_setopt($ch, CURLOPT_URL, "https://www.adafruit.com/products/2885"); //https://www.adafruit.com/products/2817
    4
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
    5
            $return = curl_exec($ch);