Skip to content

Instantly share code, notes, and snippets.

View jimzucker's full-sized avatar
🎯
Focusing

Jim Zucker jimzucker

🎯
Focusing
View GitHub Profile
@jimzucker
jimzucker / github-takehome-test.md
Last active March 13, 2021 15:46
Github Take Home Test

PART 1

Prompt one

Company: Acme computers

Version control platform(s): Many GitHub Enterprise instances installed throughout the company by different teams. Acme Computers is trying to standardize on GitHub Enterprise and consolidate their GitHub usage onto a single instance. The company has many instances of other Git hosting solutions installed as well. Some are fully supported applications. Other instances are on machines under people's desks.

Customer requests

@jimzucker
jimzucker / README.md
Last active October 5, 2018 11:55 — forked from mmasashi/README.md
Install Oracle instant client (sqlplus) v12.1 on MacOSX

Install Oracle instant client (sqlplus) on MacOSX

  1. Get Oracle instant client for MacOSX
  1. Unarchive downloaded zip files into a same directory
  • ex: $HOME/Downloads/instantclient_12_1
  1. Create install.sh and copy the following code and past it on that file.