Skip to content

togoon/jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOC

Binance Test

contributors license

version rating content

ChangeLogs

 

2023.01.04

  • stock quant

2022.12.08

  • sr_min aliyunpan

2022.12.05

  • prod +mysql FIL

2022.12.02

  • recovery zip

2022.11.15

  • strategy Amihud testnet

2022.11.08

  • strategy s_rsrs, uat

2022.11.05

  • stock Kline plot talib

2022.10.26

  • rsync prod

2022.10.20

  • add font extensions recommendations

2022.10.10

  • add signal backtest logic

2022.10.01

  • add net worth curve

2022.09.28

  • add realacc binancefuture test

2022.09.19

  • modify readme: badge, logo, link, fomular, statistics

2022.09.15

  • add stock test .vimrc v2(simialrity,modifiedmom,pyemd,factercheck)
  • env init

2022.09.13

  1. move to github.dev
  2. merge kline
  3. test sqlite3
  4. add autoPush

 

Description 介绍

 

  • software

VSCode, DBeaver, MobaXterm, BCompare, Notepad++, VS,
ubuntu, python, Anaconda3, mingw64v8, git-for-windows,
Tablacus Explorer, Everything, JetSearch,
UniversalViewerPro, ImageGlass, SumatraPDF,
WPS11, WinRAR, 7-Zip, OpenXX, VM, WX,
Xshell, v2rayN-Core, Wing FTP Server, FileZilla, IDM,
fastgithub, Aklepad, tdx,

  • vscode Extension

SQl Server Client(mssql/sqlite/MySQL/MariaDB/Redis, ssh)
Chinese, Bookmarks, c/c++, py/Jupyter/pylance, IntelliCode,
Rest Client, Thunder Client, Code Runner,
indent-rainbow, Error Lens, JavaScript Debugger, ppz.ppz
C:/Users/at/AppData/Roaming/Code/User/settings.json
'Code.exe' --extensions-dir '/home/xxx/.vscode/extensions'
右下角> 单击 编码GBK> 通过编码保存 >UTF-8 : csv
sudo find . -iname settings.json #

  • v2rayN

remarks1 https://freefq.neocities.org/free.txt
v27.102.66.29 : 42298
https://freefq.neocities.org/free.txt
https://raw.githubusercontent.com/aiboboxx/v2rayfree/main/v2
https://nodefree.org/dy/202212/20221204.txt

  • /etc/sysctl.conf tail -f log.txt

sysctl fs.inotify
cat /proc/sys/fs/inotify/max_user_watches
fs.inotify.max_user_watches=524288
sudo echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p

  • badge svg2base64

https://shields.io/
https://tool.bfw.wiki/tool/1578104496781476.html
let svgStr = '<svg aria-hidden="true" fill="white" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book mr-2" xmlns="http://www.w3.org/2000/svg"><path>...</path></svg>'
'data:image/svg+xml;base64,' + window.btoa(svgStr)
unicode字符js: escape("新品") ; unescape("%u65B0%u54C1")
URL编码js: encodeURI("新品"); decodeURI("%E6%96%B0%E5%93%81")
Base64编码js: btoa('1030766771') ; atob('MTAzMDc2Njc3MQ==')
清理图标缓存win: ie4uinit -show
端口: netstat -antlup |grep 端口号 # lsof -i:{端口号} # lsof -i:8080 查看8080端口占用

  • edge

webtor.io , Auto Copy , Close and Forget This Tab , Country Flag
Enhanced GitHub , GitHub加速 , Grammarly , Print Friendly & PDF , SingleFile , Octoree
Reader View , SuperRefresh , Auto Refresh Plus , 鼠标手势 , 网页图片放大 , 时钟
Tampermonkey , uBlock Origin , Listen 1 , PostWoman Http , Save to Pocket Header Editor , bingcn , https://gist.githubusercontent.com/yuhangch/9abc4220af46a1f4a7fc97393e2f040e/raw/89c889b0e7a80446c931823edd612630fd62d165/header-editor-config.json

  • ssh

