Yu Jin
Yu Jin
## What is the issue? 在Big Sur中,启动后默认开启的设置菜单卡顿 ## How does one reproduce the issue? 打开开机自动启动,重启后进入设置界面,切换设置的模块,菜单会发生卡顿,需要一段时间才能成功切换模块 ## Screenshots 卡顿无截图 ## Debug information (Logs, OS, Hardware, Version, etc.) macOS Big Sur 11.1...
https://github.com/crozone/SpectrePoC/blob/2a01f8647c2966991dd50ef8b96ed25b85c25297/spectre.c#L193 should be ```c /* Set x=0xFFFFFFFFFFFFFFFF if x=0xFFFFFFFFFFFF0000, else x=0 */ // or /* Set x=-1 if j%6=0, else x=0 */ ``` It's clearly that the 2's complement of...
本项目是 Segment Anything 的一个前端标注交互支持软件,包括了最基本的点击,画框和自动分割等功能,还简单引入了CLIP来做语义选择分割。目前 Stars 数过百,项目被 University of Kentucky [2] fork [3] 并改进为其医疗图像标注系统的一部分。 仓库地址: [Kingfish404/segment-anything-webui: Yet another SAM webui + CLIP](https://github.com/Kingfish404/segment-anything-webui)  Segment Anything [1] 是 Meta 开源的一个基于大量且广泛的图像数据训练的一个标注辅助大模型,但其官方仅开源模型的推理代码,对于前端交互部分并未正式开源。本项目作为其开源社区的补充。 [1]: [Segment...
原版是可以滑动选择水果落下的位置的,我这里改了下,这样体验似乎会更好 具体逻辑见下方: https://github.com/Kingfish404/Make-WUT/blob/main/assets/scripts/Game.js PS: 作者太厉害了,在这个基础上做了二次开发,请问有什么需要注意的么,已经标明
Feature: hot reload for opening file Using Web API: showOpenFilePicker [1] As it is an HTTPS-only API, you may need to use an HTTP server [2] to test. [1]: https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker...
This PR is in progress and is ready for merging, aiming at improving the page table walk and TLB's performance. There will be more commits in the near future after...
In my machine, the `template_l1d_flush_reload` and `template_l1d_prime_probe` doesn't work as I expect. I located that the problem is in `pmevcntr0_el0`. I have tested that using https://github.com/Kingfish404/pmu-utils/, `pmevcntr0_el0` could be used...