Erez

Results 26 comments of Erez

I am not optimistic about being able to help with a MINGW propblem, but lets give it a go :) please post the output of: 1. `which pip3` 2. `cat...

### Syntax highlighting 1. If you could automatically highlight the syntax using some other cheat.sh magic that'd be terrific and I can remove all the calls to ```pygmentize``` from the...

1. Do you think the FORMULA section is worthwhile as additional information? 2. Do you think the non-code-sample text should be printed in the form of a block comment? 3....

I am having a problem with [cmd.py](https://github.com/chubin/cheat.sh/blob/master/lib/adapter/cmd.py). Not all of the arguments are getting to the [oeis.sh](https://github.com/chubin/cheat.sh/blob/master/share/adapters/oeis.sh) script or are not getting there properly. Could you provide me with a...

Great feedback. I'm on it. ## Todo * [x] language list implemented as ```oeis/SEQ_ID/:list``` * [x] fix syntax highlighting (spaces/formatting) * [x] print query URL to [oeis.org](oeis.org)/sequence-search * [x] _special...

# ```:list``` implementation In my open PR #210 ```:list``` is implemented such that for a given sequence ID it prints a list of available languages for which there are available...

In #213 - [x] cleaner link to source - [x] code snippet from 4 -> 3 space indent - [x] ```:list``` output is now only the list of languages (no...

I have just made a realization and will be doing a full re-write of ```oeis.sh```. I will make a new PR for it. This is the realization: https://oeis.org/search?q=id:A000002&fmt=text And also:...

It is much better now. I am not a fan of the C-style block comment though, it seems a bit messy. The asterisks going down the page distract from the...

# Bibliography section ```mathematica ID: A000009 Expansion of Product_{m >= 1} (1 + x^m); number of partitions of n into distinct parts; number of partitions of n into odd parts....