03. March 2019
Смена спортивных планов
беговых планов на этот год было много, в первую очередь обьём 2019 километров, много полумарафонов. И трэйлов. Сезон был открыт 23 февраля. И сразу снова закрыт.
Homepage, blog, assorted projects, tools and shameless self advertising
I am freelance software developer and (what a wonder!) develop software for profit (have to pay my bills) and fun (when I get time to do it). I am open to projects in europe (preferably Rhine-Main area ot remote with sane amount of travel). My technology stack includes everything java, android and more recently javascript (and also older and exotic stuff). Manche Beiträge werden auch auf deutsch geschrieben - а иногда и про русски.
03. March 2019
беговых планов на этот год было много, в первую очередь обьём 2019 километров, много полумарафонов. И трэйлов. Сезон был открыт 23 февраля. И сразу снова закрыт.
09. August 2018
Spacing provider is responsible for managemet ef excess spaces - like trailing whitespaces on line ends or after parethesises or whatever. It is created by FormattingModelBuilder
08. August 2018
Every programming language has own needs for formatting to better reflect structure. Oor grammar and syntax is somewhere in between of pascal, java and lisp with square brackets on top - so standart formatter is doing really poor job. We need better one! Anyway - tutroals of jetbrains are very scetchy on this topic so I will try to shine some light on it.
17. June 2018
In the beginning our parser was pretty simple, but progrramming language is complicated, has operators and also expressions. Brute force approach does not work well for big files due to recursion.
03. June 2018
Since out sources are deployed to database, and executerd from there - we would profit from proper module and facet providing configuration (database connection) and predefined directory structure.
24. May 2018
GPDR Erklärung. Muss halt sein. Bitte aufmerksam lesen.
23. May 2018
So, we have a plugin, and it recognizes files by extension. We can write parser now.