Skip to content

Instantly share code, notes, and snippets.

View rypalmer's full-sized avatar

Ryan Palmer rypalmer

View GitHub Profile

About Digital Applications and Services

We are here to make a difference! We are engineers who are passionate about building the best application, platform and services to help students and teachers improve their learning/teaching experience in math, science, and reading. Our organization is responsible for all of the educational digital products offered by Scholastic and they are being used at home, in the classroom, and public libraries!

Responsibilities:


You will make architecture and design decisions, mentor, grow and retain the team. You are responsible for working with business and product owners to build the next generation education applications for mobile and desktop web. When right opportunities arise, the individual may lead 1 – 3 engineers and assist in the requirements collection and analysis, software design, development, troubleshooting, implementation and enhancement of new and existing software in Java. In additional to software development, you will also be contributing your expert

Keybase proof

I hereby claim:

  • I am rypalmer on github.
  • I am rypalmer (https://keybase.io/rypalmer) on keybase.
  • I have a public key whose fingerprint is 2672 77FD F7B6 7D61 73AE B342 95D6 0355 245D BC7C

To claim this, I am signing this object:

#ifndef OneWire_h
#define OneWire_h
#include <inttypes.h>
// you can exclude onewire_search by defining that to 0
#ifndef ONEWIRE_SEARCH
#define ONEWIRE_SEARCH 1
#endif
// You can exclude CRC checks altogether by defining this to 0
@rypalmer
rypalmer / gist:1303751
Created October 21, 2011 12:47
error: Your local changes to 'drupal/sites/all/themes/finpyme/css/style.css' would be overwritten by merge. Aborting.
ryan@artinfo:/var/www/fci/drupal/sites$ git diff all/themes/finpyme/css/style.css
diff --git a/drupal/sites/all/themes/finpyme/css/style.css b/drupal/sites/all/themes/finpyme/css/style.css
index b904152..0bfa9be 100644
--- a/drupal/sites/all/themes/finpyme/css/style.css
+++ b/drupal/sites/all/themes/finpyme/css/style.css
@@ -1154,6 +1154,7 @@ body.node-type-press-release #main {
*/
.publications-landing-display .view-content {
height: 436px;
+ overflow-y: scroll;