Blog of James Brown
2022-11-03
2022-11-03
安卓反编译
ida ghidra frida
frida extension/helper methods
attach existing process
1 | sudo frida-ps |
2022-11-03
jce is a tcp protocol, like protobuf
1 | python -m jce 1f2e3d4c5b6a79 |
2022-10-31
opqbot qzone module replacement
animeapi more than just sending shuoshuo
有很多上传接口 都可以这样自动化 因为这些接口可能会变化 自己写成playwright脚本是最省事的方案
2022-10-29
language models
recommendation
fuzzy search
fzf a commandline fuzzy matcher
iterfzf as a fzf python binding and its related projects
stopwords
1 | from nltk.corpus import stopwords |
stopwordsiso in python
summarization
sumy Simple library and command line utility for extracting summary from HTML pages or plain texts
pytextrank Python implementation of TextRank as a spaCy pipeline extension, for graph-based natural language work plus related knowledge graph practices; used for for phrase extraction and lightweight extractive summarization of text documents
summa TextRank implementation for text summarization and keyword extraction in Python 3, with optimizations on the similarity function.
keyword extraction
rake-nltk RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain independent keyword extraction algorithm which tries to determine key phrases in a body of text by analyzing the frequency of word appearance and its co-occurance with other words in the text.
multi-rake Multilingual Rapid Automatic Keyword Extraction (RAKE) for Python
yake Unsupervised Approach for Automatic Keyword Extraction using Text Features
keybert uses sentence transformer to do the job
pke Python Keyphrase Extraction module
1 | import jieba.analyse as ana |
2022-10-27
alpharetta uses tesla-450 driver
1 | update-glx --config nvidia |
2022-10-27
Apache Cordova is an open-source mobile development framework
re-com A ClojureScript library of reusable components for Reagent
2022-10-27
extensions
full-text search
official doc on full-text search
Peewee包括 SQLite extension module 它提供了许多特定于sqlite的功能,例如 full-text search , json extension support 还有更多。如果您想使用这些出色的功能,请使用 SqliteExtDatabase 从 playhouse.sqlite_ext 模块:
1 | from playhouse.sqlite_ext import SqliteExtDatabase |
enhancement proposals
2022-10-27
临时存储文件 temp files host api
用于给粉丝发放福利 充值之后发涩图
sharex a screen capture, file sharing, productivity tool
tools
支持api存储
anonyfiles api need login
list of pomf based temp file hosts
catbox.moe api referred as sharex format
nopaste.net with curl and netcat endpoint
不支持api 需要探索
privfile with download limit
2022-10-25
B站允许最多10个标签
不能发布太频繁, B站官方限制30秒一稿
this api does not analyze the video content. it only predict tags from metadata:
https://member.bilibili.com/x/web/archive/tags
只有PC网页端有这个 手机端没有 可能是新功能
b站最新更新了这两个接口 需要传入upload_id 具体参数抓包获取
分区推荐 POST:
https://member.bilibili.com/x/vupre/web/archive/types/predict
标签推荐 GET(可能有延迟 需要请求两次 因为第一次标签数量较少):
https://member.bilibili.com/x/vupre/web/tag/recommend
获取活动标签: