Skip to content

Instantly share code, notes, and snippets.

export default [
{
_id: "RS101",
name: "Rocket Propulsion",
number: "RS4550",
startDate: "2023-01-10",
endDate: "2023-05-15",
department: "D123",
credits: 4,
description:
[{
"_id": {
"$oid": "65580756fed6bb3b501c55f2"
},
"username": "ada",
"password": "ada123",
"firstName": "Ada",
"lastName": "Lovelace",
"email": "ada@lovelace.com",
"dob": "1815-12-10",
[ { "_id": "1", "user": "121", "course": "RS101" },
{ "_id": "2", "user": "122", "course": "RS101" },
{ "_id": "3", "user": "123", "course": "RS101" },
{ "_id": "4", "user": "124", "course": "RS102" },
{ "_id": "5", "user": "125", "course": "RS102" },
{ "_id": "6", "user": "126", "course": "RS102" },
{ "_id": "7", "user": "121", "course": "RS103" },
{ "_id": "8", "user": "124", "course": "RS103" },
{ "_id": "9", "user": "127", "course": "RS103" } ]
[{
"_id": {
"$oid": "65510e70870c092d5441bc94"
},
"name": "Rocket Propulsion",
"number": "RS4550",
"startDate": "2023-01-10",
"endDate": "2023-05-15",
"department": "D123",
"credits": 4,
[
{
"_id": "1",
"student": "121",
"assignment": "A101",
"grade": "90"
},
{
"_id": "2",
"student": "122",
@jannunzi
jannunzi / users-fa24.json
Last active October 20, 2024 14:47
users.json
[
{
"_id": "123",
"username": "iron_man",
"password": "stark123",
"firstName": "Tony",
"lastName": "Stark",
"email": "tony@stark.com",
"dob": "1970-05-29T00:00:00.000Z",
"role": "FACULTY",
@jannunzi
jannunzi / assignments-sp24.js
Last active September 30, 2025 12:07
assignments.json
export default [
{
_id: "6557fcb7a11aca237708374b",
title: "Propulsion Assignment",
course: "RS101",
points: 100,
assignTo: "EVERYONE",
dueDate: "2034-09-21",
availableFromDate: "2034-09-07",
availableUntilDate: "2034-09-21"
[{
"_id": {
"$oid": "6557fcefa11aca2377083754"
},
"name": "Introduction to Rocket Propulsion",
"description": "Basic principles of rocket propulsion and rocket engines.",
"course": "RS101"
},
{
"_id": {
const states = [
{selector: "#attract", wait: 5, title: "Start Listening"},
{selector: ".ARC.player.HTplayer.q4-player .q4-player-box", wait: 2, title: "Player 1"},
{selector: ".areaVideoBack", wait: 2, title: "Go Back Player 1"},
// {selector: ".q4-players-sliding-wrapper .BEAM.player.HTplayer.q4-player:nth-child(2)", wait: 2, title: "Player 1"},
// {selector: ".areaVideoBack", wait: 2, title: "Go Back"},
// {selector: ".q2-top-menu-item.q2-top-menu-listen", wait: 2, title: "Listen"},
{selector: ".q2-top-menu-item.q2-top-menu-about", wait: 2, title: "About Sonos"},
{selector: ".q2-about-menu-item:nth-child(2)", wait: 1, title: "Easy to use"},
{selector: ".q2-about-menu-item:nth-child(3)", wait: 1, title: "Listen your way"},
[
":root",
"html",
"body",
".SONOS #divboot",
".boot-cover",
".SONOS .ik2-video-fat-finger",
".SONOS .ik2-back-fat-finger",
"#divPreloadStats",
"#divPreloadStats h2",