search for: ntu

Displaying 20 results from an estimated 167 matches for "ntu".

Did you mean: mtu
2017 Feb 21
4
Re: "virsh list" hangs
...bian 4.6.4-1 (2016-07-18) x86_64 >> GNU/Linux >> >> root@vm-host:~# apt-cache policy libvirt-daemon >> libvirt-daemon: >> Installed: 3.0.0-2 >> Candidate: 3.0.0-2 >> Version table: >> *** 3.0.0-2 500 >> 500 http://debian.csie.ntu.edu.tw/debian testing/main amd64 >> Packages >> 100 /var/lib/dpkg/status >> >> root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh >> list # hangs forever ..... >> ^C >> root@vm-host:~# tail -10 /tmp/trace >> access("/...
2004 Feb 24
0
Undelivered mail: something for you
Dear User, the message with following attributes has not been delivered, because contains an infected object. Sender = samba@samba.org (may be forged) Recipients = blizz@rtf-15.ntu-kpi.kiev.ua Subject = something for you Message-ID = i1OK4sac009347 Antivirus filter report: --- Dr.Web report --- Following virus(es) has been found: infected with Win32.HLLM.Foo.41984 Dr.Web detailed report: drweb.tmp.RT50zH - archive MAIL drweb.tmp.RT50zH/[text:plain] - Ok drweb.tmp.RT50zH/ms...
2004 Sep 22
3
Optus Australia Multiline SHDSL service
...VoIP solution. We have just moved our lines over to an Optus Multiline from a Telstra ISDN Onramp 30 service with 100 lines. My question for you good people is what sort of hardware do I need to interface Asterix into the Optus Multiline? The Optus service is terminated in my office to a SHDSL NTU from Adtran and has two RJ45 conenctors on the back of it. Has anybody tried this yet? Thanks in advance. Duncan
2017 Feb 24
0
Re: "virsh list" hangs
...;>> GNU/Linux >>> >>> root@vm-host:~# apt-cache policy libvirt-daemon >>> libvirt-daemon: >>> Installed: 3.0.0-2 >>> Candidate: 3.0.0-2 >>> Version table: >>> *** 3.0.0-2 500 >>> 500 http://debian.csie.ntu.edu.tw/debian testing/main amd64 >>> Packages >>> 100 /var/lib/dpkg/status >>> >>> root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh >>> list # hangs forever ..... >>> ^C >>> root@vm-host:~# tail -10 /tmp/t...
2010 Mar 19
1
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
...feature(c -> EFI Byte code) for GCC I should further modify the GCC front end(parser) to solve the problem (the size of pointer is determined at run time). I have read a powerpoint about LLVM ( http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.pdf) It is the LLVM-GCC design graph ( http://www.im.ntu.edu.tw/~b95030/llvm_gcc.png<http://www.im.ntu.edu.tw/%7Eb95030/llvm_gcc.png> ). According to the above discussion , LLVM IR doesn't care about the size of pointers. I am wondering how could LLVM support dynamic pointer size model without modifying GCC front end?? thanks ching ----------...
2009 Aug 13
1
When using randomForest, what's the effect to "set.seed"?
...amples "set.seed" is always used before building a forest. Does it matter if I don't set the seed? If I set a different seed manually each time I build a forest, will this give better randomness? Thank you all in advance! -- ==================== EcoInformatics Lab http://homepage.ntu.edu.tw/~complex/ecoinformatics_c.html ==================== Chun-yi Chang "Ted" Ecoinformatics Lab Institute of Oceanography www.oc.ntu.edu.tw National Taiwan University Tel : +886-2-3366-9746
2017 Jun 01
1
Problem of a function I wrote
Hello everyone, I know where is wrong. I forget to specify the parameters in my function. Thank you for anyone who was trying to help me! Best, Yen ?? b88207001 at ntu.edu.tw: > Hello everyone, > > It seems that I was not successfully attached the code. Here is the > code. I appreciate any help! > > Best, > Yen > > ?? b88207001 at ntu.edu.tw: > >> Hello everyone, >> >> I have been working on a code which simply r...
1999 Jul 22
1
Compiling on AIX3.2.5
...anything in the archives. Did I miss it? Can anyone help? Cheers, Brian. -- Associate Professor Brian Salter-Duke (Brian Duke) Chemistry, Faculty of Science, IT and Education, Northern Territory University, Darwin, NT 0909, Australia. Phone 08-89466702. Fax 08-89466847 b_duke@lacebark.ntu.edu.au http://www.smps.ntu.edu.au/chemistry/compchem.html
2017 Feb 24
2
Re: "virsh list" hangs
2023 Feb 12
2
Removing variables from data frame with a wile card
...>You could alternatively use > >x["V2"] > >which should be identical to x[, "V2", drop = FALSE], but some people don't >like that because it doesn't look like matrix indexing anymore. > > >On Sun, Feb 12, 2023, 17:18 Steven T. Yen <styen at ntu.edu.tw> wrote: > >> In the line suggested by Andrew Simmons, >> >> mydata <- mydata[, !grepl("^yr", colnames(mydata)), drop = FALSE] >> >> what does drop=FALSE do? Thanks. >> >> On 1/14/2023 8:48 PM, Steven Yen wrote: >> >> Th...
2017 Feb 17
2
"virsh list" ahngs
2024 Feb 29
2
Initializing vector and matrices
...uld normally catch with a subscript out of bounds error but with the extra space it now runs without errors. Tim -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Richard O'Keefe Sent: Thursday, February 29, 2024 5:29 AM To: Steven Yen <styen at ntu.edu.tw> Cc: R-help Mailing List <r-help at r-project.org> Subject: Re: [R] Initializing vector and matrices [External Email] x <- numeric(0) for (...) { x[length(x)+1] <- ... } works. You can build a matrix by building a vector one element at a time this way, and then reshaping...
2007 Aug 24
0
Forward: [Plugin] some suggestions
I couldn't contact with ogg@illiminable.com. So Forward to You :P ----- ? b94303017@ntu.edu.tw ????? ----- ??: Thu, 17 May 2007 09:40:16 +0800 ???: b94303017@ntu.edu.tw ???: b94303017@ntu.edu.tw ??: [Plugin] some suggestions ???: ogg@illiminable.com (above all, pardon me for my poor english ^^") Dear Sir, Thank you for devoting yourselves to this program "Di...
2017 Jun 01
0
Problem of a function I wrote
Hello everyone, It seems that I was not successfully attached the code. Here is the code. I appreciate any help! Best, Yen ?? b88207001 at ntu.edu.tw: > Hello everyone, > > I have been working on a code which simply repeatedly appends a > number into a vector and write a file. However, it could not be > properly implemented when I use it. It works when I run it line by > line. I wonder what is the problem and I ap...
2017 Jun 01
2
Problem of a function I wrote
Hello everyone, I have been working on a code which simply repeatedly appends a number into a vector and write a file. However, it could not be properly implemented when I use it. It works when I run it line by line. I wonder what is the problem and I appreciate anyone who is willing to help. The function and the example code is attached. Any advice is appreciated! Best, Yen
2018 Jun 06
3
Help attack DDOS
i used this command netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n I've also changed the port and it shows a flood of ips blocking the icecast 2018-06-06 4:36 GMT-05:00 Geoff Shang <geoff at quitelikely.com>: > On Tue, 5 Jun 2018, Victor Moreno wrote: > > I have a problem w...
2017 Feb 17
2
"virsh list" hangs
...for your help!! root@vm-host:~# uname -a Linux vm-host 4.6.0-1-amd64 #1 SMP Debian 4.6.4-1 (2016-07-18) x86_64 GNU/Linux root@vm-host:~# apt-cache policy libvirt-daemon libvirt-daemon: Installed: 3.0.0-2 Candidate: 3.0.0-2 Version table: *** 3.0.0-2 500 500 http://debian.csie.ntu.edu.tw/debian testing/main amd64 Packages 100 /var/lib/dpkg/status root@vm-host:~# strace -o /tmp/trace -e trace=network,file,poll virsh list # hangs forever ..... ^C root@vm-host:~# tail -10 /tmp/trace access("/etc/libvirt/libvirt.conf", F_OK) = 0 open("/etc/libvirt/lib...
2017 Aug 16
4
{nlme} Question about modeling Level two heteroscedasticity in HLM
Hello dear uesRs, I am working on modeling both level one and level two heteroscedasticity in HLM. In my model, both error variance and variance of random intercept / random slope are affected by some level two variables. I found that nlme is able to model heteroscedasticity. I learned how to use it for level one heteroscedasticity but don't know how to use it to model the level
2010 Mar 19
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
...e code) for GCC > I should further modify the GCC front end(parser) to solve the problem (the size > of pointer is determined at run time). > > I have read a powerpoint about LLVM (http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.pdf) > It is the LLVM-GCC design graph (http://www.im.ntu.edu.tw/~b95030/llvm_gcc.png). > According to the above discussion , LLVM IR doesn't care about the size of pointers. > I am wondering how could LLVM support dynamic pointer size model without modifying > GCC front end?? What do you mean by "variable sized pointers"? What d...
2023 Aug 06
2
Stacking matrix columns
You could also do dim(x) <- c(length(x), 1) On Sat, Aug 5, 2023, 20:12 Steven Yen <styen at ntu.edu.tw> wrote: > I wish to stack columns of a matrix into one column. The following > matrix command does it. Any other ways? Thanks. > > > x<-matrix(1:20,5,4) > > x > [,1] [,2] [,3] [,4] > [1,] 1 6 11 16 > [2,] 2 7 12 17 > [3,]...