Skip to content

Instantly share code, notes, and snippets.

@JamieCrisman
JamieCrisman / hugo.yml
Created March 7, 2021 08:18
GitHub workflow file
name: github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04
@JamieCrisman
JamieCrisman / MIPSYAY
Last active August 29, 2015 14:07
pollTest001
#
# Hey! Make sure you're using the keyboard simulator in tools (and be sure to connect it)
#
.text
main:
li $s0, 60 # our base pitch
KEEPPOLLING: li $t0, 0xFFFF0000 #overall key listening and this is our "empty keypress"
rd_poll: #wait for input with this loop
<link rel="import" href="../core-pages/core-pages.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;