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 Books on Combinatorial Optimization
Most problems present combinatorial optimization challenges. What does this mean? It means that with normal computational methods it would not be possibile to solve such problems. The trick is that to solve a...
0 commentsLearn to Cook Mediterranean
Mediterranean cuisine is not only a great way of enjoying life, but is considered one of the most helthiest in the world. The great variety of dishes from italian, french, spanish or balkan cuisines make the...
1 commentHow 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 commentsTop Ten Books on Bioinformatics
This is an essential book that everyone interested in understanding the probabilistic models for proteins and nucleic acids, should read and study. I really recommend it to students starting their studies on...
0 commentsLearn to cook spaghetti alla carbonara in a few steps
In this page I will describe very simple step-by-step instructions on how to cook one of the best italian dishes: spaghetti alla carbonara. It is very easy and at the end you serve delicious food. Be prepared...
4 commentsSome good books on Statistics for Business and Finance
Statistics has a central role not only in Mathematics, Computer Science and Engineering but it holds an essential position in Business and Finance. In order to improve business and financial performance,...
0 commentsBest Books to Learn Python
Python is a great emerging programming language. Here I will descrive some of the most successful books to learn Python. I have found these books an essential start for everybody that wants to learn this...
0 commentsBest Books to Learn LISP
Lisp is the second-oldest high-level programming language in widespread use today; only Fortran is older. It was designed in 1958 by John McCarthy and it quickly became the favored programming language for...
0 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 comment

