magic tts code for console

var msg = new SpeechSynthesisUtterance('Hello World'); window.speechSynthesis.speak(msg); https://developers.google.com/web/updates/2014/01/Web-apps-that-talk-Introduction-to-the-Speech-Synthesis-API

0 Comments

Decode a famous website

Many news medien encode their paid text, but some of them has very simple encode mechanism. :D I wrote the following code to decode a famous webseite.  Just copy following…

0 Comments

Cassandra, Python, R, Node.js

It is quite nice, that Cassandra has driver for Python, R and Node.js. If you want to build a website with Cassandra DB which has also heavily scientific programming, I…

0 Comments

Python vs. R

It is very difficult to say which one I like more. Jupter vs. RMarkdown RMarkDown: quick edit for beautiful report, compile is slow Jupyter: console in web, flexible, but sometimes…

0 Comments

Install Jupyter Kernel

1. How to install ipython 3 kernel to jupyter? + install Anaconda 3 + copy "Jupyter notebook" symbol to desktop + right click -> "property" -> "start in" change to…

0 Comments