similar to: R crashes on Repeated ODBC Queries

Displaying 20 results from an estimated 100 matches similar to: "R crashes on Repeated ODBC Queries"

2024 Feb 07
0
BUG? rsync ends without message by delete files
now it sounds like you have too many hard links for rsync to handle. On 2/7/24 08:05, Franke via rsync wrote: > Am 06.02.24 um 23:20 schrieb Roland: >>> and then, it stops totally quiet. >> you mean it simply exits without any message? > > > Yes rsync ends totally quit. > > >> what's the return code ( echo $? ) > > After some more tests, the
2023 Nov 29
0
Sponsorship from DigitalOcean
Cheers all, you may have seen related preparatory news on the NUT website or in the README changes, but now the next step is official: The fine folks at DigitalOcean approved FOSS sponsoring credits to re-host the custom-built multi-platform non-regression NUT CI farm, which builds several hundred scenarios per iteration (to cover a matrix with many OSes, toolkit versions and
2023 Nov 29
0
Sponsorship from DigitalOcean
Cheers all, you may have seen related preparatory news on the NUT website or in the README changes, but now the next step is official: The fine folks at DigitalOcean approved FOSS sponsoring credits to re-host the custom-built multi-platform non-regression NUT CI farm, which builds several hundred scenarios per iteration (to cover a matrix with many OSes, toolkit versions and
2023 Jul 19
0
[ANNOUNCE] xwayland 23.1.99.901 (aka Xwayland 23.2.0 rc1)
As per the schedule, I am pleased to announce the first release candidate of the standalone Xwayland 23.2.0 release (Xwayland 23.2.0 rc1). Some notable changes since Xwayland 23.1 include: - Optional support for emulated input by using libEI for XTEST, - Support for wp-tearing-control-v1, - Xwayland rootful is now resizable with libdecor. Testing of this release candidate would be
2016 Aug 05
2
Pull requests: CJK words and Snippet generator
On Thu, Aug 4, 2016, at 15:08, James Aylett wrote: > On Wed, Aug 03, 2016 at 08:17:05PM +0200, rsto at paranoia.at wrote: > > I'll notify you when the CJK pull request passes Travis. > > That's great, thanks! Alright, after lots of fiddling with .travis.yml I finally made the pull request build on Travis' trusty image: https://github.com/xapian/xapian/pull/114 I have
2007 Mar 05
2
Scheduled workers only run once unless you call self.delete inside the worker
I had a worker scheduled to run every minute with backgroundrb_schedules.yml: ebay_runner: :class: :ebay_auction_worker :job_key: :ebay_auction_runner :trigger_type: :cron_trigger :trigger_args: 0 * * * * * * This worker posts an auction to eBay from a queue of auctions every minute. I was having a problem where the worker would run ok the first time, but never any subsequent minutes
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
Dear all, We are trying to fit a non linear model to dispersal data. It seems that sometimes when the fit of the model of the data is not very good we start getting singular gradient errors. However if we modify slightly the data this won't occurr. We have also tried changing the initial parameter values and the algorithm for fitting in nls but didn't help. So we ended up programming a
2007 Oct 06
4
Passing ERB block to helper
I''m trying to pass an ERB block to a helper, and I''m not able to achieve the results I want. The helper should take the block and incorporate it into some other text & html, before finally outputing it back to the ERB template. Here''s what I want: --helper-- def helper (a, b) yld = yield out = --some function of a, b, and yld-- out end --ERB-- <%
2003 May 28
1
Test for trend?
Hello R community, I would like to test for learning effects by subjects in my experiment. Each subject participates in six consecutive auction rounds of the same treatment. The response variable is the efficiency of an auction outcome measured by a real number. Since the efficiency increases over the six rounds, I suppose that subjects learn about the rules of the auction institution, but I
2005 Jul 18
2
Vizufon Video Phone
So I won one of these on ebay, in the auction it says it has the RJ45 ports on it but it doesn't :( If I were to get an analog adapter would I be able to use the video portion of this or am I SOL? The auction requires me to pay for shipping back, so I end up losing money unless I sell it on my own. Or has anyone hacked these to work on enet?
2004 Mar 17
0
NLS question:Quadratic plus plateau fit
Dear R colleagues: Am trying to fit a simple NL model to determine Economical Optimum Nitrogen Rates. The segmented (quadratic + plateau) model only works with some y's, in some cases I get a "singular gradient" error. I'll appreciate any ideas in how to solve the singular gradient error. Thanks, Jose # The following code works using yield2 in the nls model but not using
2007 Mar 13
3
Scheduled worker dies after about 30-45 runs
I have a scheduled worker that runs every minute, checking for new eBay auctions to post. If it finds an auction, then it posts it. If there are no auctions in the database that are queued up, it simply does nothing. I got the worker to finally run as a scheduled worker, every minute. However, after about 30-45 scheduled runs, it simply stops running. My backgroundrb_schedules.yml file: ------
2006 Sep 02
0
Suggested Rails Architectures (OS/Webserver/Other Languages)
I would like to preface my question by point out that I am not a programmer by trade and that my experience is limited to things I have learned over the years in the development of my full auction, forum and accounting engines. (I run a niche auction site that is about a decade old and has about 50,000 members -- all on software I wrote from scratch). For five years now, I have been running
2012 Sep 14
1
parallel version of tapply() or table()?
Hello R-helpers. I've tried to recreate a parallel version of tapply() and table() using a combination of the parallel functions mclapply() and pvec() and papply(), but haven't been successful. In the end, I'm trying to get a cross tab of two vectors. I currently (can) use tapply(..., sum) and table(), and even xtabs() and ftable(), but with tens of millions of words and tens of
2006 May 18
1
Difficulty over USB with a CyberPower 800AVR and nut 2.0.3
I recently purchased a CyberPower 800AVR UPS which I'm trying to use over USB with my PC (ArchLinux 0.7.2 [aka up to date]) and nut 2.0.3. Following the setup instructions, I have an entry as follows in /etc/nutups/ups.conf (where I chose the configuration file to go when building nut): [MyUPS] driver = cyberpower port = /dev/bus/usb/004/007 desc = Workstation
2012 Feb 16
0
[JOB] Software Engineer (Java/Ruby) - New York City
This is a full time, on-site, salaried Software Engineer position located in New York City paying to $120,000 depending on experience + benefits. No telecommuting allowed. US Citizens or Green Card holders only please. Local candidates only. Thank you. Our client is building a unique enterprise-class advertising platform. Their shaking up the e-commerce industry with a big idea: enabling e-
2010 Jul 04
1
Rails 3: ActiveRecord .include not working
Really no idea what''s up... class Auction < ActiveRecord::Base has_and_belongs_to_many :categories end class Category < ActiveRecord::Base has_and_belongs_to_many :auctions default_scope order(''title'') scope :active, where(:active => true) end class CategoriesController < ApplicationController respond_to :html, :json # GET /categories/:id
2011 Aug 21
0
Kiss Metrics Ruby API
hey there I have a question about the ruby API for an event I would like to add that is happening in a user dashboard of ours. Our whole site is tracked using the javascript API but there is a particular state ''done'' that has to be completed by different user logging into a dashboard and clicking a checkbox which then triggers this "done" state. There has been a hook
2003 Jan 09
0
EASYWORK.NET
Dear Sir/Madam, EASYWORK.NET - US$680 Please note that after years, the registration on the domain name EASYWORK.NET was not renewed, and this domain had become available to register. Consequently, we have been approached to market this domain name that has been tracked and registered by a client. As a result, EASYWORK.NET is now available from us for IMMEDIATE transfer. This is a
2004 Jul 19
0
POE Switches and QOS
3com have some goods POE kit and some very nice managed wall jacks that supply POE and are fully managed. Here's an auction that the seller just closed:- http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&category=40990&item=5708757277&rd=1&ssPageName=WDVW Last time I spoke to him he had 5 boxes of 20 units and was willing to sell them at around $575 with a bit of arm twisting.