1-10 of 31 hubssort by Hot Best Latest
Java Programming: How to insert a new line in a String
Often, when programming it is useful to manipulate Strings in a way that you need to put a new line in an already existing string or a in a string that you are building. To do this you just need to know that...
0 commentsTop 5 Italian Movies of All Time
8 ½ (1963) was directed by Federico Fellini and it stars Marcello Mastroianni as Guido Anselmi, a famous Italian film director. Shot in black-and-white by cinematographer Gianni di Venanzo, the film features...
10 commentsBest 10 soccer teams of all time
The AC Milan of Sacchi is considered the most powerful club team ever with great players like Van Basten, Gullit, Anceloti, Baresi,... 1. Galli 2. Costacurta 3. Baresi (C) 4. Tassoti 5. Maldini 6....
3 commentsHow to mix Java with Prolog
Java is a great programming language, but it is an imperative programming language and it is difficult to model declarative problems with it. Instead, Prolog is more suitable to handle problems where you need...
1 commentVirtualizing 64-bit Guest on 32-bit Hosts with VMware
Virtualization permits to run different systems on the same machine. Recently, I had to install on the same machine Windows 2003 SP2 and Ubuntu. I decided to use VMware Workstation that supports different...
0 commentsHow to mount a shared folder in Kubuntu with Samba
Samba lets you share files among Linux and Windows. To install samba in Kubuntu just code: sudo apt-get install samba Samba will be installed on your system. Then create a password for you by coding: sudo...
0 commentsHow to start learning functional programming
Functional programming is a programming paradigm where computation is meant as the evaluation of mathematical functions. State and mutable data are avoided . It emphasizes the application of functions, in...
4 commentsHow to install Joomla in Kubuntu
I just installed Joomla in kubuntu 8.10 and it works great! I followed these steps to configure everything (you should first have installed mysql and apache: 1. Download joomla and extract under /var/www/ ...
0 commentsTop 5 books to learn Java
Core Java 1.2: Volume 1 Fundamentals by Gary Cornell, Cay Horstmann (Publisher: Prentice Hall Computer Books) is perfect for experienced programmers, since it covers both the fundamentals and the advanced...
0 commentsSetting up VNC server with resumable sessions in Kubuntu
Resumable sessions are persistent, meanning that even if you disconnect the client, the X session will remain active and you can reconnect to the same session again later. VNC server uses a separate display...
0 comments