sudo /etc/init.d/ssh restart # stop
sudo vim /etc/ssh/sshd_config # 每60秒连接一下客户端,最大重试次数为5次
ClientAliveInterval 60
ClientAliveCountMax 5
sudo vim /etc/profile # 0不超时
export TMOUT=0
sudo sed -i 's/^export TMOUT=.*/export TMOUT=0/' /etc/profile
sudo sed -i "/#ClientAliveInterval/a\ClientAliveInterval 60" /etc/ssh/sshd_config
sudo sed -i "/#ClientAliveInterval/d" /etc/ssh/sshd_config
sudo sed -i '/ClientAliveCountMax/ s/^#//' /etc/ssh/sshd_config
#sudo /bin/systemctl restart sshd.service

  • font

sudo apt-get update | sudo apt-get upgrade
sudo apt-get install ttf-mscorefonts-installer
sudo mkdir /usr/share/fonts/truetype/cn
sudo cp tmp/SimHei.ttf /usr/share/fonts/truetype/cn
sudo chmod -R 777 *.ttc *.ttf
cd /usr/share/fonts
sudo mkfontscale
sudo mkfontdir
sudo fc-cache -fv fc-list | grep cn
sudo reboot

...  H2O 水©® ©黑™体®绿2

 

Software Architecture 软件架构

 

.vscode/tasks.json

{
    "tasks": [
        {
            "type": "cppbuild",
            "label": "C/C++: g++ 生成活动文件",
            "command": "/usr/bin/g++",
            "args": [
                "-fdiagnostics-color=always",
                "-g",
                "${file}",
                "-o",
                "${fileDirname}/${fileBasenameNoExtension}"
            ],
            "options": {
                "cwd": "${fileDirname}"
            },
            "problemMatcher": [
                "$gcc"
            ],
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "detail": "调试器生成的任务。"
        }
    ],
    "version": "2.0.0"
}

 

.vscode/settings.json

{
    "python.analysis.typeCheckingMode": "off"
}

 

ngrok.yml

version: "2"
authtoken: 2DA1ur90IFUef5dFJq9gCo0Su0W_7gdHQpB9r2XVc1MFsk3e9

 

Installation 安装教程

 

环境 说明 功能
int Initialization 初始化
DEV Development 开发
test src dest target 测试
SIT System Integrate Test 系统集成测试(内测)
PET Performance Evaluation Test 性能评估测试(压测)
UAT User Acceptance Test 用户验收测试
PRE/PP pre-release / Pre production 灰度环境 预发布
PRD/PROD Production 产品/正式/生产
SIM Simulation 仿真
ides Internet Demonstration and Evaluation System 交互式演示与评估系统
qas Quality Assurance System 质量保证系统

 

版本 Version 授权permission 语言language 开发阶段 stage
Preview预览版 Trial试用版 CN/SC/GBK简版 Alpha内测版α
Corporation&Enterprise企业版 Unregistered未注册版 CHT/TC/BIG5繁版 Beta公测版β
Standard标准版 Demo演示版 EN英版 Gamma熟测试版γ
Plus/Enhanced 增强版 Mini/Lite精简版 Multilanguage多语言版 RC最终版Release Candidate
Professional专业版 Full version完整版 UTF8版 SR修正更新版
Uprgade升级版 Free 自由版 Final正式版
Release发行版 Regged注册版 Build构建日期 RTM最终版Release To Manufactur
Premium超值版 SP升级包Service Pack Rip核心版
Deluxe豪华版 GA 正式版 General Availability OEM厂商版
Shareware共享版 Cardware共享版 RTL/FPP零售版Retail
Express特别版 RVL正式版 EVAL评估版

 

Instructions 使用说明

 

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

👋 Welcome to Codespaces! You are on our default image.

🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P or F1).
📝 Edit away, run your app as usual, and we'll automatically make it available for you to access.

🔮 Future ideas ⚡️💧☀️⛅️☁️❄️🌈☔🔥🌀🌌💫🌏🌐🔗📎📶🕸🐾📢🎉⭕️💤📀📷💻⌨☎📞

🚀 My stack 🚢⚓️✈️🚲🚦🚊🚗🛸🏃‍♀📡🎬🎼🎯🔰👑💎🏆🎁🎄💍🎗🎖👤🤵👪🙂👌🙏👋🤝💊

✨ Inspiration ⭐️📅🎓📁📄📜📘📚🔖📖📝📋📌💼💳💯🔍🔎✔️❌💬💭✉️🔑💡⚠️🔔⛔️🛑

