Skip to content

Instantly share code, notes, and snippets.

View SheepTester's full-sized avatar
🐑
Existing

Sean SheepTester

🐑
Existing
View GitHub Profile
@SheepTester
SheepTester / wi22.txt
Last active January 18, 2022 05:09
WI22 sections that a) aren't upper division (course number < 100), b) can be enroled in (at least by me), c) have at least one seat available, and d) is not an exam section (eg discussion, lab, etc.)
================
AIP 97: Academic Internship (2.0 to 4.0 by 2.0 units)
001 (to_be_announced): 3/10 enrolled (7 available), 0 on waitlist (Can enroll)
00:00–00:00 on at TBA TBA by Rao, Ramesh R (A01348111)
061700 Qualcomm Institute Academy true AC
002 (to_be_announced): 1/10 enrolled (9 available), 0 on waitlist (Can enroll)
00:00–00:00 on at TBA TBA by Kousser, Thad (A05722132)
079404 true AC
003 (to_be_announced): 0/10 enrolled (10 available), 0 on waitlist (Can enroll)
00:00–00:00 on at TBA TBA by Moshiri, Alexander Niema (A09850737)
@SheepTester
SheepTester / gist:b31a9494152c46b507eef191465cd394
Created November 10, 2021 19:29
Winter quarter list of courses and sections with RCLAS (remote class)
ANBI 131: A00
ANSC 101A: A00
ANTH 87: A00
ANTH 192: B00
ANTH 196B: A00
BGGN 227: A00
BGGN 281: A00
BGGN 283: D00
BICD 194: A00
BILD 1: D01, D02, D03, D04, D05, D00, D00
$(function()
{
$("body").fadeIn(100);
$.support.cors = true; // FOR IE9
if (!window.console) console = {
log : function()
{}
@SheepTester
SheepTester / fa21.txt
Last active November 9, 2021 23:35
FA21 classes that can be joined that are not full
================
AIP 97: Academic Internship (2.0 to 4.0 by 2.0 units)
001 (to_be_announced): 0/9999 enrolled (9999 available), 0 on waitlist (Can enroll)
00:00–00:00 on Sunday at TBA TBA by Staff
058910 false AC
002 (to_be_announced): 1/9999 enrolled (9998 available), 0 on waitlist (Can enroll)
00:00–00:00 on Sunday at TBA TBA by Rao, Ramesh R (A01348111)
058911 true AC
003 (to_be_announced): 1/9999 enrolled (9998 available), 0 on waitlist (Can enroll)
00:00–00:00 on Sunday at TBA TBA by Kirsh, David Joel (A01436691)
@SheepTester
SheepTester / example.scratch
Created August 19, 2021 23:29
Example of a file with a .scratch file extension
Scratch. *high pitched meow-meow-meow-meowwwww*
@SheepTester
SheepTester / ugwa-goes-poof.md
Last active June 3, 2021 21:31
UGWA goes poof

UGWA will stop receiving updates starting next year because the maintainers graduated.

We don’t feel like continuing to maintain the app from college, and we’ll probably soon lose touch with the new Gunn student body. For example, if Gunn introduces a new EGO program

@SheepTester
SheepTester / javascript-study-guide.js
Last active May 4, 2021 03:44
JavaScript cheat sheet/reference guide generator for web development (for beginners)
// Paste this into the console, and it'll console.log a quick overview of all the methods
// that any beginning JavaScript programmer should know!
// Tip: Run this somewhere like https://www.example.com/ so that the website's global
// variables don't show up here.
{
const test = function () {
const analysed = new Map()
const entries = function * (obj) {
@SheepTester
SheepTester / test-2.md
Last active February 23, 2021 23:59
test gist

A NEW FILE!!

I'm using the following localStorage extension:

importScripts('https://cdnjs.cloudflare.com/ajax/libs/localforage/1.7.3/localforage.min.js')

class LocalStorage {
  constructor () {}

  getInfo () {
    return {
@SheepTester
SheepTester / style.css
Created February 11, 2021 17:54
Centre a Leopard project on the screen
.leopard__project {
/* Centre the project on the screen */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
/* Set the width the entire width
of the screen, and set the height