Archives mensuelles : novembre 2018

From Java to Scala : some examples

Here is little article discussing about how to turn a Java code into a Scala code. Java code : import java.util.List;   public class Bob {   private final List<String> preferedMatters; private final List<String> neutralMatters; private final List<String> hatedMatters;   … Continuer la lecture

Publié dans Non classé | Laisser un commentaire

Install Minishift on Windows 10 with Hyper-V

1) Setting Up the Hyper-V Driver – Install Hyper-V in Windows 10. See Windows instructions. – Add the user to the local Hyper-V Administrators group. PS command : ([adsi] »WinNT://./Administrateurs Hyper-V,group »).Add(« WinNT://$env:UserDomain/$env:Username,user ») – Add an External Virtual Switch. Identify first the net … Continuer la lecture

Publié dans Non classé | Laisser un commentaire