Skip to content

Instantly share code, notes, and snippets.

/**
iTAG service - press button detection by notify
original author:
https://github.com/krzyspx/ESP32_BLE_iTAG_press_detection/blob/master/BLE_client_iTAG_noti_ver3.ino/BLE_client_iTAG_noti_ver3.ino.ino
http://100-x-arduino.blogspot.com/
use "nRF Connect" app for Android to discover tagAddress, serviceUUID and charUUIDs
http://100-x-arduino.blogspot.com/2018/05/itag-ble-jak-je-odczytac.html
http://100-x-arduino.blogspot.com/2018/05/itag-i-arduino-ide-czy-esp32-otworzy.html
http://100-x-arduino.blogspot.com/2018/05/esp32-ble-i-poprawione-arduino-ide.html
@alteist
alteist / .block
Created June 21, 2018 08:59
fresh block
license: mit
@alteist
alteist / .block
Created June 21, 2018 08:59
fresh block
license: mit
@alteist
alteist / .block
Last active June 21, 2018 08:59
fresh block
license: mit
@alteist
alteist / .block
Last active June 11, 2018 14:55
bars of bars
license: mit
@alteist
alteist / .block
Created June 11, 2018 14:52
circles on circle pie
license: mit
@alteist
alteist / .block
Last active June 11, 2018 10:41
d3 geo
license: mit
@alteist
alteist / thebat2mbox.py
Created September 6, 2013 10:09
This dirty script converts "The Bat!" mail databases to Unix mbox ones. It scans directory for .TBB files, reconstructs dir structure and converts databases using another program by Денис Трачук through wine.
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
thebat2mbox.py v0.1
Copyleft 2013 by alteist@gmail.com
This dirty script for *nix converts "The Bat!" mail databases to Unix mbox ones. It scans directory for .TBB files,
reconstructs dir structure and converts databases using another program by Денис Трачук through wine.
Usage:
@alteist
alteist / everpad_to_zim.sh
Last active March 30, 2016 12:06
This script exports everpad's Evernote client (https://github.com/nvbn/everpad/) database (Schema v5) to zim wiki file sctructure: Evernote/notebook/note -> zim/notebook/note.txt + notebook/note/attachments.ext
#!/bin/bash
### everpad_to_zim.sh v0.1
### Copyleft 2013 by alteist@gmail.com
###
### This script exports everpad's Evernote client (https://github.com/nvbn/everpad/)
### database (Schema v5) to zim wiki file sctructure:
### Evernote/notebook/note -> zim/notebook/note.txt + notebook/note/attachments.ext
###
### THIS SCRIPT DOES NOT:
### * copy attachments in the right place, but in the end of the note instead.