CARVIEW |
rgrove
(Ryan Grove)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Ryan Grove
- Website/Blog
- https://wonko.com/
- Company
- Yahoo!
- Location
- Portland, OR
- Member Since
- Feb 27, 2008 (about 1 year)
Following 18 coders and watching 36 repositories view all →
Public Repositories (15)
-
storage-lite
Lightweight YUI 3 API for persistent cross-browser key/value storage similar to the HTML5 localSt...
Last updated Mon Feb 22 13:20:53 -0800 2010
-
yui3-gallery
YUI3 Gallery Modules
Forked from yui/yui3-gallery Fri Oct 30 13:18:28 -0700 2009
Last updated Sat Feb 20 00:11:54 -0800 2010
-
larch
Larch copies messages from one IMAP server to another. Awesomely.
Last updated Sun Feb 14 17:23:35 -0800 2010
-
sanitize
Whitelist-based Ruby HTML sanitizer.
Last updated Sun Feb 07 20:03:13 -0800 2010
-
thoth
An awesome Ruby blog engine.
Last updated Mon Feb 01 21:45:49 -0800 2010
-
jsmin
Ruby library for minifying JavaScript. Based on Douglas Crockford's jsmin.c.
Last updated Tue Dec 15 09:44:08 -0800 2009
-
jsmin-php
PHP port of Douglas Crockford's JSMin JavaScript minifier.
Last updated Tue Dec 08 10:19:59 -0800 2009
-
lazyload
Painless JavaScript and CSS lazy loading.
Last updated Wed Oct 28 16:01:43 -0700 2009
-
synchrotron
Monitors a local directory tree and performs nearly instantaneous one-way synchronization of chan...
Last updated Tue Aug 11 21:00:44 -0700 2009
-
innate
The core of Ramaze
Forked from manveru/innate Wed Apr 22 23:01:49 -0700 2009
Last updated Thu May 07 22:17:22 -0700 2009
-
trogdor
A fast, simple search-as-you-type implementation in JavaScript using the Yahoo! Search BOSS API.
Last updated Sat Feb 28 22:34:12 -0800 2009
-
denyssh
Blocks SSH brute force attacks using PF
Last updated Wed Dec 10 22:22:46 -0800 2008
-
denyspam
Monitors a mail server log file and uses a firewall to temporarily block or redirect incoming pac...
Last updated Wed Dec 10 22:05:23 -0800 2008
-
crackup
Crappy remote backup (archived)
Last updated Wed Dec 10 21:50:47 -0800 2008
-
cssmin
Ruby library for minifying CSS.
Last updated Sat Aug 23 16:39:15 -0700 2008
Public Activity 

-
yui committed 017e8555:
gallery-2010.02.17-20 caridy gallery-dispatcher
-
yui committed 4556a628:
Gallery Build Tag: gallery-2010.02.10-01
-
yui committed d435f425:
gallery-2010.02.10-01 lsmith gallery-jsonp
-
yui committed 41d91423:
gallery-2010.02.10-01 jlecomte gallery-simple-menu
-
yui committed 4068bea2:
Gallery Build Tag: gallery-2010.01.27-20
-
yui committed b2360be9:
gallery-2010.01.27-20 davglass gallery-yql
-
yui committed 066cb29c:
gallery-2010.01.27-20 isaacs gallery-autocomplete
-
yui committed b087e09e:
Gallery Build Tag: gallery-2010.01.20-19
-
yui committed be5161cb:
gallery-2010.01.20-19 isaacs gallery-value-change
-
yui committed 2af12376:
gallery-2010.01.20-19 isaacs gallery-autocomplete
-
yui committed 6a3bd8b4:
gallery-2010.01.20-19 foxxtrot gallery-chromahash
-
yui committed b110940c:
Gallery Build Tag: gallery-2010.01.13-20
-
yui committed 94070288:
gallery-2010.01.13-20 jafl gallery-scrollintoview
-
yui committed f5d3e5d3:
gallery-2010.01.13-20 jafl gallery-formmgr
-
yui committed f2361ac3:
gallery-2010.01.13-20 jafl gallery-accordion-horiz-vert
-
yui committed a74185f2:
gallery-2010.01.13-20 lsmith gallery-dataschema-class
-
yui committed a3fead72:
Gallery Build Tag: gallery-2009.12.15-22
-
yui committed 2116ca73:
gallery-2009.12.15-22 jafl gallery-formmgr
-
yui committed 10016d5e:
gallery-2009.12.15-22 rgrove gallery-history-lite
-
yui committed 4759c2fc:
gallery-2009.12.15-22 ipeychev gallery-undo
And 8 more commits...
Javascript + DOM in your ruby, the simple way
Move emails to "Trash" when using --delete with a Gmail account.

-
rgrove committed 2782b524:
Move deleted Gmail messages to the Trash. Closes #29
-
rgrove committed 47dd339e:
Rescue recoverable errors during mailbox scans and continue processing other mailboxes.
-
rgrove committed abead1f3:
Fix a range issue that could make Larch think it had received a duplicate UID in rare cases.
& spam.
Larch should continue processing after exhausting retries on a recoverable error
Larch 1.1.0.dev dies with an 'Illegal instruction' error.
Option to delete messages from source
HTML comments in <style> block
Add option to escape non-whitelisted elements instead of stripping them

-
rgrove committed e36ac2fc:
--sync-flags now fails gracefully (with warnings) when attempting to sync custom message flags to a server that doesn't support them.
-
rgrove committed a0bf14ae:
Emit a warning rather than an info message when a flag is not supported on the destination server.
-
rgrove committed 0a6e8cdf:
Add :warning as a synonym for the :warn log level, since :warn can conflict with the Kernel.warn method.