cmorse:master

Last commit made on 2018-09-29
Get this branch:
git clone -b master https://git.launchpad.net/cmorse

Branch merges

Branch information

Name:
master
Repository:
lp:cmorse

Recent commits

4ee7d80... by Jacek Wieczorek

Update readme

7241b8f... by Jacek Wieczorek

Create CODE_OF_CONDUCT.md

09ca00f... by Jacek Wieczorek

Improve indentation

7dd56b0... by Jacek Wieczorek

Manpages generation from markdown files (https://github.com/Jacajack/cmorse/issues/8)

9ad496a... by Jacek Wieczorek

Merge pull request #3 from jconard3/dockerfile

Dockerfile for Development and Testing

b6c4837... by Jordan Conard

Fixing README markup under Docker section.

be96371... by Jordan Conard

Added README information on building/developing with docker.

a3d92bd... by Jordan Conard

Created Dockerfile for building source and development testing.

3e3d0e0... by Jacek Wieczorek

Merge pull request #2 from jconard3/reorder_morse_pseudohash

Reordered Morse Pseudohash with Letter Frequency Analysis

23b99b2... by Jordan Conard

Reordered morse pseudohash using letter frequency analysis table found at https://en.wikipedia.org/wiki/Letter_frequency in an effort to reduce the number of loop iterations encrypt takes to find a key.