This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
# https://github.com/pupil-labs/pyndsi/tree/v1.0 | |
import ndsi # Main requirement | |
GAZE_TYPE = "gaze" # Type of sensors that we are interested in | |
SENSORS = {} # Will store connected sensors | |
def main(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Google Translate Integration for Missive, by Matthew Delmarter</title> | |
<script src="https://integrations.missiveapp.com/missive.js"></script> | |
<link href="https://integrations.missiveapp.com/missive.css" rel="stylesheet"> | |
<style> | |
.translator-heading { | |
background-color: var(--missive-light-active-color); |
OlderNewer