Unicode characters are represented by a unicode code points. Code point is an integer between 0 and 1114111 (10FFFF - hexadecimal number). Unicode code point is often represented as U+...
A time zone offset is the amount of time which defines how much a certain time zone differs from UTC. Learn how to get time zone offset in seconds by...
While working with data, we might need to generate specified quantity of unique random numbers in a range between minimum and maximum value, inclusive. A table includes a links to...
GitLab CI/CD is a part of GitLab for applications development using continuous integration (CI) and continuous delivery (CD) techniques. GitLab Runner is a tool for running jobs in a pipeline...
Docker is an open-source platform for developing, testing, and running applications. Docker provides a way to package and run an application in a container. A container is an isolated environment...
GitLab is an open-source DevOps platform which provides Git repositories management, continuous integration, issue tracking, and other features. Self-managed GitLab can be installed on the own server.
This tutorial explains...
Unicode characters are represented by a unicode code points. Code point is an integer between 0 and 1114111 (10FFFF - hexadecimal number). Unicode code point is often represented as U+...
While working with data, we might need to perform various operations. For example, to count number of elements in an array. A table includes a links to posts with examples...
Dataset can be provided in various file formats. Kaggle supports CSV, JSON, BigQuery and SQLite database file format. Files can be compressed using the ZIP or other common file archive...
Let's say you didn't know the exact dataset identifier. Kaggle allows searching datasets via API by providing keyword, tags, file type, license or owner. Kaggle API returns paginated results. In...