Want to Get Involved in an Apache Open Source Deep Learning Project?

2018-11-23 Thread Carin Meier
The Apache MXNet Clojure package http://mxnet.incubator.apache.org/ is looking for people to get involved. There are some are some issues that have opened that would be great for new contributors https://github.com/apache/incubator-mxnet/issues?q=is%3Aissue+is%3Aopen+clojure+label%3A%22Good+Fir

[ANN] Clojure Package for Apache MXNet - Contributors Welcome

2018-07-01 Thread Carin Meier
I'm delighted to share the news that the Clojure package for [MXNet](https://mxnet.apache.org/) has now joined the main Apache MXNet project. A big thank you to the efforts of everyone involved to make this possible. Having it as part of the main project is a great place for growth and collabor

Re: Twitter bot crashing on Heroku

2015-07-27 Thread Carin Meier
By default, Heroku sets up a web worker for your project. Check your project resources. It sounds like you have an extra web worker setup trying to bind to the port. - Carin On Monday, July 27, 2015 at 10:04:16 AM UTC-4, Divyansh Prakash wrote: > > Thanks for the response, everyone. > > My

FARM 2015 - CFP

2015-02-12 Thread Carin Meier
University David Janin (chair), University of Bordeaux Anton Kholomiov, Orffeus instrumental ensemble Moscow Alex Mclean, University of Leeds Carin Meier, Outpace Systems Henrik Nilsson, University of Nottingham Yann Orlarey, GRAME Lyon Donya Quick, Yale University Shigeki Sagayama, Meiji University

Re: Turboshrimp - Parrot AR.Drone library

2015-01-11 Thread Carin Meier
Looks awesome :) - Carin On Sunday, January 11, 2015 at 6:22:46 PM UTC-5, John Wiseman wrote: > > Turboshrimp is a clojure library > for controlling the Parrot AR.Drone using the drone's proprietary, but > mostly documented, communications protocols. It

[JOB] Full Time Clojure Remote Pair Programming (North America only)

2014-11-07 Thread 'Carin Meier' via Clojure
Join a top-notch development team at Outpace! We deliver great software to happy customers using cutting-edge technologies and practices. We live in Clojure and love it. Outpace offers a unique development environment: - You’ll find programmers that love Clojure as much as you do,

Re: Open source Clojure projects

2011-11-15 Thread Carin Meier
4Clojure.com is a great project. We have a quite a few issues that could use some help. Feel free to ping me if you have any questions about getting involved. https://github.com/4clojure/4clojure -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: ANN: Korma - a SQL DSL for Clojure

2011-11-02 Thread Carin Meier
I really like the color pallette :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-27 Thread Carin Meier
Please sign me up for ClojureScript, Heroku Drinkup, and the Web and Clojure. Another thing I would be interested in hearing about and discussing is development techniques with Clojure and ClojureScript. What practices people are using and finding that work best for them. -- You received t

Re: Open Source Projects for Beg/ Intermediate

2011-04-17 Thread Carin Meier
on.name > > On 15 Apr 2011, at 02:47, Carin Meier wrote: > > > > > > > > > I have fallen for Clojure.  I would love to be able to practice and > > hone my skills while contributing something to an open source > > project.  Do you have any suggestions fo

Re: Open Source Projects for Beg/ Intermediate

2011-04-17 Thread Carin Meier
pr 16, 6:36 pm, Sean Corfield wrote: > On Thu, Apr 14, 2011 at 6:47 PM, Carin Meier wrote: > > I have fallen for Clojure.  I would love to be able to practice and > > hone my skills while contributing something to an open source > > project.  Do you have any suggestions fo

Re: Open Source Projects for Beg/ Intermediate

2011-04-15 Thread Carin Meier
I'm sure he'd love the help! > > On Apr 14, 6:47 pm, Carin Meier wrote: > > > > > > > > > I have fallen for Clojure.  I would love to be able to practice and > > hone my skills while contributing something to an open source > > project.  Do

Open Source Projects for Beg/ Intermediate

2011-04-14 Thread Carin Meier
I have fallen for Clojure. I would love to be able to practice and hone my skills while contributing something to an open source project. Do you have any suggestions for projects that might have some low-hanging fruit for a newish person like me. Any floors that need sweeping? Carin Meier

Re: April Showers Bring May Flowers - raindrop advice please

2011-04-03 Thread Carin Meier
Nice. Thanks. It is also interesting now to see the graphical difference in running send-off vs send for my raindrops. send gives me a nice drizzle, while send-off gives me a sudden downpour :) On Apr 3, 9:29 pm, Alan wrote: > I'd write it as (repeatedly num-raindrops #(agent nil)). > > On Apr