Results 6 issues of Chengke

这个 pr 是关于 issue #68 的解决方案 目前的demo: 显示危险牌 计划添加的内容 - [x] 将终端的信息都迁移到网页端 - [ ] 通过 websocket 或 server-sent events 让服务器发现状态更新时主动 push 给客户端 - [ ] bootstrap 排版 - [...

Consider to add a feature of displaying the tiles in icon 🀇 ? The hex code for mahjong tiles lies between 1F000 and 1F02F. See here for details: https://unicode.org/charts/nameslist/c_1F000.html

The default behavior of notion-export-enhandcer is to move the root md file into the folder with the same name and to rename the md file as `!index.md`. For example, suppose...

如果我没有看错的话,当选手提交后,为了达到实时更新的效果,目前uoj采取的方法是每500ms访问一次`/submission/xxxxx?get=status-details`(这里`xxxxx`表示提交的ID),直到`"judged":true`。 我觉得在比赛的时候,会有一大堆waiting,这时候请求是非常频繁的,不妨尝试codeforces的方法,使用[nginx-push-stream-module](https://github.com/wandenberg/nginx-push-stream-module)。感觉上可以减轻服务器负担。

enhancement

Request: Add a new macro `ICA(array, length)` that can print the array. Example Usage: ```cpp int a[100] = {1, 2, 3, 4}; ICA(a+1, 2); // prints "ic| (a+1)[2]: [2, 3]"...

enhancement

The existing code only considers `()` and `` for not cutting on a comma, but it does not handle `{}`. ### Code Reference: https://github.com/renatoGarcia/icecream-cpp/blob/29b8e8ab6447192629fadd248b226902f3c53cbf/icecream.hpp#L2666-L2691 ### Example: ```cpp #include #include int...

bug