How To Deactivate Instagram Account – A step by step Guide

How to deactivate instagram account feature image

Sometimes we might want to deactivate our Instagram account temporarily. This article will discuss step by step guide to deactivating your Instagram account. Deactivate Instagram Account Please note that if you temporarily deactivate your account your profile, images, comments, and likes will be hidden. We can only deactivate Instagram using any one of the mediums: … Read more

Best Free Text to Image Generator App for Android

SDImageGenerator app android

Text-to-image art generation is a trending topic in the AI community. This article focus on the best free text-to-image art generator app for Android. Text-to-image generation requires a description of the image as if you were writing a caption for a photo. So prompt means the description of the image. See the examples. Description can … Read more

How to Use Custom Stable Diffusion Models With SDImageGenerator – A step by step Guide

feature image

SDImageGenerator is a text-to-image generation artificial intelligence desktop app for Windows. The SDImageGenerator 2.0 of the app comes with the stable diffusion 1.5 model as the default model. This article will discuss how to use a custom stable diffusion model with SDImageGeneator. SDImageGenerator 2.0 will support the models derived from stable diffusion 1.4 by CompVis, … Read more

Python List Sorting

Sometimes we might need to sort lists in Python programming. This article will discuss Python list sorting methods. Using list.sort method Python lists have a built-in sort method it modifies the list in place. The syntax of the list.sort method Parameters key : Callable function that takes a single argument reverse : a boolean value … Read more

Top 10 New Features in Ubuntu 22.10 Kinetic Kudu

Top new features of Ubuntu 22.10

Canonical has released Ubuntu 22.10(Kinetic Kudu) with new features and fixes. This article will discuss the top 10 new features of Ubuntu 22.10. Support lifespan – Ubuntu 22.10 has a support life span of 9 months until July 2023. 1. GNOME 43 The desktop environment is updated to GNOME 43. Some key features of GNOME … Read more

How To Get the Type of a Variable in Cpp

Sometimes we need to determine the variable type at runtime in C++ code. This tutorial will discuss how to get the type of a variable in C++. The typeid operator allows us to determine the type of variable/object at runtime. The syntax of typeid operator Parameters: Typeid operator accepts one parameter : Type – Variable … Read more

Categories C++

Text to Image AI Desktop App For Windows

Stable diffusion SDImageGenerator feature image

Text-to-image generation artificial intelligence is a trending topic in the AI community. This tutorial will teach you how to use a text-to-image generation AI desktop app for Windows. We will use an easy-to-use SDImageGenerator (Stable Diffusion Image Generator /SDIG) software for Windows. Usually setting up text-to-image AI locally is a tedious task that requires some … Read more

Cppfront – A new Syntax for CPP

Cppfront feature image

C++ is a good programming language, it is used in performance-critical areas like gaming, multimedia processing, etc but some parts of CPP language syntax are still old-style (cpp1). Cppfront is an experimental compiler for C++ syntax2 (cpp2) by  Herb Sutter. My goal is to explore whether there’s a way we can evolve C++ itself to … Read more

Categories C++