search for: concocted

Displaying 20 results from an estimated 41 matches for "concocted".

2009 Jan 13
2
0800 UK number
I have concocted a system for my children's primary school where parents can dial in and subscribe to an "emergency broadcast" message so that they can be automatically contacted in case of a problem like the school being shut because of snow etc. I would like to provide an 0800 number service for...
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of changing contexts based on a number being busy or unanswered. The purpose for this modified dial app, which I call AGIDial, is to help me concoct a "follow-me" type of application. The app returns -1 for a completed call, 0 for unanswered, or 1 for busy. Well, I hooked the thing up to an AGI script that uses perl and
2007 Aug 19
6
layout inheritance
According to "Ruby On Rails", the layout call is suppose to be inherited: (page 508) "Subclasses of a controller will use the parent''s layout unless they override it using the layout directive" I have a case where this is not working. I have not spent time to concoct a stand alone test. I wanted to verify that David''s book is correct first. Can someone
2007 May 05
1
rsync --delete-existing needed
Hi, I made the mistake of doing an rsync of a directory into the wrong destination, so that the destination became a mix of two directories of unrelated files. Top unravel the mess, I could need something like a --delete-existing option. The semantics would be to delete at the destination ONLY those files that exists at the source. I tried to concoct a combination of options that would do
2011 Sep 22
2
VoIP Abuse to Twitter (real time VoIP Abuse)
Apologies for cross posting but some of us aren't on the other list (vice/versa) and thought both groups would benefit. For those familiar with the VoIP Abuse Project, no need to explain the gist of this. I got tired of parsing through the alerts (lists) I receive via email daily. They're long and sometimes I don't have the time to post them all. So for now, posting VoIP Abuse
2015 Aug 31
2
Classic upgrade - no email addresses
On 31/08/15 22:35, John Yocum wrote: > On 08/31/2015 02:18 PM, John Gardeniers wrote: >> Hi Rowland, >> >> Perhaps I misled you with my wording. Each user has just one email >> address, which was not migrated across. From where I'm sitting that >> looks like a very serious bug. >> >> regards, >> John >> >> >> On 31/08/15
2009 Jun 03
1
Vectorize fails for function with ... arglist
...list(...)) function(...)list(...) # returns arg unmodified! I looked at the code, and ... args are *explicitly* rejected. I see no logical reason for this inconsistency, and the documentation doesn't require it. -s PS This is not an artificial example concocted to demonstrate inconsistencies. I had written the following function which wraps another function in a tryCatch: catcher <- function(f) function(...) tryCatch(do.call(f,list(...)),error=function(e) NA) (The '...' argument list allows this to work with a function of any number o...
2009 Feb 02
1
Assigning colnames in loop
...data frame within a loop, but I keep getting a "target of assignment expands to non-language object"-error. I need to split up a large dataset into about 20 smaller ones, and I would like to assign colnames within the loop, so I won't have to type the same thing 20 times over. I have concocted this really goofy example which constructs two datasets: ----- male <- rep(0:1, each=5) age <- factor(c(10:14,10:14)) DF <- data.frame(male, age, res1=rnorm(10), res2=rnorm(10), res3=rnorm(10)) for(n in 0:1) { assign(paste("test",n, sep="."), as.data.frame(t(subset(D...
2009 Oct 05
2
Authenticating users from proprietary user databases
Hi, I work for a company which develops a rather complicated Linux-based grid-technology appliance. The appliance is made of several Linux hosts, exposing its functionality over a proprietary CLI-like protocol. This protocol currently works by running a proprietary client executable on a host, sending the command via TCP/IP to one of the appliance's hosts and receiving the response. The
2011 Feb 26
1
Finding pairs with least magnitude difference from mean
...ow to get it to provide pairs. 2) Will my brute force strategy of testing the SD of each of these 5 pair combinations actually give me the answer I'm searching for? 3) Is there a better way of doing this? Probably something to do with real linear programming, rather than this method I've concocted. Thanks for any help you can provide regarding my question. Best regards, James
2007 Oct 04
5
use client''s server variable instead of $servername?
Our puppetmaster runs on a host with multiple interfaces connected to various private networks, with different hostnames for each IP. I''m trying to use $servername in modules to copy files over a private network, but this is always set to the public hostname of the server. That route is blocked by a firewall. Is there a way to use the server variable in puppet.conf in manifests?
2003 Nov 03
1
ROC with GLM?
Hello R-List: Does anybody have code to optimize a logistic regression using ROC curves? I've seen S+ code that does it but never in R. Thanks. __________________________________________________ You Rock! Your E-mail should, too. Visit Rock.com! [[alternative HTML version deleted]]
2004 Feb 16
0
PXE, Grub, MEMDISK, Bochs and a 10Meg image.
Hello everyone, Let me tell you what I have and you can tell me what I am doing wrong. I have a Linux system that uses DHCP with TFTP to serve up images for booting with a PXE client. That part works. I can boot a PXE client using a floppy image created using dd. What does not work is a 10 megabyte image I created using Bochs tools and testing in Bochs. If I understand correctly Bochs uses
2005 Mar 24
0
SPA-3000 disconnect tone
Hi, I have a SPA-3000. My telco sends no disconnect indication whatsoever, so I am having trouble making the PSTN line detect disconnect. What I want it to do is detect the very loud off-hook tone that is generated about 20 seconds after disconnect. It's not perfect, but it's a lot better than silence detection. I noticed that the zaptel drivers can detect this with busydetect, but
2007 Jan 11
0
Getting two Asterisk machines to talk to each other
I want to do something that seems like it should be very simple. Then again so am I ;) Anyway, I have two asterisk boxes on separate subnets. What I want is for a certain extension 3053 when dialed on the main machine to ring through to a SIP phone that is registered on the other Asterisk machine. I'm sure the information is out there I just can't seem to concoct the proper search
2007 Jun 29
1
3.0.25 packages for debian/ubuntu
Any news on .deb packages of v3.0.25b for Debian 4.0 and ubuntu 7.04? Guillermo Gutierrez Network Administrator Market Scan Information Systems, Inc. (818) 575-2017 ggutierrez@marketscan.com
2003 Mar 01
1
xmms titlepatch -- update
Hello, I have updated my titlestring patch for xmms. It now includes some kind of an 'advanced' tag editor. For now, this has to be enabled at compile time by defining VORBIS_ADV_EDIT, for more details, read the readme (see below). You might need a recent cvs-checkout of xmms, maybe it also applies against a release version but that is untested. Get a copy from
2003 Mar 02
1
xmms titlestring patch for vorbis
Hello, Some time ago I developed a patch for xmms' vorbis plugin, that allows using arbitrary comment fields in the titlestring. Although it works quite well, I think it could be polished a bit and it might even have some bugs. I also want to know, what the xmms-developers think about it. Recently, I included some kind of an 'advanced' tag editor. For now, this has to be enabled at
2013 Feb 19
0
calcMin
I tried to use calcMin with a function that uses a number of ... arguments (all args from resid on) besides the vector of parameters being fit. Same idea as optim, nlm, nlminb for which this form of ... syntax works. But with calcMin I get an error regarding unused arguments. No partial matches to previous arguments that I can see. Anybody know the reason or fix for this?
2007 Dec 02
0
UTF8 Regex in 1.2.x
So, I''ve been pounding the web for info on UTF8 in Ruby and Rails the past couple days to concoct some validations that allow UTF8 characters. I have discovered that with the patches applied in Rails 1.2, I can get a little further by doing the following declaring $KCODE = ''UTF8'' in environment.rb and by adding /u to regex expressions. The only thing not working