search for: webhelp

Displaying 9 results from an estimated 9 matches for "webhelp".

2008 Jul 18
0
Polynomial Approximation with Exponential Kernel
...olyline. The paper refers to this as "smoothing with continuous local weighted averaging." Ultimately, I want to be able to bring in the X-Y coordinates of the vertices into R and perform the smoothing. Limited information on how the algorithm is used in ArcGIS is located here: http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=How%20Smooth%20Line%20(Data%20Management)%20works<http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=How%20Smooth%20Line%20%28Data%20Management%29%20works> The reference to the original paper is: Bodansky, Eugene; Gribov, Alexander;...
2004 Sep 27
1
Call Center Reporting Tools
...with "*" as a call-center system? Specifically, things like ACD offer/taken, wrap-time, and such? Thanks very much. This looks like an exciting project. I'm looking forward to playing with it! -- Michel R Vaillancourt Avaya Phone, UNIX Systems & Cansec Security Admin WebHelp/ QDevCo 514-295-1677
2004 Sep 27
0
Re: Asterisk-Users Digest, Vol 2, Issue 281
...Digium's website: "ASTERISKT NOW AVAILABLE FOR MICROSOFTT WINDOWST PLATFORM" http://www.digium.com/index.php?menu=astwind -nathan ------------------------------ Message: 9 Date: Mon, 27 Sep 2004 10:48:23 -0400 From: "Michel R. Vaillancourt" <michel.vaillancourt@webhelp.com> Hello! I am new to both the list and to "*". Can someone direct me to some documentation concerning the reporting tools available for use with "*" as a call-center system? Specifically, things like ACD offer/taken, wrap-time, and such? Thanks very much. This looks...
2013 Mar 05
1
R-help Digest, Vol 121, Issue 5
On R 2.15.2 and ArcGIS 9.3.1, it works for me in ArcCatalog but you have to follow the particulars here: http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Accessing_delimited_text_file_data For example: write.table(test, '***.tab', sep = '\t', row.names = F) The extension .tab and sep = '\t' are required for text files. Didn't test row.names=T but I wouldn't count on t...
2008 Apr 04
2
Reading an ArcGIS raster file
Dear members, How can I read and plot an ArcGIS raster file into R ? The file has extension .aux and contains floating point bathymetry data. The purpose is to create a spatial model in R that uses ArcGIS map data. I have managed to read and plot various shape files into my R project, but I am stuck with this now. I am new to this list and also to R, so any help would be much appreciated. Many
2009 Jun 17
3
Asterisks, Sip to Local PRI/PTSN issue
Alright I've been having an issue when trying to dial out locally when coming from SIP. This used to work no problem, now it doesn't. Now the local PRI to Bell Is working fine I have calls coming in and out of it constantly right now. BUT if I try and make a local call from SIP (from X-Lite or one of our Linksys SPA2102s) It fails every time with errors like these == Using SIP RTP
2009 Jun 24
7
Remuestreo de Clusters
Buenos dias para todos, Estoy trabajando en una aplicación que involucra análisis de clusters. Básicamente el objetivo es determinar a qué cluster pertenece cada observación de una matriz de datos "mydata" y luego generar muestras aleatorias de los mismos datos para determinar la proporción de veces que cada observación es clasificada en el cluster k. Este tipo de análisis es muy común
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...SE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +"""WebHelpers used in server.""" + +from webhelpers import date, feedgenerator, html, number, misc, text diff --git a/server/ovirtserver/model/__init__.py b/server/ovirtserver/model/__init__.py new file mode 100644 index 0000000..1b37524 --- /dev/null +++ b/server/ovirtserver/model/__init__.py...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...SE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -"""WebHelpers used in server.""" - -from webhelpers import date, feedgenerator, html, number, misc, text diff --git a/server/ovirtserver/manage.py b/server/ovirtserver/manage.py new file mode 100755 index 0000000..5e78ea9 --- /dev/null +++ b/server/ovirtserver/manage.py @@ -0,0 +1,11 @@ +#!/usr...