Category Technology

Check the disk space in Linux

If you want to see the free space available in your Linux server, you can run the below command to get the information. df -h Let us know in the comment if you face any issues.

Delete Records From Salesforce Object

If you are new to salesforce then you might face this issue, how to delete records from salesforce Object. Alright, we will go step by step to get it done. Step 1: Click on the gear icon on the top… Continue Reading →

Insert Records into salesforce object

If you are new to salesforce then you might face this issue, how to insert records in to salesforce Object. Alright, we will go step by step to get it done. Step 1: Click on the gear icon on the… Continue Reading →

Mysql column check if records which have other than a digit

Run the below SQL to check if your specified column have any other character other than digit. select * from database.table_name where column_name regexp ‘[^0-9]’;

Set up Meld as git diff tool and merge tool on Mac

Meld is a great tool to see the diff and merge two files, you can use meld as a default difftool and merge tool in all the Operating systems like windows, linux and Mac. Here, we will talk about only… Continue Reading →

Basics of R Programming Language

R is a programming language and software environment for statistical analysis, graphics representation, and reporting. Local Environment Setup: Download R from the following link: http://cran.us.r-project.org/. Click on Download R for (Mac) OS X.Click on Download R-3.5.1.pkg Install R. Leave all default settings in… Continue Reading →

Change the size of plot in matplotlib or seaborn python in Jupyter notebook

When you are working on the Jupyter notebook and using seaborn or matplotlib for plotting the curves, you will see that many times your plot is overlapping and you want to change the size of the plot. You can use… Continue Reading →

Connect with Postgres database using R step by step Guide

In this blog, we are going to discuss the connection with Heroku Postgres or any other Postgres database using the language R. R is an open-source language and widely used in statistical and graphical data analysis and used by scientists… Continue Reading →

Connect with Postgres in python

In this article, you will learn how to connect with the Postgres database in python programming language. We are going to write the sample code for each step and then will explain that piece of code. In Python, it is… Continue Reading →

How to format output on the console in python program

In this article, we will learn how we can change the format of output display on the console in the python print command. You can use the below code snippet to achieve this. We are going to use the colour… Continue Reading →

« Older posts Newer posts »

© 2024 My Beliefs

Write us at [email protected]