Command-line conversion
from .doc to .txt
Conversion from the .doc documents into .txt from the command-line is possible with:
Continue reading: http://blog.kybernetes.sk/jaksa/doc-conversion.html ▷
Software robots
Recent ZDnet article: http://www.zdnet.com/article/the-software-robots-changing-outsourcing-up-to-60-percent-of-the-tasks-can-be-automated/ is dedicated to the problem of software robots.
Continue reading: http://blog.kybernetes.sk/jaksa/software-robots.html ▷
Colors for LaTeX console log
This weekend I wrote short script for optimizing LaTeX console output. I did a lot of TeX-ing in last week, so I was thinking about optimizing my TeX-ing environment. LaTeX console output is quite difficult to follow. But, maybe, it is not so difficult to write a filter to improve it. Here is result:
Continue reading: http://blog.kybernetes.sk/jaksa/texcc.html ▷
Neural Networks Drawing
By weekend I wrote short script for drawing neural networks. I had such a thing in 90-s using angela software for graph drawing, but it’s not working anymore. So, I did look for something to quickly draw NN int .pdf. As I cannot find anything, I wrote this graphviz based script. Here is sample output:
Continue reading: http://blog.kybernetes.sk/jaksa/annviz.html ▷