search for: nachnam

Displaying 3 results from an estimated 3 matches for "nachnam".

Did you mean: nachname
2003 May 11
1
simulating data
...o about the 1000.000 border , but i need bigger test data. Ok is approriate buy more RAM, but is there a possibilty simulate a lot of single rows, one after another and between this 2 steps -> Add th row to database and delete them for memory-recover from R ? Many thanks,Christian In example: Nachname <- round(runif(2000000,1,1000000000)) Vorname <- round(runif(2000000,1,1000000000)) PLZ <- round(runif(2000000,10000,14000)) VermittlungskriteriumA <- round(runif(2000000,1,2)) VermittlungskriteriumB <- round(runif(200000,1,5)) klient0 <- cbind(Nachname,Vorn...
2010 Dec 20
4
problem connecting DFS-share with winXP - successful with Vista & 7
...p_and_X_spnego(1210) NativeOS=[] NativeLanMan=[] PrimaryDomain=[] [2010/12/20 09:12:29, 3] smbd/sesssetup.c:reply_spnego_negotiate(802) reply_spnego_negotiate: Got secblob of size 6566 [2010/12/20 09:12:29, 3] libads/authdata.c:decode_pac_data(301) Found account name from PAC: USERACC [Nachname, Vorname] [2010/12/20 09:12:29, 3] smbd/sesssetup.c:reply_spnego_kerberos(356) Ticket name is [USERACC at DOMAIN.LOCAL] The difference i see, is that on windows XP the system don't take the username of connecting account, although it is grabbed in start of session-log. [2010/12/2...
2006 Mar 08
6
Difficulty with params hash and submit_to_remote
Hi, Is there any trick to initializing the params hash via submit_to_remote()? I have a form with two submit methods - the regular, non-AJAX method, and the AJAX method. The regular method works like a champ. The submit_to_remote invokes the correct controller, but the params hash is empty except for the values for :action and :controller. I''d show my code, but it''s on