I hereby claim:
- I am bnferguson on github.
- I am bnferguson (https://keybase.io/bnferguson) on keybase.
- I have a public key ASApFHyvjnffEraiZ5ep6-KGKf9piAcVmF9zgt87hKZ5ggo
To claim this, I am signing this object:
| #include <Wire.h> | |
| #include <Serial.h> | |
| #include <math.h> | |
| #include <PWMLEDDriver.h> | |
| // How many Channels we're driving on this board | |
| // 12'' Drum - 7 Channels | |
| // 16'' Drum - 7 Channels | |
| // 20'' Drum - 10 Channels | |
| // 24'' Drum - 11 Channels |
| # What you might see (note the complete lack of response - esp look for the lack of an optimization flag, eg -O2) | |
| $ ruby -r rbconfig -e 'puts RbConfig::CONFIG["CFLAGS"]' | |
| # What you should see (note the -O2 optimization): | |
| $ ruby -r rbconfig -e 'puts RbConfig::CONFIG["CFLAGS"]' | |
| -fno-strict-aliasing -g -O2 -fPIC' |
| {"shutter_speed_value"=>"1/4171261517277002370470245135895331170085810498925532185325970964511636730365148194777118414466694459130583157525117224352830282821856843891507380403811977383737026772608383911501286649822952557228730041328348830539955430739399780497616885078100607261516087156543315111740125571561385540769311243134471864304649466975908886839621461386596155989732613149011239449552293923524311602269588414441547892959489974908123300917232199467429562462314779168173751676481644575275426415789922653435390084580705015360070610825385326678048265796707933592122020963821876035005177951152210295807972086964365890012181086531856426852453233790946808945267217135805930321029462262867408336151650234092631350325781171644248079871337908499022956810856311009988241185929674434685750644659836289250545446824060913375580888575507796300534130365439615640133510264840200171074848244549817728859386831371424972550642277885577854148035103549069177267822458607315617596403469693693956602006599084262977641908333406135526457732081 |
| #!/usr/bin/env ruby | |
| puts "Please input the radius of the circle:" | |
| input_radius = gets.to_f | |
| # Keep looping until the user gives us a valid number | |
| # Non number entires such as words would equate to 0 with the .to_f method above | |
| while input_radius == 0 | |
| puts "Please try a number that doesn't equal 0" | |
| puts "Please input the radius of the circle:" |
| #!/usr/bin/env ruby | |
| #Ask the user for a number to test if it is a prime number or not | |
| puts "Pleas input a number to test if its a prime number: " | |
| input_number = gets.to_f | |
| #Ensure that the user doesn't put in zero as zero isn't a prime (division by zero) | |
| #Also note that by some definitions negative numbers are in fact prime numbers and therefore valid | |
| while input_number == 0 | |
| puts "You submitted and invalid number or zero, please input a different number: " |
| Servo leftWheel; | |
| Servo rightWheel; | |
| int drive(String command); | |
| int stop(String command); | |
| void setup() { | |
| leftWheel.attach(A0); | |
| rightWheel.attach(A1); | |
| Spark.function("drive", drive); |
| 2 oz Mezcal (Senorio Reposado, if using something smokier like Vida, go with 1.5oz or half and half with tequilla) | |
| 1 oz Lime Juice | |
| 1 oz St Germain | |
| 3/4th oz Water (optional, you can vary the water and shaking time to adjust the smoothness of the drink) | |
| 4 drops Bitterman's Burlesque Bitters |
I hereby claim:
To claim this, I am signing this object:
| BAKER'S FORMULA | |
| (by WEIGHT... eg. for 100g flour, use 62g water... for 50oz flour, use 31oz water, etc) | |
| 100 unbleached all-purpose flour | |
| 2.5 kosher salt | |
| 1 bread machine yeast (comes in a small jar on the baking aisle near the chocolate chips. I recommend Red Star) | |
| 3 sugar or honey | |
| 62 water, slightly warm (100 degrees) |
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>F19 to F19</name> | |
| <appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, send escape)</appendix> | |
| <identifier>private.f192f19_escape</identifier> | |
| <autogen> | |
| __KeyOverlaidModifier__ | |
| KeyCode::F19, | |
| KeyCode::COMMAND_L, |