Push Framework is a C++ library aimed at easing the development of high performance servers. The technical design is perfect to handle situations where a large number of connected clients engage with each others in a real time fashion and the server is required to stream back both direct responses and group broadcasts. Push Framework.
Memory efficient way to store strings in hash maps using boost::array | Jovislab dev blog.
copy from:
http://samiux.blogspot.com/2011/05/howto-nvidia-cuda-toolkit-40-on-ubuntu.html
HOWTO : nVidia CUDA Toolkit 4.0 on Ubuntu 11.04 Desktop
The CUDA Toolkit 4.0 is released on May 2011. If you have nVidia display card that have several CUDAs on it, you will interested in this tutorial. This time, I would like to show you how to install CUDA Toolkit 4.0 on Ubuntu 11.04 Desktop.
You will experience a more faster desktop after the installation of CUDA Toolkit 4....
W przypadku Aptany i pyCharm, warto sprawdzić czy używamy przypadkiem nie używamy Open JDK.
Poziom zmulenia tych aplikacji jest niewiarygodny pod Open JDK.
Zmiana na nieco lepiej:
1 2 sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts zawartość /etc/jvm
1 /usr/lib/jvm/java-6-sun zawartość ~.bash_profile
1 2 export JAVA_HOME=/usr/lib/jvm/java-6-sun export PATH=$PATH:$JAVA_HOME/bin