Skip to content

Instantly share code, notes, and snippets.

View klaasvw's full-sized avatar

Klaas Van Waesberghe klaasvw

View GitHub Profile
@klaasvw
klaasvw / views-view-grid.tpl.php
Created August 20, 2012 14:27 — forked from jensimmons/views-view-grid.tpl.php
Switching Drupal Views Grid to unordered lists
<?php
/**
* @file views-view-grid.tpl.php
* Default simple view template to display a rows in a grid.
*
* - $rows contains a nested array of rows. Each row contains an array of
* columns.
*
* @ingroup views_templates
*/
@klaasvw
klaasvw / hack.sh
Created April 1, 2012 09:06 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#