Displaying 5 results from an estimated 5 matches for "capric".
Did you mean:
capri
2004 Mar 01
0
Samba 2.2.8a Print Driver Issues Solaris 8
...t 4000 Series PCL 6
[brimer-lp]
printer name = brimer-lp
printer driver = HP LaserJet 5M
[brunner-lp]
printer name = brunner-lp
printer driver = HP LaserJet 5M
browseable = No
copy = brunner
[bugos-lp]
printer driver = HP LaserJet 4M Plus
[caprice]
printer driver = HP LaserJet IIISi
[chaucer]
printer driver = HP LaserJet 5M
The remainder of the file is simply additional printer definitions.
2010 Feb 18
0
install.packages, normalizePath, file permissions
...itional check here would be appropriate and, given that the
installation has been basically successful at this point, even an
attempt to copy the directory after the refusal by Windows to rename
it? I understand of course that the developers have better things to
do than to wrestle with the caprice of Windows.
====
Here is a more general enquiry.
I am using R in a statistics course (about 100) students in a computer
cluster where R is installed on a server, students run WindowsXP and
to my understanding the program is run by something called "Zen". It
seems that if a numbe...
2012 Aug 21
0
[LLVMdev] Let's get rid of neverHasSideEffects
On Aug 21, 2012, at 3:45 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> I don't understand what you're saying. Are you proposing that all properties (may load, store, side effects) be explicitly added to all instructions, and the pattern only be used to produce warnings?
>
> Yes.
>
> The side effect inference is worse than the load/store inference, but
2010 May 10
3
update.packages fails with directory not found
Windows XP. I have just updated to R 2.11.0 and then run
update.packages. In the series of updates, a few will succeed, then I
get a failure like
package 'mvtnorm' successfully unpacked and MD5 sums checked
package 'party' successfully unpacked and MD5 sums checked
package 'PBSmodelling' successfully unpacked and MD5 sums checked
Error in normalizePath(path) :
2012 Aug 21
3
[LLVMdev] Let's get rid of neverHasSideEffects
On Aug 21, 2012, at 3:02 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Aug 21, 2012, at 2:02 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
>> All,
>>
>> TableGen likes to infer the MCID::UnmodeledSideEffects flag from an instruction's pattern. When an instruction doesn't have a pattern, it is assumed to have side effects.
>