Skip to content
View lambrospetrou's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lambrospetrou

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. lambrospetrou.github.io lambrospetrou.github.io Public

    My Personal page.

    JavaScript 2 1

  2. lpcv lpcv Public

    My CV in different formats.

    HTML

  3. aws-playground aws-playground Public

    Contains samples and example applications using several AWS services.

    Go 6 9

  4. code-playground code-playground Public

    Miscellaneous code snippets that I want to have versioned.

    Kotlin 17 5

  5. A simple HTTP server to serve a dire... A simple HTTP server to serve a directory instead of python SimpleHTTPServer
    1
    // To get the code git clone it as shown below:
    2
    // git clone https://gist.github.com/lambrospetrou/7b582954357778a42cc6e98477d32910.git gohttp
    3
    //
    4
    // Run either by `go run gohttp.go`
    5
    // Or do a `go install` and run it from your path directly with `gohttp`