Difference between revisions of "User:Smallpeoples343"
(→Test) |
(→Diagram 3) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Introduction== | ==Introduction== | ||
− | I am a failing math nerd | + | I am a failing math nerd. |
Please do not edit this page without my permission. | Please do not edit this page without my permission. | ||
I will try to update this page with more information as I try to remember about me having a user page at all... | I will try to update this page with more information as I try to remember about me having a user page at all... | ||
− | |||
− | |||
− | |||
− | |||
− | |||
==CSS Wiki Article== | ==CSS Wiki Article== | ||
Line 239: | Line 234: | ||
draw((-15,20)--(-16,18)); | draw((-15,20)--(-16,18)); | ||
draw((-16,18)--(16,18)); | draw((-16,18)--(16,18)); | ||
− | draw((- | + | </asy> |
− | draw((- | + | |
+ | ===Tutoring=== | ||
+ | ====Diagram 1==== | ||
+ | <asy> | ||
+ | draw(Circle((0,0),1),linewidth(1)); | ||
+ | dot((0,0)); | ||
+ | draw((0,0)--(1,0)); | ||
+ | </asy> | ||
+ | ====Diagram 2==== | ||
+ | <asy> | ||
+ | draw(Circle((0,0),1),linewidth(1)); | ||
+ | dot((0,0)); | ||
+ | draw((0,0)--(1,0)); | ||
+ | draw((0,0)--(0,1)); | ||
+ | </asy> | ||
+ | ====Diagram 3==== | ||
+ | <asy> | ||
+ | draw(Circle((0,0),1),linewidth(1)); | ||
+ | dot((0,0)); | ||
+ | draw((0,0)--(1,0)); | ||
+ | draw((0,0)--(0,1)); | ||
+ | draw((1,0)--(0,1)); | ||
+ | label("A",(1,0),E); | ||
+ | label("B",(0,1),N); | ||
+ | label("O",(0,0),S); | ||
</asy> | </asy> |
Latest revision as of 23:21, 27 January 2012
Contents
Introduction
I am a failing math nerd.
Please do not edit this page without my permission.
I will try to update this page with more information as I try to remember about me having a user page at all...
CSS Wiki Article
If you want to add your CSS to the Wiki page at CSS Skin Compilation, PM me.
Recent Accomplishments
- Finished XKCD
- Finished Questionable Content
- Won Mafia Game 61
- Finished Mafia Game 56
- Played Mafia Game 64
- Playing Mafia Game 66
- Modded Mafia Game 65
- Became global admin of FFC (5 days before it crashed)
- Became administrator of AoPS CSS Wiki article
- Re-designed SmallTickets
- Organized AoPS CSS Wiki article by author
- Finished Dr. McNinja
Test
Tutoring
Diagram 1
Diagram 2
Diagram 3