Skip to content

Instantly share code, notes, and snippets.

View killinit's full-sized avatar
🎯
Focusing

Maciej Adamczewski killinit

🎯
Focusing
View GitHub Profile
@mmasashi
mmasashi / README.md
Last active March 16, 2025 21:08
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.
@killinit
killinit / README.md
Last active August 29, 2015 14:12 — forked from mbostock/.block

This example demonstrates rendering a D3 force-directed graph using Canvas rather than SVG. The performance is slightly better than SVG, but unlike the SVG version, the nodes in this one are not draggable.