Skip to content
View kiinoda's full-sized avatar
  • Infinium
  • Romania, Bucharest
  • X @kiiNODA
Block or Report

Block or report kiinoda

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

    Goku config to map Mac keyboard to Colemak, w/ extended layer, mod-wide and single-press modifiers as power keys

    13 2

  2. expose-s3-bucket expose-s3-bucket Public

    Use AWS Lambda and Python to expose the contents of an S3 bucket via HTTP.

    Python

  3. renzu renzu Public

    Renzu is a simple (but dangerous) tool that can be used to expose a set of scripts and programs as API endpoints over network connections.

    Crystal 2

  4. renzu-cli renzu-cli Public

    This is a CLI that connects to a renzu installation to issue commands.

    Go 1

  5. daily_schedule daily_schedule Public

    Have AWS Lambda run this every morning and send a summary email of daily scheduled activities. Data is held in a Google Sheet document. Config is held in AWS SSM.

    JavaScript

  6. Linked List in Go, w/ Generics Linked List in Go, w/ Generics
    1
    package main
    2
    
                  
    3
    import (
    4
    	"bytes"
    5
    	"fmt"