Skip to content
View elivlo's full-sized avatar
👀
looking for interesting projects
👀
looking for interesting projects

Highlights

  • Pro

Organizations

@telekom-security
Block or Report

Block or report elivlo

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

  1. SpotifyHistorySaver SpotifyHistorySaver Public

    This service will fetch and save your track history periodically.

    Go 1

  2. home_control home_control Public

    This app implements a basic way to control tasmota flashed devices. It uses http requests to control the devices.

    Dart 4 2

  3. sonoff-min-wlan-firmware sonoff-min-wlan-firmware Public

    C++ 1

  4. Ullaakut/nmap Ullaakut/nmap Public

    Idiomatic nmap library for go developers

    Go 891 101

  5. Fix grub2 EFI bootloader config in l... Fix grub2 EFI bootloader config in live cd image if removed by accident
    1
    # https://docs.fedoraproject.org/en-US/quick-docs/bootloading-with-grub2/#restoring-bootloader-using-live-disk
    2
    # https://docs.fedoraproject.org/en-US/quick-docs/bootloading-with-grub2/#adding-other-operating-systems-grub2
    3
    # Download fedora image and boot to live mode
    4
    
                  
    5
    sudo mkdir -p /mnt/root
  6. Search for triangles in a list of st... Search for triangles in a list of straights
    1
    /*
    2
     * Created together with:
    3
     * @github.com/JanielGamer
    4
     * */
    5
    import java.awt.Dimension;