Copyright 2015 Wendy Smoak
Spinny is an Elixir port of the Adafruit_PWM_Servo_Driver code in Adafruit's Raspberry-Pi Python Code Library
As such, it inherits the BSD license and the additional information shown below:
Copyright 2015 Wendy Smoak
Spinny is an Elixir port of the Adafruit_PWM_Servo_Driver code in Adafruit's Raspberry-Pi Python Code Library
As such, it inherits the BSD license and the additional information shown below:
Copyright 2015 Wendy Smoak
ServoWorker is an Elixir port of the Adafruit_PWM_Servo_Driver code in Adafruit's Raspberry-Pi Python Code Library
As such, it inherits the BSD license and the additional information shown below:
Turny is an Elixir port of the Adafruit Python Library for DC + Stepper Motor HAT, which is a Python library for interfacing with the Adafruit Motor HAT for Raspberry Pi to control DC motors with speed control and Stepper motors with single, double, interleave and microstepping, designed specifically to work with the Adafruit Motor Hat
----> https://www.adafruit.com/product/2348
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Limor Fried for Adafruit Industries. MIT license, all text above must be included in any redistribution
The MIT License (MIT)
# Read the transactions.csv file from Mint and summarize it | |
defmodule Minty do | |
@amt 3 | |
@drcr 4 | |
@category 5 | |
def read_it do | |
File.stream!("/Users/wsmoak/Downloads/transactions.csv") |
module MyColors where | |
import StartApp | |
import Html exposing (Html, Attribute, text, div) | |
import Html.Attributes exposing (style) | |
import Effects exposing (Effects, Never) | |
app = | |
StartApp.start { init = init, view = view, update = update, inputs = inputs } |
$(document).ready(function(){ | |
$.getScript( "https://d79i1fxsrar4t.cloudfront.net/jquery.liveaddress/2.8/jquery.liveaddress.min.js" ) | |
.done(function( script, textStatus ) { | |
console.log( "liveaddress loaded " + textStatus ); | |
var liveaddress = $.LiveAddress({ | |
key: "01234567890", | |
debug: true, | |
autocomplete: 5, | |
autoVerify: false, |