Skip to content
View kristianpedersen's full-sized avatar

Block or report kristianpedersen

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. 30-days-of-elm 30-days-of-elm Public

    Teaching myself Elm, starting December 17th 2020.

    HTML 3

  2. knights-tour-react knights-tour-react Public

    Click on any position on a chess board of variable size, and see a solution for the Knight's Tour, if one exists.

    JavaScript

  3. chemical-symbols-in-name chemical-symbols-in-name Public

    React project. Enter your name, and see which chemical element symbols it consists of!

    HTML 1

  4. Raspberry Pi: Launch script on startup Raspberry Pi: Launch script on startup
    1
    # Install xterm + .desktop file
    2
    
                  
    3
    https://learn.sparkfun.com/tutorials/how-to-run-a-raspberry-pi-program-on-startup#method-2-autostart
    4
    
                  
    5
    First, install xterm:
  5. Raspberry Pi: Keep screen turned on Raspberry Pi: Keep screen turned on
    1
    `sudo apt-get update`
    2
    
                  
    3
    `sudo apt-get install xscreensaver`
    4
    
                  
    5
    `xscreensaver`
  6. Websocket-and-Serialport-Template Websocket-and-Serialport-Template Public

    Send data between your microcontroller and a locally hosted web interface

    JavaScript 1 1