Fesin: Can we finally get a solution?
Nirth: I concur.
Oh fine. DH23-9NPN-2DK6-JKX2
The one remaining game is Fallout. I think the only reason it's left there is because everyone already have it, so hopefully I didn't a horrible wrong to lpopman
I'll explain the trick questions:
"My second comes from somewhere immediately below the eye"
Most people will think that this is a trick question and assume that the eye actually meant the letter I. I did too. But after brute-forcing the answer, I figured out that the trick is that the riddle actually meant your eye. Assuming that you are not a cyclops, below your eye you will find your cheek. So you have to pick a letter from the letters forming C H E E K and put it inside the code until you find the correct letter, which turns out to be H. For the cyclopes out there who tried N O S E, sorry, blame lpopman.
"Next comes from the result of (11<<1)++"
The Wolfram clue is the first step. It tells you that that particular code is a programming code for (bitshift the number 11 leftward by one)++. The problem is that Wolfram does not understand what ++ means and thus ignores it. Try putting (11<<1) on Wolfram and compare it with (11<<1)++. You will find that Wolfram erroneously give the same answer for both. The bitshifting left by 1 is basically "multiply the number by 2". So you get 22, and that's what Wolfram tells you. However, the ++ part adds 1 to that, so the answer is actually 23. I figured this out by googling what bitshift meant, then doing the math manually myself, and discovering that well, Wolfram was incomplete.
The compliment of PNP junction is NPN. Wikipedia will tell you that IF you read the whole article instead of just the PNP section.
T G M ... refers to Tera, Giga, Mega, .... the answer is K for Kilo.
I think y'all figured out the rest.