Skip to content
View riconem's full-sized avatar
  • Deutsche Telekom AG
  • Germany

Block or report riconem

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. mailman mailman Public

    Mailman is a simple client application for generating html emails from markdown files and sending them using an email server.

    Go

  2. location-compass location-compass Public

    This project is a location-compass system running on an ESP32 microcontroller. It integrates several modules including a stepper motor, GPS module, and a compass module. The system is designed to p…

    Jupyter Notebook

  3. InstaPost InstaPost Public

    Short Python script to post pictures automatically on Instagram.

    Python 2

  4. install git bash prompt and adds to ... install git bash prompt and adds to .bashrc
    1
    #!/bin/bash
    2
    
                  
    3
    git clone https://github.com/magicmonty/bash-git-prompt.git
    4
    
                  
    5
    mv bash-git-prompt/ .bash-git-prompt/
  5. recursive copy files by suffix recursive copy files by suffix
    1
    #!/bin/bash
    2
    
                  
    3
    # $1 -> start directory to recursive search for files with specific suffix -> suffixlist
    4
    # $2 -> paste location for detected files
    5