Difference between revisions of "User:BrianT"

From CompSciWiki
Jump to: navigation, search
m
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
My name is Brian Turchyn; I was one of the wiki coordinators for Winter 2010. I am a [http://rubyonrails.org Ruby on Rails] web developer, a [http://dj-bri-t.net blogger], and the 2010/2012 President of the [http://umswing.ca University of Manitoba Swing Dance Club].
 +
 +
Check the MediaWiki resources for help editing the wiki, or feel free to email me at <code>brian [at] dj-bri-t [dot] net</code>.
 +
 +
You can also find me on my IRC channel, [irc://irc.freenode.net/dj-bri-t irc://irc.freenode.net/dj-bri-t], which is accessible via WebChat at [http://webchat.freenode.net http://webchat.freenode.net] by entering the channel <code>#dj-bri-t</code>.
 +
 +
== Contributions ==
 +
* Designed the [[Template:1010PrAD|Program-A-Day Template]] for COMP 1010
 +
* Modified the [[Template:1010Topic|Topic Template]] for COMP 1010
 +
* Created the [[Template:CodeBlock|Code Block]] template
 +
* Created the [[Template:OutputBlock|Output Block]] template
 +
* Coordinated the installation of the following extensions:
 +
** ParserFunctions
 +
** SyntaxHighlighter (''not functional until MediaWiki is upgraded'')
 +
** TagParser
 +
** Variables
 +
* Other [[Special:Contributions/BrianT|miscellaneous edits]], grammer fixes, code bug edits, and the "torch-passer" for Fall 2010
 +
 +
== MediaWiki Resources ==
 +
* [http://www.mediawiki.org/wiki/Help:Tables Tables in MediaWiki]
 +
* [http://www.mediawiki.org/wiki/Help:Formatting Basic Formatting]
 +
* [http://www.mediawiki.org/wiki/Help:Template Templates] ([http://www.mediawiki.org/wiki/Help:Parser_functions_in_templates ParserFunction syntax])
 +
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files Image tags, uploading, and styling]
 +
* [http://en.wikipedia.org/wiki/Meta:Help:Formula LaTeX Math Formula Formatting]
 +
 +
== Ignore This ==
 
<spoiler>
 
<spoiler>
 
<pre>public class NotSyntaxHightingExtension
 
<pre>public class NotSyntaxHightingExtension
Line 8: Line 34:
 
}
 
}
 
</pre>
 
</pre>
<source lang="java">public class SyntaxHightingExtension
+
<syntaxhighlight lang="java">public class SyntaxHightingExtension
 
{
 
{
 
   public static void main ( String [] args )
 
   public static void main ( String [] args )
Line 15: Line 41:
 
   }
 
   }
 
}
 
}
</source>
+
</syntaxhighlight>
 
</spoiler>
 
</spoiler>

Latest revision as of 11:08, 27 March 2012

My name is Brian Turchyn; I was one of the wiki coordinators for Winter 2010. I am a Ruby on Rails web developer, a blogger, and the 2010/2012 President of the University of Manitoba Swing Dance Club.

Check the MediaWiki resources for help editing the wiki, or feel free to email me at brian [at] dj-bri-t [dot] net.

You can also find me on my IRC channel, irc://irc.freenode.net/dj-bri-t, which is accessible via WebChat at http://webchat.freenode.net by entering the channel #dj-bri-t.

Contributions

  • Designed the Program-A-Day Template for COMP 1010
  • Modified the Topic Template for COMP 1010
  • Created the Code Block template
  • Created the Output Block template
  • Coordinated the installation of the following extensions:
    • ParserFunctions
    • SyntaxHighlighter (not functional until MediaWiki is upgraded)
    • TagParser
    • Variables
  • Other miscellaneous edits, grammer fixes, code bug edits, and the "torch-passer" for Fall 2010

MediaWiki Resources

Ignore This

Solution Code