Skip to content

Instantly share code, notes, and snippets.

View JimRoid's full-sized avatar

黃文錦 JimRoid

View GitHub Profile
@sam016
sam016 / AllGattCharacteristics.java
Last active October 11, 2025 20:01
Bluetooth GATT Services & Characteristics
package com.sam016.vsflatomation.service.ble;
import java.util.HashMap;
import java.util.UUID;
public class AllGattCharacteristics {
private static HashMap<String, String> attributes = new HashMap();
static {
attributes.put("00002a00-0000-1000-8000-00805f9b34fb", "Device Name");
@emoran
emoran / polygone_google_maps.html
Last active October 15, 2020 13:42
Adding polygone in google maps
<!DOCTYPE html>
<html>
<head>
<title>Drawing tools</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */