Skip to content

Instantly share code, notes, and snippets.

View mr-kelly's full-sized avatar
🤔
Born for Future

Kelly Peilin Chan mr-kelly

🤔
Born for Future
View GitHub Profile
@mr-kelly
mr-kelly / 10-permission-summary.json
Last active July 9, 2026 16:23
PR8407 enterprise UI permission validation screenshots
{
"test_node_name": "New datasheet",
"created_node_id": "dstgZlz63s4tsepVxe",
"permission_clicked": true,
"contains_resources_do_not_exist": false,
"contains_loading_failed": false,
"contains_batch": false,
"requests": [
{
"method": "GET",
@mr-kelly
mr-kelly / pr8407-permission-error-state-fixed.svg
Created July 9, 2026 12:32
vikadata PR8407 real UI validation after loading error fix
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mr-kelly
mr-kelly / 01-pr8407-edit-permissions-menu.svg
Created July 9, 2026 11:59
vikadata PR8407 functional UI validation screenshots 2026-07-09
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mr-kelly
mr-kelly / 01-workbench-empty.svg
Created July 9, 2026 11:36
vikadata PR audit real UI screenshots 2026-07-09
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mr-kelly
mr-kelly / wawammseg.py
Created July 26, 2012 15:51 — forked from onlytiancai/wawammseg.py
写了一个简单的支持中文的正向最大匹配的机械分词,其它不用解释了,就几十行代码
# -*- coding:utf-8 -*-
'写了一个简单的支持中文的正向最大匹配的机械分词,其它不用解释了,就几十行代码'
'搜狗词库下载地址:http://vdisk.weibo.com/s/7RlE5'
import string
__dict = {}
def load_dict(dict_file='words.dic'):
'加载词库,把词库加载成一个key为首字符,value为相关词的列表的字典'