Displaying 20 results from an estimated 77 matches for "mundan".
Did you mean:
mundane
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.
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.7182818284590...
2000 Jan 21
1
Solaris/Samba/printing question
Hi all,
This is sort of mundane but users want to know how to get their userid's
on the banner sheet when they print to a Unix box running samba. The
printer prints out my userid (of course, I have a userid on the Unix box)
but everyone else has guest. smb.conf has "guest" as the userid to print
but how does my n...
2005 Mar 10
10
Some Basic Questions
...ails application... the index.html file.
What am I doing wrong?
3) Instead of destroying an entry I want to update the deleted field I have to
equal 1. Should I use the update or update_all methods and does anyone have
examples of them being used :-).
Thanks for your guys help. I know they are mundane questions. But I am only on
my third day of rails... and OO languages come to think of it. :-)
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. B...
2018 Aug 24
1
kernel-plus (plus 1?)
...e off?
> It has a bug fix for the IPoIB issue:
>
> https://bugs.centos.org/view.php?id=15193
>
> Akemi
I wish guys kept changelog always updated and consistent so when the
rest of us do rpm -q --changelog then we know right away everything and
do not need to bother each other with mundane question like that one of
mine, nor search for answers.
thanks, L.
2011 Sep 01
4
[LLVMdev] git Status Update?
...ll be forever stuck in the waiting
game.
I also know that there is a time/resource issue in actually making the
transition. Some group of people needs to do the work. Has there been
any progress in identifying who those people are? Any volunteers? I'll
put my name in the hat to do whatever mundane work I can do to help the
process along. All assuming we actually make the transition, of course.
-Dave
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 generates a warning pop up box i...
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 how to use glm()
to do a vanilla probit!) But you will get markov chain monte carlo for
the ordered probit model! :-) It's cool.
> help.search("ordered probit")
MCMCoprobit(mcmcpack-0.4-8)...
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 weight var (wt). I use Rcmdr's plotMeans to obtain 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?
...iting
> game.
>
> I also know that there is a time/resource issue in actually making the
> transition. Some group of people needs to do the work. Has there been
> any progress in identifying who those people are? Any volunteers? I'll
> put my name in the hat to do whatever mundane work I can do to help the
> process along. All assuming we actually make the transition, of course.
>
> -Dave
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>...
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
2016 May 23
0
sum elements in the vector
...ike.
I think the important distinction is between a *target specific* intrinsic
and a generic one that we expect every target to support. The latter I
think will be much more useful.
Then we can debate the relative merits of using a generic intrinsic versus
an instruction which I think are fairly mundane. I suspect this is a place
where we should use instructions, but that's a much more mechanical
discussion IMO.
(And in case it isn't clear, I'm not arguing we should avoid doing the
vector reduction matching and other patterns at all. I'm just trying to
start the discussion about...
2015 Oct 14
5
RFC: Introducing an LLVM Community Code of Conduct
...M community is not the Internet at large and need not be. I think
there are many good forums for uncensored debate of controversial and
sensitive topics, but I do *not* think that this particular open source
software project is such a forum. This is a community for technical
discussion about rather mundane and boring topics such as compilers and
software.
As such, I think we can and should (and have historically for all of the
near decade I have interacted with this community) prioritize differently.
We should be polite and respectful, and insist upon that from others.
The correct response to some...
2012 Apr 27
1
Rconsole file fails to remember GUI settings, and script
...oth customizable and by default)
> -- I quite like the cobalt theme
>
> Michael
>
> On Fri, Apr 27, 2012 at 7:04 AM, geotheory <geotheory1 at gmail.com> wrote:
>> Am encountering two related problems since the 2.15 release. =C2=A0Apolog=
> ies in
>> advance for a mundane non code-related post, but you know how it is. =C2=
> =A0I'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. =C2=A0Since the 2.15 release my script =
> window
>>...
2010 Nov 12
3
Sending calls to a particular T1 port.
...0062' status is
'CHANUNAVAIL'
And no messages at all on the backup server, except this one every 4 seconds:
[Nov 12 10:08:04] WARNING[4473]: chan_dahdi.c:4169 pri_find_dchan: No
D-channels available! Using Primary channel 24 as D-channel anyway!
Which Googling reveals to be a fairly mundane and harmless warning message
(it happens on real T1's apparently, and isn't related to any kind of
outage).
Also, I'm not entirely sure how to enable changes to chan_dahdi.conf
without restarting asterisk or otherwise killing the 15+ DAHDI channels in
progress. Doing this at off-peak...
2014 Jun 26
2
[LLVMdev] Phabricator and private reviews
On Thu, Jun 26, 2014 at 11:34 AM, Daniel Sanders <Daniel.Sanders at imgtec.com>
wrote:
> > As I understand, some people legitimately use Phabricator for internal
> > review, ...
>
> MIPS currently do this for patches that only touch the MIPS backend
> (details can be found at
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140602/220385.html).
>
2017 May 09
2
source(), parse(), and foreign UTF-8 characters
...est, e.g., in calls to API
functions or perhaps for .C()
- Use UTF-8 for symbols
- Avoid the forced round-trip to the native encoding in I/O functions
and for parsing (but still read/write native by default)
- Carefully look into serialization and plot devices
- Add helper functions that simplify mundane tasks such as
reading/writing a UTF-8 encoded file
I'm sure I've missed many potential pitfalls, your input is greatly
appreciated. Thanks for your attention.
Further ressources: A write-up by Prof. Ripley [2], a section in R-ints
[3], a blog post by Ista Zahn [4], a StackOverflow sea...