🌷 status 🐼🐜🐝🦋🐦🦅🐞🐂🐑🐘🐇🐢🐬🐧🐙🐠🍄🌼🌲🌺🌹🌱🍂🍇🍉🌽🍓🍍🍅🍔

💼 office ⏳⏰🏰🏡🎡🏭🚥🚧🚫🎇💥🏀⚽⚾🏐🎲🎮🎧🎹🎨🌵☕🍔🌙

⭐️ Get Started ⚛☯☸✡☪✝☦☮☣☢♻✳❇✴©®™☑♨🍽🏛🏞🏘⛈⛏
✉️ Provide Feedback ❤️💘💔💕💖💝💞🎈🔌🍃🌗🖥✅🌰🛳️😉😭📃💰📆📍🗑🔒🔓
💬 Report Issue
❤️ Support

🎯 Assigned
💬 Participating
✋ Mentioned
🙌 Team mentioned
👀 Review requested

👋 Hi, I’m @ ...
👀 I’m interested in ...
🌱 I’m currently learning ...
💞️ I’m looking to collaborate on ...
📫 How to reach me ...

⚡️ Faster page refreshing
🌗 Dark mode aware
🎨 Theme-aware UI
🐞 Built-in devtools support
🔌 Extendable actions
🖥 Re-open in the system browser
✅ No Telemetry
🍃 Much lighter 10.3MB ➡️ 212KB

✨ 特性
☁ 支持本机、从机作为存储端
📤 上传/下载 支持客户端直传,支持下载限速
💾 可对接 Aria2 离线下载,可使用多个从机节点分担下载任务
📚 在线 压缩/解压缩、多文件打包下载
💻 覆盖全部存储策略的 WebDAV 协议支持
⚡ 拖拽上传、目录上传、流式上传处理
🗃 文件拖拽管理
👩‍👧‍👦 多用户、用户组
🔗 创建文件、目录的分享链接,可设定自动过期
👁‍🗨 视频、图像、音频、文本、Office 文档在线预览
🎨 自定义配色、黑暗模式、PWA 应用、全站单页应用
🚀 All-In-One 打包,开箱即用
🌈 ... ...
🛠 部署 下载适用于您目标机器操作系统、CPU架构的主程序,直接运行即可。
⚙ 构建 自行构建前需要拥有 Go >= 1.18、node.js、yarn、zip 等必要依赖。
⚗ 技术栈 Go + Gin React + Redux + Material-UI
📜 许可证 GPL V3

 

Contribution 参与贡献

 

  1. 分类: 确定对象属于哪个类别。 应用: 垃圾邮件检测,图像识别。 算法: SVM,最近邻居,随机森林,......

  2. 回归: 预测与对象关联的连续值属性。 应用: 药物反应,股票价格。 算法: SVR,岭回归,套索,......

  3. 聚类: 将类似对象自动分组到集合中。 应用: 客户细分,分组实验结果 算法: k-Means,谱聚类,均值漂移,......

  4. 降维: 减少要考虑的随机变量的数量。 应用: 可视化,提高效率 算法: PCA,特征选择,非负矩阵分解。

  5. 模型选择: 比较,验证和选择参数和模型。 目标: 通过参数调整提高准确性 模块: 网格搜索,交叉验证,指标。

  6. 预处理: 特征提取和规范化。 应用程序: 转换输入数据(如文本)以与机器学习算法一起使用。 模块: 预处理,特征提取。

 

###TODO: 待办标记
###DONE: 已完成
###HACK: 待修改标记。不确定是正确的,未来可能更改。
###FIXME: 待修复标记。代码需要修正,甚至错误,不能工作,需要修复。
###XXX: 改进标记,草率实现。频繁修改,实现了功能,实现方法有待商榷,希望将来能改进。

###NOTE: 说明标记
###TAG: 标识标记
###STAR: 星号
###[x]: xxx

###BUG: 必须修复的BUG
###update: 升级优化
###mark: 标记
###test: 测试,待测试

###DEBUG: 调试
###INFO: 提示
###WARNING: 警告
###ERROR: 报错
###CRITICAL: 严重错误

Mon周一Monday Tues二Tuesday Wed三Wednesday Thur/Thurs四Thursday Fri五Friday Sat六Saturday Sun日Sunday Jan一January Feb二February Mar三March Apr四April May五 Jun六June Jul七July Aug八August Sept九September Oct十October Nov十一November Dec十二December weekdays工作日workingday weekend周末 Next下个 weekend周末 spring春 summer夏 fall/autumn秋 winter冬 day天 week周 month月 year年 decade十年 century世纪 millennium千年 era时代 early February二月上旬;mid-February二月中旬;late February二月下旬

 

Feature 特点

$$ f(x) = sin(x) + 2x $$

$$ X\stackrel{F}{\longrightarrow}Y $$

$$ P(A \mid B) = \frac{P(B \mid A)P(A)}{P(B)}\qquad r = \ln \frac{p_t}{p_{t-1}}\qquad \sqrt{ x^{2}+\sqrt{y} }\qquad x_{(22)}^{(n)}\qquad \frac{1}{1+\frac{1}{2}}\qquad \sqrt{1+\sqrt[^p]{1+a^2}}\qquad $$

$$ \int_1^\infty\qquad \sum_{k=1}^n\frac{1}{k}\qquad \int_a^b f(x)dx\qquad \frac{\partial E_w}{\partial w}\qquad \lim_{1\to\infty}\qquad \lt \gt \le \ge \neq \not\lt \neq\qquad \times \div \pm \mp x \cdot y\qquad \cup \cap \setminus \subset \subseteq \subsetneq \supset \in \notin \emptyset \varnothing\qquad $$

$$ \to \rightarrow \leftarrow \Rightarrow \Leftarrow \mapsto\qquad \land \lor \lnot \forall \exists \top \bot \vdash \vDash\qquad \star \ast \oplus \circ \bullet\qquad \approx \sim \cong \equiv \prec\qquad \infty \aleph \nabla \partial\qquad \epsilon \varepsilon\qquad $$

$$ \phi \varphi\qquad \left \lbrace \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} \right\rbrace \qquad \left( \sum_{k=\frac{1}{2}}^{N^2}\frac{1}{k} \right)\qquad \left. \frac{\partial f(x, y)}{\partial x}\right|_{x=0}\qquad \left\lbrace\begin{aligned}a\a\a\\end{aligned}\right\rbrace \qquad

\left\lbrace\begin{aligned} a_1x+b_1y+c_1z &=d_1+e_1 \
a_2x+b_2y &=d_2 \
a_3x+b_3y+c_3z &=d_3 \end{aligned}\right\rbrace \qquad $$

st=>start: 开始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op

① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ + – × × / ÷ ~ = ≈ ( ) ↑ → ↓ ← ± % % ‰ β组合 解: B.以前部门 ( 当前 ) 〖〗 【】 · Γ = d2C/dS2 = Δ/dS |θ平| ν ∂ α ∑ ∫σ ρ ∞ ∽ ~ 0 ∧ R X √ e = 2.718 / 2.71 / 2.72 1bp=0.01% → ←↑↓ ↗↘ ↙↖ √ ˄ ˅ ↔ ≠ ≤ ≥ ‾ – –∮ § … £ ¥ ¥ $ • ∴ ∵ ∷ * § № ☆ ★ ○ ● ◎ ◇ ◆ □ ℃ ‰ € ■ △ ▲ ※ 〓 ¤ °# & @ \ ︿ _  ̄ ― ♂ ♀ ~ ! @ # $ % ^ & * ( ) _ + { } [ ] = - : ” | ? > < , . / ; ’ \ + - * ≈ ≡ ≠ = ≤ ≥ < > ≮ ≯ ∷ ± + - × ÷ / ∫ ∮ ∝ ∞ ∧ ∨ ∑ ∏ ∪ ∩ ∈ ∵ ∴ ⊥ ∥ ∠ ⌒ ⊙ ≌ ∽ √ 。,、;: ?!…—·ˉ¨‘’“”々~‖∶"'`|〃〔〕〈〉《》「「『』.〖〗【】()[]{} ⅠⅡⅢⅣⅤⅥⅦⅧⅨⅩⅪⅫ⒈⒉⒊⒋⒌⒍⒎⒏⒐⒑㈠㈡㈢㈣㈤㈥㈦㈧㈨㈩⑴⑵⑶⑷⑸⑹⑺⑻⑼⑽①②③④⑤⑥⑦⑧⑨⑩ αβγδεζηθικλμνξοπρστυφχψωΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=*-+/.· abcdefghijklmnopqrstuvwxyz~!@#$%^&*()_+}{|”:?><;’[]

