Jamal Mustafa

Results 14 issues of Jamal Mustafa

For lines that end in a semicolon, the reformatting process adds a trailing `space` character. This occurs even with `--whitespace=0`, but does not happen when passing the `--disable-indent` flag.

bug

This is the beginning of a bigger effort to refactor the figure generation scripts to use style sheets. The goal is make the scripts a bit more DRY and to...

- combine all the handout-tips scripts into one - expected to help with #88

Based on https://github.com/matplotlib/cheatsheets/pull/80#issuecomment-955173036, there may be an opportunity to reduce the number of image interpolation methods that are demonstrated, and make room for new material.

Running ``` ./simavr/run_avr tests/atmega88_example.axf ``` yields ``` Loaded 1722 .text at address 0x0 Loaded 114 .data Loaded 4 .eeprom Read from eeprom 0xdeadbeef -- should be 0xdeadbeef.. Read from eeprom...

- use a fairly standard naming convention for a commonly included makefile - replace all occurrences of `Makefile.common` with `common.mk` - helps IDEs identify the file as a makefile for...

For parameters that can be specified as a list of integers, such as `exclude_bands` and `select_projections`, there is a convenient notation that allows for individual integers and integer ranges to...

enhancement

Looks like the current release is v2.5.1, but the latest release on PyPI is v2.4.1.

**Summary** Add compute/dump functionality to identify, count, and output point defects (see [1,2]). **Detailed Description** When simulating a primary knock-on atom (PKA) coming from a collision by a high energy...

enhancement