Dec. 13th, 2016

juan_gandhi: (VP)
    for (int i = 0; i < weightColumns.size(); i++) {
      this.weights[i] = new DlColumn<>("fv" + i, weightColumns.get(i));
      i++;
    }


(consider it a tentative interview question)

wtf

Dec. 13th, 2016 05:39 pm
juan_gandhi: (VP)
scala> "x:".split(":")
res1: Array[String] = Array(x)

scala> ":y".split(":")
res2: Array[String] = Array("", y)

scala> ":".split(":")
res3: Array[String] = Array()

scala> "".split(":")
res4: Array[String] = Array("")

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

November 2025

S M T W T F S
       1
23456 7 8
9 1011 12 1314 15
16171819 202122
23242526272829
30      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Nov. 21st, 2025 07:42 am
Powered by Dreamwidth Studios