Learn probability through the Set card game (81 cards, 4 dimensions) and geometric problems (hitting spheres in cubes). Includes conditional probability, prime twins, and coin puzzles.
probability tutorialSet card game probabilitygeometric probabilitysphere in cube probabilityhigh-dimensional geometry
Learn how to apply normalization principles to relational database schemas and connect them to finite state automata concepts. This guide uses a real estate database example and draws parallels with trending AI and app development topics.
normalizationfinite state automatarelational database design3NFfunctional dependencies
Explore how cognitive biases and psychological factors drive financial market anomalies like excessive trading, bubbles, and herding. This tutorial critically evaluates empirical evidence and experimental techniques, with a focus on recent real-world cases such as meme stocks and crypto bubbles. Lea
Learn how to implement Sobel, Canny, and Structured Edge detectors, evaluate performance with F-measure, and apply dithering for digital halftoning in this comprehensive MATLAB tutorial.
Learn advanced XSS techniques including reflected, stored, and DOM-based attacks with real-world examples from the CS6262 security club project. Master client-side persistence using localStorage and service workers for modern web app auditing.
advanced web securityCS6262 project 2XSS exploitationreflected XSSstored XSS
Learn how to minimize probability of error in memoryless channels, compute capacity for correlated Gaussian channels, and apply joint typicality in this comprehensive information theory tutorial.
probability of errorMAP decoderchannel capacityGaussian channelcorrelated noise
Learn how to apply project schedule, cost, resource, risk, stakeholder, and communication management to real-world IS projects, with practical examples and templates for your PRO100 assessment.
PRO100 project managementIS project managementconsultative reportproject schedule managementcost management plan
This tutorial guides you through key Stata commands and econometric concepts needed for the LI Econometrics assignment, using the Quarterly Labour Force Survey data to explore earnings determinants.
LI Econometrics Stata assignmentStata tutorial econometricsQuarterly Labour Force Survey Stataearnings regression StataUK Data Service Stata
Learn how to use the audio CODEC on the DE1-SoC board to pass audio through FPGA, generate tones from memory, and filter noise. Step-by-step guide with code examples.
DE1-SoC audio CODEC tutorialdigital signal processing FPGAEE371 lab 3 solutionaudio pass-through Verilogtone generation from memory
Learn how to implement the classic Find Four (Connect Four) game in Python while mastering 2D arrays, input validation, and game logic. Perfect for COP3504c students.
COP3504c lab 02Find Four gameConnect Four Python2D arrays tutorialPython game programming
A comprehensive tutorial covering the proximal-gradient algorithm for strongly convex functions and KKT conditions for constrained optimization, with timely examples from AI model training and portfolio optimization.
Learn how to implement queues using linked lists in C by building a movie ticketing simulation. Step-by-step guide with code examples and real-world analogies.
queues in Clinked list queue implementationCOP3502C assignment 2movie ticketing simulationFIFO queue C programming