facebook paper使用的第三方库
Facebook Paper使用的第三方库

第三方库名 简介 链接
ACE code editor https://github.com/ajaxorg/ace
Appirater 用户评分组件 https://github.com/arashpayan/appirater
Reachability 网络连通测试 https://github.com/tonymillion/Reachability
AQGridView iPhone/iPad网格视图 https://github.com/AlanQuatermain/AQGridView
bitvect yasm组件一部分 https://github.com/yasm/yasm/blob/master/libyasm/bitvect.c
Boost C++黑科技库 http://www.boost.org/
Breadcrumb 基于UIControl的分级控件 https://github.com/meiwin/BTBreadcrumbView
breakpad google的崩溃收集系统 code.google.com/p/google-breakpad/
Chromium 这个还用说么 http://www.chromium.org/
CocoaHTTPServer 将iOS/Mac当做简易服务器 https://github.com/robbiehanson/CocoaHTTPServer
CocoaLumberjack 非常著名的一个logger https://github.com/CocoaLumberjack/CocoaLumberjack
DCRoundSwitch 可定制的Switch https://github.com/domesticcatsoftware/DCRoundSwitch
DTCoreText 在coretext里面用HTML https://github.com/Cocoanetics/DTCoreText
EGODatabase 线程安全的 SQLite封装 https://github.com/enormego/egodatabase
expat C语言的XML解析器 http://expat.sourceforge.net/
FFT by Mark Oleson 快速傅里叶变换 https://github.com/dkogan/PDL/tree/master/Lib/FFT
FFT by Takuya Ooura WWDC2010 accelerate guide提到的最快的FFT http://www.fftw.org
gh-kit Utilities and categories for Objective-C Utilities and categories for Objective-C
gh-unit Test Framework for Objective-C https://github.com/gh-unit/gh-unit
Google Toolbox for Mac Google Mac/iOS 代码集合 https://code.google.com/p/google-toolbox-for-mac
google-web-toolkit GWT http://www.gwtproject.org/
gtest google c++ test https://code.google.com/p/googletest/
gyp GYP can Generate Your Projects https://code.google.com/p/gyp/
IEEE 754r Half Precision floating 浮点格式 http://en.wikipedia.org/wiki/Half-precision_floating-point_format
HPGrowingTextView 与iOS SMS 类似的发送框 https://github.com/HansPinckaers/GrowingTextView
InAppSettingsKit setting in app http://www.inappsettingskit.com/
ios5-cookbook   https://github.com/erica/iOS-5-Cookbook
iso-8601-parser-unparser Cocoa class to convert dates to and from ISO-8601-formatted strings https://github.com/nixme/iso-8601-parser-unparser
jqueryjs 这个不用说了吧 http://jquery.com/
JSONKit 号称效率最高的JSON解析器 https://github.com/johnezang/JSONKit
leveldb key-value型数据库 https://code.google.com/p/leveldb/
LibComponentLogging-Core logging library https://github.com/aharren/LibComponentLogging-Core
LibComponentLogging-NSLog 同上 https://github.com/aharren/LibComponentLogging-NSLogger
libjingle Google Talk Voice and P2P Interoperability Library https://code.google.com/p/libjingle/
libjpeg-turbo jpeg加速编码解码库 http://libjpeg-turbo.virtualgl.org/
libjpeg jpeg库 http://libjpeg.sourceforge.net/
libPhoneNumber-iOS 标准化电话号码库 https://github.com/me2day/libPhoneNumber-iOS
libphonenumber google的电话号码处理库 https://code.google.com/p/libphonenumber/
libsrtp 开源的SRTP(Secure Real-time Transport Protocol) http://srtp.sourceforge.net/srtp.html
libvpx 开源的VP8编解码器 http://www.webmproject.org/code/
libyuv 实现各种YUV,RGB色彩之间的转换、旋转、缩放 https://code.google.com/p/libyuv/
llvm 这个还用说么.. http://llvm.org/
MAZeroingWeakRef 智能指针 https://github.com/mikeash/MAZeroingWeakRef
minizip 如其名 https://github.com/nmoinvaz/minizip
mixpanel-iPhone tracking library for Mixpanel Analytics https://github.com/mixpanel/mixpanel-iphone/
mosquitto 一个实现了MQTT3.1协议的代理服务器 http://mosquitto.org/
MessagePack 一个类似于JSON的东西 http://msgpack.org/
MessagePack Objective C implement MessagePack OC 实现 https://github.com/msgpack/msgpack-objectivec
msinttypes 用vs编译c99项目所缺失的头文件 https://code.google.com/p/msinttypes/
OpenCV Tutorials 如其名 http://docs.opencv.org/doc/tutorials/tutorials.html
nimbus 著名的framework http://nimbuskit.info/
NJKWebViewProgress 没有用私有API的WebView进度条 https://github.com/ninjinkun/NJKWebViewProgress
unmodified objc4 ???  
ObjQREncoder 二维码生成 https://github.com/jverkoey/ObjQREncoder
OCHamcrest 测试 https://github.com/hamcrest/OCHamcrest
OCMock mock不用多说吧? http://ocmock.org/
OCPDFGen iOS HTML to PDF https://github.com/ocrickard/OCPDFGen
OmniGroup OmniUI OmniGroup的一个组件 https://github.com/omnigroup/OmniGroup
OpenSSL 不用说了吧 https://www.openssl.org/
OpenUDID 这也不用说了吧 https://github.com/ylechelle/OpenUDID
opus 传输互动的视频和音频的开源免专利费音频编解码器 www.opus-codec.org/‎
peertalk iOS and OS X Cocoa library for communicating over USB and TCP https://github.com/rsms/peertalk
PhotoScroller 苹果在wwdc的scrollview demo https://github.com/robertwalker/PhotoScroller
PLCrashReporter 崩溃收集 https://www.plcrashreporter.org/
pmtk3 机器学习工具包,高大上! https://pmtk3.googlecode.com/
Pocket-ObjC-SDK Pocket的SDK https://github.com/Pocket/Pocket-ObjC-SDK
portaudio 跨平台的开源音频I/O库 http://www.portaudio.com/
protobuf Google 数据交换格式 类似于JSON https://code.google.com/p/protobuf/
PSTCollectionView UICollectionView的低版本替代品 https://github.com/steipete/PSTCollectionView
QSUtilities 又是一个代码库 https://github.com/mikeho/QSUtilities/
RestKit 更好的支持 RESTful web service https://github.com/RestKit/RestKit
Ring Buffer Utility 不明真相 http://docs.nscl.msu.edu/daq/11.0/x123.html
SDURLCache 让URLCache支持本地缓存 https://github.com/rs/SDURLCache
SDWebImage 异步图片加载、缓存 https://github.com/rs/SDWebImage
SOCKit String <–> Object Coding for Objective-C https://github.com/jverkoey/sockit
SPDY-for-iPhone iOS SPDY协议 https://github.com/sorced-jim/SPDY-for-iPhone
spdylay c语言的spdy实验性扩展 https://github.com/tatsuhiro-t/spdylay
spreadsort 一个相对于快排更好的排序算法 http://en.wikipedia.org/wiki/Spreadsort
ssziparchive zip/unzip封装 https://github.com/soffes/ssziparchive
TDOauth 如其名 https://github.com/tweetdeck/TDOAuth
tiqr qq微信的二维码扫描登录 https://tiqr.org/
UAModalPanel 类似新浪微博的那个oauth的弹框 https://github.com/UrbanApps/UAModalPanel
webkit 这个不用说了吧  
webp 一种Google的图片格式 https://developers.google.com/speed/webp/?hl=zh-CN
webrtc Real-Time Communications (RTC) capabilities via simple JavaScript API http://www.webrtc.org/
WebViewJavascriptBridge JS OC互调 https://github.com/marcuswestin/WebViewJavascriptBridge
XMLReader 如其名 https://github.com/amarcadet/XMLReader
yaml-cpp 如其名 YAML的CPP解析器 https://code.google.com/p/yaml-cpp/
yasm 一个完全重写的NASM汇编 http://yasm.tortall.net/
zlib 大伙儿都知道的压缩解压库 www.zlib.net/‎
zxing 二维码识别库 https://github.com/zxing/zxing

