Scitizen: Help scientific research for the benefit of mankind and humanity

Scitizen has been built from the ground up to give everyone the possibility to contribute to scientific research ✨. No Ph.D. required 🧑‍🎓. ✨Overview You want to make the world a better place for future generations🌱? From computing molecules interactions for biomedical and environmental research🧬, analyzing pictures took by astronomical space telescopes to find a new home for humanityđź”­, piercing the secrets of quantum physics by improving the design of the Large Hadron Collider🧲, you can do it all from […]

Read more

Pixie: A full-featured 2D graphics library for Python

Pixie is a 2D graphics library similar to Cairo and Skia. pip install pixie-python Features: Typesetting and rasterizing text, including styled rich text via spans. Drawing paths, shapes and curves with even-odd and non-zero windings. Pixel-perfect AA quality. Supported file formats are PNG, BMP, JPG, SVG + more in development. Strokes with joins and caps. Shadows, glows and blurs. Complex masking: Subtract, Intersect, Exclude. Complex blends: Darken, Multiply, Color Dodge, Hue, Luminosity… etc. Many operations are SIMD accelerated. Image file […]

Read more

Shape Matching of Real 3D Object Data to Synthetic 3D CADs

Shape Matching of Real 3D Object Data to Synthetic 3D CADs (3DV project @ ETHZ) Group Member: Yue Pan, Yuanwen Yue, Bingxin Ke, Yujie He Supervisor: Dr. Iro Armeni, Shengyu Huang report | presentation | demo Data preparation and preprocessing TBA How to use Train the model, monitor it via wandb cd ./src # configure the path and parameters in train_scannet.sh bash train_scannet.sh Evaluate the model on ScanNet or 2D3DS dataset # configure the    

Read more

A EddieHub API python package

A EddieHub API python package. Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License -> https://github.com/FayasNoushad/EddieHub/blob/main/LICENSE Installation pip install EddieHub Note If user not joined on EddieHub Community please join first via EddieHub Community Support. Don’t forget after joining to make it public. Click here and change visibility. Add your data on EddieHubCommunity/Linkfree Usage **About EddieHub:**For json result about EddieHub import eddiehub print(eddiehub.eddiehub()) **About Member:**For json result about member of EddieHub import eddiehub print(eddiehub.member(“FayasNoushad”)) GitHub – FayasNoushad/EddieHub: A […]

Read more

A Sublime Text plugin can display images inline to improve your documentation

Sometimes ASCII art is not enough. Sometimes an image says more than a thousand words. This Sublime Text plugin can display images inline to improve your documentation. Usage Use the ![alt text](uri) markdown syntax inside a single-line comment. E. g. in Python you would use def hello(): # ![](say_hello.png) print(‘Hello’) Local images are loaded by default, remote images (https://…) aren’t. You can configure an image’s dimensions by adding HTML properties after the image markup: ![alt text](uri){width=”200″, height=”200″}. Everything between the […]

Read more

Discord exploit allowing you to be unbannable

Discord exploit allowing you to be unbannable. 9/3/2021 Found in late August.Found by Passive and Me. If a user gets banned at the same time that they join a server, Discord seems to still think the user is banned.Hence why the user won’t work, however, kicking the user from the server may work. discord_exploit.mp4 The exploit is difficult to replicate code-wise, so there is no POC source yet.If you make a working POC source, then make a pull request with […]

Read more
1 22 23 24 25 26 48