-
-
awesome project, and I hope to contribute to it as soon as possible!
I have installed the **SD_card_rpi-eco-monitoring_lts_02-01-18** image on a 32gb sd card for now, running on pi 3b+, also added …
-
int main()
{
int i;
for (i = 0; i < 10; i++)
{
printf("Holberton\n");
}
return 0;
}
-
In https://github.com/jupyter/jupyter_client/pull/623#issuecomment-793668619 we talked about using [unasync](https://github.com/python-trio/unasync) to support sync/async in jupyter-client. The way it…
-
# Writing code
I am a web developer with little ESP8266 and ESP23 experience so writing backend code will be the hard part, but my UI needs to be pixel perfect and simple which shows by the design.
…
-
OGD data quality/ user / feedback papers collection/ bibliography
-
## 📝 reproduction steps
To create inline code,
- if I type in \`code\` in order, it works well.
- but if I type in \`\` first, then move cursor between them and type in code, all characters…
-
As requested in [this issue](https://github.com/prisma/prisma2/issues/222), we're currently debating if/how we should provide a code-first API to build up a Prisma schema.
Citing the [original argu…
-
Hi,
Good job so far!
Your project is complete! There is nothing else to say.
-
https://github.com/bihanviranga/helpdesk/blob/cfbcfaff59f42b44e33ad859dfacb41f66281936/HelpDesk/Controllers/ModuleController.cs#L106
It’s a clean code practice to write to failing part of the code …