Instagram 图片插件 Instafeed
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/stevenschobert/instafeed.js
软件介绍
Instafeed 可以用一个简单的方法将 Istagram 照片加载到你的网站上,它由纯 JavaScript 编写,并且有很多模板选项。
示例代码:
<script type="text/javascript">
var feed = new Instafeed(
{
get: 'tagged',
tagName: 'awesome',
clientId: 'YOUR_CLIENT_ID'
});
feed.run();
</script>
Probability and Computing
Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2005-01-31 / USD 66.00
Assuming only an elementary background in discrete mathematics, this textbook is an excellent introduction to the probabilistic techniques and paradigms used in the development of probabilistic algori......一起来看看 《Probability and Computing》 这本书的介绍吧!
