mozbugbox

Results 24 comments of mozbugbox
trafficstars

Searching the web: https://stackoverflow.com/a/3001879 > If it overflows, it goes back to the minimum value and continues from there. If it underflows, it goes back to the maximum value and...

Some 3rd party projects use typescript. I want to include RS libs I wrote to the projects.

添加了这个功能,可以参考 issue #36 里的内容。 ``` $ ./youku.py --interactive --playlist http://safsda..... ``` 然后在视频列表中选择。

Python 的 urllib2 内建 proxy 支持,只要设定 http_proxy 环境变量就可以。通过国内 proxy 可以转换 ip 。

Because re2 is not in python standard library, less cross platform and harder for an end user to install. If re is fast enough, there's no need to depend on...

On performance, for a url which match a rule with a domain name, the matching is reduced to urlpare url, a hash lookup for the dict and much shorter regex...

Oh, I was wrong with a url which match rules with domain. If it does not match all the rules for that domain, it then has to be tested against...

And the last update for the broken pyre2 at pypi was 2011-11-15. :(

you can always use ffmpeg to convert: ``` ffmpeg -i subtitle.srt subtitle.vtt ```

The code strictly follows the steps described in issue #1048. So the changes are straight forward and small. It just did: * Add a `lib_subdir` option to `EXE()` and `COLLECT()`....