Categories
C#

Introduction to image processing (Zoom in algorithm)

Image processing is one of the interesting and obviously important area of the computer science. Image processing also is one of the oldest and ubiquitous area in the computer science which is employed by other areas as well. This blog just explains about the practical side of the image processing or generally every matter in […]

Categories
C/C++

Socket programming in Linux with GCC

Linux is the paradise of programmers. It facilitates programmers with the numerous tools and flexibility. Programmers easily can develop and test their code in Linux freely. Linux has many compilers and programming languages which majority of them are freely available with good documentation, by contrast of Windows. This post demonstrates of how to write simple […]

Categories
C/C++ Linux

How to make simple Makefile

In programming is very necessary to compile the application quickly after applying some changes in your source code. In other words, after modification you need to compile your code again to test it to see is it working or not. It is obvious that just some parts of the code have been changed not all […]

Categories
Java

Singleton Design Pattern

Design pattern is a part of object oriented programming which sometimes is difficult to understand or find a logical reason to apply them. Overall, up to now design pattern was not that much useful for me and just makes my application really complex and in some extends difficult to understand. Anyway, today I am writing […]

Categories
Java

Java Email API

If you want to integrate email application in your java program or like me you want to reinvent wheel for curiosity, you can use Java mail API. This API is available on Oracle website and free to download. So you can download it and add to your application to facilitate it with built in email. […]

Categories
C/C++

19 C++ hints

This post probably is one of the longest post in this blog. The truth is that I wrote this document for me to remind my C++ knowledge and in the middle of writing this document I thought about add it in blog. It is not completed yet since I have not finished my review. I […]

Exit mobile version