Igor Chubin
Igor Chubin
Commenting and syntax highlighting works: ``` $ curl cht.sh/oeis/A10/python # ID: A000010 # Euler totient function phi(n): count numbers
I've merged and deployed it, please test (regarding html/txt: I think it will not speed up parsing much, but it does not matter; text is of course better to use...
Why have you mentioned C-style? Do we have also C programs? I think that we need support for several new programming languages (comments + syntax): ``` maple mathematica Axiom Haskell...
I added `oeis` cheat sheet with some syntax description: ``` $ curl cheat.sh/oeis # oeis # # The On-Line Encyclopedia of Integer Sequences (OEIS), # also cited simply as Sloane's,...
I've merged and deployed it; it looks much better now: ```mathematica $ curl cht.sh/oeis/29069/mathematica (* * ID: A029069 * Expansion of 1/((1-x)*(1-x^4)*(1-x^5)*(1-x^12)). * * 1, 1, 1, 1, 2, 3,...
> How would you suggest these special search arguments be specified? We can specify arguments either inline `1+2+3+author:Stanley` or as URL arguments: `1+2+3?author=Stanley` I tend to the first option. >...
Erez hi! I am back to my opensource projects; sorry for the long disappearance. Let us finalize this issue, if you are available? I think it is almost done already;...
> I'm working out how to implement the same search UI on the OEIS website What do you mean? What search UI do you mean?
Yes it is a know problem (but we seem to have no issue for that; thank you for opening one).
@deyjcode Steve, you are right, it does not redirect. The problem is that many users access it directly with curl from the cli (`curl cht.sh`), without specifying the protocol, and...