Skip to content

sickRanchez-c137/Flash-Memory-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File:

		combine.py

Date:

		2020 May 24

Description:

		For the files listed under the list file_names
		.. this code combines all the files into the final file
		.. the output file will be named index.html
		.. run combine.py with python
		.. this will combine all the html codes into index.html
		.. .. that can be used as a static code

Suggetions:

		1. Make sure the name of files in the list appears in the order they are needed
		2. Make sure that head.html contains all the heading portions as well as the opening
		.. tag of body
		3. Body tag is close in file tail.html
		4. Any runnable script should be placed in the tail.html file
		5. The goal is to have a single html file that combines all the separate html files
		6. Make a list of all the filenames at the start of body section. This should link
		 .. to the respective section of the descrition later

File Names =

		[
			'nvm_introduction.html',
			'magnetic_disk.html',
			'sram.html',
			'dram.html',
			'fram.html',
			'rram.html',
			'flash.html',
			'mram.html',
			'pcm.html',
			'optane.html',
			'flash_security.html',
			'sram_dram_security.html',
			'flash_puf.html',
			'flash_sanitization_paper.html',
			'ssd_papers_study.html',
			'file_system_study.html',
			'other_study.html'
		]

Alternate link for project is found at https://sickranchez-c137.github.io/Flash-Memory-Research/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published