-
When trying to test this example, I encountered:
```c
#include
typedef int VEC_ELEMENT;
struct Vector {
int size;
int capacity;
VEC_ELEMENT *data;
};
void *cn_malloc(size_t s…
-
Here we didn't have a single challenge, but a set of little ones. So, going one by one:
### 1. Set the project icon as the two letters of the name
Great! The project icon is taking the first two…
-
#### Description:
This ticket is for the team to create some team agreements for how to work together. There will be broader team agreements from inception with other teams but it would be good to hav…
-
Review/check:
- [ ] - Readme.md
- [ ] - Examples
- [ ] - Model Explainer
- [ ] - Simulations/Metrics
- [ ] - References to Medium articles
- [ ] - References to Videos
-
Start small with a README file.
Then add maven module to compile and publish the docs on the website.
-
**Description:**
To streamline and standardize the process of creating new issues in the "remsfal" project, the creation of issue templates should be implemented. These templates will guide contribut…
-
Very much motivated by the fact that Chandra's flux_image tool can (as the name suggests) produce maps of flux (in units of **photons**/s/ $\rm{cm}^2$ ) - we definitely want to be able to read them in…
-
Create a logo for the app.
-
How Can I Create X_Ray Config and Use?
Is There Any Place To Copy That?
-
# FAQ Section
### Description
Add an **FAQ (Frequently Asked Questions) section** that helps users with common questions.
### Requirements
- **Content**: Include a list of 5-10 questions and a…