search for: _one

Displaying 15 results from an estimated 15 matches for "_one".

Did you mean: _one_
2002 Jun 05
4
Docs Issue - IP Masq vs. SNAT
More than one of our docs issues revolve around some confusion between "IP masquerading" and "SNAT" -- a confusion I might share, or if contagious, I may be catching. <g> I think of SNAT more or less as a special case of IP masquerading, applicable when, for example, the external interface has multiple IP''s and you choose to _explicitly_ set the address through
2006 May 08
3
PSTN Incoming call on real line disrupts VoIP call over DSL circuit
...a VoIP-only call) and the "real" phone rings, everything continues fine (temporarily). If the real phone is answered, either by a person, or by the answering machine (which is in another room, connected to a filter on another jack), then the audio on the Asterisk conversation becomes _one way_. My father can be heard _perfectly_ by the remote side of the conversation, but he can hear nothing. When the POTS line is hung up, then both sides of the VoIP call go dead (audio-wise). Of course, he can now redial a VoIP call, and both sides work perfectly... At first, I couldn't im...
2010 Dec 01
1
Few questions about making logical bitstreams
Hi! OGG specification said that: - It is possible for a stream to consist of a single page. - Page can consist of multiple packets. Could anyone tell me: - Will logical bitstream of _one page_ (b-o-s and e-o-s at the same time) with a _few packets_ be correct according to the ogg spec? - And, if such logical (multipacket singlepaged) bitstream is correct, how can I generate it by using build in liboggz functionality (i.e. which flags combination should I pass to the oggz_wri...
2017 Dec 03
0
Rcpp, dyn.load and C++ problems
...str(res) */ Then in R: R> library(Rcpp) R> sourceCpp("/tmp/mmsp.cpp") R> res <- compute_values_cpp() R> str(res) List of 2 $ x: num [1:100000] 199 362 118 302 262 ... $ y: num [1:100000] 20 40 14.3 39.5 36.9 ... R> _One call_ of sourceCpp() compiles AND links AND loads AND runs the example R code (which is optional). For reference, the current mmsp.cpp follows. Dirk #include <Rcpp.h> using namespace Rcpp; // [[Rcpp::export]] List compute_values_cpp(int totalPoints = 1e5, double angle_increment = 0.01, i...
2024 Jan 03
1
SOLVED- Re: help installing R on Linux Mint 21.2
...ne how we decompose things. With that, sorry you found this frustrating. Many of us put volunteer time into this trying to make things 'possible' and preferably 'easy' but we don't always get there. That said, I have shown multiple times over the last few years that the simple _one statement call_ of `install.packages("tidyverse")` works in r2u as demonstrated in a Docker container for r2u. I just 'taped' a fresh demo installing 103 binary packages in twenty seconds from this one command. [1] Myself, and many others, take advantage of that day in, day out o...
2012 May 14
2
defaults for virtual defined resources from hiera.
Hi, This follows on a bit from the previous thread ''trouble with hiera and puppet defines'' [1] Up to now I''ve had a large file of virtual resources and then enabled them on demand on various services. The very standard. @metric{''1234: one => 1 two => [1,2] } @metric{''abcd'': one => a, two => [b,c] } and
2006 Sep 11
1
sieve unresolved problem
hello, I have submitted a few weeks ago problem on sieve implementantion but there not useful solution for me at this time. I think that it depend on my mail architecture : _One NFS server _two dovecot POP/IMAP server (for pop and webmail access) : the POP/IMAP don't run dovecot LDA _two delivery serveur with exim and dovecot LDA : they communicate with external relay servers and deliver mail in box. The mailbox format is maildir and the dovecot version is 1.0 rc2 Que...
2017 Dec 03
5
Rcpp, dyn.load and C++ problems
...a bit confusion for me. Anyway, This is the C++-code: #include <Rcpp.h> using namespace Rcpp; // [[Rcpp::export]] List compute_values_cpp(int totalPoints = 1e5, double angle_increment = 0.01, int radius = 400, double grow = 3.64) { double xn = 0.5; double angle = 0.1; double xn_plus_one, yn_plus_one; NumericVector x(totalPoints); NumericVector y(totalPoints); for (int i=0; i<totalPoints; i++) { xn_plus_one = xn*cos(angle)*radius; yn_plus_one = xn*sin(angle)*radius; angle += angle_increment; xn = grow*xn*(1-xn); x[i] = xn_plus_one; y[i] = yn_plus_o...
2017 Dec 03
1
Rcpp, dyn.load and C++ problems
...ers questions to rcpp-devel? > > 6) Call me crazy but maybe the nine vignettes included with the package? > OK. I will print them and read them. [...] > > Then in R: > > R> library(Rcpp) > R> sourceCpp("/tmp/mmsp.cpp") > > [...] > > _One call_ of sourceCpp() compiles AND links AND loads AND runs the example R > code (which is optional). Basically I was searching for ways to compile to C++ code a single time and not everything the R code runs. Like I don't recompile my pure C++ programs everything I run them, only if I cha...
2009 Apr 29
2
Help on apply() function
Hi all, can you please clarify me what is the wrong with following codes : set.seed(30) z = matrix(rnorm(10), 5, 2) apply(z, 1, function(x) sum(z[x,1]*1, z[x,2]*3)) However I can not get the desired result. For example, "sum(z[1,1]*1, z[1,2]*3)" gives -5.822442 which is actually correct. Am I missing something in apply() function? Regards, -- View this message in context:
2004 Dec 17
0
DHCP Handling and Traffic Control over a Working Load Balanced Dual ISP Setup
...hes - http://www.ssi.bg/~ja/ How to Patch (I use Debian Sarge and downloaded the latest source from kernel.org) - http://www.desktop-linux.net/debkernel.htm Necessary Reading - http://www.ssi.bg/~ja/nano.txt A couple of fine tuning issues that are still giving me trouble though -- _Question 1: _One of my ISP''s hands out IP Addresses dynamically -- has anyone found a way to handle this elegantly using dhcp client to put the routes automatically into the proper routing tables? Currently I just have another firewall in front of this interface to do the DHCP requests and maintain the...
2005 Dec 21
10
Investigating Unicode. Take 2, with nastities and allegations.
Well, I see that my last email hasn''t generated any reaction from the Rails core team. It looks like all of them are the happy users of "plain text" (which, as we know by now, doesn''t exist, but still). I apologize in advance for the sore bitterness of this message but I see that the Rails-core STILL, despite all of the efforts, sees these issues as something
2006 Feb 23
3
register => 2345:password@sip_proxy doesn't care about port
Hi, to register my Asterisk with a SIP provider I use the following syntax, as shown in the default sip.conf: register => 2345:password@sip_proxy where [sip_proxy] type=peer context=from-messagenet host=sip.messagenet.it port=5061 <------------- please note this one!!! 5061 is provider's port I have to register to. This also would work for me: register =>
2018 Apr 10
1
How to finalize instruction lowering after register allocation.
...// RegisterB_22 = 3.1416 Generating the two instruction could be easily done by custom inserter at end of Instruction Selection. It is understood that the MachineRegisterInfo has all the information about the sub-registers overlapping. But the problem is have to map (before registers allocation) _one Virtual Register_ of RegClassAB into the _two overlapping physical sub-registers_ ! Has someone an idea to properly lowering and allocating registers to BUILD_VECTOR, considering my SIMD registers definition and my instructions set? Thanks in advance, comments are welcome. Dominique Torette....
2004 Jun 03
5
cameraa rotation graphics
Dear all, Is there a camera rotation for 3d graphics in R. I have seen it in a conference one time and thought it is pretty neat. the presenter was able to rotate the 3d graph with dragging the mouse up down left right. If not in R is there something that is open source that does this. Thank you Jean Eid