| TheOutlander | I did .. .I kindda hated it :( |
| alterego | It's like marmite, you either love it or hate it :) I found it very refreshing. |
| TheOutlander | it is like those head first series ... although i loved head first design patterns the site feels like too much overhead when I am just lookin for something but its a great job by the author |
| alterego | TheOutlander, a quick ref: http://www.zenspider.com/Languages/Ruby/QuickRef.html |
| TheOutlander | i'll give it another try since u have mentioned it ... thx |
| bignose_ | TheOutlander: make a problem to solve it and just do it in tiny steps, and you'll fiure out ruby. i did it about 2 hours ago. sorry, i mis red the convo. |
| Aria | Anyway, TheOutlander, http://nbtsc.org/~aredridel/projects/ruby/camping-at-the-mailbox/campingatmailbox.rb is some code that implements a webmail system and uses IMAP somewhat judiciously. |
| TheOutlander | i have been browsing ur site ... |
| Olathe | http://worsethanfailure.com/Articles/I_Guess_I_0x27_ll_Stay_In.aspx |
| manveru | :P |
| TheOutlander | I need help with adding a custom header to a mail message I see it the header in my TMail object, but when I send it, it is not available at the receiving end |
| btg | is there a builtin way of doing Dir.each / glob recursively? I was expecting like Dir.each(true) {... or something |
| alfeld | btg: Dir.glob('**').each |
| nullie | is there something like sscanf? |
| btg | ah! Thanks, I knew it must be there, just read over the entry too quickly |
| alterego | nullie, there is String#scanf |
| alfeld | "foo".respond_to?(:scanf) # => false |
| nullie | require 'scanf' |
| alfeld | ah |
| TheOutlander | I see it the header in my TMail object, but when I send it, it is not available at the receiving end I cannot get custom headers to show up in the email does anyone know what is the right way to add a custom header??? I see it in the TMail object ...but not in the receiving end |
| darix | nullie: stringscan? unpack? |
| nullie | stringscan? |
| darix | string.scan |
| Luckys | 'lo all |
| ReinH | Luckys: we're all hiding |
| Olathe | ReinH: Shh !! Sekrit |
| ReinH | heheh |
| Polices | lol |
| ReinH | oopsie |
| xevox | can i compile my ruby+glade code ? o.0, exist some ruby compiler? can ruby be compiled? ._." |