Skip to content
View ichi-h's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report ichi-h

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
ichi-h/README.md

To live is to think and create.

module Main (main) where

import Prelude
import Effect (Effect)
import Effect.Class.Console (logShow)
import Types.Language (Language(..))
import Types.Profile (Profile(..))

me :: Profile
me =
  Profile
    { "1_name": "ichi-h"
    , "2_location": "Tokyo, Japan"
    , "3_languages": [ TypeScript, Haskell, FSharp, Rust, PHP ]
    , "4_favorites": [ "Thinking", "Creation", "Reading", "Music", "Coffee", "Tea" ]
    , "5_links":
        [ { site: "GitHub"
          , url: "https://github.com/ichi-h"
          }
        , { site: "X"
          , url: "https://twitter.com/ichi_h3"
          }
        , { site: "Portfolio"
          , url: "https://ichi-h.com"
          }
        ]
    }

main :: Effect Unit
main = do
  logShow me

Setup

git clone -b develop https://github.com/ichi-h/ichi-h.git
cd ichi-h
pnpm install
pnpm dev

Repositories

Readme Card

Readme Card

Readme Card

Readme Card

OSS Contributions

Readme Card

Popular repositories

  1. zlitefetch zlitefetch Public

    A lightweight command-line system information plugin in zsh.

    Shell 6 1

  2. weighted_rand weighted_rand Public

    A weighted random sampling crate using Walker's Alias Method.

    Rust 5 2

  3. portfolio portfolio Public

    TypeScript 3

  4. libclipboard libclipboard Public

    A dynamic library to operate clipboard, for ippee / dart_clipboard.

    Rust 2 1

  5. elmish elmish Public

    A state management library that is independent of UI frameworks and UI libraries, with reference to Elm Architecture.

    TypeScript 2

  6. cutup_jp cutup_jp Public

    日本語の文章をカットアップするWebアプリケーション。

    JavaScript 1