Aak GPT4 How To Learn TypeScript

TypeScript, a statically-typed superset of JavaScript, offers several merits that can enhance the development experience, improve code quality, and streamline collaboration. Some of the key advantages of using TypeScript are: What is the advantages of TypeScript? Type safety: TypeScript’s static typing allows developers to catch type-related errors during compile time rather than at runtime. This …

Aak GPT4 How To Learn TypeScript Read More »

A review of “Cleanup.pictures”, a web app that allows you cleanup unwanted subjects by simply painting the subjects

“I took a picture and there are some small objects or people in it that I don’t need” I’m sure many of you have experienced this situation. I found a web service called “Cleanup.pictures” that allows you to remove unwanted objects from your pictures by simply painting over them. Cleanup.pictures – Remove objects, people, text …

A review of “Cleanup.pictures”, a web app that allows you cleanup unwanted subjects by simply painting the subjects Read More »

The “Surname Map,” which allows you to look up the nationwide distribution of all surnames in Japan

It is thought that there are more than 100,000 different surnames in Japan alone, representing family trees and family names. It is also known that there are regional differences in the distribution of surnames, and a “surname map” is available to easily find out how a particular surname is distributed. Very interesting. Surname Map (https://www.dmuchgis.com/myojimap/) …

The “Surname Map,” which allows you to look up the nationwide distribution of all surnames in Japan Read More »

Useful website — extract-table.com

The Internet is full of information, and there are many cases where useful information is displayed as tables and graphs, but the problem is that they are not searchable as images. “Extract-Table” can automatically generate a table from an image of a table, which is useful when you want to convert such an image table …

Useful website — extract-table.com Read More »

Basic Python

In this article, I am going to write some interesting Q&A or examples of basic Python concept. For Loop and while Returns the sum of all the divisors of a number, without including it. A divisor is a number that divides into another without a remainder. make the print_prime_factors function print all the prime factors …

Basic Python Read More »

About Big O

Big O notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity.  // by Wikipedia Big Os O(1) –> Constant- no loops O(n) –>Linear- for loops, while loops through n items O(log N) –> Logarithmic- usually searching algorithms have log n if they are sorted (Binary Search) O(n log(n)) …

About Big O Read More »

“Sorted CSS Colors” allows you to intuitively look up the names and color codes of 147 different colors from your browser.

Using CSS, which specifies the appearance of documents written in HTML or XML, you can freely specify the colors of text and pages. In order to specify a color, you need a color name, but looking up the names of 147 different colors can be tedious. In such a case, you can use the web …

“Sorted CSS Colors” allows you to intuitively look up the names and color codes of 147 different colors from your browser. Read More »

Power Automate Desktop for Windows 10

On March 2, 2021, Microsoft released Power Automate Desktop for Windows 10, an official Robotic Process Automation (RPA) tool. This tool will come standard with Windows 10, but since it was already available for download, We can use it now. https://blogs.windows.com/windowsexperience/2021/03/02/download-power-automate-desktop-for-windows-10-to-automate-tasks-and-processes-at-no-additional-cost/ After installing it, will pop-up a dialog box with 3 types of browser extensions …

Power Automate Desktop for Windows 10 Read More »

RSS
Follow by Email
LinkedIn
LinkedIn
Share