Cornerstone Weekly – What you need to know about Yingtian, the largest logistics center in the galaxy

Original link: https://sci-fic.xyz/archives/36.html Hello, Excellency! “Cornerstone Weekly” is a “galactic-level newsletter” under the cornerstone blog . This column is updated once or twice every two weeks. The source of “true, accurate and detailed” helps you understand this universe! You can follow and subscribe to our Telegram channel or set up RSS automatic push , click

Cornerstone Weekly – What you need to know about Yingtian, the largest logistics center in the galaxy Read More »

Master, stay in the circle

Original link: https://www.mbcao.com/%E5%9C%88/ I can’t have this object, I can’t even remember my birthday. But if it wasn’t for my mother’s reminder, I might have forgotten that today is my birthday. Recently, I feel more and more that my brain is not very good – I often forget a lot of things. Forgetting has become

Master, stay in the circle Read More »

Record yourself | 2022.06.20

Original link: https://www.bgbiji.com/1011.html Beginning June 7, 2022, record yourself. It is mainly divided into two aspects: 1. Record your own life, thoughts and mood, etc.; 2. Record your own work, study and diligence. Life Thoughts 1. I read today. I just read that Zeng Guofan came out of the mountains and formed a new army

Record yourself | 2022.06.20 Read More »

Burp Suite Professional Edition v2022.5.1 x64 Full Activated + All Addons – Latest Harmony Version

Original link: https://ldqk.xyz/1331 Burp Suite is an integrated penetration testing tool necessary for information security practitioners. It adopts automatic testing and semi-automatic testing, including Proxy, Spider, Scanner, Intruder, Repeater, Sequencer, Decoder, Comparer and other tool modules. By intercepting HTTP/HTTPS web data packets, acting as a middleman between browsers and related applications, intercepting, modifying, and replaying

Burp Suite Professional Edition v2022.5.1 x64 Full Activated + All Addons – Latest Harmony Version Read More »

The Biology of Joke Understanding

Original link: https://lujun9972.github.io/blog/2022/06/20/%E7%AC%91%E8%AF%9D%E7%90%86%E8%A7%A3%E4%B9% 8Bbiology/index.html 1. Buy-Scientist #+begin_example How do you call a member of the financial staff of the faculty of Biology? A Buy-ologist. #+end_example This article is reprinted from: https://lujun9972.github.io/blog/2022/06/20/%E7%AC%91%E8%AF%9D%E7%90%86%E8%A7%A3%E4%B9% 8Bbiology/index.html This site is for inclusion only, and the copyright belongs to the original author.

The Biology of Joke Understanding Read More »

Joke Comprehension Round

Original link: https://lujun9972.github.io/blog/2022/06/20/%E7%AC%91%E8%AF%9D%E7%90%86%E8%A7%A3%E4%B9% 8Bround/index.html * Your round #+begin_example Two fat bokes sitting in a pub, one say to the other, “Your round!” The other replies, “So are you, you fat bastard!” #+end_example =Your round= sounds a lot like =You’re round=. It means from =It’s your turn=, it becomes =You round= This article is reprinted from:

Joke Comprehension Round Read More »

A hundred years from now, what languages ​​will people use to develop software? (Book at the end of the article)

It’s hard to predict what human life will be like a hundred years from now, and only a few things are certain. At that time, cars will have the ability to fly at low altitudes, regulations on urban planning will be relaxed, buildings can be built to hundreds of floors, the sun will not be

A hundred years from now, what languages ​​will people use to develop software? (Book at the end of the article) Read More »

One Skill a Day: Translating Text Strings in HTML Using Python

Original link: https://www.kingname.info/2022/06/20/translate-html/ I believe that everyone has used the browser’s translation webpage function, for example, for the English webpage shown below: After one-click translation into Chinese, it looks like this: You may think this function is very simple, isn’t it just string replacement? Then you can try to translate the English below the <p>

One Skill a Day: Translating Text Strings in HTML Using Python Read More »

One skill a day: Bug analysis, the problem that false deletion leads to successful article publishing but cannot be opened

Original link: https://www.kingname.info/2022/06/20/fake-delete/ The company has an internal blog, where you can create your own account and write articles to share throughout the company. Yesterday this internal blog opened the API, so I am going to write a Python program and upload all the articles on my official account. Then I found out that there

One skill a day: Bug analysis, the problem that false deletion leads to successful article publishing but cannot be opened Read More »

One trick a day: Make your regular expressions a hundred times more readable

Original link: https://www.kingname.info/2022/06/20/readable-re/ Regular expressions are powerful, but they are written like an emoji. When I look at the expression I wrote in a month, I don’t even remember what it means. For example the following: 1 pattern = r”((?:\(\s*)?[AZ]*H\d+[az]*(?:\s*\+\s*[AZ]*H\d+[az]*)* (?:\s*[\):+])?)(.*?)(?=(?:\(\s*)?[AZ]*H\d+[az]*(?:\s* \+\s*[AZ]*H\d+[az]*)*(?:\s*[\):+])?(?![^\w\s])|$)” Is there any way to improve the readability of regular expressions? We know

One trick a day: Make your regular expressions a hundred times more readable Read More »