♤დ ♡ ❣ ❤ ❥ ❦ ❧ ♥ ★ ☆ ✡ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ⁂ ⁎ ⁑ ☸ ✢ ✣ ✤ ✥ ✱ ✲ ✳ ✴ ✵ ✶ ✷ ✸ ✹ ✺ ✻ ✼ ✽ ✾ ✿ ❀ ❁ ❂ ❃ ❇ ❈ ❉ ❊ ❋ ♚♛♝♞♜♟♔♕♗♘♖♟☀☁☂☃☼☽☾♨❄❅❆★☆✦✪✫✿❀❁♥❤ღ☑✔✘ㄨ✖✉☎♂♀웃유 ☣☤⌘☭❧⚘✍✎✑✂✄☹☺☻☪❂☬☸♆☩◙❦☸♠♣♥♤♡❤❥❣❇❈❊✳✴✻

✐ ✎ ✏ ✑ ✒ ✍ ✉ ✁ ✂ ✃ ✄ ✆ ✉ ☎ ☏ ☑ ✓ ✔ √ ☐ ☒ ✗ ✘ ㄨ ✕ × ✖ ☢ ☠ ☣ ✈ ★ ☆ ✡ ☯ ☰ ☲ ☱ ☴ ☵ ☶ ☳ ☷ ☜ ☞ ☝✍ ☚ ☛ ☟✌ ♤♧ ♡ ♢♠ ♣ ♥ ♦ ☀ ☁ ☂❄ ☃ ♨ 웃 큐 유 囍 ㍿❖ ☽ ☾☪ ✣ ✤ ✥✦ ❉ ❥ ❤ ❦ ❧ ❃ ❂ ❁ ღ ❀ ✿♂♀ ✪✯ ☭ ➳ 卍 卐 ⊙ ◎ ● ○ ◐ ◑ ⓛ ⓞ ⓥ ⓔ ① ⊕ Θ ☼ ¤ ㊣ ☺☻ ⚘ ♔ ♕ ♖ ♗ ♘ ♙ ♚ ♛ ♜ ♝ ♞ ♟ ↔ ↕ → ↘ ☇ ☈ の あ ぃ Ю 〓 § ♯ ♮ ✲ ❈ ➹ 【 】 ┱ ┲ ❣ ✚ ✙ ☄ ☊ ☋ ☌ ☍ ╬ 『 』 ♫ ♬♩ ♭♪ ∴ ∷ ﹌ £ ◆ ◇ ◣◢ ▲ ▼ △ ▽⊿ ◤ ◥ ░ ▒ ▣ ▧ ▨ ▤ ▥ ▦ ▩ ◘ ◙ ◈ ▀ ▄ █ ▌ ■ ▷ ◀ ►◄ ☪ ♈ º₪ « » ™ ◕ ۰ • ۰ ▫ ♦ ▬ ◊ ◦ ‿ - m

♠♣♧♡♥❤❥❣♂♀✲☀☼☾☽◐◑☺☻☎☏✿❀№↑↓←→√×÷★℃℉°◆◇⊙■□△▽¿½☯✡㍿ 卍卐♂♀✚〓㎡♪♫♩♬㊚㊛囍㊒㊖Φ♀♂‖$@*&#※卍卐Ψ♫♬♭♩♪♯♮⌒¶∮‖€£¥$

﹢﹣×÷±/=≌∽≦≧≒﹤﹥≈≡≠=≤≥<>≮≯∷∶∫∮∝∞∧∨∑∏∪∩∈∵∴⊥∥∠⌒⊙√∟⊿㏒㏑%‰⅟½⅓⅕⅙⅛⅔⅖⅚⅜¾⅗⅝⅞⅘≂≃≄≅≆≇≈≉≊≋≌≍≎≏≐≑≒≓≔≕≖≗≘≙≚≛≜≝≞≟≠≡≢≣≤≥≦≧≨≩⊰⊱⋛⋚∫∬∭∮∯∰∱∲∳%℅‰‱øØπ

。,、': ∶;?‘’“”〝〞ˆˇ﹕︰﹔﹖﹑•¨….¸;!´?!~—ˉ|‖"〃`@﹫¡¿﹏﹋﹌︴々﹟#﹩$﹠&﹪%*﹡﹢﹦﹤‐ ̄¯―﹨ˆ˜ ﹍﹎+=<_-\ˇ~﹉﹊()〈〉‹›﹛﹜『』〖〗[]《》〔〕{}「」【】︵︷︿︹︽﹁﹃︻︶︸﹀︺︾ˉ﹂﹄︼❝❞