ios paper for facebook 使用第三方库的更多相关文章

  1. iOS真机调试引入第三方库(如友盟等)编译时候,出现错误提示

    用Xcode 7 beta 3在真机(iOS 8.3)上运行一下工程,结果发现工程编译不过.看了下问题,报的是以下错误: MARK:解决方法:在building Setting 中设置bitCode ...

  2. iOS程序开发引用的第三方库之间出现duplicate symbol时的处理方法

    iOS程序集成的第三方库过多时,很容易出现某几个库同时用到了一样的函数库,也就是在你的程序link时会提示duplicate symbol,而重复的符号又不是由你自己程序的代码造成的,也就说没法通过直 ...

  3. IOS学习笔记28—SQLite3第三方库之FMDB

    本文转载至 http://blog.csdn.net/happyrabbit456/article/details/11609451 SQLite是一种小型的轻量级的关系型数据库,在移动设备上使用是非 ...

  4. iOS开发中用到的第三方库概览

    前言:记录一下使用过和接触过的第三方库,重要程度与顺序无关 网络请求: AFNetworking:AFNetworking is a delightful networking library for ...

  5. iOS 安装Cocoapods以及安装第三方库的操作流程

    安装cocoapods的流程: 1.打开终端,输入:  sudo gem update —system 2.输入密码,稍等 3.gem sources --remove https://rubygem ...

  6. Objective-C ,ios,iphone开发基础:使用第三方库FMDB连接sqlite3 数据库,实现简单的登录

    第一步:下载第三方库,点击 连接 下载, 第二部:准备数据库:按照连接&中博客的步骤实现数据库, 数据库的设计大致如下表: id        username             pas ...

  7. iOS 常用的几个第三方库

    网络通信 1.ASIHTTPRequest 这是一个经典的老库,功能完全而强大,但已经停止更新很久了(iOS5.0停止更新,但是我最近看github上这个项目有新改动).在不同iOS版本上略微有一些小 ...

  8. IOS开发中有用的第三方库

    #Objective-C中最受瞩目库 [链接](https://github.com/languages​​/Objective-C/most_watched) * [three20](https:/ ...

  9. iOS自动处理键盘事件的第三方库:IQKeyboardManager

    我们写界面要考虑很多用户体验问题,键盘事件的响应就是比较麻烦的一种.我们需要监听键盘事件,考虑点击背景收起键盘.考虑键盘遮挡输入框问题等等,而且每个界面都要做这么一套.这个库帮我们解决了这个事情. 这 ...

