Igor Chubin
Igor Chubin
No, for any language; the feature is currently broken though
It seems to be a very interesting and useful adapter. Please add your script with a pull-request, with a pull request as `scripts/adapters/oeis.sh`, and I will it bind it to...
> I am considering adding a feature to search for a code sample in a particular > language (instead of just dumping all the code OEIS has) and potentially adding...
Thank you for the pull-request; it was merged; now I have to bind the script to cheat.sh
> Do you think the FORMULA section is worthwhile as additional information? We have special option, `C` for the comments (to switch them on and off). Compare: ``` $ curl...
### Questions I've tried to play with it a little bit, and see that some queries do not work: Let us try from the beginning, and define the query format...
@ErezBinyamin Thank you for the pull request (#209). It seems to work much better now, but several issues are still there (if you add #NUMBER to the commit message, it...
I am experimenting with it; some queries seem to fail: ``` $ curl cht.sh/oeis/A2/:list ID: A000002 Kolakoski sequence: a(n) is length of n-th run; a(1) = 1; sequence consists just...
It is better now: ``` $ curl cht.sh/oeis/A2/:list ID: A000002 Kolakoski sequence: a(n) is length of n-th run; a(1) = 1; sequence consists just of 1's and 2's. 1, 2,...
I've activated comments and syntax highlighting (see the commit above), it looks pretty good, but it does not recognize yet the programming language (based on _info.yaml from cheat.sheets; I will...