Skip to content

Instantly share code, notes, and snippets.

View bherr2's full-sized avatar
🍀
Living the dream

Bruce W. Herr II bherr2

🍀
Living the dream
View GitHub Profile
@bherr2
bherr2 / nwb2dot.py
Created March 16, 2018 19:38
Network Workbench (.nwb) to GraphViz (.dot) file converter
#!/usr/bin/env python
import sys
"""
MIT License
Copyright (c) 2018 Cyberinfrastructure for Network Science Center at Indiana University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@bherr2
bherr2 / schema.graphql
Created January 26, 2018 14:01
AISL Schema (WIP)
scalar Date
type Avatar {
id: ID!
name: String
runMillis: Int
}
input NewAvatar {
name: String