Skip to content
View IanoNjuguna's full-sized avatar
🐳
🐳

Block or report IanoNjuguna

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. developer-experience developer-experience Public

    Forked from IntersectMBO/developer-experience

    This repo is managed by Intersect on behalf of the Developer Advocates.

    TypeScript

  2. stratumv2-workshop stratumv2-workshop Public

    set up the stratumV2 mining stack

    Roff

  3. vault vault Public

    code snippets

    Go

  4. martial-duck martial-duck Public

    You are a flying duck. Use WASD keys to avoid colliding with airplanes or you d!e

    TypeScript 1

  5. convert mp4 to mp3 convert mp4 to mp3
    1
    echo off
    2
    mkdir outputs
    3
    for %%a in ("*.mp4") do ffmpeg -i "%%a" -b:a 192K -vn "outputs\%%~na.mp3"
    4
    pause
  6. papp papp Public

    A decentralized Message Board.

    Vue 1