Trying to replicate (albeit unsuccessfully) the phenomenon of boids using Ursina in a naive manner

Trying to replicate (albeit unsuccessfully) the phenomenon of boids using Ursina in a naive manner. Please install the Ursina module before running the code. More about that here. This is an attempt to copy the simulation created by Ben Eater using Vanilla JavaScript Link to his code The premise for this simulation is the following (Please refer the above code too, where it has been explained in a much better way than I am going to here): Each boid has […]

Read more

Python library for sending emails

Python library for sending emails. Installation git clone https://github.com/SunPodder/Mail-py Usage Import module and create instance: from Mail import * mail = Mail(“[email protected]”, “password”) Set receiver’s email address and subject: mail.receiver = “[email protected]” #Receiver’s email address mail.subject = “Demo Mail” #email subject Send a simple email: mail.addText(“Hello world!nThis    

Read more

Apachuk: CVE-2021-41773 Grabber with Shodan

Grabber Apache Directory traversal with Shodan. Rewrite code from : https://github.com/mohwahyudi/cve-2021-41773 pip3 install requirements.txt python3 main.py -a [Shodan Api Key] -k [Keyword for shodan] Login / Register to Get your shodan API Key on https://account.shodan.io/ python3 main.py -a shodanapiwithrandomchar -k “Apache/2.4.49” Feel free to give any feedback! GitHub View Github    

Read more

A text based adventure game

This is text based adventure game Aditya binukumarSrishti SharmaShiva TripathiTanishq Tanwar Theme: HorrorObjective: Reach the bathroom, and return backCharacters: Player: 8 year old kid You wake up in the middle of the night to a deafening thunderclap and you are feeling thirsty, but you soon realize that not everything is as it seems in the house tonight. Where has everyone gone? Your family is missing and strange things are lurking in the shadows. GitHub View Github    

Read more

Framework to build and train RL algorithms

RayLink is a RL framework used to build and train RL algorithms. RayLink was used to build a RL framework, andtested in a large-scale multi-agent training environment. It can help you easily build your own workload.RayLink will connect every working node, and let you efficiently arrange your own dataflow. Because you can define anode type based on its functionality, all dataflow are more clear to researchers and developers. It’s based on ray for now, and it has implemented several new […]

Read more

Sqlconfig: manage your config files with sqlite

The problem Your app probably has a lot of configuration in git. Storing it as files in a git repo has a lot of advantages, including: Diffing Rollbacks Blame Branching However, flat files in a repo can get unwieldy: Different files need to be kept in sync with each other Bulk operations are challenging It’s easy to add invalid data They’re disorganized sqlconfig gives you all the advantages of config files stored in version control, with the power, flexibility and […]

Read more

Free and open-source digital preservation system designed to maintain standards-based, long-term access to collections of digital objects

By Artefactual Archivematica is a web- and standards-based, open-source application which allows your institution to preserve long-term access to trustworthy, authentic and reliable digital content. Our target users are archivists, librarians, and anyone working to preserve digital objects. You are free to copy, modify, and distribute Archivematica with attribution under the terms of the AGPLv3 license. See the LICENSE file for details. Installation Other resources Website: User and administrator documentation Wiki: Developer facing documentation, requirements analysis and community resources Issues: […]

Read more
1 516 517 518 519 520 1,021