Skip to content

Instantly share code, notes, and snippets.

View claudiosanchez's full-sized avatar
🎯
Focusing

Claudio Sanchez claudiosanchez

🎯
Focusing
View GitHub Profile
@maruta
maruta / AdaFruitSSD1351.cs
Created June 16, 2015 05:09
netduino driver for the color 128x128 OLED display referenced SSD1351
using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
namespace Maruta
{
/// <summary>
/// This class is a driver for the color 128x128 OLED display referenced SSD1351.
/// http://www.adafruit.com/products/1431
@praeclarum
praeclarum / CodeShareReport.cs
Created January 13, 2012 20:42
Computes the code share stats for the iCircuit project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO;
namespace CodeShareReport
{
class App