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

Block or report Syquel

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. reactorstate-maven reactorstate-maven Public

    Java 1

  2. AbstractEntity.java AbstractEntity.java
    1
    package de.syquel.core.entity;
    2
    
                  
    3
    import java.io.Serializable;
    4
    import java.util.Objects;
    5
    import javax.persistence.Access;
  3. A script to setup ECC / ECDSA certif... A script to setup ECC / ECDSA certificates with Certbot including automatic renewal support.
    1
    #!/bin/bash
    2
    set -euf -o pipefail
    3
    
                  
    4
    ## Prerequisites
    5
    # This script assumes lexicon-dns to be installed and configured for your specific DNS provider
  4. A simple INI file parser library wri... A simple INI file parser library written in Bash
    1
    #!/bin/bash
    2
    set -euf -o pipefail
    3
    
                  
    4
    SCRIPT_PATH=$(dirname "${BASH_SOURCE[0]}")
    5
    # shellcheck source=./script_base.sh
  5. BushyTail BushyTail Public

    Java