Erez

Results 17 issues of Erez

This tool use to be awesome, but now it's not. I get Internal Server Errors all the time and it makes me sad.

## Todo * [x] define query format * [x] implement query format using an external adapter * [x] fix syntax highlighting * [x] add oeis cheat sheet with query format...

Add docker container that locally hosts cheat.sh server which uses a database of _pre-downloaded_ cheat sheets and does not use the web **at all**. The container should ideally not need...

I love this project. I love how pleasant Python can make life. I have strong negative feelings against Python dependency/package/version management. Docker is a wonderful technology. Docker and Python belong...

### Describe the enhancement you're suggesting. It could be cool to maintain project dependencies in a Dockerfile. Some Benefits: - Easier to get started with development - Easier to build...

feature request

### Description of the feature you're suggesting. Dependencies often cause folks trouble. Docker containers help with that problem. Makefiles are good at tracking dependencies and making simple interfaces to use...

feature request

Not an urgent issue, but something that seems like it may be an easy fix. Source Code: ```C const gal8 min_poly = 0b11101, // Minimal polynomial x^8 + x^4 +...

Important sections to add to the Readme: - [x] Summary - [ ] Providing the website where project is hosted(heroku) - [ ] Getting Started copy/paste-able code - [ ]...

documentation

When on `http://0.0.0.0:5000/sorting` page, pressing the `Sort` button more than once kicks off simultaneous searches. It looks really cool, but the searches conflict with each-other and it likely not the...

bug

For the info sections about each algorithm: Add a "Copy to clipboard" button.

enhancement