Posts

Showing posts with the label tech

Top 5 Programming language need to learn in 2020

Image
Top 5 Programming Languages need to learn in 2020 If you're new to software development. The first question that comes to mind is where to start? This is probably true! There are hundreds of choices. How are you going to discover that this is the language I want to learn? What will be the most appropriate for you, your interests and your professional goals? One of the easiest ways to choose the best programming language to learn in 2020 is to listen to what the market says. Where the technology trend is heading ... What to learn in 2020 1. JavaScript Without Javascript, you cannot think of interactive web pages. That is the main reason JavaScript is so much popular among software developers. Today, it seems impossible to be a software developer without the use of JavaScript. First from the list is JavaScript, it seems impossible to imagine software development without JavaScript. In Stack Overflow 2018 for developers, JavaScript is the most widely used by developers in t

Bubble sort in Python Language

Image
Bubble sort is the simplest Sorting algorithm available. It works by repeatedly swapping the adjacent or neighbor element if they are in the wrong order. Working Actually in the first-pass bubble sort sets the largest element to its position, in the second pass algorithm sets the second largest element this continues till the list or array is not finally sorted. Here is the example image. To work with the algorithm you first have to understand what is swapping and how it is done. What is Swapping ?? Swapping is a technique to interchange the content of the two variables, using another variable called a temporary variable. In python programming language swapping works in two ways, both of them are shown below. For the program in Python arr = [64, 34, 25, 12, 22, 11, 90] n = len(arr) for i in range(n): # Last i elements are already in place for j in range(0, n-i-1): # traverse the array from 0 to n-i-1 # Swap if the element found is greater # than the next element if

Bubble Sort in C language

Image
Bubble sort is the simplest Sorting algorithm available. It works by repeatedly swapping the adjacent or neighbor element if they are in the wrong order. Working Actually in first pass bubble sort sets the largest element to its position, in the second pass algorithm sets the second largest element this continues till the list or array is not finally sorted. Here is the example image. To work with the algorithm you first have to understand what is swapping and how it is done. What is Swapping ?? Swapping is the technique to interchange the content of the two variables, using another variable called temporary variable. For the program in C #include <stdio.h> void bubbleSort(int s[],int size){ int c,swap,d; for (c = 0 ; c < size - 1; c++) { for (d = 0 ; d < size - c - 1; d++) { if (s[d] > s[d+1]) /* For decreasing order use < */ { swap = s[d]; s[d] = s[d+1]; s[d+1] = swap

Java Console Games Tutorial (number guessing by human)

Image
Java Console Gaming Welcome to the tutorial, this tutorial is all about the small console game which is small to play and write. suppose this program as the practice program, and try doing this on your own, this is highly recommended. if you are stuck somewhere or having any trouble you are free to look here on the page. Features and Rule of the game: Computer asks for a number in variable max number. Computer randomly generates a number and put this number as the guessed number. The computer asks the user to give a number between 0 to max number and reply back with the suitable answer like whether the entered number is lower or higher than the guessed number. you should also assign a variable for the max guess allowed which are 6 per game. When the user wins or lost the game a check for play again will be asked. The game is broken in two files GuessingGame.java and GuessingGameTester.java. GuessingGame.java holds mostly main logic for the game. And GuessingGameTester.java contains the

How To make completely Free website With Custom Domain

Image
How to make a completely Free website with Custom Domain Having a personal website in today's world is necessary and essential, but it is easy now. But this takes a lot of money, but due to several reasons, we aren't able to afford that much money.  So in this post, we make a website completely free of cost with a custom domain. So in order to make a website, we need 2 basic things  domain name  server so for website buy a domain name,  there are too many websites but we are going with one free alternative  Freenom.com. source: freenom.com In order to buy a domain name from here, we have to create an account a login into it. I HOPE You can do that so I Simply showing process after that. After login, you are landed on the clientarea.php page  then click  Services > Register a new Domain then search for anything  we are   going with the .tk extension because they are free you can buy whatever you wanted to. Then click on the Checkout Button. Then select period select as large

Top 5 Best Free Web Hosting Websites

Image
5 Best "Free" Web Hosting In order to run a website, we need a server. There are a lot of Websites which provide the Best experience with the server implementation Paid. But in this post, we discuss the websites that Provide  FREE  web hosting  1.  Wix.com source: Wix.com This website is best for small portfolios, and small websites. It is a Strong, Browser-based website builder, it is supreme if want to use a  drag and drop interface . BUT this platform is not for those who are looking to applying their coding skills. Wix leads the community due to its Robust and easy implementation. Storage: 500MB Bandwidth: 500MB Domain: Sub Domain with wix.com E-Mail: No E-Commerce: No Website Builder: Drag and Drop tool with lots of tools and design templates 2.  000webhost.com source: 000webhost.com “We have almost no limits for vital web building and management features,” said 000webhost’s R&D Department Manager, pointing toward fully-functioning FTP accounts and MySQL and PHP supp