1-10 of 31 hubssort by Hot Best Latest

highway star profile image75

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 comments    java string programming language
highway star profile image58

Top 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 comments    local search stochastic
highway star profile image60

Learn 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 comment    diet recipes mediterranean
highway star profile image71

How 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 comments    programming functions functional
highway star profile image52

Top 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 comments    bioinformatics molecular biology
highway star profile image61

Learn 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 comments    cook cheese garlic
highway star profile image60

Some 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 comments    business financial statistics
highway star profile image62

Best 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 comments    language programming developer
highway star profile image53

Best 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 comments    technology language programming
highway star profile image65

How 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    language programming java
working