Displaying 12 results from an estimated 12 matches for "bemusement".
Did you mean:
amusement
2008 Dec 09
3
a custom progress bar formatter
I''ve always been a little bit bemused by the default ruby test/unit and
rspec output. Basically, what I want is a progress bar and that any
errors and warnings be displayed immediately. I also want warnings to be
printed for slow specs. When using color, I want the entire progress bar
printed in green if everything is good, yellow if there has been a
warning, and red if there has been an
2017 Jul 12
2
ThinLTO and the C API
Our ThinLTO testing was inoperative for a while, and now that it's running
again, we're seeing the linker step reporting "Expected a single module."
Note that our linker is using the C API to read bitcode.
It looks like the ThinLTO writer now emits two modules, but AFAICT most of
the APIs in BitcodeReader.cpp expect to see only one. Is this just an
oversight in supporting
2012 Oct 17
1
Rcmd_environ and R_LIBS_{USER,SITE}
Is there a fundamental reason why I cannot set either one of
## add local library path -- doesn't work either
R_LIBS_USER="c:/opt/R-library"
R_LIBS_SITE="c:/opt/R-library"
in $R_HOME/etc/Rcmd_environ even though I can seemingly set other things here?
It breaks "R CMD check" for me as I prefer NOT to install packages in a
versioned path.
FWIW,
2008 Aug 16
1
ANCOVA: Next steps??
Having spent the last few weeks trying to decipher R, I feel I may finally be getting somewhere, but i'M still in need of some advice and all my tutors seem to be on holiday!
Basically a bit of background, I have data collected on a population of Lizards which includes age,sex, and body condition. I collected data myself this year and I have data previously collected from 1999, 2002 and
2024 Apr 13
1
Just for your (a|be)musement.
I recently had the chance to read a book explaining how to use
ChatGPT with a certain programming language. (I'm not going
to describe the book any more than that because I don't want to
embarrass whoever wrote it.)
They have appendix material showing three queries to ChatGPT
and the answers. Paraphrased, the queries are "if I throw 2 (3, 4)
fair dice, what is the probability I get
2002 Sep 09
3
loading data from a specified directory
System info:
Linux slackware
R Version 1.5.1 (2002-06-17)
ESS 5.1.21
Emacs 21.2.1
-------------------
Colleagues
I have some text files in a certain directory and want to process them
sequentially. So I want to pass the filename identifier into a function
and loop through the processing of each file in turn.I've called the
file identifier f in this code segment:
image.dvm <- function
2007 Sep 22
0
sockets reading wrong data
...becoming a problem for mongrel. Is
this true? Is there something mongrel does to get ''around'' this, that would
explain why it doesn''t occur there? Or is it just that it doesn''t run all
that many threads per process, so it avoids it?
Just wondering for my own bemusement.
Thank you.
-Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070922/a7939e6e/attachment.html
2001 Mar 01
0
ESS /NT/ tab replace/ scroll interrupt
Colleagues
----------------------------------
System info:
R version rw1020 on NT
ESS using emacs ver. 20.4
----------------------------------
On 1 Mar 01,, Prof Brian D Ripley wrote (re: Re: (off topic) Re: [R]
Notepad):
> Just to remind people that ESS and FSF Emacs run on Windows too.
> (There is or was also an Xemacs port to Windows, but I have very
> little experience with
1998 May 28
0
ALERT: Tiresome security hole in "xosview", RedHat5.1?
Hi,
I am bemused.
After some security auditing on RH5.0, I was curious as to what new suid
binaries and daemons shipped with RH5.1. The first one I noticed was
"xosview". God knows why it needs to be SUID; it probably doesn''t but the
makefile just makes the binary suid by default. Linux has /proc which has
enough information that ferreting around in /dev/kmem using root privs
2006 Jul 22
3
test:plugins task dependency on :environment is pointless, surely?
Hello all,
I''ve been doing quite a bit of rooting around the plugin system
recently, and one thing in particularly has me puzzled and bemused. At
the moment, the test:plugins task has a dependency on the :environment
task, thus loading up Rails in all it''s resplendent glory. Once it''s
done this it uses Rake::TestTask to load the tests for every plugin.
However, because
2007 Oct 16
5
Question about GUI processing order
I am developing a GUI with WxRuby (wxruby-1.9.1-i386-mswin32, ruby-1.8.6).
In one of my button event handlers I do the following in this order:
set the value of a TextCtrl,
show a button (which was hidden),
hide the button that was caused this event
play some sounds (using Sound.play)
What I observe is that all these things happen, but not in the order I
specified. Hiding the button occurs
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi,
FreeBSD-9 works fine on this Lenovo T400 - except that suspending with
no USB devices plugged in result in no ports working after resume.
If I have a device plugged in during suspend - on any port - then all
the ports work fine after resume.
I've attached usbconfig and acpidump output.
here's what is logged in the kernel buffer during suspend and resume:
Her'es the suspend: