Tristan Yang

Results 112 issues of Tristan Yang

Thanks the core render code, I create one brand new online tool: https://sinqi.tools/triangle

初衷:自己算半个数独爱好者,累了的时候会用玩数独来放空脑子。有天在路边小摊点买了本数独小册子: 随即萌发了为何不自己做个数独小应用的想法,说干就干,五天时间,做了个基本满意的Web APP。 功能特点: - 支持 4x4 9x9 16x16 三种大小的数独 - 从简单到专家 五种难度递增的等级 - 支持备注 - 支持游戏计时 - 支持提示:每局至少有三次提示机会 - 允许限制错误次数,超限则弹窗提示继续或结束 - 允许查看答案 - 打印模式:可以A4纸打印,线下玩(PC下使用打印功能) - 专业的规则解读:https://sinqi.tools/zh/sudoku/rules - 丰富的数独知识库:https://sinqi.tools/zh/sudoku/knowledge -...

highlight the prize number piece after stop spinning

很棒的一个算法库,我根据里面的数独算法,做了一个数独游戏:https://sinqi.tools/sudoku ![image](https://github.com/guanghechen/algorithm.ts/assets/2985895/74f07615-1275-4c60-a09c-b4d449c268f4) 官方演示的数独demo已经很棒了,基于这个demo,新增了一些功能,比如打印功能。 现在似乎有个性能问题:当要生成16*16的数据,会卡一会儿(大概2s左右)才能生成,如果能改进,就更好啦!

贡献一个react版本的: https://sinqi.tools/mark_map

Hi, I want the list scroll to bottom while first enter, but not work when list has async rendering item, how to fix this please? here the demo: https://privoce.voce.chat/#/chat/channel/6 here...

自己曾经写过不少在线的小工具 都放在了我的作品集:[https://yangerxiao.com/works/](https://yangerxiao.com/works/) 希望能给仓库作者带去些新的灵感😄

trianglify.io is awesome, but it has some limits, for example: exporting high resolution image needs payment. so I create one online web tool without trianglify lib: https://sinqi.tools/triangle

https://blog.yangerxiao.com/posts/awesome-github-graphql-api awesome github api 背景 GitHub 目前不能统计查看一个仓库每日新增多少 star,找了几个第三方工具,也没有这样的功能。为了满足我的小需求,这两天做了个小工具,输入仓库地址,就可以方便地以图表方式展现出来,还可以生成并下载图片。 awesome github image…

Gitalk
/posts/awesome-github-graphql-api

https://blog.yangerxiao.com/posts/custom-keyboard-accessible-radio-buttons radio 按钮在不同浏览器会有不同的 UI,在实际的业务开发中,出于对体验一致的考虑,往往会自定义下样式。当然,方式有多种,但是如果要考虑可访问性(accessible),可选择的技术实现就不多了,这篇文章就是介绍其中一种最佳实践。 大概过程 初始化 HTML 代码 使用 CSS…

Gitalk
/posts/custom-keyboard-accessible-radio-buttons