Thread
Stories related to "Contributing To GitHub Projects is Easy" across the full archive.
(kallaballa - * ) just finished the first version of his No-Fit Polygon implementation, as a single-header library which aims to solve the Irregular Stock Cutting problem, common to manufacturing (and in this particular case of interest to laser-cutter users everywhere)... this might be worth discus...
This is just a little tool I wrote to stop me from always having to add my new keys to all the machines that I ever want to remote into.
As a bonus, it pushes all the keys it knows about for a user to their linked GitHub account, too.
I have heard a lot about people misusing REST, and I would rather do it properly than improperly when writing an API for myself, since it seems like I could learn something about good APIs, since the people who came up with REST thought so long about how they should work. What are the best resource...
Thanks for looking guys. This site has been a side-project/hobby of mine for a while now. The past few days for me have been spent rewriting it from the ground up to be a much better site. I know that there are other beer sites out there, but I think that there is something special about making a se...
Spark is a MapReduce-like cluster computing framework designed for low-latency iterative jobs and interactive use from an interpreter (think about sequences of map, filter, reduce). It can load data from any Hadoop InputFormat, and can run on Apache Mesos or in standalone mode.