Skip to main content

Posts

What Will Cities Look Like In Future????

  - Hiii, guy's I isha from master programming welcome back to you my new post Cities all over the world are bursting with people. More than half of us live in cities now, and by 2050 that numberjumps to nearly 70%. That's a lot of people. So how do we grow cities sustainably? And with the climate crisis, figuring out how we do that is more important than ever before. But there's one city thatmay be doing it better than any other place on earth. - We want to become the first carbon-neutral capital city by 2025. - So we packed up our gear and headed here to Copenhagen,Denmark to find out how. (upbeat music) It's not surprising to learn that two-thirds of theworld's carbon emissions come from cities. That number is getting worse as more of us move into cities, which means a higher demand oninfrastructure and resources. So Copenhagen is on amission to cancel out all of their carbon emissions. - My name is Frank Jenson, and I'm the Lord Mayor of Copenhagen. When I b...
   Hi this is Isha fromMaster programming lad and in this post we are going to talk about the computer, computer programming and the typesof programming languages. A computer is a general purpose machines whichcan perform many computational task now the modern day computers that we have they canperform billions or trillions of calculations within a fraction of second. now the thingthese computer's they can't really do anything on their own. so for a computer to do somethingone has to give the instructions to it and these instructions will contain step by stepinformation to perform a specific task and these instructions are called as program.now the person who is going to write these instructions or the program is called as theprogrammer and here the programmer will write instructions or the program and the computerwill execute that or computer will work on that instructions now the computers that we have they containa lot of programs in them. There are some programs which will...

Why girl's love glowing skin???

Hii,guy's welcome back to my new post on beauty , okay guys you know I love beauty wellness products like I love beauty products but I love when there's like a wellness bit into it so today I'm gonna share five products that I really really like and I really believe in nothing sponsored it's all just products that I have on my vanity that I've been using that I love Coldplay's I need the frozen from my coffee cast okay so the first thing that I'm really really liking lately is this oil that was actually recommended to me by a skinny confidential reader in our secret Facebook group so it's called solar recover it was $18 and she showed me the link to Amazon and I went and checked it out it's all-natural ingredients it's basically this like yummy moisturizer that's filled with vitamin C and vitamin E I'll even read some of the ingredients Gio it's olive oil water aloe vera gel essential oils vitamin C and E rose hip oil grape seed oil a...

SEO...........

   - Hey everyone, it's  from Master programming and today is another day of SEO Unlocked, and today I'm going to be covering content marketing, part one. So we're going to get into the fundamentals, and then the next lesson is going to go over step-by-step tactics that you need to implement to get results through content marketing. Before we get started, I want to let you know, don't look back and ask, "Why," look ahead and ask, "Why not?" Because, as we cover content marketing, what you'll find is, a lot of companies are asking, "Hey, why should I end up doing it?" Well, you should end up doing it because it produces results, and I have some stats to show you later on. But before we get started, let's look at the evolution of Google. What most people don't know is Google does more than one algorithm update per day, and as they've gone around over the years, they've gotten smarter and smarter, where now, a lot of it is ...

LOGIN SCREEN ......

  Hey guys ,I from master programming welcome's you all we are going to create custom edit text and buttons for our login screen so let's get started let's create a text view with text login wrap_context... wrap_context text color would be back text size should be 16dp refer to design specs for these values font family should be semi bold you can always see all the margins from our design specs you can even scale them by increasing size it looks perfect now let's create a linear layout which will hold our login form its orientation should be vertical should align it to center vertical let's create an edit  Text with default properties 48dp margin-left I just remember design specs so I'm just doing like that you can different to your design specs accordingly now let's create a background for our edit text so that it looks custom for that we will copy a card background and make some changes into it Rename the file we should change the color by referring to des...

WHY PYTHON ONLY???

   Hii,guy's whatsup ???welcome to our very first Python programming lesson so without further ado let's just jump into this and get started so I'm using the sublime text editor so why don't I go ahead and show you how to get that installed that way you can just follow along with me so what you want to do is go to the sublime text com website go to the download section find the appropriate installation file for your operating system I'm going to show you how to do this for Linux because it's pretty straightforward for Windows so what I'm going to do is go ahead and copy the link location I'm going to open up a terminal here and then we're going to use the W git command and then we're going to paste the download link and we're going to download that file to our system once the file is downloaded we will use the following command dpkg space - I and the download file go ahead hit enter and this will install sublime text once that is complete you...

ANDROID COLOUR CODE....................

Hiii, Guy's welcome back to my new post in which I have provided the link of various different colours that you can use in android studio or in android app. <? xml version = "1.0" encoding = "utf-8" ?> < resources >       < color name = "White" >#FFFFFF</ color >       < color name = "Ivory" >#FFFFF0</ color >       < color name = "LightYellow" >#FFFFE0</ color >       < color name = "Yellow" >#FFFF00</ color >       < color name = "Snow" >#FFFAFA</ color >       < color name = "FloralWhite" >#FFFAF0</ color >       < color name = "LemonChiffon" >#FFFACD</ color >       < color name = "Cornsilk" >#FFF8DC</ color >       < color name = "Seashell" ...