排序
How to do Deep Learning for Java?
How to do Deep Learning for Java?, Introduction Some time ago I came across this life-cycle management tool (or cloud service) called Valohai and I was quite impressed by its user-...
Polymorphism: Elixir vs. Java
Polymorphism: Elixir vs. Java, Introduction This post seeks to enhance the understanding of Elixir protocols by comparing them to class hierarchies in Java. Though the two language...
Resources to learn Functional Programming
Resources to learn Functional Programming,For someone practicing OO #programming for years, what books/resources they should pick to learn #functional programming? java #javascript...
AOSP Pure Launcher
AOSP Pure Launcher,A pure Android Launcher Based on AOSP Pie Launcher3 Source Code: Check the github project here 原文链接:AOSP Pure Launcher
Version Your Database / Future Directions
Version Your Database / Future Directions,Hi all, as I want to release version 1.0.0 of SirixDB[1] soon, but lack an Open Source community sadly I wanted to discuss here what you t...
Setting up Spring Security with Azure Active Directory
Setting up Spring Security with Azure Active Directory,Below are the settings to configure a Spring Boot web app to use Azure Active Directory authentication. App is based on sprin...
Java Daily Coding Problem #007
Java Daily Coding Problem #007, Daily Coding Problems in Java (8 Part Series) 1 Java Daily Coding Problem #001 2 Java Daily Coding Problem #002 ... 4 more parts... 3 Java Daily Cod...
How a Video-Game launched up a little Business!
How a Video-Game launched up a little Business!,Hello all! I’d like to formely introduce myself as I’ve got a story I care much to share with you all. My name is Shanyu Juneja, I...
To align assignments or not?
To align assignments or not?,If you've looked at the code of some well-known maintained C/C++ open source projects, you may have noticed that whenever there are multiple variable a...
WildFly as Windows Service
WildFly as Windows Service,WildFly application server is configured via DevOps sometimes that means they need to configure as windows service and is another technique for running t...
Archivos de propiedades en Java
Archivos de propiedades en Java,Muchas veces necesítanos conservar información después de la ejecución de nuestros programas y el utilizar una base de datos para una pequeña a...
In-Memory Performance for Big Data
In-Memory Performance for Big Data,This paper is really interesting -- pointer swizzling for traditional database systems with a Buffer Manager to compete with in-memory databases ...