Skip to content

Instantly share code, notes, and snippets.

@Vindexus
Vindexus / comp1630assignment7.md
Created March 13, 2024 18:26
Comp 1630 Assignment 7
  1. The data warehousing project group has invited you to provide an OLAP overview. The group’s members are particularly concerned about the OLAP client/server architecture requirements and how OLAP will fit the existing environment. Your job is to explain the main OLAP client/server components and architectures.

  1. One of your vendors recommends using an MDBMS. How would you explain this recommendation to your project leader?

  1. The project group is ready to make a final decision, choosing between ROLAP and MOLAP. What should be the basis for this decision? Why?
@Vindexus
Vindexus / html-needs-semantic.html
Created December 14, 2023 05:43
Semantic HTML Me
<div>
<div>
<div>Urban Oasis Cafe</div>
<div>
<span><a href="/">Home</a></span>
<span><a href="/contact">Contact</a></span>
</div>
</div>
<div>
<div>About Us</div>
@Vindexus
Vindexus / srs.txt
Created December 6, 2023 21:54
Summon Raging Spirits of Enormity
Summon Raging Spirit of Enormity
Spell, Minion, Duration, Fire
Level: 20 (Max)
Cost: 26 Mana
Cast Time: 0.80 sec
Quality: +20%
Requires Level 70, 155 Int
Summons a short-lived flaming skull that rushes at nearby enemies and attacks them rapidly, converting all its physical damage to fire. Enemies will not directly engage these spirits, and can pass through them.
Base duration is 5.00 seconds
Maximum 6 Summoned Raging Spirits
Shield Crush of the Chieftain
Attack, AoE, Fire, Melee
Level: 20 (Max)
Cost: 10 Mana
Attack Time: 1.00 sec
Critical Strike Chance: 5.00%
Attack Damage: 100% of base
Quality: +20%
Requires Level 70, 155 Str
Swipe your shield, dealing area damage in three waves in front of you. Enemies can be hit by two of the waves where they overlap.
        Wild Strike of Extremes

Attack, Melee, Strike, Lightning, Cold, Fire, Projectile, AoE, Chaining, Prismatic

@Vindexus
Vindexus / smite.md
Last active December 6, 2023 21:04
        Smite of Divine Judgement

Lightning, Attack, AoE, Melee, Strike

@Vindexus
Vindexus / sst.md
Created December 6, 2023 20:56
Spectral Shield Throw
        Spectral Shield Throw of Shattering

Attack, Projectile, Cold

@Vindexus
Vindexus / dwvictoria.md
Created May 15, 2020 04:25
Dungeon World Agenda

Agenda

Here is the agenda for tonight's character creation session.

Intro to Dungeon World

  • Fiction first
  • Fiction triggers moves
  • We roll 2d6 + a set
    • 10+ = great
    • 7-9 = okay
  • 6- = mark XP and uh-oh
@Vindexus
Vindexus / form.js
Last active April 23, 2019 19:47
Example
import {Formik} from 'formik'
import React from 'react'
import {Router} from '../routes'
import Layout from '../components/MyLayout.js'
import TextFormGroup from '../components/TextFormGroup'
import FormGroup from '../components/FormGroup'
export default class Register extends React.Component {