Pinned Repositories
avatarify
Avatars for Zoom, Skype and other video-conferencing apps.
CPlusPlusThings
C++那些事
cs231n-assignment-solution
This is the cs231n assignment solution
cx_ringbuff
在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的API接口就是常规的读数据包,读期望帧以及匹配期望帧,整段代码可用于普通的通信数据帧读取,也可以在单片机中用于shell组件的实现。还是希望广大网 友能对我的代码进行功能补充,BUG修复等。
hellenwhere.github.io
Machine_Learning_Tutorials
Code, exercises and tutorials of my personal blog ! 📝
mp4v2
Fork of mp4v2: https://code.google.com/archive/p/mp4v2/
NoteBook
simplest_mediadata_test
samples to handling multimedia data
sourcemanager
hellenwhere's Repositories
hellenwhere/avatarify
Avatars for Zoom, Skype and other video-conferencing apps.
hellenwhere/CPlusPlusThings
C++那些事
hellenwhere/cs231n-assignment-solution
This is the cs231n assignment solution
hellenwhere/cx_ringbuff
在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的API接口就是常规的读数据包,读期望帧以及匹配期望帧,整段代码可用于普通的通信数据帧读取,也可以在单片机中用于shell组件的实现。还是希望广大网 友能对我的代码进行功能补充,BUG修复等。
hellenwhere/hellenwhere.github.io
hellenwhere/Machine_Learning_Tutorials
Code, exercises and tutorials of my personal blog ! 📝
hellenwhere/mp4v2
Fork of mp4v2: https://code.google.com/archive/p/mp4v2/
hellenwhere/NoteBook
hellenwhere/simplest_mediadata_test
samples to handling multimedia data
hellenwhere/sourcemanager
hellenwhere/the-craft-of-selfteaching
One has no future if one couldn't teach themself.
hellenwhere/voice-assistant
A simple toy demo of a local voice assistant with whisper and large language model.