Live data from Hacker News

Ask HN: Looking for contributors?

news.ycombinator.com

21–30 of 139 posts

Re: Ask HN: Looking for contributors?

#21
Pullup.io - https://github.com/larvalabs/pullup

Pullup is the website you have to submit a pull request to join! We're a small fairly tight-knit community right now. It creates a pretty interesting feel, knowing that every member has an invested interest in how Pullup develops.

We're currently putting a lot of effort into making the onboarding process easier, which means there's a load of easy, yet high-impact, issues sitting in Github right now.

Join us on Gitter, if you want to chat! https://gitter.im/larvalabs/pullup

Re: Ask HN: Looking for contributors?

#22

I recently open-sourced my web-based vector app Mondrian. https://github.com/artursapek/mondrian It's a fun project to hack on for anyone interested in math, geometry, SVG, or web apps. You can try it live at http://mondrian.io . My email is in my HN profile if there are any questions.

Wow, this is good. I really like the old-school icons, too. Looks like it'd be fun to work on too :)

Re: Ask HN: Looking for contributors?

#23
jsg: generates a dump of all symbols and cross-references from JavaScript source files

https://github.com/sourcegraph/jsg

It uses tern (http://ternjs.net/) to perform static analysis on JavaScript and then outputs it in a format that describes all of the definitions (functions, variables, modules, etc.) and links all names in the source code to the definitions they refer to.

We use it to produce JavaScript docs and examples at Sourcegraph (e.g., https://sourcegraph.com/github.com/joyent/node), but it can also be useful for automatic JavaScript doc generation, automatic bug detection, and other static analysis tasks to improve the quality of your JavaScript code.

Re: Ask HN: Looking for contributors?

#24
Tudat: A modular, generic, robust astrodynamics toolbox

http://tudat.tudelft.nl

This project has been my life for the last 4 years. Was fed up with the fact that no one was collaborating within my research group in terms of software, so decided to set this up at the beginning of my PhD. Learned a lot of C++ along the way (and a whole lot more still to learn!).

If you're interested in getting involved, feel free to sign up on the website. There's a stack of features that are still to be implemented, and some fantastic research projects that can be carried out. I've also been looking to implement a Python interface so that the code becomes more accessible (especially to undergrad students in the department).

Some example simulations that have been carried out with Tudat:

* Launcher ascent trajectories

* Interplanetary mission design

* Global trajectory optimization

* Low-thrust trajectory design

* Circumplanetary dust dynamics

* Space debris conjunction analysis

* etc., etc.

So if you want to get your hands dirty with some cool space simulations, we'd love to have you on-board. Feel free to drop me an email if you have any questions about the project: me [AT] kartikkumar [DOT] com.

Re: Ask HN: Looking for contributors?

#26
ShareLaTeX - https://github.com/sharelatex/sharelatex is a web-based real-time collaborative LaTeX editor.

The stack is a walking cliché: Node.js, Redis, MongoDB, Coffeescript. Lots of open issues, with plenty that are tagged 'good for beginners' (to the project, not necessarily with the tech). We've also got a dev chat room where we're available to help you get started whenever we're online: http://www.hipchat.com/g1nJMcj7b

We have strong opinions about the correct way to write javascript/coffeescript to be unit testable, and how to write apps based on lots of small services which are robust and testable. We'd be delighted to have people contribute and either sway our opinions, or pick up some of our experience.

Re: Ask HN: Looking for contributors?

#27
I've got two projects that I'm trying to move forward at the mo:

1. SkiFree.js, my JavaScript port of the Windows classic game SkiFree. Trying to remove the jQuery dependency and flesh out all the features from the original game including additional NPCs. I am actually doing some active work on it every couple of weeks but not as much as I want! https://github.com/basicallydan/skifree.js

2. Interfake, a tool for creating on-the-fly JSON APIs. Really handy for front-end devs, mobile devs and anybody writing automated test suites which need APIs to hit. I'd like to add a way to generate collections in responses (i.e., an array in a response) and semi-random data. https://github.com/basicallydan/interfake

All contributions would be super helpful :)

Re: Ask HN: Looking for contributors?

#28
PouchDB - https://github.com/daleharvey/pouchdb

A reimplmentation of CouchDB in the browser based on indexedDB / webSQL, its designed as a library for web devs to build applications that work offline and sync data seamlessly when their users login to other devices.

Theres a contribution guide @ https://github.com/daleharvey/pouchdb/blob/master/CONTRIBUTI... and we try to tag good patches for beginners @ https://github.com/daleharvey/pouchdb/issues?labels=goodfirs...

As a project I spend a lot (pretty much all) my time on trying to make it easy to contribute (while at the same time producing a well built easy to use library), would love to hear back about how easy / insanely hard the process is.

Re: Ask HN: Looking for contributors?

#29
1clickBOM: A browser extension that lets you paste directly from spreadsheet to electronic component retailer shopping carts (Digikey, Mouser, etc.).

Works across retailers and internationally. As well as being a useful purchasing tool (in-house so to speak) could help spread OSHW designs and allow users to purchase a "kit" from their local retailer outlets without the designer (who might be on the other end of the world) having the tedious task of filling bags with components and shipping them.

Written in Coffeescript and for Chrome initially. Firefox port is planned.

https://github.com/kasbah/1clickBOM

Post reply on HN