Displaying 20 results from an estimated 85 matches for "zzzz".
Did you mean:
zzz
2009 Aug 11
1
reading heterogeneous CSV
Greetings, all.
I've got a datafile I've been working with that has an ideosyncratic,
heterogeneous format. It's grossly like:
[...]
DISKREAD,metadata about disks
MEM,metadata about memory
ZZZZ,observation-identifier,time,date
DISKREAD,observation-identifier,data about disks
MEM,observation-identifier,data about memory
[ and repeat for each observation ]
What I've done in the past was take the monolithic file, and
preprocess it into files, one per observation type. The observation...
2013 Oct 04
1
[Bug 70130] New: unable to compile fragment shader program
...T32 { 0.3333, 7.0000, 0.5000, 300.0000}
IMM[5] FLT32 { 0.2000, 0.0300, 8.0000, 100.0000}
IMM[6] FLT32 { 450.0000, 1.5000, 0.2500, 1.0500}
IMM[7] FLT32 { 1.3333, 1.4427, 5.0000, 0.0000}
0: MOV TEMP[0], IN[0]
1: MAD TEMP[0].y, IN[0], CONST[19].zzzz, CONST[19].wwww
2: MUL TEMP[1].x, CONST[4].xxxx, IMM[0].xxxx
3: MOV TEMP[2].xyz, -CONST[0].xyzx
4: ADD TEMP[3].xyz, CONST[2].xyzz, -IN[5].xyzz
5: DP3 TEMP[4].x, TEMP[3].xyzz, TEMP[3].xyzz
6: RSQ TEMP[4].x, TEMP[4].xxxx
7: MUL TEMP[3].xyz, TEMP[3].xyzz, TEMP[4].xxxx
8: ADD TEMP[4].xyz,...
2007 Jul 16
1
Dict-server mysql module error
hi all
when i setup plugin quota by quota = dict: mysql:/etc/quota-dict.conf i get
the folowing error:
deliver(zzzz at zzzz.zz): Unknown dict module: mysql
deliver(zzzz at zzz.zz): dict quota: dict_init() failed
quota-dict.conf:
connect = host=localhost dbname=zzzz user=zzzz password=zzzz
table = mailbox
select_field = quota
where_field = maildir
username_field = username
dovecot.conf:
# 1.0.2: /etc/dovecot//...
2005 Jul 27
3
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
Each register is a 4-component (namely, r, g, b, a) vector register.
They are actually defined as llvm packed [4xfloat].
The instruction:
add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz
Explaination:
'.a' is a writemask. only the specified component will be update
'.xxyy' and '.zzzz' are swizzle masks, specify the component
permutation, simliar to the Intel SSE permutation instruction SHUFPD
'_bias' and '_x2' are modifiers. they modify t...
2005 Jul 29
0
[LLVMdev] How to define complicated instruction in TableGen (Direct3D shader instruction)
...ognise the shuffle+add combination and emit a single instruction.
m.
Tzu-Chien Chiu wrote:
> Each register is a 4-component (namely, r, g, b, a) vector register.
> They are actually defined as llvm packed [4xfloat].
>
> The instruction:
>
> add_sat r0.a, r1_bias.xxyy, r3_x2.zzzz
>
> Explaination:
>
> '.a' is a writemask. only the specified component will be update
>
> '.xxyy' and '.zzzz' are swizzle masks, specify the component
> permutation, simliar to the Intel SSE permutation instruction SHUFPD
>
> '_bias' a...
2015 May 07
2
[LLVMdev] Integer ID for LLVM::Instruction*?
David,
As you suggested, I try to compile the following test code:
*include "llvm/IR/Instruction.h"#include "stdint.h"extern void
callback(intptr_t);void foo(){ llvm::Instruction* i; intptr_t
zzzz=static_cast<intptr_t>(i); callback(zzzz);}*
but got this compilation error:
* 'intptr_t' (aka 'long') is not allowed intptr_t
zzzz=static_cast<intptr_t>(i); ^~~~~~~~~~~~~~~~~~~~~~~~1
warning and 1 error generated.*
For information, my OS is a...
2015 May 29
0
idmapping working for all domain users except Administrator, works for most groups
...# getent passwd "MYDOMAIN\Administrator"
#
The "id" and "wbinfo -i" commands also work for all users by the
Administrator.
The winbind -n command does show that Administrator has a valid SID.
# wbinfo -n "MYDOMAIN\Administrator"
S-1-5-21-ZZZZ-ZZZZ-ZZZZ-500 SID_USER (1)
The log.winbindd file shows
[2015/05/29 14:48:26.042571, 3]
../source3/winbindd/winbindd_lookupsid.c:50(winbindd_lookupsid_send)
lookupsid S-1-5-21-1196980386-547097193-1163074499-500
[2015/05/29 14:48:26.358082, 5]
../so...
2013 Aug 31
23
ERROR: Log level INFO requires LOG Target in your kernel and iptables
Hi,
I have 2 Debian testing boxes running a very similar setup (both running
the latest aptosid kernel); on one of them, since the
iptables/libxtables10 packages have been upgraded from 1.4.19.1-1 to
1.4.20-2, shorewall-init can''t start shorewall anymore and for this
reason ifupdown also fails triggering firewall up.
Shorewall can be successfully started later on, and ifupdown starts
2003 Feb 08
3
Bug moving file over link?
Can someone explain to me what is happening here:
~ $ touch foo
~ $ ln foo bar
~ $ ls foo bar
bar foo
~ $ mv foo bar
~ $ ls foo bar
bar foo
I try to move a file over a hard linked copy of itself and the move
fails, but there is no error. Is this the intended behavior?
--
Ben Escoto
2005 Nov 08
3
Agent Call Recording
When recording inbound agent calls, if the queues use agent members
(Agent/6000), we can get the calls recorded as agent-xxxx.yyyy.zzzz.gsm
where xxxx is the agent number. However, if the queues use phone members
(SIP/6000), the recorded filename is simply yyyy.zzzz.gsm. Is there any
way of making the recorded file either agent-xxxx or even sip-xxxx where
xxxx is the extension number.
I had thought of changing the recording fi...
1998 Jan 13
1
R-beta: 0.61.1 "if else" parse bug?
I was playing with porting "Hmisc" S-Lib. I am getting parse errors for:
if (xxx) yyyy;else zzzz
I have to break this into:
if(xxx) yyyy
else zzzz
Is this a known feature?
TIA
Osman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[...
2007 Nov 21
1
Help Required in using cast (reshape package) function
..." 70000
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "YYYY" "NA"
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "ZZZZ"
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "AAAA" 10000
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "ccccccc" 1...
2007 Feb 23
11
Problems getting mongrel service working
Hello list!
I have mongrel service 0.1.0 working on my current production machine.
Upgrading to a new server and also moving to mongrel service 0.3.1
has not worked yet. I am hoping someone will have an idea as to why.
I have mongrel installed properly (I think):
C:\rails\igacc>gem list --local
*** LOCAL GEMS ***
...
mongrel (1.0.1)
A small fast HTTP library and server that runs
2003 Dec 11
1
Problem with SID
Hello all
I have a Samba-3.0.0 server configured as PDC running agains openldap.
So I have an entry of the form:
sambaSID S-1-5-21-xxxxx-yyyyy-zzzz-rid
in my dircectory
If I check the properties of a file under Windows on the PDC I get the
information all right displaying the owner
of the file as: user[Domain\user]
Now I have a couple of other Samba-3.0.0 servers which are not configured
as PDC/BDC or whatever but are verifying
the user info...
2014 Nov 05
1
Performance issue
...some user that have so many messages in his mailbox.
How can I troubleshoot this?
Here some messages that I got in maillog:
Warning: Maildir: Scanning /var/spool/pop/domains/xxxx.it/YYYYYYYYY/Maildir/new took 71 seconds (1 readdir()s, 1 rename()s to cur/)
Warning: Maildir /var/spool/pop/domains/zzzz/WWWWWWWWWWWW/Maildir/.Trash: Synchronization took 74 seconds (5 new msgs, 0 flag change attempts, 0 expunge attempts)
dovecot: imap(xxxx at zzzz.it): Warning: Inotify instance limit for user 89 (UID postfix) exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances
tail: inotify cann...
2009 Apr 06
1
FW: Headless operations
...zzZZ... *ifconfig* *DHCP logs* *netstat*...ZZzz... (Sleeping) -
Shao
-----Original Message-----
From: Chris Miller [mailto:Chris at InfoGreat.com]
Sent: Monday, April 06, 2009 02:05
To: Miller, Shao
Subject: RE: [syslinux] Headless operations
Hi Folks,
I trimmed my EXTLinux.conf to one stanza, as...
2017 Jun 01
2
Possible RENAME bug
...* LIST (\HasNoChildren) "/" Shared/gabriele.prova at sonicle.com/Junk
* LIST (\HasNoChildren) "/" Shared/gabriele.prova at sonicle.com/INBOX
A66 OK List completed.
*** Junk HAS NO CHILDREN!
*** CREATE A NEW FOLDER IN Junk ***
A68 CREATE Shared/gabriele.prova at sonicle.com/Junk/zzzz
A68 OK Create completed.
A69 LIST "" Shared/gabriele.prova at sonicle.com/Junk/zzzz
* LIST (\HasNoChildren) "/" Shared/gabriele.prova at sonicle.com/Junk/zzzz
A69 OK List completed.
*** "zzzz" IS LISTED, SO NOW LIST PARENT BRANCH ***
A26 LIST "" "Shared/...
2009 Feb 16
3
command show channels concise
I am getting a priveldged command error on the manager API.
16-Feb-09 11:51 am asterisk_command() Action: Login
16-Feb-09 11:51 am asterisk_command() Username: XXX
16-Feb-09 11:51 am asterisk_command() Secret: ZZZZ
16-Feb-09 11:51 am asterisk_command() Events: off
16-Feb-09 11:51 am DEBUG: Response: Success[CR ][LF ]Message:
Authentication accepted[CR ][LF ][CR ][LF ]
16-Feb-09 11:51 am asterisk_command() Action: Command
16-Feb-09 11:51 am asterisk_command() Command: show channels concise
16-Feb-09 11:51 am...
2012 Jun 01
4
Adding a column into the file
...of wrfRH/wrfsolar for each day.
that is
Date wrfRH wrfsolar wrfwindspeed wrfrain wrftd wrfta ratio
21/10/2010 92.97 22.11 53.27 0 1546.337861 61.00852664 XXXX
22/10/2010 87.35 21.99 40.89 0 1300.408288 62.85352227 YYYY
23/10/2010 88.38 21.71 28.04 0.01 1381.768284 54.80594493 ZZZZ
24/10/2010 92.32 15.45 22.38 0.51 1113.90981 39.46573663 AAAA
25/10/2010 93.42 21.59 35.5 0.52 868.4895334 28.42952321 BBBB
26/10/2010 93.38 20.15 42.58 0.07 1404.722837 40.29300856 CCCC
how to add new column in the original file ? Anyone can help me?!
--
View this message in context: http://r.7...
2006 Jun 13
2
No incoming sip calls
...IP extension 2201
I'm guessing this is something pretty straightforward, but any help
would be much appreciated.
Thanks,
Russell.
sip.conf
[general]
context=incoming ; Default context for incoming calls
register => 7960xxx:yyyy@sip.gradwell.net/2001
register => 9479xxx:zzzz@sip.talklite.net
port=5060 ; UDP Port to bind to (SIP standard
port is 5060)
bindaddr=0.0.0.0 ; address to bind to (0.0.0.0 binds to all)
nat=yes ; NAT settings
allow=all
[Gradwell]
type=peer
username=796xxxx
fromuser=796xxxx
secret=yyyy
host=si...