Showing posts with label UKI. Show all posts
Showing posts with label UKI. Show all posts

Wednesday, 21 June 2017

14.06.2017.

Wedness day.

We signed in some apps.

slack app - group chat














Trello app -





 freecodecamp -




It is a free code tutuorial.It is easy to work codes because it has chatting room so when we stuck ask help to them.




Wednesday, 3 May 2017

02.05.2017
Tuesday.

Today we learned about Leadership.

Leader


     ⟹ Autocratic leaders.

     ⟹ Beauracurtic leaders.

     ⟹ Democratic leaders.

     ⟹Leisezfair leaders.

     ⟹Participate leaders.



          Leader                                               Manager


      ⇒Charismatic power.                             ⇒Authority power.

      ⇒The power inspire and                        ⇒The power come to a position.                                                  
      motivate to other.
 
     ⇒They have followers.                            ⇒They have sabodinates.


 Leaders



      ⟹Transactional - Task-oriented leadership.

      ⟹Transformational - People/relationship oriented leadership.


Leaders have many styles.There are


⟹Directive

⟹Participatient

⟹Delegative



 H ⟹ High ,    L ⟹ low

 task oriented          Employe oriented           Output


        H                                 H                       Team structure

        L                                 H                        Impoverished/Doc style
      
                                                                      Middle of the road

       H                                  L                        Authoritative

       L                                   L                       Country club






               Motivation




                                 ⟹Self
                               Actualization

                           ⟹Self Esteem

                       ⟹Social needs
     
                   ⟹Security needs

                ⟹Philosiological needs








Thursday, 27 April 2017

26.04.2017

Wednesday.

 

 Today we learned about GitHub with terminal.

 

GitHub is a web-based git or version control repository.


First we sign in the github account.


Then create a new repository to the github.


Next go to terminal


⟹git --version

⇒Check git version



⟹git --global user.name Thadchayini

⇒Create a username
password



⟹git config --global user.email thadchayini95@gmail.com

⇒Connect to e-mail



⟹cd Destop/

⇒Change directory Destop

 

⟹cd uki/

⇒Change directory uki file



⟹mkdir css

⇒Make directory css



⟹git init

⇒Initialize a emty git repository



⟹touch css.txt

⇒Create css.txt file



⟹ls css.txt

⇒List css.txt



⟹git status

⇒Check the file



⟹git add *

⇒Add the select file



⟹git commit -m "This is my first css commit" 

⇒Write a short comment



⟹git remote add origin  http://github/Thadchayini/css.git

⇒Git repository address



⟹git remote -v

⇒Check the remote



⟹git push -u origin master

⇒Upload the file



...................................................................................








Monday, 24 April 2017

24.04.2017

Monday


 HTML

we studied HTML tags and codings.

Example for HTML coding.
  
<html>
<head>
  <title>My First Web Page</title>
  <meta charset="utf-8">
  <link rel="stylesheet" href="style.css">
  <script src="action.js"></script>
</head>
<body>
  <h1></h1>

  <p>
    <img src="helloworld.jpg" alt="Hello World" width="450" height="450">  </p>

<b>Hello World!</b><b>This is my first web page on uki.</b>
</p>
</body>
</html>



<h1>Welcome to Uki </h1>      

Welcome to Uki 

 

⟹<h2>Welcome to Uki </h2>    

 Welcome to Uki 

 

<h3>Welcome to Uki </h3>    

Welcome to Uki 

 

⟹<h4>Welcome to Uki </h4>    
 Welcome to Uki 



 ⟹<img src="helloworld.jpg" alt="Hello World" width="450" height="450">






















 ⟹<a href="http://www.uki.life">UkiLife</a>
 http://www.uki.life



⟹<b>Hello World!</b>

Hello World!

 


  ⟹<i>This text is italic.</i>
 This text is italic.



⟹This is<sub>supscript</sub> and <sup>superscript</sup>
 This issupscript and superscript


 ⟹<strong>This text is important.</strong>
 This text is important.



  ⟹<mark>This text is marked.</mark>
 This text is marked.



  ⟹<ins>This text is inserted.</ins>
 This text is inserted.



  ⟹<small>This text is small.</small>
 This text is small.



  ⟹<p style="color:red"> I am red </p>
 I am red



  ⟹<p style="color:blue"> I am blue </p>
 I am blue



  ⟹<h1 style="color:green"> This is a heading </h1>

This is a heading




  ⟹<p style="font-size:36px;"> I am big</p>
 I am big


  ⟹<p style="color:red"> I am red </p>
 I am red



  ⟹<h2 style="font-family:verdana;"> This is a heading </h1>

