Skip to content

Instantly share code, notes, and snippets.

View vtinguan's full-sized avatar
🎯

Vinicius Tinguan vtinguan

🎯
View GitHub Profile
@vtinguan
vtinguan / restart_bluetooth.sh
Created August 19, 2018 20:25 — forked from nicolasembleton/restart_bluetooth.sh
Restart Bluetooth Daemon on Mac OS X without restarting
#!/bin/bash
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
@vtinguan
vtinguan / API.md
Created December 18, 2016 21:38 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: