Skip to content
View rem-lag's full-sized avatar
  • O'Reilly Media
  • Cinci

Organizations

@oreillymedia

Block or report rem-lag

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. A simple Go / Golang HTTP server imp... A simple Go / Golang HTTP server implemented using interfaces
    1
    package main
    2
    
    
    3
    import (
    4
    	"errors"
    5
    	"fmt"
  2. tensorflow-dev-cert tensorflow-dev-cert Public

    stuff for the tensorflow developer certification

    Jupyter Notebook

  3. GoAlgo GoAlgo Public

    Forked from joncalhoun/algorithmswithgo.com

    Code for the Algorithms with Go course. Mostly want to get more comfortable with Go

    Go

  4. dots dots Public

    configs, scripts, and such

    Shell

  5. FunctionalPython FunctionalPython Public

    These are the examples provided in the textbook "Functional Python Programming" by Steven Lott. The examples were written for Python 3.6, this repo is meant to both archive the examples for myself …

    Python

  6. gophercises gophercises Public

    various small go programs

    Go