Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Very good idea. this would be very useful. However I suggest that language enhancements, espeically ones that dont conform to java specs, be either defered or in a new...

``` I can see how this syntax would be useful and convenient. However, Beanshell is a java-like language, and I don't think that it is such a good idea to...

``` I agree that adding a lot of non-java syntax is a bad idea. But the 2 global methods I suggested here, list() and map(), are possible without any syntax...

``` Perhaps another command ("pair(key, value)") would be sufficient? Than you could do numberNames = map(pair(1, "one"), pair(2, "two"), pair(3, "threee")); No new symbols ;) ``` Original comment by `[email protected]`...

``` That works but maybe entry is better than pair() as in: numberNames = map(entry(1, "one"), entry(2, "two"), entry(3, "three")); ``` Original comment by `[email protected]` on 21 Feb 2011 at...

``` > numberNames = map(entry(1, "one"), entry(2, "two"), entry(3, "three")); vote +1 ``` Original comment by `[email protected]` on 2 Mar 2011 at 8:11

``` > numberNames = map(entry(1, "one"), entry(2, "two"), entry(3, "three")); vote +1 numbers = list( 1, 2, 3 ); vote +1 ``` Original comment by `[email protected]` on 29 May 2011...

``` Staff is used as wrapper over Axis2-C Unofficial. and we are building web service client in VS 2010 64 bit. staff Axis2c-Unofficial openssl-1.0.1g combination works with https protocol perfectly...

``` You're right -- a reasonable fix in pylsl would be to have an internal Python loop that calls the blocking system function with shorter timeouts. The only issue with...