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

Block or report rbucinell

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. rbucinell.com rbucinell.com Public

    Source for my personal website

    HTML

  2. rbb.union.edu rbb.union.edu Public

    website source for Ronald. B. Bucinell

    HTML

  3. tower-defense tower-defense Public

    Simple tower defense game

    JavaScript

  4. Takes google forms results data shee... Takes google forms results data sheet and generates X boards based on squares purchased.
    1
    const formulasSheet  = SpreadsheetApp.getActive().getSheetByName('Formulas');
    2
    const digits = [0,1,2,3,4,5,6,7,8,9];
    3
    const randomGenerator = sr();
    4
    const RAND_FROM_SEED = () => randomGenerator.next().value;
    5
    
                  
  5. arctivius_automaton arctivius_automaton Public

    This is a discord bot for GW2 guild Wolves at War (PACK). This tool has a series of utility features to serve the officers of the guild.

    JavaScript

  6. next-beer-advent next-beer-advent Public

    Small App to handle our beer advent group

    TypeScript