Skip to content

Instantly share code, notes, and snippets.

@magoon
magoon / gist:04ad4d37faac9b24ac68
Last active March 17, 2017 20:57
Second hipchat
# To have a second HipChat on Mac OS X
# Run this in your terminal:
cp -a /Applications/HipChat.app/ /Applications/HipChat2.app ; sed -i -e 's/HipChat\</HipChat2</' /Applications/HipChat2.app/Contents/Info.plist ; open /Applications/HipChat2.app ; open /Applications/Utilities/Keychain\ Access.app/
# Sign in, then search for "Hockey" in the KeyChain app that I opened for you. Open each
# found entry, click its Access Control tab, and choose "Allow all applications.." & Save
@joetower
joetower / block--bean--bundle_name.tpl.php
Created August 5, 2013 16:02
Drupal Bean Block Template Example
<?php
/**
* @file
* Default theme implementation for entities.
*
* Available variables:
* - $content: An array of comment items. Use render($content) to print them all, or
* print a subset such as render($content['field_example']). Use
* hide($content['field_example']) to temporarily suppress the printing of a
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active March 27, 2024 06:36
A badass list of frontend development resources I collected over time.