search for: statues

Displaying 20 results from an estimated 38 matches for "statues".

Did you mean: states
2007 May 01
1
The unbelivable Civilizations of the World
...9;'Ceremonial Kiva at Chaco Canyon Indian ruins, NM, circa ...<http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/><http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> Detail Showing Warrior''s Head from Atlantes Statues at the ...<http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/><http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> Greece, Athens, ruins of the Parthenon on the Acropolis, ...<http://mega-structures.blogspot.com/> &l...
2007 Mar 29
1
ansari.test.default: bug in call to uniroot?
A recent message on ansari.test() prompted me to play with the examples. This doesn't work for me in R version 2.4.1 R> ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE) Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) : object "ab" not found It looks like there's a small typo in ccia() inside ansari.test.default() in which
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu Version: 1.5.1 OS: WindowsME Submission from: (NULL) (63.215.238.92) The P-value for a two.sided test is not consistent with the confidence interval. For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1). > x [1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46 > y [1] 1.15 0.88 0.90 0.74 1.21 >
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
Dale Johannesen wrote: > On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > >> + <tr><td>Jeff Cohen</td><th> >> + Oscar</th> >> + <td>Oscar = Open Source Compiler And Runtime</td></tr> >> > > Perfect, and very nice backronym. Unfortunately, Wikipedia says: > > >> Both Oscar
2019 Mar 13
3
Unable to set quota-fs plugin
Thanks Aki, Please find attached strace for imap and quota-status which report an error at the end. Regards, - Eric Grammatico _/) 13 mars 2019 12:23 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit: > The doveadm command seems to have worked. Can you retry with imap? > > strace /usr/lib/dovecot/imap -u victim > > Aki > > On 13.3.2019 12.58, Eric
2019 Jan 30
2
How to use smbpasswd/login when Microsoft Account is tied to Windows login
Hello, I try to connect a Windows 10 Microsoft Account which is tied to Windows login with my (standalone-)Samba-Server. With local users i do adduser username smbpasswd a smbuser And this runs for me. But how is to do with Microsoft Account which is tied to Windows login? I got these error-message in /var/log/syslog:   check_ntlm_password:  Authentication for user [testuser.user at
2012 Jan 12
1
[LLVMdev] A question of Sparc assembly generated by llc
...or %g0, 1, %i0 (subcc %l1, 0, %l1 ! This line is added by me. It was not there) bne .LBB0_2 nop ! BB#1: subcc %l2, 0, %l2 or %g0, %l0, %i0 .LBB0_2: ....... I am not an expert on Sparc assembly, but I read from somewhere that branching instructions are set by the statues flags. The first 'bne' statement appeared before any subcc or any other cc opcodes. The code is problematic so I added the line in the brackets based on what I think it should be doing and it appeared to be working correctly. Is the standalone 'bne' instruction intentional? There...
2009 May 29
1
strange behavior when reading csv - line wraps
Dear All, I am observing a strange behavior and searching the archives and help pages didn't help much. I have a csv with a variable number of fields in each line. I use dataPoints <- read.csv(inputFile, head=FALSE, sep=";",fill =TRUE); to read it in, and it works. But - some lines are long and 'wrap', or split and continue on the next line. So when I check the dim of
2007 Apr 18
1
[Bridge] strange networking behaviour with a bridge in game
hi list I have a strange problem here. Maybe it is normal behavior and i search within the wrong direction. Probably someone here can give me a hint. I have a device (rhel4 kernel 2.6.9) with 3 interfaces. 2 interfaces (eth0, eth2) are bridged together (br0) and the bridge device has an ip address assigned (192.168.11.15). Another interface (eth1) has assigned 10.7.0.10. So far so good.
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
hi Tobi , that sounds greate :D On 2009-12-27 5:43, Tobias Grosser wrote: > I already looked into implementing something like Graphite for LLVM. > However just recently, so I have not released any code yet. As soon as > some code is available I will post patches. whats its status? do you need any help? > A general plan to implement polyhedral transformations in LLVM: > > 1.
2007 Apr 13
5
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > + <tr><td>Jeff Cohen</td><th> > + Oscar</th> > + <td>Oscar = Open Source Compiler And Runtime</td></tr> Perfect, and very nice backronym. Unfortunately, Wikipedia says: > Both Oscar and Academy Award are registered trademarks of the > Academy [of Motion Picture Arts
2013 Jul 06
1
problem with BootCV for coxph in pec after feature selection with glmnet (lasso)
Hi, I am attempting to evaluate the prediction error of a coxph model that was built after feature selection with glmnet. In the preprocessing stage I used na.omit (dataset) to remove NAs. I reconstructed all my factor variables into binary variables with dummies (using model.matrix) I then used glmnet lasso to fit a cox model and select the best performing features. Then I fit a coxph model
2019 Mar 14
0
Unable to set quota-fs plugin
On 3/13/19 2:10 PM, Eric Grammatico via dovecot wrote: > Thanks Aki, > > Please find attached strace for imap and quota-status which report an error at the end. > > Regards, write(2, "/usr/libexec/dovecot/quota-statu"..., 57/usr/libexec/dovecot/quota-status: invalid option -- 'u' Please retry with the good options (-u is invalid) Yassine.
2019 Jan 30
0
How to use smbpasswd/login when Microsoft Account is tied to Windows login
On Wed, 30 Jan 2019 15:30:04 +0100 Anton Blau via samba <samba at lists.samba.org> wrote: > Hello, > > I try to connect a Windows 10 Microsoft Account which is tied to > Windows login with my (standalone-)Samba-Server. > > With local users i do > > adduser username > > smbpasswd a smbuser > > And this runs for me. > > > But how is to do
2006 Mar 15
1
Filesystem full/quota limitations and Dovecot
How does Dovecot handle accounts when writes are denied, such as in situations when a user is over quota, or the filesystem is full? -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 Only a statue can be perfect, and even then it casts a shadow. - Merle Fossum
2011 May 03
1
Asterisk, bicolor BLF and DEVSTATE
Hi, 1. You can now find several SIP harphones with bicolor BLFs (see Polycom, Cisco, ...). Is there a protocol which best describes how to use this bicolor BLD feature ? 2. I would like to map these BLFs to the following user activities : - user is logged off: no light - user is logged in: green light - phone is ringing: blinking light - user is on call: red light It seems that
2003 Mar 11
1
Data replication/migration
Hello. Does Samba or the CIFS protocol support files replication/migration? Regards Brain -------------------------------- Petr `Brain' Kulhavy <brain@artax.karlin.mff.cuni.cz> http://artax.karlin.mff.cuni.cz/~brain Faculty of Mathematics and Physics, Charles University Prague, Czech Republic --- A man without a woman is like a statue without pigeons.
2003 Nov 02
1
Samba 3.0 PDC and Group Listing on Samba Winbind Box
...s on the PDC so they show up via wbinfo -u or getent group on the winbind box? I have an exact duplate of the winbind config running on a system in a MS server environment and groups get listed just fine, so I thinking nothing is wrong w/ my config. Thanks for your help. ~T --- No one makes statues honoring critics.
2007 Mar 29
0
>|< The unbelivable Civilizations of the World >|<
...;'Ceremonial Kiva at Chaco Canyon Indian ruins, NM, circa ...<http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> Detail Showing Warrior''s Head from Atlantes Statues at the ...<http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> Greece, Athens, ruins of the Parthenon on the Acropolis, ...<http://mega-structures.blogspot.com/> &...
2011 Apr 12
0
No subject
...lt;/div>The handset is what maps the colours to the states. You can&#39;t sen= d a colour in SIP. You could create a list of all the possible device state= s, and see which produce the desired colours on phones. I know the Cisco SP= A series does let you edit the colours for different device statues.</block= quote> <div><br>Thanks, that&#39;s intersting.<br><br>From your memory, do you the= n have a list of states which are widely supported, beside Idle, On call an= d Ringing ?<br>Can we expect this list to match DEVICE_STATE&#39;s one (UNK= NOWN | N...