Nick Doiron
Nick Doiron
Several months ago, I put together a compiler for another language using CodeMirror and other JavaScript tricks: http://mapplz.com/howandwhy.html I'll take a look at ArnoldC tonight and see what I can...
Check it out! Not 100% but it has printing, variable initialization, variable assignment, and operands: http://mapmeld.github.io/ArnoldC/ Sample programs: ``` IT'S SHOWTIME HEY CHRISTMAS TREE varFalse YOU SET US UP @I...
@Sourcex4447 do you mean running it on another website? Requires jQuery, CodeMirror.js, plus arnoldc.js and arnoldc-compiler.js from that page. Then you'd need to write a file like homepage.js to pass...
Oh, I misunderstood. Can you type some ArnoldC code in that text area and run it? If you're trying to run it outside of the web browser that is a...
Now supports conditionals and loops! It runs the printing 1 to 10 example! http://mapmeld.github.io/ArnoldC/?v=2
@mhashimm do you have an HTML snippet showing the error? If I understand your question, labels should be left-aligned in a form-horizontal. They appear right-aligned in LTR-bootstrap: http://getbootstrap.com/css/#forms-horizontal
@lukeramsden I have an example on https://github.com/mapmeld/koa-passport-example using MongoDB / Mongoose, but you would need to expand on it to have a local login (especially making sure to store a...
Here's a Python script to work off of that JSON file: https://gist.github.com/mapmeld/bc0166952d4a2bace6df2a127db34241 This could work but 5 languages use a UI font which isn't in the JSON edit: workaround for...
Noto split their mono-repo into individual ones. I'm open to bash or Python, github.io or an equivalent github.com URL to be closer to the current one ( ex: https://github.com/notofonts/arabic/raw/gh-pages/fonts/... for...
My update to the PR is to replace `get-fonts.sh` with a Python script (`get-fonts.py`) which downloads from the current Noto builds (for example, Bengali from `https://notofonts.github.io/bengali/fonts/NotoSansBengali/hinted/ttf/NotoSansBengaliUI-Regular.ttf`) There is currently an...