Suppose you have a folder where you get files in csv format every day or in a certain interval. You may need to combine all those csv into one file to analyze or get some meaningful information. The below command will help you to combine all the csv files into a single file without using
What you need? WAMP Dreamweaver / Notepad Some knowledge of creating mysql database First of all you need to create a database. Install WAMP if you have not installed yet. Open http://localhost/phpmyadmin/ and log in. Create a database with the name insertdb. Copy the below SQL to create the
We all love those gradients when we want to show a text in the background. With the below simple css snippet, you can create a simple text with a gradient background. <!DOCTYPE html> <html lang="en"> <head> <title>Hell</title> <style> .gradientbackground { color: white; font-size: 40px; font-family: Arial; text-align: center; background: #21314b; background: linear-gradient(to right, #21314b
If you find that your hard is full or near capacity, you need to clean up your hard disk for proper hard disk functions. You can search for files with bigger size or you can use some simple software for the same purpose. WinDirStat This is the best software to find out the space allocation
In this article, I will show how to create a impressive button by using a simple css. Create a file button.html and write the below code. <style> a, a:active, a:hover, a:visited { text-decoration: none; text-decoration-line: none; text-decoration-style: initial; text-decoration-color: initial; } .mybutton { border-radius: .25rem; background-color: #008400; color: #FFFFFF; display: block; margin-bottom: 3rem; margin-left: auto;
There are many occations where you get a piece of html code and you want to clean the html to get the desired text content. For example, if you want to list a menu in word document from a website site, you can just copy the html and paste it in a html cleaner service and
Start Windows Navigate to Settings Select Update & Security Select Recovery Click Restart Now Click Troubleshoot Click Advanced Options Select UEFI Firmware Settings Alternately, you can keep pressing the F1 / F2 / F12/ DEL button continuously after restarting the system.