search for: geoloc

Displaying 20 results from an estimated 35 matches for "geoloc".

Did you mean: getloc
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
...bob at biloxi.example.com SIP/2.0 Via: SIPS/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bK74bf9 Max-Forwards: 70 To: Bob <sips:bob at biloxi.example.com> From: Alice <sips:alice at atlanta.example.com>;tag=9fxced76sl Call-ID: 3848276298220188511 at atlanta.example.com Geolocation: <cid:target123 at atlanta.example.com> Geolocation-Routing: no Accept: application/sdp, application/pidf+xml CSeq: 31862 INVITE Contact: <sips:alice at atlanta.example.com> Content-Type: multipart/mixed; boundary=boundary1 Content-Length: ... --boundary1...
2006 Apr 29
3
Geolocation -- hostip.info code for rails
Hi there, I''ve put code together for using the hostip.info data under Rails. Hostip.info is a community-based project to geolocate IP addresses, making the database freely available. This database allows to translate IP addresses to city/country/longitude and latitude. It can be downloaded from the hostip.info website. They have PHP code so far to make any use of it. My code can be found under http://sugarmotor.ne...
2009 Jun 06
2
GeoLocation for any Cell Phone with GPS
Hi all, I''m having the following problem: I need a user using any device of any GPS is advised that at a certain place. I search on the net with articles on Global Positioning RubyonRails, but without success. Can anyone help me?
2014 Feb 06
0
Google Geolocation
Hi folks. Trying to get google-geo to work, but I am seeing errors. #!/usr/bin/ruby require 'Google-geo' mykey = 'blahblahblah' addy1 = '1600 Amphitheatre Parkway, Mountain View, CA' # 37.42246, -122.08394 geo = Google::Geo.new mykey res = geo.locate addy1 puts res.coordinates ...and the error:
2012 Nov 29
2
[Rails 3.2] form_tag w :remote => true doesn't fire up the js format
I have a form_tag written like this : = form_tag search_backoffice_places_path, {:remote =>"true", :id => :searchplaceForm } do .. input fields = submit_tag t(:search) generated html is correct : <form accept-charset="UTF-8" action="/en/backoffice/places/search" data-remote="true" id="searchplaceForm" method="post"> ...
2007 Oct 02
2
Ordering of names on X- and Y-axis
Hi, I am new to R. I have a bit of data looking like this: SemType, Length GeoLocation, Sentence GeneralInfo, Paragraphs GeneralInfo, Paragraphs GeneralInfo, Sentence GeneralInfo, Paragraphs NatLang, Phrase Advice, Article GeneralInfo Advice, Article Resource, Sentence ... (roughly 40,000 lines in total) I am interested in how many counts of each item in the second row I get fo...
2020 May 08
1
Chrony
I just happened to notice this morning in /var/log/messages: chronyd[1299]: Selected source 207.244.103.95 host 207.244.103.95 95.103.244.207.in-addr.arpa domain name pointer dns-e.wdc-us.hosts.301-moved.de. Just curious why my machine in Indiana (USA) is asking for time in Germany. Wouldn't it use something closer ? Thanks, jerry
2013 Oct 07
2
Android App for Icecast Administration
...ecast-2.3.3/icecast2_stats.html - is it possible to get the aggregate time of listener connections from the admin interface, or only by parsing the connection log? This aggregate 'tuning' time is required for music royalty calculations in some countries. Another useful thing to know is the geolocation of each listener, as not all countries are members of the IFPI reciprocal scheme for webcasters. Cheers! Daniel
2012 Oct 09
0
Form Design issue - How to handle a parent association input..
...rom an existing Place - enter a new Place in a nested form = simple_form_for @event = f.association :place, :collection => Place.all(:order => ''label''), :prompt => "Choose an Place", :label => false .. = f.simple_fields_for :place do |pf| #geolocation.form-inputs = pf.simple_fields_for :geolocation do |g| = render "backoffice/places/ geolocation_fields", :f => g should I manage that with a jQuery script ? - when user select a place , it will clear the nested place form - when user enter...
2006 Apr 19
9
geolocation db?
I''m currently planning a social app in Rails that relies on being able to see how far you are from everyone else. It''s my intention to store rough 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
2013 Mar 04
2
Model/google maps display
Hi all, I''m building a ror app and have a model with geo-coordinates would like to use the info in the model to generate a google map view, does anyone know what''s the best way to go round this? is is Google API?, I''ve also seen a gmaps4rails, any comments? Thank you in advance, Jax -- You received this message because you are subscribed to the Google Groups
2013 Oct 07
2
Android App for Icecast Administration
...have detailed custom logging of playout in Airtime 2.5.x so that side is taken care of. (In Canada, some stations have to play a certain percentage of Canadian content, so that has to be logged). On the listener side, we need the same level of detail. Because royalties should be calculated on the geolocation of listeners, agencies might collect money for listeners outside of their territory. >> > This aggregate 'tuning' time is required for music royalty calculations >> > in some countries. > But that's surely something that's done on some time interval basis...
2017 Sep 06
1
rgdal error when trying to import raster
...format the issue of rgdal might never have appeared... ergo, Suggests rather than Depends. Note that someone may feel pity for your plight, John, and give you a convenient alternative way to import the data to raster (there are other packages that read TIFF but you would probably have to roll the geolocation yourself... an avenue for which help would be better pursued on R-sig-geo), but the premise of your email (cannot upgrade) does put it squarely in the off-topic category according to the Posting Guide. Fortunately R is open-source so if you are diligent you can write/borrow R code as needed or...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...you should test it yourself. Really, you should test and verify everything in ABC that you intend to use! FEATURES ======== ~ Instant (Simple Mode) or delayed (Tin Can Mode) bridging for caller. ~ Dynamic temporary pool call back number <-> caller ID mapping and routing. ~ DIY phone-based geolocation update support for changing GPS info via IVR. ~ Single press DTMF options to play back dispatachable location in-band. ~ Optional automated playback of GPS co-ordinates to remote end upon answer. ~ Preliminary support for RFC6442 Geolocation headers with some SIP providers. ~ Saves first thirt...
2013 Oct 07
0
Android App for Icecast Administration
...ween polling intervals. Also the playlist logging might be interesting in that context as it will contain metadata, which some agencies seem to require. > This aggregate 'tuning' time is required for music royalty calculations > in some countries. Another useful thing to know is the geolocation of > each listener, as not all countries are members of the IFPI reciprocal > scheme for webcasters. But that's surely something that's done on some time interval basis? monthly, quarterly or yearly? So why would you want to parse this out of the web interface? Cheers Thomas
2013 Oct 07
0
Android App for Icecast Administration
...gging of playout in Airtime 2.5.x > so that side is taken care of. (In Canada, some stations have to play a > certain percentage of Canadian content, so that has to be logged). > > On the listener side, we need the same level of detail. Because > royalties should be calculated on the geolocation of listeners, agencies > might collect money for listeners outside of their territory. That said you can get this data, somehow out of Icecast through polling XML files in /stats/. it will just be horribly inefficient. Look at the previously mentioned documentation. I clearly recommend aga...
2019 Feb 16
3
Question about updates
Hallo, as a beginner using centos I?ve a question about updates. What it the right repo for getting all security and other updates? http://mirror.eu.oneandone.net/linux/distributions/centos/7.6.1810/updates/ for example? Thanks Ralf
2014 Feb 14
2
contrib.url in non-interactive mode
Hi, is it intended that one cannot install packages in non-interactive mode, without explicitly setting a CRAN mirror (see below)? Couldn't a default mirror be used in that case? Thank you. Bests, Renaud $ Rscript --vanilla -e "install.packages('whatever')" Installing package into '/home/renaud/R/x86_64-pc-linux-gnu-library/3.0' (as 'lib' is unspecified)
2011 Apr 10
2
Webalizer and GeoIP?
I have a small problem with webalizer. I use it to analyze logs of a small web server hosting a single site, and the only thing I am interested in from webalizer is the piechart diagram it produces about the geographic distribution of people visiting the site. However, the piechart it produces gives me a very crude information, with 50% or so of visitors belonging to "unresolved",
2012 Jun 07
0
Revolutions Blog: May Roundup
...the use of the word "callback": http://bit.ly/Kjr9mv You can see video of R integrated into end-user applications (QlikView, Excel, Jaspersoft, and an iPad app) in this Revolution Analytics webinar replay: http://bit.ly/Kjr9mu A FourSquare engineer explains how R fits in to their social geolocation application and recommendation engine: http://bit.ly/Kjr9mw A sociology Ph.D candidate explains why he switched from Stata to full-time use of R: http://bit.ly/KjraH5 R is classified as a "major programming language" by O'Reilly, in a report noting that books about R have grown...