Jump to content

Fun little programs (java)

mockedarche

So last semester of college I "learned" java. I know it a fair bit enough to really start coding. I made a sorting "program" that reads in a file and then places each line based on the first letter into a new file. It then reads in each of these new Char files and sorts it then outputs it to a final file in order. I went through quiet a few iterations to make it faster and simply put I want some things I can code out that are interesting but not extreme. I'm not trying to make anymore guis but overall shoot any ideas you got. Remember I learned all I know in a semester lol. Thank you!

Link to comment
Share on other sites

Link to post
Share on other sites

How about something that can generate file hashes and then compare them later? You would have to research how to get a hash from a file, how to store those, how to align the files later and compare. You could then extend and improve it i.e. by adding multi threading.

Link to comment
Share on other sites

Link to post
Share on other sites

On 6/1/2020 at 2:49 PM, Lordess said:

How about something that can generate file hashes and then compare them later? You would have to research how to get a hash from a file, how to store those, how to align the files later and compare. You could then extend and improve it i.e. by adding multi threading.

That actually sounds quite interesting. Thank you

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×