search for: postalcod

Displaying 20 results from an estimated 48 matches for "postalcod".

Did you mean: postalcode
2006 Mar 24
4
Parsing Filemaker 6 XML into something I can use
...r.com/fmpdsoresu lt"><ERRORCODE>0</ERRORCODE><DATABASE>Customers.fp5</ DATABASE><LAYOUT>XMLDump</LAYOUT><ROW MODID="0" RECORDID="13049791"><Company>Acme</ Company><Street>Somewherestreet 145 </Street><Postalcode>8200</Postalcode><City>Somecity</City></ROW><ROW MODID="0" RECORDID="13049792"><Company>Acme the second</ Company><Street>Somewherestreet 146 </Street><Postalcode>8500</Postalcode><City>Somecity Elsewhe...
2020 Aug 04
2
Problem with intermediate certificate (tls cafile)
...ba server, or from outside, I've got "unable to verify the first certificate" even if tls_cafile is provided in smb.conf. What is wrong ? # checking my connexion openssl s_client -showcerts -connect localhost:636 CONNECTED(00000003) Can't use SSL_get_servername depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = XXX, CN = ad-rep2.example.com verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = XXX, CN = ad-rep2.example.com verify error:num=21:unable to verify the first certi...
2020 Aug 06
0
Problem with intermediate certificate (tls cafile)
...o verify the first certificate" even if tls_cafile is > provided in smb.conf. > > What is wrong ? > > # checking my connexion > > openssl s_client -showcerts -connect localhost:636 > > CONNECTED(00000003) > Can't use SSL_get_servername > depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = > XXX, CN = ad-rep2.example.com > verify error:num=20:unable to get local issuer certificate > verify return:1 > depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = > XXX, CN = ad-rep2.example.com > verify error:num=21:un...
2006 Apr 19
9
geolocation db?
...ugh geo-coordinates as part of the sign up process. My intention is to capture their zipcode or postal code, and then be able to query a webservice once for that data. It''s also possible that there might be a database or even a CSV somewhere that contains this information for every zip/postalcode... I don''t want to reinvent the wheel. The geocode APIs that I''ve seen seem to be slow and US-only. Yet dozens of sites give me quasi-accurate "your are 1251 miles from Bob" type metrics - and it works across continents. How do they do this? Pete
2009 Dec 14
1
lapply , mapply questions
...smoothly. I have a vector of Zipcodes and i want to do a geonames lookup for all of them, which should not be a problem. Of course i could create a loop for that one, but i think lapply should be possible, too. The problem is to hand over the variable to the lookup function. lapply(zipcodes,GNpostalCodeLookup(postalcode=zipcodes,country="US")) where zipcodes is my vector of zip codes an GNpostalCodeLookup is the function that gives back some information like longitude and aptitude etc. Is it possible to use lapply in that context or can I just use it in contexts like lapply(somelistofv...
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US cities and their longitude/latitude coordinates? I''d like to provide a search option on a website that allows users to search by city but include cities in the surrounding area. Thanks, Carl Youngblood _______________________________________________ Rails mailing list
2006 Mar 16
0
using ajax-enabled search field in rails
Hi. I followed the ajax-the-rails-way in the (quite usefull) Agile web dev. with rails. I have a search-field where I can enter a postalcode (zipcode). <%= observe_field(:search, :frequency => 0.9, :update => :results, :url => { :action => :search }) %> Is it possible to have both the :frequency and another conditions which starts searching when two or...
2003 Aug 20
2
Strange happenings
Just idly watching * in console mode and saw that someone from 50.49.54.102 tried to register with my *. whois gives:- OrgName: Internet Assigned Numbers Authority OrgID: IANA Address: 4676 Admiralty Way, Suite 330 City: Marina del Rey StateProv: CA PostalCode: 90292-6695 Country: US NetRange: 50.0.0.0 - 50.255.255.255 CIDR: 50.0.0.0/8 NetName: RESERVED-50 NetHandle: NET-50-0-0-0-0 Parent: NetType: IANA Reserved Comment: RegDate: Updated: 2002-08-23 OrgTechHandle: IANA-ARIN OrgTechName: Internet Corporation for Assigned Names an...
2020 Aug 06
4
Problem with intermediate certificate (tls cafile)
...n if tls_cafile is >> provided in smb.conf. >> >> What is wrong ? >> >> # checking my connexion >> >> openssl s_client -showcerts -connect localhost:636 >> >> CONNECTED(00000003) >> Can't use SSL_get_servername >> depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = >> XXX, CN = ad-rep2.example.com >> verify error:num=20:unable to get local issuer certificate >> verify return:1 >> depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = >> XXX, CN = ad-rep2.example.com >&gt...
2006 Jul 02
1
Model postal mail addresses (internationally)?
What''s the best way to model postal mail addresses when the app is going to be used internationally? Jeremy Cowgar
2020 Aug 07
0
Problem with intermediate certificate (tls cafile)
...n if tls_cafile is >> provided in smb.conf. >> >> What is wrong ? >> >> # checking my connexion >> >> openssl s_client -showcerts -connect localhost:636 >> >> CONNECTED(00000003) >> Can't use SSL_get_servername >> depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = >> XXX, CN = ad-rep2.example.com >> verify error:num=20:unable to get local issuer certificate >> verify return:1 >> depth=0 C = FR, postalCode = 00000, ST = XXX, L = XXX, O = XXX, OU = >> XXX, CN = ad-rep2.example.com >&gt...
2006 Mar 29
0
css, div-tags and ajax
...e result is displayed in search.rhtml. The first version looked like this, I liked the look of the "add to cart" in the depot-example. :class => ''button1'' is originally addtocart which I renamed in the .css-file. <% for city in @cities %> <%= link_to (city.postalcode, :action => ''observer'', :class => ''button1'') %> <%=h city.name %> <% end %> Fairly trivial. When I wanted to "ajax-ify" link_to I wrote: <% for city in @cities %> &...
2005 Dec 30
1
simple one-to-one relationship question
Hi all, In my shop application I have created a form (rhtml file) containing both address and order information. I created my fields: like the following: For address info: <%= text_field ''address'', ''postalcode'' %> For order info: <%= text_field ''order'', ''email'' %> However when the following action gets submitted, my order object gets saved without any problems, but it never saves my Address object. I would expect that the statement @order.save wou...
2012 Nov 29
1
Hacked by Microsoft?
...NET-168-0-0-0-0 NetType: Direct Assignment RegDate: 2011-06-22 Updated: 2012-10-16 Ref: http://whois.arin.net/rest/net/NET-168-61-0-0-1 OrgName: Microsoft Corp OrgId: MSFT-Z Address: One Microsoft Way City: Redmond StateProv: WA PostalCode: 98052 Country: US RegDate: 2011-06-22 Updated: 2011-06-22 Ref: http://whois.arin.net/rest/org/MSFT-Z hmmmmmmm.... Did I just hacked by Micro$oft? Gao --
2009 Jul 20
2
Samba is deleting samba-passwords out of ldap-tree
...givenName: Daniel sn: Spannbauer mail: ds at marco.de objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: sambaSamAccount objectClass: shadowAccount objectClass: posixAccount objectClass: top businessCategory: Software Entwicklung street: Rechbergstr. 4 - 6 postalCode: 87727 registeredAddress: Babenhausen loginShell: /usr/uti/bash uidNumber: 2015 gidNumber: 52 homeDirectory: /node/test/ds gecos: Daniel Spannbauer,bab,27 sambaAcctFlags: [U ] sambaHomeDrive: H: sambaKickoffTime: 2147483647 sambaPwdMustChange: 2147483647 sambaLMPassword: 590C5C5A8C08D6692...
2014 Sep 25
2
SSL issues when proxying
...CN=StartCom Extended Validation Server CA Sep 25 14:13:04 imap-login: Info: Invalid certificate: certificate not trusted: /C=IL/O=StartCom Ltd./OU=StartCom Certification Authority/CN=StartCom Extended Validation Server CA Sep 25 14:13:04 imap-login: Info: Valid certificate: /C=DE/ST=Berlin/L=Berlin/postalCode=12205/street=Charitestrasse 1/O=Charite Universitaetsmedizin/CN=imap.charite.de/emailAddress=postmaster at charite.de/serialNumber=HRAxxxx/businessCategory=Private Organization/1.3.6.1.4.1.311.60.2.1.1=Mitte/1.3.6.1.4.1.311.60.2.1.2=Berlin/1.3.6.1.4.1.311.60.2.1.3=DE Sep 25 14:13:04 imap-login: In...
2006 Aug 10
4
exporting vcards from rails
i''m doing a site for someone that has a form set up to collect contact information from the user. i installed the vpim gem and was hoping to give my client a way to download all of the contact''s information as a vcard. using the examples, i was able to get it working in ruby, but i''m not quite sure how to generate and download a vcard on the fly. has anyone done
2011 Mar 21
1
Redelivery of 2 day old mail from this list?
...;F27EEF0123414BCDA9D1EAC7FDD01214 at phoenix> In-Reply-To: <F27EEF0123414BCDA9D1EAC7FDD01214 at phoenix> Precedence: list X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-Spam-Score: 3.00 (***) [Hold at 10.00] 46(3) X-CanIt-Geo: ip=72.26.200.202; country=US; region=NY; city=New York; postalcode=10006; latitude=40.7082; longitude=-74.0132; metrocode=501; areacode=212; http://maps.google.com/maps?q=40.7082,-74.0132&z=6 X-CanItPRO-Stream: former.employees (inherits from default) X-Canit-Stats-ID: 01ElcP6k2 - 963888654722 X-Antispam-Training-Forget: http://10.30.31.25/canit/b.php?i=01E...
2007 Jun 15
0
No subject
...]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><o:SmartTagType namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" = name=3D"PostalCode"/> <o:SmartTagType = namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"State"/> <o:SmartTagType = namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" name=3D"Street"/> <o:SmartTagType = namespaceuri=3D"...
2019 Nov 18
2
Doveadm replicator ssl issues
...=2 C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority verify return:1 depth=1 C = GB, ST = Greater Manchester, L = Salford, O = Sectigo Limited, CN = Sectigo RSA Organization Validation Secure Server CA verify return:1 depth=0 C = FR, postalCode = 34980, ST = Occitanie, L = Montpellier, street = 123 Main str, O = My Company, OU = PremiumSSL Wildcard, CN = *.domain.com verify return:1 . . SSL-Session: Protocol : TLSv1.2 Cipher : ECDHE-RSA-AES256-SHA384 Session-ID: 95CF7F07702A50CB7CDC5D478986B5A4682EA945C487E770550EE...