Lua

See the following -

An Introduction to Libral, a Systems Management Library for Linux

Linux, in keeping with Unix traditions, doesn't have a comprehensive systems management API. Instead, management is done through a variety of special-purpose tools and APIs, all with their own conventions and idiosyncrasies. That makes scripting even simple systems-management tasks difficult and brittle. For example, changing the login shell of the "app" user is done by running usermod -s /sbin/nologin app. This works great until it is attempted on a system that does not have an app user. To fix the ensuing failure, the enterprising script writer might now resort to...

Oracle And Eclipse Foundation Urge Developers To Code For M2M

Adrian Bridgwater | Dr. Dobb's | March 15, 2013

Given the girth and weight of Oracle's efforts to focus on the OpenWorld side of its annual developer and user conference program, it is perhaps easy to miss some of the extended news elements emanating from the JavaOne side of the firm's now Sun-enriched technology stack. Read More »

What Is Deep Learning, and Why Should You Care About It?

Whether it's Google's headline-grabbing DeepMind AlphaGo victory, or Apple's weaving of "using deep neural network technology" into iOS 10, deep learning and artificial intelligence are all the rage these days, promising to take applications to new heights in how they interact with us mere mortals. To go deeper (yes, I went there) on the subject, I reached out to the team at the deep learning-focused company Skymind, creators of Deep Learning For Java (DL4J), and authors of the recently released O'Reilly book Deep Learning: A Practitioner's Approach, Josh Patterson and Adam Gibson...