Skip to content
View MaiLinhGroup's full-sized avatar
The percolations are imminent. No need to come in.
The percolations are imminent. No need to come in.
Block or Report

Block or report MaiLinhGroup

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 Loading

  1. maispace-v2 maispace-v2 Public

    Personal blog and portfolio website using Next.js and Tailwind CSS, deployed on Cloudflare.

    TypeScript 1

  2. MaiSpace MaiSpace Public

    source code for my personal website built with https://gohugo.io and hosted via https://app.netlify.com/

    HTML

  3. iot-weather-station iot-weather-station Public

    Wemos D1 mini with Espressif's chip ESP8266, Bosch Sensortec BME280, Arduino, Platformio

    C++

  4. fixaudio.sh fixaudio.sh
    1
    #! /usr/bin/env zsh
    2
    
                  
    3
    for f in *.wav; do sox --ignore-length $f ../$1/$f ; done