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

Block or report nandanrao

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

    Kinda like Jupyter's docker stacks but without Conda.

    Dockerfile 1 1

  2. vlab-research/spine vlab-research/spine Public

    Kafka consumption lib for Go services

    Go 1

  3. policy-prediction policy-prediction Public

    TeX

  4. agriuseatstweets/enzymes agriuseatstweets/enzymes Public

    Modular functions for processing tweets

    Python

  5. Relink/eddies Relink/eddies Public

    Because sometimes you need a pool in your stream

    HTML

  6. Multi-stage build Dockerfile for Go ... Multi-stage build Dockerfile for Go and Kafka with confluent-kafka-go and Alpine
    1
    FROM golang:alpine AS build
    2
    RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
    3
    RUN apk upgrade --update-cache --available
    4
    RUN apk add --no-cache \
    5
            gcc \