search for: severel

Displaying 19 results from an estimated 19 matches for "severel".

Did you mean: several
2008 May 21
3
Converting a 'difftime' to integer - How to???
...substract the date 1. January from the data to achive this. Something like: > d <- as.Date("2006-03-13") - as.Date("2006-01-01") +1 > d Time difference of 72 days So far so good. But d is a 'difftime' object. How do I get an Integer value from that? I tried severel things, incuding the following: > dd <- as(d,"numeric") Error in .classEnv(thisClass) : unable to find an environment containing class "difftime" Sugestions appriciated... :-) Martin at Hvidberg.net
2009 Jun 05
5
Warcraft 3 ubuntu 9.04 wine 1.1.20 crash
Hi all, find severel topics but no solution. Play Warcraft 3 on the network. ~15 min after the Dota match start Warcraft 3 crashs with following error. Code: root at tbitch:/media/Volume/Warcraft III# wine Frozen\ Throne.exe -opengl err:ole:CoCreateInstance apartment not initialised fixme:advapi:SetSecurityInfo stu...
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use it for my Btech project...Kindly help me in dis regard...My exact query is: 1)Wat project topic to choose 2)How to learn dis technology n implement it in my project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Feb 10
1
Asterisk 1.2.x + oh323 on Debian Sarge.
Hello, is anybody there who successfully compiled Asterisk 1.2.4 with oh323 on Debian Sarge? I tried severel versions of oh323 and pwlib and there is no results... only errors. -- Jarek
2016 Oct 13
3
Bug 6870 resurfaced in Samba 4.2.10
According to this bugzilla entry, bug 6870 has been fixed as of at least version 3.5: https://bugzilla.samba.org/show_bug.cgi?id=6870 However, I assert that it is present in 4.2.10, which ships with Debian Jessie. On my home network (IPv4 and IPv6), a box with Samba 4.2.10 with IPv6 disabled (via sysctl), will fail to contact a DC because the IPv6 connect fails immediately before the v4
1999 Nov 19
0
How can I add a NT PDC to WINS tables?
Hi I am trying to use wins-support in samba-2.0.6 as a WINS-server for severel subnets. On one subnet there is an NT-PDC server, serving its own domain. I cannot understand why, but it does not register itself as a PDC (type #1c). The domain is called SI, and the PDC is SI_NTSURF. This is all I get in wins.dat on this server: "IS~SI_NTSURF#00" 943540525 192.38...
2004 May 05
0
MARK & RETURN at once ?
...quot; like this : iptables -A FORWARD -t mangle -s x.x.x.x/24 -j MARK --set-mark 1 -j RETURN iptables -A FORWARD -t mangle -s y.y.y.y/24 -j MARK --set-mark 1 -j RETURN ................................ iptables -A FORWARD -t mangle -s z.z.z.z/24 -j MARK --set-mark 1 -j RETURN ''cause there severel hundred of them .... and the further proceesing is unnececary once marked.. tia _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Oct 24
1
Zicounts package
Dear R users, I have been using the zicounts package (verson 1.1.4) in R (version 2.4.1). I have been fitting zero inflated Poisson regressions to model the number of trips made by a household. Whilst I can get the best fit parameter set from zicounts, I can't get the package to return the fitted values for the model. I have attempted to calculate the fitted values from the optimal
2016 Oct 14
0
Bug 6870 resurfaced in Samba 4.2.10
Hai, Did you check if ifconfig still shows ipv6 adresses. ( even ::1 ) Can you check that. I have several with ipv6 on and severel only ipv4. As of 4.1.17+ i didnt see this happing here. Now on 4.4.5 I think you have forgotten something. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rebecca Gellman > via samba > Verzonden: donderdag 13 oktober...
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
...actively worked on) if sent to samba-technical ? Regards Rebecca Gellman On 2016-10-14 07:40, L.P.H. van Belle via samba wrote: > Hai, > > Did you check if ifconfig still shows ipv6 adresses. ( even ::1 ) > > Can you check that. > > I have several with ipv6 on and severel only ipv4. > As of 4.1.17+ i didnt see this happing here. Now on 4.4.5 > I think you have forgotten something. > > Greetz, > > Louis > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rebecca Gellman >>...
2012 Aug 29
2
[LLVMdev] How to write a regression test case?
hi,yang: sorry to trouble you another time,i used your example and it run well,but a problem came,it create severel temporary files i chaged the RUN: line but failed. i changed it like this,can you give me some suggestions? // RUN: clang %s -S -emit-llvm | llc -march=c | clang -S -emit-llvm | lli | FileCheck %s thanks, best wishes, changcheng On Wed, Aug 29, 2012 at 8:39 AM, Changcheng Wang <changcheng a...
2012 Aug 29
3
[LLVMdev] How to write a regression test case?
...m,all is ok! > > yours: > > changcheng > > On Wed, Aug 29, 2012 at 2:14 PM, Changcheng Wang > <changcheng at multicorewareinc.com> wrote: >> hi,yang: >> sorry to trouble you another time,i used your example and it run >> well,but a problem came,it create severel temporary files i chaged the >> RUN: line but failed. >> i changed it like this,can you give me some suggestions? >> >> // RUN: clang %s -S -emit-llvm | llc -march=c | clang -S -emit-llvm | >> lli | FileCheck %s >> >> thanks, >> best wishes, >>...
2012 Aug 29
0
[LLVMdev] How to write a regression test case?
...ove the temporary files? if i can remove them,all is ok! yours: changcheng On Wed, Aug 29, 2012 at 2:14 PM, Changcheng Wang <changcheng at multicorewareinc.com> wrote: > hi,yang: > sorry to trouble you another time,i used your example and it run > well,but a problem came,it create severel temporary files i chaged the > RUN: line but failed. > i changed it like this,can you give me some suggestions? > > // RUN: clang %s -S -emit-llvm | llc -march=c | clang -S -emit-llvm | > lli | FileCheck %s > > thanks, > best wishes, > > changcheng > > > On We...
2012 Aug 29
0
[LLVMdev] How to write a regression test case?
...t;> >> changcheng >> >> On Wed, Aug 29, 2012 at 2:14 PM, Changcheng Wang >> <changcheng at multicorewareinc.com> wrote: >>> hi,yang: >>> sorry to trouble you another time,i used your example and it run >>> well,but a problem came,it create severel temporary files i chaged the >>> RUN: line but failed. >>> i changed it like this,can you give me some suggestions? >>> >>> // RUN: clang %s -S -emit-llvm | llc -march=c | clang -S -emit-llvm | >>> lli | FileCheck %s >>> >>> thanks, &gt...
2016 Oct 17
0
Bug 6870 resurfaced in Samba 4.2.10
...> > Rebecca Gellman > > On 2016-10-14 07:40, L.P.H. van Belle via samba wrote: > > > Hai, > > > > Did you check if ifconfig still shows ipv6 adresses. ( even ::1 ) > > > > Can you check that. > > > > I have several with ipv6 on and severel only ipv4. > > As of 4.1.17+ i didnt see this happing here. Now on 4.4.5 > > I think you have forgotten something. > > > > Greetz, > > > > Louis > > > >> -----Oorspronkelijk bericht----- > >> Van: samba [mailto:samba-bounces at list...
2012 Aug 31
2
[LLVMdev] How to write a regression test case?
...ng >>> >>> On Wed, Aug 29, 2012 at 2:14 PM, Changcheng Wang >>> <changcheng at multicorewareinc.com> wrote: >>>> hi,yang: >>>> sorry to trouble you another time,i used your example and it run >>>> well,but a problem came,it create severel temporary files i chaged the >>>> RUN: line but failed. >>>> i changed it like this,can you give me some suggestions? >>>> >>>> // RUN: clang %s -S -emit-llvm | llc -march=c | clang -S -emit-llvm | >>>> lli | FileCheck %s >>>>...
2012 Aug 29
0
[LLVMdev] How to write a regression test case?
hi,yang: i had realized the test. thanks for your help! yours, changcheng On Tue, Aug 28, 2012 at 8:58 PM, Triple Yang <triple.yang at gmail.com> wrote: > That example is a standalone one which means you can run it without > extra modification. > Feel free to try it. > > 2012/8/28 Changcheng Wang <changcheng at multicorewareinc.com>: >> hi,yang: >> sorry to
1999 Nov 21
3
SAMBA digest 2314
...ct: How can I add a NT PDC to WINS tables? > Message-ID: <Pine.GSO.4.10.9911191533280.1766-100000@grisling.vision.auc.dk> > MIME-Version: 1.0 > Content-Type: TEXT/PLAIN; charset=US-ASCII > > Hi > > I am trying to use wins-support in samba-2.0.6 as a WINS-server for > severel subnets. On one subnet there is an NT-PDC server, serving its own > domain. I cannot understand why, but it does not register itself as a PDC > (type #1c). The domain is called SI, and the PDC is SI_NTSURF. > > This is all I get in wins.dat on this server: > > "IS~SI_NT...
2012 Aug 22
7
[LLVMdev] How to write a regression test case?
the example is more like what i need,it is so nice. but,i am indefinite if "RUN: FileCheck < %t.s %s" can pass,i understand that t.s was translate from t.ll,%s means read the local source,are they the same? On Wed, Aug 22, 2012 at 1:55 PM, Triple Yang <triple.yang at gmail.com> wrote: > I did an experiment just now with a test case like: > // RUN: clang %s -S -emit-llvm