Displaying 20 results from an estimated 347 matches for "hobbies".
Did you mean:
hobbes
2010 Oct 07
3
aggregate text column by a few rows
...ing'),data.frame(id=3, name='John',
hobby='boating'),data.frame(id=2, name='Mary', hobby='running'))
> a
id name hobby
1 1 Tom fishing
2 1 Tom reading
3 2 Mary reading
4 3 John boating
5 2 Mary running
I want output as
>b
id name hobbies
1 Tom fishing reading
2 Mary reading running
3 John boating
Thanks,
Richard
[[alternative HTML version deleted]]
2010 Dec 28
14
cerating multiple cjeck boxes using array
i have a registration form ,i want to store data in corresponding user
table in that hobbies field
,i want to store all hobbies in one column so i take multiple check
boxes and store in one array
all checked values for that i am using below tag,but not working,please
any suggestion
<%= check_box(:user ,:hobbies,:value =>''Games'') %>Games
<%= check_box...
2005 May 10
58
A quick straw poll
How many of you are using Rails:
1. As the primary development tool at your Day Job
2. As a small part of your Day Job
3. Not using Rails in your Day Job, but are using Ruby
4. For OS/outside work/hobby
--
sam
http://www.magpiebrain.com/
2013 Nov 19
1
Amazon, Asterisk and reliability beyond a hobby system?
Took me a while but I have finally embraced cloud computing and all the benefits.
The only thing I have yet to feel comfortable about putting in the cloud is real live Asterisk boxes to be used in production. I know it's being done because as far as I know Twilio is using Amazon for their Asterisk boxes.
I have read all the fun articles on building hobby type systems and that's all great.
2011 Apr 09
0
[LLVMdev] [cfe-dev] Adding new target for hobby OS
This concerns me as well. I've accepted a programming bounty to port LLVM to
AROS x86. Once that's done I suspect many people will want it ported to the
other processors AROS supports.
----- Original Message ----
> From: Bjarke Walling <bjarke.walling at gmail.com>
> To: cfe-dev at cs.uiuc.edu
> Sent: Sat, April 9, 2011 2:06:30 PM
> Subject: [cfe-dev] Adding new
2006 Apr 05
1
Fwd: [dmuars] Eh up - March 144 results altered
Here you go, Ian......
---------- Forwarded message ----------
From: G3RIR <g3rir@yahoo.com>
Date: 05-Apr-2006 20:54
Subject: [dmuars] Eh up - March 144 results altered
To: dmuars@yahoogroups.com
What's going on here.
The results of the MArch 144 UKAC have been re-published and we have lost
out considerably. Either I don't understand the rules or we have been robbed
We scored
2006 Mar 11
4
Unable to add computer to domain
I have an OpenLDAP backend, Samba knows how to talk to it, my Samba users
are stored in LDAP and file shares work fine authenticating to the LDAP
server.
I tried executing smbldap-useradd -w server02 on the command-line and got
the following error:
failed to perform search; Can't contact LDAP server at
/usr/lib/perl5/vendor_perl/5.8.7/smbldap_tools.pm line 362, <DATA> line 283.
Error
2007 Oct 19
2
header
Hi everyone, I read the following data
> setwd("d:/")
> mydata <- read.table("mydata.txt", header=T)
> attach(mydata)
> mydata
name X20_1_TT_Z_e4 X20_2_TT_Z_e4
1 A1 102 22
2 A2 103 21
3 A3 107 20
> name
[1] A1 A2 A3
Levels: A1 A2 A3
> mode(name)
[1] "numeric"
Why name is
2011 Jun 14
1
high number of processes
Hi,
Sometimes a script kiddie tries to guess passwords on our mailserver
(Ubuntu 10.04.2 LTS, postfix, dovecot 1.2.9, scanners, the standard
stuff). That leads to a nagios message about the high number of
processes. The number goes above 500. Nagios threshold is set to 250,
which is more than enough for normal operation of this server. When are
these processes supposed to die again? They seem to
2009 Jan 29
2
Solution for SOLA-330 UPS !!!
Hi To all on this list...
I emailed the EATON (the company that has bought out SOLA) to request
some information about the pin-out for this model UPS and I got a reply
today!
The answer is really simple! this model UPS just uses a normal serial
cable that is pin 1-1 through to 9 -9 and I now have it work as it
should via the megatec driver :)
Scott Evans VK7HSE
Phone: +61362291658
Mobile:
2013 Mar 06
1
need help using read.fortran
Hello kind and R-knowledgeable souls!
I am trying to use read.fortran to read in old datasets in 80-column-card format
with no separators between variables (just 80 columns of solid digits).
I comprehend the instructions for specifying the columns for each variable, but
I can't understand how to assign the variable names after reading the help pages
for read.fortran, read.fwf and
2003 Sep 09
2
Samba and CUPS Config Issue
We are trying to migrate from Samba/LPRng to Samba/CUPS and have hit some
snags. We're using the Samba box as a print server for our corporate
network, and have a variety of Windows versions on the network. The problem
we're having is with our Windows 95 clients. Win95 uses the printer comment
when it maps to the printer on the server. However, when we connect to a
printer, we no
2009 Jan 25
2
SOLA-330 2 Questions !!!
Hi...
I'm almost to the point of pulling hair!
I was recently given a SOLA-330 UPS
However, it didn't come with the comms cable so I'm having some trouble
trying to find a pin-out for this UPS and secondly exactly what driver
to use with NUT ??
I've got the users manual for a SOLA-325 (from website) and this has a
pin-out for this model but clearly it's not the same for
2012 Oct 15
6
centos 5 and php53
so whats the scoop on PHP53 for CentOS 5?
I have a long running webserver, runs a bunch of mostly php+postgresql
stuff, mostly hobby sites (clubs and local scout troops and such). has
latest updates to php 5.2.10-xx but I want to install something thats
insisting on php53. If I try and yum install php53, it says it
conflicts with php-5.2.10 ...
ok, do I remove the old PHP and install
2010 Feb 25
9
uninitialized constant UsersController::User
i just created an application to list the primary details of
userbut it is showing an error lik this
"uninitialized constant UsersController::User"
this is my controlller
class UsersController < ApplicationController
puts"hiiiiiiiii"
def index
puts"hiiiiiiiii"
@users = User.find(:all)
puts @users
respond_to do |format|
format.html # index.html.erb
2005 Dec 17
2
[LLVMdev] llvm as a safe language IR?
Hello,
I'm trying to avoid having to design my own IR for a hobby language that needs
safety guarantees similar to those of Java. Have there been any plans or
attempts to write a safety verifier for llvm object code or define a set of
easily verifiable instructions that can be translated to llvm quickly?
2009 Apr 24
1
Server Upgrade (Jaunty)
Hi to all...
I've just upgraded my server to Jaunty, and the newer version of NUT
2.4.1 works a treat! Thanks to all involved :)
Scott Evans VK7HSE
Phone: +61362291658
Mobile: +61417586157
Skype: vk7hse
scott at vk7hse.hobby-site.org
http://www.vk7hse.hobby-site.org
PGP/GPG Key ID 74639624
--
This email and any files transmitted with it are confidential and intended solely for the use of
2006 Feb 14
3
is shared hosting evil?
I moved a rails application to textdrive using their low-cost shared plan.
Once on textdrive my app would display ''proxy errors'' periodically. Hitting
reload
seemed to be all that was needed to get past the proxy error.
After discussions with their support people I decided the proxy errors were
being caused by apache server restarts -- because there were many of us
sharing
one
2003 Nov 13
4
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
> > - gcc bug
> > - problem with SuSE distribution
>
> One of these two. In theory GCC should never crash (even if the LLVM
> sources had problems), and since SuSE made modifications to the compiler
> before they shipped it, they implicitly took responsibility for the end
> result.
I agree.
> You can try sending a bug report to SuSE.
hm, sending bug report is
2002 Jan 24
3
getting rank order
I'm doing a study where people place a deck of cards in a certain
order. It's sufficient to assume that their colors & each has a
number (it's actually about attributes of hobbies). I'd like to look
for patterns in how they've arranged the deck. For each subject I
have a list like 3,5,2,4,1, indicating that (s)he chose 3 first, then
5, then 2. . . .
I think what I first need to do is to make a variable for each card
with the rank given to each card, so the above l...