Practical Code Solutions
Solutions and Ideas on Programming, Statistics and Networking
Sunday, September 6, 2015
Deleting a page of a pdf file in Ubuntu
›
Suppose you have a pdf file with many pages and you want to delete a single page (or a list of pages) from this file in Ubuntu. You can fi...
Wednesday, September 2, 2015
Parallel Numeric Integration using Python Multiprocessing Library
›
Parallel algorithms can divide a problem on several cores. Some algorithms can easly divide a problem into smaller ones such as matrix ca...
Sunday, August 30, 2015
Overloading Constructor in Python Classes
›
In Python, the constructor __init__ can not be overloaded. If you are a Java or C++ programmer, you probably used this facility before bec...
Tuesday, August 25, 2015
Lisp for the C++ programmer: Numerical Integration
›
In the series of Lisp for the C++ programmer , we present some Common Lisp examples in a way similar to examples which are written in C++ ...
Lisp for the C++ programmer: Changing an element of a list
›
Here is the example of changing an element of a Common Lisp List and its equivalent code in C++ typed as List comment. ; #include ...
1 comment:
‹
›
Home
View web version