Displaying 20 results from an estimated 9000 matches similar to: "Bind asterisk to multiple IPs (reply problem)"
2018 Jul 02
1
Re: East-west traffic network filter
On Fri, Jun 29, 2018 at 3:40 AM Thiago Oliveira <cpv.thiago@gmail.com>
wrote:
> Hi Ales,
>
> I would like to prevent the guests from different subnets start a
> communication. In other words I have the subnet 192.168.1.0/24 and
> 192.168.2.0/24 and the guests from 192.168.1.0/24 cannot reach/talk with
> guests on 192.168.2.0/24 at the same host. Is this possible using a
2006 Mar 13
1
Building help pages
Hello!
I was just wondering, why only one of my "Rd" files is converted in
"chm" format (REGE) and the other are not when installing a package? The
output from installing a package on WinXp is below.
I tried to find more information about what "chm" format actually is,
however have found none.
Best regards and thaks for any replies,
Ales Ziberna
2005 Aug 13
2
Problems runing R CMD check
Hello!
I have a problem checking the package. Firstly, I do not know how to specify
the package to check. I tied specify it by supplying the path and by runing
the R CMD check in the directory of the package.
In addition to that, I get an error bellow. Any suggestions on how to set
TMPDIR would be greatly appriciated!
C:\Ales\Statistika\Blocno modeliranje\dr\blockmodeling>R CMD check
*
2018 Jun 28
4
East-west traffic network filter
Hello,
I would like to make filter that allows communication only between
specified VMs. Those VMs should be specified by their MAC address. The
filter should extend clean-traffic but I was not able to get it working
with that reference. I have came up with modified clean-traffic which works
fine [1]. Is there a way to achieve the same behavior with reference to
clean-traffic?
Thank you.
Best
2005 Jun 05
2
icecast sound compressor
hm, to have a look at Pure Data and external called oggcast~ http://www.akustische-kunst.org/puredata/ is recomended,
you can set quality/bitrate/samplerate ... while streaming then, and do whateweryou want to your sound
before sending it to icecast, including building your compressor-limiter.
cheers
Ales Zemene
--
http://ales.mur.at
irc.kunstlabor.at #kunstlabor
citation of
2010 Apr 07
1
behaviour of xls2sep when running read.xls (package gdata) sinceupgrade of R
Hello eveRybody (and probably special regards to Gabor G....),
I recently upgraded from R-2.9.2-win32 to R-10.1.0-win32, and I'm using
Windows XP Professional 2002 with service pack 3 on a PC with IntelCore
Duo CPU@ 3.00 GHz.
Last time I used it (some weeks ago, before upgrading), one of my
scripts (including the two lines cited below) used to run OK.
When I ran it yesterday evening (after
2006 Feb 21
2
Convertin rows of a matrix to a list
Hello!
I would like to convert rows of a matrix to a elements of a list.
#For example, if I have
mat<-matrix(1:100,ncol=5, nrow=20)
#I can do:
list<-apply(mat,1,list)
list
#however this is not quite what I want. To get what I want, I have to do:
list<-lapply(list,function(x)x[[1]])
list
Is there a faster way?
Best regards,
Ales Ziberna
2005 Aug 26
3
Free-form to fixed-form Fortran
Hello!
I have writen some subrutines in Free-form Fortran. I would like to includ
them in a package, which I would like to build on WinXP. I have all
suggested tools/programs for bulding R packages on Windows (except latex).
What is the best way of using these subrutines? Does sombody mybe know any
translation tools for converting Free-form to fixed-form Fortran?
Thanks for any suggestions,
2008 Nov 27
2
Regression Problem for loop
Dear all,
I have wrote a code for a linear regression. I want to
write a loop for so, that I can get estimate for pavlues for six predictors.
But I am getting for estmate for only last one. How can I get pvalues for
all my predictors in a loop??
Anticipating your help
Thanks
Ales
> mat<-matrix(rnorm(36),nrow=6)
> mat
[,1] [,2] [,3]
2005 Dec 22
1
Problems with passing ... to a function
Dear useRs!
I have written a function that should pass argument "m" to the next
function, however it does not! Please have a look at the function below that
shows a problem and tell me what I am missing. As you can see, the "blocks"
argument is passed corectly, while "m" is not.
Best,
Ales Ziberna
opt.par.new<-function(
#function for optimizig
2004 Oct 27
4
ploting axes and rotating strings
Hello!
I have two question that rose from trying to tacle the same problem in two
differnet ways.
What I want to do is to plot axes (only values or labels, no tick marks) in
such a way that 'cex' can be very small, text can be perpendicular to the
axis (as in axis(las=2) ) and the text is stil at the right position.
Let me demonstrate with a small example:
2006 Jan 13
3
Taking code from packages
Hello!
I am currently in the process of creating (my first) package, which (when
ready) I intend to publish to CRAN. In the process of creating this package
I have taken some code form existing packages. I have actually copied parts
of functions in to new functions. This code is usually something very basic
such as Rand index. What is the proper procedure for this?
Since most of R (and also the
2006 Jan 11
3
Regular expressions
Matching regular expressions
Dear useRs!
I have the following problem. I would like to find objects in my environment
that have two strings in it. For example, I might want to find objects that
have in their names "MY" and "TARGET". I do not care about the ordering of
these two substrings in the name, neither what is in front, behind or
between them, the only thing important
2006 Jan 04
2
Putting an object in to a function that calls the current function
Hello!
I would like to put an object in to a function that calls the current
function.
I thought the answer will be clear to me after reading the help files:
?assign
?sys.parent
However it is not.
Here is an example I thought should work, however it dose not exactly:
f<-function(){s();print(a)}
s<-function()assign(x="a",value="ok",pos=sys.parent())
f() #I want to get
2004 Nov 02
3
Using East-european characters in R
Does anybody know how to produce a East-European character "??" - "c with a
v-shaped hat " in R (in text or plot)?
I do know how to get "??,??" - "s,z, with a v-shaped hat", but not this one.
Thanks in advance for any suggestions,
Ales Ziberna
P.S.: I am using Windows XP and R version 1.9.1 (details below)
$platform
[1]
2004 Oct 26
1
putting legend outside ploting region
Hello!
I have created a plot and would like to put a legend in the top left corner
(above and left of plotting region), but non of the functions can plot there
(I tried 'legend', 'text', 'points', 'lines', 'mtext', 'axes',...).
I would be very grateful if someone could help me put something in that
corrner, with any fuction.
Thanks,
Ales Ziberna
2005 Dec 14
2
The fastest way to select and execute a few selected functions inside a function
Dear useRs?
I have the following problem! I have a function that calls one or more
functions, depending on the input parameters. I am searching for the fastest
way to select and execute the selected functions and return their results in
a list. The number of possible functions is 10, however usually only 2 are
selected (although sometimes more, even all).
For examples, if I have function
2005 Dec 08
3
Finding all possible partitions of N units into k classes
Dear useRs!
I would like to generate a list of all possible (unique) partitions of N
units into k classes. For example, all possible partitions of 4 units into 2
classes are (I hope I have not missed anyone):
1,1,1,2 (this can be read as {1,2,3},{4})
1,1,2,1
1,2,1,1
2,1,1,1
1,1,2,2
1,2,1,2
1,2,2,1
The partitions 1,1,2,2 and 2,2,1,1 are the same and are therefore not two
unique
2005 Nov 25
1
Buliding a package (on Windows) does not produce libs directory
Dear expeRts!
I have produced a package and I would like to compile it on windows to build
a binary package. The package also includes Fortran code. This is where I
have problems.
The package compiles fine, however the Fortran code seams to be ignored. I
have the Fortran code in src subdirectory. I have all the compilers
installed. Actually, if I compile the Fortran subroutines manually
2012 Jun 20
1
[LLVMdev] Back-end: how to test all lowering condition
Dear Tom,
thank you for your reply. What you suggest is something I was considering doing, however there still no solution to my Problem2. How do I test the ISD instructions if I can only write IR instructions?
-----Original Message-----
From: Tom Stellard [mailto:thomas.stellard at amd.com]
Sent: Wednesday, June 20, 2012 4:14 PM
To: Christian Nastasi
Cc: llvmdev at cs.uiuc.edu
Subject: Re: