Looking for a project

Hello Jow Forums, a /b/ user redirected me here ^.^
I've been learning programming for a while, and I would really love to work in a "project".
I dont find job about this yet, because I have to learn a bit more, but I can do some nice things!

I'm not so good at maths, but if the project involves some, I can learn on internet (I learn relativelly fast) for the necessary task.

Would someone like some help in a personal project? I want to learn, and maybe some user is looking for a disciple, or, as I said before, some help xD
Thanks and have a nice weekend!

Attached: hello_g.png (394x207, 12K)

First learn some english.
Now get the fuck out of this board Pajeet.

I'll bump because you asked nicely

Jesus christ, that post is shitty.
At least your image is using C.

What is wrong with this post?
A person that learned english on YouTube and reading Stack Overflow, asking to help in a programing project ^.^ is this that bad?

fork any github/gitlab project, write code.
make pull request.

That's true, I didnt think about that lol
Do you know some interesting projects in progress?

anything foss
whatever is your favorite free program

That is now how a Jow Forums post it written. That's written like you're some ultra-noob introducing yourself on a mailing list.
I'm not trying to sound particularly smug (I am a little bit), but I doubt you'd have the skills to make any meaningful contribution to my personal project as it is. It's far too specialised.

I was thinking about adding some options to apache-cli library, but looking the commits, i see that the last updates related to functionality, are from 2 years ago xd

Write runescape bot scripts

>learn java or python
>learn selenium
>use webdriver to automate websites like linkdin
>do spam clieant loop to Explain yourself to a >large number of people
>im sure you'll find Chinese who will want to hire >you

presently i am working on a C project. the project is a program for the user to draw geometry diagrams, such as points or lines or circles and etc. the X11 facilities are being used to draw graphics onto the program's window, in its current state the user can create points on the screen and there is still much to implement. the uploaded image is a screenshot of the program. if you would like to help me build it, please send me a message via discord to THEWHITELION#5760.

Attached: program.png (2048x1108, 11K)

>the X11 facilities are being used to draw graphics onto the program's window
>2019
Please user, don't do that. I bet you're using Xlib instead of XCB too.

contribute to FLSS

yes i am using Xlib so what

Wow! That looks nice!
Tomorrow I write to you and we talk, now my brain is half dead lol

Xlib is pure garbage. XCB is much better designed.

Dear Sir,
PLEASE TO BE GOING TO THE SHITOVERFLOW AND TO CODE PLEASE.
With respectfulness.

what makes XCB better than Xlib?

nice bait

Xlib is filled with all sorts of blocking and retarded behaviour.
XCB gives much more control regarding that and actually allows you to write somewhat asynchronous code.