Matthias Endler

Results 146 issues of Matthias Endler

We found the following line while reviewing the library: https://github.com/jkarns275/stdgba/blob/master/src/mem/mod.rs#L9 Was that commited on purpose or is it simply leftover debugging code?

I'm not a designer. Can anyone create a beautiful design for zerocal? 🎨 The entire HTML and CSS is in this file: https://github.com/mre/zerocal/blob/main/static/index.html.

* Daily * Weekly * Monthly * Yearly I'm open for suggestions for the URL syntax.

E.g. zerocal.shuttleapp.rs/2022-11-04T20:00/3h/Birthday/Party. I'm willing to discuss alternative URL formats before we decide on one.

Example: https://calendar.google.com/calendar/render?action=TEMPLATE&dates=20221003T224500Z%2F20221003T224500Z&details=&location=&text=

Examples: * `now` * `tomorrow` * `now+2d`

The functional test is based on https://github.com/Klaus2m5/6502_65C02_functional_tests It does NOT pass yet. :( However, I think it's a good idea to have it in the repo nonetheless, to make some...

This is an attempt to fix #12. It was copied almost verbatim from [other](https://github.com/edmccard/robo6502/blob/aa85104eb4aff0008e234ac5b0afa7a0843ccfa8/examples/benchmark.rs) [test suites](https://github.com/bgourlie/cpu6502/blob/eb93a27820f03be98e3d21edc9217b0f35d4d26f/src/cpu/functional_tests.rs). Right now, it doesn't work, because our little CPU runs out of memory. I...

We could add some more code to the `examples` folder. Here is an idea: a simple bubble sort algorithm. https://gist.github.com/ianpurton/1382689