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 moreDocumentation 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 moreAutomatically 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 moreA 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 moreA 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 moreCourse 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 moreA 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 moreTelegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram
Telegram Streamer Bot Telegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram ✨Features Coming soon, help me to improve it 🛠Commands Coming soon, help me to improve this too Deploy to Heroku Conclusion I need you all to help me improve this bot You can make a pull requests to my repo If you need help, contact me on Telegram Make sure you
Read moreCave Generation using metaballs in Blender
Cave Generation using metaballs in Blender. Originally created by sdfgeoff, Edited by Myself (Archie Jaskowicz). Installation To install this plugin, download the python script and open blender. Then go to “Edit -> Preferences -> Add-ons -> Install”. Then navigate to the python script and click “install Add-on”. Once that’s added, search for CaveGen in the search bar (located under “Install” at the top right of Preferences), make sure the “Community” box is on (shift-click it) and the enable “CaveGen” by […]
Read more