1dot75cm
1dot75cm
我用 Python3 重写了获取 chrome的脚本, 使用 version3获取 exe和 dmg。 https://github.com/FZUG/repo/blob/master/repos/chrome.py 另提供一个版本获取 API: ``` $ curl http://repo.fdzh.org/chrome/version.csv $ curl http://repo.fdzh.org/chrome/version.json ``` 在 http://repo.fdzh.org/chrome/exe/ 包含最新版的备份 根据官方文档,现在的所有 Google 软件都通过 omaha 获取版本。但 APPID 不能获取,有时间再研究。
> https://omahaproxy.appspot.com,其中没有包括下载地址。 对, 要是有地址就好了 另外, http://feeds.feedburner.com/GoogleChromeReleases 是个好东西
Fixes it. @farwayer ``` $ vim ~/.atom/packages/atom-ctags/node_modules/ctags/src/ctags.coffee {Tags} = require(process.resourcesPath + '/../../atom/node_modules/symbols-view/node_modules/ctags/build/Release/ctags.node') #{Tags} = require(process.resourcesPath + '/app.asar.unpacked/node_modules/symbols-view/node_modules/ctags/build/Release/ctags.node') ```
Fedora 23, use [this](https://copr.fedorainfracloud.org/coprs/mosquito/atom/) repository. @yongkangchen
那么窝们就先来规划一下, 然后 PR 什么的慢慢来咯? 窝建议就直接用 Flask web dev 那本书的作者的示例代码结构, 风格非常好哇。 窝自己照着学习一遍都很有收获 https://github.com/1dot75cm/flasky Mark @pyx 大神的建议好实用
窝刚把 Flask 资源汇总了一下,供参考。 @910JQK https://github.com/1dot75cm/awesome-flask-cn/blob/master/README-cn.md
噢,好的 我在给这个软件打包,不知道多不多余,反正已经打了:),在[这里](https://copr.fedoraproject.org/coprs/mosquito/myrepo)。
提供一个最新版本号镜像,国内可快速获取 ``` # curl http://repo.fdzh.org/chrome/version ``` 另外,今天好像不能获取 Canary 的版本了。 ``` # Data=‘’ # curl -d $Data http://tools.google.com/service/update2 ``` 不管是 version 2,还是 version 3 都返回 updatecheck status="error-internal"。
@dolftax @chjj @jeremyramin I get this error when running `apm install terminal-plus`. Error log is as follows: ``` $ git clone https://github.com/chjj/pty.js $ npm install $ node-gyp configure rebuild --target="0.37.8"...
恩 el7 确实没有 rpmfusion,替代源是 nux。为了省事,在安装说明那把 el6, el7 的安装命令写一起了。 el7 的搜狗拼音 rpm 包在 http://pan.baidu.com/s/1gdvhQ6Z ,包含 1.1.0037。新版本只打包了 fc21。最近正在忙活 https://copr.fdzh.org ,之后会把 el7 的补上的。