云微

Results 72 issues of 云微

您好! 我也是一名区块链的初学者,看到了您翻译的这个 blockchain_go 项目,觉得非常有学习实践价值;正好对于rust也有一点了解,就尝试参考 blockchain_go 的源代码用 rust 把这个项目重新写了一遍,希望对其他人来说也可以起到一点参考的作用: Github repo 链接:[github.com/yunwei37/blockchain-rust](https://github.com/yunwei37/blockchain-rust) 目前七个部分的大致工作已经基本完成,后续还会继续完善;

**Is your feature request related to a problem? Please describe.** AddressSanitizer is a fast memory error detector. It consists of a compiler instrumentation module and a run-time library. see https://github.com/google/sanitizers/wiki/AddressSanitizer....

enhancement

## infer version the infer is build from source using `git clone`: ```shell infer/infer/bin/infer --version Infer version v1.1.0-c0e6baf2b Copyright 2009 - present Facebook. All Rights Reserved. ``` ## environment: ```shell...

[https://github.com/fuchsia-mirror](https://github.com/fuchsia-mirror) 的镜像链接似乎已经失效了,打开会出现404页面 在github上面搜索的时候也看到了这个:[https://github.com/vsrinivas/fuchsia](https://github.com/vsrinivas/fuchsia) ,也许是私人的镜像

目前使用的疫情数据集是: - `dataSets/china_provincedata.csv` 中国各省、直辖市、自治区、特别行政区的疫情数据 - `dataSets/countrydata.csv` 全球214个国家地区以及钻石公主号邮轮的疫情数据 如果您有空,可以帮忙把数据集更新成相关的数据接口,例如: - https://github.com/leafcoder/django-covid19 - https://github.com/cumt-robin/wuhan_best_wishes 或者使用其他的数据来源,让它能自动更新每日疫情确诊、治愈等数据。

enhancement
help wanted

我的每日学习实践过程记录链接,请同学们多多指教: [os-summer-of-code-daily](https://github.com/yunwei37/os-summer-of-code-daily) 希望大家可以把学习实践过程记录分享在这里,以便相互交流,共同进步啦!

learning

eBPF_Hub 目前能根据目录结构自动生成相关网页以及可以直接拉下来运行的 eBPF JSON 字节码数据,但相关的项目目录和项目简介目前还需要手动撰写。 关于项目目录的例子请参考:https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Hub#index 关于项目简介的例子请参考:https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Hub/opensnoop#opensnoop 部署成功的 demo 可以参考:https://eunomia-bpf.github.io/ebpm 这些信息应该可以通过在 CI 中使用自动化脚本进行生成,可能需要完成以下的步骤: 1. 读取 eBPF_Hub 每个目录中的 config.json 文件 - 示例:https://github.com/linuxkerneltravel/lmp/blob/develop/eBPF_Hub/bootstrap/config.json - 需要从中获取作者、版本号、简介、仓库 url 等信息; - 某些目录中目前还没有 config.json 文件,需要添加 2....

- 项目地址:https://github.com/eunomia-bpf/wasm-bpf - 项目标题:Wasm-bpf:eBPF 的 WebAssembly 工具链与运行时,在 Wasm 中构建和运行 eBPF 程序 - 项目描述: Wasm 最初是以浏览器安全沙盒为目的开发的,发展到目前为止,WebAssembly 已经成为一个用于云原生软件组件的高性能、跨平台和多语言软件沙箱环境,Wasm 轻量级容器也非常适合作为下一代无服务器平台运行时。另一个令人兴奋的趋势是 eBPF 的兴起,它使云原生开发人员能够构建安全的网络、服务网格和多种可观测性组件,并且它也在逐步渗透和深入到内核的各个组件,提供更强大的内核态可编程交互能力。 现在,借助 Wasm-bpf 编译工具链和运行时,我们可以使用 Wasm 将 eBPF 程序编写为跨平台的模块,同时使用 C/C++ 或 Rust 来编写...

- 项目名称:Wasm-bpf:eBPF 的 WebAssembly 工具链与运行时,在 Wasm 中构建和运行 eBPF 程序 - 项目地址:https://github.com/eunomia-bpf/wasm-bpf - 项目简介 (**100** 字以内): Wasm-bpf 是一个 WebAssembly eBPF 库和运行时, 基于 [CO-RE](https://facebookmicrosites.github.io/bpf/blog/2020/02/19/bpf-portability-and-co-re.html)(一次编写 – 到处运行) [libbpf](https://github.com/libbpf/libbpf) 和 [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime) 实现,利用 Wasm 来完成...

- 项目名称:Wasm-bpf:eBPF 的 WebAssembly 工具链与运行时,在 Wasm 中构建和运行 eBPF 程序 - 项目地址:https://github.com/eunomia-bpf/wasm-bpf - 项目简介 (**100** 字以内): Wasm-bpf 是一个 WebAssembly eBPF 库和运行时, 基于 [CO-RE](https://facebookmicrosites.github.io/bpf/blog/2020/02/19/bpf-portability-and-co-re.html)(一次编写 – 到处运行) [libbpf](https://github.com/libbpf/libbpf) 和 [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime) 实现,利用 Wasm 来完成...