Skip to content

Instantly share code, notes, and snippets.

View MooseV2's full-sized avatar

Anthony MooseV2

View GitHub Profile
import UIKit
class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate {
@IBOutlet var appsTableView : UITableView
@IBOutlet var sliderBar : UISlider
let tableCountRange = 2..8 //Constant: min 2, max 15
var tableData = Double[]()
var selectedItem : Int = -1
// IEEEDay2018LED.ino
/* IEEE UOIT Student Branch IEEE Day workshop 2018 */
// Define the PWM pin connections -- these LEDs will connect...
// ...to the PWM connections of the Arduino with 220 Ohm resistors
int LED1 = 3;
int LED2 = 6;
int LED3 = 9;
// Declare variables
@MooseV2
MooseV2 / altoids-razor.c
Last active October 5, 2022 00:06
Parametric razor case, designed to fit into an Altoids tin.
//Parametric razor case, designed to fit into an Altoids tin.
//Open with http://www.openscad.org
//NOTE: This is a .scad file, but named as .c for syntax highlighting. Please rename it!
//Preview: http://i.imgur.com/j33iiu2.png
//
//By MooseV2
height = 20;