Skip to content

Instantly share code, notes, and snippets.

View steven2358's full-sized avatar

Steven Van Vaerenbergh steven2358

View GitHub Profile
@steven2358
steven2358 / hide_user_history.info
Created November 18, 2013 13:10
Drupal 6 module to hide user history in user profile
name = Hide user history
description = "Hide the history tab on user pages."
package = User interface
version = "6.x-1.0"
core = "6.x"
project = "hide_user_history"
@steven2358
steven2358 / 0_reuse_code.js
Created November 18, 2013 13:08
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
@steven2358
steven2358 / README.md
Last active December 24, 2015 02:39
Simple Slide: A jQuery slideshow that simply fades between a list of images.

Simple Slide

A jQuery slideshow that simply fades between a list of images.

Features:

  • Options: slide duration, fade time
  • Allows for multiple slideshows at once
  • No bells
  • No whistles
require 'rubygems'
require 'mechanize'
FIRST_NAME = 'FIRST_NAME'
LAST_NAME = 'LAST_NAME'
PHONE = 'PHONE'
EMAIL = 'EMAIL@provider.com'
PARTY_SIZE = 2
SCHEDULE_RANGE = { :start_time => '19:00', :end_time => '20:30' }