2022-07-22
蹭网Wifi天线 雷达扫描 五轴机械臂

利用淘宝铜片焊接的WiFi天线 安装在开源机械臂上 利用固定点抵达算法 扫描算法 自动探测WiFi源与方向的对应关系 机械手臂应当安装在比较高的支撑点上 周围不要挡着WiFi天线 有比较长的延长线 扫描算法不得超过线材的限制(旋转角度控制)必须得知初始态的绝对位置

Read More

2022-07-18
SEO tools

Read More

2022-07-18
Sentence Word Order Corrector

design a model to accept fixed length word type sequence and output word order token. the token is used to decode the final word sequence, just like the convolution but different.

input can be both misplaced sentences or correct sentences

looking for english word order correctifier.(grammar)

Read More

2022-07-13
Powerpoint 比较视频制作方法 Animation Software Oss Scriptable Flipcard

  • 看看别人的数据来源是什么

知乎神回答 知乎同类回答 排行榜 github排行榜 同类内容

比较视频可以用段落总结关键词来做

free open source animation software for linux, by sourceforge.net

three.js javascript 3d library

typed.js imitate typing animation

anime.js javascript animation engine

synfig 2d vector based animation library

countup.js animate counting up to a number

vivus.js drawing animation imitator

Libreoffice Impress或者其他的动画工具 制作视频 比如synfig blender three.js

https://ask.libreoffice.org/t/convert-impress-presentation-to-video/33952

https://ask.libreoffice.org/t/how-to-turn-libreoffice-impress-into-video-mp4-format/20589

同样的 可以制作冷知识问答的动画视频 通过收集百度 bing搜索相关词语 如果是问句 问题 就拿来搜索 如果出现了放大版本的句子就收集下来 就是回答

Read More

2022-07-11
Create And Import Backups In Standardnotes

Read More

2022-07-11
Self Hosted Web Applications

common web applications could be big, like search engines. this is a list of open-sourced self hosted services:

https://github.com/awesome-selfhosted/awesome-selfhosted

Read More

2022-07-11
Terminal autocomplete

Linux support in alpha, currently MacOS only:

fig

warp

why my vim stops working?

warp known issues

Read More

2022-07-10
Beautify 美颜

opencv bilateral filter python

1
2
3
4
5
import cv2 as cv
img = cv.imread('image.jpg')
bilateral = cv.bilateralFilter(img, 15, 75, 75)
cv2.imwrite('img_bilateral.jpg', bilateral)

https://github.com/xujingzhou/VideoBeautify

python美颜瘦脸

https://github.com/Sharpiless/opencv-pyqt-makeup-software

https://github.com/geeklili/Opencv_PIL

https://github.com/PerpetualSmile/BeautyCamera

JavaScript 美颜

https://github.com/KikyoMiao/beauty

Read More

2022-07-09
哔哩哔哩 接口 Bilibili Apis

哔哩哔哩对user agent有校验 要使用浏览器的UA或者fake_useragent的UA

生成随机的dm_*参数

1
2
3
4
5
6
7
{
"dm_img_list": "[]", # 鼠标/键盘操作记录
"dm_img_str": "".join(random.sample(dm_rand, 2)),
"dm_cover_img_str": "".join(random.sample(dm_rand, 2)),
"dm_img_inter": '{"ds":[],"wh":[0,0,0],"of":[0,0,0]}',
}

合成wbi校验数据的算法没有变化

如果有必要的话,用curl-cffi对抗tls fingerprinting


bilibili上传工具 biliup

bilibili toolkit

api合集

https://www.bilibili.com/read/cv3430609/

官方接口文档

https://github.com/fython/BilibiliAPIDocs

直播api

https://github.com/lovelyyoshino/Bilibili-Live-API

野生api收集

https://github.com/SocialSisterYi/bilibili-API-collect

python api

https://github.com/MoyuScript/bilibili-api

https://github.com/Nemo2011/bilibili-api (current)

https://github.com/Vespa314/bilibili-api

提交视频剧情树

Read More

2022-06-24
Sound Effects

spotify/pedalboard

support vst plugins, create sound effects

Read More