Skip to content
View adammelancon's full-sized avatar
🧠
Learnin'
🧠
Learnin'

Block or report adammelancon

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. ollamadebate.py ollamadebate.py
    1
    """
    2
    This Python script facilitates an AI-powered debate where an initial prompt is provided, 
    3
    and the AI generates responses and counterpoints to its own statements in a loop. 
    4
    Using the Ollama API, it alternates between generating a reply and rephrasing it into a counterpoint, 
    5
    simulating a conversational exchange. The script is ideal for exploring dynamic interactions 
  2. Desk-LED-WX-Strip Desk-LED-WX-Strip Public

    A WS218112 strip of 30 LEDs that light up based on the weather for the next hour.

    Python

  3. satflasher satflasher Public

    Using a Pi Pico W to flash it's LED depending on the elevation of a satellite.

    Python

  4. lafayette911 lafayette911 Public

    Python

  5. A micropython file I drop on microco... A micropython file I drop on microcontrollers to attempt to connect to more than one wifi network.
    1
    import network
    2
    import time
    3
    
                  
    4
    # List of Wi-Fi SSIDs to try along with passwords.
    5
    ssid_list = ['wifi1', 'wifi2']  
  6. hoverboardrcbot hoverboardrcbot Public

    Hoverboard RC Bot Project

    Python