Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

How to go to Safe Mode in Windows 8

How to go to safemode in Windows 8 and access advanced startup settings.

Handling Duplicate Rows in a Pandas Dataframe

This tutorial shows you how to find and drop duplicate rows in a Pandas dataframe. Explains duplicated and drop_duplicates function with examples.

Top Windows 10 keyboard shortcuts everyone should know

Here are the top Windows 10 keyboard shortcuts everyone should know. Includes shortcuts to open various apps and settings, manipulating files, managing windows, etc.

Different ways to create a Pandas DataFrame

This tutorial shows you how to create a Pandas DataFrame from Python lists, dictionary, NumPy array, CSV and also to create empty dataframes.

How to read and write Excel files in Java

Here is a Java program that demonstrates how to read and write Excel files using the Apache POI HSSF library

C#: Deleting Test Runs in Azure DevOps using REST API

This is a simple C# console application that uses REST API to delete test runs from your Azure DevOps project.

How to setup and configure an FTP server in Linux

How to install and configure an FTP Server on Linux systems using vsftp.

Reading data from MySQL to Pandas Dataframe

This article shows you how to import (query) data from a MySQL database table to a Pandas DataFrame using read_sql() function.

Password-less SSH login using Public key authentication

Public key authentication is a more secure and convenient way of login in to a remote server. Learn how to setup Public key authentication for SSH on Linux and Windows.

Implementing Jenkins one-at-a-time hash function in VB.NET

How to implement Jenkins one at a time hash in VB.NET. Jenkins one at a time hash is a hash function that produces a 4 byte hash value from a multi-byte input.