A simple jQuery plugin that uses CSS3 animation to pulse the background color of any element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u \ | |
<(drush @site1 pm-list --no-core --type=module --pipe --status=enabled | sort) \ | |
<(drush @site2 pm-list --no-core --type=module --pipe --status=enabled | sort) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set appName to "Google Chrome" | |
tell application appName to quit | |
repeat | |
tell application "System Events" | |
if appName is not in (name of application processes) then exit repeat | |
end tell | |
do shell script "sleep 0.5" | |
end repeat | |
tell application appName to launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Selectively hide the "Manage Display" local task added by Display Suite | |
* @see hook_menu_local_tasks_alter | |
*/ | |
function HOOK_sitewide_tweaks_menu_local_tasks_alter(&$data, $router_item, $root_path) { | |
// If we're on a node page | |
if (isset($router_item['path']) && $router_item['path'] == 'node/%') { | |
// If page_arguments exists | |
if (isset($router_item['page_arguments']) && is_array($router_item['page_arguments'])) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy any space below this line for a non-breaking space. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in `git ls-files`; do; file $file | grep ASCII > /dev/null && sed -i '' -e '$a\' $file; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git for-each-ref --format="%(refname:short)" refs/remotes/origin/pr/\* | xargs git branch -d -r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi there, | |
Sorry to hear you’re having trouble with our form. From what you are describing, it sounds like you might have cookies disabled in your web browser. Our registration form requires cookies to be enabled for our site in order for us to “remember” that you have filled out the form and can access premium content such as our free training videos. Would you mind trying to enable cookies for our website and then fill out the form just one more time? | |
Apologies for the inconvenience and let me know if you have any further questions or issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function($) { $('.header, .pagehead, .repository-sidebar, .release-authorship, .release-meta, .section-heading, .release-downloads, .site-footer').hide(); $('.release-show, .release-body').css('border', 'none'); window.print(); })(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-v hysterical caboose is the best thing since sliced bread |
OlderNewer