Skip to content

Instantly share code, notes, and snippets.

View sethrylan's full-sized avatar

Seth Rylan Gainey sethrylan

View GitHub Profile
@sethrylan
sethrylan / scalaConsole1
Last active June 17, 2016 20:08
ScalaBasePlugin scalaConsole/scalaTestConsole tasks
apply plugin: 'scala'
repositories {
mavenCentral()
}
ext {
versions = [
scala: '2.9.2',
scalatest: '2.0.M3',
/* BMP085 + Data Logger
by: Seth Rylan Gainey
date: 2012/07/08
license: http://sethrylan.mit-license.org/
Retrieve pressure and temperature from the BMP085 and calculate altitude.
Serial.print it out at 9600 baud to serial monitor and store on SD card.
"If you're using an Arduino Pro 3.3V/8MHz, or the like, you may need to
increase some of the delays in the bmp085ReadUP and
[
{
"dependents": [
"Methicillin Resistant Staph Aurerus Initiative Reports",
"Authorization Subscription",
"Clinical Procedures",
"VistALink",
"CMOP",
"Enterprise Health Management Platform",
"HINQ",
{
"name": "VistA",
"children": [
{
"name": "Provider Services",
"children": [
{
"name": "Laboratory",
"children": [
{
@sethrylan
sethrylan / checkstyle.gradle
Last active December 25, 2018 07:09
Code Quality Tasks for Android
configurations {
codequality
}
repositories {
mavenCentral()
}
dependencies {
codequality 'com.puppycrawl.tools:checkstyle:5.6'