Skip to content

Instantly share code, notes, and snippets.

View mattboldt's full-sized avatar

Matt Boldt mattboldt

View GitHub Profile
tell application "UA Mixer Engine"
if it is running then
quit
else
launch
end if
end tell
@mattboldt
mattboldt / creative-cloud-disable.md
Created November 6, 2021 18:22 — forked from andreibosco/creative-cloud-disable.md
disable creative cloud startup on mac
@mattboldt
mattboldt / textfield.js
Created June 2, 2021 23:07 — forked from roshangautam/textfield.js
Override Default textfield.js to remove is-invalid by default for required textfields.
(function() {
'use strict';
MaterialTextfield = window['MaterialTextfield'];
/**
* Handle lost focus.
*
* @private
*/
@mattboldt
mattboldt / putonglasses.txt
Created December 4, 2018 22:00 — forked from cheeaun/putonglasses.txt
put on glasses unicode
•_•)
( •_•)>⌐■-■
(⌐■_■)
@mattboldt
mattboldt / rails_resources.md
Created November 23, 2013 19:27 — forked from jookyboi/rails_resources.md
Rails-related Gems and guides to accelerate your web project.

Gems

  • Bundler - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
  • rabl - General ruby templating with json, bson, xml, plist and msgpack support
  • Thin - Very fast and lightweight Ruby web server
  • Unicorn - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
  • SimpleCov - SimpleCov is a code coverage analysis tool for Ruby 1.9.
  • Zeus - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
  • [factory_girl](h
@mattboldt
mattboldt / 0_reuse_code.js
Created October 16, 2013 22:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console