User:ZeWrestler/Sandbox
From Wikipedia, the free encyclopedia
If you are here, you found my personal sandbox for experients that I'll be inserting at later times into articles.
If you have any questions/comments, please direct them to my talk page.
Contents |
[edit] MSU infobox
| Montclair State University | |
|---|---|
|
|
|
| Established: | 1908 |
| Type: | Public University |
| Endowment: | $1 billion |
| President: | Susan Cole |
| Staff: | 4,500 |
| Students: | 16,063 |
| Undergraduates: | 12,174 |
| Postgraduates: | 3,889 |
| Location: | Montclair, New Jersey, USA |
| Campus: | Suburban 200 acre (80.93 ha) campus |
| Sports: | Red Hawk Athletics |
| Colors: | Red and white |
| Mascot: | Redhawks |
| Website: | http://www.montclair.edu |
retrieve logo from http://www.csam.montclair.edu/earth/eesweb/brachfeld/MSU_logo.JPG
[edit] Copyright tag placeholders
|
Uploaded fairuse Image:007.svg |
[edit] Common Lisp
for Insertion sort implementations article.
(defun insert (target list)
(if (equal list NIL)
(cons target '())
(if (<= target (first list))
(cons target list)
(cons (first list) (insert target (rest list))))))
(defun insertSort(myList)
(if (NULL mylist)
'()
(insert (first myList) (insertSort (rest myList)))))
[edit] Navigation menu idea
| — Main | Talk | Image Contributions | Fair-Use Contributions — |
|---|
Taken from User:JiFish
|
user |
talk |
Taken from User:Amren
[edit] Wrestling Controversy
Montclair State University has come under pressure from their recent attacks on their recently dispanded wrestling team.
[edit] Syracuse University Infobox
|
|||||||||||||||||||||||
[edit] 1080 Citation
The player controls a snowboarder in one of six modes. 1080° has two trick modes (trick attack and contest)[1], three race modes (race, time attack, and multiplayer)[2], a training mode, and an options mode[3]. The objective of the game is either to arrive quickly at a level's finish line or to receive maximum points for trick combinations.
match race mode, the player competes in a series of races against AI-controlled snowboarders[4]. The game times the player throughout the level, and players receive a life meter which fills if the snowboarder falls down or is knocked over. The difficulty level in match races can be set to easy, medium, or hard, adjusting the complexity and number of races. If the player fails at defeating an AI competitor, they must retire. The player is given three chances to beat the computer before the game is over.[5]
[edit] SU Building template
| Building | Image | Constructed | Notes | Reference | ||||
|---|---|---|---|---|---|---|---|---|
| Administration Building | ||||||||
| Alibrandi Catholic Center |
[edit] new users page
[edit] nav box
|
7:33 pm, 11 June 2008 (PDT)
|

