Difference between revisions of "Main Page"
From wiki.doumith.net
Line 5: | Line 5: | ||
<math>\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math> | <math>\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math> | ||
+ | |||
+ | <code lang="javascript" first-line="2" highlight="[4,6]" title="title"> | ||
+ | // SyntaxHighlighter makes your code snippets beautiful without tiring your servers. | ||
+ | // http://alexgorbatchev.com | ||
+ | var setArray = function(elems) { | ||
+ | this.length = 0; | ||
+ | push.apply(this, elems); | ||
+ | return this; | ||
+ | } | ||
+ | </code> | ||
+ | |||
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. | Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
Revision as of 21:23, 21 March 2016
MediaWiki has been successfully installed.
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
// http://alexgorbatchev.com
var setArray = function(elems) {
this.length = 0; push.apply(this, elems); return this;
}
Consult the User's Guide for information on using the wiki software.