HTML code:
<!DOCTYPE html>
<html>
<head>
<title>facebook</title>
<link rel="stylesheet" type="text/css" href="css/facebook.css">
</head>
<body>
<div class="topbar">
<div class="facebookfont">
<p>facebook</p>
</div>
<div class="email">
<form action="" method="get">
...
AITB International Conference, 2019
Kathmandu, Nepal
My Youtube Channel
Please Subscribe
Flag of Nepal
Built in OpenGL
World Covid-19 Data Visualization
Choropleth map
Word Cloud in Python
With masked image
Friday, December 7, 2018
Draw the pattern.
Program code (in c++)
#include<iostream>
using namespace std;
int main()
{
int a[10]={0,1,2,3,4,5,6,7,8,9};
for(int i=1;i<=5;i++)
{
for(int p=1;p<=5-i;p++)
{
cout<<" ";
}
...
Find smallest positive integer in an array.
Write a function:
function solution(A);
that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A.
For example, given A = [1, 3, 6, 4, 1, 2], the function should return 5.
Given A = [1, 2, 3], the function should return 4.
Given A = [−1, −3], the function should return...
Saturday, June 23, 2018
Saturday, May 12, 2018
How to restore/import dump file in MySQL workbench ?
The following steps can be applied to import dump file :
1. Open MySQL workbench and connect to database using your password. You can see the window as given below:
2. You will be provided two ways to import the dump files.
First, you can import the dump files by selecting the option "import from dump project folder". Here you can select the folder where all your dump...
How to backup data in MySQL workbench ?
The following steps can be applied to backup data in MySQL using workbench :
1. Open workbench and connect to your database using your username and password.
2. Click on "Data Export" option under "Management" at the left side of the screen.
3. You will find a list of schema from where you can select which of the schema's table do you want to backup. If you want to...
Tuesday, May 1, 2018
How to watch IPL 2018 for free ?

There are many ways you can go through to watch IPL 2018 for free. I will be discussing few methods here.
First of all if you are in India you can watch IPL through Jio TV app or airtel TV app which you can download from playstore.
There are few other methods which might not be official to watch IPL on internet from broadcaster.
1. You can download an app named...
Saturday, April 28, 2018
Are you not able to see available networks for wifi in windows 10 ? Here is the solution.
Sometimes while working in our laptop, suddenly we are not able to see the available networks for connection though the network is easily available on other devices. It is frequently seen problem in windows 10. This problem may arise while upgrading our operating system from may be windows 7/8/8.1 to windows 10 or may be the wireless driver is corrupted due to some reasons...
How to compress video without loosing the quality ?

Here, we will be using VLC media player so if you don't have please install it.
Follow the given steps to compress the video without loosing quality:-
Step 1:
Open VLC media player. Click on menu "media" at the leftmost corner of menu bar. Then select "conver/save.." option from the drop down menu.
Step 2:
After performing step 1, a window will display as given...
Sunday, March 11, 2018
Is your PC turning off automatically after few seconds of turning on ?

Are you facing the problem of PC turning off automatically after few seconds (approximately 10-20 seconds) of PC turned on? When you search at websites, you can find various reasons for the cause of this problem. Those reasons may be correct at their place. One more reason for this cause could be a virus. In the initial this problem sounds like your...