Displaying 17 results from an estimated 17 matches for "tfs".
Did you mean:
fs
2008 Apr 28
1
[LLVMdev] FoldingSetNodeID operations inefficiency
...n the DAGCombiner::visitTokenFactor(), if the resulting TF node would contain more than 64 operands.
b) produces a bunch of TokenFactor nodes with at most 64 operands,
instead of one huge TokenFactor in the SelectionDAGLowering::getRoot().
If we have n pending loads, they can be combined into TFs in two ways:
1) The first 64 loads are put into a new node TF1. Then TF1 and the next 64 loads are put into a new node TF2 and so on. That is, each generated TF contains a previous TF as its first operand and a bunch of pending loads:
___TF2______
/ | \
TF1 L...
2008 Apr 24
0
[LLVMdev] FoldingSetNodeID operations inefficiency
Hi Chris,
This is a good idea and I started thinking in that direction already.
But what I don't quite understand the TFs, how TFs are formed and which rules they should obey to.
For example now:
> PendingLoads created by the SelectionDAGLowering::getLoadFrom and then copied into the
> TokenFactor node by SelectionDAGLowering::getRoot called from the
> SelectionDAGLowering::visitStore
So, if I now detect i...
2006 Jul 10
2
inline javascript in partials
...Form.getInputs(''<%=form%>'', null, ''<%=mode%>'')[0].value = ''<%=button%>'';
<%= remote_function(remote_options) %>;
return false;
}
</script>
<% onclick ||= click_fn %>
<%= image_tag("/images/tfs/en-#{button}.png", {
:onclick => onclick,
:name => "submit_#{button}",
:width => "32px",
:height => "32px",
:onmouseover => "setStatusMessage(''#{button} files'');",
:onmouseout => "setStatusMessage('''&...
2007 Jun 14
0
How to get a point estimate from the studentized bootstrap?
...ct if that will help.
In the following object, I am interested in the values 1, 3, and 5.
The estimated variances are in 2, 4, and 6.
The boot object looks like:
> boot.outer
ORDINARY NONPARAMETRIC BOOTSTRAP
Call:
boot(data = err.outer, statistic = boot.fn.outer, R = R.outer, tis =
tis, tfs = tfs, length.err = length.err, length.tis = length.tis,
t0 = t0, tp = tp, start.outer = params, max.iter = max.iter,
pc.ayl = pc.ayl, R.for.sd = R.for.sd)
Bootstrap Statistics :
original bias std. error
t1* 0.62777511 1.898159e+00 8.003005e-01
t2* 0.04067475 1.854990e+0...
2023 Oct 29
1
Permissions issue on domain member server (samba as an appliance)
OK I found an account with RID 500 but it has another username. I
inherited this AD from 15+ years ago. Everything looks fine, all the
computer management stuff works and I can manipulate permissions and
security BUT running robocopy still gives "Error 1314 Copying N
TFS Security to destination Directory ********* A required privilege is not
held by the client". I just noticed it does say the user but the client.
Hmmmm.
Thanks,
Greg
On Sun, Oct 29, 2023 at 4:53?PM Luis Peromarta via samba <
samba at lists.samba.org> wrote:
> Administrator is a buil...
2008 Apr 30
1
[LLVMdev] FoldingSetNodeID operations inefficiency
...> > contain more than 64 operands.
> >
> > b) produces a bunch of TokenFactor nodes with at most 64 operands,
> > instead of one huge TokenFactor in the
> > SelectionDAGLowering::getRoot().
> >
> > If we have n pending loads, they can be combined into TFs in two
> > ways:
> > 1) The first 64 loads are put into a new node TF1. Then TF1 and
> > the next 64 loads are put into a new node TF2 and so on. That is,
> > each generated TF contains a previous TF as its first operand and a
> > bunch of pending loads:
>...
2006 Oct 24
1
Compaq Proliant 2500 Dom0
...m0 in text mode (from testing)''
root (cd)
Filesystem type is iso9660, using whole disk
kernel /boot/xen-3.0.3.0.gz watchdog
[Multiboot-elf, <0x100000:0x89658:0x4b9a8>, shtab=0x1d5078, entry=0x100000]
module /boot/vmlinuz-2.6.16.29-xen ro 2 selinux=0 ramdisk_size=32758 image=roo
tfs.img boot=cow
[Multiboot-module @ 0x1d6000, 0x2d2280 bytes]
module /boot/initrd-2.6.16-xen.img
[Multiboot-module @ 0x4a9000, 0xafca00 bytes]
__ __ _____ ___ _____ ___
\ \/ /___ _ __ |___ / / _ \ |___ / / _ \
\ // _ \ ''_ \ |_ \| | | | |_ \| | | |
/ \ __/...
2023 Oct 29
1
Permissions issue on domain member server (samba as an appliance)
Administrator is a built in account in the AD. When you provisioned the domain with a password , that was Administrators password.
LP
On 29 Oct 2023 at 21:36 +0100, Greg Dickie via samba <samba at lists.samba.org>, wrote:
> Hey Rowland,
>
> Sorry, I'm thick. I understand why you would not want to create a linux
> user called Administrator but then where will the credentials
2019 Oct 27
3
[fdo] xorg-xf86-input-keyboard license
...ithout putting their changes back all the time. People like
microsoft now include entire Linux subsystems to install on their operating
system. While this environment is fragile, it still uses a good lump of
opensource code. In return the Linux community is lucky to get basic git
communication with TFS. It seems microsoft is more take than give.
Obviously a long answer to the GPL point of licensing. Please consider the
long term and how it will effect people that use opensource, and especially
Xorg drivers.
Honestly, I can't believe I'm defending the GPL after close to 20 years when
it...
2019 Oct 27
3
[fdo] xorg-xf86-input-keyboard license
Hello
I am developing X application nowI have one question about xorg-xf86-input-keyboard license
I checked following file
https://github.com/freedesktop/xorg-xf86-input-keyboard/blob/master/COPYING
This file show MIT licene
And I found following file
https://github.com/freedesktop/xorg-xf86-input-keyboard/blob/master/src/lnx_kbd.c
* Portions based on kbdrate.c from util-linux 2.9t, which
2008 Apr 23
1
[LLVMdev] FoldingSetNodeID operations inefficiency
Hi,
While profiling LLVM using my test-cases with huge MBBs, I noticed that
FoldingSetNodeID operations (ComputeHash,insertion,etc) may become
really inefficient for the nodes, which have very many operands.
I can give you an example of what is meant by "very many". In my
test-case (you can fetch it from here
http://llvm.org/bugs/attachment.cgi?id=1275), which is just one HUGE MBB
2010 Feb 04
18
unionfs help
Is it possible to emulate a unionfs with zfs and zones somehow? My zones
are sparse zones and I want to make part of /usr writable within a zone.
(/usr/perl5/mumble to be exact)
I can''t just mount a writable directory on top of /usr/perl5 because then
it hides all the stuff in the global zone. I could repopulate it in the
local zone but ugh that is unattractive. I''m hoping
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...`noyG3K at HDWOfY
z5P3(8z&qC_Ke5j`o=jLS7AOM!exEl!_6FYlZ~YK&eB&GG7M=Bn*WW^~Extyy{niR)
zQqrDbm}wSPQimEGY;-lx9xnMGfBP!`;wvSUvt)(fEe~$+fw%N{)A=Z8J*xua(z9$V
z);pTuaDWv8>pj-RT@~x&x}C-0h#O?y2k^ub at 0`HlsYTp<4jx=Ptft-R)JkHELYId)
z=g^77TZ^qLdc9t>Ll;o$yNrqJ(F?qwMRe)XB`#gM#7}+TCmBt~T)TFS8`rM0ySvNv
z+xr~tA5c|Qj6-d3R>Yp`*474Ze&TV?UpUL74?n`iix<hV?4CWvd-osj=9z{NHRZCb
zAZ-Gv$)a?bmuwFWpZ>~(zxn^(;Kp8slr^tEx4~cd(LO))Xct1wXlbbGKxvz`@}nbQ
zgQgBqiMjCsOO&a0LAE7|XhjDFjfeshK0qU5JoZ6E!gc$1&IJe(2N)3`IQ(LYlJWXB
zO+#ZVhQt0nuldW0iQn!}uhq}3jZL;Uw|M6}eqjCgWm!_zv4F+L_-c$<Cp*voUDn...
2008 Jan 27
20
OT local version control?
Hi, all,
This isn''t about rspec, but this list has people whose opinions I respect.
So, I''m looking for a new version control system for my local development. I
was going to install subversion, but I''ve heard rumors of people using some
newer ones. Thoughts? I''d like to be able to run it either locally or on a
home server. If I run it off a home server, then
2003 Dec 01
0
No subject
...king = Yes
oplocks = Yes
level2 oplocks = Yes
oplock contention limit = 2
posix locking = Yes
strict locking = No
share modes = Yes
copy =
include =
exec =
preexec close = No
postexec =
root preexec =
root preexec close = No
root postexec =
available = Yes
volume =
fstype = NTFS
set directory = No
wide links = No
follow symlinks = Yes
dont descend =
magic script =
magic output =
delete readonly = No
dos filemode = No
dos filetimes = No
dos filetime resolution = No
fake directory create times = No
vfs object =
vfs options =
msdfs root = No
[netlogon]
pa...
2003 Dec 01
0
No subject
...urn-Path: <rob.leadbeater@lynx.co.uk>
Delivered-To: samba@lists.samba.org
Received: from mailhost.lynx.co.uk (mailhost.lynx.co.uk
[194.203.251.189]) by lists.samba.org (Postfix) with SMTP id 4D0A24C5D
for <samba@lists.samba.org>; Thu, 6 Sep 2001 09:19:45 -0700 (PDT)
Message-Id: <TFSAOSZC@lynx.co.uk>
From: rob.leadbeater@lynx.co.uk
To: samba@lists.samba.org
Subject: Maximum number of files in a samba share
MIME-version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 7bit
X-Mailer: TFS Secure Messaging /222000000/223042434/223004594/223091115/
X-M...
1995 Feb 27
0
CTM, delta from 2.0-RELEASE available
I have made a delta from the 2.0-RELEASE srcdist available in
ftp://freefall.cdrom.com/pub/CTM/src-cur/src-cur.0372R20.gz
-rw-r--r-- 1 phk wheel 4034596 Feb 27 15:37 src-cur.0372R20.gz
If you already have the 2.0-RELEASE (either on CDROM or downloaded) you
can use this to get in sync with CTM src-cur.
--
Poul-Henning Kamp <phk@login.dknet.dk>
TRW Financial Systems, Inc.