­
­

JAVA - Packages

Packages are used in Java in order to prevent naming conflicts, to control access, to make searching/locating and usage of classes, interfaces, enumerations and annotations easier, etc. A Package can be defined as a grouping of related types (classes, interfaces, enumerations and annotations ) providing access protection and name space management. Some of the existing packages in Java are:: java.lang - bundles the fundamental...

Continue Reading

Image Processing - Blur Filtering Technology

When I talk about image filtering i'm usually referring to something different than Instagram filters, so today i'll share with you some information i gathered  from the internet and some books about image processing in general and low level filters and i'll take blur as an example. to create a blurring effect, the image processing software uses something called Gaussian Blur( Gaussian smoothing...

Continue Reading

Getting Started With Linux - Common Networking Services In Linux/Unix Like Systems

ftp
In this article i'll try to give you a simple summary about the common networking services used in Linux systems. The services mentioned in this article are by no mean necessary to know these are just the ones i got to know why studying Linux at the university and i wrote a small essay about them as a part of my grading report....

Continue Reading

Popular Posts