-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Topic Idea] Introduction To Threading #31
Comments
I'd like to work on this. |
@smyja awesome! I'll assign you this topic. Please tag me or another maintainer once you've submitted a PR 🙂 |
Hi @smyja just checking in to see how's the progress on this? Is there anything we can help out with? |
Thanks for reaching out, I've been indisposed. So I had to take a break, I'll start working on it over the weekend. Happy holidays. |
@smyja I want to ensure you didn't just forget to submit this entry. If there isn't a response in 1-2 days, I will reassign this to the other community member who wants to work on this. 🙂 |
Thanks for reaching out, I actually forgot. I had already started it but @dakshdeepHERE can take the two. I'll write on something else when i am less busy. :) |
@smyja Thank you! Hopefully we see you back at a later time 👍 |
@dakshdeepHERE I've just assigned you to this! |
See above I wanted to make something @yangc95 was doing at the start of the doc but it isn't working for me :( It works like this 👆🏻 So @yangc95 @KTom101 can I fix the 1st issue by uploading the png find to my forked repo and using that link there in the `()`. This method is very useful if I want to link the image multiple times in the doc and it also looks good |
For references this is how @yangc95 added the gifs and images at the start of the doc 👇🏻 |
@dakshdeepHERE You can link the images using the syntax shown but the image links will have to start with: |
@KTom101 oh Okay so in the end I just have to add my file name right? |
@dakshdeepHERE Yes, but you would also include the folder name in there too which would be your name. So for you it would be:
This makes sense? |
Yep got it @KTom101 Thank you for your help |
@dakshdeepHERE No problem! |
hey @KTom101 Hand made diagrams will work? Or I have to make them inside my pc? I can attach some diagrams that I have made for threading if you want |
@dakshdeepHERE I would steer away from hand drawn diagrams. If you can't make them on your pc, let us know and we can figure out a way to help you out. |
@KTom101 wait let me try to make them by myself then I will attach some down below like this one |
Sorry for the delays but I'm trying hard to implement everything I've learned in the last semester and trying to add good examples and good code samples too. Hope maintainers will like it 😅. |
@dakshdeepHERE It looks a little fuzzy. Are you trying to keep the two diagrams side-by-side? It might be better if you separate them. |
Alright I will try to improve the quality and keep them separate. Both of these diagram are the part of the same headline that I have in threading. |
@KTom101 hey is html code allowed inside the markdown file? |
A thread is part of some process in a program that handles a single path of execution.
Diagrams are recommended!
Get creative with your example code snippets and keep it original 👍 Tack on the language used for this piece at the end of the title, ex: “Introduction To Threading in Python.”
Let us know if you want to write this!
The text was updated successfully, but these errors were encountered: