Skip to content

Instantly share code, notes, and snippets.

View alblaine's full-sized avatar

Alison Blaine alblaine

  • NC
View GitHub Profile
@alblaine
alblaine / build_logins.sh
Created March 6, 2018 19:29 — forked from ajschumacher/build_logins.sh
script for making users for multi-user RStudio
#!/bin/bash
# Start an AWS instance with one of the AMIs provided by:
# http://www.louisaslett.com/RStudio_AMI/
#
# Get this script and make executable.
# wget THE_RAW_URL
# chmod +x build_logins.sh
#
# Then use this script to create many logins on the system.
<!doctype html>
<html>
<head>
<script src="p5.js"></script>
<script>
var img;
function setup() {
createCanvas(600,600);
img = createImage(1372,1332,RGB);
var client = require('redis').createClient();