This plugin generates json files used by deovr allowing you to play 2d and 3d video’s using the player

This plugin generates json files used by deovr allowing you to play 2d and 3d video’s using the player.Deovr looks for an index file /deovr of scenes as json files containing information on scenes.This plugin generates these Stash can act as a web server and serve files from a custom url, we will be using this to serve the json files generated by this plugin.Edit config.yml and add a custom served folder option like the below, this will serve files […]

Read more

Python bindings for JIGSAW: a Delaunay-based unstructured mesh generator

JIGSAW: An unstructured mesh generator JIGSAW is an unstructured mesh generator and tessellation library; designed to generate high-quality triangulations and polyhedral decompositions of general planar, surface and volumetric domains. JIGSAW includes refinement-based algorithms for the construction of new meshes, optimisation-driven techniques for the improvement of existing grids, as well as routines to assemble (restricted) Delaunay tessellations, Voronoi complexes and Power diagrams. This package provides a Python based scripting interface to the underlying JIGSAW mesh generator, including a range of additional […]

Read more

Generate an ASCII Art from keyword put in the cli

ascii-art-generator-cli Generate an ASCII Art from keyword put in the cli Install git clone https://github.com/Nathanlauga/ascii-art-generator-cli cd ascii-art-generator-cli pip install -r requirements.txt pip install . Usage ascii-generator –help Usage: ascii-generator [OPTIONS] KEYWORD Shows differents ASCII Art given a keyword You can change the number of columns and the scale. There are 2 gray scale available 10 and 70 (default is 70) Options: -c, –cols INTEGER Number of columns for ASCII Art. -s, –scale FLOAT Height scale for ASCII Art. -m, –more-levels […]

Read more

Generate knowledge graphs with interesting geometries, like lattices

Generate knowledge graphs with interesting geometries, like lattices.Works on Python 3.9+ because it uses cool new features. Get out of that 2020funk and install the most recent version of Python. 💪 Getting Started See https://github.com/cthoyt/translational-toys for example usage to generatecharts like . 🚀 Installation The most recent release can be installed fromPyPI with: $ pip install geometric_graphs The most recent code and data can be installed directly from GitHub with: $ pip install git+https://github.com/cthoyt/geometric-graphs.git To install in development mode, use […]

Read more

Generate a bunch of malicious pdf files with phone-home functionality

Generate ten different malicious pdf files with phone-home functionality. Can be used with Burp Collaborator. Used for penetration testing and/or red-teaming etc. I created this tool because i needed a third party tool to generate a bunch of PDF files with various links. Usage python3 malicious-pdf.py burp-collaborator-url Output will be written as: test1.pdf, test2.pdf, test3.pdf etc in the current directory. Do not use the https:// etc prefix on the url argument. Purpose Test web pages/services accepting PDF-files Test security products […]

Read more
1 2 3 4 5 6