Journal a la Tech
17 years ago
General
So I'm sitting here at 1:05AM EST and realizing... holy crap, I just recoded an old project of mine in like, no time at all and got farther.
Big deal, really.
Here's the fun part, though:
I'm making a text-based file-transfer client that runs in your system's terminal (X/Dos) and allows a user with Java to send and receive files off a server.
It's pretty simple so far, and uses a randomly selected number to identify each file (it's small scale, but supports up to 9,223,372,036,854,775,807 files). I might have it display the ID in hex, though... easier for the user; thus, file "46,311,972" is "2c2aa24"
I call it..... NoFi.
If you understood the subtle and pathetic humor involved in the name, I give you a cookie.
Big deal, really.
Here's the fun part, though:
I'm making a text-based file-transfer client that runs in your system's terminal (X/Dos) and allows a user with Java to send and receive files off a server.
It's pretty simple so far, and uses a randomly selected number to identify each file (it's small scale, but supports up to 9,223,372,036,854,775,807 files). I might have it display the ID in hex, though... easier for the user; thus, file "46,311,972" is "2c2aa24"
I call it..... NoFi.
If you understood the subtle and pathetic humor involved in the name, I give you a cookie.
FA+
