Skip to content

Commit

Permalink
lastMonth stat
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Oct 20, 2023
1 parent b315784 commit fdf5114
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,19 @@ object TTNReader {
.zipWithIndex
.map(_.swap)

println("nonWlmTtns: " + nonWlmTtns.size)
println("no wWlm ttns: " + nonWlmTtns.size)
// nonWlmTtns.foreach(println)
// val receivers = ttnsLastMonth.map(_.receiverContact).distinct.sorted
// println("receivers: " + receivers.size)
// receivers.foreach(println)

// ttns2023
// .filter(x => x.receiverContact.contains("380683381211") && x.year == "2023")
// .sortBy(_.yyMmDd).zipWithIndex
// .foreach { case (t, i) =>
// println(s"${i+1}. ${t.date}, ${t.description}, ${t.mass}, ${t.cost}, ${t.receiverContact}")
// }

}

private def readDir(dir: File): Seq[TTN] = {
Expand Down

0 comments on commit fdf5114

Please sign in to comment.