Pinned Repositories
A3dObjectNative
Loading 3d object files (.obj) in android using NDK and SDK mix
Android-JPCT-Samples
Android JPCT Sample
annie
👾 Fast, simple and clean video downloader
awesome-adb
:lollipop: ADB Usage Complete / ADB 用法大全
BuildYourOwnLisp
Learn C and build your own programming language in under 1000 lines of code!
c-algorithms
A library of common data structures and algorithms written in C.
c-bpnn
BP神经网络的C语言实现
EnglishGrammar
英语语法总结
learngit
Mdict-Parser
.mdx 解析库
yueleicool's Repositories
yueleicool/mdict-java-1
mdx/mdd file parser in java
yueleicool/demo
yueleicool/openmeeting2
openmeeting2视频会议,仿QQ群视频,实现多人视频,多人语音,文字聊天,表情,共享PPT功能,自由发言,主持人控制发言,按F2发言三种语音模式 ,客户端使用vs2010+qt4.85开发,服务器使用php+go语言,数据库采用mysql 演示系统所有密码都是123456,演示用户 8001~8010 客户端下载地址: http://pan.baidu.com/s/1gdCikSV 服务器下载地址: http://pan.baidu.com/s/1bnAo2zP ,安装包压缩文件内有安装说明书 技术讨论加群:377724275 用到的相关技术rtp h264 ffmpeg x264 silk g729 go nodejs php mysql qt rtmp rtsp hls videomeeting videoconference videochat voicechat audiochat
yueleicool/uuidxx
Cross-platform C++ library for parsing and generating UUIDs or GUIDs. Windows, Mac, Linux, and BSD.
yueleicool/threadpool-3
LINUX POSIX
yueleicool/tbox
:package: A glib-like multi-platform c library
yueleicool/https_client
HTTP/HTTPS REST Client C Library
yueleicool/c-bpnn
BP神经网络的C语言实现
yueleicool/flex-bison
flex(词法分析)和bison(语法分析)的使用实例代码以及PDF版本的电子书
yueleicool/manim
Animation engine for explanatory math videos
yueleicool/noteForOpenGL
OpenGL学习脚印配套代码
yueleicool/sicp
📖 SICP 读书笔记,习题解答
yueleicool/C0Compiler
Java实现的 c0 语言编译器
yueleicool/learngit
yueleicool/threadpool
A simple C Thread pool implementation
yueleicool/httpbin
HTTP Request & Response Service, written in Python + Flask.
yueleicool/mxgraph
mxGraph is a fully client side JavaScript diagramming library
yueleicool/IPC
some practical examples for Linux IPC ,such as pipe(fifo),socket,shared memory and message queue etc.
yueleicool/Knife
Knife is a rich text editor component for writing documents in Android.
yueleicool/glsl-demos
random glsl useful demos
yueleicool/SQLParser
Simple SQLParser by Javacc (support Select From Where) to AST
yueleicool/gdsl
Mirror of libgdsl, the Generic Data Structures Library in C
yueleicool/h264_analysis
A H.264 stream analysis software based on MFC
yueleicool/GDSL-1
The Generic Data Structures Library from http://home.gna.org/gdsl/
yueleicool/SICP-2
《SICP》中的练习题(Guile实现)。
yueleicool/oObjLoader
A java library to parse and load Lightwave/Wavefront .obj (object) files. Also test code to display in OpenGL/LWJGL.
yueleicool/socket-samples
Implementation of various simple POSIX socket server using basic single thread, classic multiple thread and modern multiplexed I/O. Multiplexed I/O is built with select and epoll system calls.
yueleicool/RegExToDFA
Will take a regular expression and convert it first to an NFA, a DFA, and then a Minimal DFA
yueleicool/libcstl
yueleicool/FlexAndBison
利用Flex和Bison进行词法语法分析