Mats codemix

Mats codemix

A little c#, a litte .NET and throw in some c++ and you get a nice Spaghetti

Mats codemix RSS Feed
 
 
 
 

Posts tagged testpost

Testing syntax highlightning - SyntaxHighlighter pro wordpress plugin

SyntaxHighlighter pro wordpress plugin
Plugin csharp

// This is a Comment
function somefunction( string Path="*.txt" ,[string] $pattern="" )
{
select-string $xxxx -patt $pattern | foreach { np $_.Filename}
}

Plugin Powershell
Thanks to Jaykul at HuddledMasses.org!
[sourcecode language='powershell']
# This is a Comment
function Other( [string] $Path=”*.txt” ,[string] $pattern=”” )
{
select-string $xxxx -patt $pattern | foreach { np $_.Filename}
}
[/sourcecode]
Xml-code
Multiline comments doesnt seem to work with this version [...]