Skip to content

Instantly share code, notes, and snippets.

@chrissem
chrissem / time.py
Last active September 13, 2023 13:50
[Title1] description1 #tag1 #tag2
#import os
print(os.time)
@chrissem
chrissem / build.py
Created September 11, 2012 09:16
JCC buildfile for bio-formats
#!/usr/bin/env python
import os
compiler = 'python -m jcc'
# jcc options
options = [
'build',
'install'