josephernest

Results 116 issues of josephernest

Rewrite `summarize.py` into PHP, and ship a PHP-only version of TinyAnalytics (I do enjoy Python, it's the language that I use the most, but a PHP-only version would allow people...

enhancement

Some websites don't expose referer, [is there a way](https://stackoverflow.com/q/41466351/1422096) to solve this?

enhancement

[Done here](https://github.com/josephernest/TinyAnalytics/blob/master/summarize.py#L47) but can be improved.

enhancement

Final goal: CTRL+P => triggers download of PDF Problem: I am unable to render PDF for a page containing MathJax Related: http://stackoverflow.com/questions/42785850/render-mathjax-into-pdf, http://stackoverflow.com/questions/27706956/render-svg-to-pdf-using-jspdf Any idea @Purush0th ?

enhancement

We should implement the ideas given by @dpvc here: https://github.com/mathjax/MathJax/issues/1844

enhancement

Nice plugin! Would it be possible to have this behaviour too: **CTRL+ALT+ENTER on a filename opens it in a new tab of Sublime?** CTRL+ALT+ENTER on: * URL => browser *...

I `git clone`d and installed analyzeMFT, but I don't know how to test it, for example, on my `D:\`. Can you give an example (for Windows) about how to analyze...

``` import diff_match_patch as dmp_module old = "hello how are you? very good and you? blablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablablabla. thanks for asking! this text will be removed." delta = "+will be removed.\t=138\t+new text...

Congratulations again for Nim! I am experimenting with OOP in Nim. The article [Let's Explore proc and method in Nim ](https://matthiashager.com/proc-method-nim) shows that using `proc` instead of `method` can have...

Feature

If you compile this `test.py` into a .pyc (with `import py_compile; py_compile.compile("test.py")`): ``` def f(): L = [] if len(L) > 1: if 1: pass else: pass else: pass ```...

Control Flow
Python 3.7
Volunteer wanted
Works on decompyle3