كلمات سريعة مساعدة قف الاختناق. تحتاج شفط. أكثر أقل دردشة كيف حالك؟ ماذا كنتم تفعلون؟ شكرا لك
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
| Full Press and release: | |
| MAC: 1A96C75A-5F25-34F9-EB06-0583B08021C1 | Adv: AdvertisementData(local_name='AeroSwitch', manufacturer_data={6026: b'\x15\x01\x00d\xa3\x00\x00\x00\x00\x00\x00'}, rssi=-45) | |
| MAC: 1A96C75A-5F25-34F9-EB06-0583B08021C1 | Adv: AdvertisementData(local_name='AeroSwitch', manufacturer_data={6026: b'\x15\x01\x00d\xa3\x00\x00\x0b\x00\x00\x00'}, rssi=-45) | |
| MAC: 1A96C75A-5F25-34F9-EB06-0583B08021C1 | Adv: AdvertisementData(local_name='AeroSwitch', manufacturer_data={6026: b'\x15\x01\x00d\xa3\x00\x00\x16\x00\x00\x00'}, rssi=-45) | |
| MAC: 1A96C75A-5F25-34F9-EB06-0583B08021C1 | Adv: AdvertisementData(local_name='AeroSwitch', manufacturer_data={6026: b'\x15\x01\x00d\xa3\x00\x00 \x00\x00\x00'}, rssi=-45) |
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
| ''' | |
| Originally from matt.oppenheim@gmail.com for his https://github.com/mattoppenheim/microbit_activity_indicator | |
| Hacked by Will - just logs if someone is writing or not. Used as a tool to detect how long someone is using their Aid for | |
| Of course doesn't log if its person or someone helping | |
| ''' | |
| from logging.handlers import RotatingFileHandler | |
| import click | |
| from datetime import datetime | |
| import logging |
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
| from pynput import keyboard | |
| import pyperclip | |
| import pyttsx3 | |
| converter = pyttsx3.init() | |
| # Sets speed percent | |
| # Can be more than 100 | |
| converter.setProperty('rate', 100) | |
| # Set volume 0-1 | |
| converter.setProperty('volume', 1) | |
| listenAllTime = False |
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 pyclip | |
| import typer | |
| import time | |
| from typing import Optional | |
| import sqlite3 | |
| conn = sqlite3.connect('copyhistory.sqlite') | |
| global max_history | |
| max_history = 5 | |
| now_list = "" |
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
| #persistent | |
| coordmode, mouse, screen | |
| mousegetpos, sx, sy | |
| settimer, check, 250 | |
| return | |
| check: | |
| mousegetpos, cx, cy |
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 os | |
| import serial | |
| from time import sleep | |
| from sys import exit | |
| import sys | |
| import serial.tools.list_ports | |
| import logging | |
| import argparse | |
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
| const int xAxis = A0; //analog sensor for X axis | |
| const int yAxis = A1; // analog sensor for Y axis | |
| int range = 12; // output range of X or Y movement | |
| int responseDelay = 2; // response delay of the mouse, in ms | |
| int threshold = range/4; // resting threshold | |
| int center = range/2; // resting position value | |
| int minima[] = { | |
| 1023, 1023}; // actual analogRead minima for {x, y} | |
| int maxima[] = { |
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 click | |
| import cv2 as cv | |
| import mediapipe as mp | |
| import time | |
| import utils | |
| import math | |
| import numpy as np | |
| import sys | |
| from pynput.keyboard import Key, Controller, KeyCode |
MOVING THIS TO https://github.com/AceCentre/AAC-Corpora-Collecting/
- Download a demo: https://thinksmartbox.com/product/grid-3/
- Prediction engine is SwiftKey (you can see the .net sdk files of learned.json)
- Stores all preferences in C:\Users\Public\Documents\Smartbox\Grid 3\Users\UserName\langCode\Phrases\history.sqlite