| type | extensions | |
| Drools Rule Language | .drl | |
| Drools XML Rule Language | .xdrl | |
| Drools DSL | .dsl | |
| Drools DSL Rule | .dslr | |
| Drools Rule Flow Language | .rf | |
| jBPM BPMN2 Language | .bpmn, .bpmn2 | |
| Decision Table | .xls | |
| Binary Package | .pkg | |
| Drools Business Rule Language | .brl | |
| Change Set | .xcs | |
| XSD | .xsd | |
| Predictive Model Markup Language | .pmml | |
| Knowledge Descriptor | .descr |
Pure Virtual
piątek, 22 lutego 2013
File extensions recognized by Drools
Just in case anybody else needs it. I didn't know why KieRepository didn't pick up one file, of course I had a typo in file extension.
List is copied from org.drools.builder.ResourceType.
niedziela, 14 października 2012
WINE oneliners
fixme:d3dcompiler:D3DCompile data data_size 424, filename "memory", defines (nil), include 0x32ed50, entrypoint "VShad",is solved by
winetricks d3dcompiler_43
Switching to multi-arch on NVidia amd64 systems
The following packages have unmet dependencies:
nvidia-glx : Depends: xserver-xorg-video-nvidia (= 304.60-1) but it is not going to be installed
Recommends: nvidia-settings
Recommends: libgl1-nvidia-glx-i386 but it is not installable
Conflicts: nvidia-glx:i386 but 304.60-1 is to be installed
or
"err:module:load_builtin_dll failed to load .so lib for builtin L"opengl32.dll": libGL.so.1: cannot open shared object file: No such file or directory"
"Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly"is fixed by
sudo dpkg --add-architecture i386 sudo apt-get update #remove ALL nvidia related packages dpkg -l *nvidia* |cut -f 3 -d ' '|grep -v any|grep nvidia|xargs sudo apt-get purge -y #install the driver just for amd64 sudo apt-get install nvidia-glx #install the openGl libs for both archs sudo apt-get install libgl1-nvidia-glx libgl1-nvidia-glx:i386
czwartek, 14 czerwca 2012
Java Classes Fun Fact
java.lang.NoClassDefFoundError can be caused by runtime exception (i.e. NPE) in static initialization blocks or even variable initialization of class you are trying to use.
czwartek, 9 lutego 2012
Reading outlook .msg files under Linux
Got an email in format unreadable for your mail reader?
I always forget that there is great tool for doing just that: http://code.google.com/p/ruby-msg/
I always forget that there is great tool for doing just that: http://code.google.com/p/ruby-msg/
sobota, 7 stycznia 2012
Valgrind - "client switching stacks"
If you ever start to receiving following warning from Valgrind:
One additional, much more obvious tip, use "-fno-inline" when building C++ binaries for use with valgrind, otherwise there won't be line numbers in stacktraces for any template functions.
Warning: client switching stacks?Followed by many error messages like "Invalid read/write" containing a note: "Address is on thread 1's stack" then the cause is very simple. You are just allocating too large variables on stack - in my case I had too large array, as local variable, in one of functions. If you can't or don't want to use heap it is possible to tune valgrind with "--max-stackframe" parameter i.e.
valgrind --max-stackframe=10485760 ./a.outThis will prevent false positive detection of stack switching up to 10MB.
One additional, much more obvious tip, use "-fno-inline" when building C++ binaries for use with valgrind, otherwise there won't be line numbers in stacktraces for any template functions.
wtorek, 14 czerwca 2011
Subversion not working under Netbeans on fresh linux system
Simple and annoying bug. Solution:
http://stackoverflow.com/questions/1679099/netbeans-subversion-authentication-failed
http://stackoverflow.com/questions/1679099/netbeans-subversion-authentication-failed
poniedziałek, 7 marca 2011
Cytat dnia - 07.03.2011
Linia będzie dwutorowa, co oznacza, że pociągi będą mogły jeździć wahadłowo, bez oczekiwania na wolny torKazimierz Netka, "Echo miasta"
Mam nadzieje, że wpisów w tej kategorii za dużo nie będzie.
Subskrybuj:
Posty (Atom)