Displaying 20 results from an estimated 8000 matches similar to: "Breaking Ice with Ruby"
2006 Sep 05
4
Ferret 0.10.2 - Index#search_each() and :num_docs
Hi,
I seem to be having trouble getting more than 10 hits from
Index#search_each since upgrading to 0.10.2 (ie, this was working in
0.9.4). Maybe a bug, as the #search_each doesn''t seem to use the options
parameter any more ?
Thanks,
Neville
===========================================
require ''rubygems''
require ''ferret''
p Ferret::VERSION
idx =
2010 Mar 01
0
MASS::loglm - exploring a collection of models with add1, drop1
I'd like to fit and explore a collection of hierarchical loglinear
models that might
range from the independence model,
~ 1 + 2 + 3 + 4
to the saturated model,
~ 1 * 2 * 3 * 4
I can use add1 starting with a baseline model or drop1 starting with the
saturated model,
but I can't see how to get the model formulas or terms in each model as
a *list* that I can work with
further.
Consider
2012 Jul 17
2
Problem creation tensor
Hi guys,
I need some help to analyzing my data.
I start to describe my data: I have 21 matrices, every matrix on the
rows has users and on columns has items, in my case films.
Element of index (i, j) represent the rating expressed by user i about item j.
I have a matrix for each of professions.
An example of a this type of matrix is:
item 1 item 2 item 3 item4
id
2010 Sep 10
3
(no subject)
Hello,
I'm trying to do bar plot where 'sex' will be the category axis and
'occupation' will represent the bars and the clusters will represent
the mean 'income'.
sex occupation income
1 female j 12
2 male b 34
3 male j 22
4 female j 54
5 male b 33
6
2006 Mar 11
1
HITBSecConf2006 - Malaysia: Call for Papers
Greetings from Hack in The Box -- We are pleased to announce that the
Call for Paper (CfP) for HITBSecConf2006 - Malaysia is now open! Set to
take place from September 18th - 21st 2006 at The Westin Kuala Lumpur,
this years conference promises to once again deliver an International
deep-knowledge security conference. HITBSecConf has been described as
"the most intimate of hacker
2010 Nov 03
1
Recoding -- test whether number begins with a certain number
Dear R community,
I have a question concerning recoding of a variable. I have a data set
in which there is a variable devoted to the ISCO code describing the
occupation of this certain individual
(http://www.ilo.org/public/english/bureau/stat/isco/isco88/major.htm).
Every type of occupation begins with a number and every number added to
this number describes th occupation more detailed.
Now my
2010 Mar 02
3
Keeping the order of data set when plotting
I have a data frame with 3 columns and I want to order the entire list by one
column and then plot. I used order() and it does order the data set but when
I plot it is as if the set is as it was originally. I also can't figure out
how to plot two sets of data on the same graph. I have,
Occupation American.Workers Foreign.Workers
Accountant 12 2
Engineer 45 54
Doctor 50 37
I want
2007 Nov 01
2
ploting a comparison of two scores, including the labels in the plot
Hello r-help!
I have data with two kind of ratings on status of 100 occupations. The
first kind of rating is on the percieved "objective" status that these
occupations have in society at large, and the second kind or rating is
on the status that the respondents think that these occuption *should*
have.
The ratings were originally integer values in the rage 1-9, but in the
current data,
2006 Feb 08
5
RJS
I am playing with the new .rjs stuff in edge rails.
I am doing stuff like :
page.replace_html ''scoops_tot'', @scoops.size
1. I want to add my own javascript functions to the page object.
Is it possible and how ?
2. I am trying to update several fields, but i would like a to have a
dekay between the updates :
@anoclicks.each{|aclick|
page.replace_html
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
2004 Jul 08
1
Re: tdm400p static - out of ideas (Jorge Mendoza)
Ryan, from the console what does "zap show channel 1" or 2/3/4 in your
case say.
I have X100P's and I seem to be having similar sounding problems. I
noticed that the above command shows the channel to be off-hook at all
times when a phone line is plugged in.
I don't know why or if it is a bug in the application reporting the status.
dbc.
Ryan Courtnage wrote:
> On July 8,
2007 Sep 12
1
"Save to File..." option on File menu
Hi.
There was an interesting thread about a year ago, called 'Command
equivalent of rgui "File, Save to File"?'
(http://tolstoy.newcastle.edu.au/R/e2/help/06/09/0553.html) started by
Michael Prager, and contributed to by Duncan Murdoch (I didn't notice
anything beyond the four entries they posted). The question was how to
replicate programmatically the "Save to
2009 Oct 27
0
2010 Fukuoka Ruby Award Competition – Enter Now to Win 1 Million Yen
*Fukuoka Ruby Award*
http://www.f-rubyaward.com/index_en.html
The Government of Fukuoka Japan, together with the Fukuoka Ruby Award
Selection Committee, is excited to announce the opening of the 2010
Fukuoka Ruby Award Competition. The competition is free to enter. The
grand prize is 1 million yen (approximately $10,000). Applications may
be submitted Online at
2006 Jun 06
11
Instant Rails speed on my puter..
Hi.
I''ve installed Instant Rails, and when testing my rails apps, I''m
noticing the load time is quite noticable.
I''m concerned when I convert to real produciton, going live, if there''s
going to be the same delay, plus additional bandwith traveling time.
I am running on a pentium 4..
Insights on speed..
Thanks
Dominic Son
--
Posted via
2007 Feb 21
0
How to read channel occupation from PRI INTENSE DEBUG ?
Hi,
(Apologies for readers of Bristuff mailing as I already posted this message
to the list)
My setup is:
SIP hardphone ------------- <LAN> ----------- Asterisk server
---------<ISDN>
Asterisk server is :
Gentoo enabled with 1.0.8 bristuffed Asterisk
equipped with Junghanns Quad BRI with 2 BRI ports connected to ISDN
>From log files (with line numbering enabled) I've got :
2012 Apr 02
1
Bootstrapped Tobit regression - get standard error 0...
I am trying to work out a bootstrapped Tobit regression model. I get the
coefficients all right, but they all have standard error zero. And I am
unable to figure out why. I know the coefficients are correct because that's
what I get when do a Tobit (without bootstrapping). Here's my code:
# Bootstrap 95% CI for Tobit regression coefficients?
library(boot)
library(AER) # for the Affairs
2007 Sep 07
1
New Installed X100p
Hi Tzafrir,
I am not sure what to look for, so I haveattached both the contents of /var/log/kern.log as well as the outputof dmesg. If you are looking for something specific, perhaps I can grepfor it and send you a smaller version. I have attached these as a tar ball to get below the 40K limit at which moderator approval is required. Thanks for the help.
> Date: Fri, 7 Sep 2007 10:26:11
2005 Feb 18
0
Time to beg on my knees for help!!!
Specs: Fedora Core 3. Dual P3 600 (Dell PEdge 1300) SCSI Disks
1x X100P (channel 1)
1x TDM20 (channels 2+3)
1x Knockoff X100P (channel 4)
I am looking to have all local and all toll free calls go outbound through
the Copper line, and all long-distance and international to go out through
the Vonage line. This way I can eliminate LD on my home line, and pay
minimal LD charges through
2004 Nov 19
0
Call for papers: Bellua Cyber Security Asia 2005
Bellua Cyber Security Asia 2005 - http://www.bellua.com/bcs2005
Call for Papers and Workshops
http://www.bellua.com/bcs2005/asia05.cfp.html
From 21st - 24th March the largest information security conference
in Asia will take place in Jakarta, Indonesia at the Hotel Borobudur.
* 21-22 March 2005: Workshops
* 23-24 March 2005: Conference
Bellua will bring together over 20 researchers and
2008 Feb 09
1
problem using evalJSON with Ajax
Hi, all
I am trying to use evalJSON with Ajax, but somehow it doesn''t work.
for instance, I have a php file has the following output:
"name": "Violet", "occupation": "character"
and I have a html file with the following javascript:
new Ajax.Request(''/some_url'', { method:''get'', onSuccess: