Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

libgdata

Compare

  No analysis available

libgdata is a GLib-based library for accessing online service APIs using the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

GDataDB

Compare

  Analyzed 1 day ago

A database-like interface to Google Spreadsheets for .Net Includes a LINQ provider.

2.15K lines of code

0 current contributors

over 8 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

TubePress

Compare

  Analyzed 2 days ago

TubePress is open-source PHP software that displays beautiful YouTube and Vimeo videos and galleries on your website. It's available as a WordPress plugin, a stand-alone PHP library, and as a an app in the Wix App Market.

125K lines of code

0 current contributors

over 5 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

jquery-douban

Compare

  Analyzed about 24 hours ago

什么是jQuery DoubanjQuery Douban 是一个简化豆瓣 API 调用和 GData JSON 分析的 jQuery 插件,支持 OAuth 授权认证和各种豆瓣数据读写操作的功能。目前支持的API有用户、条目、收藏、评论、广播、日记、推荐和标签 API,部分支持同城活动的 API。 什么时候使用jQuery Douban你正好在用 jQuery 你正好想从客户端调用豆瓣 API,而不是从服务器 或者你正在为豆瓣编写 GreaseMonkey 脚本 为什么不直接使用豆瓣API更喜欢 jQuery 风格的代码 可以和有跨域超能力 Javascript 库一起使用,比如 ... [More] Gears 看到 {"$t":"9787543632608","@name":"isbn13"} 风格的JSON 会头晕 怎样使用jQuery Douban示范添加一条广播先。 jQuery Douban 依赖于 jquery,oauth 和 sha1 三个 js 库,所以先要导入这三个 js 文件。 然后可以添加广播了 // 创建豆瓣服务实例 var service = $.douban({ key: "apiKey", secret: "apiSecret" }); // 登录豆瓣帐户 var login = service.login({ key: "accessKey", secret: "accessSecret"}); if (login) { // 添加一条广播 var miniblog = service.miniblog.add({ content: "添加一条广播" }); // 弹出“添加成功:添加一条广播” alert("添加成功:" + miniblog.content); // 删除一条广播 service.miniblog.remove(miniblog); }哪里可以得到下载/代码/文档jquery-douban 使用 GitHub 来版本管理,Repo URL: http://github.com/wuyuntao/jquery-douban/tree/master你可以用 Git 检出代码 git clone git://github.com/wuyuntao/jquery-douban.git下载 URL: http://github.com/wuyuntao/jquery-douban/zipball/master 文档 URL: http://code.google.com/p/jquery-douban/w/list [Less]

14.6K lines of code

0 current contributors

over 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

spreadsheet-cl

Compare

  Analyzed about 9 hours ago

Tool to manipulate Google Spreadsheets.

423 lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses