Master Nodejs and backend development by creating a backend web framework from scratch.Learn Node.js by building a backend framework You can access the current version of the book in PDF format (both Light and Dark modes are available) by clicking here. Note that this version includes the current release of the content, and is not the final version. There’s going to be 0 dependencies for our backend framework, as well as our logging library. Everything will be done using vanilla Node.js, the …
Next generation face swapper and enhancerFaceFusion Next generation face swapper and enhancer. Preview Installation Be aware, the installation needs technical skills and is not for beginners. Please do not open platform and installation related issues on GitHub. We have a very helpful Discord community that will guide you to install FaceFusion. Basic - It is more likely to work on your computer, but will be quite slow Acceleration - Unleash the full potential of your CPU and GPU Usage Star…
AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.🐣 GodMode - the smol AI Chat Browser This is a dedicated chat browser that only does one thing: help you quickly access the full webapps of ChatGPT, Claude 2, Perplexity, Bing and more with a single keyboard shortcut (Cmd+Shift+G). (click for video) Whatever is typed at the bottom is entered into all web apps simultaneously, however if you wish to explore one further than the other y…
Serialization framework for RustSerde Serde is a framework for serializing and deserializing Rust data structures efficiently and generically. You may be looking for: An overview of Serde Data formats supported by Serde Setting up #[derive(Serialize, Deserialize)] Examples API documentation Release notes Serde in action Click to show Cargo.toml. Run this code in the playground. [dependencies] # The core APIs, including the Serialize and Deserialize traits. Always # required when us…
Returns old TweetDeck, for free!OldTweetDeck Returns old TweetDeck, for free! Currently no easy way to install, but you can download this repo and load it as unpacked extension in Chrome/Edge/Opera/any Chromium browser. If you're interested in getting 2015 Twitter back, you can also check out OldTwitter extension. Installation DOESN'T WORK ON FIREFOX might be possible to make it run on Firefox, see this Download ZIP Unzip the archive Go to chrome://extensions Enable developer mode (t…
Stable Diffusion in pure C/C++ stable-diffusion.cpp Inference of Stable Diffusion in pure C/C++ Features Plain C/C++ implementation based on ggml, working in the same way as llama.cpp 16-bit, 32-bit float support 4-bit, 5-bit and 8-bit integer quantization support Accelerated memory-efficient CPU inference Only requires ~2.3GB when using txt2img with fp16 precision to generate a 512x512 image AVX, AVX2 and AVX512 support for x86 architectures Original txt2img and img2img mode Negative p…
Code to accompany "A Method for Animating Children's Drawings of the Human Figure"Animated Drawings This repo contains an implementation of the algorithm described in the paper, `A Method for Animating Children's Drawings of the Human Figure' (to appear in Transactions on Graphics and to be presented at SIGGRAPH 2023). In addition, this repo aims to be a useful creative tool in its own right, allowing you to flexibly create animations starring your own drawn characters. If you do creat…
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services hide toc navigation ExternalDNS ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. What It Does Inspired by Kubernetes DNS, Kubernetes' cluster-internal DNS server, ExternalDNS makes Kubernetes resources discoverable via public DNS servers. Like KubeDNS, it retrieves a list of resources (…
Damn Vulnerable Web Application (DVWA)DAMN VULNERABLE WEB APPLICATION Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goal is to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and to aid both students & teachers to learn about web application security in a controlled class room environment. The aim of DVWA is to…