Skip to content
View ellartdev's full-sized avatar
  • Estonia

Block or report ellartdev

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. temp-humid-meter temp-humid-meter Public

    DHT11 thermometer, hygrometer project

    JavaScript

  2. Script for checking CPU and GPU temp... Script for checking CPU and GPU temperature
    1
    #!/bin/bash
    2
    # Script for checking CPU and GPU temperature
    3
    # ===========================================================
    4
    cpu_temp=$(</sys/class/thermal/thermal_zone0/temp)
    5
    
    
  3. colorful-counter colorful-counter Public

    Colorful counter, made in React

    JavaScript

  4. open-eid-test open-eid-test Public

    Testing out, getting content from ID-card with Python

    Python

  5. HelloWorld.ps1 HelloWorld.ps1
    1
    param (
    2
    	[string]$InputStuff,
    3
    	[string]$AdditionalStuff = "No additional stuff"
    4
    )
    5