Skip to content

Instantly share code, notes, and snippets.

View arrbee's full-sized avatar

Russell Belfer arrbee

  • San Francisco, CA
View GitHub Profile
@praeclarum
praeclarum / SimplifiedPolyline.cs
Created November 27, 2012 21:04
A simplified polyline that has only enough line segments to accurately represent the original polyline.
//
// Copyright 2012 Frank A. Krueger
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
@ben
ben / gist:4081592
Created November 15, 2012 21:57
libgit2 summit notes

Roadmap to 1.0

What does 1.0 mean?

  • Public API stability
  • Consistency
  • Backporting fixes to past release branches
  • Semantic Versioning
  • Certain set of functionality
  • Vision: make it easy to do interesting things with git