Skip to content
View phillipdodd's full-sized avatar

Block or report phillipdodd

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 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. binance-phoenix binance-phoenix Public

    JavaScript

  2. discord_bot_template discord_bot_template Public template

    JavaScript

  3. perceptron_tutorial perceptron_tutorial Public

    JavaScript

  4. deFIBrulator.js deFIBrulator.js
    1
    function DeFIBrulator() {
    2
        this.sequence = [];
    3
        this.fibStep = function fibStep(count = 1) {
    4
            if (count) {
    5
                for (var i = 0; i < count; i++) {
  5. CUBENING.js CUBENING.js
    1
    class CUBENING {
    2
        constructor() {
    3
            this.grid = [
    4
                ["W", "W", "W"],
    5
                ["W", "W", "W"],