Home Search

machine learning - search results

If you're not happy with the results, please do another search
C++ (1) - Introduction

Introduction to C++ Programming Language

0
  Hello… A new long journey with another great programming language: C++. C++ is a high-level, general-purpose, object-oriented, and compiled programming language. It was invented by...
Perl - Introduction

Introduction to Perl Programming Language

1
After talking about the Python language as the first of three possible representatives for the P layer of the LAMP stack, it is time...
Linux Shell Scripting for Network

Learn To Write Linux Shell Scripts for Network

0
"Doesn't deserve to be born, who live only for himself." An Arabian Saying. Computer networking is analogous to what we see in our life. Nobody...
variables in linux shell scripting

Learn about Variable in Linux Shell Scripting

0
“Change is the essence of life; be willing to surrender what you are for what you could become.” Reinhold Niebuhr Variables are named memory locations...
Linux Shell Scripting (3)

Writing Your First Script in Linux Shell Scripting

1
Now, the show starts… enjoy!! We know that a shell script is a collection of Linux commands saved together in a file. So, let's follow...
Linux Shell Scripting

Introduction to Linux Shell Scripting

3
In this series, we are going to learn Linux Shell Scripting. Shell Scripting is a very important skill that UNIX/Linux administrators can never go...
Python Tutorial – Part (1)

Getting Started with Python Language

In this series, we will talk about the Python language. Some people believe that Python represents the P layer of the LAMP model (sometimes...

Controllers and their use in CodeIgniter PART-1

1
Today we will be learning the use of controllers in codeigniter in this Controllers and their use in CodeIgniter tutorial. We all know that codeigniter...

Creating Static Pages in CodeIgniter

2
We learned installation process of CodeIgniter in the last session. So from today onwards we will learn how to use CodeIgniter. For today let...

Sockets in PHP

1
Today we will be learning about sockets, how the connection between client and server is established and how they transmit messages to each other...