Skip to content

Instantly share code, notes, and snippets.

View bskinn's full-sized avatar

Brian Skinn bskinn

View GitHub Profile
@bskinn
bskinn / import_stomp.py
Created January 12, 2025 04:18
Demonstration of 'import stomping' behavior of imports inside functions
import os as foo
import os as bar
print()
print(f"Initial {'rmdir' in dir(foo)=}")
print(f"Initial {'rmdir' in dir(bar)=}")
print()
def no_global():
import sys as foo
@bskinn
bskinn / ccl_db_archive_info.md
Last active August 19, 2025 04:30
ccl.net Database Archive Info

ccl.net Database Archive Info

The Computational Chemistry List (CCL) "was established on January 11, 1991, as an independent electronic forum for chemistry researchers and educators from around the world." It was created and operated for three and a half decades by Jan Labanowski, Ph.D., and comprised many things, incluing a job board, a software archive, and a document repository. But, its most well known component was almost certainly the [CCL.NET mailing list][list frontpage], via which researchers and educators around the world discussed countless topics in and adjacent to computational chemistry.