Displaying 7 results from an estimated 7 matches for "oldid".
Did you mean:
oldin
2011 Sep 20
2
Converting ID Numbers to Unique ID Number
First off, let me apologize for the elementary question. I'm obviously a
novice.
Here's a stripped version of my problem.
March
foreign id = 1234, my id = 1
foreign id = 1235, my id = 2
foreign id = 1236, my id = 3
So we are adding new people for April, and things don't necessarily come in
order:
April
foreign id = 1236
foreign id = 5000
foreign id = 1234
foreign id = 1235
foreign
2006 Sep 26
1
extended ACLs and Samba
...ny subfolders. In this subfolder many user
have dedicated access rights to single files.
Sometimes a project member change and the new one should get the same
rights as the old one.
But here is my problem. With the following line i can easy change the
owner of files:
find /samba/project -user oldid -exec chown newid {} ";"
But i don't know how i can do this with users, they not owner of the
file, but they have in the extended ACL a user:john:rwx entry
How can i search the complete tree, find all files with a user entry and
change this from oldid to new id?
I tried somthing...
2013 Jan 18
2
A smart way to use "$" in data frame
...owing gives me the balance of state AR:
dataa$newbalance[data$newstate == 'AR']
1170
2700
Now, I have another different data frame datab, it is very similar to data, except that the name of the columns are different, and the order of the columns are different:
oldstate olddate oldbalance oldid oldaccounts
1 AR 31DEC2012 1234 7 40
2 WA 31DEC2012 2222 3 30
3 VA 31DEC2012 2345 5 23
3 AR 31DEC2012 5673 5 23
datab$oldbalance[datab$oldstate== 'AR' ]
123...
2017 Jun 06
1
Test for the end of PostingIterator in perl?
Hi all. I want to iterate over all the documents in my database.
my $pi = $db->postlist_begin("");
while ("$pi" =~ qr/END/) {
my $oldid = $pi->get_docid;
$pi++;
#...
}
That used to work with Search::Xapian in perl version 1.2, but now with
xapian-bindings-1.4.4 it does not seem to. How are you supposed to tell
when you have reached the end of a postlist?
The above code now appears to segfault at get_docid, presuma...
2009 May 19
8
Ubuntu HVM installation is very slow
Hi Everyone,
I am trying my hands on xen under Solaris SXCE build 113. The machine has
the following configuration:
2 Quad Core Xeon CPUs
16 GB RAM
Solaris SXCE b113
4 disks - 2 mirrors x 2 stripes under ZFS
The problem is that xen HVM is very slow. I am using the following command
to create an Ubuntu 9.0.4 test vm.
virt-install -n test1 -r 2048 --vcpus=2 -f /vdatapool/data/test1.img -s 50
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...) {
+ case 'selectorsAPI':
+ // querySelectorAll queries document-wide, then filters to descendants
+ // of the context element. That's not what we want.
+ // Add an explicit context to the selector if necessary.
+ if (root !== document) {
+ var oldId = root.id, id = $(root).identify();
+ e = "#" + id + " " + e;
+ }
+
+ results = $A(root.querySelectorAll(e)).map(Element.extend);
+ root.id = oldId;
+
+ return results;
+ case 'xpath':
+ return document._getElementsByXPath...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server