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

Block or report ekamil

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. hetzner-dyndns hetzner-dyndns Public

    Updates DNS entry in Hetzner

    Python

  2. kindle-vocab-md kindle-vocab-md Public

    Export Kindle Vocabulary Builder into markdown files

    TypeScript

  3. A simple echo server to inspect http... A simple echo server to inspect http web requests
    1
    #!/usr/bin/env python
    2
    # Reflects the requests from HTTP methods GET, POST, PUT, and DELETE
    3
    # Written by Nathan Hamiel (2010)
    4
    
    
    5
    from http.server import HTTPServer, BaseHTTPRequestHandler
  4. auto-dark-mode.vim auto-dark-mode.vim Public

    Forked from ZevveZ/auto-dark-mode.vim

    A MacVim plugin for switching between dark and light modes automatically.

    Vim Script