36 reputation
5
bio website
location
age
visits member for 7 months
seen 2 days ago
stats profile views 10

Apr
25
comment Ruby scheduler and pauser
Hi Jbr, I'm working with simply ruby and the rubygems nokogiri, open-uri, watir-webdriver, csv and whenever. All i want to be able to do is run my ruby code from a certain time at the day and stop a certain time of the day, and continue the next day. Automated. It takes multiple days to run my code, and it has to stop every night, and I want to automate that process by saying to the code: run from 5 am to 11 pm every day.
Apr
22
revised Ruby scheduler and pauser
edited tags
Apr
21
asked Hash from reading excelfile to use in loop
Apr
16
revised Ruby scheduler and pauser
edited tags
Apr
15
asked Ruby scheduler and pauser
Mar
23
revised Prevent or delete duplicates in textscraper?
improved code
Mar
22
comment Prevent or delete duplicates in textscraper?
I am not that familiar with these methods. So what exactly does this do? So this is a complete alternative to my scraper, and deletes, for every text, what if finds WITHIN the offset of a preceding find?.. Or??
Mar
21
revised Prevent or delete duplicates in textscraper?
deleted 7 characters in body
Mar
21
answered Prevent or delete duplicates in textscraper?
Mar
21
asked Prevent or delete duplicates in textscraper?
Mar
18
comment Ruby scan to match multiple words
Perfect. It works. Thanks!
Mar
18
accepted Ruby scan to match multiple words
Mar
14
asked Ruby scan to match multiple words
Mar
14
comment Matching Files in SPSS using Table or In
The code is shorter, but the result stays the same. No, it doesn't work. Thanks though.
Mar
14
asked Matching Files in SPSS using Table or In
Mar
11
comment Parsing through all textfiles in folder, saving text surrounding a regexp search
Thanks. I can understand close to everything from script_start, but the Helper remains abracadabra to me. I get what it does, but not how it works..
Mar
11
comment Parsing through all textfiles in folder, saving text surrounding a regexp search
Thanks! One more thing: would you know how to add multiple search terms (for example: /trail/ AND /another/ AND /third/) ?
Mar
11
comment Parsing through all textfiles in folder, saving text surrounding a regexp search
However, I'd love to understand a bit more it. Could you explain some of the code? (everything concerning i for example)
Mar
11
accepted Parsing through all textfiles in folder, saving text surrounding a regexp search
Mar
11
comment Parsing through all textfiles in folder, saving text surrounding a regexp search
Wow, that is effin amazing. Magic. Thanks Nattydubs(!!).