annotate 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 |
rev |
line source |
bgneal@23
|
1 My WW-2 Simulators Have Moved to GitHub
|
bgneal@23
|
2 #######################################
|
bgneal@23
|
3
|
bgneal@23
|
4 :date: 2020-07-02 15:00
|
bgneal@23
|
5 :tags: Enigma, Py-Enigma, m209, Purple, Cpp-Enigma, simulator
|
bgneal@23
|
6 :slug: my-ww2-simulators-have-moved-to-github
|
bgneal@23
|
7 :author: Brian Neal
|
bgneal@23
|
8 :summary: My WW-2 simulators have moved from Bitbucket to Github.
|
bgneal@23
|
9
|
bgneal@23
|
10 `Bitbucket is dropping support for Mercurial`_. As a result, I have moved some
|
bgneal@23
|
11 of my repositories to Github_. Please update your bookmarks!
|
bgneal@23
|
12
|
bgneal@23
|
13 * `M-209`_ - A historically accurate M-209 encryption device simulator written in Python 3.
|
bgneal@23
|
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.
|
bgneal@23
|
15 * Enigma_ - A historically accurate Enigma Machine simulator written in Python 3.
|
bgneal@23
|
16 * `cpp-enigma`_ - A C++ library for working with Enigma machines.
|
bgneal@23
|
17
|
bgneal@23
|
18 There are probably still links in the READMEs and documentation to the old
|
bgneal@23
|
19 Bitbucket repositories. I will update those as I get time.
|
bgneal@23
|
20
|
bgneal@23
|
21 Thanks for your interest!
|
bgneal@23
|
22
|
bgneal@23
|
23
|
bgneal@23
|
24 .. _Bitbucket is dropping support for Mercurial: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
|
bgneal@23
|
25 .. _Github: https://github.com/gremmie?repositories
|
bgneal@23
|
26 .. _M-209: https://github.com/gremmie/m209
|
bgneal@23
|
27 .. _Purple: https://github.com/gremmie/purple
|
bgneal@23
|
28 .. _Enigma: https://github.com/gremmie/enigma
|
bgneal@23
|
29 .. _cpp-enigma: https://github.com/gremmie/cpp-enigma
|