gandmaster11's Stars
wuyunfeng/iOS-Frezzing-ANR-Detector
An ANR (Application Not Respond) or Freeze Detector for iOS. Using `select()`
wuyunfeng/Simple-PHP-Framework
a simple restful php web app(for mobile API interface)
wuyunfeng/Python-FastCGI-Client
A FastCGI Client for Python (directly communicate with fastcgi-server such as PHP-FPM etc.) NOTE: Do not support python 3.x.
wuyunfeng/LightWeightRunLoop-A-Reactor-Style-NSRunLoop
NSRunLoop Reactor Style Implementation: Using BSD kqueue implements iOS/Mac NSRunLoop and RunLoop-Relative Foundation such as perform selector(or delay some times) on other thread , Timer, URLConnection ,LWStream(LWInputStream、LWOutputStream) , LWPort(LWSocketPort) etc.
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.