Miscellaneous


Projects

Carleton Fish Club Website

This was the official website for the now-defunct Carleton Fish Club at Carleton College. I was the president of this club and developer of its website.


Resources

Secret Hitler Probability Tables

Secret Hitler is a social deduction game in which two parties—the liberals and the fascists—are set to competitively enact liberal and fascist policies, respectively, or complete a secondary objective directly involving Hitler. This resource discloses the probabilities of being assigned particular roles (i.e., Liberal, Fascist, or Hitler) and the probabilities of particular card draw sets obtaining.

Secret Hitler employs the hypergeometric distribution for its policy card draw probabilities. This describes the probability of 𝑘 successes (random draws for which the object drawn has a specified feature) in 𝑛 draws, without replacement, from a finite population of size 𝑁 that contains exactly 𝐾 objects with that feature, wherein each draw is either a success or a failure.

Warframe Mobile API Endpoints

An application programming interface (API) is a software interface which connects computers or pieces of software to each other. Basically, it is the part of a server that receives requests and sends responses.

I recovered the Warframe mobile API endpoints by capturing network traffic from Warframe Companion while it was running on my mobile device.

You can retrieve the relevant strings (with the resource IDs appended) by visiting this link. This is the base URL for the included files.

Copyright © Jordan Navarro. All rights reserved.