随机推荐

  1. FIRST集和FOLLOW集

    省略号代表其他相关产生式得出的终结符号,一开始的时候,省略号里面是没有的   求FIRST集 情况壹  如果A只在→的右边出现,那么FIRST(A)={A},例子M→α,FIRST(α)={α} 情况 ...

  2. Windows下Lua+Redis 断点调试环境搭建==Linux下类似

    Lua+Redis 断点调试环境搭建 windows环境,使用Redis,写lua脚本头疼的问题之一不能对脚本断点调试,google加上自己的摸索,终于搞定. 1.下载ZeroBraneStudio, ...

  3. 【CSS】Beginner4:Text

    1.alter the size and shape of the text 2.font-family:Arial, Verdana,"Times New Roman",helv ...

  4. 解决高版本 Google Chrome 扩展程序强制停用问题 -摘自网络

    1]前往这里下载你喜欢的语言的组策略模板 后缀为.adm (其他的文件自己看 https://docs.google.com/viewer?a=v&pid=sites&srcid=Y2 ...

  5. Jetty 8长连接上的又一个坑

    Jetty 8 长连接的超时断开连接的机制:超时连接机制针对IO传输过程中的数据阻塞时间超过一定阈值时,断开该连接.阻塞指当前处于数据传输阶段,但是连续指定时间内都没有发出或者接收到任何数据时,Jet ...

  6. Linux的五个查找命令:find,locate,whereis,which,type

    使用电脑的时候,经常需要查找文件. 在Linux中,有很多方法可以做到这一点.国外网站LinuxHaxor总结了五条命令,你可以看看自己知道几条.大多数程序员,可能经常使用其中的2到3条,对这5条命令 ...

  7. redis 操作记录

    cd opt/redis-3.2.1/ cd src ./redis-cli get token:xxx del token:xxx set token:xxx

  8. C#- 压缩和解压缩的研究 .

    用了第二种方法,感觉很不错,其他都没用过了.摘录下来,做一个备忘. 最近在网上查了一下在.net中进行压缩和解压缩的方法,方法有很多,我找到了以下几种: 1.利用.net自带的压缩和解压缩方法GZip ...

  9. TreeMap 排序

    一.TreeMap TreeMap 默认排序规则:按照key的字典顺序来排序(升序) 当然,也可以自定义排序规则:要实现Comparator接口. 用法简单,先看下下面的demo public cla ...

  10. ASP.NET用HttpListener实现文件断点续传

    本文转载:http://www.cnblogs.com/TianFang/archive/2007/01/03/610739.html 断点续传的原理很简单,就是在Http的请求和应答的报文头上和一般 ...