search for: kode

Displaying 20 results from an estimated 26 matches for "kode".

Did you mean: code
2009 Feb 13
2
extracting parts of words or extraxting letter to use in ifelse-func.
...n',1,0) And b2$UGT <- ifelse(b2$status=='UGT',1,0) b2$KOM <- ifelse(b2$status=='KOM',1,0) But, as one from this forum told me, it doesn't work because the words is in a wrong format or something like that. I have attached the text-file i've used, and the R-kode. Hope anyone can help me? text-file; http://www.nabble.com/file/p21993098/allesd%2528uden%2Bf%25C3%25B8r%2529060209.txt allesd%28uden+f%C3%B8r%29060209.txt R-kode (just run from line 1-22) ; http://www.nabble.com/file/p21993098/PRRS%2B%2528med%2Ballle%2BSD%2529.r PRRS+%28med+allle+SD%29.r -...
2005 Nov 17
2
Building S4-classes, documents
Hello, I have some troubles when building S4-class packages. All my (S4-)code works well (without building a package). When building a package, in the R prompt after checking S3 generic/method consistency Following error occurs: Fehler: Kann R Kode in Packet 'AddNoise' nicht laden (~Error: Can not load R code from package 'AddNoise') (and there are some warnings after the error) So, I really need some reading material. Does anybody know some good documents about building S4-class packages beside "Writing R-Extensions&qu...
2004 Sep 21
2
(no subject)
...g on. now.. my network bypass redirect to squid server. my config file follow document on Shorewall_Squid_Usage.html (Squid (transparent) Running in the DMZ) any idea? this config always conflix with proxyarp? ============================================= Netkuis Instan untuk wilayah Bandung (kode area 022) - SD,SMP,SMA Berhadiah total puluhan juta rupiah... periode I dimulai 1 April 2004 =============================================
2017 Aug 25
0
dovecot: config: Error: BUG: Config client connection sent too much data
&gt; On August 25, 2017 at 9:11 AM Tony <tony at kode.email> wrote: &gt; &gt; &gt; Hello, &gt; &gt; Today I started noticing a very odd Dovecot error in the mail logs &gt; across 2 replicated Dovecot hosts via dsync. I have searched the Dovecot &gt; archives, Google, back tracked, downgraded Dovecot to earlier version...
2004 Sep 03
18
Public IP
...2.168.0.1] < ------ > [192.168.0.2 and 202.123.123.3] < ------ > [202.123.123.4] this configuration will use IP 202.123.123.2 on internet how to config my network to use IP 202.123.123.4 on internet ============================================= Netkuis Instan untuk wilayah Bandung (kode area 022) - SD,SMP,SMA Berhadiah total puluhan juta rupiah... periode I dimulai 1 April 2004 =============================================
2017 Aug 25
2
dovecot: config: Error: BUG: Config client connection sent too much data
Hello, Today I started noticing a very odd Dovecot error in the mail logs across 2 replicated Dovecot hosts via dsync. I have searched the Dovecot archives, Google, back tracked, downgraded Dovecot to earlier versions from earlier this year and ruled everything out I could think of to no avail. There really are not any helpful reports with what I am specifically seeing. The strange thing is only
2009 Feb 13
0
Odp: Odp: extracting parts of words or extraxting letter to use in ifelse-func.
...- ifelse(b2$status=='KOM',1,0) > >> > >> But, as one from this forum told me, it doesn't work because the words > > is in > >> a wrong format or something like that. > >> > >> I have attached the text-file i've used, and the R-kode. > >> > >> Hope anyone can help me? > >> > >> text-file; > >> > > http://www.nabble.com/file/p21993098/allesd%2528uden%2Bf%25C3%25B8r%2529060209.txt > > > >> allesd%28uden+f%C3%B8r%29060209.txt > >> > >>...
2005 Jun 20
1
(no subject)
...12 13 14 15 (10),c(11,10),(12),c(13,12),c(14,12),c(15,14,12)) # # simulate the visits # visit <- rbinom(nobs,1,0.7) eib <- visit # # simulate a positive test at a given visit # eib <- ifelse(runif(nobs) > 0.7,visit,0) # # create the codes # viskode <- matrix(visit,ncol=4) %*% c(1,2,4,8) eibkode <- matrix(eib,ncol=4) %*% c(1,2,4,8) # # this is the brute force method, slow, of computing the Results according to # the 2 definitions above. Add 16 to the test kode to signify YoYos, Exactly # 16 will be the negatives # eibnoyoyo &lt...
2009 Aug 16
2
Samba PDC + OpenLDAP (Debian Lenny)
...5 #pam password change = no # method 1: #unix password sync = no #ldap passwd sync = yes # method 2: unix password sync = No ldap passwd sync = Yes passwd program = /usr/sbin/smbldap-passwd -u "%u" passwd chat = "Skift kode: *\n Ny kode*" %n\n "*Gentag ny kode*" %n\n" # Log # log level = 1 syslog = 1 log file = /var/log/samba/samba_my-domain.log max log size = 100000 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 mangling method = hash2...
2017 Aug 25
2
dovecot: config: Error: BUG: Config client connection sent too much data
...lean plugin setting is treated as "yes", even if it's written as explicit "no". This change will now warn that it most likely won't work as intended. Thank You, Tony On 8/25/17 2:39 AM, Aki Tuomi wrote: > > &gt; On August 25, 2017 at 9:11 AM Tony <tony at kode.email> wrote: > &gt; > &gt; > &gt; Hello, > &gt; > &gt; Today I started noticing a very odd Dovecot error in the mail logs > &gt; across 2 replicated Dovecot hosts via dsync. I have searched the Dovecot > &gt; archives, Google, back tracked, do...
2004 Sep 11
5
Bridge Interface without an IP Address?
We are using Shorewall 2.0.8 with SuSE 9.1 and have built a bridging firewall primarily to defend against syn flood and smurf DoS attacks. We are a small ISP using Cisco routers for a total of 5-6 subnets. Since bridges are based on use of MAC addresses, if we could use one bridging firewall system instead of 5-6 ... is this possible? practical? (Other than introducing a single point of failure
2004 Feb 29
1
digamma with negative arguments (PR#6626)
Full_Name: Chanseok Park Version: 1.8.1 OS: linux-gnu Submission from: (NULL) (130.127.112.183) digamma with any negative value does not give a right answer. It gives -1.797693e+308 for any negative arguments. For example, digamma(-1.1) gives -1.797693e+308. The right answer should be 10.15416 This bug can be easily fixed by using the following digamma identity. digamma(x) = digamma(1-x) -
2008 Feb 26
0
Video plugin and child windows
Hello! I'm doing GStreamer sink that uses video plugin, but the embeded XOverlay windows stay black (Totem). Sink created windows work fine. This could be the same issue with KMplayer etc. Has it been fixed? -- Suck my KOdE!
2017 Aug 26
0
dovecot: config: Error: BUG: Config client connection sent too much data
...as "yes", even if it's > written as explicit "no". This change will now warn that it most likely > won't work as intended. > > Thank You, > Tony > > On 8/25/17 2:39 AM, Aki Tuomi wrote: >> &gt; On August 25, 2017 at 9:11 AM Tony <tony at kode.email> wrote: >> &gt; >> &gt; >> &gt; Hello, >> &gt; >> &gt; Today I started noticing a very odd Dovecot error in the mail logs >> &gt; across 2 replicated Dovecot hosts via dsync. I have searched the Dovecot >> &gt; archiv...
2006 Jan 17
2
Wine and java problem revisited
Just thought I'd remind you about my problem ;o) Has anyone got a clue about what I need to do to solve the wine/java problem below? - Anders Anders R?nningen wrote: > Dan Kegel wrote: > >> anders.ronningen@tandberg.net wrote: >> >>> I am using wine to compile code for Texas Instruments dsp's. One step >>> in the process is generating code from
2010 Feb 15
4
density estimates for fixed points
Problem: Based on a n x 2 data matrix i want a kernel estimate of the bivariate density. However, i also wish to specify wich points the density should be calculated at. I can offcourse just write the full kernel density estimate as a R-code, but surely there must already exist some package for this operation? The package density(), seems to create a new matrix (depending on n), where the
2004 Sep 21
1
squid on DMZ using proxyarp
...out ip route flush cache fi root@gdln:/etc/shorewall# cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 202 www.out ============================================= Netkuis Instan untuk wilayah Bandung (kode area 022) - SD,SMP,SMA Berhadiah total puluhan juta rupiah... periode I dimulai 1 April 2004 =============================================
2017 Sep 25
0
Dovecot and Self-signed issue
It does look like a client issue. Do you also have some kind of AV running? There are some AV software that can sometimes interfere with mail sessions. See if you might be running into a similar situation: https://support.mozilla.org/en-US/questions/1066126 Cheers, -- TC On 9/25/17 1:27 PM, Michael A. Peters wrote: > I use dovecot on several servers. One of them uses a self-signed cert, >
2018 Jul 31
1
Welcome plugin - user and domain vars?
Hi List, I have multiple mail domains and depending on the domain name was looking for a way to pass the user and domain into a welcome.sh script. I looked at the quota script and saw of the 3 vars one of them is for the user. BOUNDARY="$1" USER="$2" MSG="" For the username - could we still reference USER="$2" in order to pass the username in the
2018 Jan 03
0
Updated Dovecot 2.3.0 now getting 2 strange log errors
On 2018-01-02 16:37, tony wrote: > On 2018-01-01 17:26, Peter wrote: >> On 02/01/18 14:07, Stephan Bosch wrote: >>>> I can see 21:21:38 is when the below errors showed up with the above >>>> 21:21:38 timestamps: >>>> >>>> Dec 29 21:21:38 >>>> lmtp(recipient at domain.net)<17187><UA2fMEQiR1ojQwAAUXb6+w>: Error: