search for: hock

Displaying 20 results from an estimated 86 matches for "hock".

Did you mean: hack
2019 Sep 27
2
Compile samba github code and flash the build binary to embedded device
...How to flash in the binary files or equivalent file into the embedded device? Can I do the normal flashing through JTAG tool? 3. How to configure /etc/samba/smb.conf at embedded device? FYI, there is many of embedded devices need to produce. Hope can hear from you soon. Thank you. Regards, Ang Hock Leong
2012 Sep 17
2
Problem with Stationary Bootstrap
...a,statistic=coef(fit),R = 10,n.sim = NROW(a),sim = "geom",orig.t = TRUE)   Unfortunately, I got this error message from R: Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Can someone tells me what's wrong in the programming.   Thank you.   Regards, Lim Hock Ann [[alternative HTML version deleted]]
2010 Oct 03
2
How to programme R to randomly replace some X values with Outliers
...lanatory variable with outliers drawn from U(15,20) in sample size n=100. The replacement subject to y < 15. The ultimate goal of my study is to compare the std of y with and without the presence of outliers based on average of 1000 simulation. Info : X~U(0,10) Y=6+2X+norm(0,1) Thank you. Hock Ann [[alternative HTML version deleted]]
2010 May 12
1
fisher's posthock test or fisher's combination test
Hi to all is there a fisher's post hock test or fisher's combination test in R available? Maybe not -- its very easy to do it in excel ... Kind regards Knut
2001 Oct 12
2
BoxOS
...ng to attract FreeDOS and WINE programmers and ex-programmers. If you are interested then please contact us. Please do not regard this e-mail as spamming your newsgroup. It is relievent and would help out the WINE community if the venture is ever completed. Thanks for listening! Sincerely, Chris Hocking (hocking@planet.net.au)
2019 Sep 30
3
Compile samba github code and flash the build binary to embedded device
...om 186 kB to 74 kB. Without AD DC, the embedded device will act as a host. Questions: 1. Does the host still able to share file to Windows, IOS and Android devices? 2. Does 74 kB of samba files is the typical file size be implemented in embedded device? Thank you. On Mon, 30 Sep 2019 at 09:36, Hock Leong Ang <anghockleong501 at gmail.com> wrote: > Hi Rowland, > Yes, the files I want should be in that folder : /usr/local/samba > It is 186 kB, a very huge files. > *Which is the compulsory files need for file sharing?* > *Which files or sub-folder can I ignore?* > > T...
2019 Sep 28
2
Compile samba github code and flash the build binary to embedded device
On 28/09/2019 15:39, Hock Leong Ang via samba wrote: > Hi All, > May I have some advise on this issue? > Thank you. > > On Fri, 27 Sep 2019 at 10:55, Hock Leong Ang <anghockleong501 at gmail.com> > wrote: > >> Hi Sir/Madam/Miss, >> >> I am a firmware engineer. I would like to imp...
2019 Jun 06
1
R pkg install should fail for unsuccessful DLL copy on windows?
If anybody else has this issue, please add a comment on https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17478 so we are more likely to get R-core to address this. Thanks Toby On Tue, Jun 4, 2019 at 2:58 PM Pages, Herve <hpages at fredhutch.org> wrote: > On 5/31/19 08:41, Toby Hocking wrote:... > > In my opinion install.packages should stop with an error (instead of a > > warning) if this happens. > > Totally agree with that. > > Best, > H. > > -- > Herv? Pag?s > > Program in Computational Biology > Division of Public Health Scienc...
2010 Oct 01
1
R-Square for Robust Regression Model
May I know how to find the R-squared for robust regression model?   Thank you.   Hock Ann [[alternative HTML version deleted]]
2019 Feb 19
1
patch for gregexpr(perl=TRUE)
...s://stat.ethz.ch/pipermail/r-help/2008-October/178451.html I figured out the issue, which is fixed by changing 1 line of code in src/main/grep.c -- there is a strlen function call which is currently inside of the while loop over matches, and the patch moves it before the loop. https://github.com/tdhock/namedCapture-article/blob/master/linear-time-gregexpr-perl.patch I made some figures that show the quadratic time complexity before applying the patch, and the linear time complexity after applying the patch https://github.com/tdhock/namedCapture-article#19-feb-2019 I would have posted a bug repo...
2023 Mar 30
1
write.csv performance improvements?
...iencies that could be improved. 1. write.csv is quadratic time (N^2) in the number of columns N. Can write.csv be improved to use a linear time algorithm, so it can handle CSV files with larger numbers of columns? For more details including figures and session info, please see https://github.com/tdhock/atime/issues/9 2. write.csv uses memory that is linear in the number of rows, whereas similar R functions for writing CSV use only constant memory. This is not as important of an issue to fix, because anyway linear memory is used to store the data in R. But since the other functions use constant m...
2010 Jul 02
3
Combining several plots besides a dendrogram?
Hello all, I would like to recreate the plot shown here (from a useR 2009 presentation): http://www.agrocampus-ouest.fr/math/useR-2009/abstracts/pdf/Hocking.pdf I downloaded the code for that image, and discovered that it relies on external web services, and also having PERL installed on the computer. I believe this could be done "locally" using the "seqLogo" function/package (see http://www.bioconductor.org/packages/2.2/bioc/h...
2019 Oct 02
0
Compile samba github code and flash the build binary to embedded device
Hi Rowland and All, Can you answer 2 question below? 1. Does the host still able to share file to Windows, IOS and Android devices? 2. Does 74 kB of samba files is the typical file size be implemented in embedded device? On Mon, 30 Sep 2019 at 14:37, Hock Leong Ang <anghockleong501 at gmail.com> wrote: > Hi Rowland, > The above files are built with AD DC. > Without AD DC, the files size reduce from 186 kB to 74 kB. > Without AD DC, the embedded device will act as a host. > > Questions: > 1. Does the host still able to sha...
2010 Jul 22
1
function return
...,probs)) ### substitute 0 for missing values lik[!is.na(z)] <- tmp[!is.na(z)] lik<- -1*sum(lik) return(lik) } out <- nlm(lik,c(0,0,0,0),hessian=TRUE) return(out) } ------------------------------------------------------------------------------------ Daniel J. Hocking 122 James Hall Department of Natural Resources & the Environment University of New Hampshire Durham, NH 03824 dhocking@unh.edu http://sites.google.com/site/danieljhocking/ www.hockingphotography.smugmug.com "Without data, all you are is just another person with an opinion." ----...
2019 Feb 22
1
Bug: time complexity of substring is quadratic as string size and number of substrings increases
On 2/20/19 7:55 PM, Toby Hocking wrote: > Update: I have observed that stringi::stri_sub is linear time complexity, > and it computes the same thing as base::substring. figure > https://github.com/tdhock/namedCapture-article/blob/master/figure-substring-bug.png > source: > https://github.com/tdhock/namedCapture-a...
2007 Jan 09
4
Is there a low cost cell phone base station for asterisk ?
I don't really know the name of what I want to look for but maybe someone could tell me if it would be available. I have a number of old analogue cell phones laying about here and I was thinking it would be useful if I could set up a short range base station for them that would cover maybe an acre or so. What I would like to be able to do is use it to connect into Asterisk and this way
2006 Jun 16
3
Echo and crackle
We are running asterisk with a single POTS line for local calls and a voip line for long distance. Whenever we receive a call on the POTS line it is more than likely, but not always, going to have significant distracting echo. In addition to that there is occasional heavy crackle or static. I have tried to follow the guidelines at :
2020 Jun 27
1
Error in substring: invalid multibyte string
...rning message: In stringi::stri_length("<I>Jens Oehlschl\xe4gel-Akiyoshi") : invalid UTF-8 byte sequence detected; try calling stri_enc_toutf8() On Sat, Jun 27, 2020 at 2:12 AM Ivan Krylov <krylov.r00t at gmail.com> wrote: > On Fri, 26 Jun 2020 15:57:06 -0700 > Toby Hocking <tdhock5 at gmail.com> wrote: > > >invalid multibyte string at '<e4>gel-A<6b>iyoshi' > > >https://stat.ethz.ch/pipermail/r-devel/1999-November/author.html > > The server says that the text is UTF-8: > > curl -sI \ > https://stat.ethz.ch...
2019 Sep 28
0
Compile samba github code and flash the build binary to embedded device
Hi All, May I have some advise on this issue? Thank you. On Fri, 27 Sep 2019 at 10:55, Hock Leong Ang <anghockleong501 at gmail.com> wrote: > Hi Sir/Madam/Miss, > > I am a firmware engineer. I would like to implement file sharing between > embedded device and android phone/ios phone/windows. > > I download the samba source code from > https://github.com/samba-t...
2006 May 18
2
Sound cards for Centros
What sound cards are recognized by Centros? I have installed it on an old 400MHz IBM Aptiva that has Crystal Audio built-in. However it does not seem to recognize that, nor a Sound Blaster, nor a Sound Blaster 16 that I have tried. Any cheapo cards that it would recognize? Mike