Saturday, August 24, 2013

Matlab EPS pictures and embedded fonts

Guys, if you found this article and can't read in rus, use google translate, below pretty easy text, most basically about matlab, EPS and inkscape to resolve problem with embedded fonts in EPS

Время от времени я пишу на latex всякий околонаучный бред. Недавно встала задача подготовить качественный текст.... картинки одного формата и в одном размере, хороший текст, хорошие формулы и т.д. Сделав в Matlab-е темплейт для картинок, шрифтов и размера я думал, что можно расслабиться....

Thursday, June 20, 2013

How to store Quartus project in VCS (on git example)

Recently I returned to write vhdl code again and faced against problem how to share project among other developers. Of course we need to track any changes and have ability to store project settings (like chip version, pin, etc). Quartus creates bunch of binary and log files, so what should we store and that not.

Monday, May 6, 2013

Book: Safe C++: How to avoid common mistakes

Recently I bought this one. So short review from me.

Monday, March 11, 2013

cygwin and tar

It was really hard battle. I have ant script with some ivy deps. deps in tar format and I use full path to untar it.

Thursday, March 7, 2013

android-ndk-profiler tweaks

Recently I need to check our software with profiler. I think everyone knows about gprof and Android as Linux small brother has it too. So android-ndk-profiler really usefull thing, but if one use ndk-build script (standart build scripts from NDK) soon one will see that sources stripped...

Thursday, January 24, 2013

Android JNI tips

So many time I thought - wtf with this function signature. Then I found that I can copy signature from .class file. And it was success.

Tuesday, December 11, 2012

git-svn cheat list 2

Small additional about svn git after this one. Sometimes I have svn repo with huge amount of commits (for now I have svn repo with about 50000 commits), clone it is a REAL pain.