similar to: Survey on Open-Source Technologies: Questionnaire on RoR

Displaying 20 results from an estimated 800 matches similar to: "Survey on Open-Source Technologies: Questionnaire on RoR"

2010 May 08
0
Survey on Web Geo-Spatial Open-Source Technologies: Questionnaire on Ruby On Rails
[Sorry for cross-posting] Hi everybody, I am part of the Spatial Information Systems Group in University College Dublin. We are conducting a survey on Open-Source technologies with particular focus on Geo-Spatial projects. Our goal is to collect first-hand knowledge about a number of Open- Source projects active on the Internet. With this work we hope to identify strong and weak points of each
2008 Jan 23
0
MooTools javascript integration for Merb
Hey all, Just to say after some discussion on the IRC the other day there seemed to be some support for creating a mootools plugin for Merb. So, I have started a merb-mootools project on rubyforge to bring mootools integration to Merb in the form of some nice easy helpers (think rails style prototype helpers). We are literally just starting this project, and would welcome anyone who
2009 Dec 13
0
r65 committed - Use the GeoCommons addOverlay method
Revision: 65 Author: ajturner Date: Sun Dec 13 11:10:04 2009 Log: Use the GeoCommons addOverlay method http://code.google.com/p/mapstraction/source/detail?r=65 Modified: /trunk/source/mxn.geocommons.core.js /trunk/tests/index.htm ======================================= --- /trunk/source/mxn.geocommons.core.js Sun Dec 13 11:10:00 2009 +++ /trunk/source/mxn.geocommons.core.js Sun Dec 13
2006 Apr 25
1
IvyGIS --- Rails Engine for custom maps.
Hi. I''m announcing a Rails Engine for presenting maps based on your own data, either rendered by Mapserver, or pulled directly out of geometric database tables stored by PostGIS. There''s a demo here: http://ivygis.mgxkernel.com:3000/canada which shows a tiled, draggable version of a Mapserver demo map, with mouse-sensitive park polygons and railroads (SVG in Firefox 1.5+,
2008 Dec 11
4
A package to set up a questionnaire & enter data
Hi R users, Is there a Package in R to - set up a questionnaire? - enter data? Best regards -- View this message in context: http://www.nabble.com/A-package-to-set-up-a-questionnaire---enter-data-tp20947237p20947237.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 13
2
SF-36 questionnaire scoring for R?
Dear useRs from the physiology department, Does someone know of an implementation of the SF-36 questionnaire scoring in R? I only found SAS and STATA versions, e.g http://gim.med.ucla.edu/FacultyPages/Hays/util.htm Dieter
2009 Dec 03
0
online.QTAFI: Online questionnaire environment (R supported)
<R-help@r-project.org>Dear lister, I am delighted to introduce you to an open souce software to make online survey/questionnaire. online.QTAFI has been developed by Martin Guist in INCHER-Kassel since 2003. The questionnaire data are also available to download in R script. More about online.QTAFI please visit the documentation site: http://www.hochschulforschung.uni-kassel.de/qtafidocs/
2008 Nov 28
0
ranking the results of a questionnaire
dear experts, I reproduced an experiment (questionnaire) some times. The result of the experiment is a vector of 5 factors, say (A,B,C,D,E). In the original article the result is given in 5 pairs of mean and stDev for A .. E, e.g. mean_A=37.4 and sd_A=8.1. The interval for A,B,C,D,E values is 0..50. The original data frame is not available. For a comparison of my results
2010 Jun 13
0
yum downgrade working?
Hi, I recently accepted some updates that broke functionality due to a change in mapserver on my centos 5.5 box. I would like to try yum downgrade mapserver but when I do it goes through the motions and gives no output. What am I missing? Dave see: [root at babine dave]# yum downgrade mapserver Loaded plugins: fastestmirror Setting up Downgrade Process Loading mirror speeds from cached
2012 Jan 28
0
New package "geotools"
Dear All, I have upload a new package "geotools", that main purpose is to propose functions to get distance between cities, with city name or postal code (usage: shipment). For now: there is only the french cities dataset. An example: Return all postal code at 7 kms from Paris: codesNearToCode(zipCode("Paris"),7) Regards, Antoine Lucas.
2012 Aug 04
3
Questionnaire Analysis virtually without continuous Variables
Hello! I am doing an analysis on a questionnaire of hunters taken in 4 different districts of some mysterious foreign country. The aim of the study was to gather info on the factors that determine the hunting success of a peculiarly beautiful bird in that area. All variables are factors, i.e. they are variables such as "Use of Guns - yes / no", "Use of Dogs - yes / no" and
2008 Nov 06
2
mapserver experience?
I have Centos 5.2 and want to install mapserver. On my Fedora 7 box it is in the repo. Should I just enable that repo? Anyone done this? Tips/warnings? Dave -- Canada must refuse to be entangled in any more wars fought to make the world safe for capitalism. -- The Regina Manifesto, 1933
2009 May 18
1
Rails + AJAX + mootools
hi there, I am trying to use rails with mootools, everything just worked great. I have a little problem with the ajax thing, because every time i send a form with ajax an error occur that said something like "authentication token error". I have read that i need to include inside the form a hidden with the authentication token, this approach fix the problem and everything worked, but i
2010 Jan 13
8
How to use getCenter
Hi, I am starting to use Mapstraction with the openlayers provider, and I am not sure how to retrieve the current center of a map in a cross-provider way. i.e. currently when calling map.getCenter(), the result returned is the openlayers internal one, not the long/lat used when calling setCenter(). Is that the expected behaviour? Regards, Philippe -------------- next part -------------- An
2009 Jun 14
3
Basic AJAX Response (Mootools)
Hi, I''ve done AJAX calls to Rails'' Controllers before yet never required to generate a response back to the view. In this respect, I have tried to keep it moronically simple and just add a node to see that it works, yet the response doesn''t come through / isn''t interpreted as it should. Long story short, code : // Have to use Mootools to integrate a
2009 Jan 23
5
cpu load monitoring
Hi, I have a server running Centos 5.2 and am implementing a GIS mapserver app. I have some sample logs from another implementation that give me an idea of bandwidth requirements but I would like to check the cpu load. I can not be at the server during the test and am interested in knowing if there is logging of cpu load available. Anyone have experience with this? Recommendations? Dave --
2010 Aug 30
4
Implementation of openBubble for openlayers
Hello, I''m back with another problem, the method Marker.openBubble isn''t implemented yet. I tried to hack a solution but I encountered some problems. When the popup is created in the toProprietary method from Marker in mxn.openlayers.core.js, I keep a reference on it with a this.infoPopup = popup. Later in the openBubble method, I do :
2009 Jan 21
7
Panning map to a point vs. setCenter
Several map providers have functions to pan to a location, as opposed to the direct setCenter call. Panning animates the move from one point to another. To implement this in mapstraction, I created a panCenter function. I don''t know how to go about committing the change to svn, or who decides whether my naming convention is worthy, but I thought I''d share the function
2012 Mar 30
1
Popups not appearing for leaflet using mxn 2.0.18
Good day, I''m trying out the new Leaflet provider using the 2.0.18 release. Unfortunately, I haven''t been able to get a marker bubble (popup) to appear after clicking on the marker. I think my use of Mapstraction is correct as I see a popup appear for the googlev3, ovi, and openlayers providers when I switch with no other changes to my code. Is there a step I''m
1999 Jul 26
0
ESRI Shapefile reader (help with dlls)
Hi, I am working on a library of map functions for R and I have started with code to read shapefiles (the format is not great but it is ubiquitous). I am not a windows person, but where I am working I don't have access to any UNIX machines easily. So here's the problem I wrote C code to read the information out of the shapefile header and I compiled it using the script given in Ripley and