Skip to content

Instantly share code, notes, and snippets.

View datacustodian's full-sized avatar

datacustodian

View GitHub Profile
@datacustodian
datacustodian / Perl_Regular_Expressions_Manual.md
Last active July 7, 2019 20:56
Perl Regular Expressions Manual

Perl Regular Expressions Manual

The SOURCE of knowledge for Perl regular expressions (REGEX):

https://perldoc.perl.org/perlre.html

PCRE is the most common REGEX flavor.

Why use Google and Stack Overflow, when you could consult the source?

@datacustodian
datacustodian / GNU_coreutils_Manual.md
Last active July 7, 2019 20:56
GNU coreutils Manual
@datacustodian
datacustodian / keybase.md
Created May 25, 2019 01:30
Keybase proof

Keybase proof

I hereby claim:

  • I am datacustodian on github.
  • I am datacustodian (https://keybase.io/datacustodian) on keybase.
  • I have a public key ASB3eHNbL1E4mzPS7AHZzbyOoLOQWC8RczkrhkRTyiiuXAo

To claim this, I am signing this object:

@datacustodian
datacustodian / VS_Code_Source_Control_Integration.md
Created January 24, 2019 15:27
VS Code Source Control Integration

VS Code Source Control Integration

Visual Studio Code is a popular and feature-rich IDE: https://code.visualstudio.com/

During the initial setup for source control (SCM) integration, especially in Mac OS X, you might encounter a "no source control providers" error.

Solution

After you verified that Git is installed on your system, use the command line to clone/check out a Git project.

@datacustodian
datacustodian / Handling_JSON_Lines_Format.md
Last active January 24, 2019 00:53
Handling JSON Lines Format

Handling JSON Lines Format

JSON Lines text format, also called newline-delimited JSON, is a convenient format for storing structured data that may be processed one record at a time.

Files in JSON Lines format usually carry the extension .jsonl.

Official Site for JSON Lines Format: http://jsonlines.org/

jq Tool

@datacustodian
datacustodian / Pretty_Print_JSON_in_Vim.md
Last active January 24, 2019 00:53
Pretty Print JSON in Vim
@datacustodian
datacustodian / Convert_Excel_to_CSV.md
Created January 10, 2019 03:29
Convert Excel to CSV
@datacustodian
datacustodian / Share_AWS_S3_Bucket_With_Another_AWS_Account.md
Created October 17, 2018 15:22
Share AWS S3 Bucket With Another AWS Account
@datacustodian
datacustodian / Install_avconv_on_Ubuntu.md
Created June 16, 2018 01:32
Install `avconv` on Ubuntu

Install avconv on Ubuntu

sudo apt install libav-tools
@datacustodian
datacustodian / VeraCrypt_Command_Line.md
Last active July 13, 2018 00:17
VeraCrypt Command Line

VeraCrypt Command Line

Create

veracrypt --text --create

Follow instructions to create a new VeraCrypt volume.

Mount