search for: bh1

Displaying 12 results from an estimated 12 matches for "bh1".

Did you mean: b1
2011 Jul 14
1
plotting x y z data from an irregular grid
...2504 0.369164267 -0.4781589 -1.390382 2 2 BB1 51.68299 -0.03254972 0.005546354 -3.1810064 -5.665312 3 3 BG1 51.56375 0.17789100 0.000405606 -3.2260763 -5.344999 4 4 BG2 51.52939 0.13285700 0.434756172 -5.1558318 -22.123800 5 5 BH1 50.82334 -0.13724510 0.183375348 -0.8735160 -2.240289 6 6 BH2 50.82785 -0.17051300 0.002702969 -2.1443157 -3.543378 perc_per_year_upper sig 1 0.4786508 -999.000000 2 -0.8588293 -3.181006 3 -1.5251377 -3.226076 4 11.09...
2018 Feb 05
0
Using Samba 4.7.4 as a domain member
On Mon, 5 Feb 2018 17:51:17 +0600 Рустам Кульназаров <rkulnazarov at gmail.com> wrote: > [global] > > netbios name = bh1 > workgroup = COMPANY > realm = COMPANY.LOCAL > server string = host1 > security = ads > passdb backend = tdbsam > load printers = yes > log file = /var/log/samba/log.%m > max log size = 1000 > log le...
2009 May 01
0
need help - small code
Hi R-users,   I would like to transform my data using gamma, my data are ahll, bhall and dp1 as shown below:   > ahall      ah1  ah2  ah3  ah4  ah5  ah6  ah7  ah8  ah9 ah10 ah11 ah12 [1,] 0.9 1.01 1.24 1.85 1.85 2.45 3.67 3.02 3.06 2.33 1.86 0.96   > bhall        bh1   bh2   bh3   bh4  bh5   bh6   bh7   bh8   bh9  bh1bh1bh12 [1,] 48.39 44.26 37.34 29.93 33.5 26.54 20.26 25.73 20.14 31.57 27.38 50.32   > dp1          d1    d2    d3    d4    d5    d6    d7    d8    d9   d10   d11   d12  [1,]  49.7 141.6 119.7  27.2  56.0  58.1  59.2  22.8  28.0  69.9   5...
2007 Feb 23
0
how to commit a directory entry to the disk
...ion EXT3 FS----linux 2.6.18 ----/ext3/inode.c static int ext33_do_update_inode(handle_t *handle, struct inode *inode, struct ext33_iloc *iloc) { --------------- raw inode updation------------------ dentry=list_entry(inode->i_dentry.next,struct dentry,d_alias); bh1=ext33_find_entry(dentry,&de1); ---please tell me how to commit the de1 to the disk data structures after this point---------- } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20070223/6f001439/attach...
2007 Feb 24
0
how to commit a directory entry to the disk in EXT3 FS
...tion EXT3 FS----linux 2.6.18 ----fs/ext3/inode.c static int ext3_do_update_inode(handle_t *handle, struct inode *inode, struct ext3_iloc *iloc) { --------------- raw inode updation------------------ dentry=list_entry(inode->identry.next,struct dentry,d_alias); bh1=ext3_find_entry(dentry,&de1); -----please tell me how to commit the de1 to the disk data structures after this point---------- } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ext3-users/attachments/20070224/5a4fb726/attac...
2009 Jun 04
2
[PATCH 0/2] OCFS2 lockdep support
Hi, here comes the next version of OCFS2 lockdep support. I've dropped patches with fixes from the series since they were already merged. As Joel suggested, I've simplified the main patch a bit so that we don't have ifdefs around lock declarations and there are also a few other minor improvements. Honza
2018 Feb 05
5
Using Samba 4.7.4 as a domain member
Hi! I've installed samba 4.7.4 with options. All works fine except winbind. The command getent and id don't return ad users. What's the problem? ./configure --prefix=/opt/samba --libdir=/lib64 --with-piddir=/run/samba --with-pammodulesdir=/lib64/security --enable-fhs --without-ad-dc --enable-selftest
2005 Jan 23
1
Your message to seminar has been rejected
...qaYHI6ahGmD poCBmrNpj6ZIb5phaWSmfQeaZ2lr2ProzxMDANp7TT5kJkirAP4SS9hZ+1M6 ALPPUEkNklXcAJemVq8Cp/UjAIiT9lA2zvPFAKz68LYLU6gUAKFnq2cfOq7y AIUOrYF0H7kQAP4rumNAdr/2ANpCvIV9KyTnABcfJ5SpQiIBBzN2IXKm7CD+ LEOBjQCSHoQYCCqHawCvg9/JBbfcugC76tkvId7aXAAY76D2ktujhQAshqYQ trKlYwARW72B+2++8gBFMrtn3wa4FABKBxuYwDMY6wB+bh1+5FoeDQBD80av 6cdF3ABXmkBJza5DOgA8v1ertotU2AAI1lFNkuJSPgA1i8pcX7/JLwDh4sy6 e9bPyQDu12xFZONvNgDavmqjQIpp0FXnGIByTRcyAfNKADeUaX4058AOAJI7 SjqRSPRnAJTdblOXrsm6AI9MI46MP53TAImqB+eK2ZLmAClVGNIqJqaPAC+z PLsswJsSAHRiMSZ3EY97AHKEFU9x9+ReAGVmbmpmFdA3FWOASkig8+1q+JEA h1774jkD/ncAozf9BDY2XogAvAJd+wJfWG4AmGtbHT...
2009 Feb 26
1
[PATCH 0/7] OCFS2 locking fixes and lockdep annotations
Hi, the first four patches in this series fix locking problems in OCFS2 quota code (three of them can lead to potential deadlocks). The fifth patch reorders ip_alloc_sem for directories to be acquired before localalloc locks. Mark would you please merge these? The last two patches implement lockdep annotations for OCFS2 cluster locks. We annotate all the cluster locks except for special ones
2009 Jun 02
10
[PATCH 0/7] [RESEND] Fix some deadlocks in quota code and implement lockdep for cluster locks
Hi, I'm resending this patch series. It's rediffed against linux-next branch of Joel's git tree. The first four patches are obvious fixes of deadlocks in quota code and should go in as soon as possible. The other three patches implement lockdep support for OCFS2 cluster locks. So you can have a look whether the code make sence to you and possibly merge them. They should be NOP when
2012 Dec 18
1
pscore.dist problem when running optmatch
Hello My optmatch package is loaded and otherwise running fine. I get an error after lcds successfully completes logistic regression and I'm trying to obtain a propensity score: > pdist <- pscore.dist(lcds) Error: could not find function "pscore.dist" I searched the help files, other online sources, could find no answer for this. Any advice would be greatly appreciated!
2012 Dec 20
3
Optmatch Package Question
Hello , My optmatch package is loaded on R and otherwise running fine. I get an error after lcds successfully completes a logistic regression and I then try to obtain a propensity score: pdist <- pscore.dist(lcds) Error: could not find function "pscore.dist" Does anyone know if pscore.dist is part of the optmatch package, or is it contained in another package that I need to