search for: kepp

Displaying 7 results from an estimated 7 matches for "kepp".

Did you mean: keep
2004 Jun 01
3
2 passwords when loging from Windows 98 to samba PDC
...s desktop) Windows users can change their passwords from the workstation, but the desktop password is kept locally. If they change the passwords in one workstation and then login in another workstation, the passwords will be different. I would like to eliminate the need for second password and kepp only the first. Is it possible? If not, I would like to keep the desktop passwords at the samba server. Is that possible? Regards. Romildo
2010 May 03
8
Delete rows with duplicate field...
...other problem: i have a big dataframe where each row corresponds to one entry and each column is a field... for instance, i have the column ID and time and many more... Id like to get a dataframe where all IDs are just included once (some users with that ID might have several entries but Id like to kepp only one).. when i use unique I only get a list of the levels (or different IDs) could someone help me out and tell me how to get the dataframe with only one entry for each ID? -- View this message in context: http://r.789695.n4.nabble.com/Delete-rows-with-duplicate-field-tp2123939p2123939.html S...
2014 Apr 07
1
{CentOS} HDD Problem....
...going to give D.B.A.N one more try since I was able to format it from the smartctl command line....hopefully it will "clear" whaever is locked up. if not...then I'll move onto the other recommendations and advice given by you "experts"! LoL! Thanks for all your help.....will kepp you posted. EGO II
2017 Apr 27
4
-msave-args backend support for x86_64
ola, ive been looking at adding support for an -msave-args option for use on x86_64. the short explanation of it is that it makes x86_64 function prologues store their register arguments on the stack. the purpose of this is to make the arguments trivially accessible for things like stack traces with arguments. as per https://blogs.oracle.com/sherrym/entry/obtaining_function_arguments_on_amd64,
2010 Dec 07
5
LaTeX, MiKTeX, LyX: A Guide for the Perplexed
Hello Everyone,   Been learning R over the past several months. Read several books and have learned a great deal about data manipulation, statistical analysis, and graphics.   Now I want to learn how to make nice looking documents and about "literate programming." My understanding is that R users normally do this using LaTeX, MiKTeX, LyX, etc. in conjuction with Sweave. An alternative
2004 Jul 23
0
pdbedit: failed to add domain ... Already exists
Hi, I'm trying to configure Samba 3.0.5 (3.0.4 earlier) with OpenLDAP 2.1.30: This is what I get when I try to find out more about the user Administrator (who was added with the populate script): aresjr scripts # pdbedit -Lv ak failed to add domain dn= sambaDomainName=ARESJR,dc=smallworld,dc=no with: Already exists Adding domain info for ARESJR failed with NT_STATUS_UNSUCCESSFUL failed to
2020 Oct 31
2
strptime() keeps emitting warnings after establishing a handler with tryCatch()
Dear list members, I have come about a peculiar behavior in R (4.0.2) which I would describe as a bug. On macOS, where `strptime()` raises a warning for invalid timezone identifiers, the following code will continue to raise the original warning with every subsequent call to `strptime()`: ``` # attach a handler for warnings for this call only: tryCatch(strptime('2020-10-31 18:30', format