Displaying 14 results from an estimated 14 matches for "vyver".
Did you mean:
vyber
2006 Mar 23
1
RMySQL's column limit
...on, "simdataseries", template, overwrite = TRUE,
row.names = FALSE )
I am assuming this is a RMySQL rather than MySQL limit.
If that is the case I was wondering just what this limit is and if it
is possible to raise it?
Thanks again for all the hard work.
Sincerely
Mark
--
Mark Van De Vyver, PhD
--------------------------------------------------
My research is available from my SSRN Author page:
http://ssrn.com/author=36577
--------------------------------------------------
Finance Discipline
School of Business
The University of Sydney
Sydney NSW 2006
Australia
Telephone: +61 2 9351-...
2007 Nov 21
7
describe scope
Hi,
Googling ''RSpec describe scope'' didn''t yield much, so apologies if
this question has been dealt with.
It seem well known that a ruby class is ''visible'' between describes,
and if this is a problem then you should use some counter as prefix or
suffix:
''class Item_001; ... end''
Is there any work underway, or sheduled release where
2004 Mar 03
3
Adding text (coefts) to pairs panels
...if(missing(cex.cor)) cex <- 0.8/strwidth(const)
text(0.1, 0.5, const, cex=cex)
if(missing(cex.cor)) cex <- 0.8/strwidth(slope)
text(0.5, 0.1, slope, cex=cex)
}
pairs(USJudgeRatings[1:5], lower.panel=panel.smooth, diag.panel=panel.hist,
upper.panel=panel.myfitline)
Mark Van De Vyver
PhD
Lecturer
Finance Discipline
School of Business
Faculty of Economics and Business
Economics & Business Building H69
The University of Sydney
Sydney NSW 2006 Australia
Telephone: +61 2 9351-6452
Fax: +61 2 9351-6461
Mobile: 0428 281407
mailto:mvdv at spamcop.net
http:\\www.econ.usyd.edu...
2012 Jun 13
3
Default Route disappear
Hi
I have a default route to 192.168.1.1 as soon as I start shorewall the
default route dissapear. What do I need to do to have it not disappear.
Kind Regards
My network setup
/etc/network/interfaces:
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.17
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
2006 Oct 09
1
Problem with routing
...192.168.241.65
This can be done with the following rule on Machine B:
DNAT:info net:192.168.10.0/24 net:192.168.241.65 all -
- 192.168.20.33
But for that packets to go to 192.168.241.65 the source must be also
rewritten to 196.44.33.118.
Any ideas?
Regards
Jan van der Vyver
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net''s Techsay panel and you''ll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash...
2004 Mar 04
4
Accurate area map projections
Hi,
Could any one point me to the projection, and parameters if necessary, that
would show each country/continent with it's area accurately refelcted on the
plot? E.g. aitoff vs. albers vs. bonne vs. cylequalearea vs. guyou - they
don't all look the same to mee but some of the documentations suggests they
are equal area? Of course this isn't my field, so I am largely guessing and
am
2004 Mar 04
2
Alternative mail archives?
...search
engines too.)
Since I am also interested in the possibility to search the archive I have
just sent a question to Google to see if they have a solution. I have also
sent that mail to this mailing list. (I hope that does not disturb.)
- Lennart
-----Original Message-----
From: Mark Van De Vyver [mailto:mvdv at spamcop.net]
Sent: 4 mars 2004 07:10
To: r-help at stat.math.ethz.ch
Subject: [R] Alternative mail archives?
Hi,
The searchable mail archive at http://maths.newcastle.edu.au/~rking/R/ is
very useful. Unfortunately it seems that many of the emails are not
available, many show up...
2004 Mar 17
1
(no subject)
...thought of. Does
any one know of a simpler approach, to use add I'm need to create two
boxplots, a dummy (with x taking the correct range of values, say
boxplot(1:10, ylim = c(0, 100))) and the real box plot with, say 11 box
plots...
Thanks again
Mark
On Wed, 2004-03-17 at 14:31, Mark Van De Vyver wrote:
> Hi,
> Could anyone hint at how to set the x axis plot range in boxplot/bxp?
> The docs are clear that usr and xlim are not passed through/down TIA
> Mark
It is not entirely clear what you are looking to do here.
Are you attempting to plot a horizontal boxplot and adjust t...
2007 May 24
4
Multiple EM connections on separate threads
Hi EM Gurus,
I''m hoping someone can shed some light on the following...
I''m using a 3rd party (legacy) server that can accept up to 8
simultaneous connections on one port.
I''ve been able to make multiple connections to this server from within
one call to EventMachine::run {...}.
Specificaly, I can access each connection separately using:
em_thread = Thread.new do
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
...Computer Modern
italic afm font files and update CM_italic_10.afm and
CM_boldx_italic_10.afm. I'm not a font pro but it seems that converting
between different font files is not so straight forward, but the Computer
Modern italic afm files may be available to someone?
HTH
Mark
Mark Van De Vyver
B.Bus(Hons), PhD(Dist)
Lecturer
Finance Discipline
School of Business
Faculty of Economics and Business
Economics & Business Building H69
The University of Sydney
Sydney NSW 2006 Australia
Telephone: +61 2 9351-6452
Fax: +61 2 9351-6461
Mobile: 0428 281407
mailto:mvdv@spamcop.net
http:\\w...
2007 Sep 12
2
A puzzling spec failure in a shared describe
Hi,
Thanks for all the effort that has gone into making RSpec available.
I''m not a professional developer and I''ve found the approach
articulated has helped me a lot in writing my code, and understanding
that of others.
To cut my teeth, I''m trying to write an db adapter for the og project.
I''ve being iterating with RSpec and it''s exposed some
2004 Mar 15
1
Correct Computer Modern font in postscript(..) output
Hi,
I'm trying to get the correct font used when generating italic text in an R
grahic. I have a set of labels that print correctly except it seems the
italic text is justr a slanted version of the TeX computer modern normal
font... I'm using R v1.8.1 on Windows XP, and I get the same result if I
build the pdf using Adobe Acrobat or using MikTeX
The labels:
2007 Sep 16
12
rspec_todo -- spec''ing backwards
While the spirit of BDD is to spec first and code second, many of us
have legacy code. Worse, some of us have legacy code without very
good coverage. Recognizing that *I* have such code, I created a
script that grinds through your .rb files and creates placeholder
specs for each public method.
While it is more sensible to spec behavior of code function than of
individual methods, this
2004 Mar 04
0
Map projections
Hi,
This may already be in the R-help email archive but I can't seem to view
msgs older than 2002/2001....
In trying to work out which map projection I wanted to use I wrote a loop to
print them out, along with the info that is in the documentation of
'mapproj'. If there is interest I'd like to contribute it to...? I think it
is too big to be an example (121 lines)
Even if there