Skip to content

Instantly share code, notes, and snippets.

View spartonia's full-sized avatar
🐢

Alp S Partonia spartonia

🐢
View GitHub Profile
@spartonia
spartonia / momtest.md
Last active April 6, 2025 18:42
Summary if The Mom Test book.

Mom Test Notes

Chapter 1: The mom test

Bad/Good Questions

Bad: "Do you think it;s a good idea?"
Fix: You might ask them to show you how they currently do their job. Talk about which parts they love and hate. Ask which other tools and
processes they tried before settling on this one. Are they actively searching for a replacement? If so, what’s the sticking point? If not, why not? Where are they losing money with their current tools? Is there a budget for better

@spartonia
spartonia / kinectproject.cpp
Created November 7, 2015 00:17
Source code for face recognition and skeleton tracking with kinect: https://www.youtube.com/watch?v=LtXUzOpKmTM
#include <Windows.h>
#include <Ole2.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <WinBase.h>
// Kinect
#include <NuiApi.h>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@spartonia
spartonia / WattyClustering.ipynb
Last active August 29, 2015 14:19
WattyClustering
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@spartonia
spartonia / DS-Teser.ipynb
Created June 11, 2014 19:29
AsSquare Data Science Teaser
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.