search for: city1

Displaying 5 results from an estimated 5 matches for "city1".

Did you mean: city
2010 Feb 10
3
How to repeat the names?
Dear R helpers   I have a city.csv file as given below.   'city.csv' city_name1        city_name2 New York City    Buffallo         So I define   city_name = read.csv('city.csv') city1 = city_name$city_name1 city2 = city_name$city_name2   My problem is how do I repeat the names one after other say 10 times i.e. my output should be like   New York City Buffallo New York City Buffallo New York City Buffallo New York City ................... ................... ..................
2008 Jul 18
1
Calculating Betweenness - Efficiency problem
Hello, I am calculating 'Betweenness' of a large network using R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate betweenness of my network. a) Convert the City1-City2 (text) into Number1-Number2 in the excel file where every unique city...
2013 Jan 28
0
trouble with ldap authentication on centos+openldap
...erathome.com/articles/using-samba-share-files-windows-part-2 I've got ldap working, I can do a unix login as an ldap user. But I cannot browse to the samba server. What seems to be happening is that samba is not authenticating with with ldap correctly, I see this in my logs: Jan 28 09:09:44 city1 net: [2013/01/28 09:09:44.664956, 0] lib/smbldap.c:1151(smbldap_connect_system) Jan 28 09:09:44 city1 net: failed to bind to server ldap://city1.burlingtoniowa.org with dn="cn=samba,dc=burlingtoniowa,dc=org" Error: Invalid credentials Jan 28 09:09:44 city1 net: #011(unknown) Look...
2012 Jul 26
4
Variables in a Tabular form. easily saved in a txt file
...I mean that files can be printed easily in R in a tabular form and also saved in a ascii file that when one opens it see also the variables in a nice tabular format. IS that possible? Below a small example of how should look results in R and in a txt file.              Postal Code | Superb City1   |   2134          |  2 City2   |   254            |  5 City3   |   12              |  54433 I am ok if you can give me some hard coded example to try. Regards Alex [[alternative HTML version deleted]]
2013 Feb 01
2
Frustrated with "network name is no longer available"
...definitive answer to this issue. !!! This shouldn't be this hard! I've done it before! What am I missing ??? here's the global section of my smb.conf It was copied from a working configuration on another server (workgroup and netbios names changed of course) [global] netbios name = city1 workgroup = city smb ports = 139 passdb backend = tdbsam security = user printcap name = cups add user script = /usr/sbin/useradd -m %u add group script = /usr/sbin/groupadd %g delete user script = /usr/sbin/userdel -r %u delete group script = /usr/sbin/groupdel %g add user to group script = /usr/s...