Skip to content
View seungkilee-cs's full-sized avatar

Block or report seungkilee-cs

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
seungkilee-cs/README.md

🎧 Seung Ki Lee ✒️

me python javascript elixir react.js typescript c++

Who

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:
    def __init__(self):
        self.name = "Seung Ki Lee"
        self.role = "Developer"
        self.interests = [
            "Algorithms",
            "Reading",
            "Writing",
            "Machine Learning",
            "Economics",
            "Recording",
            "Posture",
            "Fountain Pens",
            "Audio",
            "Vocal Performance",
            "Strength Training",
            "Linguistics",
            "Web Development",
            "Automation",
            "Gaming"
        ],
        self.thoughts = [
            ""
        ]
        
    def interests(self):
        print("My Interests Are: \n") 
        for interest in self.interests:
            print(interest, "\n\n")
    
    def thoughts(self):
        if not self.thoughts:
            print("Hanc marginis exiguitas non caperet")
        else:
            for thought in self.thoughts:
                print(thoughts, "\n\n")
i = Developer()
i.interests()
i.thoughts()
...
...
Hanc Marginis Exiguitas Non Caperet

What

My interest is in mathematical interpretation of our accomplishments in the humanities yet to be quantified and organized. I wholeheartedly believe that the defining challenge of our time is to more precisely construct the beautifully yet loosely fluttering understandings of humanities into an precise and elegant structure provided by mathematics and data.

Seung Ki's Github Stats Seung Ki's Language stats

Why

404 Not Found:

Something used to be here
but then the author realized that no one actually reads more than 3 lines of text anymore.

TL;DR  >>  
Life sucks and Coding sucks. But if we do it Together it could suck Less.

How

email: seungkilee.cs@gmail.com

Popular repositories Loading

  1. utilities utilities Public

    utilities scripts or snippets for the web

    Shell

  2. Data-Structure-and-Algorithms Data-Structure-and-Algorithms Public

    My implementation of DS and Algo

    C++

  3. saku-audio-player saku-audio-player Public

    咲く, Let the sound bloom

    JavaScript

  4. static-audio-player static-audio-player Public

    attempt to play lossless audio with github

    JavaScript

  5. pomodoro-study-session pomodoro-study-session Public

    Notes and Works for Pomodoro study session

    Jupyter Notebook

  6. Eremenko-Machine-Learning Eremenko-Machine-Learning Public

    Notes for Kirill Eremenko's Machine Learning course

    Jupyter Notebook