A simple tool for bootstrapping Chimera systems from binaries

This is a simple tool for bootstrapping Chimera systems from binaries. For source builds, you want . Simple usage: $ # run as root most of the time $ ./chimera-bootstrap.py –repository /path/to/main –key /path/to/key.pub /path/to/root See –help for more information. Why not simply use apk? For one, this script makes sure that all hooks and triggers are run correctly and reproducibly, in a safe manner. This is not ensured if you just use apk to install a base package. For […]

Read more

A BlockChain Based solution for storing the medical records

đź“„Abstract Blockchain has the ability to keep an incorruptible, decentralized, and transparent log of all patient data makes it a technology rife for security applications. Additionally, while blockchain is transparent it is also private, concealing the identity of any individual with complex and secure codes that can protect the sensitivity of medical data. The decentralized nature of the technology also allows patients, doctors, and healthcare providers to share the same information quickly and safely. 🗒️Introduction This project effectively stores the […]

Read more

Course Materials for Math 340

This repository aims to be the one repository for which you can find everything you about Math 340. Lecture Notes Lecture Notes are contained in notes.md. To view it, Visual Studio Code or alternative markdown editors that support math equation can be used. It is currently incomplete and PR is welcomed to add details to the lecture note. Practice Questions This repository aims to contain practice questions & solutions by course topic. Each different topic would have its own folder, […]

Read more

A converter for the .BMR / .RLE bitmap files used in some Neversoft PS1 games

python3 pyqt5 – can be installed with pip install PyQt5 pypng – Included This program can be running py main.py in the directory it is extracted to. Then, simply select the folder containing the RLE / BMR files you wish to extract the textures from, and the folder to output the images to. Images will be output as PNGs. The program is single threaded and will freeze while extraction is ongoing. The Dreamcast version of Spider-Man uses a different format […]

Read more
1 2