search for: mimicked

Displaying 20 results from an estimated 136 matches for "mimicked".

2005 Mar 22
1
Mimicking Linksys PAP2?
I've got a Linksys PAP2 on my Vonage account with unlimited usage, but my softphone-addon account only has 500 minutes. Anyone ever try to setup their * to mimick the Linksys PAP2 ? Any comments or suggestions on what problems I might run into if I try? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 10
1
Mimicking SPSS weighted least squares
Howdy, In SPSS, there are 2 ways to weight a least squares regression: 1. You can do it from the regression menu. 2. You can set a global weight switch from the data menu. These two options have no, in my experience, been equivalent. Now, when I run lm in R with the weights= switch set accordingly, I get the same set of results you would see with option #1 in SPSS. Does anybody know how to
2018 Jan 06
0
How to programmatically save a web-page using R (mimicking Command+S)
The 'webshot' package (on CRAN) can do this. Henrik On Jan 6, 2018 05:27, "Christofer Bogaso" <bogaso.christofer at gmail.com> wrote: > Hi, > > I would appreciate if someone can give me a pointer on how to save a > webpage programmatically using R. > > For example, let say I have this webpage open in my browser: > >
2018 Jan 06
3
How to programmatically save a web-page using R (mimicking Command+S)
Hi, I would appreciate if someone can give me a pointer on how to save a webpage programmatically using R. For example, let say I have this webpage open in my browser: http://www.bseindia.com/stock-share-price/dabur-india-ltd/dabur/500096/ When manually I save this page, I just press Command+S (using Mac) and then this page get saved in hard-disk Now I want R to mimic this same job that I do
2006 Jul 12
2
(Re-)designing a CMS
Hello Rails-list, I''m working on a CMS in Rails. The company that I work for currently uses a CMS written in PHP, and I want to mimick it in Rails, and improve along the way. The PHP variant works with templates like this: In the root of the webdir, there are the template files, named cms_news.html for example. This page contains custom tags, in the form of definitions and
2016 Feb 29
3
Sys.readlink (on BSD vs Linux)
Hello, sorry for not being clear enough. My problem is represented with the following code, running on OSX: mkdir ~/test ln -s ~/test ~/testlink touch ~/test/foo Rscript -e 'Sys.readlink(c("~/test/foo", "~/testlink/foo")); normalizePath(c("~/test/foo","~/testlink/foo"))' I expected `Sys.readlink` to show the same output as `normalizePath`. Also,
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi, I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution? Roger -------------- next part -------------- HTML attachment scrubbed and removed
2009 Nov 28
2
Orphaned R Packages (maybe this is too inside baseball?)
How do the R "powers that be" handle packages that are orphaned from CRAN? Recently, I was looking for a function either part of the base functionality or an add-on package that mimicked the "poly" functionality from Octave (http://n4.nabble.com/Re-R-function-that-duplicates-Octave-s-poly-function-td901174.html) Based on that post a helpful R user strongly encouraged me to look at the "signal" package. cran.es.r-project.org/web/packages/signal/index.html...
2011 Nov 15
1
[LLVMdev] add pass to O2. use as "clang -O2 .."
Hello folks, I wrote a transforming looppass for my project, opt --help can see it. I want clang to use my pass too, so that I don't have to compile to IR, opt, and then llc to binary manually. Now I am trying to add my pass to O2 by mimicking LICM pass. I add a line "MPM.add(createMyPass());" in PassManagerBuilder::populateModulePassManager, and got assertion fail "void
2006 Jan 26
1
Help constructing a find_by_sql command
Hello all. I am trying to do the equivalent of: @componentlogs = Componentlog.find(:all, :conditions => [ "cl_compname like ?", @criteria ], :offset => offset, :limit => items_per_page, :order => "cl_spr DESC" ) in a find_by_sql statement. I cannot use the build in because the adaptor isn''t quite right (OCI8) When I use it I get the following error
2004 Sep 14
2
Excel TDIST and TINV
Hello all... I am really new to statistics and I am trying to figure out a way to apply Chauvenet's criterion using the t-distribution on a set of numbers in perl. I was unable to find a TDIST and TINV function for perl. I am getting these functions from Excel. So, I figured that I would install R and call it from perl, overkill for what I need I know. I am having a hard time figuring
2005 Jun 15
1
Bridged-appearances
Has anyone figured out how to mimick a traditional bridged-appearance? My guys like the ability to put a call on hold on line "3" and it's the same call on line "3" on everyone else's phone.
2017 Sep 08
5
[RFC] llvm-dwarfdump's command line interface
I would like to grow llvm-dwarfdump to become a drop-in replacement for the dwarfdump utility that is currently shipping on Darwin. (You can search the web for "darwin dwarfdump manpage" to see the currently supported feature set.) Doing this means implementing the missing features, such as the ability to print only subsets of DIEs, looking up DIEs by name or address, and the option to
2020 May 22
2
Creating a copy Pass of DependenceAnalysis
Hi, I want to create a copy of DependenceAnalysis downstream. At first I tried the HelloWorld tutorial. But then I figured, maybe I should move on to create my pass by mimicking some other pass in LLVM. So, I tried copying DependenceAnalysis itself [1] Although after a lot of time of trying it compiled, I'm pretty sure I have done it completely in the wrong way. What is more, I can't
2009 Mar 24
1
Why na.rm=FALSE is the default
Dear Colleagues, I've been searching for a post or article or something which explains why having na.rm=FALSE or na.action=na.fail as the default is a better choice than TRUE or na.omit. I understand the basic argument: it does not make sense to average a nonexistance into an aggregate, and removing them implicitly leads to accidental pairwise deletion in some cases, and sum(x) /
2005 Feb 25
1
Asterisk in front of Toshiba CTX
I have googled, and wiki'ed until blue. Is it possible to put T1---*----Toshiba CTX ? I have a TE405P, with one interface programmed for the T1, I am not sure how to program the 2nd port to mimick the T1 to the Toshiba. The Zapata.conf [channels] switchtype=national context=from-pstn signalling=pri_cpe usecallerid=asreceived echocancel=yes echocancelwhenbridged=no echotraining=400
2013 Mar 15
2
Help finding first value in a BY group
I have a large Excel file with SKU numbers (stock keeping units) and forecasts which can be mimicked with the following: Period <- c(1, 2, 3, 1, 2, 3, 4, 1, 2) SKU <- c("A1","A1","A1","X4","X4","X4","X4","K2","K2") Forecast <- c(99, 103, 128, 63, 69, 72, 75, 207, 201) PeriodSKUForecast <- data.fr...
2012 Mar 28
2
using both bridged and routed networking
Hello, I''m using Debian Squeeze with Xen 4.0 HVM. Both running 64bits. I''ve got 4 domU''s requiring the bridged setup to work, I''ve got an IP address for each. Now I need to setup routed networking for the rest of domU''s. I just changed the configuration in xend-config.sxp and restarted Xen. Routing started to work, while there are still
2011 Mar 30
1
[LLVMdev] Trouble traversing the CallGraph
I am finding some weird behavior in the CallGraph, and am not sure what am I doing wrong. When trying to traverse nodes in the CallGraph I get stuck in nodes representing external functions. Take the following code: ----- #include <stdio.h> int main() { printf( "Hello World!\n" ); } ----- If I try to traverse the CallGraph using the following code: ----- CallGraph CG
2011 Jul 11
1
Password Resets as root
I've got a cluster of Samba servers with security=user and a ctdb passdb backend. I need to keep the passwords for the users in sync with another system, which will pass me userid and password for each change and reset. My question is what is the simplest way to do the password reset for a user as root on one of the Samba servers. I need to allow the user to change their password