How to Relocate Your Anaconda or Miniconda Installation on Linux

Navigating the complexities of relocating your Anaconda or Miniconda installa...

Exploring the Multi-Taper Method: A Robust Approach for Time-Frequency Analysis

Explore the Multi-Taper Method’s unique ability to refine spectral estimates ...

Recent posts

How to set up ssh-keys for github

How to set up ssh-keys for github

2 minute read      UTILITIES     

You will learn how to generate and set up an SSH key for github so that you don’t need to always type your username and password when accessing github repo.

How to load dynamic libraries in c/c++?

How to load dynamic libraries in c/c++?

3 minute read      UTILITIES     

We will see how to load shared libraries in C/C++. We will write a library to convert km to degrees and vice-versa. Then we create a utility program to conve...

How to set up ssh-keys for github

How to set up ssh-keys for github

2 minute read      UTILITIES     

You will learn how to generate and set up an SSH key for github so that you don’t need to always type your username and password when accessing github repo.

How to load dynamic libraries in c/c++?

How to load dynamic libraries in c/c++?

3 minute read      UTILITIES     

We will see how to load shared libraries in C/C++. We will write a library to convert km to degrees and vice-versa. Then we create a utility program to conve...