Skip to content
View octoberclub's full-sized avatar

Block or report octoberclub

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
octoberclub/README.md
  • 👋 Hi, I’m @octoberclub
  • 👀 I’m interested in inclusive web development, raspberry pi and microcontrollers, maths, music, maps, cats and modern agile
  • 🌱 I’m currently learning Typescript and Tailwind CSS
  • 💞️ I’m looking to collaborate on ethical software / microcontroller projects/sounds
  • 📫 How to reach me - on mastodon @[email protected] or linkedin/octoberclub

Pinned Loading

  1. regions.cs regions.cs
    1
        #region Here Be Dragons..
    2
        //                     ___====-_  _-====___ 
    3
        //              __--^^^      //     \\     ^^^--_
    4
        //             _-^         // (    ) \\         ^-_
    5
        //            -           //  |\^^/|  \\           -
  2. Haskell word list Haskell word list
    1
    --ghc 7.10
    2
    foo1 = ["one"]
    3
    foo2 = ["one", "two"]
    4
    foo3 = ["one", "two", "three"]
    5
    foo4 = ["one", "two", "three", "four"]
  3. Plays xmas carols through a passive ... Plays xmas carols through a passive piezo speaker on Raspberry PI GPIO pin 14
    1
    import RPi.GPIO as GPIO, time
    2
    GPIO.setmode(GPIO.BCM)
    3
    GPIO.setwarnings(False)
    4
    
                  
    5
    GPIO.setup(14, GPIO.OUT)
  4. CSSnowflakes CSSnowflakes Public

    Forked from pajasevi/CSSnowflakes

    CSS snowlakes for your website, no JS nedded!!

    HTML

  5. WordCloud WordCloud Public

    WordCloud challenge

    JavaScript

  6. wordle-from-copilot wordle-from-copilot Public

    Creating a wordle game using github copilot

    C# 1