Skip to content

Instantly share code, notes, and snippets.

@nathandarnell
nathandarnell / Code.gs
Created October 18, 2020 04:58 — forked from dexterlabora/Code.gs
Google Sheets Scripts with the Meraki Dashboard API
// Settings - Modify this with your values
// *************************
// User Defined in the Script
var API_KEY = '';
var ORG_ID = '';
var NET_ID = '';
var TIMESPAN = '';
// User Defined in a Sheet
@nathandarnell
nathandarnell / soundboard.cpp
Created November 2, 2017 23:36 — forked from hdo/soundboard.cpp
Arduino Soundboard Project with DFPlayer mini
#include <Arduino.h>
#define BUTTON_COUNT 36
#define KEYPAD_OUTPUT_BEGIN 2
#define KEYPAD_OUTPUT_END 7
#define KEYPAD_INPUT_BEGIN 8
#define KEYPAD_INPUT_END 13
@nathandarnell
nathandarnell / rsa.py
Created January 13, 2017 19:42 — forked from tylerl/rsa.py
RSA Explained in Python
#!/usr/bin/env python
# This example demonstrates RSA public-key cryptography in an
# easy-to-follow manner. It works on integers alone, and uses much smaller numbers
# for the sake of clarity.
#####################################################################
# First we pick our primes. These will determine our keys.
#####################################################################

Capybara

save_and_open_page

Matchers

have_button(locator)