I made a small Tweeter bot that tweets one Japanese Kana every hour. It's written in Node.js and deployed to Heroku. It turned out easier than expected.
https://twitter.com/kanatweeter
https://github.com/norswap/kana-tweeter
I made a small Tweeter bot that tweets one Japanese Kana every hour. It's written in Node.js and deployed to Heroku. It turned out easier than expected.
https://twitter.com/kanatweeter
https://github.com/norswap/kana-tweeter
As a learning exercise, I implemented the CHAMP (Compressed Hash-Array Mapped Prefix-tree) data structure in Kotlin. Check it here.