18 Apr
Почему в Глаголе нет возможности создавать постоянные составных видов, за исключением ряда из знаков?
Хорошо бы добавить в задачи, которые преобразуют некоторые знаки цепи в другие (например, “^” в Вывод.Цепь или “#” при чтении цепи знаков преобразователем), возможность исключать это преобразование при помощи добавления определённого знака перед служебным…
Этот текст – отрывок из форума пользователей “Глагола” – [...]
Posted in Fun, Software Development by: Alexey
2 Comments
09 Feb
SVN
SVN
SVN
SVN
SVN
SVN
SVN
SVN
SVN
SVN
SVN
SVN
Posted in Software Development, Work by: Alexey
8 Comments
14 Nov
Finally, Sun relicenses Java under GPL. AFAIK JVM native sources were open (but not under OS certified licence) for quite a while already, but now Sun implementation of JSE is going to be true open source. Great news – long awaited!
Posted in Java, News, Software Development by: Alexey
10 Comments
13 Sep
I’ve passed another Sun Java exam today – Sun Certified Web Component Developer for J2EE 1.4 (310-081). The total score was 78% which is 54 correct answers out of 69. The pass mark is 62%. I’ve spent approximately 4 evenings and around 8 hours during a day for preparation. I used same “real exams” downloaded [...]
Posted in Occurrences, Personal, Software Development by: Alexey
6 Comments
30 Aug
If you have an output of “svn diff” that contains diffs from multiple files and all paths are relative to a certain directory, the way to apply such a patch is
patch -p0
Posted in Software Development by: Alexey
No Comments
22 Jun
I’ve passed the “Sun Certified Business Component Developer for J2EE 1.3″ today. With amazingly high score of 95% (67 of 70 questions answered correctly). I’m saying amazingly because I did not really expect that. My knowledge of EJB 2.0 faded since I last worked with it (back in 2004). What I did to prepare is [...]
Posted in Java, Occurrences, Software Development by: Alexey
8 Comments
17 Jun
Real life mis-spellings (saw them during last two days):
MDB = Massage Driven Bean (sorry this one is Java specific)
… CMMI curses are available … (from a corporate email)
Posted in Fun, Java by: Alexey
No Comments
30 May
Java community oficially responded to my post Three years apart with their triple salute:
“In memory of Alexey”
Interestingly, some of them were drinking russian Baltika!
Poisoned by Russian beer
Posted in Casual, Fun, Java, Work by: Alexey
2 Comments
08 May
Another thing that I would have learnt had a read a Java Language Specification:
There are instance inistialisers in Java
Discovered May 2006
In java, a class can have an instance initialiser, which is executed before constructor is called. I knew about static initialisers that are called when the class is loaded, but never heard about [...]
Posted in Java, Software Development by: Alexey
No Comments
09 Apr
Н
а прошлой неделе я не работал – посещал недельный курс “Object Oriented Analysis and Design using UML”. Хочу поделиться впечатлениями. Первое, и самое удивительное, для меня с российским и кипрским прошлым, это то, как я попал на курс. Как-то раз руководитель проекта попросил меня представить моё продложение по мелкому рефакторингу в виде UML диаграмм. Я [...]
Posted in Software Development, Work by: Alexey
3 Comments