Skip to content
View J4yyy's full-sized avatar
👁️
Watching Code
👁️
Watching Code

Block or report J4yyy

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
J4yyy/README.md

Hi 👋 My name is Jayy

I started programming in 2019. I am very interested in backend systems and automation.

  • 🌍  I'm based in Germany

Skills

Java Typescript Python Javascript NodeJS NestJS MySQL

Socials

Pinned Loading

  1. This shell script sends you the IP o... This shell script sends you the IP of your device (Raspberry, Mac) via webhook into a Discord channel. Useful for school projects with the PI so you don't always have to connect a keyboard and monitor to find out the IP.
    1
    #!/bin/bash
    2
    
                  
    3
    DISCORD_WEB_HOOK="DISCORD_WEBB_HOOK_URL"
    4
    wanIp=$(curl ifconfig.me)
    5
    
                  
  2. aoc-helper-java aoc-helper-java Public

    Advent of Code Simple Project Setup

    Java 2