DEV Community

Ben Halpern
Ben Halpern Subscriber

Posted on

Who's looking for open source contributors? (August 20 edition)

Please shamelessly promote your project. Everyone who posted in previous weeks is welcome back this week, as always. 😄

Happy coding!

Latest comments (54)

Collapse
 
rajagopal2000 profile image
Rajagopal2000

Hey Vitali!
I am currently working on building a platform where people can post their projects and interested developers can take up those projects. Please sign up if you are interested.
Website: hacklyst.com

Collapse
 
meshredded profile image
MECHERI Akram • Edited

Hi, i'm looking for contributors for a new language support project on vscode, the language is called javascool (a simplified version of java ) it helps people who do not have previous experience in computer programming to learn the basics of programming without having to deal with the configuration or the hassle of advanced concepts and syntax.
The project is called javascool-light and you can find it here :
github.com/Meshredded/javascool-light

thank you :)

Collapse
 
rajagopal2000 profile image
Rajagopal2000

Hey Mecheri!
I am currently working on building a platform where people can post their projects and interested developers can take up those projects. Please sign up if you are interested.
Website: hacklyst.com

Collapse
 
liyasthomas profile image
Liyas Thomas • Edited

Postwoman - API request builder is looking for contributors.
Stack: Nuxt, Vue.
github.com/liyasthomas/postwoman

Collapse
 
mittalyashu profile image
Yashu Mittal

Thermal is free and open-source desktop application allows you to manage your Git repositories at one place by providing a simple to use graphic interface with built-in features like commits, history, repository settings and more.

GitHub: github.com/gitthermal/thermal

Thermal application screenshot

Collapse
 
expandboard profile image
Hadi Mahdavi

Paraffin IoT Platform are looking for users, testers and contributors. This open source project is about Internet of Things Platform and try to add social features to IoT devices.

Paraffin is IoT platform based on node.js and mongodb with MQTT, HTTP and CoAP bridge.
Paraffin will enable you to put your IoT API services on your own server simply and painless in one command. It supports the popular MQTT protocol in sync with HTTP. It is in javascript and by Parse Server api server will be able to authorize your device list so broker perform authentication by your entry data in MongoDB by api server.

Anyone with interest in or experience with the following technologies are encouraged to join the project.

And if you fancy it, join the telegram group here for Devs and say Hello!
t.me/joinchat/AuKmG05CNFTz0bsBny9igg

Github github.com/ParaffinIoT
Webpage paraffiniot.github.io

Collapse
 
p0larstern profile image
Dhruv Pal

very very basic school project on parking management systems
looking for contributors who can guide me to improve the code and make it more and more usable in practical means

github.com/p0larstern/parkeasy

please don't hate

Collapse
 
rajagopal2000 profile image
Rajagopal2000

Hey Dhruv!
I am currently working on building a platform where people can post their projects and interested developers can take up those projects. Please sign up if you are interested.
Website: hacklyst.com

Collapse
 
taivokasper profile image
Taivo Käsper

Unzipr is open-source command line tool for working with nested zip archives. Should be specially useful for java developers who want to extract specific .class files from nested jars.

This is my first project written in Rust so all comments, issues, PRs are welcome.

Collapse
 
alexdovzhanyn profile image
Alex Dovzhanyn

Elixium is a blockchain written in Elixir, featuring anonymity via zkSNARKS, javascript contracting, and leveraging Elixir/OTP's network speed & reliability to build a fast and scalable network.

We're in early stage development, but making steady progress! All contributors are welcome, don't be shy! Join our telegram: t.me/elixiumnetwork

Github: github.com/elixiumnetwork/elixium_...
Website: elixium.app
Twitter: twitter.com/elixiumnetwork
Facebook: facebook.com/elixiumnetwork
Reddit: reddit.com/r/elixium

Collapse
 
afterlogic profile image
AfterLogic Corp.

Hey, everyone! We're looking for contributors to our opens-source projects.

One of them is Afterlogic WebMail Lite, fast and easy-to-use webmail client which can work with pretty much any IMAP/SMTP server. It offers built-in addressbook, OpenPGP support, authentication via Google, Facebook, powerful APIs and more.

We also offer Aurora Files, an open-source file storage platform for small teams and personal users. One of its key features is Paranoid Encryption which ensures that, even if someone has full access to the server, they still cannot access your data as decrypting can only be done in your browser.

Both the products are built on top of our Aurora framework which is about modular structure, making it fairly easy to add new features to the products. And we happily welcome third-party contributors. (How to contribute)

Collapse
 
jamesray1 profile image
James Ray

It would be great if there are any Javascript devs who want to fix issues in the doctoc repo such as this one that I just filed!

[Feature request, help wanted] Filter doctoc by number of lines in a file #152

jamesray1 avatar
jamesray1 commented on Aug 22, 2018

Filter doctoc, by default, to not add a ToC to files that are below 30 lines (20 lines would fit on a page on most screens); scrolling 10 lines is just about as easy as clicking on a link, then add a flag to change this number of lines.

I will circulate this to see if anyone has more time to work on this, and will add it to Pocket in case I can find time.

Also if there are any devs interested in working on building Ethereum 2.0, there is lots to do, e.g. building a bintrie for state storage. "Ethereum is a decentralized, self-contained economy for transactional computation and related data." I'm working on a gossipsub protocol as part of rust-libp2p, for more efficient p2p messaging, which will be able to used e.g. for IPFS, Ethereum, Polkadot, and other p2p networks!