search for: concoct

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

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 f...
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 AGI.pm, and ran some tests. The AGIDial app is definitely returning the right status codes and is able to differe...
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 voice an opinion if it should or should not be inherited by subclasses of the controller? Thanks, Perry --~--~---------~--~----~------------~-------~--~----~ You received this message because you ar...
2007 May 05
1
rsync --delete-existing needed
...tory 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 this, but without success. I thought someone here might know the answer. Or would this be a handy feature to add? [One should of course use --dry-run and check the result before doing such an operation.] Erik _____________________________________________...
2011 Sep 22
2
VoIP Abuse to Twitter (real time VoIP Abuse)
...m all. So for now, posting VoIP Abuse addresses straight to Twitter. So, anyone trying to compromise a pbx, is now autoposted on an hourly basis to Twitter. Still working on pulling, have about 4 machines linked up now, will mop em up during the week. http://twitter.com/#!/voipabuse Now, you can concoct a quick script off of it, e.g.: links -dump "http://twitter.com/voipabuse"|awk '/attacker/{print "iptables -A INPUT -s "$2" -j DROP"| "sort -u"}' Will get a quickie soon from my Acme's, nCites, etc. when I have time. For those NOT familiar with...
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...
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...
2009 Oct 05
2
Authenticating users from proprietary user databases
...tability of core Linux services in any way by adding something as complex as looking up our clustered database for users from within all processes in the system. I'm not sure how to further handle this. Should I patch OpenSSH itself (oh god, please, no...)? Should I use some dynamic LD_PRELOAD concoction to 'rewrite' nsswitch.conf only for this sshd instance? Should I give up on OpenSSH entirely and use an SSH implementation which is less focused on letting system-users run shell-commands (like twisted.conch, or maybe others)? All these options are... well, doable, but all seem like a lo...
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.
...image I created using Bochs tools and testing in Bochs. If I understand correctly Bochs uses the mtools format for drive images. I have been able to get this image to boot on the Bochs emulator. In addition I added a lilo bootloader to the image and this works as well. When I serve up this concoction to the PXE client it will actually show the boot loader. However, if I select the only option available called "other" it quickly gives me the message "Disk I/O error Replace the disk, and then press any key". The memdisk client shows all the correct geometry for the dr...
2005 Mar 24
0
SPA-3000 disconnect tone
...s 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 the SPA-3000 can't seem to. I suspect I need a new value for the Disconnect Tone in the PSTN configuration, but can't seem to concoct the magic potion. Google and various forums aren't helping out either. Any suggestions? -- John
2007 Jan 11
0
Getting two Asterisk machines to talk to each other
...in 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 string to find it. This is what I've tried: I have created a peer entry for each machine in the other's sip.conf I have changed the extension so that when it is dialed on the main machine it does the following Dial(SIP/test-machine/3053) I feel this is most likel...
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
...p/diffs/xmms-cvs_vorbistitle.diff.readme or get both together http://www.personal.uni-jena.de/~p6best/comp/diffs/xmms-cvs_vorbistitle.tar.gz Any feedback/suggestions/bug reports are appreciated. /Stefan. -- A plethora of individuals with expertise in culinary techniques contaminate the potable concoction produced by steeping certain edible nutriments. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the bod...
2003 Mar 02
1
xmms titlestring patch for vorbis
...l.uni-jena.de/~p6best/comp/diffs/xmms-cvs_vorbistitle.tar.gz Any feedback/suggestions/bug reports are appreciated, either directly or to the list but in the latter case please cc: me on replies. /Stefan. -- A plethora of individuals with expertise in culinary techniques contaminate the potable concoction produced by steeping certain edible nutriments. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the bod...
2013 Feb 19
0
calcMin
...0, 0), caa = c(0.344919912565012, 1.36925481463155, 4.94519930946541, 5.12996667120799, 11.0171415280463, 9.4432641668968, 4.7216320834484, 3.14775472229893, 1.57387736114947, 3.14775472229893, > And an example using optim to address concerns about the user function itself. [I'm trying to concoct a solver that handles far-off initial parameter values without getting stuck in local minima. I'm searching for something faster and more intelligent than this example.] > for(i in 1:9) { + fitpars=optim(par=parset1,fn=optimwrap,control=list(maxit=100),resid=res id,caa=caa,na=na,vcode=vcode...
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 now is...