Skip to content

Instantly share code, notes, and snippets.

@DaKeZhang7412
DaKeZhang7412 / insert_data.py
Created March 30, 2020 23:35 — forked from jarrettmeyer/insert_data.py
Inserting data into HBase with Python
#!/usr/bin/env python
"""
Insert data into HBase with a Python script.
To create the table, first use the hbase shell. We are going to create a
namespace called "sample_data". The table for this script is called "rfic",
as we will be inserting Request for Information Cases from the City of
Indianapolis.
@DaKeZhang7412
DaKeZhang7412 / gist:3a3227bd93e4fe4cd017
Created February 16, 2016 18:18
Convert words into PDFs in batch
Sub converttopdf()
'
' converttopdf Macro in batch
' https://msdn.microsoft.com/en-us/library/office/aa220734(v=office.11).aspx
'
'
Dim strDocName As String
Dim intPos As Integer
For Each aDocument In Application.Documents
@DaKeZhang7412
DaKeZhang7412 / gist:478d58e369d2732417f7
Created February 16, 2016 18:17
Using the Find Object in Word 2010
How to use find in VB.
https://msdn.microsoft.com/en-us/library/office/hh128812(v=office.14).aspx