Skip to content
View ikubaku's full-sized avatar
🐶
woof
🐶
woof

Highlights

  • Pro
Block or Report

Block or report ikubaku

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

Pinned

  1. dot_matrix_clock dot_matrix_clock Public

    A Raspberry Pi powered desktop clock with environment monitoring.

    C

  2. lpc812_bootapi_zig lpc812_bootapi_zig Public

    Call LPC812 boot APIs from Zig

    Zig 1

  3. 不明なアカウントから所有権とアクセス制御を奪い取るPowerShellス... 不明なアカウントから所有権とアクセス制御を奪い取るPowerShellスクリプト
    1
    [String]$sid = "<Fill in the old SID here>"
    2
    [String]$newuser = "<Fill in the new username here(domain\user)>"
    3
    
                  
    4
    $path = Get-ChildItem "<Fill in the directory to perform operation(note that the directory specified here will not be modified)>" -Recurse
    5
    foreach($file in $path) {
  4. rp2040_zig rp2040_zig Public

    An experimental project about writing programs for RP2040 MCUs in Zig language

    Zig 24 2

  5. kokekokko-obniz kokekokko-obniz Public

    My healthy-sleep monitoring service (obniz application part)

    TypeScript

  6. kokekokkod kokekokkod Public

    My healthy-sleep monitoring service (daemon part)

    Rust