search for: seduc

Displaying 10 results from an estimated 10 matches for "seduc".

Did you mean: educ
2006 May 16
1
OpenOffice.org 1.1.2 vs. 2.0.2
...test OpenOffice.org. Now there's a slight compatibility issue. OO 2.0.x defaults to the .odt file format, which OO 1.2.2 can't read. I know that stock rpm's from openoffice.org *can* be installed, but I think it would be a pity to ruin the otherwise great artwork consistency (I have to seduce the new Linux users, remember). The latest Fedora 5 came out, and I see that there's a source rpm available at rpm.pbone.net. Unfortunately, I'm on dialup here, and there's no chance I can get this until next week. Plus, I'm only a beginner with source RPM's, and OO is somewha...
2014 Nov 23
1
yum-plugin-security
...from there. 3. "it would add significantly to the size required to mirror CentOS and require a redesign of how we do trees completely (we currently only push the latest tree for each live major version)." (Johnny Hughes) 4. The developers fear that the yum-plugin-security functions may seduce people to only install the security relevant packages, which can cause problems. 5. The tools used by scientific linux repo maintainers, who support a security classification, are availabe under free software license. https://cdcvs.fnal.gov/redmine/projects/python-updateinfo My personal view i...
2009 Feb 25
1
S4 helper functions: regular or generic?
Hi there, I want to write helper functions for a base class, which will be used by its subclasses in the S4 world. This function ___will___ update certain slots of its argument object. Please help me decide which one of the following is a better approach with respect to coding style, memory usage and speed: o Write a regular function. o Declare a generic and implement it just for the base
2007 Jul 09
3
[PATCH 2/3] Virtio draft IV: the block driver
> +static void do_virtblk_request(request_queue_t *q) > +{ > + struct virtio_blk *vblk = NULL; > + struct request *req; > + struct virtblk_req *vbr; > + > + while ((req = elv_next_request(q)) != NULL) { > + vblk = req->rq_disk->private_data; > + > + vbr = mempool_alloc(vblk->pool, GFP_ATOMIC); > + if (!vbr) > + goto stop; > + > +
2007 Jul 09
3
[PATCH 2/3] Virtio draft IV: the block driver
> +static void do_virtblk_request(request_queue_t *q) > +{ > + struct virtio_blk *vblk = NULL; > + struct request *req; > + struct virtblk_req *vbr; > + > + while ((req = elv_next_request(q)) != NULL) { > + vblk = req->rq_disk->private_data; > + > + vbr = mempool_alloc(vblk->pool, GFP_ATOMIC); > + if (!vbr) > + goto stop; > + > +
2005 Oct 06
4
Backup Maildir
Hi All, I'm currently doing nightly full backups of /home. I'm not sure if a full back up is the best way to do backups. I know with my fileserver i do weekly full backup and daily incremental which would file on those type of files. I guess my question to the group is, how do you guys backup Maildir? whats the best way of doing it? -- Gabe Granger Pancentric results-driven
2014 Nov 22
2
yum-plugin-security
On Sat, 22 Nov 2014 13:17:59 -0600 Frank Cox <theatre at melvilletheatre.com> wrote: > On Sat, 22 Nov 2014 19:52:30 +0100 > Gabriele Pohl wrote: > > > > because I want the alert for my individual machines. > > So the proposed method is no solution > > for an automagical trigger :) > > You still can do that without expending too much effort. Although
2006 Jun 28
9
Portland
Anyone out there in Portland. I''ll be in town this weekend, and was looking for advice from Rubyists on things to do. Thanks, Jake
2006 Apr 18
6
R and ViM
Dear all, I'm starting to learn R, but I'm already programing for a while, using ViM as editor. Therefore I'd like to be able to use R together with ViM. My question now is, whether there are already people out there knowing how to do this in a similar easy way as with Emacs, and if those would be willing to share this knowledge. I did already research on the web on this topic,
2024 Jun 16
1
slowness when I use a list comprehension
I fully agree with Jeff that the best way to use ANY language is to evaluate the language in terms of not just the capabilities it offers but also the philosophy behind what it was created for and how people do things and just grok it and use it mostly in the way intended. I do that with all the languages I learn, whether for computers or humans. Bringing in something you like from another