search for: priceless

Displaying 20 results from an estimated 33 matches for "priceless".

2006 Mar 29
4
Marketing Materials
The owner of my company just asked me for an Asterisk brochure. Has anyone seen such a creature? I know of some really informative websites, but I think a pdf would be priceless at this point. Thanks, Bob McDowell EMAIL PRIVELEGED & CONFIDENTIAL CLIENT COMMUNICATION    *** PRIVILEGED AND CONFIDENTIAL CLIENT COMMUNICATION *** This e-mail message and all attachments, if any, may contain confidential and privileged material and are intended only for the intended...
2018 Dec 30
2
rsync remote raw block device with --inplace
...and iffy to re-reinstall without a raw disk image to start from. Disks fail, and the ensuing downtime must be minimized. We're using dd for this. Most of the nightly work is redundant and wasteful of elapsed time and storage. Storage is cheap, but it's not *that* cheap. Elapsed time is priceless. Rsync refuses to back up raw devices, and even raw character devices, with the message "skipping non-regular file" (I think the relevant message is in generator.c). In Linux, anyway, the "raw" command allows a block device to be bound as a character device, and then even a &q...
2009 Sep 25
12
uniqueness validation perplexity
I want to write a validate routine to check to enforce that a position must be unique in a category. (In another category, it doesn''t have to and shouldn''t need to be unique.) I write this code which works happily for new items: def position_in_category_not_unique @items = Item.find( :all, :conditions => [ "category_id = ? AND position = ?", category_id,
2018 Dec 30
3
Aw: Re: rsync remote raw block device with --inplace
...o start from.  Disks fail, and > > the ensuing downtime must be minimized.  > > > > We're using dd for this.  Most of the nightly work is redundant and > > wasteful of elapsed time and storage.  Storage is cheap, but it's not > > *that* cheap.  Elapsed time is priceless. > > > > Rsync refuses to back up raw devices, and even raw character devices, > > with the message "skipping non-regular file" (I think the relevant > > message is in generator.c).  > > > > In Linux, anyway, the "raw" command allows a block...
2006 Oct 03
10
Are you PRO on RoR?
Do you want to get in... ...and got what it takes? I''m working as it-responsible (diplomatic service) for the Republic of Cyprus. Now I want to move on, I know that I have the next big thing in the dot com biz. It all begun from a dream that became a businessplan and also later on was nominated by UN World Summit Awards and won the title as best initiative in category ICT. In a few
2010 Jul 21
1
asterisk realtime SIP configuration
...gserver | character varying(100) | Indexes: "sip_conf_pkey" PRIMARY KEY, btree (id) "name" UNIQUE, btree (name) *extconfig.conf* sipusers => odbc,postgres,sip sippeers => odbc,postgres,sip Thanks & Regards Murali Vasu -- Smile is the only priceless gift you can give without a price......... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100721/366b6843/attachment-0001.htm
2008 Jul 03
2
First attempt to use R
...39;t figured out how to use it yet. Is this something I can orchestrate using Perl to tie things together, either using plr or not? If I can use perl for this, a sample perl script showing how to use perl to get data into R and to retrieve statistical output from R into Perl variables would be priceless. What I have read in the preliminary documentation suggests I can, but it is short on detail and directions on where to go next. I'd like to be able to put the master script for this sort of thing into a scheduled task if possible. Thanks Ted
2012 Jul 02
7
smb.conf for around 2500 users
Samba4 with Linux and Windows clients wanting to get the same home folder data. Hi A college has students arranged with Linux home directories according to which year they belong to and which class within that year, a or b or whatever, they belong to e.g.: /home2/students/year7/year7a/student1 /home2/students/year7/year7a/student2 ... ... /home2/students/year13/year13a/student2500 To get at
2015 May 04
1
imapc fetch optimization
On 04 May 2015, at 18:45, Timo Sirainen <tss at iki.fi> wrote: > > On 04 May 2015, at 16:59, Nagy, Attila <bra at fsn.hu> wrote: >> >> Hi, >> >> On 05/04/15 10:59, Timo Sirainen wrote: >>> On 28 Apr 2015, at 23:49, Nagy, Attila <bra at fsn.hu> wrote: >>>> Hi, >>>> >>>> imapc does a lot of UID FETCH
2003 Jul 28
1
fixing a corrupt /dev/hdar .. debugfs assistance...
Had a drive crash which a very critital inode. e2fshck returns a stream of : Entry '..' in ... (#######) points to inode (2) located in a bad block Pass 3: Checking directory connectivity Root inode is not a directory: aborting e2fsck: aborted /dev/hda4: ***** FILE SYSTEM WAS MODIFIED ***** Floating point exception I'm wondering if I can use debugfs to relocate (rebuild)
2011 Dec 28
1
How to serve a subset of IMAP folders for hand held devices.
Hello I am currently running dovecot 1.2.15 on my home server. I have over 200 folders in personal email account, and I have found that my smart-phone does not work well trying to display that many folders. I solved the problem by creating a second instance of dovecot running on a non standard port, and configured it to serve only a subset my email folders, so that way the email client on my
2010 Apr 09
0
Fix for rm -r
...should, and removed all the files and directories the first time. -- Andy Carlson --------------------------------------------------------------------------- Gamecube:$150,PSO:$50,Broadband Adapter: $35, Hunters License: $8.95/month, The feeling of seeing the red box with the item you want in it:Priceless. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2018 Dec 30
0
rsync remote raw block device with --inplace
...ithout a raw disk image to start from.  Disks fail, and > the ensuing downtime must be minimized.  > > We're using dd for this.  Most of the nightly work is redundant and > wasteful of elapsed time and storage.  Storage is cheap, but it's not > *that* cheap.  Elapsed time is priceless. > > Rsync refuses to back up raw devices, and even raw character devices, > with the message "skipping non-regular file" (I think the relevant > message is in generator.c).  > > In Linux, anyway, the "raw" command allows a block device to be bound as > a...
2008 Jul 24
2
factor question
Hi! Suppose I have a factor: > fac1 <- factor(rep(c("dog","cat","tree"),c(2,3,4))) > fac1 [1] dog dog cat cat cat tree tree tree tree Levels: cat dog tree > length(fac1) [1] 9 Now I want to get rid of the dogs: > fac1 <- fac1[3:9] > fac1 [1] cat cat cat tree tree tree tree Levels: cat dog tree > How should I remove the dog from the
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept statistical analyses performed with R ? Delphine Fontaine
2003 Nov 11
3
Calendar Time Series
Hello, Does R have any facilities for calendar time series? I'm working with a 40 year long, daily time series and I would like to have each datum associated with a calendar date. I searched the R website and found several new packages for irregular time series but none for cts. By the way, I just installed 1.8.0 on Mac OSX and the installation was effortless! I also very much like
2018 Dec 30
0
Aw: Re: rsync remote raw block device with --inplace
...  Disks fail, and >>> the ensuing downtime must be minimized. >>> >>> We're using dd for this.  Most of the nightly work is redundant and >>> wasteful of elapsed time and storage.  Storage is cheap, but it's not >>> *that* cheap.  Elapsed time is priceless. >>> >>> Rsync refuses to back up raw devices, and even raw character devices, >>> with the message "skipping non-regular file" (I think the relevant >>> message is in generator.c). >>> >>> In Linux, anyway, the "raw" command...
2006 Mar 20
16
logic inside a view file
I am quite certain I have heard it said not to put business logic inside view code but I have a report that I want to display 3 different possibilities of text based upon the value of a column. Would I just take the same type of if/then logic that I would use in a controller and put it inside erb <%= %> stuff? Craig
2006 May 20
0
How can you buy R? [Broadcast]
..., without the need > for a physical CD. Anti-virus software perhaps being the most notable > example. > > So: > > License: GPL > CD: Don't need one > Purchase: Donation to the R Foundation > Being able to use R: Priceless > > :-) > > HTH, > > Marc Schwartz > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help <https://stat.ethz.ch/mailman/listinfo/r-help> > PLEASE do read the post...
2011 Sep 06
3
btrfs-delalloc - threaded?
...start using more CPU? Thanks for any information you can provide. -- Andy Carlson --------------------------------------------------------------------------- Gamecube:$150,PSO:$50,Broadband Adapter: $35, Hunters License: $8.95/month, The feeling of seeing the red box with the item you want in it:Priceless. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html