similar to: Play! 2.0 (Scala) or RubyOnRail (Ruby)?

Displaying 20 results from an estimated 2000 matches similar to: "Play! 2.0 (Scala) or RubyOnRail (Ruby)?"

2010 Dec 15
3
my scala markdown implementation
Hi, I have written my own implementation of markdown in Scala. I only later realized there is already one ( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some work into mine and I think it is never bad to have alternatives, so I wanted to release it anyway. I want to use the same BSD License as the original markdown, but before I put it out into the wild I wanted to ask
2015 Feb 28
0
[LLVMdev] Tool to convert scala to llvm-IR
Hi Vivek, At the moment there is only an unfinished prototype of LLVM backend by Geoff Reedy <http://greedy.github.io/scala-llvm/>. It's very much incomplete and is based on an outdated version of the Scala compiler. You might be glad to hear that we at LAMP/EPFL are starting a new research project in Scala <--> LLVM area soon. At the moment it's too early to provide any more
2015 Feb 28
0
[LLVMdev] Tool to convert scala to llvm-IR
Hello all, I was looking into a tool / framework that will help me convert scala byte codes to llvm-IR. I have a few questions regarding the same : 1) Does such a tool exist ? If so, is it complete? 2) If so, is it complete? 3) If not, how would one proceed to create this tool ? Any pointers / links will be very helpful. Thanks -------------- next part -------------- An HTML attachment was
2008 Apr 24
2
HUGE .... WINE runs a very complex testing proggy
Hi I'm not going to give the name of the proggy, because there may be Microsith trolls around, If someone wants the name please pm me. I've tried to run this VERY complex test generation proggy under Codeweavers Premium paid, using Xan.... 4.0 absolutely no go...not even an attempt, just balked. I tried it also under PCLinuxOS using Codeweavers and WINE and samo samo... I'm now
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
Trying to access R from Netlogo5 (using the NetLogo R-Extension), running the configuration validation tests in NetLogo5/extensions/r/Systemcheck.nlogo, I get several loadlibrary() errors ... in rJava Check2, > library(rJava); .path.package('rJava') Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...)
2013 Feb 08
1
ClassNotFoundException when running distributed job using rJava package
Hi, I have a MapReduce Java code, which I am calling from R using rJava. I have prepared the R package and tested that successfully. But when I deployed the package in a cluster and executed it, I am getting ClassNotFoundException. If I run the same job directly without integrating with R, it runs perfectly. Here is my R code: library(rJava) muMstSpark <- function(mesosMaster = NULL, input =
2007 Mar 17
5
Fix for crash at exit
Hi This is a very small patch that seems to solve that "Exit the app and get a segfault in return" problem. Another thing: bigdemo.rb:395 does item = event.get_item() if item.is_ok but get_item typemaps TreeItemId into a plain integer, so it doesn''t have is_ok method anymore, is there any wxruby2''yish solution to this kind of problem ? A.K. In case
2015 Jan 26
5
[LLVMdev] Deadlock in llvm-lit on windows 7
Hi, I am observing a deadlock with llvm-lit on windows 7. When I attached a debugger, the communicate() call is blocked. In file utils/lit/lit/TestRunner.py > # FIXME: There is probably still deadlock potential here. Yawn. > procData = [None] * len(procs) > procData[-1] = procs[-1].communicate() I am invoking python directly on windows to run the unit tests.
2015 Apr 06
6
Member server - winbind unable to resolve users/groups
On 06/04/15 12:37, buhorojo wrote: > On 05/04/15 19:41, Rowland Penny wrote: >> On 05/04/15 16:11, buhorojo wrote: >>> On 05/04/15 17:03, Reindl Harald wrote: >>>> >>>> >>>> Am 05.04.2015 um 16:55 schrieb buhorojo: >>>>> We don't want best anything >>>> >>>> sad enough >>>>
2015 Apr 05
2
Member server - winbind unable to resolve users/groups
On 05/04/15 16:11, buhorojo wrote: > On 05/04/15 17:03, Reindl Harald wrote: >> >> >> Am 05.04.2015 um 16:55 schrieb buhorojo: >>> We don't want best anything >> >> sad enough >> >>> We want what we have to work >> >> so do what you want - who cares >> >>> Linux: we configure it as we wish >> >> why
2015 Apr 05
3
Member server - winbind unable to resolve users/groups
Am 05.04.2015 um 16:55 schrieb buhorojo: > We don't want best anything sad enough > We want what we have to work so do what you want - who cares > Linux: we configure it as we wish why don't you do then? > Not as someone else dictates well, do what you want but why do you discuss on public mailing lists if you only want to hear the same as you say? > You're
2013 Nov 20
2
Functional Programming patterns
Hi, ' Not specific to 'R'. I search for patterns and found http://patternsinfp.wordpress.com/ which is too heavy for me. There is a 'Pragmatic Programmer' book on such patterns for Scala and Clojure. Is there anything for R ? I wanted to code this. Is there a functional pattern in R for multiple 'if' loops like this ? if(
2019 Oct 08
3
An internet Forum instead of mailing lists?
On Tue, Oct 8, 2019 at 2:13 PM Nicolai Hähnle via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > I wonder if mailing list archives could (or perhaps already do) expose > an API that would allow importing past history into an e-mail > client-like viewer, or perhaps into an actual e-mail client. > I know that GNU mailing lists allow downloading MBOX files for their list
2005 Aug 20
2
Centos 4.1 + MySQL 3.23.58
Does anyone know what is the best way to install MySQL 3.23 on Centos 4.1 ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050820/c4ec688b/attachment-0002.html>
2005 Jun 07
7
apple to Intel
I am wondering what the list's opinion is on the Apple to Intel switch. This is going to put a slick desktop that runs on top of BSD directly into the mainstream. What does this hold for Linux in general, Linux on the desktop..and microsoft. -- Computer House Calls, Networks, Security, Web Design: http://www.emmanuelcomputerconsulting.com What businesses are in Brunswick, Maryland?
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
2016 Dec 30
2
Java para bigdata
Aunque es un poco offtopic, creeis necesario aprender java para temas de bigdata o con python es suficiente Gracias Jesús [[alternative HTML version deleted]]
2016 Dec 05
2
Big data con R o phyton?
Merece la pena aprender python para Big data con Spark o usando la libreria que acaba de salir para R es suficiente? Qué creeis? [[alternative HTML version deleted]]
2006 Apr 06
2
Your app release and marketing strategy..
Hey, Rapid web development is all when and good but when it takes 4 months to rise anywhere in google it certainly takes off the shine. You hear of zero to hero.. crashed the server.. minted before toilet break.. I was wondering if any heros would share their marketing strategies.. or prehaps an amazon link to "Post-Agile Web development". Does anyone plug an app purely based on its
2013 Mar 20
2
[LLVMdev] Debug Info Documentation State
Hi, I wanted to add debug info to my language (compiler written in Scala, outputs .ll files), but I found it really hard to do based on the documentation provided at http://llvm.org/docs/SourceLevelDebugging.html (I looked at the specific doc for LLVM 3.0 though) With LLVM 3.0, DI version 8 (which is documented there) seemed to work, except DW_TAG_auto_variable for which I used version tag 11