Skip to content
View spacelatte's full-sized avatar
๐Ÿค”
0x141A140E6
๐Ÿค”
0x141A140E6

Organizations

@pollstop
Block or Report

Block or report spacelatte

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
spacelatte/readme.md

Hi there ๐Ÿ‘‹

Stats Languages

  • ๐Ÿ”ญ Iโ€™m currently working on distributed systems in production.
  • ๐ŸŒฑ Iโ€™m currently learning stocks & trading.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on open-source IoT projects.
  • ๐Ÿค” Iโ€™m looking for help with wide-area-mesh-networks.
  • ๐Ÿ’ฌ Ask me about DevOps/infrastructure and computer networks.
  • ๐Ÿ“ซ How to reach me: mert@akeng.in
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: Aviation enthusiast.

History

flowchart LR
  amzn(Amazon)   -- 2022-.... --> today((Today))
  fc(FinCompare) -- 2020-2022  --> amzn(Amazon)
  iyz(iyzico)    -- 2018-2020  --> fc(FinCompare)
  iven(IVEN)     -- 2016-2018  --> iyz(iyzico)  
  bau(BAU)       -- 2013-2018  --> iven(IVEN)

Pinned

  1. kanka: single-script package manager... kanka: single-script package manager for #macos (#osx) with dependency resolution, based on #homebrew #brew.sh #api
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # -d 9 -type d
    4
    # -d 6 -type d
    5
    # -d 3 -type d
  2. procparse.py: parse linux /proc file... procparse.py: parse linux /proc filesystem and expose as API
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import io, re, os, sys, time, json, socket, threading
    4
    
                  
    5
    def reader(file):
  3. static-docker static-docker Public

    static builds for various utilities, being reproducable thanks to docker :)

    Dockerfile 32 17

  4. uwl uwl Public

    python micro web (http/wsgi/uwsgi) library

    Python 12

  5. minify minify Public

    a basic (linear) compression utility for files (mostly for re-occuring continuous bytes)

    C 6 2

  6. hmaC hmaC Public

    Quick HMAC implementation with MD5 and SHA1 hashing functions to be used in Plain C or Embedded systems.

    C 4 2