search for: scala

Displaying 20 results from an estimated 68 matches for "scala".

Did you mean: scale
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...
2013 Aug 28
2
netlogo r-extension loadlibrary() failures
...stemcheck.Entry$RCheck.perform(Entry.java:208) at org.nlogo.prim._extern.perform(_extern.java:54) at org.nlogo.nvm.Context.stepConcurrent(Context.java:91) at org.nlogo.nvm.ConcurrentJob.step(ConcurrentJob.java:82) at org.nlogo.job.JobThread.org$nlogo$job$JobThread$$runPrimaryJobs(JobThread.scala:143) at org.nlogo.job.JobThread$$anonfun$run$1.apply$mcV$sp(JobThread.scala:78) at org.nlogo.job.JobThread$$anonfun$run$1.apply(JobThread.scala:76) at org.nlogo.job.JobThread$$anonfun$run$1.apply(JobThread.scala:76) at scala.util.control.Exception$Catch.apply(Exception.scala:88) at org.nl...
2013 Feb 08
1
ClassNotFoundException when running distributed job using rJava package
...uccessfully. 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 = NULL, output = NULL, scalaLib = NULL, sparkCore = NULL, inputSplits = 8) { if (is.null(mesosMaster) || is.null(input) || is.null(output) || is.null(scalaLib) || is.null(sparkCore)) { stop("Usage: muMST(<mesosMaster>, <input>, <output>, <scalaLib>, <sparkCore>, [<inputSplits>]&qu...
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 details yet but stay tuned...
2012 Jun 08
6
Play! 2.0 (Scala) or RubyOnRail (Ruby)?
Hi ruby community, It has been months after much experimenting RubyOnRail but it wasn''t chosen for my Enterprise project. Recently, I heard some of my friends argue that RubyOnRail is Enterprise-class framework which perform much better than PHP. IMHO, I think Play! 2.0 (Scala) can offer more than just a framework and high-performance. What are your thought on these comparison? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G...
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...
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( is.na(str_extract(input,"T[^.]*")[1]) ){ }else{ Thanks, Mohan This e-Mail may contain proprietary and confidential in...
2005 Dec 13
1
strange tinc error with many nodes
...count of satellites reaches 40, many strange error log entries are visible (but only in the log file of the 2nd central box). if we lower the number of satellites that connecting to these two boxes the errors gone. These error occurs an some satellites (less 3) Dec 13 19:17:20 gt-fw-nfp-konstanz-scala tinc.nfp_kn_scala[2044]: Sending meta data to nfp_c_vpn (1.2.3.4 port 30665) failed: Resource temporarily unavailable Dec 13 19:17:20 gt-fw-nfp-konstanz-scala last message repeated 7 times And these are a short cut from the central box Dec 13 14:36:27 c tinc.nfp_c_vpn[17944]: Error while processi...
2009 Mar 25
5
[Cucumber] ANN: Cucumber with pure Java
...ellesoy/cucumber_java/blob/271160300da5bc9275dd67624f711c5ea6913187/examples/simple/src/main/java/simple/StuffSteps.java * The main page: http://github.com/aslakhellesoy/cucumber_java/tree/master By this I hope Cucumber will reach a bigger crowd. Much bigger crowd actually :-) - this will work for Scala, Clojure, Jython and all the other cool JVM languages too. (I''ll be doing something similar for .NET, which will bring Cucumber goodness to C#, F# and whatever languages run on .NET. But IronRuby must catch up on speed first). I had the pleasure of going back to visit PicoContainer - a pi...
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 whi...
2014 Nov 09
2
organisation of packages & CRAN
...oved is the way packages are organised. Instead of CRAN being a long list of packages having a short & usually unintelligible name I ?d like to see packages organised in a hierarchical way with that path acting as a hierarchical namespace just like you have in many other languages like Java, C#,Scala,? The names of the (sub)packages should also be clear and unambiguous & packages should be organised according to their functionality and not just for example be code for a whole book thrown together and given a cryptic name. Next to that it would be nice to have extra metadata in the package...
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
2010 Jul 04
1
Fwd: Functional programming and R: Recommendations?
...good object-oriented programming and software engineering background (mostly Java) and know some R. I'd like to learn more about functional programming concepts and its support and application in R. Do you have any recommendations (books, links etc)? I read (and like) "Programming in Scala" (Odersky) and just ordered "Funktionale Progammierung" (Pepper/Hofstedt) Thanks, FS -- ---- Friedrich Schuster Dompfaffenweg 6 69123 Heidelberg
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>
2016 Dec 31
2
Java para bigdata
...Ortega <cof en qualityexcellence.es> Enviado: viernes, 30 de diciembre de 2016 11:28 Para: Jesús Para Fernández Cc: r-help-es en r-project.org Asunto: Re: [R-es] Java para bigdata Hola, Para "BigData" ahora lo que se lleva es "Spark" que de forma nativa trabaja con "Scala". Aunque soporta Java, Python, R y como no SQL... De todas formas esto de "BigData" es muy amplio, entiendo que a lo que te refieres es a hacer "Machine Learning" sobre conjuntos muy grandes...¿?. Saludos, Carlos Ortega www.qualityexcellence.es<http://www.qualityexcel...
2009 Jan 05
1
error message of RODBC...
...va tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60GG divisi$' 4 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006$' 5 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'RMI E SCALA SPECIFICA$' 6 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'VALORI RANKIN RMI CSS$' TABLE_TYPE REMARKS 1 TABLE <NA> 2 TABLE <NA> 3 TABLE <NA> 4 TABLE <NA> 5 TABLE <NA> 6 TAB...
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]]
2000 Jun 29
1
ANOVA
> Date: Thu, 29 Jun 2000 14:22:24 +0000 > From: Lilla Di Scala <lilla at dimat.unipv.it> > I have a problem regarding the anova() output. When I apply it to a > single regression model, I do not understand how the values > corresponding to the F statistics are obtained by the software. I > believe that they are computed using differences be...
2016 Jun 02
2
issue: IMPORTANT: APT repo temporary switched off
...repo off to see if this would help. > Stay tuned for updates. > > -- > With best regards, Anton Korobeynikov > Department of Statistical Modelling, Saint Petersburg State University Needless to say that I'm one of those badly hurt by unavailability. I simply cannot compile/run Scala Native since it depends on clang-3.8 :-( Have you guys considered mirroring the APT repository? Do you guys need a hand to investigate how your APT repository could be mirrored by, say... http://www.mirrorservice.org/ ? Thanks a lot, -- Richard Gomes
2011 Jul 06
0
[LLVMdev] LLVM and managed languages
...ecific issues. What I would like to do is step back for a > moment and give my "big picture" assessment of LLVM overall, particularly > with respect to developing a "managed" language like Java / C# or my own > language, Tart. I'm working on an LLVM backend for the Scala compiler[1], so I'm very interested in the issues you discuss here. Some of them I have encountered myself already and others I can see on the horizon. I am new to the list and offer apologies and request pointers if I cover ground that's been trodden before. [1] http://greedy.github.com/s...