JupyterLite as a Datasette plugin

JupyterLite as a Datasette plugin Installation Install this plugin in the same environment as Datasette. $ datasette install datasette-jupyterlite Usage Once installed, visit /jupyterlite/ to access JupyterLite served from your Datasette instance. Development To set up this plugin locally, first checkout the code. Then create a new virtual environment: cd datasette-jupyterlite python3 -mvenv venv source venv/bin/activate Or if you are using pipenv: Now install the dependencies and test dependencies: To run    

Read more

Repo used to maintain all notes and scripts developed during my DevNet Expert studies

Exam Date: TBD (Waiting for registration to open) This repository will be used to track my progress and maintain all notes/scripts/apps developed during my Cisco DevNet Expert studies.Along with labbing, I’ll also be reading a few books to prepare for the DevNet Expert Lab exam. I am providing a list of the books I’mreading below, and will be checking them off as I knock them out. I’ll also be using plenty of online resources and will try to includelinks to […]

Read more

Data on Free Food at MIT

Procrastinating research by plotting data on how long it takes emails on the free-food at mit edu mailing list to go through. Data is thanks to Gabriel R., who sent this email at 6:43 p.m., October 31, 2021 to the MIT free food mailing list along with a survey link: apparently food mailing lists can have a surprisingly long delay to send email, so i’ve decided to make this form to test out the delay. please fill it out to […]

Read more

Tool for finding website backends

Hidend is a simple multitool for finding website backend ips hiding behind a ddos protection like cloudflare for example or even websites hiding behind tor. Hidend can be used to perform ip history checks, subdomain scans, http response checks, favicon hash matching with shodan and censys SSL certificate matching. git clone https://github.com/cybertoolbank/hidend/ cd hidend bash setup.sh cd hidend python3 hidend.py 1:Obtain Favicon Hash: This option will obtain the favicon fromthe path you give and generate base64 hash out of it, […]

Read more

Maintained wavelink fork for pycord

Wavelink is robust and powerful Lavalink wrapper for Pycord!Wavelink features a fully asynchronous API that’s intuitive and easy to use. Support For support using Pycord.WaveLink, please join the official support server on Discord. Installation The following commands are currently the valid ways of installing WaveLink. WaveLink requires Python 3.8+ Windows py -3.9 -m pip install pycord.wavelink –pre Linux python3.9 -m pip install pycord.wavelink –pre Getting Started    

Read more

VHDL to Discrete Logic on PCB Flow

Highly experimental set of scripts to transform a digital circuit described in a hardware description language (VHDL or Verilog) into a discrete transistor circuit on a PCB. (Disclaimer: I don’t know what I am doing) Makes use of: GHDL Yosys ABC GTKView NGspice PCBPlace – my own P&R tool written in Python Freerouting (Optional) Eagle (Optional) EasyEDA (Optional) Should work in a Linux shell. I am currently using WSL2. For details see Project logs on HaD.io Flow Architecture GitHub View […]

Read more

Chunkmogrify: Real image inversion via Segments

Teaser video with live editing sessions can be found here This code demonstrates the ideas discussed in arXiv submission Real Image Inversion via Segments.http://arxiv.org/abs/2110.06269(David Futschik, Michal Lukáč, Eli Shechtman, Daniel Sýkora) Abstract:We present a simple, yet effective approach to editingreal images via generative adversarial networks (GAN). Unlike previoustechniques, that treat all editing tasks as an operation that affects pixelvalues in the entire image in our approach we cut up the image into a set ofsmaller segments. For those segments corresponding […]

Read more

Official PyTorch Implementation for InfoSwap

@InProceedings{Gao_2021_CVPR, author = {Gao, Gege and Huang, Huaibo and Fu, Chaoyou and Li, Zhaoyang and He, Ran}, title = {Information Bottleneck Disentanglement for Identity Swapping}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year = {2021}, pages = {3404-3413} }    

Read more
1 388 389 390 391 392 928