카테고리
useful information

How to copy anti-drag text

Sometimes, when you find good information and try to spread it, there will be many people who experience inconvenience by applying the drag prevention function. Basically, you don't want to copy and paste your own text, so you probably did. Still, everyone who is going to spread will spread. It is something that we have to leave to people's conscience. Of course, I am notifying you in the hope that it will be used for such malicious (?) purposes. […]

카테고리
useful information

How to Free Download Classic Genuine Software

I found this site by accident while googling. It's a very useful site, so I'm sharing it. Site Introduction This is an overseas site that handles a large amount of old materials. Internet Archive – The Vintage Software Collection I haven't seen them all yet, but the amount seems to be huge. Even at a glance, programs that I had forgotten about, such as Windows 95 and Windows 98 Plus, stood out. Unexpected data while looking at it carelessly or, if you are lucky, you can find data […]

카테고리
useful information

Jigsaw Puzzle 2000 Piece Tips and Reviews (Sunflower Field Picture)

Not long ago, my mother wanted to hang a painting of sunflowers at home and asked me to buy one, so I did a search and found it was too expensive. I didn't give up and kept looking, and I happened to find a picture puzzle, and the price was cheaper than I thought. I made an offer to my mother. Wouldn't it be more meaningful to buy a puzzle and put it together than to just buy a picture and hang it? […]

카테고리
coding

Python conditional statements (using if, dictionary)

Let's take a quick look at Python conditional statements. The result of the if statement is: An if statement with only one condition. Since 10 is less than 5, the condition is true and the phrase ‘It’s True.’ is printed. Here is the result: The above case is an if/elif statement with two conditions. If there are two or more conditions, you can add them with an elif statement. Here, 15 is not less than 10, so the first condition is not satisfied. […]

카테고리
useful information

How to Download Instagram Videos and Images Online

This time, I would like to introduce you to a site that helps you easily download Instagram videos. I know there are many other complicated methods, but there is no need to access it that hard when there is such a good site. Site Introduction The following sites provide a function to easily download Instagram videos. https://en.savefrom.net/118/download-from-instagram If the following screen appears, it is normal. I know how to do it now […]

카테고리
useful information

Latest web browser available for Windows XP

Internet Explorer and the last version of Chrome supported by Windows XP cannot access Tistory blogs or other websites with the latest web features. ie the browser doesn't display the page at all like this: I didn't really have a reason to connect, but out of curiosity, I wanted to find a way to connect. Then I found the answer in an unexpected place. I don't usually use the Firefox browser, so I wasn't very interested. just maybe […]

카테고리
coding

Python def and lambda syntax and differences comparison

Let's take a look at two keywords that have similar functions. Wouldn't you have made two uselessly? def Description First, let's take an example. Here is the result: Functions are written with the def keyword. add is the name of the function, and the arguments to be passed are defined as x and y. It has a function that returns the result of adding two values. When I passed 3 and 5 as arguments to the add function created in this way, the result was 8. […]

카테고리
coding

Different ways to parse Python BeautifulSoup

While studying Python, I tried to organize various ways to get specific tags from html documents. HTML Example Code Let's take a look at how to parse specific tags using the BeautifulSoup module assuming that there is an HTML document as follows. The goal is the tag below. Utilization of find() method The following is the output result. Utilization of find_all() method The following is the output result. Utilization of select_one() method The following is the output result. select() method […]

카테고리
useful information

Nintendo DS recommended emulator melonDS Android latest version

This time, we would like to learn how to install the Android version of melonDS, one of the Nintendo DS emulators running on smartphones. The paid DraStic emulator was once said to be the best, but with the recent discontinuation of updates, melonDS is being talked about as a new alternative. I haven't tried it, but melonDS may be a better choice because it supports multiplayer. Download the apk file The emulator installation file can be downloaded from the following Github site […]

카테고리
ETC

Reasons for moving from a free blogging service to an installed WordPress blog

hello. Until recently, I used a free blog service (Tistory). Then I recently installed a WordPress blog. I would like to tell you briefly about why or why I started a WordPress blog. Freely add features you want The biggest reason for moving to WordPress is that you can't create the features you want in a free service blog. One of the things I wanted to do was to automatically translate texts. […]

en_USEnglish