Tuesday, 9 March 2021

cmd useful commands

to rename all files in a folder from 11-42 for /l %f in (10,1,42) do ren *.JPG  own.ll.exp%f....

Tuesday, 15 January 2019

...

Hosting wordpress using filezilla tutorial based on screenshot

STEP 1 First you want to create an Account so go to http://000webhost.com/ STEP 2 Now give necessary information→THEN CREATE YOU ACCOUNT ...

Thursday, 3 January 2019

Kotlin Basics ,variables and data types Tutorial 2

String variable var myVar="Hello world"   var myVar:String myVar="Hello World" Integer variable var MyVar=10 Decimal/Float variable var myVar=1.0 For constant value variable val myVar="Helloworld" myVar="is not changed" print(myVar)→output is Helloworld Ranges Using Double dots val Myvar=1..10 // ranges from 1,2,3,4,.....9,10 val Myvar=1.rangesTo(10) // ranges from 1,2,3,4,.....9,10 Using downTo val Myvar=10 downTo 1 //ranges from 10,9,8,7...3,2,1 val Myvar=10.downTo(1) //ranges from 10,9,8,7...3,2,1 Using steps val Myvar=10 downTo 1 step 2 // ranges fro 10,8,6,4,2 Using alphabets val Myvar="a"..."z" //ranges from a,b,c,d,.....z val Myvar='a'...'z' //ranges from a,b,c,d,.....z Checking a value in range variable var MyvarinMyvar='a' in Myvar //checking...

Monday, 5 November 2018

Kotlin Basics Tutorial 1

Creating a main function in Kotlin and Java Java we need to create class then want to add following function public static void main(String[] args){} Kotlin we don't need to create class,just add function  fun main(args: Array<String>){} or we can add :Unit instead of void in java fun main(args: Array<String>): Unit{} For returning type int fun main(args: Array<String>): Int{} For printing just type print("Hello World") /***************************************************************/ For printing Hello World in java ,we need first create a class in java then followed my main class Java public class MyClass{ public static void main(String[] args){ System.out.println("Hello World"); } } In...

Page 1 of 1812345Next
Facebook Twitter Delicious Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | coupon codes