Hello everyone!
Welcome to the first edition of Open Source Weekly where I bring you to the new and updated Github repositories which we use now and then.
Welcome to the first edition of Open Source Weekly where I bring you to the new and updated Github repositories which we use now and then.
Pandas (Python)
The @pandas-dev/pandas have recently started a new contribution milestone for non organisation members named "Contributions Welcome", which happens to be described as Changes that would be nice to have in the next release. These issues are not blocking. They will be pushed to the next release if no one has time to fix them.
And as for now, it is about 20% completed. So do look out for new issues here and there if you are interested in making some sexy Data Frame stuff.
And as for now, it is about 20% completed. So do look out for new issues here and there if you are interested in making some sexy Data Frame stuff.
Atom (JavaScript)
The @atom/atom are facing a really interesting issue right now, Namely :
Atom does not quit on OS X #17672
Interesting, no? Apparently both shortcut and menu bar exit ain't working for this guy, so incase anyone is interested in helping out: they surely can.
The Link for the same is : Atom does not quit on OS X #17672
#MyFeaturedRepository
Spring-Boot is a Java Based Open Source Repository.
From there README.md :
Spring Boot makes it easy to create Spring-powered, production-grade applications and services with absolute minimum fuss. It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need.
You can use Spring Boot to create stand-alone Java applications that can be started using
java -jar
or more traditional WAR deployments. We also provide a command line tool that runs spring scripts.
Our primary goals are:
- Provide a radically faster and widely accessible getting started experience for all Spring development
- Be opinionated out of the box, but get out of the way quickly as requirements start to diverge from the defaults
- Provide a range of non-functional features that are common to large classes of projects (e.g. embedded servers, security, metrics, health checks, externalized configuration)
- Absolutely no code generation and no requirement for XML configuration
My Verdict : This sounds like a good repository to contribute to. In case any java enthusiast with fair HTML concepts wants to try their hands at open source development, this can be a good place.
Spring Boot Github repository : https://github.com/spring-projects/spring-boot
Comments
Post a Comment