Skip to content

Instantly share code, notes, and snippets.

View mbautin's full-sized avatar

Mikhail Bautin mbautin

View GitHub Profile

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

--cdc_read_rpc_timeout_ms=30000
--cdc_state_checkpoint_update_interval_ms=15000
--cdc_write_rpc_timeout_ms=30000
--cdc_ybclient_reactor_threads=50
--certs_for_cdc_dir=
--update_min_cdc_indices_interval_secs=60
--cdc_state_table_num_tablets=0
--cdc_wal_retention_time_secs=14400
--enable_transaction_snapshots=true
--master_backup_svc_queue_length=50
Hello World Gist
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7
H4sICI67bFsAA250cHN0YXQA7Vt9dFNHdh9JtrENSLL5iIEEv03lxuTEwnKAdRIIkrHhOWvAC4aQ
7pJnIT1hFVlSpSewSdg6a0OjEge3JSm7Z3tKTrNdtrttac8ux6G7tvlYIPtxarLJJqebbjicwEoh
KQRSMCSg3jtvRnp61mvyR0//YkC6c3/3Y+58vHkzo/GftrStNJtMhCczeZwgd8Xupryb4e/UZVUA
ayRl8D2fzCMlwBdr9NzEnUcnmGtOS5meBT5F8Gk0q3yj2Z1H72V6nJo0tJhokzuPvjub5FFChKwd
xmqfr6L2+Z15dIzFcc6cb2dmdrXMrpbpczrOAhvX1a+IfTqYvw5WL06bmV6zRh9T+wXFj/muWSrf
NcudR5cyvaU6u6+CXQn54snO6DpWnlG7XGH14pT3w8JQcMuSRQtD/rpQMJzoqetpXFK3ZJEzHnE2
0JjsTHfVmg1Un7ejwGKeSdQxgPJHX9k5uP69wZZ/m9X9bOWdp5dfFv/9AurPJrl+YwXT1kT8kat7
+dAomF6FT2UBvNUA/6oBHjbA+w3wjQb4nxvgywzwwwb4ccJHZn561kB/qwHuMMArDXCnAZ4wwKsN
8MUG+MsG+D4DfKoB/n34VJA55JzQSXn+PBIYrz4cnktIPOLbJitEkqKxYFgJSL6ubUTuCSokGJYV
yatEwiQqx2KRGPFFwmHZh6oBvxxSqGZciYV90V4STShxEMQVr28bCqSANxgicTmEBqCkRPwq2aaS
@mbautin
mbautin / QSORT.PAS
Created January 9, 2016 03:31 — forked from Fortyseven/QSORT.PAS
An implementation of QuickSort provided by Borland with Turbo Pascal.
{ Turbo Sort }
{ Copyright (c) 1985,90 by Borland International, Inc. }
program qsort;
{$R-,S-}
uses Crt;
{ This program demonstrates the quicksort algorithm, which }
{ provides an extremely efficient method of sorting arrays in }
{ memory. The program generates a list of 1000 random numbers }
From 2953ecbca9ca0955d8ac786599be925407ef06a6 Mon Sep 17 00:00:00 2001
From: Mikhail Bautin <mbautin@gmail.com>
Date: Thu, 29 May 2014 18:54:00 -0700
Subject: [PATCH 1/4] Allow selecting ports randomly
---
.../mojo/buildhelper/ReserveListenerPortMojo.java | 43 ++++++++++++++++++----
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/src/main/java/org/codehaus/mojo/buildhelper/ReserveListenerPortMojo.java b/src/main/java/org/codehaus/mojo/buildhelper/ReserveListenerPortMojo.java
@mbautin
mbautin / git-crosspick
Created September 30, 2011 23:05
Port git commits from one repository to another
#!/bin/bash
# Created by Mikhail Bautin on 09/30/2011.
#
# Copyright (c) 2011 Facebook Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met: