Displaying 20 results from an estimated 2000 matches similar to: "Solaris/Samba/printing question"
2003 Oct 31
3
print(), cat() and simple I/O in R
I am trying to produce rather mundane output of the form e.g.
pi, e = 3.14 2.718
The closest result I achieved so far with print() is:
> print (c(pi, exp(1)), digits = 3)
[1] 3.14 2.72
> print(c("pi, e =", pi, exp(1)), digits = 3)
[1] "pi, e =" "3.14159265358979" "2.71828182845905"
I understand that c() promotes floats to strings and
2008 Jul 11
2
Help with error in "if then" statement
Dear list,
I'm afraid this is a mundane question. Here's the background: I've
produced a function which allows me to sequentially measure angles and
distances from a specified reference point to a curve defined by
empirical data points while (i.e. using a while loop) the angle being
measured is within certain bounds. Because the curve is circular I
need to pars the data
2018 Aug 24
1
kernel-plus (plus 1?)
On 23/08/18 18:44, Akemi Yagi wrote:
> On Thu, Aug 23, 2018 at 10:42 AM lejeczek via CentOS <centos at centos.org> wrote:
>> hi guys
>>
>> did you notice, if you use kernel-plus on 7.5 this
>>
>> CentOS Linux (3.10.0-862.11.6.el7.centos.plus.1.x86_64) 7 (Core)
>> CentOS Linux (3.10.0-862.11.6.el7.centos.plus.x86_64) 7 (Core)
>>
>> is that
2005 Mar 10
10
Some Basic Questions
Sorry I can''t access IRC from work so I hope you don''t mind me asking my newbie
questions here:
1) I have the following code:
@post = Post.find(@params[''id''])
@comments = Comment.find_all "post_id = #@params[''id'']", "created_on ASC"
And I am have problems with the second line. I want to pass the id from my post
to the
2010 Mar 24
1
R warning and error messages taking a long time and generating pop-up windows
Hi all, thanks for your help in advance.
I was running some scripts and suddenly R began taking a very long time to process mundane errors, which I often generate since I am new to R...such as forgetting to add in my quote
getOption(warn)
Error in options(x) : object 'warn' not found
Not only does the warning message print in the R console when it finally writes the error, but it also
2004 Jun 12
2
ordered probit or logit / recursive regression
> I make a study in health econometrics and have a categorical
> dependent variable (take value 1-5). I would like to fit an ordered
> probit or ordered logit but i didn't find a command or package who
> make that. Does anyone know if it's exists ?
R is very fancy. You won't get mundane things like ordered probit off
the shelf. (I will be very happy if someone will show
2011 Sep 01
4
[LLVMdev] git Status Update?
Have we made any progress on a potential git conversion? AFAIK the only
outstanding technical issue is the monotonic revision number question.
Personally, I have no nead for them but others have expressed
reservation about losing them.
Can we have a discussion about that to identify the core tasks currently
needing monotnic revision numbers and how they might be accomplished
under git?
2012 Jul 24
1
Function for ddply
Hello, all. I'm new to R and just beginning to learn to write functions. I
know I'm out of my depth posting here, and I'm sure my issue is mundane.
But here goes. I'm analyzing the American National Election Study (nes),
looking at mean values of a numeric dep_var (environ.therm) across values
of a factor (partyid3). I use ddply from plyr and wtd.mean from Hmisc. The
nes requires a
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script window text colour option is missing
Am encountering two related problems since the 2.15 release. Apologies in
advance for a mundane non code-related post, but you know how it is. I'm
using the basic R GUI.
1: I use a black environment for no glare, so pre-version 2.15 I've had
black backgrounds and white text. Since the 2.15 release my script window
text has colour turned itself black (so is now invisible) and now I
2011 Sep 08
0
[LLVMdev] git Status Update?
This is why I posted a link to the transition plan for Python -
http://www.python.org/dev/peps/pep-0385/ - to use as a model for LLVM's
transition. There are a lot of questions which need to be answered:
-- Where will the main repository be hosted?
-- What branches will be copied over from svn to the main repository?
-- What tools will be used to copy the history?
-- What presubmit hooks will
2010 Dec 14
9
UTF-8 String.strip bug (and several over methods)
Hello, with Rails 3.0.3
"Café Noir ".strip => "Café noir"
but
"Café ".strip => "Caf\303\251"
In fact, strip() doesn''t works if the last printable character is
accentuated.
Surprisingly " écologie".strip works fine.
I''ve tried to dig deeper in active_support multibyte source code but
didn''t found any solution.
2016 May 23
0
sum elements in the vector
On Mon, May 23, 2016 at 12:43 PM Hal Finkel via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Chandler,
>
> Regardless of the canonical form we choose, we need code to match
> non-canonical associated shuffle sequences and convert them into the
> canonical form. We also need code to match the pattern where we
> extractelement on all elements and sum them into this
2015 Oct 14
5
RFC: Introducing an LLVM Community Code of Conduct
On Wed, Oct 14, 2015 at 2:02 AM Bill Kelly via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Tanya Lattner wrote:
> >> On Oct 13, 2015, at 10:23 AM, Bill Kelly via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >>
> >> Renato Golin via llvm-dev wrote:
> >>> On 13 October 2015 at 17:16, Kuperstein, Michael M via llvm-dev
>
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
Sorry, I don't use Windows... can't help there.
It's customary to keep cc'ing the list on these sorts of things so
someone with a more similar platform/ more expertise can take the
issue up if needed. Maybe someone else will be able to help you out.
Michael
On Fri, Apr 27, 2012 at 9:05 AM, geo theory <geotheory1 at gmail.com> wrote:
> Hi there
>
> Window 7. Sorry
2010 Nov 12
3
Sending calls to a particular T1 port.
We have two Asterisk servers. One is a live server supporting our
customers, and the other is a backup server that's being upgraded and
pressed into service. Both servers have a Digium TE405P T1 card in them,
and in order to test the T1 service on the backup server, I've created a
T1 crossover cable (as per
http://www.voip-info.org/wiki/view/crossover+T1+cable) that goes from port
4 on the
2003 May 11
2
printing issues - lprng
Hi,
I am running samba and lprng for 4 hp laserjets. Sometimes a
samba print job goes to the wrong printer. Normally everything works just
fine. Shown below is the lprng acct log file enries for the concerned print
job. Please notice that the print job was supposed to go to hp4050-mail,
but ended up in hp8100. Any suggestions are much appreciated.
Thanks
Balagopal
jobstart
2017 May 09
2
source(), parse(), and foreign UTF-8 characters
Hi
I'm having trouble sourcing or parsing a UTF-8 file that contains
characters that are not representable in the current locale ("foreign
characters") on Windows. The source() function stops with an error, the
parse() function reencodes all foreign characters using the <U+xxxx>
notation. I have added a reproducible example below the message.
This seems well within the
2007 Jun 22
1
searching for compatible servers
Im trying to find the best hardware to run asterisk on. I see that the
compatibility list is a little dated. Any recommendations out there? This
is for a 19 phone system with 2 tdm cards?
Thanks
Hart Green
--
Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.4/705 - Release Date: 2/27/2007
3:24 PM
-------------- next
2009 Mar 31
4
Mysql Error RELEASE SAVEPOINT active_record_1
Hi, I''m trying to upgrade an app from 2.2.2 to 2.3.2 and I get a bunch
of Mysql Errors : Mysql::Error: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near ''RELEASE SAVEPOINT active_record_1'' at line 1:
RELEASE SAVEPOINT active_record_1
Mysql version is 4.1.22 which supports save points but
2018 Feb 17
1
[RFC PATCH v3 2/3] virtio_net: Extend virtio to use VF datapath when available
On Fri, 16 Feb 2018 10:11:21 -0800, Sridhar Samudrala wrote:
> This patch enables virtio_net to switch over to a VF datapath when a VF
> netdev is present with the same MAC address. It allows live migration
> of a VM with a direct attached VF without the need to setup a bond/team
> between a VF and virtio net device in the guest.
>
> The hypervisor needs to enable only one