TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15593 · Mar 30

#cplusplus#astronomy#data_visualization#planetarium#science#space#universe#visualization OpenSpace is free, open-source software that lets you interactively explore the entire known universe on Windows or Linux computers, from planets and stars to galaxies, using real NASA data, simulations, and space missions like New Horizons. It works on screens, planetariums, or domes, supports custom content via Lua/Python, and enables global sharing. You benefit by easily visualizing cosmic data for fun, education, science projects, or stunning presentations without high costs. https://github.com/OpenSpace/OpenSpace

Results

1 similar post found

Search: #garbage

当前筛选 #garbage清除筛选
djangoproject

@djangoproject · Post #174 · 09/22/2016, 07:16 PM

gc — #Garbage#Collector interface This module provides an interface to the #optional garbage collector. It provides the ability to disable the collector, tune the collection frequency, and set #debugging options. It also provides access to unreachable #objects that the collector found but cannot free. Since the collector supplements the reference counting already used in Python, you can disable the collector if you are sure your program does not create reference cycles. https://docs.python.org/3/library/gc.html