Pinned Repositories
archive-linux
archive of old linux from https://git.kernel.org/pub/scm/linux/kernel/git/nico/archive.git
cocoa-rest-client
A free, native Apple OS X app for testing HTTP/REST endpoints
Comfast-CF-811AC
learn-ai
lunaczp.github.io
mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
os
learning os
php-5.6.17
learning php kenel
lunaczp's Repositories
lunaczp/awesome-programming-books-1
📚 经典技术书籍 PDF 文件,持续更新...
lunaczp/danMu
- 由于是实时弹幕,所以需要时时刻刻读取数据库内容,可是大量的ajax请求会影响服务器性能。于是就使用了goeasy第三方实时消息推送框架。 - 弹幕的动态化可以使用jquery的animate动画来实现 - 至于把弹幕消息发送到数据库就更简单了 ,随便一个请求就可以了 - 最重要的就是视频插件了,这这里我使用的是ckplayer网页视频播放器,觉得很简单实用。 - 还有一点就是显示数据库中的弹幕,由于goeasy只能接收实时弹幕,所以需要通过ckplayer来获得当前视频的播放时间。具体实现是,在视频播放之前使用Ajax请求读取数据中的所有弹幕并保存在一个集合里面(按弹幕时间排序),在视频播放时,轮询集合,当前视频播放的时间和弹幕时间对比即可。
lunaczp/douyu_danmu_php
🐟 斗鱼弹幕php实现
lunaczp/FELearning
lunaczp/framework-1
lunaczp/gaea-sdk
lunaczp/go
The Go programming language
lunaczp/go-started
getting started to learn go
lunaczp/go-webserver
lunaczp/homebrew-deprecated
eXolnet's Homebrew tap for deprecated formulae.
lunaczp/kafka-php
kafka php client for v0.8+ protocol
lunaczp/ko
基于三层结构的php框架
lunaczp/laraadminT
lunaczp/laravel
A PHP Framework For Web Artisans
lunaczp/learn
learning stuff
lunaczp/models
Models and examples built with TensorFlow
lunaczp/PadChat-SDK
永久免费 微信ipad、微信mac协议,可实现微信80%功能;支持62数据登录、扫码登录、收发朋友圈、查看朋友圈、微信建群、微信拉人进群、微信公众号阅读、微信消息收发、微信附近的人定位、微信添加好友、微信红包接收、微信防撤回、分享小程序、微信加粉、微信收藏、微信标签等
lunaczp/php-rdkafka
Kafka client for PHP
lunaczp/php-rdkafka-stubs
Rdkafka extension stubs for your IDE. Always compatibile with the latest php-rdkafka version.
lunaczp/qmq
QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。
lunaczp/rabbitmq-server
Open source multi-protocol messaging broker
lunaczp/roomManager
弹幕系统主体服务
lunaczp/sarama
Sarama is a Go library for Apache Kafka 0.8, and up.
lunaczp/serving
A flexible, high-performance serving system for machine learning models
lunaczp/sg3_utils_WD
lunaczp/tesseract
Tesseract Open Source OCR Engine (main repository)
lunaczp/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
lunaczp/tipi
Thinking In PHP Internals, An open book on PHP Internals
lunaczp/vb6TestBinaryRead
using vb6 read and write binary file
lunaczp/xhs_simple_crawler
一个简单的小红书爬虫实现