Learn extreme value theory (EVT) through the Kumaraswamy distribution, covering regular variation, extended regular variation, and domain of attraction, with applications to modern data science and AI.
extreme value theoryKumaraswamy distributionhigh quantile functionregular variationextended regular variation
This tutorial explores how SS5302 students can integrate qualitative and quantitative research methods using photovoice and SPSS, with timely examples from Hong Kong's social landscape.
SS5302 research methodsphotovoice tutorialSPSS exercise guidequalitative quantitative integrationCity University Hong Kong social sciences
Learn how to implement a hash table with separate chaining in C by building a theater inventory management system. This tutorial covers hash functions, linked list operations, and complexity tracking.
A comprehensive lab-style tutorial covering open-circuit and short-circuit tests on a three-phase synchronous generator, deriving synchronous reactance, and constructing phasor diagrams from load tests. Perfect for power systems lab students in 2026.
synchronous generator operating characteristicsopen circuit test synchronous generatorshort circuit test synchronous generatorsynchronous reactance derivationphasor diagram synchronous generator
Learn how to write a standout quantitative methods final report with practical tips on reflection, group work reports, and self-evaluation. Perfect for students completing their final project.
quantitative methods final reportreflection in quantitative researchself-evaluation quantitative methodsgroup work report quantitative projectR coding for data analysis
Learn how to build a custom hash table class in C++ for efficient spell checking, using linear probing or double hashing. This tutorial covers dictionary loading, document parsing, case-insensitive lookups, and performance measurement.
hash table C++spell checker programlinear probingdouble hashingC++ data structures
Learn how to apply the 7Ps of marketing to design an effective social media poster for an animal welfare business, targeting SDG 15: Life on Land. This guide covers market opportunity analysis, target audience, USP, and design tips for your MKT60104 group coursework.
MKT60104Principles of Marketingmarketing poster designanimal welfare marketingSDG 15 Life on Land
Explore how four major companies—ExxonMobil, Autodesk, Coca-Cola, and Rocketbots—leveraged cloud computing to overcome operational challenges. This tutorial breaks down cloud characteristics, service models, and deployment models through real-world examples.
Learn how to format a long document in Microsoft Word for your thesis. This guide covers cover page, table of contents, lists of tables and figures, headers, footers, citations with Mendeley, and more. Perfect for degree, master, or PhD students.
Microsoft Word thesis formattinglong document formatting Wordthesis formatting guide 2026Word table of contentslist of tables Word
Learn how to conduct a media analysis project comparing Chinese and American media narratives in the TikTok security controversy. This tutorial covers framing theory, qualitative content analysis, coding methods, and practical steps for your assignment.
media analysis projectTikTok security controversyChinese vs American mediaframing theoryqualitative content analysis
Learn how to implement a memory manager in C++ for the COP4600 Project Repto, covering initialization, allocation algorithms (best fit, worst fit), hole coalescing, and integration with a console program.
C++ memory managermemory management tutorialbest fit algorithmworst fit algorithmhole coalescing