search for: applicaitons

Displaying 20 results from an estimated 43 matches for "applicaitons".

Did you mean: applicaiton
2013 Nov 28
4
puppet in java
We have bunch or property files(key/value pairs) used in different modules in our java web applicaiton. our applicaiton is also distributed, part of that runs on a head office and some of the parts run at the branch. All the branches run a local server for day to day activities. We are looking to automate these files when moving to different environments like deve, test, prod. So that we can
2007 Apr 11
1
outCALL- the open source Asterisk integration applicaiton for Microsoft Outlook
Bicom Systems releases outCALL, an Asterisk open source Outlook integration LONDON, UK (11th April 2007) - Bicom Systems announced today it has released outCALL, an open source desktop application allowing integration Microsoft Outlook. OutCALL allows users an easy way for placing and receiving phone calls integrated with users Outlook contacts. "The open source PBX market needed
2006 Aug 21
4
indexing multiple languages with acts_as_ferret
I have an applicaiton where I''m indexing content in a number of languages, all encoded in UTF8. I would think that having my locale set to en_US.utf8 would be sufficient to make this work in ferret/acts_as_ferret, but I keep running into problems, even with english text. What have others done to cope with these encoding difficulties? -ryan
2007 Feb 27
2
running asterisk through cellphone
hi everybody, I'm currently planning a small-sized web-applicaiton allowing users to call-in via phone. the phonecalls should be recorded and processed further by some custom scripts - sounds like asterisk is a perfect match for this app. however, during prototyping I have no ISDN-connection whatsoever available, so I was asking myself if it's possible to connect a cellphone via
2003 Nov 23
2
agi exec problem.
hi folks. (apologies in advance if this is a particularly stupid question) just getting my feet wet with asterisk / agi, and am a little stuck using EXEC. it works fine for applicaitons that take simple arguments, but chokes on applications that require multiple words as arguments. for example, this works fine: EXEC Playback(demo-congrats) but this doesn't: EXEC add extension s,3,Playback(demo-congrats) into local problem seems to be that AGI reads the second example to b...
2007 Sep 04
3
Model Specs: Fixtures vs Mocks + Stubs?
What is the general opinion about fixtures versus mocking and stubbing in model specs? I heard from agile on IRC that they save the database testing for integration testing, but I also see that the caboose sample applicaiton uses fixtures. I also noticed that on the rspec site, it says "Ironically (for the traditional TDD''er) these are the only specs that we feel should actually
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to another switch if it doesn't violate the 100 metre rule, but this building is several hundred metres away from my backbone. My only option for cabling to the remote building is copper. My plan is to provision them with a Linux bridge with 4
2004 Aug 06
1
how to switch mountpoints
hey can anyone help us out with this one? we're working on a system for our community radio station that uses a mysql/php interface a database to manage users and a schedule system. since we have different copies of liveice and ices on different machines for different applicaitons around campus (they are all on different icecast mountpoints on our main server), we need our php script to switch the current mountpoint on the fly so listeners' clients will switch to the mountpoint that the current material is coming from (the one that the user's login is associated with...
2003 Nov 23
1
agi exec problem (followup)
...003 21:17:50 -0500 (EST) From: tad <tad@media.mit.edu> To: asterisk-users@lists.digium.com Subject: agi exec problem. hi folks. (apologies in advance if this is a particularly stupid question) just getting my feet wet with asterisk / agi, and am a little stuck using EXEC. it works fine for applicaitons that take simple arguments, but chokes on applications that require multiple words as arguments. for example, this works fine: EXEC Playback(demo-congrats) but this doesn't: EXEC add extension s,3,Playback(demo-congrats) into local problem seems to be that AGI reads the second example to b...
2017 Aug 13
1
what is CodeMeter and why is it running on my CentOS box?
...never heard of them. > > > >Is there any reason I should be leery of just "yum remove"ing the > >package? > > > >thanks! > > > sounds like its dongle based copy protection for some application > program. you running any small market big dollar applicaitons, > like CAD? they are the most frequent user of such services. Nope. not me. home desktop/mailserver/play/light-coding box. could it be part of some exploit? -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The eyes of the Lord are e...
2000 Jul 17
1
File locking issues
HPUX 10.20 / Samba 2.0.6 The owners of a share can create, edit, delete any all files from any MS office tools ASCII files what ever . . . but with a PC based application that is a database controlled by metadata files and locking files they get the "standard cannot write filename" UNLESS the "Force Create Mode" is set to 0777. The log file for this workstation / user gives:
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code when "winemaker" command is given i get these lines admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase . Winemaker 0.6.0 Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054. closedir()
2017 Aug 13
3
what is CodeMeter and why is it running on my CentOS box?
I just stumbled over /var/log/CodeMeter, which contains a number of large log files. I know I'm getting old and forgetful, but I can't remember intentionally installing that package. Yum just says "installed" instead of listing a repo. Looking at codemeter.com, it seems to work with something called a "cm stick". I don't have one, don't want one, and never
2003 Nov 24
1
Re: Asterisk-Users digest, Vol 1 #1994 - 14 msgs
...rs@lists.digium.com > > Subject: agi exec problem. > > > > hi folks. > > > > (apologies in advance if this is a particularly stupid question) > > > > just getting my feet wet with asterisk / agi, and am a little stuck using > > EXEC. it works fine for applicaitons that take simple arguments, but > > chokes on applications that require multiple words as arguments. > > > > for example, this works fine: > > EXEC Playback(demo-congrats) > > > > but this doesn't: > > EXEC add extension s,3,Playback(demo-congrats) in...
2006 Sep 25
2
How to insert data into a relational database?
Hi. Please do bear with me as I am a newbie. I think I understand how to setup the relation using "has_many" with "through". What I need to know is how to insert data into the tables in the controller. For example, I have company details like name, address and country. I also have a category table like audio, video, events and lighting. Once I setup the relations, I need
2002 Dec 29
3
lowess + turnpoints = doubling integers?
Happy New Year, r-helpers! I am using lowess to smooth a scatter plot, xx<-lowess(xinput,f=.04) #defaults for other args followed by turnpoints(xx$y) #defaults for other args I plot the smoothed result as well as turnpoints (using yy$tppos) on top of raw data plot. Result is exactly as expected, graphically. For another purpose, I calcuate the difference between turnpoints (representing
2006 Jun 16
5
Application Error
Hi Folks, When I have tried this cookbook example from onLamp tutorial, I got some error like this, output of development.log is ---------- Permission denied - /var/www/html/cookbook/public/../config/../tmp/sessions//rub y_sess.d51d8997edf6be91 only the first line of output is this, output truncated. --------- what it will be ? How to solve this ? In my browser, I am getting Applicaiton
2006 Jul 07
5
Can a route require POST or GET? / REST problem with routing
Hi, A store front a customer wants to GET /product/5/show. But for the application this is really GET /cart_item/new/5 or even better /cart_item/new?cart_item[product_id]=5 When the customer clicks add_to_cart they POST /product/5/show so that the url doesn''t confuse the user when any validation errors occur. But for the applicaiton this should be POST
2017 Aug 13
0
what is CodeMeter and why is it running on my CentOS box?
...'t have one, don't want one, and never heard of them. > > Is there any reason I should be leery of just "yum remove"ing the > package? > > thanks! sounds like its dongle based copy protection for some application program. you running any small market big dollar applicaitons, like CAD? they are the most frequent user of such services. -- john r pierce, recycling bits in santa cruz
2007 Aug 07
1
input data file
Hello, I am new to R. I used scan() to read data from tab-delimited files. I want to save all my data files (multiple scan()) in another file, and use it like infile statement in SAS or \input{tex.file} in latex. Thanks!