Skip to content

Instantly share code, notes, and snippets.

View sylvchev's full-sized avatar

Sylvain Chevallier sylvchev

View GitHub Profile
@sylvchev
sylvchev / to_scikit_learn_API.ipynb
Created June 15, 2021 11:21 — forked from gemeinl/to_scikit_learn_API.ipynb
Braindecode with sci-kit learn pipeline chaining
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sylvchev
sylvchev / README
Last active August 29, 2015 14:10 — forked from leandrosilva/README
$ python xlogd.py sample.log
parsed: {'appname': 'test.app', 'timestamp': '2012-09-06 15:19:32', 'hostname': 'codezone.local', 'pid': '68898', 'priority': '132', 'message': 'bla bla bla warn'}
parsed: {'appname': 'test.app', 'timestamp': '2012-09-06 15:19:32', 'hostname': 'codezone.local', 'pid': '68902', 'priority': '131', 'message': 'bla bla bla error'}
parsed: {'appname': 'Dock', 'timestamp': '2012-09-06 15:19:32', 'hostname': 'codezone.local', 'pid': '154', 'priority': '11', 'message': 'CGSReleaseWindowList: called with 5 invalid window(s)'}
parsed: {'appname': 'WindowServer', 'timestamp': '2012-09-06 15:19:32', 'hostname': 'codezone.local', 'pid': '79', 'priority': '11', 'message': 'CGXSetWindowListAlpha: Invalid window 0'}