Displaying 20 results from an estimated 10000 matches similar to: "Looking for Madison, WI railers"
2005 Dec 20
9
Mad Rails
Hello all,
I work for a company located in Madison, WI and we''re looking at
replacing a pre-Struts J2EE ecommerce app with Rails. ''ve been
using Rails with pleasure for the last year on several supporting
applications, and I have everyone else convinced that it''s at least
worth investigating. The developer team has a few experienced Java
developers who are
2006 May 16
3
[JOB] Rails Web Developer in Madison, WI
Hello,
My company is looking for someone familiar with Rails, but *really*
familiar with front-end web development; CSS, Javascript (Ajax +
+good), and one of the XXp templating languages. We''re migrating a
rusty J2EE-ish app to Rails, and we need someone who can flip between
controller work and view development with ease. Very relaxed,
flexible work atmosphere--we value
2006 Jan 27
0
Mad Railers First Meeting
Hi all,
We are very pleased to announce the first meeting of Mad Railers, the
Madison, WI Ruby on Rails Users Group. Here are the details:
When:
Monday, February 13, 2006 from 6 p.m. - 9 p.m.
Where:
Madison Area Technical College
Downtown Education Center
211 N. Carroll St.
Madison, WI 53703
Room D240
Google Maps Link:
2006 Aug 02
4
College course on Ruby on Rails
Hello all,
I am very happy to announce that registration for my new course entitled
"Ruby on Rails Development" at my college is now open. We are offering this
course as part of our LAMP certificate which is designed for working
professionals who want to upgrade their skills.
I think that it is a sign of Rails'' growing maturity that I was able to
propose this and work it
2007 May 08
1
Looking for a comprehensive descriptive statistics package
Hi all,
I'm looking for a package that will give me comprehensive set of
descriptive statistics, including skew and kurtosis. Also, is there a
similar package that will provide multivariate descriptive statistics as
well? Thanks in advance,
David
--
===========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational
2005 Oct 05
2
Seattle Railers gathering for a beer
This is a general invite to any/all Railers in the Seattle area who want to
get together for beer/food. Nothing formal, just a "get to know ya"
gathering.
Details:
Thursday, Oct 13 (next week), 7pm
Bellevue Red Robin - *http://tinyurl.com/d678c*
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave" Thompson
http://dathompson.blogspot.com
2010 Nov 01
0
frame size for a given quality?
Yes, I have made that search, but I'm restricted to Java.
On 11/01/2010 12:21 PM, Steve Kann wrote:
> Have you tried typing "speex rtp" into google code search? It gives lots
> of examples of real applications which do exactly that.
>
> http://www.google.com/codesearch?as_q=speex+rtp
>
>
> -SteveK
>
>
> On 11/1/10 1:13 PM, "Jeff
2006 Jan 12
3
what about Austin railers?
If Tuscon has some rail users, I know there must be some other Austin
railers out there. Have I missed some meetings that I didn''t know about?
Steve
http://www.smarkets.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/c2723541/attachment.html
2010 Nov 01
0
frame size for a given quality?
Thanks again Steve. I'll search for the term you mention below.
What I really want is to take the output of the speex encoder and spit
it out on the network via RTP. I haven't been able to find a library or code
example that does that.
On 11/01/2010 12:03 PM, Steve Kann wrote:
> Jeff,
>
> It's in the manual:
>
>
2010 Nov 01
1
frame size for a given quality?
Have you tried typing "speex rtp" into google code search? It gives lots
of examples of real applications which do exactly that.
http://www.google.com/codesearch?as_q=speex+rtp
-SteveK
On 11/1/10 1:13 PM, "Jeff Ramin" <jeff.ramin at singlewire.com> wrote:
>
>Thanks again Steve. I'll search for the term you mention below.
>
>What I really want is to
2007 Oct 23
2
A very simple question
Hi all,
My apologies for a very simple question. I just downloaded
R 2.6.0. I want to bring in all of the objects from 2.5.0
that I see when I type ls(). I have no idea how to do that.
Thanks in advance.
David
--
=======================================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
2006 Nov 13
2
Multivariate time-series
Hi all,
I'm looking for R packages that estimate multivariate time-series models
or vector-autoregression (VAR) time-series models.
Thanks
David
--
===========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
Educational Sciences, Room, 1061
1025 W. Johnson Street
Madison,
2007 Sep 11
2
Missing data
Hi all,
I'm looking for a contributed package that can provide a detailed
account of missing data patterns and perhaps also provide imputation
procedures, such as mean imputation or hot deck imputation and the like.
Is there anything out there?
Thanks in advance,
David
--
===========================================================================
David Kaplan, Ph.D.
Professor
2012 Nov 16
1
Error in Sweave but not underlying script
I'm trying to use Sweave to create a dynamic report of a variety of financial data checks. I have an .R code file to pull the data from a database, manipulate and filter it, and create individual data frames for each test. My Sweave .RNW document then calls that file with source() to generate the data for the report. The .R file works fine on its own, but when I run it from within the Sweave
2010 Nov 01
2
frame size for a given quality?
Jeff,
It's in the manual:
http://www.speex.org/docs/manual/speex-manual/node10.html (table 3 and 4).
However, if you're asking this, you're probably trying to do something
wrong, or the hard way. You probably shouldn't be taking speex output,
and trying to "count bytes". If you are using the API, then you will
just get the bits out, and then you'll know how
2010 Nov 01
0
frame size for a given quality?
Thanks Steve.
Is there a document anywhere that shows how many bytes/bits of data
are produced by the speex encoding process for a given amount of time
sampling rate and quality setting?
On 11/01/2010 09:41 AM, Steve Kann wrote:
> Jeff,
>
> RFC-5574 is standards-track: http://tools.ietf.org/html/rfc5574 so,
> while it's not an approved standard, it's more standardized
2012 Apr 20
1
ggplot2: Legend title
I'm designing a set of plots intended for a general audience; here's the code for one of them, using the latest version of ggplot:
plot.enr.all <-
ggplot(data=df1, aes(x=HS_GRAD_YEAR, y=Percentage, group=Enrolled_by,
color=Enrolled_by, shape=Enrolled_by, fill=Enrolled_by)) +
geom_line() + geom_point(size=3.5) +
scale_y_continuous(breaks=seq(0, 100, 10),
2007 Apr 26
1
Simple plot question
Hi,
I have been searching and can't seem to find a simple command that will
allow me to sample from a multivariate normal distribution with known
covariance matrix. I am likely missing something.
Thanks in advance.
David
--
===========================================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of
2007 Aug 24
1
An issue with White's test in Anova
Hi all,
I'm running White's test to correct for non-constant error variance and
I am using the Anova function in the package CAR. My command structure is
> Anova(scireg3, white.adjust="hc3")
where scireg3 is an object from lm.
I get the message
"Error in SS[i] <- SS.term(names[i]) : nothing to replace with"
What does this mean and how do I fix it.
Thanks
2007 Oct 27
1
Markov models
Hi all, I'm looking for a package that will estimate Markov
models and provide transition probabilities. I'm not
speaking of MCMM estimation packages.
Thanks in advance,
David
--
=======================================================================
David Kaplan, Ph.D.
Professor
Department of Educational Psychology
University of Wisconsin - Madison
Educational Sciences, Room 1061