GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

aglasgall

Adam Glasgall
http://drop.io/
Brooklyn, NY
0
4
Feb 26, 2008
  • A simple GNOME Panel applet for reminding me whether I've taken my medication today.
    Created Fri Sep 05 22:02:40 -0700 2008
    legend
  • This app is a testbed for me to work on techniques for doing database sharding with Rails, mostly...
    Created Wed Jun 25 09:05:18 -0700 2008
    legend
  • Rinari Is Not A Rails IDE
    Forked from eschulte/rinari Mon Jul 28 13:24:38 -0700 2008
    legend
  • Basic emulation of awesome TextMate features for Emacs.
    Forked from defunkt/textmate.el Mon Nov 24 10:04:25 -0800 2008
    legend

Public Activity  feed

aglasgall commented on defunkt/textmate.el Tue Nov 25 07:08:16 -0800 2008
Comment in d4a5a76:

The reason I stuck in the deactivation in there is because having Icicles and Ido active at the same time is not a great idea. I’ll send you a one-liner that uses fboundp to check before calling.

aglasgall committed to defunkt/textmate.el Mon Nov 24 17:06:59 -0800 2008

5781663fcc73ccb84eb106655daff83c051c377d

enable and disable completing minor modes as appriate on enabling textmate-mode and provide a 'none' option that just uses completing-read

aglasgall committed to defunkt/textmate.el Mon Nov 24 17:06:59 -0800 2008

b4e16da3e903f4a34bd8382e31e0cdddd72f9612

make M-t work with icicles as well as ido

aglasgall committed to aglasgall/textmate.el Mon Nov 24 16:49:43 -0800 2008

14922ded0a61229097246da324ef16e553d5f01a

enable and disable completing minor modes as appriate on enabling textmate-mode and provide a 'none' option that just uses completing-read

aglasgall committed to aglasgall/textmate.el Mon Nov 24 16:20:23 -0800 2008

ab425dafa788660d87013115fcdf9016f3b6fcc2

make M-t work with icicles as well as ido

aglasgall forked defunkt/textmate.el Mon Nov 24 10:04:26 -0800 2008
Forked repository is at aglasgall/textmate.el
aglasgall started watching chneukirchen/trivium Mon Nov 17 22:29:24 -0800 2008
trivium's description:
Trivium, my minimalist blogging engine
aglasgall committed to aglasgall/pill-applet Tue Oct 14 10:55:38 -0700 2008
aglasgall committed to aglasgall/pill-applet Thu Sep 18 12:19:13 -0700 2008
aglasgall committed to aglasgall/pill-applet Thu Sep 18 12:17:43 -0700 2008
aglasgall committed to aglasgall/pill-applet Wed Sep 17 13:16:26 -0700 2008
aglasgall committed to aglasgall/pill-applet Wed Sep 17 13:16:26 -0700 2008

30958125892190340ec2a99fe6898279d8c28b45

GConfClient is not a GtkObject

aglasgall committed to aglasgall/pill-applet Wed Sep 17 13:16:26 -0700 2008

edf1545f285b478cb4ed7fa2211197356e1f5905

pass right parameter to timer callback + improve app cleanup

aglasgall committed to aglasgall/pill-applet Wed Sep 10 14:36:35 -0700 2008

862f0fe2fe59fd936a965a7afaaef0c6ef489b13

oops, meant to cast data to an ApplicationState, not the initialized-to-NULL app pointer

aglasgall committed to aglasgall/pill-applet Wed Sep 10 11:19:42 -0700 2008

5a86bc47d414d1f934c9749e9317a75ec9aa7d3b

remove use of globals so pill-applet is multi-instance safe

aglasgall committed to aglasgall/pill-applet Wed Sep 10 09:43:16 -0700 2008

c09854e3177a4d3713db58bc8038e49ce5106002

remove the timer event when the interval changes

aglasgall committed to aglasgall/pill-applet Tue Sep 09 13:52:49 -0700 2008

c9acbf691a7b92d262743925ced8f6249df1858f

'gconf_client_notify_add requires you to be watching the key's parent with g_client_add_dir first. gar.

aglasgall committed to aglasgall/pill-applet Tue Sep 09 13:19:59 -0700 2008

a21e56495b0e8087492c11d9390e0f0b937c7e6b

compile with -Wall -Werror -pedantic, just to show off

aglasgall committed to aglasgall/pill-applet Tue Sep 09 10:23:53 -0700 2008

21d35423c1e86a7cdd3584b9b812cac2f1af4f62

add GConf support for configuring the reset interval

aglasgall committed to aglasgall/pill-applet Mon Sep 08 09:54:34 -0700 2008

6a038f81b09009a568846834c3515596a3ff636b

got the arguments to timercmp() backwards. oops!