Skip to content

Instantly share code, notes, and snippets.

View malcolm-decuire's full-sized avatar

Malcolm Decuire malcolm-decuire

View GitHub Profile
@malcolm-decuire
malcolm-decuire / _verify-repair-permissions-disk.md
Created December 11, 2015 23:53 — forked from bzerangue/_verify-repair-permissions-disk.md
Mac OS X Utilities via Terminal: (Verify and Repair: Disk Permissions AND Disk / Software Update / TimeMachine)

Verify and Repair Disk Permissions via Terminal (Mac OS X)

Verify Permissions

diskutil verifyPermissions /

Repair Permissions

diskutil repairPermissions /

@malcolm-decuire
malcolm-decuire / index.html
Created October 28, 2015 01:45 — forked from phoebebright/index.html
d3 csv nest simple example
<html>
<head>
<title>D3 Simple Nest and CSV Example</title>
<script src="http://d3js.org/d3.v2.js"></script>
</head>
<body>
<script>