search for: thansk

Displaying 20 results from an estimated 114 matches for "thansk".

Did you mean: thanks
2006 Mar 10
3
installing rails 1.0 on Windows
I ran the gem installer and it seemed to work, but i believe i''m still using an older version. How can i tell what version I''m really using? Thansk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060310/435006b0/attachment.html
2011 Dec 10
3
Reboot problem with Apache
...uld not bind to address 0.0.0.0:80 no listening sockets available, shutting down I do: netstat -tulpn| grep :80 tcp 0 0 :::80 :::* LISTEN 1584/httpd killall -9 httpd And then Apache can start. But do you why thos problem in each reboot? I like to fix this problem. Thansks you. Ernesto
2007 Apr 23
6
Random Forest
...m trying to print out my confusion matrix after having created my random forest. I have put in this command: fit<-randomForest(MMS_ENABLED_HANDSET~.,data=dat,ntree=500,mtry=14, na.action=na.omit,confusion=TRUE) but I can't get it to give me the confusion matrix, anyone know how this works? Thansk! Ruben [[alternative HTML version deleted]]
2019 Jan 29
2
centos dfcp send hostname to microsoft dhcp/dns
Hallo, I try to configure my dhcp-client to send the hostname to a microsoft dns/dhcp server. It doesn t work. Nothing happens. A debian system works fine so it seems that the microsoft-side isn t the problem this time. I found some hints but nothing works. Thansk for hints. Ralf
2008 Mar 11
2
xen configuration variables
Hi Is there any link from where i can get complete information about the variables used in xen domu configuration in details like hvm, pae, acpi, apic, device_model etc and when to use which variable thansk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2004 Sep 02
2
Redirect to intranet webserver if not on maclist
...rowser is trying to process and then type in the webserver DNS name in the address bar to get to it. I want it so when an unknown mac address tries to access something, it redirects the web browser to my webserver which has an ip address of 10.10.10.1 and that way they know they need to register. Thansks.
2017 Mar 18
3
frozen bubble for C7
...ing for a frozen-bubble that works on C7. I've tried installing the one in the Nux C7 archive, and the installation dies with: Error: Package: frozen-bubble-2.2.1-0.10.beta1.el7.nux.x86_64 (nux-dextop) Requires: perl(Compress::Bzip2) Can't find perl(compress::bzip2) anywhere. thansk in advance! Fred -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- I can do all things through Christ who strengthens me. ------------------------------ Philippians 4:13 -------------------------------
2016 Dec 10
2
Has deleted user, why I can still get info of it
I del user 'u1': # userdel u1 But: # groups u1 u1 : g1 Is 'u1' delete? Thansk
2011 Apr 23
1
where is xen_restore_fl_direct_end,i can not find
1.if xen.4.0.tar and kernel/arch/xen is all code? thansk _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Dec 13
1
random effect in logistisk regression
Dear R-gurus, Where can I find a simple logistic regression model which can handle random effects as well among all the R-packages? With thansk in advance Fredrik Lundgren Norrk??ping, Sweden
2010 Aug 26
1
Importance of levels in a factor variable
...ls, what is the best approach to determine which of these levels is the most important to include in building the model, and which ones to discard. Assuming there is a way to do that, is it accurate to only include the important levels and discard the rest for that variable when building the model. Thansk, Saeed --- > sessionInfo() R version 2.10.1 (2009-12-14) x86_64-pc-linux-gnu 32 GB RAM
2004 Sep 22
2
SIP soft phones
...address book. I found kphone quite unstable, the address book is designed quite poor, and if you would like to transfer a call with the transfer button you cant access the address book. I already had a look at asterisk-wiki, but i though i might want to ask you guys to see what you are happy with. Thansk, Mario
2012 Nov 07
1
row index for max values of row groups
...need a code (small program) to calculate row index for max value (example below: df1$values) by groups (example below: df1$groups). df1 <- data.frame( groups = c(1,1,1,1,1,2,2,2,3,3,3,3), values = c(1,1,1,2,1,1,2,3,2,1,4,3) ) df1 expected results > 4 8 11 # row index of max values by group Thansk to all for help, OV [[alternative HTML version deleted]]
2006 Oct 03
1
line too long in editor... (textmate)
...n the string : here is the kind of string I am manipulating cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR (bookings.start_at <= ? AND bookings.end_at >= ? )", @selected_booking_date, @selected_booking_date, @selected_booking_date, @selected_booking_date] thansk fyh kad -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...
2018 Apr 03
1
Tune and optimize dispersed cluster
...I was right.... A calculation that usually takes about 48 hours (on a replicaited cluster), now took about 60 hours. There is alot of "small" reads/writes going on in these programs. Is there a way to tune, optimize a dispersed cluster to make it run better with small read/writes? Many thansk in advance! Best regards Marcus Peders?n -- ************************************************** * Marcus Peders?n * * System administrator * ************************************************** * Interbull Centre...
2008 Apr 28
3
[LLVMdev] ParamAttr Patch - Alignment fix
On Sunday 27 April 2008 01:33:31 Gordon Henriksen wrote: > On Apr 26, 2008, at 19:09, Anders Johnsen wrote: > > On Sunday 27 April 2008 00:48:00 Gordon Henriksen wrote: > >> On Apr 26, 2008, at 17:41, Anders Johnsen wrote: > >>> +void LLVMSetInstrParamAlignment(LLVMValueRef Instr, unsigned index, > >>> unsigned align) { > >>> + CallSite Call =
2008 Apr 28
0
[LLVMdev] ParamAttr Patch - Alignment fix
On Apr 28, 2008, at 11:07, Anders Johnsen wrote: > Should hopefully be the last one :) Looks great. Applied r50360: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080428/061696.html Thansk Anders! — Gordon
2020 Apr 20
2
How to optimize a large project in llvm pass?
...check out config.log /usr/bin/ld.gold: error: path/to/.../libmemsentry-rt.a : no archive symbol table (run ranlib) clang-10: error: linker command failed with exit code 1 (use -v to see invocation) What shuold I do? If this problem is solved, please tell me whether my method can achieve my goal? Thansk! - -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200420/c240d4c9/attachment.html>
2006 Aug 14
3
The questions when I install Xen on RHEL4!!! Plz help me!! Thanks...
...,the terminals are not enough,so how to deal with this problem? Third: Can one terminal only boot one virtual OS? Fourth: The virtual OS use the physical swap partition.If we have two virtual OS now,does these two OS share the physical swap partition or not? This is my last question! Thansk for all your helps. Plz reply soon!!! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2002 Nov 20
1
(fwd from david@interactiveinstitute.se) Bugs in rsync
...-- Forwarded message from David Jonsson <david@interactiveinstitute.se> ----- From: David Jonsson <david@interactiveinstitute.se> Subject: Bugs in rsync Date: Fri, 19 Jul 2002 18:38:59 +0200 (CEST) To: Martin Pool <mbp@samba.org>, Andrew Tridgell <tridge@samba.org> First, Thansk for a great tool! I run rsync supplied with RedHat 7.3 rsync --version rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64...