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

Block or report dlamblin

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

    A trial of D3 to calendar blocks of time

    HTML 3

  2. 2021-advent-of-code-kotlin 2021-advent-of-code-kotlin Public

    AdventOfCode.com participation in Kotlin with https://blog.jetbrains.com/kotlin/2021/11/advent-of-code-2021-in-kotlin/

    Kotlin 2

  3. life life Public

    A version of Conway's game of life that attempts to do things bitwise. In go.

    Go 1

  4. dlamblin.github.io dlamblin.github.io Public

    Daniel Lamblin's Github Pages

    HTML

  5. gravatar-sh gravatar-sh Public

    A shell script to generate a gravatar avatar or profile url for an email address.

    Shell

  6. Python muting stdout or stderr Python muting stdout or stderr
    1
    """
    2
    This module contains four methods for muting file descriptors.
    3
    You can mute the standard file descriptors:
    4
        with mute_stdout():
    5
            ...