Displaying 20 results from an estimated 29 matches for "civic".
Did you mean:
civil
2012 Nov 07
4
conditional coding question
...ed on two existing numeric variables.
Existing variables: indinc (range: 0 to 16), groupinc (range -3 to 5)
Conditional values that 'incorp' will take:
If groupinc = 5, then ?cons?;
If groupinc is -3 : -2, AND indinc < 9, then ?ethnat?;
If groupinc is -2 : -1, AND indinc > 8, then ?civic?;
If groupinc is 1 : 4, AND indinc > 8, then ?libmul?;
The rest of the values should be coded as NA.
#here is my code after attaching the data (4408 is the number of
observations):#
incorp <-
for (i in 1:4408) {
if (groupinc[i] == 5) {
incorp[i] = 'cons'
} else if ((gr...
2006 Apr 28
0
What is i2 ? 911 Candian Style
...can
upload these in the designated Selective Router Databases and ALI
(Automatic Location Identification) systems.
Ex. 905-211-9111 + 023 + Ontario +
vpc@operator.ca
ESQK ESN Province VoIP Positioning Centre ID
STEP -2 Location information (civic addresses) are loaded in the
Location Information Server (LIS) and formatted per the Street Address
Guide rules.
Ex. 123.fake.st.west.Mycity.Ontario has an activated broadband service
STEP -1 Location information is validated against the Validation Database (VDB)
Ex. Is 123.fake.st.west.Mycity...
2018 Jul 16
0
Centos 7 and RAM
...you when you give more information.
I have CentOS 7 running happily on 4GB. My presumption - based on
experience, extrapolation, and google - is that it will also run with 64TB.
Anything between those numbers should be good.
Cheers
L.
------
"The antidote to apocalypticism is *apocalyptic civics*. Apocalyptic civics
is the insistence that we cannot ignore the truth, nor should we panic
about it. It is a shared consciousness that our institutions have failed
and our ecosystem is collapsing, yet we are still here ? and we are
creative agents who can shape our destinies. Apocalyptic civics i...
2007 Nov 27
0
Working with one model from another
...lified_name.rb #
#######################
# t.column :make, :text
# t.column :model, :text
# t.column :origin_country, :text
class QualifiedName < ActiveRecord::Base
# Work some magic -- let''s populate the instance using the raw name
string (e.g. "Honda Civic")
def magically_understand(name_string)
raw_name = RawName.new(name_string)
if raw_name.is_one_word then
self.make = raw_name.contents
else
if raw_name.is_two_words then
self.make = raw_name.words.first
self.model = raw_name.words.last
end
e...
2018 Jul 16
6
Centos 7 and RAM
Hello,
What would the recommended minimum amount of RAM be, to run Centos 7. 16GB???
Thanks,
Jay
2008 Jan 10
10
ZFS versus VxFS as file system inside Netbackup 6.0 DSSU
Hello experts,
We have a large implementation of Symantec Netbackup 6.0 with disk staging. Today, the customer is using VxFS as file system inside Netbackup 6.0 DSSU (disk staging).
The customer would like to know if it is best to use ZFS or VxFS as file system inside Netbackup disk staging in order to get the best performance possible.
Could you provide some information regarding this
2006 Mar 22
3
Parent-Child Tables Help
...(id),
constraint fk_cars_color foreign key(color_id) references colors(id)
)
carmakes
(
id int
carmake varchar
)
carmodels
(
id int
carmake_id int
carmodel varchar
)
colors
(
id int
color varchar
)
Carmakes and Carmodels
- A carmake may be Toyota, Honda etc.
- A carmodel may be Corrola, Civic.
- Each carmodel will have a id of its parent.
- So for instance
if in the carmake table i have
1 Toyota
2 Honda
then in the carmodel table ill have
1 1 Corolla
1 2 Civic
(hope this helps you understand)
the color table is simply
id = 1, color = red
id = 2, color = blue ...etc.
Now i want to be...
2002 Sep 11
1
Authentication Problem...
...DAP ato
authenticate its users against, this way we can fully integrate it into out network with all the OS types we have.
Does anyone have ny experience with this sort of set up?
What do people recommend?
--
Thanks,
Andrew McCall
Internet/Linux System Administrator
I.C.T. Division
Oldham MBC
Civic Centre
West Street
Oldham
OL1 1UU
Tel : 0161 911 3990
Fax : 0161 911 3998
Email : it.andrew.mccall@oldham.gov.uk
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual...
2019 Aug 06
1
Question on server speed
On 8/5/19 3:00 PM, Jerry Geis wrote:
> The keyboard is USB attached and the external SSD disk is USB attached.
WHY? Why would you do that? What's the point of SSD if you reduce the
speed to USB? Or just use an old mechanical drive instead. Any issue
with that drive will show up as IO Wait - my presumption is that you
expect to see that so you're not mentioning it but it's going to
2004 May 27
1
automating aov function
I am running the aov function to determine the linear relationship between
individual genes and a number of covariates in a micro-array data set. My
aov function is working, but I have not been able to write a code to save
these results in a matrix. I am using the following code or a slight
variation of this code:
for(i in 1(length(m[1,])-20)
{tmp<- aov(m[,i]~treat, data=m)
2008 Nov 20
0
Elastix workshop in Toronto; Wed Nov 26th, 2008
...ds its own set of utilities and allows for the creation of third
party modules.
When:
Wednesday November 26th, 2008
5:00 pm - 7:00 pm: WORKSHOP - Getting Started with Elastix (reg. req.)
7:00 pm - 8:00 pm: TALK - Integrated Communications with Elastix
Where:
Committee Room 3
North York Civic Centre (in Mel Lastman Square)
5100 Yonge St.,
North York, ON
Map link: http://xrl.us/hqbw
Registration is requested for the workshop, sign up at: http://taug.ca/node/174
No registration is required for the talk: http://taug.ca/node/175
Check back at http://taug.ca for event updates.
Cheer...
2002 Sep 24
1
Linux Kernel crash on S390
...no problems.
My setup:
Suse Linux 7.2 running as a VM (release 2.3) guest on a G4 processor (not
officially supported for Suse 7.2 !)
Kernel 2.4.7
Samba 2.2.0 a
Windows 2000 SP2 desktop
Linux/Samba binaries installed from the Suse CD.
Relevant parts of my SMB.CONF
[global]
workgroup = CIVIC
netbios name = S390
server string = Suse LINUX 7.2 running SAMBA
security = SERVER
encrypt passwords = Yes
map to guest = Bad User
password server = DCCIVIC
name resolve order = wins lmhosts bcast
keepalive = 30
socket options...
2012 Feb 06
0
destroy snapshot vs. destroy incomplete snapshot
...g for.
--
{--------1---------2---------3---------4---------5---------6---------7---------}
Paul Kraus
-> Senior Systems Architect, Garnet River ( http://www.garnetriver.com/ )
-> Sound Coordinator, Schenectady Light Opera Company (
http://www.sloctheater.org/ )
-> Technical Advisor, Troy Civic Theatre Company
-> Technical Advisor, RPI Players
2007 Jan 18
2
group by (2 -levels)
My table looks like: make | model | year
And I''d like to display the info like:
Make 01
Model 01
Year 01
Year 02
Year 03
Model 02
Year 01
Year 02
Make 02
Model 01
Year 01
Year 02
etc...
I think group_by will work for 1 level, but are there any ideas for a
better solution?
Thank You,
--
Posted via http://www.ruby-forum.com/.
2004 May 26
2
Opening help pages in new tab of existing Mozilla Firebird
Subject pretty much says it all. I currently have options()$browser
set to open help pages in Mozilla Firebird, but it starts a new window
each time and I would like a new 'tab' in an existing window.
Sorry if this is obvious, but I can't find anything.
Kevin Wright
2012 Jun 18
1
Restore destroyed snapshot ???
...----7---------}
Paul Kraus
-> Senior Systems Architect, Garnet River ( http://www.garnetriver.com/ )
-> Assistant Technical Director, LoneStarCon 3 (http://lonestarcon3.org/)
-> Sound Coordinator, Schenectady Light Opera Company (
http://www.sloctheater.org/ )
-> Technical Advisor, Troy Civic Theatre Company
-> Technical Advisor, RPI Players
2006 Mar 03
0
Important Statement to Review for Signing
...Insights
Cynthia H. de Lorenzi, Washington Bureau for ISP Advocacy
Cory Doctorow, Author, journalist, Fulbright Chair, EFF
Fellow
Marshall Eubanks, CEO, AmericaFree.tv
Harold Feld, Senior Vice President, Media Access Project
Miles R. Fidelman, President, The Center for Civic Networking
Richard Forno (bio: http://www.infowarrior.org/rick.html)
Laura N. Gasaway, Professor of Law, University of North
Carolina
Paul Gherman, University Librarian, Vanderbilt University
Shubha Ghosh, Professor of Law, Southern Methodist University
Paul Ginsparg,...
2007 Dec 17
3
not able to view the images after the upload
...quot;test", "image_temp"=>"", "image"=>#<StringIO:0xb74d72d8>,
"lat"=>"13.0509805297852"}}
Rendering upload/list.rjs
Completed in 0.03459 (28 reqs/sec) | Rendering: 0.00003 (0%) | DB:
0.00000 (0%) | 200 OK
[http://mongrel_cluster_civic/civic/upload/create?iframe_remote=true]
The image is shown as as STRINGIO insted of showing the image name.
My Model is as below..
class Entry < ActiveRecord::Base
require ''remote_uploads.rb''
file_column :image, :magick => {
:versions => { "thumb&q...
2009 Apr 27
0
VIF's in R using BIGLM
...8.00 0 0 3
3
Cadillac Fleetwood 10.4 8 472.0 205 2.93 5.250 17.98 0 0 3
4
Lincoln Continental 10.4 8 460.0 215 3.00 5.424 17.82 0 0 3
4
Chrysler Imperial 14.7 8 440.0 230 3.23 5.345 17.42 0 0 3
4
Fiat 128 32.4 4 78.7 66 4.08 2.200 19.47 1 1 4
1
Honda Civic 30.4 4 75.7 52 4.93 1.615 18.52 1 1 4
2
Toyota Corolla 33.9 4 71.1 65 4.22 1.835 19.90 1 1 4
1
Toyota Corona 21.5 4 120.1 97 3.70 2.465 20.01 1 0 3
1
Dodge Challenger 15.5 8 318.0 150 2.76 3.520 16.87 0 0 3
2
AMC Javelin 15.2 8 304.0...