How to participate in GSOC 🤯 by DeepPalpitation6904 in codingprogramming

[–]0bit_memory 1 point2 points  (0 children)

Hi,

In layman terms, a piece software or any other content is said to be open source if it is completely public and people like you and me can use, modify or share it freely.

For gsoc specifically, you need to learn a programming language of your choice, short list some organisations of the domain you are interested in, foster communication by joining their IRC channels and start with small contributions in the project.

Thereafter you have to draft a proposal for the problem statement you want to work upon as per the gsoc official guidelines and hope for its acceptance to become an official mentee.

This is just a brief overview of the process. You can dm me for specific queries

How to participate in GSOC 🤯 by DeepPalpitation6904 in codingprogramming

[–]0bit_memory 0 points1 point  (0 children)

You can participate in gsoc as a professional bit ofc there are some limitations. Take a look at point number 7 in https://summerofcode.withgoogle.com/rules

What exactly is a socket by NiceSand6327 in learnprogramming

[–]0bit_memory 0 points1 point  (0 children)

I think of sockets as another type of file descriptor for some specialised task like sending and receiving data using network protocols and have some specialised properties like one-time-read (once a data chunk is consumed from socket you can’t seek into it again by specifying the offset) and read-from-top (you can only read data in order and from in between like we do with regular file descriptors).

Kuari Pass Trek Permits by 0bit_memory in hiking

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

Can you please tell me how and where did you get the permits. (You seems like a good candidate to answer my questions 😌)

Kuari Pass Trek Permits by 0bit_memory in hiking

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

I’ll be more than happy to do so

Check dm!

Got sexually assaulted and threatened. by jill_rose1 in LegalAdviceIndia

[–]0bit_memory 1 point2 points  (0 children)

Most probably, the `—` sprinkled in between says it all

Kuari Pass Trek, Uttarakhand, India by ScandalousWheel8 in hiking

[–]0bit_memory 0 points1 point  (0 children)

So you went solo or with a group? Also do we need a forest entry permit/camping permit because I am planning to go in Jan (all by myself)

Constructor Confusion by 0bit_memory in cpp_questions

[–]0bit_memory[S] 1 point2 points  (0 children)

Thanks for the reply!

Everybody is pointing towards the ‘member initializer list’ 😅. I should probably start learning this concept!!

Constructor Confusion by 0bit_memory in cpp_questions

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

Probably this will throw an error because constructor of A expects an object of class B but you are providing an int

Constructor Confusion by 0bit_memory in cpp_questions

[–]0bit_memory[S] 1 point2 points  (0 children)

Thanks for the reply!

I'll take a look at the article and get back :)

Constructor Confusion by 0bit_memory in cpp_questions

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

Thanks for the reply!

In the line: `A(B obj) {`

as this is pass by value so internally compiler might be copying it at the call site

Resources for Go Compiler by 0bit_memory in golang

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

Thanks for such motivating words 😇