Skip to content
View bdm-k's full-sized avatar
  • The University of Tokyo
  • Tokyo, Japan

Highlights

  • Pro
Block or Report

Block or report bdm-k

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
bdm-k/README.md

Hi there 👋

Pinned Loading

  1. artisticat1/obsidian-latex-suite artisticat1/obsidian-latex-suite Public

    Make typesetting LaTeX as fast as handwriting through snippets, text expansion, and editor enhancements

    TypeScript 1.1k 45

  2. A SystemVerilog module that displays... A SystemVerilog module that displays byte data with 7 segment displays.
    1
    module byte_display(
    2
      input logic clk, rstn,
    3
      input logic [7:0] data,
    4
    
                  
    5
      output logic [6:0] segment, // = {CA, CB, CC, CD, CE, CF, CG}