Skip to content
View Mattti0's full-sized avatar
Block or Report

Block or report Mattti0

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
Mattti0/README.md
  • 👋 Hi, I’m @Mattti0
  • 👀 I’m interested in connecting devices to internet. Also fetching data from online systems
  • 🌱 I’m currently improving my knowledge on 🐍
  • 📫 Poke me on LinkedIn
  • 🎄 Check my Advent of Code 2022 solutions in 🐍 !

Pinned Loading

  1. naapurinpojat/geofencer naapurinpojat/geofencer Public

    GPS Tracking edgeware and cloud application for embedded linux device which can be used to show interactive map of assets.

    Python 3

  2. strava2kilometrikisa strava2kilometrikisa Public

    Forked from jaamo/strava2kilometrikisa

    Node web app for synchronizing activities from Strava to kilometrikisa.

    JavaScript

  3. lunchlists-to-pythonlist lunchlists-to-pythonlist Public

    This application is primarily submodule for mattermost lunchbot but could be used also with other services as well

    Python

  4. Mattti0 Mattti0 Public

    Config files for my GitHub profile.

  5. mdreader utility to bashrc mdreader utility to bashrc
    1
    #! /bin/bash
    2
    
    
    3
    check_app() {
    4
    	if apt-cache show $1 &>/dev/null; then
    5
    		return 0
  6. Powershell script to start virtual b... Powershell script to start virtual box guest and connect to it over SSH
    1
    $vmName = "VBGuest"
    2
    $guestAddress = "use vb 'host only' address here"
    3
    $sshUsername = "root_or_something_else"
    4
    $sshPort = "fill_port_here"
    5