This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gw@airy ~/> java Reps | |
| a: 1.0 | |
| b: 0.35 | |
| c: 0.65 | |
| d: 0.35 | |
| e: 0.035 | |
| f: 0.034999999999999996 | |
| g: 0.06999999999999999 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <project name="comFidessaUstpPairsDialogUtil" default="main" basedir="."> | |
| <property environment="env"/> | |
| <property name="srcDir" value="${basedir}/src"/> | |
| <property name="bldDir" value="${basedir}/build"/> | |
| <property name="jarDir" value="${env.CASE}/regional/classes"/> | |
| <path id="case.jar"> | |
| <pathelement path="${classpath}"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="page" class="hfeed site"> | |
| <header id="masthead" class="site-header" role="banner"> | |
| <nav role="navigation" class="site-navigation main-navigation"> | |
| <h1 class="assistive-text">Menu</h1> | |
| <div class="assistive-text skip-link"><a href="#content" title="Skip to content">Skip to content</a></div> | |
| <div class="menu"><ul><li class="current_page_item"><a href="http://mainecivichackday.com/" title="Home">Home</a></li><li class="page_item page-item-1"><a href="http://mainecivichackday.com/about/">About</a></li><li class="page_item page-item-20"><a href="http://mainecivichackday.com/participate/">Participate</a></li><li class="page_item page-item-24"><a href="http://mainecivichackday.com/solve/">Solve</a></li><li class="page_item page-item-9"><a href="http://mainecivichackday.com/contact/">Contact</a></li></ul></div> | |
| </nav><!-- .site-navigation .main-navigation --> | |
| <hgroup> | |
| <h1 class="site-title"><a href="http://mainecivichackday.com/" title="Maine Civic Hack Day" rel="home">Maine Civic Hack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this._commsAjax("pagedQuery", | |
| data, | |
| $.proxy(function(data) { | |
| if (data.errorCode != 0) { | |
| delete this._activeSess[sessionId]; | |
| queryObj.error(data.errorText, data.errorCode); | |
| } | |
| }, this) | |