Skip to content

Instantly share code, notes, and snippets.

View asford's full-sized avatar

Alex Ford asford

View GitHub Profile
@asford
asford / load_180102_av9_scaffolds.ipynb
Created January 6, 2018 07:05
180101_loop_rebuild/load_180102_av9_scaffolds.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / structured_hash.ipynb
Created January 25, 2018 23:23
packed dtype transformations demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / 3DMol-via-html-magic.ipynb
Created January 30, 2018 21:49
Untitled3.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / list_ipython_files.ipy
Created January 30, 2018 21:57
Minimal example of ipython syntax for scripting.
#!/bin/sh
''''exec ipython "$0" -- ${1+"$@"} # '''
# vi: syntax=python
# Magic shebang above triggers interpretation of script below with ipython,
# rather than python syntax. Ie. Use your magics.
current_file_list = !ls
ipyfiles = [f for f in current_file_list if f[-4:] == ".ipy"]
@asford
asford / 180208_rosetta_scripts_interactive_doc.ipynb
Created February 9, 2018 00:33
RosettaScriptsInteractiveDocs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / simple_2d_torch.ipynb
Created February 12, 2018 21:07
workspace/tmol_toy/simple_2d_torch.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / simple_2d_torch.ipynb
Created February 13, 2018 00:11
workspace/tmol_toy/simple_2d_torch.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / 180212_polybb_test_system.ipynb
Last active February 13, 2018 08:22
workspace/tmol/dev/180212_polybb_test_system.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.