Skip to content

Instantly share code, notes, and snippets.

@findmory
findmory / README.md
Last active January 30, 2024 10:38
Send Trackpad gestures over Barrier/Synergy using BetterTouchTool

Problem: Controlling a remote Mac desktop using a tool like Barrier or Synergy doesn't allow for trackpad gestures to be sent to the client machine.

Solution: Use Better Touch Tool on host machine to handle the gestures and send a remote command to the client machine.

Steps to setup:

[1] On the CLIENT machine in BTT setup these Named triggers:

@findmory
findmory / gist:12981be5a2d626b920901a7a9a76d63d
Last active March 5, 2019 23:31
If bands were named by software engineers...
Perl Jam
Uriah Heep Overflow
Fleetwood Mac OSX
Chip Trick
Rage Against The Machine Language
Blue Oyster Cult Screen of Death
Var Halen
Jay-Z++
Node Doubt
Fortran Siberian Orchestra
@findmory
findmory / pyenv.md
Last active April 28, 2019 00:50
Using Pyenv and virtualenv-wrapper for multiple Python versions on mac

Setup PyEnv on Mac

Prerequesties

XCode CLI tools. Install with:

xcode-select --install

Steps

@findmory
findmory / README.md
Last active April 5, 2019 21:09
Starting a new project with react-native init

As of 9/24/2018 here are the versions running and the steps to start a clean project

Check your versions: react-native init

React Native Environment Info:
    System:
      OS: macOS High Sierra 10.13.6
      CPU: x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
@findmory
findmory / raspbian-python3.7.rst
Last active August 20, 2018 19:38 — forked from dschep/raspbian-python3.6.rst
Installing Python 3.7 on Raspbian

Installing Python 3.7 on Raspbian

As of August 2018, Raspbian does not yet include the latest Python release, Python 3.7. This means we will have to build it ourselves, and here is how to do it.

  1. Install the required build-tools (some might already be installed on your system).

@findmory
findmory / gist:0545503e9e5eb36b95d2
Created March 24, 2015 21:26
upLynk strobe player for anamorphic
<!DOCTYPE html>
<head>
<title>Strobe Media Player Anamorphic</title>
<script src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script>
var parameters = {
id: "1",
src: "http://content.uplynk.com/705ef2b800a6472cb4cae5449db9cb75.m3u8".replace(/&/g, '%26'),
autoPlay: "true",
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
</head>
<body>
<div id="uplynk"></div>
<script>
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
</head>
<body>
<div id="uplynk"></div>
<script>