Displaying 20 results from an estimated 200 matches similar to: "CompiledCode execution + using scope + local variables in a loop => NullReferenceException"
2011 Oct 26
8
IronRuby's Marshal.dump doesn't work with CLR types, or ruby types backed by a CLR type
Backstory: I''m trying to use DRb for some in-house utility code. DRb
itself seems to work fine, but I found that when I misspelled a method
name, instead of reporting back a NoMethodError, the IronRuby process
crashed immediately to the console.
This is using a relatively recent build of IronRuby from Github
Steps to repro:
e = RuntimeError.new ''xyz''
dumped =
2012 Sep 18
0
No such file to load -- gem_prelude.rb (LoadError)
Hi,
I am new to IronRuby. I have installed IronRuby1.1. When I execute my
IronRuby script I get an error:
unknown: no such file to load -- gem_prelude.rb (LoadError)
Can someone tell me why this error is occuring???
I am trying to automate using Bewildr.
This is my script:
require ''rubygems''
require ''bewildr''
puts "hello"
@app =
2007 Nov 09
2
RubyConf 2007 - Thoughts?
Hi,
For those of you that attended RubyConf 2007, what were your impressions?
Any more thoughts on JRuby, Rubinius, IronRuby or Wuby?
Regards,
Dan
2017 Dec 25
2
R CMD check warning about compiler warning flags
However, and hope not to be off-topic, a git repository (github, gitlab,
codeplex, etc., not just solely github) could constitute a tidy approach,
and make things easier to R Core :)
By putting the focus on version control, the line of changes made with each
commit (With the possibility to reverse changes), and not verbose e-mails.
Juan
I strongly disagree. Are you aware that github is a
2009 Mar 25
5
[Cucumber] ANN: Cucumber with pure Java
Big news for all Java programmers out there.
Now you can use Cucumber with pure Java!
That''s right, you don''t have to write a single line of Ruby! (1)
All of your step definitions can be written as annotated methods in POJOs
(Plain Old Java Objects).
To get a taste of what this looks like, check out the simple example in the
cucumber_java project on GitHub:
* README for
2017 Dec 25
2
R CMD check warning about compiler warning flags
On 26 December 2017 at 00:00, Juan Telleria <jtelleriar at gmail.com> wrote:
> Maybe I'm new, and forgive my ignorance, but maybe in the future (~ X years
> from now) the R Project could be managed entirely from github, by doing
I strongly disagree. Are you aware that github is a commercial
company, github inc. [1] ?
What about gitlab? or Microsoft's codeplex? There are other
2011 Apr 07
5
R licence
Hi,
is it possible to use some statistic computing by R in proprietary software?
Our software is written in c#, and we intend to use
http://rdotnet.codeplex.com/
to get R work there. Especially we want to use loess function.
Thanks,
Best regards,
Stanislav
[[alternative HTML version deleted]]
2018 Jan 03
3
Community Feedback: Git Repository for R-Devel
UNBIASED FACTS:
? Bugzilla & R-devel Mailing Lists: Remain unchanged: Understood as
Ticketing platforms for bug pull requests on the R-devel Git Repository.
? Git Repository Options:
A) Github (Cloud with Automated backups from GitHub to CRAN Server):
https://github.com
B) Gitlab (Selfhosted on CRAN): https://about.gitlab.com
C) Phabricator (Selfhosted on CRAN): https://www.phacility.com
D)
2012 Oct 17
1
IronRuby igem not working
Hi All,
When trying to download the following gems from the cucumber wiki page,
I get the following error:
https://github.com/cucumber/cucumber/wiki
igem install cucumber ?no-ri ?no-rdoc
igem install iron-term-ansicolor ?no-ri ?no-rdoc
ERROR: Could not find a valid gem ''slimgems'' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
2010 Aug 25
4
New Wine user who need helps loading a program(Wbfs Manager)
Just download Wbfs Manager 3.0 , trying to load it and it doesnt work , at first the icon wasnt right , add to change the permission details , now it looks like its trying to load but it isnt . Its the first program that im trying to load with wine so maybe im missing something or its because of the program ...
http://wbfsmanager.codeplex.com/
If someone knows how to load it , some help would be
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll
functionality,
I''ve started writing a small library to enable enumeration of products
installed via Windows Installer using win32api (I know I can also
query via win32ole to win32_product but I don''t seem to get all the
properties that are in msi.h).
It''s a little messy, and I''ve not got far as
2010 May 31
0
Please include link to NSpeex
Hi,
I think the page http://www.speex.org/software/ should include a link
to http://nspeex.codeplex.com/ which is an open source port of JSpeex to
.NET.
I tried to mail this request to webmaster at speex.org but something went
wrong
Best regards,
Jader Dias
---------- Forwarded message ----------
From: Mail Delivery Subsystem <mailer-daemon at googlemail.com>
Date: Sun, May 30, 2010
2018 Jan 03
0
R CMD check warning about compiler warning flags
On 26.12.2017 00:45, Juan Telleria wrote:
> However, and hope not to be off-topic, a git repository (github, gitlab,
> codeplex, etc., not just solely github) could constitute a tidy approach,
> and make things easier to R Core :)
>
> By putting the focus on version control, the line of changes made with each
> commit (With the possibility to reverse changes), and not verbose
2018 Jan 04
0
Community Feedback: Git Repository for R-Devel
This question has been discussed before on this list:
http://r.789695.n4.nabble.com/Why-R-project-source-code-is-not-on-Github-td4695779.html
See especially Jeroen's answer.
Best,
Mark
Op do 4 jan. 2018 om 01:11 schreef Juan Telleria <jtelleriar at gmail.com>:
> UNBIASED FACTS:
> ? Bugzilla & R-devel Mailing Lists: Remain unchanged: Understood as
> Ticketing platforms
2012 May 22
1
How to evaluate R things from Visual Studio?
Hello all, I’m new here and this is actually my very first post.
My name is Giannis and I am an undergraduate student. I am programming in Microsoft’s Visual Studio 2010 (VB.NET mostly) and I want to create a program for the research group I am in.
I merely want to evaluate actions and use simple statistical things such as ks test (Kolmogorov-Smirnov), and some plots.
The reason I need to call R
2008 Jan 23
6
JRuby and callbacks?
Hi all,
Any Java/JRuby folks on the list? I''d like to see if we can implement
api.c for JRuby using JNA and see how it handles the callbacks.
I''m not a Java guy, nor do I know JNA, but I''ll take a stab at it if no
one else on the list does.
Here are a couple of useful links:
http://www.infoq.com/news/2007/09/jna-jruby
https://jna.dev.java.net/
Regards,
Dan
This
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools
.
I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2.
when I type in
rvm install 1.9.3
this long thing comes up...
Ruby (and needed base gems) for your selection will be installed shortly.
Before it happens, please read and
2014 Apr 15
2
¿Cómo generar informes con R sin utilizar LaTeX?
Hola, lo primero muchísimas gracias a todos por las respuestas que me
habéis dado.
Precisamente, lo que busco es una solución opensource para realizar
informes con los resultados de R. Que permita cierta maquetación como
LaTeX, y sobre todo una impresión correcta (que no corte las imágenes como
ocurre con markdown/html). Y si dicha solución está orientada a servidor
pues mucho mejor.
Respecto a
2007 Dec 15
0
CFP : First Ruby and Rails devroom at Fosdem 2008
Hi folks,
The Belgian Ruby User Group is happy to announce the first Ruby and
Rails devroom at Fosdem 2008. Fosdem is a gathering of Free and Open
Source Software developers and the ideal occasion to meet fellow Ruby
and Rails developers (and 2,000 other FOSS developers). If you have a
good idea for a talk or tutorial, consider sending in an abstract. You
can find the Call for Papers at
2010 Oct 06
2
Regression bug in latest Wine?
Hi.
I've been using Keep Focused (http://keepfocused.codeplex.com/) in Wine and it was working despite some errors.
But today I updated Wine from the Wine and this is the error I get when I start it:
Code:
fixme:gdiplus:GdipMeasureString graphics object has no HDC
Unhandled Exception: System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented]