This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the generator singleton | |
const generatorSingleton = (() => { | |
function getUniqueInstance() { | |
if (!instance) { | |
instance = this.getLetterRepresenations(); | |
} | |
return instance; | |
} | |
let instance = null; | |
return {getUniqueInstance}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<map version="1.1.0"> | |
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net --> | |
<node BACKGROUND_COLOR="#99ff99" CREATED="1458015007312" ID="ID_1619910941" MODIFIED="1458536974209" STYLE="bubble"> | |
<richcontent TYPE="NODE"><html> | |
<head> | |
</head> | |
<body> | |
<p style="text-align: center"> | |
FreeMind |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.json | |
json_example as xml.xml |