Skip to content
View asafmaoz1234's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report asafmaoz1234

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. aws-lambda-update-jar-action aws-lambda-update-jar-action Public

    This action packages to jar and updates a given aws lambda with the jar.

  2. irrigationDIY irrigationDIY Public

    A Do It Yourself home irrigation system using Arduino.

    C++

  3. seaVisionDataFetcher seaVisionDataFetcher Public

    The Data collector module for SeaVisionPro.com. Spring boot, reactive api requests, dockerized with postgresql.

    Java

  4. spring-rest-api-skeleton-controller spring-rest-api-skeleton-controller Public

    A skeleton project for when you want to quick start a springboot project with REST apis.

    Java

  5. update local running docker - stop i... update local running docker - stop if failing
    1
    echo "########## - updating continaer - ##########"
    2
    cd ~/sandbox/continaer
    3
    build_c="$(mvn clean install -DskipTests | grep FAILURE)"
    4
    if [ "$build_c" ]
    5
    then