Application for pajrc1234

In-game name: 
pajrc1234
Age (Optional): 
13
Why are you interested in joining this server?: 
I'm interested in joining this server because I just want to build redstone. That's pretty simple, I like redstone, especially when working with gates, and I like figuring things out, so why not figure redstone stuff out? Also, I want to help others with their creations (provided my knowledge and the person in need of help permits) because that's fun and nice and why the heck not.
Current Redstone knowledge: 
My current knowledge in redstone would include the basic logic gates, making all the basic logic gates with NANDS, a binary adder/subtractor (not a very good subtractor), a simple binary-decimal decoder, a hexadecimal subtractor, and a T-flip flop. This is all I remember that I know, I might have something else that I know that I don't know I know but when I need to know it I will (sorry for rambling) know.
Past Redstone Experience: 
I don't really have any creations, but I like learning how things work and making new things with the stuff I knew from when I learned how stuff works (I say "stuff" and "things" a lot). One thing I made (copied kinda) was that adder thing I mentioned above. There's an A and B input for each power of 2 (and 1), and you flip each to add it to the final number on the output. It puts them into XOR gates, and an AND gate that leads into the XOR gate of the one directly higher than it (which is the carry). and then XORs the output from that and the carry from the last one to determine if it's 1 or 0. If both are on, then it will AND them together for a carry to the next one. I also have a T-Flip Flop that differs from popular TFFs. It's one that's in the real world (somewhere lmao) and has 2 outputs (one is NOT the last one). There's 2 inputs as well, T and > (clock). If the clock isn't on, T will do nothing. If it is on, T will toggle Q, the output, and if > is then turned off, Q will still be on and unaffected as if it were off when > wasn't. If > is turned back on, T can toggle Q again.
About how often do you play Minecraft?: 
1-5 hours per day
Application status: 
Approved
What kind of creations would you like to build on this server?: 
Something complex. Like a binary multiplier. Or a hexidecimal converter to both binary and decimal. Or trinary (like binary, but with 3s)