Configuring your build tool Gradle SBT Ivy Leinengen Configuring your build tool While we encourage Deeplearning4j, ND4J and DataVec users to employ Maven, it’s worthwhile ...
How to Tell the Hard From the Impossible How to Tell the Hard From the Impossible It is our job to do the hard and discern the impossible. From the point of view of most workin...
Installing Boards Manager Prerequisites Instructions Using git version Prerequisites Instructions - Windows 10 Instructions - Other OS Installing Boards Manager This is ...
An Abstraction Emerges(抽象诞生) An Abstraction Emerges(抽象诞生) In fixing the test functions, you’ve introduced several new bits of duplication. Not only does each function have to i...
What you need to know about this book Audience: JavaScript programmers Why should I read this book? How to read this book Sources of this book Glossary Strict mode versus slopp...
Basics Comments Literal Constants Numbers Strings Single Quote Double Quotes Triple Quotes {#triple-quotes} Strings Are Immutable The format method Escape Sequences Raw St...
How to Learn New Skills How to Learn New Skills Learning new skills, especially non-technical ones, is the greatest fun of all. Most companies would have better morale if they ...
Go Makes Things Simple The Go Way Power in Simplicity Go Makes Things Simple If you have built a web application before, you surely know that there arequite a lot of concepts...
Prevent malicious RegEx from overloading your single thread execution One Paragraph Explainer Code Example – Validating exponential time RegEx and using validators instead of RegE...
Beyond the basics Beyond the basics Go has pointers but not pointer arithmetic. You cannot use a pointer variable to walk through the bytes of a string. Go For C++ Progr...