Skip to content

Instantly share code, notes, and snippets.

public IBar CreateBar(FooBar desired)
{
IFoo foo = FooFactory.CreateFoo(desired.foo);
return foo.CreateBar(desired.bar);
}
<!--[if
IE]><acronym
title="???">???</acronym><![endif]--><!--[if
!IE]> <--><abbr
title="???">???</abbr><!-->
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css"
media="screen">@import
url( iescreen.css );</style>
<![endif]-->
<!--[if lt IE 7]><acronym
title="???">???</acronym><span
class="not"><![endif]--><abbr
title="???">???</abbr><!--[if
lt IE 7]></span
class="not"><![endif]-->
acronym {border-bottom:1px
dotted #000;cursor:help}
div#content
{width:expression(
document.body.clientWidth
> 670+parseInt(
document.body.currentStyle.fontSize
)*2 ? "670px": "auto" );}
var mailtext= '';
while( data[idx]!=n ) {
mailtext+=% + (data[idx++]^n).toString(16);
}
idx++;
document.getElementById('mailtag').lastChild.setAttribute(
'href', unescape(mailtext));
var mailtext= '';
while( data[idx]!=n ) {
mailtext+=String.fromCharCode(data[idx++]^n);
}
idx++;
document.getElementById('mailtag').lastChild.setAttribute(
'href', mailtext);
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
[ <!ATTLIST html id ID #IMPLIED > ] >
from java import lang
class Backplane(lang.Object):
def performSetup(self, arg):
"@sig public void performSetup(java.lang.String arg)"
...
import java
import java.lang
class Backplane(java.lang.Object):
def performSetup(self, arg):
"@sig public void performSetup(java.lang.String arg)"
...