# HG changeset patch # User Brian Neal # Date 1593721239 18000 # Node ID e4f02a31925db50284b4d6bb4af27926ffe0e8ad # Parent a893739e9587be648af7ba64bab3f2793341b7fe New blog post for moving simulators to GitHub. diff -r a893739e9587 -r e4f02a31925d content/Coding/032-ww2-simulators-moved-to-github.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/Coding/032-ww2-simulators-moved-to-github.rst Thu Jul 02 15:20:39 2020 -0500 @@ -0,0 +1,29 @@ +My WW-2 Simulators Have Moved to GitHub +####################################### + +:date: 2020-07-02 15:00 +:tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator +:slug: my-ww2-simulators-have-moved-to-github +:author: Brian Neal +:summary: My WW-2 simulators have moved from Bitbucket to Github. + +`Bitbucket is dropping support for Mercurial`_. As a result, I have moved some +of my repositories to Github_. Please update your bookmarks! + +* `M-209`_ - A historically accurate M-209 encryption device simulator written in Python 3. +* Purple_ - A Python simulation of the PURPLE cipher machine used by the Japanese Foreign Office for secure communications before and during World War 2. +* Enigma_ - A historically accurate Enigma Machine simulator written in Python 3. +* `cpp-enigma`_ - A C++ library for working with Enigma machines. + +There are probably still links in the READMEs and documentation to the old +Bitbucket repositories. I will update those as I get time. + +Thanks for your interest! + + +.. _Bitbucket is dropping support for Mercurial: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket +.. _Github: https://github.com/gremmie?repositories +.. _M-209: https://github.com/gremmie/m209 +.. _Purple: https://github.com/gremmie/purple +.. _Enigma: https://github.com/gremmie/enigma +.. _cpp-enigma: https://github.com/gremmie/cpp-enigma