comparison content/Coding/032-ww2-simulators-moved-to-github.rst @ 23:e4f02a31925d

New blog post for moving simulators to GitHub.
author Brian Neal <bgneal@gmail.com>
date Thu, 02 Jul 2020 15:20:39 -0500
parents
children ae90dc3de83d
comparison
equal deleted inserted replaced
22:a893739e9587 23:e4f02a31925d
1 My WW-2 Simulators Have Moved to GitHub
2 #######################################
3
4 :date: 2020-07-02 15:00
5 :tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator
6 :slug: my-ww2-simulators-have-moved-to-github
7 :author: Brian Neal
8 :summary: My WW-2 simulators have moved from Bitbucket to Github.
9
10 `Bitbucket is dropping support for Mercurial`_. As a result, I have moved some
11 of my repositories to Github_. Please update your bookmarks!
12
13 * `M-209`_ - A historically accurate M-209 encryption device simulator written in Python 3.
14 * Purple_ - A Python simulation of the PURPLE cipher machine used by the Japanese Foreign Office for secure communications before and during World War 2.
15 * Enigma_ - A historically accurate Enigma Machine simulator written in Python 3.
16 * `cpp-enigma`_ - A C++ library for working with Enigma machines.
17
18 There are probably still links in the READMEs and documentation to the old
19 Bitbucket repositories. I will update those as I get time.
20
21 Thanks for your interest!
22
23
24 .. _Bitbucket is dropping support for Mercurial: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
25 .. _Github: https://github.com/gremmie?repositories
26 .. _M-209: https://github.com/gremmie/m209
27 .. _Purple: https://github.com/gremmie/purple
28 .. _Enigma: https://github.com/gremmie/enigma
29 .. _cpp-enigma: https://github.com/gremmie/cpp-enigma