I hereby claim:
- I am erciduran on github.
- I am ericduran (https://keybase.io/ericduran) on keybase.
- I have a public key whose fingerprint is CE82 BFC0 DA5E 4976 2366 94CC 9488 9238 3E65 5119
To claim this, I am signing this object:
https://gist.github.com/11405412 |
/** | |
* Checks if this entity is the default revision (published). | |
* | |
* @param object $entity | |
* The entity object, e.g., $node. | |
* | |
* @return bool | |
* TRUE if the entity is the default revision, FALSE otherwise. | |
*/ | |
function _metatag_isdefaultrevision($entity) { |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Drupal Vs</title> | |
<script src="http://d3js.org/d3.v2.min.js?2.10.0"></script> | |
<script src="xkcd.js"></script> | |
<style> |
<?php | |
// Register our shutdown function so that no other shutdown functions run before this one. | |
// This shutdown function calls exit(), immediately short-circuiting any other shutdown functions, | |
// such as those registered by the devel.module for statistics. | |
register_shutdown_function('status_shutdown'); | |
function status_shutdown() { | |
exit(); | |
} | |
// Drupal bootstrap. |
###Work Requirements
Current Apps installed on Mac:
Random extra features.
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --remote-debugging-port=9222 --no-first-run --remote-debugging-frontend="http://localhost:8000/front_end/inspector.html" --user-data-dir=Workspace/chromium/chromeServerProfile |
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2013-08-24T20:16:16.997Z", |
#!/bin/bash | |
curl -s https://gist.github.com/ericduran/742193/raw > ~/.gitconfig | |
curl -s https://gist.github.com/ericduran/5069301/raw > ~/.zshrc | |
curl -s https://gist.github.com/ericduran/5786967/raw > ~/.gitignore_global |