From 9d0e73622cc511f4844283f3422e3fc9abf5a1b0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 30 Jan 2016 12:00:16 +0000 Subject: [PATCH] Add project links --- templates/projects/bsod-enabler.md | 8 +++++++- templates/projects/hipchat-emoticons-for-all.md | 6 +++++- templates/projects/morse-code-decoder.md | 10 ++++++---- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/templates/projects/bsod-enabler.md b/templates/projects/bsod-enabler.md index e4745b4..c9123f3 100644 --- a/templates/projects/bsod-enabler.md +++ b/templates/projects/bsod-enabler.md @@ -10,4 +10,10 @@ Obviously there are many different ways, and probably far better ways of doing t Below you can find a download link to the application, as well as a link to the source code. I am hoping to upgrade the project in the future to allow for automated triggering, a much faster UI, with options, as well as a simple one-click setup and BSOD. -### Links coming soon! + +
+

+ Download BSOD Enabler Here + View on Github +

+
diff --git a/templates/projects/hipchat-emoticons-for-all.md b/templates/projects/hipchat-emoticons-for-all.md index 44be9e4..9370c80 100644 --- a/templates/projects/hipchat-emoticons-for-all.md +++ b/templates/projects/hipchat-emoticons-for-all.md @@ -10,4 +10,8 @@ Fortunately after many hours of testing, and changing the code, I finally got ev Currently the application is in very beta stages right now, only having tested partial support for github, but the code is all available on GitHub, if people have their own suggestions of improvements. -#### Links coming soon +
+

+ View on Github +

+
diff --git a/templates/projects/morse-code-decoder.md b/templates/projects/morse-code-decoder.md index 951d9c9..76a52b1 100644 --- a/templates/projects/morse-code-decoder.md +++ b/templates/projects/morse-code-decoder.md @@ -1,13 +1,15 @@ # Morse Code Decoder -It's not often someone will need to decode text into morse code (and visa-versa), but if I had something like this when I needed it, it would have saved me hours of time! I originally wrote this code for the Student Robotics 2015 Entry, to convert a string message into a morse code message that would be transmitted using LEDs, for aestetics and debugging. Unfortunately due to a fixed time frame, this idea was scraped before it could be fully implemented. Fortunately the decoder worked perfectly! +It's not often someone will need to decode text into morse code (and visa-versa), but if I had something like this when I needed it, it would have saved me hours of time! + +I originally wrote this code for the [Student Robotics 2015]({% url 'robotics:2015-index' %}) Entry, to convert a string message into a morse code message that would be transmitted using LEDs, for aestetics and debugging. Unfortunately due to a fixed time frame, this idea was scraped before it could be fully implemented. Fortunately the decoder worked perfectly! -Originally I had written the code in python, but to make it much more useful for people, I've removed the decoding part of the code, and converted the information into JSON, so it can be used in a variety of different languages easily. ## Usage -Because the format is JSON, the library can be used in a wide variety of different languages. Just make sure to look up how to read JSON files in your chosen language, and it should work perfectly! +In order to make it accessable for as many people in as many different languages as possible, the data is in JSON format. Just find a JSON library for your desired language, and it'll work perfectly! The source of the library is on github as a gist. I recommend downloading the file to use yourself, however for testing you can use githubs raw view as a hotlink. -### Links coming soon! + +