Skip to content

Instantly share code, notes, and snippets.

View semiismaili's full-sized avatar
🎸
jammin'

Semi Ismaili semiismaili

🎸
jammin'
View GitHub Profile
@semiismaili
semiismaili / clap.html
Created August 20, 2020 13:52 — forked from pachacamac/clap.html
Clap Detection in JS
<html>
<head>
<title>AudioPlayground</title>
<style>* {box-sizing: border-box;}</style>
</head>
<body>
<h3>AudioPlayground</h3>
<p>If you're happy and you know it, clap your hands!</p>
<script>
var Recording = function(cb){
@semiismaili
semiismaili / ssh.md
Created July 29, 2020 12:16 — forked from bradtraversy/ssh.md
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh [email protected]

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test