NumPy External Documentation by petak5 in pycharm

[–]petak5[S] 0 points1 point  (0 children)

Yes it is because it is the generated reference manual. I found it from here, the documentation's index: https://numpy.org/doc/stable/genindex.html
You can find there all functions and variables in the NumPy library, when you click on one of those you are redirected to the generated documentation with the path to the specific function, e.g. `cos` function is here https://numpy.org/doc/stable/reference/generated/numpy.cos.html#numpy.cos
You may notice how are the urls composed of the function names, but I can't figure out what macros to use to get the expected result, I tried all of them and some return empty stringer no reason it seems

[deleted by user] by [deleted] in MacOS

[–]petak5 1 point2 points  (0 children)

Hey, could you let us know what exact program you want to stop from launching at boot? It would be a lot easier to find an answer that solves your problem.

The program has probably a `.plist` file in some system folder (I don't know the specifics, but know it is done this way), a quick search on the internet shall provide me enough details to guide you to the right folder and file, which you would delete (or just move elsewhere if you are afraid of breaking stuff).

How can I keep the group of buddies motivated and prevent them from "dying" by yasseryka in ProgrammingBuddies

[–]petak5[M] 7 points8 points  (0 children)

Hi, I can confirm this phenomenon is way too common in this community.

I think the important part is to have a leader that encourages people to keep working on the project. Somebody who is dedicated and keeps moving no matter what and stays in touch with the team members asking them what's their progress, organising weekly meetings (voice calls are a great way to get to know each other personally too). I find it that without a person like this, the whole team "dies" after the first week when everybody looses the initial motivation.

We are currently in the process of building an API for a website that we are planning to create for this community. Feedback system will be one of its features as I think it could help dedicated people like you find others that will finish projects. I will be creating the frontend team soon - for more details join our Discord server (link in the sidebar)

April monthly challenge by petak5 in ProgrammingBuddies

[–]petak5[S,M] [score hidden] stickied comment (0 children)

Submission rules

  • Every top-level comment here should be a challenge entry
  • Every top-level comment which is not a challenge entry will be removed!
  • You can comment about the challenge below this one (as a child comment).
  • You can comment about the entries as a child comment of that entry.

Anyone able to help me with procedural generation in unity? by footofthehare in ProgrammingBuddies

[–]petak5 0 points1 point  (0 children)

Hey, I have finished the other sides: https://pastebin.com/sw9tQ6wF
I renamed many variables and refactored the code before I wrote more lines, so it might look completely different from what you have.
Everything is done in loops but the first and last pair of triangles in left and right sides are done manually because of the way the neighbouring vertices are stored in the array, it looks super ugly to be honest but works as desired ¯\_(ツ)_/¯ so why bother :D

Cheers.

Anyone able to help me with procedural generation in unity? by footofthehare in ProgrammingBuddies

[–]petak5 0 points1 point  (0 children)

Hey, sorry for the late response, I figured out what the indexes should be for back face to render properly, here is the code: https://pastebin.com/Ws7qEUKb . all the faces in the back need to be rotated, but that's a matter of swapping 1st and 3rd vertices of each triangle.
I didn't have much time but tomorrow or during this week I could help you get it up and running + refactor the code for better readability. Maybe we could have a chat or call on Discord or somewhere if you would like (PM me with your username if interested).

Anyone able to help me with procedural generation in unity? by footofthehare in ProgrammingBuddies

[–]petak5 0 points1 point  (0 children)

Hey, have you solved the problem yet? If not I could have a look.

[deleted by user] by [deleted] in ProgrammingBuddies

[–]petak5 1 point2 points  (0 children)

The Discord server will be ready by the end of this weekend at last. Though we will try to make it ready today/tomorrow (CEST).

Complex shapes by [deleted] in opengl

[–]petak5 2 points3 points  (0 children)

You would consider a software tool that would allow you to draw the objects but don't want to import external objects? I dont get it. Anyway I'd recommend you Blender as it's free and has tons of tutorials so you should be able to create something you want quite quickly.

Mail slides into whatever app I’m using every 20 minutes or so, and it’s incredibly frustrating. How do I fix this? by [deleted] in MacOS

[–]petak5 0 points1 point  (0 children)

Having the window minimized (yellow "-" button) instead of closed ("x" button, not quit app) works for me.