Client to allow skytrack to be used with GSPro Golf simulator application

Skytrack Interface for GSPro A Basic Interface connection from Skytrack Launch Monitors to be able to play simulator golf via GSPro About The Project An open source project to intergrate Skytrack with GSPro’s open API. Getting Started To run this application, your system must have python. The development was done using python=3.8. All packages installed are listed in the provided requirements.txt file. Prerequisites A Skytrack Launch Monitor GSPro game that is licensed for use. Usage COMING SOON (back to top) […]

Read more

Quickly transform your CSV file (of any size) to SQL quickly

Transforme rapidamente seu arquivo CSV (de qualquer tamanho) para SQL de forma rápida, e com isso insira seus dados usando INSERT de uma forma simples. Usando É necessário ter o Python3.9+ git clone https://github.com/willy-r/csv-to-sql.git cd transform-to-sql python3.9 csv_to_sql.py arquivo_de arquivo_para Exemplo de uso python3.9 csv_to_sql.py detalhes_jogos.csv data/detalhes_jogos.sql GitHub View Github    

Read more

Python script for converting .json to .md files using Mako templates

Just install poetry and update script dependencies Put your settings in settings.py and .json data (optionally, with attachments) in data folder you set in settings.py Add your Mako template to templates/ folder Create your template variable in templates.py Write your own handler and put it to handlers/ folder Change main.py file using your template and handler Contribute if you want GitHub View Github    

Read more

A Proof-of-Concept Layer 2 Denial of Service Attack that disrupts low level operations of Programmable Logic Controllers within industrial environment

A Proof-of-Concept Layer 2 Denial of Service Attack that disrupts low level operations of Programmable Logic Controllers (PLCs) within industrial environments. Utilizing multithreaded processing, Automator-Terminator delivers a powerful wave of spoofed ethernet packets to a null MAC address. git clone https://github.com/RoseSecurity/Automator-Terminator.git cd /Automator-Terminator pip3 install -r requirements.txt python3 AutomatorTerminator.py A PROGRAMMABLE LOGIC CONTROLLER (PLC) is an industrial computer control system that continuously monitors the state of input devices and makes decisions based upon a custom program to control the state […]

Read more

A simple example using Flask inside a container

Docker Flask This is a simple example of how create a container for a Python Flask Web Application using Docker. Installation git clone https://github.com/FaztWeb/docker-flask cd docker-flask docker build -t docker-flask . docker run –publish 3000:3000 –name docker-flask docker-flask or run container in interactive mode: docker exec -it docker-flask bash or in detach mode: docker run –name docker-flask -p 3000:3000 -d docker-flask GitHub    

Read more

Documentation for GitHub Copilot

NOTE: GitHub Copilot discussions have moved to the Copilot Feedback forum. Welcome to the GitHub Copilot user community!In this repository, you can find documentation, walkthroughs, examples, and the latest resources you need to use GitHub Copilot. Getting Started For a tour of GitHub Copilot, visit the homepage at copilot.github.com. If this is your first time using GitHub Copilot, check out theGetting Started guide. How to get help Have a question, or want to provide feedback? Visit the Feedback forumto ask […]

Read more

Automatically open a pull request for repositories that have no CONTRIBUTING.md file

Automatically open a pull request for repositories that have no CONTRIBUTING.md file for a targeted set of repositories. What this repository does This code is for a GitHub Action that opens pull requests in the repositories that have a specified repository topic and also don’t have a CONTRIBUTING.md file. Why would someone do this It is desirable, for example, for all Open Source and InnerSource projects to have a CONTRIBUTING.md file that specifies for new contributors what the processes and […]

Read more
1 2