Skip to content

Instantly share code, notes, and snippets.

View mikah13's full-sized avatar
🎯
Focusing

Mike Hoang mikah13

🎯
Focusing
View GitHub Profile
@mikah13
mikah13 / twitchitup.sh
Created June 10, 2018 16:37 — forked from rsheldiii/twitchitup.sh
Watch twitch screens on a framebuffer on a raspberry pi with mplayer2
#!/usr/bin/bash
# after running whichever modprobe fbtft_device command
sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 livestreamer twitch.tv/$1 mobile --yes-run-as-root -v -p 'mplayer --nosound --noass --no-autosub --no-lirc --no-mouseinput --no-mouseinput -vo sdl'
begin BubbleSort(list)
for all elements of list
if list[i] > list[i+1]
swap(list[i], list[i+1])
end if
end for
return list
@mikah13
mikah13 / index.html
Created March 27, 2017 23:45 — forked from anonymous/index.html
Phrasal Verbs
<div class="container-fluid">
<div class="row">
<button id="nextPhrase" class="btn btn-primary">
Next Phrase
</button>
</div>
<div id = "main-background">
<div class="row ">
<div class="text-center message col-md-5 ">
</div>