Skip to content

LibriCerule/NIST-Internship-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

NIST Internship Algorithms

Python code written for 2015-2016 NIST Internship under Howard Cohl.

mM Converter

A simple converter written in Python 2.7 that reads in a text file and returns an out.txt file that contains the original file contents with all the lowercase m's replaced with uppercase M's and vice versa.

azAZ Converter

A similarly simple script written in Python 2.7 that reads in a text file and returns an out.txt file that contains the original file contents with lowercase letters replaced with uppercase letters and vice versa.

Execution

mMChange.py:

python2 mMChange.py in.txt

azchange.py:

python2 azchange.py in.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages