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: #xmlrpc

当前筛选 #xmlrpc清除筛选
djangoproject

@djangoproject · Post #408 · 08/10/2017, 10:42 AM

https://docs.python.org/3/library/xmlrpc.html #XML-#RPC is a #Remote_Procedure_Call method that uses XML passed via #HTTP as a transport. With it, a #client can call methods with parameters on a remote server (the #server is named by a URI) and get back structured data. #xmlrpc is a package that collects server and client modules implementing XML-RPC. The modules are: xmlrpc.client xmlrpc.server