search for: coud

Displaying 20 results from an estimated 64 matches for "coud".

Did you mean: cloud
2008 Jan 28
2
basic spatial query
Hello; Please coud you advise me of a simple way to select points (x,y coordinates) that fall within a polygon. I've got a set of polygons, each one defined by an arbitrary number of points, and several points inside each polygon. I know this is simple with a GIS, but I'd rather do it inside R. Thanks and bes...
2009 Aug 01
2
jasperreport and rails
Hi everybody, I have a rails application and a report designed by iReport. I want to combine rails and jasper to obtain a pdf document.. Sincerly, i followed the tutorial in http://wiki.rubyonrails.org/rails/pages/HowtoIntegrateJasperReports and i haven''t obtain a result because i coud''nt understand where i put these codes.. I knocked in this door and i hope to obtain your help.. thanks a lot :)
2018 Aug 28
2
ldbsearch performance and tuning...
I'm still on samba4.5, sorry me. I've done some (bash) scripting around ldbsearch, but i've found some performance and 'lock' trouble. a) query seems 'slow'. If i user paged result (--paged) coud achive better performance? It is a 'network' optimization only, right? eg: ldbsearch --paged -H /var/lib/samba/private/sam.ldb ... is totally unuseful, right? b) in a domain member (so, network queries) i've found some 'ldbsearch' processes stalled. I was forced to kill...
2004 Oct 06
4
Re: What is the reccomended minimum rate for leaf htb classfor accurate operation?
Zviad O. Giorgadze wrote: > My ISP provides guarantied 115kbit bandwidth for GLOBAL TRAFFIC. During the low load period (early morning, evening, night) customers can get up to 1mbit traffic. That''s download traffic we''re talking about, since you seem to be shaping on your local LAN interface? Variable rate ISPs are tough to shape right, I guess... Does this 115kbit vs.
2004 Sep 21
1
[LLVMdev] Re:Re:Is there any way to modify basic block like adding junk code
Thanks Chris. I did inserting function into code before using the way you mentioned, such as call a external function. But coud I insert some assemble instructions into *.bc ? what I want to do is to implement polymorphic engine like ADM. It can change the binary code which looks like different but the functionality is exactly same. The simple way to do it is to add some junk code like NOP( 0x90) or dead code. But it is ea...
2002 Jul 18
2
file refresh on windows 98 client
...ecreate the file with the following instructions: rm /shdir/prova3/silvana.txt echo BBBBBBBBBB > shdir/prova3/silvana.txt 3) I try to see the file on a Windows98 client but I see the old versione of the file: I see AAAAAAAAA. On windows95 client I see the new version of the content BBBBBBBBBB Coud you contact me via e-mail? Configuration and versione in the att. files. Thanks in advance. Silvana Bortolin -------------- next part -------------- # Samba config file created using SWAT # from pc95_55 (192.0.0.155) # Date: 2001/07/20 15:18:48 # Global parameters [global] workgroup = PROVA ne...
2006 Mar 27
1
Missing Argument in optim()
Hello everybody, i already searched the archieves, but i still don't know what is wrong in my implementation, mybe anybody coud give me some advice ll1<-function(rho,theta,beta1,beta2,beta3,beta4,t,Szenariosw5,Testfaellew5,X1,X2) { n<-length(t) t<-cumsum(t) tn<-t[length(t)] Szenn<-Szenariosw5[length(Szenariosw5)] Testn<-Testfaellew5[length(Testfaellew5)] X1n<-X1[le...
2009 Dec 10
1
Dovecot Sieve some rules not working
...o move the Folder "Computer &- Security" and changed the fileinto destinations accordingly. The folder "Junk E-mail" was not moved but the rule that worked before is not working anymore. I have no clue why only part of the rules work and where I could check what the problem coud be. Thanks for any help/hints Cheers tobi
2006 May 08
1
[nativecode=Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)]
...var/lib/mysql/mysql.sock' (111)] ** mysql://user:pass@localhost/asteriskamp Try running ./install_amp --username=user --password=pass (using your own user and pass) [FATAL] Cannot connect to database I tried with ./install_amp --username=user --password=pass, but the same error persist Coud some one help me Thunks, --------------------------------- Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services pr?f?r?s : v?rifiez vos nouveaux mails, lancez vos recherches et suivez l'actualit? en temps r?el. Cliquez ici. -------------- next part...
2004 Sep 20
1
[LLVMdev] Is there any way to modify basic block like adding junk code or ...
...junk code or mess up the order of a bunch of codes(in same basic block) which is no dependency? I saw some options like -dce -deadargelim for 'opt' , but what I want is to reverse to do it. I mean adding some dead code or junk code. Actually what I want is to implement a ploymorphic engine. Coud I do those by using llvm? Thanks. Qiuyu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040920/2364050d/attachment.html>
2009 May 21
2
compile error with patched dovecot-1.2.rc4
Hi, I just downloaded the dovecot-1.2.rc4.tar.gz to do some tests. I coud compile it and generate the package with no trouble on my Slackware 12.2.0 Then as I wanted to try the patchs available at http://hg.dovecot.org/dovecot-1.2/# I downloaded them and applied at once. When I tried to compile once again I got this error: cmd-thread.o: In function `cmd_thread':...
2018 Mar 06
2
[RFC] llvm-mca: a static performance analysis tool
...I don't have a strong opinion on this. My major concern is that not all predicates can be easily rewritten/adapted to work with MCInst and MCschedModel. Predicates can potentially access information which is not normally reachable through the MCSchedModel interface. For example, predicate code coud use the TargetInstrInfo interface to obtain extra description for MachineInst objects. This is what happens for ARM targets, where the `PredicateProlog` casts the TargetInstrInfo object to a ARMBaseInstInfo, and predicated use the ARMBaseInstrInfo interface. Some predicates defined by the cortex-a9...
2006 Aug 04
0
[LLVMdev] Building llvm under cygwin
...GNU General Public License < http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by Mike Haertel and Paul Eggert. I've updated llvm and llvm-gcc4 ant trying to build it again after PR845 was resolved. According to Reid's letter this PR coud be the reason of my problem. When I'll have the results of llvm-gcc4 build I'll report. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060804/b443cd4c/attachment.html>
2006 Aug 04
1
[LLVMdev] Building llvm under cygwin
Hello Anton Thu, 3 Aug 2006 23:13:52 +0400 you wrote: > I won't be available for the next 10-12 hours if you'll need some more > files. Well. I have one idea. Could you please execute "sort --version" from your cygwin shell and let me know, whether it's GNU one (it should reply with the words "textutils") or windows-supplied one (it should just give you and
2018 Mar 06
0
[RFC] llvm-mca: a static performance analysis tool
...e a strong opinion on this. > My major concern is that not all predicates can be easily rewritten/adapted to work with MCInst and MCschedModel. > > Predicates can potentially access information which is not normally reachable through the MCSchedModel interface. For example, predicate code coud use the TargetInstrInfo interface to obtain extra description for MachineInst objects. This is what happens for ARM targets, where the `PredicateProlog` casts the TargetInstrInfo object to a ARMBaseInstInfo, and predicated use the ARMBaseInstrInfo interface. > Some predicates defined by the cort...
2006 Nov 19
2
New automake targets and Debian packages
...runk/packaging/debian/rules#L85 you will notice that the old "install-*" targets are used to distribute the files between the packages. Basically, whatever is in debian/nut-usb after running through "rules" will end up in the nut-usb-<version> package, etc. That means we coud potentially use the new unified "install" target, and move files out of debian/nut into debian/nut-{usb,snmp,dev,cgi} afterwards. However, if we do that, we are ignoring the information in Makefile.am about which subsystem a given file belongs to. If I read things correctly, the "--...
2018 Aug 29
2
ldbsearch performance and tuning...
...39;ve done some (bash) scripting around ldbsearch, but i've found some > > performance and 'lock' trouble. > Correct, Samba before 4.7 has very poor unindexed search performance, > due to a bug.  OK. > > a) query seems 'slow'. If i user paged result (--paged) coud achive > >  better performance? It is a 'network' optimization only, right? eg: > > ldbsearch --paged -H /var/lib/samba/private/sam.ldb ... > >  is totally unuseful, right? > Correct, this would just increase the load. But accessing LDAP data via network (eg, from a D...
2013 Jul 03
1
Samba 4 Rhedhat 6 And classicupgrade errors
...e_from_samba3 ??? raise ProvisioningError("Please remove duplicate sid entries before upgrade.") I create a link to all?files wich are in the same directory as the secret.tdb file. But this?didn't solve the problem. Please, could anyone help me. I have this error since one week and coud not figure it out. i?need help. MMe GUEI NOEE MELAINE BP 3108 DAKAR SENEGAL SERVICE INFORMATIQUE
2004 Jul 21
4
shaping passive ftp traffic
Hi, I have tried unsuccesfully to limit my ftp server send speed in linux. I have an ipcop linux firewall/router with 2 nics. 1 nic (eth1) is connected to a 3mbit/384Kbit cable connection and the other (eth0) a switch. Behind it i have a suse linux box and a windows box. On the suse box i run proftpd. I need to shape my passive ftp send speed to 34KBytes because if it is maxed out at 45K
2012 Aug 09
2
some mdbox mails get lost each day
...his mails in Outlook. After that I renamed the whole mdbox folder of this account on the server and sent one test mail to recreate the mailbox. After that her restored his mail in Outlook. This morning her contacted me and said that all mails are ok right now and no mails have been erased anymore. Coud this been a corrupted index? I also chekced the storage/-folder and see that all mails are still on disk. Now he asked me if there is any way to get all the lost messaged back? It would be okay for him, if all mails since June are sent again, as he can clean his mailbox afterwards. So does somebod...