Skip to content

Instantly share code, notes, and snippets.

View mikelopez's full-sized avatar

Marcos Lopez mikelopez

View GitHub Profile
@erickbrower
erickbrower / mcabberrc
Created February 27, 2013 04:59
An example mcabberrc file pre-configured for google talk, logging, and OTR enabled.
# Note about this file syntax:
# - Leading and trailing spaces are ignored.
# - Empty lines and lines beginning with a '#' are ignored.
# Please provide your Jabber (XMPP) identifier:
set jid = youremail@gmail.com
# If password is not given, it will be interactively asked for.
# Note: if the password contains leading or trailing spaces, you must# enclose it with quotes: set password = " example password"
#set password = yourpassword
# You can provide a server name if you want mcabber to connect# to a specific server.
set server = talk.google.com
@johanneswuerbach
johanneswuerbach / README.markdown
Created May 16, 2012 16:43 — forked from gudbergur/README.markdown
Bootstrap's Typeahead plugin extended (allowing for AJAX functionality) among other things

This is a fork of Bootstrap Typeahead that adds minimal but powerful extensions.

For example, process typeahead list asynchronously and return objects

  # This example does an AJAX lookup and is in CoffeeScript
  $('.typeahead').typeahead(
    # source can be a function
    source: (typeahead, query) ->
 # this function receives the typeahead object and the query string