similar to: New version of wikipediatrend

Displaying 11 results from an estimated 11 matches similar to: "New version of wikipediatrend"

2014 Nov 06
1
Citation if copying R base code
Dear Listeners, ... also I read the CRAN policies and tried to solve those questions myself I feel very much in the need of good advise ... I am currently finishing a package that -- to solve some nasty problems with dirty data -- uses its own as.Date() equivalent methods (i.e. its own generic and methods). Thereby, I shamelessly copied code from the as.Date() methods from the base package
2013 May 26
2
Commit "drm: run the hpd irq event code directly" causes stutter from repeated EDID retrievals
On Sun, May 26, 2013 at 5:38 PM, Gard Spreemann <gspreemann at gmail.com> wrote: > Hi, > > If I should contact a list instead of you directly, I sincerely apologize! You should have cc'ed relevant lists at least ;-) Fixed up. > After a recent kernel upgrade, I found that my system (using Nouveau) would > stutter whenever eDP-1 was turned off. That display being turned
2006 Jan 30
0
cached_model-1.0.1 ActiveRecords + memcache
The new version of cached_model features bug fixes and tests! Bugs fixed: Updating a model no longer stores associations into the cache. This could cause strange, hard-to-debug bugs when an invalid set of assocations was retrieved along with a cached model. Reloading a model refreshes the cache. When CachedModel::find can''t understand query params and a single result is
2012 Jul 18
2
Remote site puppet infrastructure
I''m trying to figure out if there is a common/working setup that people are using to host puppet in remote sites. At first our setup was that we have several puppetmasters (PM) in site A and a couple in our smaller site B. In site A we are also hosting Foreman and our mysql DB for storeconfigs. site A and B are connected via a WAN that is fairly slow. With this setup the issue I
2006 Jan 17
10
ActiveRecord + memcache = cached_model
Courtesy of The Robot Co-op. $ yes | sudo gem install cached_model Or, you can download cached_model and memcache-client (our zippy-fast memcache library, required) from: http://rubyforge.org/frs/?group_id=1266 I don''t have the README posted for making cached_model work online yet, so here it is: = CachedModel Rubyforge Project: http://rubyforge.org/projects/rctools/ == About
2010 Nov 16
5
Controlling Package Version
Hi Folks, I am fairly new to using Puppet, but am trying to use it to control production servers running: - CentOS 5.5 - Puppet 2.6.3 - Yum 3.2.22 We would like to specify that certain versions of packages be loaded on a system. Our requirement is to have fixed versions of all critical packages upon which our applications depend. We do not want any surprises due to unplanned updates to the
2006 Jan 13
1
Winbind idmap_rid - no members in "domain users" .....
On my ADS member server it doesn't show any members of GUESTSHIRE\domain users:x:5513: using getent group Is this normal behavior? If not any ideas how do I fix it? Out of curiosity I shutdown winbind and samba, deleted all *.tdb files ( except secrets) and restarted them. Same thing happens. There are no users in there... But if I check in AD users and computers my users are all members
2004 Jan 14
1
gpg: public key not found
Quick question: I was trying to verify signature file rsync-2.6.0.tar.gz.sig for latest version or rsync and am getting: gpg: Signature made Thu Jan 01 11:14:08 2004 PST using DSA key ID 4B96A8C5 gpg: Can't check signature: public key not found I've checked for this key id but have not found it. Yes I have imported samba-pubkey.asc but still not go... Thanks in advance, Dave G.
2004 Jun 16
2
FW: Signatures ...
Thanks, Wayne. I was using Firefox. Could you tell me what I am doing wrong with this signature? $ ll rsync-2.6.2.tar.gz.sig rsync-2.6.2.tar.gz -rw------- 1 dking users 515402 Jun 16 09:36 rsync-2.6.2.tar.gz -rw------- 1 dking users 65 Jun 16 14:49 rsync-2.6.2.tar.gz.sig $ gpg --verify rsync-2.6.2.tar.gz.sig rsync-2.6.2.tar.gz gpg: Signature made Fri Apr 30
2015 Jan 13
1
dovecot and glusterfs
Am Dienstag, 13. Januar 2015, 21:40:34 schrieb Nick Edwards: > On 1/13/15, Michael Schwartzkopff <ms at sys4.de> wrote: > > Hi, > > > > I did some experiments with dovecot on a glusterfs on the active nodes > > without > > a director. So I had concurrent access to the files. > > > > With the help of the available documentation about NFS and
2010 Jan 29
3
How do people use Sweave / R / Databases
I'm currently using r scripts in sweave to grab some data via ODBC, process it then generate some tables. I'd like to be able to give someone the files and let them reproduce what I've done. Is there some way to store the data that is gathered by ODBC so that the second person can recreate the work without the database (apart from just writing it to a file or into the document)