Skip to content

Instantly share code, notes, and snippets.

@aogilvie
aogilvie / keyboard_driver_hack.md
Created December 14, 2017 03:12
Japanese Apple Extended Keyboard Layout for Windows Hack
  • plug in your USB keyboard (if not using a laptop).
  • in Windows click start and type "keyboard" this should match the Keyboard window in the Control Panel.

screenshot1

  • Update the driver to Fujitsu 109 Japaese Keyboard.

screenshot2

@aogilvie
aogilvie / trap.md
Last active November 2, 2021 04:53
JavaScript Code Trap Example #1
/**
 * Fetch users by projectId
 *
 * @param {String} projectId (required)
 * @param {Object} options (to further narrow query) e.g. [postcode, disabled]
 */
api.prototype.getUsers = function(projectId, options, cb) {
    let query = {
        projectId,