°′″$¥〒¢£%@℃℉﹩﹪‰﹫㎡㏕㎜㎝㎞㏎m³㎎㎏㏄º○¤%$º¹²³ £ ¥ ¥ $ € £ ₴ $ ₰ ¢ ₤ ₳ ₲ ₪ 元 ₣ ₱ ¤ ₡ 円 ₢ ₥ ₦ z ł ﷼ ₧ ₯ ₨ K ₹ ƒ ₸ ¢

↑↓←→↖↗↘↙↔↕➻➼➽➸➳➺➻➴➵➶➷➹▶►▷◁◀◄«»➩➪➫➬➭➮➯➱⏎➲ ➾➔➘➙➚➛➜➝➞➟➠➡➢➣➤➥➦➧➨↚↛↜↝↞↟↠↠↡↢↣↤↤↥↦↧↨⇄⇅⇆⇇⇈⇉⇊⇋⇌⇍⇎⇏⇐⇑⇒⇓⇔⇖⇗⇘⇙ ⇜↩↪↫↬↭↮↯↰↱↲↳↴↵↶↷↸↹☇☈↼↽↾↿⇀⇁⇂⇃⇞⇟⇠⇡⇢⇣⇤⇥⇦⇧⇨⇩⇪↺↻⇚⇛♐

ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ αβγδεζνξοπρσηθικλμτυφχψω

АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ абвгдеёжзийклмнопрстуфхцчшщъыьэюя

ā á ǎ à ō ó ǒ ò ē é ě è ī í ǐ ì ū ú ǔ ù ǖ ǘ ǚ ǜ ü ê ɑ  ń ň  ɡ ㄅ ㄆ ㄇ ㄈ ㄉ ㄊ ㄋ ㄌ ㄍ ㄎ ㄏ ㄐ ㄑ ㄒ ㄓ ㄔㄕ ㄖ ㄗ ㄘ ㄙ ㄚ ㄛ ㄜ ㄝ ㄞ ㄟ ㄠ ㄡ ㄢ ㄣ ㄤ ㄥ ㄦ ㄧ ㄨ ㄩ

零壹贰叁肆伍陆柒捌玖拾佰仟万亿吉太拍艾分厘毫微卍卐卄巜弍弎弐朤氺曱甴囍兀々〆のぁ〡〢〣〤〥〦〧〨〩㊎㊍㊌㊋㊏㊚㊛㊐㊊㊣㊤㊥㊦㊧㊨㊒㊫㊑㊓㊔㊕㊖㊗㊘㊜㊝㊞㊟㊠㊡㊢㊩㊪㊬㊭㊮㊯㊰㊀㊁㊂㊃㊄㊅㊆㊇㊈㊉

ぁあぃいぅうぇえぉおかがきぎくぐけげこごさざしじすずせぜそぞただちぢっつづてでとどなにぬね のはばぱひびぴふぶぷへべぺほぼぽまみむめもゃやゅゆょよらりるれろゎわゐゑをんゔゕゖァアィイ ゥウェエォオカガキギクグケゲコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパ ヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶヷヸヹヺ・ーヽヾ ヿ゠ㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ

─ ━│┃╌╍╎╏┄ ┅┆┇┈ ┉┊┋┌┍┎┏┐┑┒┓└ ┕┖┗ ┘┙┚┛├┝┞┟┠┡┢┣ ┤┥┦┧┨┩┪┫┬ ┭ ┮ ┯ ┰ ┱ ┲ ┳ ┴ ┵ ┶ ┷ ┸ ┹ ┺ ┻┼ ┽ ┾ ┿ ╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇ ╈ ╉ ╊ ╋ ╪ ╫ ╬═║╒╓╔ ╕╖╗╘╙╚ ╛╜╝╞╟╠ ╡╢╣╤ ╥ ╦ ╧ ╨ ╩ ╳╔ ╗╝╚ ╬ ═ ╓ ╩ ┠ ┨┯ ┷┏ ┓┗ ┛┳ ⊥ ﹃ ﹄┌ ╮ ╭ ╯╰

@blog https://ation126.github.io @Email: [email protected]

About

btc多因子 and

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published