similar to: automated smtp server check

Displaying 20 results from an estimated 160 matches similar to: "automated smtp server check"

2006 Dec 17
0
Best way to do automated acceptance tests
Hi This is only part related to rspec but I asked the Rails list and didn''t get a reply so I thought I''d try here. Basically, since rspec_on_rails doesn''t have an equivalent to rails integration tests, I''m trying to find a way of doing automated acceptance tests. I''ve found selenium and watir, but I''m struggling to tell the two
2007 Aug 02
0
automated response
I am currently out of the office, returning Monday, August 6. Regards, Jorge Prado
2006 May 04
1
Please accept our apologies. Your mail to rails@lists.rubyonrails.org was rejected by an automated spam filter. Please send another message.
We''re sorry, but your mail has been caught by our automated spam filter. The mail message you sent to rails@lists.rubyonrails.org will not be read. Please resend a different message. The subject of the mail that was caught was: Spamlevel: 170 [SPAM 17.0] [Rails] Attention : Director ( Foreign Assistance, Investment, and Joint Ventures )
2006 Mar 01
2
Rails Machine: Automated Rails application hosting
Hi All, I''d like to let you know about a new Rails hosting company that provides VPS and dedicated servers preconfigured and optimized to run Lighttpd and Ruby on Rails. Application configuration and deployment is done through SwitchTower using our custom extension available as a Ruby gem. Watch the screencast of deploying a Rails application in 5 minutes! http://railsmachine.com
2007 Apr 27
0
automated installation of puppet into solaris 10 zone after insta lling zone with puppet
I''ve built a puppet solaris - package which is distributed via jumpstart at installation time of a solaris 10 machine. It''s postinstallation registers the puppetd into smf and starts puppetd afterwards. Puppetd connects to puppetmasterd, gets ist certificate signed (autosig on) and the configuration stuff. Now the interesting part: a new solaris zone is installed via puppet.
2005 Sep 07
0
automated testing advice
Hello friends, Any advice on automated testing of a web application with Prototype-based Ajax stuff? We were looking at something like Actiwate (Junit/HttpUnit stuff), but they don''t support XMLHttpRequest (yet). Using the new JS unit testing I''ve seen here doesn''t look like it would work, as we''re talking about multi-page as test vectors: 1. go to
2010 Sep 07
0
Semi-automated cloning using powershell scripts
Just in case anybody else ever needs these, here are my semi-automated powershell cloning scripts for Windows domain clients for Samba domain servers. ftp://saf.bio.caltech.edu/pub/software/windows/Cloning.zip They are not very polished, but do what I need, and could serve as a starting point for other sites. These have been tested only on XP SP3. These scripts do not use sysprep, so the
2007 Jun 26
0
Sending Automated Email Reminders?
If I wanted to send periodic email reminders, would a periodic sleep interval work fine (e.g. sleep xxxxx), or would I need a task plugin like BackgroundDRB? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send
2009 Dec 08
2
automated image processing
Hi, I am looking for a R package which is capable to process and analysis pictures of tissues (stained) in an automatic way. I had a look on biops and EBImage (Bioconductor) but they are not automatic... Did you already use/know a such package ? Thanks, - Martial _________________________________________________________________ Tchattez en direct en en vidéo avec vos amis !
2008 Sep 19
0
ANNOUNCE: Roodi 1.3.0 - Automated ruby code checking
Hi all, Roodi (Ruby Object Oriented Design Inferometer) version 1.3.0 has been released. It parses your Ruby code and warns you about design issues you have based on the checks that is has configured. If you''ve ever used checkstyle for Java, you''ll notice the similarities. You can see it at: http://roodi.rubyforge.org/ or just: gem install roodi It now contains 13
2007 Nov 09
0
Automated Binning for building predictive models
Hello, Currently I am using R for building a logistic model using numerical and nominal data as predictors. Before doing the regression, the predictors are grouped. The groups I determine manually by trying to maximize the information value (which is an indicator for the discriminatory power of the variable) under the condition that enough data are within each group (approx. 5%). Is there a
2011 Apr 21
0
making automated console screenshots
Hi, has one of you implemented something that records the current VNC console view periodically? I''m thinking of the following setup: - find out how to make a vnc session from cli that just snips one picture and logs off - do that every minute - set linux systems to have the panic=60 commandline option - if a VM goes to crashed or shutdown state, stop saving new pictures, archive the
2010 Apr 17
0
wisotool: automated game installer, now supports 12 games
wisotool is a handy winetricks-like script for automatically installing games from .iso files copied from your own dvds (or, if the game is freely downloadable, it will download it). Just like winetricks, it is intended to make testing Wine easier, but might be useful for people who simply want to install games. Unlike winetricks, wisotool is quiet by default; it doesn't ask any questions
2005 Feb 25
1
Samba users spreading spam (or automated replies)
Hi Some of the samba users are spreading spam or automated replies. Is there any possible way to stop them? I've got the following two messages after my first post which are either spam or automated nonsense replies: Message 1: From: Jim Crippen <jcrippen@eliteint.com> To: Behrang Saeedzadeh <behrangsa@gmail.com> Date: Fri, 25 Feb 2005 06:21:37 -0600 Subject: Out of Office
2006 Apr 06
3
automated testing
Is there a way to automate testing of fxruby applications ... something like Jemmy for Java Swing? -- R. Mark Volkmann Object Computing, Inc.
2010 Dec 13
0
SAS "/slice" and "/diff" equivalent? - Automated multiple comparisons in nlme package?
R users, What is the equivalent of SAS " '/diff' and '/slice'" in R ? I am successful in fitting the same model "PROC MIXED" fits using lme() : ###R code: model <- lme( y ~ g + h + yr + yr:h, random = ~ 1 | b, data = yield) *** SAS code: proc mixed data=yield covtest cl method=reml; class b g h yr; model y = g h yr yr*h; random b; lsmeans g / diff;
2013 Oct 24
0
Automated hashdeep and upgrade for VMs
Are there any utilities or scripts that automate the process of upgrading VMs, along with other maintenance such as doing a hashdeep check of system files? The key features I'm looking for would do something like: - A: Shut down VM. - B: Do a hashdeep check of system files. - C: Optionally restore VM from a previous backup. - D: Restart VM. - E: Upgrade packages. - F: Shut down VM. - G:
2019 Sep 15
2
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
In the case of Search::Xapian 1.2.x and xapian-core 1.4.y, $msg is deliberately unset because the two versions should be compatible. Since this is intended to be an escape from this conditional, it should be respected by the AUTOMATED_TESTING check, so automated testing with compatible libraries doesn't nevertheless result in no Makefile. --- Makefile.PL | 2 +- 1 file changed, 1
2019 Sep 16
0
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
On Sun, Sep 15, 2019 at 05:29:02PM +0000, Alyssa Ross wrote: > In the case of Search::Xapian 1.2.x and xapian-core 1.4.y, $msg is > deliberately unset because the two versions should be > compatible. Since this is intended to be an escape from this > conditional, it should be respected by the AUTOMATED_TESTING check, so > automated testing with compatible libraries doesn't
2019 Sep 19
2
[PATCH Search::Xapian] Makefile.PL: fix automated testing false negative
> Thanks for spotting, applied in git. Where is the appropriate git repository? I looked but couldn't find it, so ended up just having to make my patch from the release. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: