This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const WebpackOssPlugin = require('webpack-oss') | |
| module.exports = { | |
| publicPath: '/app', | |
| outputDir: 'app', | |
| configureWebpack: { | |
| plugins: [ | |
| new WebpackOssPlugin({ | |
| accessKeyId: "xxx", | |
| accessKeySecret: "yyy", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "The Infinite Mixture of Infinite Gaussian Mixtures", | |
| "abstract": "Dirichlet process mixture ...", | |
| "pdf_url": "http://papers.nips.cc/paper/5299-the-infinite-mixture-of-infinite-gaussian-mixtures.pdf", | |
| "bibtex_url": "http://papers.nips.cc/paper/5299-the-infinite-mixture-of-infinite-gaussian-mixtures/bibtex", | |
| "authors": [ | |
| { | |
| "count": 1, | |
| "url": "http://papers.nips.cc/author/halid-z-yerebakan-7226", | |
| "name": "Halid Z. Yerebakan", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import "fmt" | |
| func main() { | |
| var fs []func() int | |
| for i := 0; i < 3; i++ { | |