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

July 2025

S M T W T F S
  12345
6789 1011 12
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 15th, 2025 08:41 pm
Powered by Dreamwidth Studios