Displaying 20 results from an estimated 800 matches similar to: "Smalltalk binding to R"
2012 Apr 05
3
GSoC student application deadline
The deadline for student applications is 19:00 UTC on Friday 6th April:
http://www.google-melange.com/gsoc/events/google/gsoc2012
That's just over 36 hours away as I write this.
The deadline is sharply enforced by the melange software, and you
won't get an extension, so don't leave it until the last few seconds, as
you might have an unexpected internet outage.
There's also no
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
I posted this to comp.lang.ruby and comp.lang.smalltalk, and my blog.
I will likely get destroyed, but it will be worth it if at least one
nugget of information helps the Ruby IDE makers.
-----------------------------------------
Hi all --
I shout my question to the entire Ruby + Smalltalk community: Smalltalk
has had amazing IDEs for decades, why not Ruby? Smalltalkers, Ruby
needs your help!
2012 Mar 19
1
Syslinux is now participating in GSoC 2012
Hi all,
Some days ago I attempted to submitt Syslinux as a mentoring
organization for Google Summer of Code 2012, but Google rejected it. As
kernel.org has been accepted as a mentoring organization, and also
listed Syslinux as one of the things they intend to develop, we can work
with them under their umbrella.
As I'm currently the only mentor of kernel.org (for Syslinux,
specifically),
2006 Jan 11
4
Code Shopping in Rails
Back in the horse-and-buggy days when I was cutting my OO eye teeth
on Smalltalk, we had a LOT of conversations about the biggest problem
dealing with a large and growing set of classes and methods in the
Smalltalk image. It became clear that most, if not all, successful
Smalltalk coders spent a lot of their time code-shopping, i.e.,
looking for a class or method that did something they
2005 Oct 19
2
[R-gui] R GUI considerations (was: R, Wine, and multi-threadedness)
>>>>> "K" == Kasper Daniel Hansen <khansen at stat.Berkeley.EDU> writes:
K> On Oct 19, 2005, at 3:43 PM, Jeffrey J. Hallman wrote:
K> <SNIP>
>> Think about it. Once you have a basic math package that can handle
>> matrix
>> programming and various mathematical functions, building the various
>> statistical modeling
2008 Feb 22
1
Calling R_PreserveObject from embedded R
Hello. This is my first post to the list, so first I'd like to thank
everybody for making and mantaining such a great product as R.
I'm writting a native binding to R from Dolphin Smalltalk. I've followed up
the examples of the documentation showing how to run R embedded, and I got
it partially working. However, I have a problem with the reference handling
of the R objects.
2012 Apr 23
1
filter by facets and objective c version
1. How do I perform filter by facets using the C++ api?
2. Has anyone ported xapian to objective C
thanks
Amish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120423/1d1c58dd/attachment.html>
2007 Jun 07
6
Problem with response.should render_template
Hello, I have problems with this spec controllers:
http://pastie.caboo.se/68634
when I run:
rake spec:controllers
I get this error:
...............F......
1)
''DocTypeController should update and redirect to show'' FAILED
expected redirect to {:action=>"show", :id=>1}, got redirect to
2007 Jun 05
6
Help with spec controller
Hello,
I haven''t been able to create a controller spec.
You can see the code here:
http://pastie.caboo.se/67980
The error message I''m getting is:
Spec::Mocks::MockExpectationError in ''PersonController should tell the Person
model to create a new person on POST to create''
Mock ''person'' received unexpected message :save with (no args)
2014 Apr 24
2
Need someone to help me adjust my gsoc proposal
Dear all,
My name is Hanxiao Sun and I am a master student in the University of
Chinese Academy of Sciences. I am so glad to be selected by Xapian as the
GSoC student. This is my first time to work with open source community. I
hope I can do a good job with you in this summer !
In my proposal, I followed the scope of the LTR project on the ideas page.
But, after the interview, it seems to need
2014 Jan 23
1
Xapian and GSoC 2014
Hi Tejas,
Thank you for your interest in Letor project in Xapian. We would definitely
like to consider Letor for this year's GSoC project.
What I would suggest you is, start playing with the code and get acquainted
with it. The latest code can be obtained from http://trac.xapian.org/wiki/
GSoC2012/LTR
Regards,
Parth.
On Wed, Jan 22, 2014 at 10:14 PM, Tejas Nikumbh <tejasnikumbh at
2012 Apr 04
0
Proposal_ "Project weighting schemes"
Hello,
I have submitted my proposal for "Weighting Schemes" . if you get some time
to read my proposal, I will appreciate your suggestions about it.
Proposal link:
http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/azeembt10cse/1
Thank you
with Regards,
Mohd Azeem
NIT Uttarakhand
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 05
0
[GSoC] proposal "project weighting schemes"
Hello,
I have updated my proposal for "project weighting schemes", If you get some time to read my proposal, I will appreciate your suggestions about it.
proposal link: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/azeembt10cse/1
Thank you
with regards,
Mohd Azeem
NIT Uttarakhand
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 May 27
2
Mocking Requests
Hi Guys!
I just joined this list after James helped me out in ruby-talk to
mock a http get request for a project I have running :)
Now comes the second question...
I was fiddling around, making the mocking with the get request work
(which turned out to me pretty easy), but then I ran into another
problem. I was faced with mocking the post request, so I thought I
could do it the same way
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and
then communicates with it via sockets. The functions involved are:
slaveStart <- function(masterHost, masterPort){
inPort <- availablePort()
sendSocket(as.character(inPort), masterHost, masterPort)
socketSlave(inPort)
}
socketSlave <- function(inPort){
## listens on inPort.
2012 Mar 24
1
Regarding OMEGA project, GsoC
Hi,
This is Rahul Singhal, a student of Computer Science And Engineering
Department of Indian Institute Of Technology, Bombay.
My interest lies in coding & algorithm development . I love being wired all
the night. I have a lot of experience of C\C++ language,
did a course which aims at the deep knowledge of C++ at IIT Bombay itself.
As a part of this course I made an SQL compiler in C++
in my
2011 Jun 06
2
[LLVMdev] Understanding resolving external/built-in function references
Hi James,
> It depends on how your bitcode is loaded. It can be loaded either by llc,
> which outputs pure ELF/Mach-O, in which case those function references get
> turned into relocations that the linker (ld, Gold) applies.
>
> If you're loading bitcode via the JIT, it uses dlsym() to try and introspect
> your runtime environment to find the symbol.
Ah, that makes sense -
2013 Sep 23
2
Is the project learning to rank need to be improved?
Hi, guys:
I found this project idea
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
If it is need to be improved, I will try to handle it
thanks
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130923/d0ced0d6/attachment-0002.html>
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
controller.stub!(:logged_in?).and_return(true)
Please help, this is driving me nuts ;-)
--
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com
2006 Jul 20
19
Recipes versus Ruby for Rails: what''s best after Agile?
For expats from other languages, what''s the next best step after the
Agile Web Dev book:
Rails Recipes or Ruby for Rails?
Thanks,
--
Austin
--
Posted via http://www.ruby-forum.com/.