Skip to content
View RaneWallin's full-sized avatar
💭
Sprinting
💭
Sprinting

Organizations

@KichiUeda
Block or Report

Block or report RaneWallin

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. react-starter react-starter Public

    JavaScript 2

  2. bf_interpreter bf_interpreter Public

    C

  3. PixiePal PixiePal Public

    Java

  4. CommentScraper CommentScraper Public

    Java

  5. Complete demo project for the Wavesh... Complete demo project for the Waveshare 2.7" HAT on Raspberry Pi
    1
    import sys                                    # import sys
    2
    sys.path.insert(1, "./lib")                   # add the lib folder to sys so python can find the libraries
    3
    
                  
    4
    import epd2in7b                               # import the display drivers
    5
    from PIL import Image,ImageDraw,ImageFont     # import the image libraries
  6. Lambda-Arena-Build-Week/backend Lambda-Arena-Build-Week/backend Public

    Django backend built for the Deadly Arena MUD

    Python