Skip to content

Instantly share code, notes, and snippets.

View jacomyal's full-sized avatar

Alexis Jacomy jacomyal

View GitHub Profile
@jacomyal
jacomyal / index.html
Created September 26, 2011 09:32 — forked from anonymous/index.html
SiGMa random example (HTML)
<!-- Button to generate random graphs -->
<button id="random" type="button" onclick="feedSiGMa();">Click to generate a random graph</button>
<!-- SiGMa -->
<div id="SiGMa-container" style="height:400px;width:100%;">
<object id="SiGMa-client" style="width:100%;height:98%;border:1px #866 solid;">
<param name="movie" value="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json"/>
<param name="allowScriptAccess" value="always"/>
<embed src="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json" allowScriptAccess="always">
</embed>
</object>
@jacomyal
jacomyal / index.html
Created September 26, 2011 09:32 — forked from anonymous/index.html
SiGMa random example (HTML)
<!-- Button to generate random graphs -->
<button id="random" type="button" onclick="feedSiGMa();">Click to generate a random graph</button>
<!-- SiGMa -->
<div id="SiGMa-container" style="height:400px;width:100%;">
<object id="SiGMa-client" style="width:100%;height:98%;border:1px #866 solid;">
<param name="movie" value="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json"/>
<param name="allowScriptAccess" value="always"/>
<embed src="/static/sigma-random/sigma.swf?configPath=/static/sigma-random/config.json" allowScriptAccess="always">
</embed>
</object>