I need a small open source project (JVM) with exte...
# random
o
I need a small open source project (JVM) with extensive use of File/Path API. Something doing with files in various ways. Could be a tool or a library. I need to validate some assumptions for multiplatform kotlin file system package. Any ideas what I could be looking for on GitHub?
d
If someone has written a shell in Kotlin that might be a promising avenue.
o
That might be too complicated for a start 🙂 One idea I’ve got is duplicate file finder, but then it is using only read operations
d
The only thing I could offer is my jpeg tool but all it does is read all the bytes then manipulate them in memory. And for writing it just writes fills a bytearray then writes that, so probably not particularly useful either. (If you’re looking for usages of bit manipulation it’s probably a decent source though 🧌 )
o
@ilya.gorbunov ^^ re bit manipulations
r
maybe a webdav implementation
o
WebDAV is more struggling with xml namespaces than file systems
👆 1