Distance to Closest Road Feature Server

Milliarium Aerum, the zero of all Roman roads This is a feature server that computes the distance to the closest road as feature for a given coordinate. It can be used command-line or with the provided Flask microframework server. Roadster uses .SHP files from the Open Street Map project, as generously provided by Geofabrik GmbH. It can provide the value of the distance-to-closest-road feature for a given coordinate or compute the value of the feature for all points on a […]

Read more

SimBiber: A tool for simplifying bibtex with official info

We often need to simplify the official bib that consists of many information into a shorter version that only maintains necessary information (e.g., author, title, conference/journal name and etc) due to page limitation. We introduce SimBiber, a simple tool in Python to simplify them automatically. Hope it’s helpful for you. We also highly recommend another wonderful tool for you Rebiber, which is a tool for normalizing bibtex with official info. Changelog 2021.12.31We build the first version and release it. Installation […]

Read more

Convert any given animated gif file into an animation in GIFT CSV format

This repo is made to participate in Matt Parker’s XmasTree 2021 event. Convert any given animated gif file into an animation in GIFT CSV format. Convert a Gif: First, run pip3 install -r requirements.txt to install the necessary packages. To convert a gif you will need a CSV file with coordinates of the Xmas tree’s LED lights; Matt Parker’s 2021 coordinates are given in examples/coords_2021.csv. Run this command: python3 convert.py The output will be a CSV file in GIFT format […]

Read more

A WIP Code Generator tool. This is the way

Django Fett is an incomplete code generator used on several projects.This is an attempt to clean it up and make it public for consumption. Django Fett is different because it leverages Frontmatter Metadata and exposes the extra metadata into the template context.Frontmatter Metadata may also contain variables that make setting an output filename cleaner than trying to save file or folder names with Jinja syntax. TODO: Quick start Templates A Fett template is a header of a markdown-like frontmatter and […]

Read more

0xFalcon Tool For Python

Installation Install 0xFalcone Tool: apt install git git clone https://github.com/hassanalharbi123/0xFalcon cd 0xFlacon python3 install.py Usage python3 exploit.py -h Example XSS Tool: python3 exploit.py -u xss -T http://example.com -L list.txt -m GET -n username Windows Reverse Shell: python3 exploit.py -u shell -y exe -I 127.0.0.1 -P 1111 -F payloadexe Subdomains Brute Force: python3 exploit.py -u subdomain -T http://example.com -L list.txtand you can also Brute Force Attack (Files and Folders), Extract Picture metadata. GitHub View Github    

Read more

Putting a Machine Learning Model into Production with Flask and Heroku

La creación de un proyecto de aprendizaje automático en un jupyter notebook ejecutaándose en local para unos datos de entrada controlados es una cosa, pero implementar el modelo como una aplicación web y su posterior puesta en producción como servicio para usuarios en la red es otra cosa muy distinta. Para que un producto basado en el aprendizaje automático tenga éxito, es necesario crear servicios que otros equipos puedan usar o un producto donde los usuarios puedan interactuar. Para ello, […]

Read more

A project that me and my friends created as the CSC110 Final Project at UofT

Introduction The COVID-19 pandemic has caused severe financial stress for many Canadians. A national poll from October of 2020 reported that nearly 1 in 3 Canadians areworried they may never financially recover from the pandemic. Roughlyhalf of Canadians under the age of 35 have borrowed money from institutions tomake ends meet, while roughly the same amount have taken advantage of the Government’s emergency assistance. This is largely due to two major reasons. First, the pandemic drove the unemployment rate as […]

Read more

Run CodeServer on Google Colab using Inlets in less than 60 secs using your own domain

Run CodeServer on Colab using Inlets in less than 60 secs using your own domain. Features Optimized for Inlets/InletsPro Use your own Custom Domain i.e. https://colab.yourdomain.com Quick Deployment Password Protection (Optional) Notebook/CLI Support GDrive Integration Cloud Storage Integration (gcs, s3, minio, etc.) Currently Tested Storage Backends GCP Cloud Storage AWS S3 Minio Installation # From pypi pip install –upgrade inlets-colab # From source pip install –upgrade git+https://github.com/trisongz/inlets-colab Requirements Usage in Colab Notebook    

Read more
1 303 304 305 306 307 935