Skip to content

Instantly share code, notes, and snippets.

View smogelmose's full-sized avatar

Steffen Møgelmose smogelmose

  • Aalborg University
  • Capital Region, Denmark
View GitHub Profile
@rpkyle
rpkyle / app.py
Created June 27, 2020 14:47
Dash for Python Stock Ticker Sample App
import dash
from dash.dependencies import Input, Output
import dash_core_components as dcc
import dash_html_components as html
from pandas_datareader import data as web
from datetime import datetime as dt
app = dash.Dash('Hello World',
external_stylesheets=['https://codepen.io/chriddyp/pen/bWLwgP.css'])
@mathiassoeholm
mathiassoeholm / DancePad.cs
Created February 12, 2014 22:56
Unity dance pad input
using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace DancePadInput
{
public enum Player
{
Any,