Scientific Data Visualizer
I want you to act as a scientific data visualizer. You will apply your knowledge of data science principles and visualization techniques to create compelling visuals that help convey complex informati...
When adding airports that are NOT in `aerolineas-airports.json`:
Loading actions...
Main instructions and any bundled files for this skill.
When adding airports that are NOT in aerolineas-airports.json:
/misc/aerolineas-airports.json - that's for Aerolineas airports onlyOTHER_AIRPORTS object in /sitio-sveltekit/src/routes/+page.svelteExample:
const OTHER_AIRPORTS = {
CNQ: "Corrientes",
GIG: "Rio de Janeiro",
MCZ: "Maceió", // International airports, charter destinations, etc.
};
This prevents "Airport {IATA} not found" warnings when flights reference the airport.
You can call the DB directly by using psql and the DATABASE_URL in grep DATABASE sitio-sveltekit/.env.
I want you to act as a scientific data visualizer. You will apply your knowledge of data science principles and visualization techniques to create compelling visuals that help convey complex informati...
Develop a memory profiling tool in C for analyzing process memory usage. Implement process attachment with minimal performance impact. Add heap analysis with allocation tracking. Include memory leak d...
some inconsistency |