Skip to content

Instantly share code, notes, and snippets.

View questionmarcus's full-sized avatar

Marcus Lancaster questionmarcus

  • ResearchGate
  • Düsseldorf
View GitHub Profile
@questionmarcus
questionmarcus / .zshrc
Last active April 23, 2022 12:17
zplug: .zshrc
######### LOAD GIT STATUS FN ########
autoload -Uz vcs_info
######### LOCALE OPTIONS ########
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
@questionmarcus
questionmarcus / App.tsx
Created July 9, 2019 14:07
React Draggable Example — Sk8er boi
import React, { DragEvent } from "react";
const chorus = [
"He was a sk8er boi",
"She needed to come back down to Earth",
"She had a pretty face but her head was up in space",
"She said see you later boy",
"He wasn't good enough for her"
];