Skip to content

Instantly share code, notes, and snippets.

View oomek's full-sized avatar

Radek Dutkiewicz oomek

  • Southampton, UK
View GitHub Profile
@Marcus10110
Marcus10110 / analyzer_export.py
Created May 4, 2017 22:39
Saleae python capture and analyzer export example
import saleae
#add this function to saleae.py:
# def capture_blocking(self):
# '''Start a new capture and immediately return.'''
# try:
# self._cmd('CAPTURE', True)
# return True
# except self.CommandNAKedError:
# return False
@endolith
endolith / AutoCorrect.ahk
Last active April 17, 2025 10:08
AutoCorrect AutoHotkey spelling script
; c = case sensitive
; c1 = ignore the case that was typed, always use the same case for output
; * = immediate change (no need for space, period, or enter)
; ? = triggered even when the character typed immediately before it is alphanumeric
; r = raw output
;------------------------------------------------------------------------------
; CHANGELOG:
;
; 2011-03-21 and after: See readme.md