Best Open source projects to contribute to?

AI Thread Summary
For individuals seeking to enhance their programming portfolios through open source contributions, GitHub is highlighted as a primary platform for discovering projects. Notable suggestions include contributing to the Processing IDE, where developers can create tools, libraries, or plugins for various programming languages, including Java, JavaScript, and Python, with potential expansions into Scala, Groovy, Clojure, Kotlin, and Go. Another valuable resource is Rosettacode.org, which allows contributors to solve tasks in over 80 programming languages. Additionally, projects related to OpenCV and artificial intelligence are recommended due to their popularity and relevance in the tech industry.
TheMacNerd
Messages
74
Reaction score
18
Hi,

I'm looking for open source projects to contribute to to build my resume and computer programming portfolio to hopefully land a computer-related job. What are good open source projects that I can contribute to?
 
Technology news on Phys.org
Have you checked github? or sourceforge?

Github is perhaps THE platform to look to.

One area would be the Processing IDE platfomr where you could contribute tools, libraries or even plugins for other java-based languages. Currently, they support Java, Javascript, Android Java and Jython/Python modes. It would be cool to have plugins for Scala, Groovy, Clojure, Kotlin or Go (not java-based but popular) which would allow folks to use Processing IDE to learn about these languages.

Another is Rosettacode.org where you contribute code to solve some task in one of the 80+ languages they are showcasing.
 
  • Like
Likes QuantumQuest
OpenCV is always an attention grabber, generally anything involving AI.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top