User Datagram Protocol or UDP is a communication protocol for computers that belongs to the Transport Level of the standard OSI model. Together with Internet Protocol (IP), it makes it possible to deliver messages to a network. Unlike the TCP protocol, UDP is a non-connection communication module. It is similar to the postal system, meaning that packets of information (mail) are generally sent...
What is Leafpad
Leafpad is a minimalist text editor for Unix-like operating systems that has little dependency on other software. Leafpad was developed in C and has a graphical user interface based on GTK +. It is distributed in the GNU General Public License as free software. Leafpad is a text editor like Notepad in Windows. Its main features are automatic character recognition of the code character and copy...
What is ZFS
ZFS is a local file system and logical volume manager to direct and control the placement, storage, and retrieval of data in business-class computing systems. ZFS is an advanced file system featuring some exciting features such as: 1. Stored storage Unlike other file systems, ZFS combines the features of a file system and a volume manager. This means that, unlike other file systems, ZFS can...
Linux from Scratch
Unlike classic distributions, it does not come with a CD and does not install with a few clicks but is intended for those who want to know as much about the internal functioning of a Linux SO or those that want a maximum personalization of their distribution. Linux From Scratch (LFS, Linux from Scratch) is a project to create a Linux operating system from source code. The name “Linux From...
What is ICEfaces
ICEfaces is an extension of the Java Server Faces platform that enables Java Enterprise developers to create interactive applications using Ajax technologies, Java language and Java EE platform. One of the strengths of ICEfaces is the transparent integration with Ajax technologies, but especially with Ajax Push, being among the first platforms to support these technologies. ICEfaces, from ICEsoft...
What is Joomla!
Joomla! is a PHP Open Source content management system designed to publish content on inter and net through SQL databases. Joomla! includes features such as performance caching, RSS, web page printing option, cutting-edge news, blogs, surveys, web search, and international location. The name represents the phonetic transcription of the word Swahili “jumla”, meaning...
What is Symfony
Symfony is a written framework in PHP following the MVC (model-view-controller) model. Symfony is a framework for PHP web applications. It is written in PHP and is distributed free under MIT license. This framework is open source, originally released more than fifteen years ago (October 2005), and has become one of the most popular PHP frameworks due to multiple features and proper documentation...
The Haskell programming language
Haskell is a functional programming language. It bears the name of Curry Haskell. Why do we call Haskell a functional language? Because, unlike imperative languages that practically manipulate DATA in the form of whole numbers or values encoded by whole numbers (characters, strings, pointers), functional languages manipulate FUNCTIONS encoded by lambda expressions. And if the functional...
What is Model-view-controller
Model-view-controller (MVC) is an architectural model used in software engineering. MVC is a widespread concept in Web programming. The purpose of MVC is to keep business logic and user interface separate, so those who maintain the application can easily change one’s part without affecting other parts. The Model-View-Controller design concept has emerged as a necessity to translates...
What is CodeIgniter
CodeIgniter is an open-source, web-based framework for rapid application development that helps build dynamic PHP web sites. CodeIgniter is based on model-view-controller (MVC) work architecture but is very flexible and permissive concerning organizing the code. CodeIgniter, on the other hand, focuses on simplicity, both in installation and in development and maintenance. CodeIgniter can be used...