search for: 10909

Displaying 17 results from an estimated 17 matches for "10909".

Did you mean: 0909
2008 Feb 20
1
insert() function
Hello, I am trying to insert a certain number of points into a certain position of a vector with this code: x <- seq(1:10909) x1 <- c(13112-10909) spect1 <- rnorm(13112) interpol <- approx(x,spect1,xout=c(seq(from=1, by=((10909 - 1)/(x1 - 1)), length.out=x1))) pos <- round(interpol$x,0) intensities <- interpol$y spect2 <- insert(spect1,ats=pos,values=intensities) "interpol" object is the re...
2008 Feb 19
1
Interpolation between 2 vectors
Hello, I have two vectors, one with 13112 points and the other one with 10909. I wonder if there is a way to interpolate the data so the shorter vectors has the same number of points as the longer one. Best, Dani -- Daniel Valverde Saub? Grup de Biologia Molecular de Llevats Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona Edifici V, Campus UAB 08193 Cerd...
2015 Feb 21
0
Winbind backend : rid is too much underappreciated
...nd there's documentation about it in the Wiki, too. For setting up RFC2307 in your AD and how member servers have to be configured (incl. smb.conf example). > Having to manually edit uids/gids in UNIX Attributes under > RSAT does really suck! https://bugzilla.samba.org/show_bug.cgi?id=10909 My patch is already in master and currently in autobuild for 4.2. It will allow you to create RFC2307 enabled accounts via samba-tool. > The Administrator account is never correctly mapped and setting > permissions on the member server becomes a PITA. What do you mean with "admin is...
2012 Aug 20
1
Is it possible to save only some messages compressed to mdbox? (2.1.6)
...es as compressed (via zlib plugin) and it doesn't seem to work. Here's a log line (I'm logging to stderr): d k 1345467448.705591500 1345467448.705596500 1345467448.974808500 1650 <XXXXXXXXXXXXXXXXXXXXXXXXXX at YYY.ruhr-uni-bochum.de> local.jost.krieger+hirn at ruhr-uni-bochum.de 10909 80 Extra: -o plugin/zlib_save_level=9 -o plugin/zlib_save=bz2 lda(kriegjcb): Info: msgid=<20120820125728.58CC9172B6C at c2-4-7.noc.ruhr-uni-bochum.de>: saved mail to Hirn-2012-08 did 0+0+1 This probably doesn't make much sense to anyone except the last line but 1. It is a somewhat compli...
1997 Sep 15
0
R-alpha: set.seed(.) [was 'compatibility']
...rgument to set.seed() must be integer(1)") i <- ii if (i > 1024 || i < 1) { warning("set.seed(i) has i outside 1:1024; taking i %% 1024") i <- i %% 1024; if(i <= 0) i <- i+ 1024 } invisible(.Random.seed <<- as.integer(c((171*i)%%30269, 10909, 10111))) } Martin Maechler <maechler@stat.math.ethz.ch> <>< Seminar fuer Statistik, SOL G1 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1086 http://www.stat.math.ethz.ch/~maechler/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
2006 Mar 21
1
[homes] access failing when security=domain
...[tullettj] for user 'DWPUB+tullettj' at '/home/DWPUB/tullettj' which all look great, but then it says: [2006/03/21 20:05:29, 3] smbd/process.c:process_smb(1091) Transaction 3 of length 102 [2006/03/21 20:05:29, 3] smbd/process.c:switch_message(886) switch message SMBtconX (pid 10909) conn 0x0 [2006/03/21 20:05:29, 3] smbd/sec_ctx.c:set_sec_ctx(288) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0 [2006/03/21 20:05:29, 2] smbd/service.c:make_connection_snum(321) user 'DWPUB+tullettj' (from session setup) not permitted to access this share (tullettj) [2006/03/21 20:05:...
2006 Aug 18
3
Understanding MVC - view customization after using scaffolds
All, I have ordered AWDWR and am anxiously awaiting its arrival. In the meantime I still am playing with ROR using radrails. I have a few questions ... I create a table named customers with the following details: Field Type Null Key Default Extra id int(11) NO PRI auto_increment customer_name varchar(50) NO inbound_retention int(11) NO outbound_retention int(11) NO unix_admin_email
2001 Dec 07
2
Memory problem
Dear all, I have written a little R program to convert images. See below. Within the loop over j (the filenames) memory consumption grows constantly. rm( ... ) inside the loop did not help. Memory does not grow if I remove the writeBin statements between the two #-------- marks. But obviously this is not solution I want... Thanks for any advice. Manfred Baumstark P.S. As I'm new to R:
2023 Aug 24
4
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
On Thu, 24 Aug 2023, Jani Nikula wrote: > On Thu, 24 Aug 2023, Lee Jones <lee at kernel.org> wrote: > > This set is part of a larger effort attempting to clean-up W=1 > > kernel builds, which are currently overwhelmingly riddled with > > niggly little warnings. > > The next question is, how do we keep it W=1 clean going forward? My plan was to fix them all, then
2015 Feb 21
9
Winbind backend : rid is too much underappreciated
I just came to the conclusion that the rid backend has been very much underappreciated. Too much mental inertia about how things used to be made? After strugling for two days to configure a member server against a Samba Active Directory with the ad/RFC2307 backend, I turned to the rid backend and voil?! all my problems are gone. Having to manually edit uids/gids in UNIX Attributes under RSAT
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...t integer wrap with "smb2 max credits = 65535". * BUG 9810: Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z". * BUG 10112: Use -R linker flag on Solaris, not -rpath. o Marc Muehlfeld <mmuehlfeld at samba.org> * BUG 10909: samba-tool: Create NIS enabled users and unixHomeDirectory attribute. o Garming Sam <garming at catalyst.net.nz> * BUG 11022: Make Sharepoint search show user documents. o Christof Schmitt <cs at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...t integer wrap with "smb2 max credits = 65535". * BUG 9810: Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z". * BUG 10112: Use -R linker flag on Solaris, not -rpath. o Marc Muehlfeld <mmuehlfeld at samba.org> * BUG 10909: samba-tool: Create NIS enabled users and unixHomeDirectory attribute. o Garming Sam <garming at catalyst.net.nz> * BUG 11022: Make Sharepoint search show user documents. o Christof Schmitt <cs at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o...
2015 Mar 04
1
[Announce] Samba 4.2.0 Available for Download
...t integer wrap with "smb2 max credits = 65535". * BUG 9810: Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z". * BUG 10112: Use -R linker flag on Solaris, not -rpath. o Marc Muehlfeld <mmuehlfeld at samba.org> * BUG 10909: samba-tool: Create NIS enabled users and unixHomeDirectory attribute. o Garming Sam <garming at catalyst.net.nz> * BUG 11022: Make Sharepoint search show user documents. o Christof Schmitt <cs at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o...
2015 Mar 04
1
[Announce] Samba 4.2.0 Available for Download
...t integer wrap with "smb2 max credits = 65535". * BUG 9810: Make validate_ldb of String(Generalized-Time) accept millisecond format ".000Z". * BUG 10112: Use -R linker flag on Solaris, not -rpath. o Marc Muehlfeld <mmuehlfeld at samba.org> * BUG 10909: samba-tool: Create NIS enabled users and unixHomeDirectory attribute. o Garming Sam <garming at catalyst.net.nz> * BUG 11022: Make Sharepoint search show user documents. o Christof Schmitt <cs at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o...
2008 Dec 05
0
Wine release 1.1.10
...10511 crash istool on run help/search help/context help/index 10513 The I of the Dragon: Access violation 10589 speedfan 4.32 crashes when opened 10676 Sega rally 2 crashes on start 10708 Wine lacks support for animated cursors 10746 ADinstrument Chart crashes when opening a file 10909 Soul Reaver 2: raziel moves up and down very fast when swimming 10979 Descent FreeSpace Retail and Demo hang 11053 Tropico 2: blank screen 11200 hhctrl.ocx crash in stream_chr 11517 Microsoft Virtual Earth 3D beta fails to install 11541 NSIS calls not working on installer 11813 P...
2001 Oct 15
0
Errors Using rmdir
...MouseListener.class -rwxr--r-- 1084/40 4303 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/SortableTableModel.class -rwxr--r-- 1084/40 2152 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/PreferenceStore.class -rwxr--r-- 1084/40 14916 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/AlertManager.class -rwxr--r-- 1084/40 10909 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/SNMPMsgPackager.class -rwxr--r-- 1084/40 3155 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/DMVLogEvent.class -rwxr--r-- 1084/40 5125 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/ModalSupportHelpBroker.class -rwxr--r-- 1084/40 861 Oct 11 11:36 2001 BLDTMP/devmgr/dmv/Mo...
2013 Feb 21
2
ggplot2, geomtile fill assignment
...-0.025 4 5394 1691 1691 0.3125 0.2625 -0.025 4 6456 1692 1692 0.3125 0.2875 -0.025 4 7350 1693 1693 0.3125 0.3125 -0.025 4 8024 1694 1694 0.3125 0.3375 -0.025 4 8295 1695 1695 0.3125 0.3625 -0.025 4 9272 1696 1696 0.3125 0.3875 -0.025 4 10909 1697 1697 0.3125 0.4125 -0.025 4 12414 1698 1698 0.3125 0.4375 -0.025 4 13020 1699 1699 0.3125 0.4625 -0.025 4 12254 1700 1700 0.3125 0.4875 -0.025 4 10750 1701 1701 0.3125 0.5125 -0.025 4 9691 1702 1702 0.3125 0.5375 -0.025 4 9420 1703 1703 0.3125...