Blog

2022-09-26
Lixinjack
0
Uncategorized

Comparing User Perceptions of Anti-Stalkerware Apps with the Technical Reality(2022) Trans

[…]
See More
2022-06-25
Lixinjack
0
honor thesis, python

Tweepy, an easy way to collect tweets

Document{} […]
See More
2022-06-23
Lixinjack
0
honor thesis, python

How to collect more than 100 tweets when using Twitter API v2

My goal is to collect about 10000 tweets and save them to a csv file. Since Twitter's rate limit is 450 requests per 15 minutes, ideally I'd like to automate this process. The […]
See More
2022-03-17
Lixinjack
0
honor thesis

Bilingual Problems: Studying the Security Risks
Incurred by Native Extensions in
Scripting Languages

[…]
See More
2022-03-04
Lixinjack
0
Uncategorized

10  Important Concepts For Coding (algorithms and data structures)

The logarithm the math concept Understand how the logarithm works […]
See More
2022-02-21
Lixinjack
0
AMG, python

An easy way to use AES to encryption in python

Pycrypto. Which is very useful. link: https://pypi.org/project/pycrypto […]
See More
2022-02-16
Lixinjack
0
honor thesis

How to get Roblox open source game code

Steps to port the game: Double-click on rbxlx-to-rojo on wherever you […]
See More
2022-02-16
Lixinjack
0
honor thesis

Sandbox

What is a sandbox? There are many reasons why the iOS system is more secure than the Android (or Windows) system. One of them […]
See More
2022-02-15
Lixinjack
0
AMG

Quoted-printable and Base64

Quoted-printable and Base64 - Convert 8-bit non-English characters to 7-bit ASCII characters. Although the original intention […]
See More
2022-02-14
Lixinjack
0
Uncategorized

The time complexity of map_Improve the efficiency of code operation – the magic use of Map

Multiple nested for loops are too ugly and inefficient. Is there any way to reduce the number of nested levels? How can I get the data I want concisely and elegantly in the game, […]
See More
2022-02-14
Lixinjack
0
Uncategorized

Time complexity analysis of HashMap

The search time complexity of HashMap container O(1) is only its ideal state, and this ideal state needs to be guaranteed by the java designer. […]
See More
2022-02-14
Lixinjack
0
Uncategorized

OS – Deadlock

[…]
See More
Next
Posts
Scroll to Top