write-to-file

There are 10 repositories under write-to-file topic.

  • 007joshie/Password-Safe-Python

    An lightweight encryption based Password Safe. This was a NCEA level 2 High School project coded in Python 3.4.3. This program features the ability to Add / Change / Remove Apps and their passwords associated. Users must create an account, they will login in to their account with an Email address and a Pincode they have choosen.

    Language:Python9301
  • xxlabaza/log-file

    A Java library for working with append-only files

    Language:Java2201
  • anthony7586/Operating-Systems-Concepts-

    1st project utilizes hashing, 2nd read/writes to a file, 3rd builds upon project 2

    Language:C++1100
  • CQURepository/save-object-to-binary-file

    This example shows a simple way to write objects to (and read from) a binary file

    Language:Java0000
  • graemebalint/password_manager

    A GUI to manage all your passwords. It can generate a strong, randomized password if desired. The website credentials are saved to a .txt file.

    Language:Python0101
  • bell-kevin/Mod3StudentScoresInFile

    Ask user for input of names & scores & write that data to a file, with a name on 1 line & the score on the next; it reads that same data file & prints the data; & it finds the low, high, & average of the scores. After the file has been read, calculate & display the lowest, highest, & average scores

    Language:Java10
  • bell-kevin/StudentScoresInFile

    WARNING: THIS FILE IS NOT COMPLETE AND HAS MANY ERRORS Ask user for input of names & scores & write that data to a file, with a name on 1 line & the score on the next; it reads that same data file & prints the data; & it finds the low, high, & average of the scores. After the file has been read, calculate & display the lowest, highest, & average scores.

    Language:Java10
  • bell-kevin/writingAndReadingObjectsWithNumbers

    writing And Reading Objects With Numbers as objects. java 2

    Language:Java10
  • shammill/NameSorter

    Written during a code interview for a job. Takes a file containing a list of names in (FirstName, LastName) format and sorts them by last name and then first name, then exports the list to a file.

    Language:C#10