Tagged Questions

1
vote
3answers
127 views

How the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like ‘tail’ in Unix)?

How the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like 'tail' in Unix)? ::#! @echo off call scala %0 %* goto :eof :: …
1
vote
2answers
50 views

Jar files and FAT32

I am doing some analysis for a chunk of a desktop app we're working on. One requirement is that it be able to do i/o of some legacy file formats, which in practice are running as …