mine/df-ruby.git
2 years agodf/excel.rb: even more customization for String#fast_xs_excel master
Alexey Borzenkov [Wed, 21 Oct 2009 14:23:12 +0000]
df/excel.rb: even more customization for String#fast_xs_excel

2 years agodf/xml.rb: add String.excel_minimal_xs
Alexey Borzenkov [Fri, 11 Sep 2009 10:52:20 +0000]
df/xml.rb: add String.excel_minimal_xs

2 years agodf/console.rb: support win32
Alexey Borzenkov [Tue, 1 Sep 2009 09:18:45 +0000]
df/console.rb: support win32

2 years agodf/files.rb: factor TimeStampedFile behavior into module
Alexey Borzenkov [Tue, 1 Sep 2009 08:57:59 +0000]
df/files.rb: factor TimeStampedFile behavior into module

2 years agodf/xml.rb: don't require rubygems explicitly, leave it to applications
Alexey Borzenkov [Tue, 1 Sep 2009 08:56:41 +0000]
df/xml.rb: don't require rubygems explicitly, leave it to applications

2 years agodf/xml.rb: make usage of Hpricot's fast_xs more configurable
Alexey Borzenkov [Tue, 1 Sep 2009 08:55:59 +0000]
df/xml.rb: make usage of Hpricot's fast_xs more configurable

2 years agodf/xml.rb: split out xml parts from df/excel.rb
Alexey Borzenkov [Tue, 1 Sep 2009 08:54:40 +0000]
df/xml.rb: split out xml parts from df/excel.rb

2 years agodf/fileutils.rb: better handling of files, plus fix a typo
Alexey Borzenkov [Fri, 21 Aug 2009 16:37:51 +0000]
df/fileutils.rb: better handling of files, plus fix a typo

2 years agodf/fileutils.rb: add FileUtils.mv_r to move recursively
Alexey Borzenkov [Fri, 21 Aug 2009 15:53:23 +0000]
df/fileutils.rb: add FileUtils.mv_r to move recursively

When source is a directory and directory with the same name exists in
destination directory, then attempt to move content instead of failing.

2 years agodf-do-path-action.rb: PATH management for my .profile
Alexey Borzenkov [Wed, 19 Aug 2009 19:37:15 +0000]
df-do-path-action.rb: PATH management for my .profile

2 years agodf-download.rb: small utility to download a list of files
Alexey Borzenkov [Wed, 19 Aug 2009 19:36:35 +0000]
df-download.rb: small utility to download a list of files

2 years agodf/excel.rb: ensure Excel::State.new is always called with a block
Alexey Borzenkov [Mon, 17 Aug 2009 12:25:24 +0000]
df/excel.rb: ensure Excel::State.new is always called with a block

2 years agodf-code2html.rb: make --lang diff look better with sunburst and twilight
Alexey Borzenkov [Sat, 15 Aug 2009 09:26:37 +0000]
df-code2html.rb: make --lang diff look better with sunburst and twilight

2 years agoUse the actual ultraviolet stylesheets
Alexey Borzenkov [Sat, 15 Aug 2009 08:59:27 +0000]
Use the actual ultraviolet stylesheets

2 years agoRemove line-height from style
Alexey Borzenkov [Sat, 15 Aug 2009 07:50:58 +0000]
Remove line-height from style

Overflow and line-height don't work well together in Safari4

2 years agodf-code2html.rb: utility to colorize files to html
Alexey Borzenkov [Fri, 14 Aug 2009 16:26:35 +0000]
df-code2html.rb: utility to colorize files to html

2 years agodf/files.rb: new module
Alexey Borzenkov [Fri, 14 Aug 2009 16:25:20 +0000]
df/files.rb: new module

2 years agolib/df/excel.rb: fix an awful bug in String#fast_xs_excel
Alexey Borzenkov [Tue, 11 Aug 2009 10:17:14 +0000]
lib/df/excel.rb: fix an awful bug in String#fast_xs_excel

2 years agoAllow regex and co. in find_columns
Alexey Borzenkov [Thu, 21 May 2009 08:00:02 +0000]
Allow regex and co. in find_columns

3 years agodf/excel.rb: make Hpricot understand &#x...;
Alexey Borzenkov [Tue, 19 May 2009 13:19:33 +0000]
df/excel.rb: make Hpricot understand &#x...;

3 years agodf/excel.rb: add slower but better mode to fast_xs_excel
Alexey Borzenkov [Tue, 19 May 2009 13:04:56 +0000]
df/excel.rb: add slower but better mode to fast_xs_excel

This way only a bare minimum of codepoints will be escaped and no
cp1251 conversions will ever take place. The resulting string is
tight and still correct.

3 years agoFirst useful version
Alexey Borzenkov [Mon, 18 May 2009 17:17:02 +0000]
First useful version