Composer and Autoloading

Autoloading: To add your own code to the autoloader by adding an autoload field to Update Composer from terminal: This will generate a vendor directory containing dependencies. Hope your application entry point is index.php. So, import autoload.php file from vendor

Posted in Uncategorized

Ubuntu 16.04 Troubleshooting

Ubuntu 16.04 LTS (Xenial Xerus) released April 21, 2016. with lots of new features. Really i was excited about the new release. Upgrading Ubuntu 14.04 LTS to Ubuntu 16.04 LTS i have faced lot of issues. Pained raised when start development

Tagged with: ,
Posted in Linux/Ubuntu

Find Shortest Path Using Java

This algorithm will find shortest path between two points in a map where road distance indicated by a number. Where is given : Start city A and Destination city Z List of Distances between Cities: A – B : 10

Tagged with: ,
Posted in JAVA

Coding For MANET in ns2

Mobile Ad hoc network :

Tagged with: , , ,
Posted in Linux/Ubuntu

Country SQL for Database Table

Tagged with: ,
Posted in PHP

Country Array in PHP

Country Array is essential while you want to create list of country using php.

Tagged with: , ,
Posted in PHP

Download Youtube Video Using Linux Command

Its not difficult to download youtube video using different downloader, but it is different and may be too much than other. Just uisng a single command you will be able to download video from youtube channel. Step 1:  First open

Tagged with: , ,
Posted in Linux/Ubuntu

Lexical Analysis in Compiler Design Using Java

Lexical Analyzer: As the first phase of a compiler ,the main task of the lexical analyzer is to read the input characters of the source program ,group them into lexemes ,and produce as output a sequence of tokens for each

Tagged with: , , , ,
Posted in JAVA

Binary Search Algorithm Using Python

Tagged with: ,
Posted in Python

Different Types of Pyramid Using Python

To generate and learn about different types pyramid you should visit my github repository . which is : click here

Tagged with: ,
Posted in Python