news.dartlang.org
Dart News & Updates: 5% smaller output from dart2js
http://news.dartlang.org/2015/08/5-smaller-output-from-dart2js.html
Dart News and Updates. Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. Tuesday, August 11, 2015. 5% smaller output from dart2js. Dart2js now produces up to 5% smaller output in the latest dev channel release. Of the Dart SDK. We are making the new improved namer available on dev channel to get early feedback from you in time before the first release of 1.12 on the stable channel expected later this summer. Pleas...Dart ...
news.dartlang.org
Dart News & Updates: Dart Developer Summit videos now available
http://news.dartlang.org/2015/05/dart-developer-summit-videos-now.html
Dart News and Updates. Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. Monday, May 11, 2015. Dart Developer Summit videos now available. Dart developers met in San Francisco for two days in April 2015 to share stories, meet engineers, and learn about how to deploy Dart for the web, server, and mobile. If you missed the event, don't worry. You can now watch all the Dart Developer Summit presentations on YouTube. The team...
thedet.wordpress.com
Functors, Monads, Applicatives – taking Monad apart | de.velopmind | The Det about Programming
https://thedet.wordpress.com/2013/01/21/functors-monads-applicatives-taking-monad-apart-draft
Developmind The Det about Programming. January 21, 2013. Functors, Monads, Applicatives taking Monad apart. 8212; de.velopmind @ 1:22 am. Welcome to a new (and long overdue) article in the series around Functors, Monads and Applicatives. As promised in the last article. We will have now a closer look at Monads. I think it would be good if you read the last post again. We talked about the two type variables A and B that form the signature of the function given to. Is only a special case of the more general.
grobmeier.de
Products
https://www.grobmeier.de/en/products.html
Order your copy here. Things we have built! Time and Bill is a time tracking application. Which runs in the cloud. Build with Java, Apache Cayenne, Apache Struts and AngularJS. Mobile apps are build with Apache Cordoca and RoadcrewJS. We were not happy with the current fashion for geeks, so we made our own. A python / planet experiment focusing on the new programming language of Google: Dart. Visite the planet at www.dartosphere.org. A shop, where some e-books. All contents of this website.
thedet.wordpress.com
Functors, Monads, Applicatives – can be so simple | de.velopmind | The Det about Programming
https://thedet.wordpress.com/2012/04/28/functors-monads-applicatives-can-be-so-simple
Developmind The Det about Programming. April 28, 2012. Functors, Monads, Applicatives – can be so simple. 8212; Tags: Applicative. 8212; de.velopmind @ 5:37 pm. These concepts, what in the end is helpful. You can read an article, think, read some other perspective, come back to the first article again, a.s.o. Given some type constructor C. And two types A and B, we want to apply functions of type C[A]= C[B]. A) ( A= B ) = ( C[A]= C[B] ). B) ( A= C[B] ) = ( C[A]= C[B] ). C) ( C[A= B] ) = ( C[A]= C[B] ).
news.dartlang.org
Dart News & Updates: Dart 1.9: The release you’ve been await-ing for
http://news.dartlang.org/2015/03/dart-19-release-youve-been-await-ing-for.html
Dart News and Updates. Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. Thursday, March 26, 2015. Dart 1.9: The release you’ve been await-ing for. Asynchronous programming is everywhere – user interaction, network access, file I/O. Dart simplifies and enhances these scenarios with the 1.9 release. Today’s release introduces. Expressions built on top of our existing. Make implementing the same functionality straightforward.
news.dartlang.org
Dart News & Updates: Null-aware operators and generalized tear-offs in Dart
http://news.dartlang.org/2015/06/null-aware-operators-and-generalized.html
Dart News and Updates. Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. Thursday, June 18, 2015. Null-aware operators and generalized tear-offs in Dart. Yesterday, on June 17, 2015, the 109th Ecma General Assembly approved the ECMA-408 3rd edition - Dart Programming Language Specification. Main additions to the 3rd edition of the spec are. Null-aware operators are currently being implemented. And tear-offs will follow.
femgeekz.blogspot.com
* Techie(S)pArK *: June 2012
http://femgeekz.blogspot.com/2012_06_01_archive.html
Learn Unlearn. Relearn. Wednesday, 27 June 2012. Hadoop Hangover: Introduction To Apache Bigtop and Installing Hive, HBase and Pig. In the previous post we learnt how easy it was to install Hadoop with Apache Bigtop! We know its not just Hadoop and there are sub-projects around the table! So, lets have a look at how to install Hive, Hbase and Pig in this post. Before rowing your boat. Please follow the previous post and get ready with Hadoop installed! Follow the link for previous post:. And HDFS doesn't...
fromlabs.org
From Labs: febbraio 2012
http://www.fromlabs.org/2012_02_01_archive.html
Mercoledì, febbraio 22, 2012. Connect to an external PostgreSQL server. For security reasons PostgreSQL server doesn't permit access from a remote client. If I try to connect to my db server using a JDBC client, this error comes out:. PostgreSQL server won't let you to connect from an computer other than localhost. FATAL: no pg hba.conf entry for host "192.168.1.10", user "postgres", database "xxx", SSL off. Host all all 192.168.1.10/32 md5. Or if I want to allow all the IP of my subnet:.
fromlabs.org
From Labs: Dart specification: classes
http://www.fromlabs.org/2012/03/dart-specification-classes.html
Mercoledì, marzo 14, 2012. A class defines the form and behavior of a set of objects which are its instances. StaticFinalDeclaration (',' staticFinalDeclaration)*. A class has constructors, instance members and static members. The instance members of a class are its instance methods, getters, setters and instance variables. The static members of a class are its static methods, getters, setters and static variables. In Dart a class is abstract if is explicitly declared with the. Class AbstractClass1 { abs...
SOCIAL ENGAGEMENT