Giter Site home page Giter Site logo

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

Readme Card

OSS Contributions

Readme Card

ichi-h's Projects

cutup_jp icon cutup_jp

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

dart_get_waveform icon dart_get_waveform

Dart言語で音声から波形データを配列で取得するためのテスト。

dhak icon dhak

A CUI/GUI password manager without keeping passwords, in Dart/Flutter.

elmish icon elmish

[Experimental] A UI framework and UI library independent state management library inspired by the Elm architecture.

fastnote icon fastnote

マークダウン形式のメモ管理Webアプリケーション

get_waveform icon get_waveform

音声から波形データを Int 型の配列で取得するためのテスト。

hhak icon hhak

A CUI password manager without keeping passwords, in Haskell.

huskey icon huskey

Java製クロスプラットフォーム・CUIパスワードマネージャー

libclipboard icon libclipboard

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

markov_rs icon markov_rs

A simple and fast Markov chain generator in Rust.

myochikirin_no_metropolis icon myochikirin_no_metropolis

文章生成にカットアップと自然言語処理の知見を活用した、ショートショート形式のサウンドノベルゲーム。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.