Hi people!
I have created -just for fun- a Node.js web application that provides you a random data science image! Currently, the app is deployed in Heroku but I have limited monthly resources. So, if there is anyone who has premium account and would like to host it for free I would be grateful!
Heroku Application:
http://random-data-science-image.herokuapp.com
Source Code Repository:
http://github.com/efstathios-chatzikyriakidis/random-data-science-image
Images Database Repository:
http://github.com/efstathios-chatzikyriakidis/data-science-images
Happy Hacking!
Ignoring multiline comments with start states in compilers with Flex.
In a previous article I have presented a way for ignoring multiline comments with an old fashion way.
In this article I’ll demonstrate a more elegant Flex-like way for ignoring multiline comments.
Continue reading →