Skip to content

Instantly share code, notes, and snippets.

View miunau's full-sized avatar
💭
🦦 🦦 🦦 🦦 🦦 🦦

miunau miunau

💭
🦦 🦦 🦦 🦦 🦦 🦦
View GitHub Profile
@miunau
miunau / WebAudio.js
Created October 9, 2022 03:19 — forked from mrdoob/WebAudio.js
HTMLAudioElement polyfill using the WebAudio API with seamless loop support in Safari.
/**
* @author mrdoob / http://mrdoob.com/
*/
function WebAudio( context ) {
if ( context === undefined ) {
context = WebAudio.context;
@miunau
miunau / multiple_ssh_setting.md
Created December 27, 2020 14:58 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"