Skip to content

Instantly share code, notes, and snippets.

@jakemauer
jakemauer / gist:4356482
Last active April 5, 2024 21:23
An overview of mobile phones, service providers, and smartphones that I wrote for those overwhelmed by the whole thing.

Terminology:

Operating System (OS):

The software that runs the phone itself. PC's have Windows, Apple computers (macs) have OSX, Apple mobile devices have iOS, Android devices have Android.

Megabyte (MB) and Gigabyte (GB):

@jakemauer
jakemauer / zillow.js
Created September 13, 2023 14:47 — forked from bryant988/zillow.js
Zillow Image Downloader
/**
* NOTE: this specifically works if the house is for sale since it renders differently.
* This will download the highest resolution available per image.
*/
/**
* STEP 1: Make sure to *SCROLL* through all images so they appear on DOM.
* No need to click any images.
@jakemauer
jakemauer / gist:3c67e85a11294337362a6469ffd3a0c5
Last active November 18, 2021 00:36 — forked from jonathanmoore/gist:c0e0e503aa732bf1c05b7a7be4230c61
Linked options helper methods for Shopify. See this: http://docs.shopify.com/manual/configuration/store-customization/advanced-navigation/linked-product-options - Updated to work with sectioned themes (tested with District)
<script>
// (c) Copyright 2016 Caroline Schnapp. All Rights Reserved. Contact: mllegeorgesand@gmail.com
// See https://docs.shopify.com/themes/customization/navigation/link-product-options-in-menus
// Modified by Jonathan Moore (Style Hatch) https://github.com/jonathanmoore
/*
Updated to work with sectioned themes
- Added required methods from the deprecated options_selection.js
- Triggers an initial variant change
- Hides sold out variants with only one option
@jakemauer
jakemauer / layout.kbd.json
Last active June 7, 2019 06:34 — forked from domanico/layout.kbd.json
Untitled Keyboard Layout
[
[
"~\n`",
"!\n1",
"@\n2",
"#\n3",
"$\n4",
"%\n5",
"^\n6",
"&\n7",
// By default the script will have hubot listen for sentences starting with "feedback" and submit
// whatever follows to prodpad as a feedback item. You can adjust the listen word on line 28.
// If you want to scope the listener to a single channel (room),
// set the feedbackRoomId env var. It can be found by looking at
// the end of the URL when you visit a slack channel in the browser.
var prodpadKey = process.env.PRODPAD_API_KEY,
feedbackRoomId = process.env.FEEDBACK_ROOM_ID, // e.g. C0PFAF5QRS
errorMessage = process.env.PRODSLACK_ERROR_MESSAGE,
OpenID::DiscoveryFailure: Failed to fetch identity URL http://test.appdirect.com/openid/id : Error encountered in redirect from http://test.appdirect.com/openid/id: Error connecting to SSL URL https://test.appdirect.com/openid/id: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
from /Users/jake/.rvm/gems/ruby-1.9.3-p429@doc-center/gems/ruby-openid-2.2.3/lib/openid/yadis/discovery.rb:79:in `rescue in discover'

Keybase proof

I hereby claim:

  • I am jakemauer on github.
  • I am jakemauer (https://keybase.io/jakemauer) on keybase.
  • I have a public key ASD90f4VwOxSLfURvllTJQOdZpP_xaHQM-jQPMrzU7d62wo

To claim this, I am signing this object:

@jakemauer
jakemauer / application.controller.js
Last active January 9, 2016 23:09
Json Iterator
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle',
test: ['a','b','c'],
testModel: {
"id": '66',
"segment":"activites"
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Future Fad!</title>
<style type="text/css">
body {
font: normal 16px/18px Futura, Helvetica, Arial, sans-serif;
}
@jakemauer
jakemauer / haproxy.cfg
Created September 30, 2013 23:56
Haproxy config
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
#log loghost local0 info
maxconn 4096
#chroot /usr/share/haproxy
user haproxy
group haproxy
daemon
#debug