Open in app

Sign In

Write

Sign In

Andrey Karazhev
Andrey Karazhev

7 Followers

Home

About

Sep 27, 2021

How to Compile and Build InfluxDB for the ppc64le Platform

InfluxDB is a database specifically designed to handle large volumes of time-stamped data produced by various sources like sensors, applications, and infrastructure. In this article, we will cover how to compile and build InfluxDB for the ppc64le platform. Install GVM First, we need to install the Go Version Manager (GVM), which allows…

IBM

1 min read

IBM

1 min read


Sep 21, 2021

Data migration with the nmig tool

NMIG is an app, intended to make a process of migration from MySQL to PostgreSQL as easy and smooth as possible. It has been written in the TypeScript language and is run on Node.js 10 or higher. Visit the link for more information: https://github.com/AnatolyUss/NMIG Installation Download and install Node.js 10 or…

Nmig

1 min read

Nmig

1 min read


Sep 21, 2021

How to analyse a .phd heap dump from an IBM JVM

If you have been handed a .phd file which is a dump of the heap of an IBM Java virtual machine, you can analyse it using the Eclipse Memory Analyzer Tool (MAT), but you must install the IBM Monitoring and Diagnostic Tools first. Download MAT from: https://www.eclipse.org/mat/downloads.php I suggest the…

Java

1 min read

Java

1 min read


Sep 21, 2021

Data migration with the pgloader util on the linux ppc64le platform

pgloader can be installed in different ways, so this article describes only one way, how to compile and install on the linux ppc64le platform. Installation of the SBCL (Steel Bank Common Lisp) There are binaries for the platform (1.5.8 is the latest current version), but the problem is that threads support is disabled by default, so we will…

Pgloader

2 min read

Pgloader

2 min read


Published in

IT Skills Exchange

·Dec 23, 2020

Lesson 47: The Factorial Algorithm

In mathematics, the factorial of a positive integer n, denoted by n!, is the product of all positive integers less than or equal to n: n!=n*(n-1)(n-2)… For example: 5! = 5 * 4 * 3 * 2 * 1 = 120. The value of 0! …

Tutorial

1 min read

Tutorial

1 min read


Published in

IT Skills Exchange

·Dec 23, 2020

Lesson 46: The Binary Search Algorithm

In computer science, binary search, also known as half-interval search, logarithmic search, or binary chop, is a search algorithm that finds the position of a target value within a sorted array. Binary search compares the target value to the middle element of the array. If they are not equal, the…

Tutorial

2 min read

Tutorial

2 min read


Published in

IT Skills Exchange

·Dec 23, 2020

Lesson 45: The Linear Search Algorithm

In computer science, a linear search or sequential search is a method for finding an element within a list. It sequentially checks each element of the list until a match is found or the whole list has been searched. Characteristics A linear search runs in at worst linear time and makes at most n comparisons, where n is the length of the list. Time complexity Worst-case performance: O(n) Best-case performance: O(1) Average performance: O(n) Worst-case space complexity: O(1) iterative

Tutorial

1 min read

Tutorial

1 min read


Published in

IT Skills Exchange

·Dec 21, 2020

Lesson 44: The Bucket Sort Algorithm

Bucket sort, or bin sort, is a sorting algorithm that works by distributing the elements of an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorithm. It is a distribution sort, a generalization…

Tutorial

2 min read

Tutorial

2 min read


Published in

IT Skills Exchange

·Dec 21, 2020

Lesson 43: The Radix Sort Algorithm

In computer science, radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix. For elements with more than one significant digit, this bucketing process is repeated for each digit, while preserving the ordering of the prior step, until all…

Tutorial

2 min read

Tutorial

2 min read


Published in

IT Skills Exchange

·Dec 21, 2020

Lesson 42: The Counting Sort Algorithm

In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct key value, and using arithmetic on those counts to…

Tutorial

2 min read

Tutorial

2 min read

Andrey Karazhev

Andrey Karazhev

7 Followers

Software Engineer

Following
  • Sajjad Hussain

    Sajjad Hussain

  • The Educative Team

    The Educative Team

  • Allen Helton

    Allen Helton

  • Arslan Ahmad

    Arslan Ahmad

  • Ammett W

    Ammett W

See all (55)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams