Skip to content

Instantly share code, notes, and snippets.

@brandonagr
brandonagr / DMS_Membership_analysis.cs
Last active September 3, 2019 06:22
Dataset and parsing to generate cohort analysis of DMS membership data
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CohortAnalysis
{
@brandonagr
brandonagr / DMS calendar data
Created September 5, 2018 19:51
Dms calendar data dump
This file has been truncated, but you can view the full file.
https://calendar.dallasmakerspace.org/events/view/7570 Ceramics Throwing Demo
When = Wed Sep 5 1pm — 4pm
Where = Workshop - Fired Arts 1825 Monetary Ln #104 Carrollton, TX 75006
What = An informal pottery throwing demo.
Host = Christy Cooper
Categories = Event Ceramics/Fired Arts
Tools = Pottery Wheels
https://calendar.dallasmakerspace.org/events/view/7569 Philosophy Meet-Up
When = Wed Sep 5 8pm — 11pm
@brandonagr
brandonagr / Program.cs
Created October 9, 2017 19:39
EslGroupingSim
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EslGroupingSim
{
struct Team
{
@brandonagr
brandonagr / tekton_socket.scad
Created May 2, 2017 04:55
OpenSCAD file to print socket holders for tekton brand 1/4 and 3/8 socket holders.
// sae
//socketDiameters = [ 17.121, 17.121, 17.121, 18.263, 20.216, 22.254, 24.398, 26.392, 28.469, 30.591];
//socketLabels = [
//"\u2075/\u2081\u2086", // 5/16
//"\u00b3/\u2088", // 3/8
//"\u2077/\u2081\u2086", // 7/16
//"\u00b9/\u2082", // 1/2
//"\u2079/\u2081\u2086", // 9/16
//"\u2075/\u2088", // 5/8
//"\u00B9\u00B9/\u2081\u2086", // 11/16
@brandonagr
brandonagr / whiteboard marker holder
Last active August 29, 2015 14:19
Improve inner radius and gap
// Should match marker exactly or be slightly less
innerRadius = 17 / 2;
outerRadius = innerRadius + 2.5;
spacing = 2 * outerRadius + 5; // some gap between holders for flex when inserting marker
screwRadius = 1.75;
// Height of plate for screws, should be less than or equal to height
sizeOfScrewPlate = 12;
// Height of the part the marker snaps onto