Sei sulla pagina 1di 4

sudo apt-add-repository ppa:webupd8team/java

JAN
Install Oracle Java using command
13
line tool in ubuntu Step 02 Now update using the command line given below.

In Ubuntu it's a little bit of difficulty to download and install Oracle Java. sudo apt-get update
There are some proprietary that will download and install Java from
somewhere else and not the current version. Step 03 Finally install the installer by using the command line as given.

You may try the ways below to get the latest version of original Oracle Java. sudo apt-get install oracle-java8-installer

Step 01 Type ctrl+alt+t to open terminal, then use the command line below to Step 04 Once you will be asked to proceed the installation, you have to select
add repository for Oracle Java. OK and later you have to select Yes.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
JAN How to install Android JUN C program to input
13 Studion in Ubuntu 10 10 string and count the
There are several ways to characters
install Android Studio in Ubuntu The C program given below is
platform. I found the best way that able to get input string type data
I have shared below. We all know from user. For example: you can
that we have to install jdk before input a word or a line. After
installing Android Studio, but if you running the program, first of all a
follow the ways I have described message will appear asking to
below then you need not to install provide string type data.
jdk own-self.
If you input something like I am a
JDK will be downloaded and good boy. then that line will be
installed automatically while stored into an array by the gets()
JUN Linear search JUN C program to
Android Studio will. function. And soon the length will
16 algorithm for CSE 3 shutdown a windows
be counted by the
Step 01 Open terminal pressing students strlen() function and the number of pc
the keys ctrl+alt+t together. Linear search algorithm characters will be stored into an The c program given below is able
integer type variable length. to shutdown a windows pc. When
Here DATA is an array with N you will run the program, then you
elements and ITEM is to search will be asked to provide your

MAY 4. Hello world apps in laravel


29 In the previous three posts we have installed both composer and
laravel, and configured the necessary settings so that we can work
with laravel. Now in this tutorial we will create our first laravel
application. Obviously it will very simple and tiny, but another step to
enter the world of laravel. The application we will create will output some
texts only as I have said before. Let's start to work.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
MAY 3. Configure laravel path globaly
29 After completing the installation of laravel and composer, you have
to change the path following the steps given below. Otherwise
laravel won't work.

Step 01 Get the directory

Find out laravel.bat file from the directory C:\Users\Uzzwal


Dhali\AppData\Roaming\Composer\vendor\bin. If you don't fond the
AppData folder then change the settings like this. However, we need the
directory, copy that.

MAY 2. Installing laravel in windows computer


21 To work with laravel you must install both php composer and
laravel. From the previous post, you have learned to install php
composer. Now by this post you will learn to install laravel.

Step 01 Get the command line

Go to the link http://laravel.com/docs/5.0#install-laravel and copy the


command line composer global require "laravel/installer=~1.1"

Step 02 Open command prompt and install laravel

Press Windows Key+R together to open the run command box.

MAY 1. Installing composer for laravel in windows


21 computer
To work with laravel using windows computer we have to install
both of php composer and laravel. In this post I will show how to install
composer. The installation process is not so tough, we just need to
download composer setup file of 660 KB and later we need to install
that.

But, to install composer there should have xampp installed in the


computer system. If you don't have, then install xampp first before
starting this installation.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD
MAY Bubble sort program in java language
17 Bubble sorting program using java programming language

The java program given below is a bubble sort program, which is able to
sort a collection of integer type numbers provided by the user. After
running the program, the user will be asked to provide limit. That means,
how many data he/she want to store. The 8th line of the program will
display a message saying, "Enter the limit: ".

After providing the limit, it will be stored into an integer type variable limit
by the 14th line.

Create PDF in your applications with the Pdfcrowd HTML to PDF API PDFCROWD

Potrebbero piacerti anche