Blog | 博客

Rotary jam

Original link: https://www.shuizilong.com/house/archives/rotating-calipers/ https://oi-wiki.org/geometry/rotating-calipers/ https://www.luogu.com.cn/problem/P1452 | https://vjudge.net/problem/POJ-2187 diameter https://codeforces.com/contest/1578/problem/F Integral, Minimum Covering Rectangle https://vjudge.net/problem/POJ-3608 Convex Hull Spacing #include <lastweapon/geometry> using namespace lastweapon; using namespace CG; typedef vector<Po> VP; #define suc(x) (x+1==n?0:x+1) DB rc(const VP&P){ int n = SZ(P)-1, j = 1; DB d2 = 0; REP(i, n){ while (dett(P[i+1]-P[i], P[j+1]-P[j])>0) j=suc(j); checkMax(d2, max(dist2(P[i], P[j]), dist2(P[i+1], […]

Rotary jam Read More »

Cat City Physical Fishing Hanging (1): Physical Simulation Touch Screen Click

Original link: https://binux.blog/2022/08/cat-planet-bot-part-1-touch-simulation/ I really haven’t blogged in 2.5 years. I’m the type who doesn’t want to write things down until the dust settles. In the past two and a half years, H1B has been drawn, and I have also changed jobs. After the income rises, I am more willing to spend money to solve

Cat City Physical Fishing Hanging (1): Physical Simulation Touch Screen Click Read More »

Efficient, async feeds are good feeds: my RSS setup

Original link: https://blog.douchi.space/my-rss-setup/?utm_source=rss&utm_medium=rss&utm_campaign=my-rss-setup In simple terms, RSS is a content production specification that enables readers to read integrated, unified content from various feeds on a reader of their choice across platforms and without interruption , social media, email newsletter, etc.) view. Netizens like me who come from the era of RSS may take for granted

Efficient, async feeds are good feeds: my RSS setup Read More »

yarn set cache, clear cache

View yarn global cache directory yarn cache dir clear cache yarn cache clean set cache directory yarn config set cache-folder < path > # example yarn config set cache-folder … The post yarn setup cache, clear cache first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9481 This site is for inclusion only,

yarn set cache, clear cache Read More »

Manage multiple displays using the Multi-Screen Window Placement API

The Multi-Screen Window Placement API is part of the feature project and is currently under development. This article will be updated as the implementation progresses. The Multi-Screen Window Placement API allows you to enumerate the monitors attached to your machine and place windows on specific screens. Suggested Use Cases # Examples of websites that might

Manage multiple displays using the Multi-Screen Window Placement API Read More »

Solve server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

git config – – global http . sslverify false … The post addresses server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9471 This site is for inclusion only, and the copyright belongs to the original author.

Solve server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Read More »

ffmpeg rtsp stream to m3u8 stream

ffmpeg rtsp stream to m3u8 stream ffmpeg -rtsp_transport tcp -i “rtsp://admin:[email protected]:554/live/av0” -fflags flush_packets -max_delay 1 -an -flags -global_header -hls_time 1 -hls_list_size 3 -vcodec copy -s 216×384 -b 1024k -y test.m3u8 … The post ffmpeg rtsp streaming m3u8 streaming first appeared on Lenix Blog . This article is reprinted from https://blog.p2hp.com/archives/9466 This site is for inclusion

ffmpeg rtsp stream to m3u8 stream Read More »