The Pure Data (short Pd) project on SourceForge unifies the extensions (or externals) written for the Pure Data Graphical Computer Music System written by Miller Puckette with contributions from many others.
PyMOL is an OpenGL based molecular visualization system
The Open-Source PyMOL repository has been moved to github:
https://github.com/schrodinger/pymol-open-source
We still use the pymol-users mailing list here on sourceforge. Please subscribe for community support: https://pymol.org/maillist (Note: SourceForge email newsletter and special offers are optional and can be unchecked)
The PyMOL community wiki has its own home:
https://pymolwiki.org/
Extract text from corrupt DOCX files where Word itself fails.
Previously known as Damaged DOCX2TXT, this GUI program will extract text from damaged/corrupted Word 2007 - 2013 DOCX format documents.
DOCX files are actually zipped collections of mostly XML files. The main text in docx files is found in document.xml file in the collection. Corrupt DOCX Salvager uses 7Zip, an unzipper that sometimes unzips partially corrupt document.xml files despite reporting an error.
XML as a format is unforgiving of data corruption but Corrupt DOCX Salvager...