Learn how to implement inheritance, abstract classes, and method overriding in Java by building a Person Management System similar to a COP3330 final project. Step-by-step tutorial with timely examples from AI and gaming.
Java inheritance tutorialabstract class Java examplemethod overriding JavaCOP3330 final projectJava OOP project
Learn the essential penetration testing techniques used in CS6262 Project 1, including network scanning, Shellshock exploitation, Metasploit brute force, privilege escalation, and password cracking with John the Ripper.
Explore clustering and dimensionality reduction on the MNIST dataset of handwritten digits 5,6,7 using R. Learn PCA, k-means, and interpret results with timely AI examples.
Learn how to explore the Heart Disease dataset with matplotlib, select features, and implement logistic regression for classification. This guide follows the CSCI 183 homework 3 requirements, using trend-inspired examples to make concepts stick.
heart attack predictionlogistic regression pythonCSCI 183 homework 3matplotlib data visualizationfeature selection for classification
Learn how to design a folded-cascode operational transconductance amplifier (OTA) meeting gain >70 dB, power <100 μW, and other specs. This tutorial covers hand calculations, transistor sizing, AC simulation, slew rate testing, and noise analysis.
folded-cascode OTAanalog integrated circuit designECE GY 6403operational transconductance amplifierhigh gain OTA design
Learn advanced capital budgeting techniques under uncertainty, including sensitivity analysis, scenario analysis, and simulation. This tutorial uses real-world examples and timely trends to help FNCE3000 students excel in corporate finance.
advanced capital budgetingcapital budgeting under uncertaintyFNCE3000 corporate financesensitivity analysisscenario analysis
Explore formal methods in Prolog with a focus on temporal logic and Z specifications. This tutorial covers LTL formulas, Büchi automata, and Z schemas with real-world analogies from gaming and AI trends.
Learn to build a classic number guessing game in C++ with loops, conditionals, and random number generation. Perfect for CS1160 students and beginners wanting hands-on practice.
C++ random number guessing gameCS1160 assignment helpnumber guessing game C++ codeC++ loops tutorialrandom number generation C++
Learn the fundamental characteristics of gross income for individual income tax, including noncash benefits, windfalls, and recovery of capital, with practical examples from the A530 course.
A530 Individual Income Taxgross income definitionnoncash benefits taxationwindfalls and gifts taxrecovery of capital doctrine
Learn how to apply Socioemotional Wealth (SEW) Theory to real-world family business challenges for your group assignment. This guide covers theory explanation, problem formulation, video production tips, and report writing strategies.
family business theory assignmentsocioemotional wealth theorySEW theory applicationfamily business succession problemgroup video report family business
Learn to build a cycle-accurate RISC-V pipeline simulator for CDA 4102/5155. Covers fetch, decode, issue, execute, and writeback with scoreboarding and hazard handling.
Learn how to discretize the pendulum ODEs using explicit and semi-implicit Euler methods, simulate angular motion in MATLAB, and analyze energy conservation. Includes code, plots, and a discussion on timestep effects.