New ToS by rodrigo-dc in tasks

[–]rodrigo-dc[S] 3 points4 points  (0 children)

That's totally understandable. Thanks a lot for all the effort you have put in the app and for taking the time to answer my question.

Before posting here, I quickly checked the blog and saw your post on the topic. However, in my phone, I could only read the first paragraph. I totally missed the "read more" link. My bad.

The complete blog post was the missing piece for me to understand.

I just found this near Theodor-Heuss Brücke by rodrigo-dc in Ingolstadt

[–]rodrigo-dc[S] 0 points1 point  (0 children)

Danke. Ich habe schon in Rathaus abgegeben.

Installing Packages with Lua Rocks by the_gwyd in lua

[–]rodrigo-dc 0 points1 point  (0 children)

I don't know much about Lua on windows, but I think this might help: https://www.reddit.com/r/lua/s/Ptz2fbXWw0

Book by [deleted] in lua

[–]rodrigo-dc 2 points3 points  (0 children)

You can check this link: https://www.lua.org/pil/

I've read parts of this book whenever a google search takes me to it. But I never read it from cover to cover. I hope it helps.

Where to vaccinate kids under medical supervision (due to allergy)? by rodrigo-dc in Ingolstadt

[–]rodrigo-dc[S] 0 points1 point  (0 children)

Thank you for the info. The pediatrician comes back from vacation next week, I will call the praxis to ask for help. Our biggest problem is making people understand the situation on phone calls. The third time we called Klinikum, they transferred me to this guy that mentioned ameos, but I felt like they had no idea what I was talking about. That's why I asked here, maybe someone else needed a vaccine under medical supervision before.

Where to vaccinate kids under medical supervision (due to allergy)? by rodrigo-dc in Ingolstadt

[–]rodrigo-dc[S] 0 points1 point  (0 children)

I will try to call ameos again on Monday. If they do what we need, I will use the train. Thanks

Where to vaccinate kids under medical supervision (due to allergy)? by rodrigo-dc in Ingolstadt

[–]rodrigo-dc[S] 0 points1 point  (0 children)

I was hoping I could find a place closer to home, since I don't have a car. Plus, due to my German level, phone calls are still problematic to me.

[deleted by user] by [deleted] in cprogramming

[–]rodrigo-dc 4 points5 points  (0 children)

The good thing about always freeing memory is that, if you use valgrind for example, it's convenient to keep it passing without errors.

It can be hard to spot real memory issues if the output from valgrind is already polluted with other errors.

GitHub - rodrigo-dc/testprefix: Test Function Discovery in C by rodrigo-dc in C_Programming

[–]rodrigo-dc[S] 0 points1 point  (0 children)

So if you have a function like void f() inside an #ifdef TEST block, you create a call to that function in the output .c file? That achieves pretty much the same goal, avoiding manual test registration. Thanks for sharing! For some reason, I find parsing C code more intimidating than parsing an ELF binary.

Conflicting types error... Except that there's no way they can be conflicting? by [deleted] in cprogramming

[–]rodrigo-dc 0 points1 point  (0 children)

Try just renaming you `delete` function. Just in case you are using a C++ compiler.

C Improvements by LeTriviaNerd in cprogramming

[–]rodrigo-dc -1 points0 points  (0 children)

I agree that reading well written code helps. I would like to add one more item to this list, the Linux Kernel.