Fuzzy Retroarch thumbnail downloader

Fuzzy Retroarch thumbnail downloader In Retroarch, when you use the manual scanner to get non-standard games or hacks, thumbnails often fail to download. This program, for each game label on a playlist, downloads the ‘most similar’ image, and creates a symlink (linux) or copy (windows) to display the image in retroarch. It has several options to fit unusual game names, but you can just run it. It will ask for the CFG, playlist and system if they’re not provided. Example: […]

Read more

WORDLE clone for Adafruit Clue

This project is a clone of the very popular word solving puzzle game Wordle; made for the Adafruit Clue hardware running Circuit Python 7.x.x. (Clue board: https://www.adafruit.com/product/4500) Custom Keyboard Hardware: https://github.com/MichaelLacock/Open-Blue *** Note that you may need to manually re-add the libraries, there really isn’t a good way to re-package the required libraries. *** KeyBoard Driver library: https://github.com/arturo182/arturo182_CircuitPython_BBQ10Keyboard *** Circuit Python for CLUE: https://circuitpython.org/board/clue_nrf52840_express/ *** Get 7.x Bundle here: https://circuitpython.org/libraries Setup:Once Circuit Python 7.x.x is up an running, just drag […]

Read more

Data web app sobre Pokémon TCG que desarrollo durante transmisiones de Twitch, 2022

This application aims to simulate the hand of a Pokémon TCG player.We want to help Pokémon TCG players to understand the distribution of cardsof their decks and to simulate starting hands + prizes + mulligans. This is a work in progress and I’m currently streaming the development ofthis tool every friday at 9 PM (🇲🇽) onhttps://twitch.tv/fractalfox_. To do list: Convert deck fortmat from PCTGO to a processable list of information Search card info through the Pokémon TCG API Display cards […]

Read more

The Security-Hardened Linux kernel and modules; repackaged for Fedora Linux

This repository automatically downloads and extracts the latest hardened linux kernel from the Arch Linux repositories (https://archlinux.org/packages/extra/x86_64/linux-hardened). The kernel and all of its associated files are then packaged by the HardHat project’s Copr repository (https://copr.fedorainfracloud.org/coprs/noatsecure/HardHat), making it available to Fedora Linux users. GitHub View Github    

Read more

Helperpod – A CLI tool to run a Kubernetes utility pod with pre-installed tools that can be used for debugging/testing purposes inside a Kubernetes cluster

Helperpod is a CLI tool to run a Kubernetes utility pod with pre-installed tools that can be used for debugging/testing purposes inside a Kubernetes cluster. Pre-requisites Docker (For building and pushing the image) kubectl (Or the kubeconfig file either located in default ~/.kube/config path, or an environment variable named KUBECONFIG pointed to a specific config file path) Usage Install the required libraries python3 -m pip install –user -r requirements.txt Configure container registry information, this can be either done via manually […]

Read more

Keep an eye on the apps that are using your clipboard

This repository contains the code of an experiment, in order to understandhow hard would it be (if possible) to have an application that can monitorthe access of other apps to the clipboard on Linux machines. At the moment it only supports desktop environments that use X. To learn more please read theoriginal blog post. Installation To build and run this demo app, you will need to have the following librarieson your system: libdbus-1-dev libglib2.0-dev You will also need to have […]

Read more

Crop your image to different resolutions without missing the subject

Set a focal point and “artdirector” crop your image to different resolutions without missing the subject. Ideal to create images for mixed or responsive media. Example Original Image (by me) Variants artdirector –focus-x 260 –focus-y 440 –height 600 –width 600 –zoom 0.0 –edge 3.0 example.jpeg test-1.jpeg artdirector –focus-x 260 –focus-y 440 –height 600 –width 300 –zoom 0.2 –edge 3.0 example.jpeg test-2.jpeg artdirector –focus-x 260 –focus-y 440 –height 600 –width 600 –zoom    

Read more

Minimalistic Windows ransomware written in Python (Still a work in progress)

Minimalistic Windows ransomware written in Python (Still a work in progress) The following constants must be modified in order to deploy:DECRYPTOR_PATHDB_PASSWDSERV_HOSTBACKGROUND_URL To build the ransomware and decryptor simply use pyinstaller after installing the required dependencies Import the included .sql file into the mysql database hosted on your server. TO-DO:-Add persistency-Server-Client communication over TOR-GUI for decryptor GitHub View Github    

Read more

Parsing the Json file by provide the node name

This project is based on Parsing the json and dumping it to CSV via Flask api post method. Huge json file can be parsed by just executing the main.py file and open the url http://127.0.0.1:5000/parsing in postman. please provide the POST method and provide body value as json body object ( take example_account-model.json file as example) dumping the result in CSV file. Mostly used Parsed result for data analysis purpose. #Steps or Guides to run the project. Create a Virtual […]

Read more
1 225 226 227 228 229 915