This is a heading




 ⟹ <p style="font-family:courier;"> This is a paragraph </p>
 This is a paragraph 



  ⟹<h3 style="font-size:300%"> This is a heading </h3>

This is a heading




⟹<h2 style="background-color:orange;">Background color set by using orange</h2>

Background color set by using orange

 


<body>
<table border=1 style="border:1px solid black; border-collapse:collapse;">
<tr>
 <th>name</th>
 <th>Age</th>
 <th>City</th>
</tr>
<tr>
 <td>Abi</td>
 <td>20</td>
 <td>Jaffna</td>
</tr>
<tr>
 <td>Ravi</td>
 <td>30</td>
 <td>Nallur</td>
</tr>
<tr>
 <td>Mayu</td>
 <td>25</td>
 <td>Jaffna</td>
</tr>
</table>
</body> 



 
nameAge City
Abi 20 Jaffna
Ravi 30 Nallur
Mayu 25 Jaffna

Sunday, 23 April 2017

21.04.2017

Friday



Introduction to web development.


⇒What is a web page?


A web page is a document commonly written in Hyper Text Markup Language.

A web page is accessed by entering a URL address and may contain text, graphics, and hyperlings to other web pages and files.




⇒What is web browser?


 A web browser is a software program that allows a user to locate, access, and display web pages.


Example for web browsers 


Google Chrome
Mozilla Firefox
Apple Safari
Microsoft Internet Explorer
Microsoft Edge
Opera
Maxthon
Onion

what is a web browser සඳහා පින්තුර ප්‍රතිඵල

⇒What is a web sever?


A Web server is a system that delivers content or services to end users over the Internet.

A Web server consists of a physical server, server operating system (OS) and software used to facilitate HTTP communication.what is a web sever සඳහා පින්තුර ප්‍රතිඵල



⇒What is a website?


A website is a collection of Web pages, images, videos or other digital assets that hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.

what is a web site සඳහා පින්තුර ප්‍රතිඵල


Front design  -  HTML,CSS 

Client site(user)  -  Java script

Saver site  -  PHP,Node.JS,Ruby,Python

Data base  -  SQL




...............................................................................







Thursday, 20 April 2017

20.04.2017

 Thursday


 Morning we learned basic English at British council.There are nationalities,letter sounds,numbers,weeks and do some exercises.


 After we learned nano.
Nano is the internal editor of terminal.
It is an easy to learn text editor.

Example for nano editor page


we can get this first type nano then press speace button and then press enter button.
We use some short cuts for this editor.

There are 

⇒ctrl+r   Read file

⇒ctrl+m   copy

⇒ctrl+u   paste

⇒ctrl+o   save 

⇒ctrl+c   cancel

⇒ctrl+k   cut

⇒ctrl+x   exit

⇒ctrl+-k   delete



Next we solved some questions for pseudo codes.
After we learned flow chart.
We use flow charts easy to solve a problem.

Flow chart symbols

 


 start/stop:

 input/output:


 process:


 decision:


 flow lines:


 connectors:


19.04.2017
Wednesday


Morning 9 a.m we went to british council and study about English lessions.


After lunch we study about terminal comments for ubuntu.

Thats are

⇒ls-lists
⇒cd-comant directory-
⇒mkdir-make directory
⇒rmdir-remove directory
⇒cd ..
⇒clear

Example for commant page






Next we study about pseudo code






















..........................................................................

Wednesday, 19 April 2017

18.04.2017

Tuesday

 


Our personal coaching trainner Lecturer Mathanki tell us for IT coaching.
next we took a prsentation about how to face the IT enviornment.We discuss our group for that topic.
 We disscuss SWOT about Jaffna.

Next we study computer programming language.
Thats are HTML,CSS,JAVA SCRIPT and NODEJS.

 Example



 ⇒HTML

















⇒CSS





⇒JAVA SCRIPT








⇒NODEJS






Next we did presentation about html.

Last we discuss the tech ideas.




.......................................................................


Monday, 17 April 2017

17.01.2017 
 Monday


 First class I learned 

⇒First I learned how to operate the ubuntu operating system.












⇒Second  I learned create a blog and how to use that.
I wrote a blog and preview that.


  









 ⇒Third I installed klavaro app. 


 














 
That is a easy typing tool.I learned how to type quickly.
That is very easy to learning typing.

I think it is help for me quick to write a computer.



..................................................................................

Machine Learning Annotation Introduction

Data annotation in Machine Learning is the process of annotating/ labeling data to categorize the dataset to identify by ML models. It can b...