Skip to content

Instantly share code, notes, and snippets.

View t-oster's full-sized avatar

Thomas Oster t-oster

View GitHub Profile
@t-oster
t-oster / OPIHelper.php
Created April 18, 2018 06:53
Little helper class to request a payment on an OPI enabled Card Terminal
<?php
/**
* Little helper class to request a payment on an OPI enabled Card Terminal
*/
class OPIHelper {
private $ip;
private $port;
private $requestID = 0;
@t-oster
t-oster / MakeBraceletRingWithDroidScript
Created February 20, 2015 14:21
This DroidScript (JavaScript for Android) makes my China Bluetooth Bracelet Vibrate whenever I want.
var btn;
var bt;
var txt;
//Called when application is started.
function OnStart()
{
//Create a layout with objects vertically centered.
lay = app.CreateLayout( "linear", "VCenter,FillXY" );
//Create a button 1/3 of screen width and 1/4 screen height.