-
### 项目
1. https://github.com/TencentBlueKing/legacy-bk-paas 主要使用了其CMDB的功能 https://github.com/TencentBlueKing/bk-cmdb
2. 参考资料: https://bk.tencent.com/docs/markdown/ZH/CMDB/3.14/UserGuide/Introduce/…
-
It would make sense to add a BK Tree implementation for `scorers` which full fill the triangle inequality. This would provide massive performance improvements for things like searches.
https://dl.a…
-
I imagine the Threads team modified how auth works but now the response I get back is
```
{"layout":{"bloks_payload":{"data":[],"props":[{"id":"-6917714003244327204","name":"ttrc_instance_id"},{"i…
-
I've got this _.gitignore_:
```
# files directly below bk.d are output by the backup scriplets, so they don't
# need to be tracked
bk.d/*
!bk.d/*/
```
which is applied to this repo tree:
…
-
Here are some of my lightly-organized thoughts that were discussed on the 2024-09-02 call. Posting here as promised for record and for further consideration. These musings mostly arise from the initia…
-
Someone submitted the contact form!
**URL**: https://usaco.guide/gold/all-roots?lang=cpp
**Module**: Gold - DP on Trees - Solving For All Roots
**Topic**: Suggestion
**Message**:
Worth mention…
-
W. Burkhard and R. Keller. Some approaches to best-match file searching, CACM, 1973
http://portal.acm.org/citation.cfm?doid=362003.362025
I was inspired by http://blog.notdot.net/2007/4/Damn-Cool-Alg…
-
Hi @urialon.
Could you please tell me how do you construct a json for the service `https://po3g2dx2qa.execute-api.us-east-1.amazonaws.com/production/extractmethods`?
I requested the following pr…
-
思路checkpoints:
1. 算法比较傻,一次次循环。。
2. perf optimize: 直接用len 放入loop 里去累加(代替results,因为计算len 还得遍历一次results)
3. perf optimize: 遍历单个word 验证是否有重复值时,采取验过即抹除index 对应的char,减少后续遍历的长度
```
/**
* @param {str…
-
Hello,
I would want to run ska2 with k gretter than 63, for example k-mer=81 with in the middle SNP.
Is it possible to ugrade the ska2 with upgraded k?
I try k-mer=81 with ska1 but failed.
If …