Skip to content
View fuglu's full-sized avatar

Organizations

@sipgate @einsenundnullen
Block or Report

Block or report fuglu

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

    Vim configuration with 💥 and 🎉

    Vim Script 1 1

  2. aws-cdk-playground aws-cdk-playground Public

    AWS CDK, GitHub Actions, TypeScript, Express, Jest and SuperTest

    TypeScript

  3. CNNSiameseNetwork CNNSiameseNetwork Public

    Forked from Perledition/CNNSiameseNetwork

    This is a simple tryout for a Neuronal Network which learns a similarity function to identify similar images. It uses the pretrained layers from reNet50 to reduce the amount of time and computing p…

    Jupyter Notebook

  4. Basic Node.js Dockerfile Basic Node.js Dockerfile
    1
    FROM node:lts-alpine AS builder
    2
    WORKDIR /usr/src/app
    3
    COPY package*.json ./
    4
    RUN npm ci
    5
    COPY . .