| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusestruct Offering {
void *doc;
void *code;
void *paper;
void *video;
void *ppt;
void *question;
};
Project * getExcellentOpenSource(CodeWorld *w) {
if (your.interest) {
if (email("zvoice.king@gmail.com") || submit(issue)) {
return getYourExcellentOpenSource();
}
}
return top(w->star) == NULL ? top(w->fork) : top(w->star);
}
struct Offering * produce(Project *p) {
Offering *o = malloc(sizeof(struct Offering));
o->doc = arrangeDocument(p);
o->code = produceExampleCode(p);
o->video = produceVideo(p);
o->paper = arrangePaper(p); //https://www.usenix.org/
o->ppt = arrangePPTpdf(p);
o->question = arrangeQuestionList(p);
return o;
}
void produceRepo(struct Offering *o) {
setRepoOrg0voice(o); // https://github.com/0voice
free(o);
}
int main() {
CodeWorld world; // network, OS, storage, SDN, virtual, kernel, RISC-V, etc. (code with c/c++)
#pragma omp parallel num_threads(worker_nums)
{
while(1) {
Project *p = getExcellentOpenSource(world);
//Project: dpdk, rocksdb, spdk, vpp, ovs, userstack, coroutine, virtio, nginx, redis, zmq, bpf/ebpf, io_uring, etc.
struct Offering *o = produce(p);
produceRepo(o);
}
}
}Forked from 0voice/developkit_set
2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
| Back | FazBrowse Home | New Git URL |