Skip to content

Instantly share code, notes, and snippets.

View emmanuelkalunga's full-sized avatar

Emmanuel Kalunga emmanuelkalunga

View GitHub Profile
@emmanuelkalunga
emmanuelkalunga / compare_tex_file.py
Created September 26, 2018 16:41 — forked from sylvchev/compare_tex_file.py
Shell script to compare tex files in python with difflib, output HTML file to highlight the difference.
#!/usr/bin/env python
import sys
import re
import difflib as dl
if __name__ == '__main__':
if len(sys.argv) < 3 or len(sys.argv) > 5:
print ("usage: %s file1 file2 [output.html]" % sys.argv[0])
sys.exit(0)
@emmanuelkalunga
emmanuelkalunga / covarianceSSVEPextraction.ipynb
Created July 15, 2017 13:53 — forked from sylvchev/covarianceSSVEPextraction.ipynb
Building extended SSVEP covariance matrices for EEG-based cerebral interfaces
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.