Andrey Hihlovskiy
Professional blog on groovy, gradle, Java, Javascript and other stuff.
Tag Archives: open-source
gradle-onejar plugin version 0.0.5 is out!
January 23, 2014
Posted by on I just released gradle-onejar plugin version 0.0.5!
The sources are available at https://github.com/akhikhl/gradle-onejar.
gradle-onejar is a gradle plugin, automating assembly of java application to a single runnable jar.
The plugin is available in maven central under coordinates “org.akhikhl.gradle-onejar:gradle-onejar:0.0.5”
It has many configuration options, described in online documentation.
Your comments and suggestions are welcome – here and at github!
ConvNetJS – Deep Learning in your browser
January 13, 2014
Posted by on http://cs.stanford.edu/people/karpathy/convnetjs/
This is truly amazing project. Right in your browser you can start neural network and see how it learns. Source code included – excellent starting point for study and collaboration!
Recent Comments