Frederick Parkinson House
The Frederick Parkinson House is a historic house located in Wagoner, Oklahoma, United States. It was added to the National Register of Historic Places in 1982.
Frederick Parkinson House | |
Location | Wagoner, Oklahoma |
---|---|
Coordinates | 35°57′48″N 95°22′23″W |
Built | 1897 |
NRHP reference No. | 82003713[1] |
Added to NRHP | July 6, 1982 |
The house was built in 1897. It was home to Fred Parkinson, a prominent merchant in Wagoner.[2]
Citations
- "National Register Information System". National Register of Historic Places. National Park Service. January 23, 2007.
- "Frederick Parkinson House". Oklahoma State University. Retrieved 2008-04-26.
gollark: Denied.
gollark: ... no.
gollark: Thus bad.
gollark: It does NOT allow random access.
gollark: Hmm, so, designoidal idea:- files have the following metadata: filename, last modified time, maybe permissions (I may not actually need this), size, checksum, flags (in case I need this later; probably just compression format?)- each version of a file in an archive has this metadata in front of it- when all the files in some set of data are archived, a header gets written to the end with all the file metadata plus positions- when backup is rerun, the system™️ just checks the last modified time of everything and sees if its local copies are newer, and if so appends them to the end; when it is done a new header is added containing all the files- when a backup needs to be extracted, it just reads the end, finds the latest versions and decompresses stuff at the right offsetThere are some important considerations here: it should be able to deal with damaged/partial files, encryption would be nice to have (it would probably work to just run it through authenticated AES-whatever when writing), adding new files shouldn't require tons of seeking, and it might be necessary to store backups on FAT32 disks so maybe it needs to be able of using multiple files somehow.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.