Skip to content
View FujiHaruka's full-sized avatar
  • Tokyo

Block or report FujiHaruka

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 250 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
FujiHaruka/README.md

OSS contributions

Translations

Personal Projects (Tools)

notion-into-sqlite: A CLI tool to download your Notion's database and save it locally into SQLite.

REPL for lambda calculus: A REPL tool for lambda calculus, designed to make your learning experience interactive and intuitive.

Base64 encoding and decoding in Lean 4: A PoC implementation of proof-driven base64 encoder/decoder writtin in Lean4.

node-adaptive-threshold: An image processing library of adaptive thresholding written in JavaScript.

node-maxmin-filter: An image processing library of max-min filter written in JavaScript.

TransM: A translation assistant CLI tool for Markdown documents written in Deno.

Search History for GitHub: A Chrome extension to search browser history in GitHub URLs.

eslint-plugin-lcom: An ESLint plugin to keep your JavaScript classes high cohesive by using LCOM (Lack of Cohesion of Methods) metric.

node-gify-cli: A CLI tool that converts videos to a high quality GIF.

kanaruby-remover: A script to remove Furigana from a Japanese text image, written in Python.

Personal Projects (Websites)

Blogs

Pinned Loading

  1. google-eng-practices-ja google-eng-practices-ja Public

    Forked from google/eng-practices

    Google's Engineering Practices documentation 日本語訳

    HTML 157 9

  2. node-adaptive-threshold node-adaptive-threshold Public

    Adaptive Threshold in JavaScript

    JavaScript 19 1

  3. notion-into-sqlite notion-into-sqlite Public

    Download your Notion's database and save it locally into SQLite.

    Rust 12 2

  4. eslint-plugin-lcom eslint-plugin-lcom Public

    ESLint plugin to keep your JavaScript classes high cohesive by using LCOM (Lack of Cohesion of Methods) metric.

    JavaScript 9 1

  5. lambda-calculus lambda-calculus Public

    REPL for lambda calculus for your learning journey

    TypeScript