search for: wherever

Displaying 20 results from an estimated 1794 matches for "wherever".

Did you mean: whenever
2006 Sep 02
2
URL authentication
...-name> > <max-listeners>499</max-listeners> > <hidden>1</hidden> > <no-yp>1</no-yp> > <authentication type="url"> > <option name="mount_add" value="http:// > wherever.tld/radio/notify.php"/> > <option name="mount_remove" value="http:// > wherever.tld/radio/notify.php"/> > <option name="listener_add" value="http:// > wherever.tld/radio/notify.php"/> >...
2007 Apr 24
2
Asterisk & Pix firewalls
Hi, I asked this last week but i didn't get any answer So i will elaborate on my question. I need to setup a pix 515 firewall (running 7.2.2 OS) to allow sip traffic thru it from a sip phone wherever i may be. The pix is where all my servers are colocated and i will need to connect thru it from softphones / hardphones wherever i happen to be traveling. I need help setting up the pix for inbound and outbound sip/iax traffic. Any help would be greatly appreciated. Thanks --Don --------------...
2006 Sep 08
0
URL authentication
...<max-listeners>499</max-listeners> >> <hidden>1</hidden> >> <no-yp>1</no-yp> >> <authentication type="url"> >> <option name="mount_add" value="http:// >> wherever.tld/radio/notify.php"/> >> <option name="mount_remove" value="http:// >> wherever.tld/radio/notify.php"/> >> <option name="listener_add" value="http:// >> wherever.tld/radio/notify.php"/...
2017 Jun 10
1
Apple Mac slave
On Fri, 9 Jun 2017, Robbie van der Walle wrote: > ... and also still open is the notification on the Mac. If notify-send is available on the Mac, then perhaps this will work: In upsmon.conf on the Mac you need NOTIFYCMD /usr/sbin/upssched (or wherever this goes on a Mac) NOTIFYFLAG ONBATT SYSLOG+EXEC In upssched.conf you need CMDSCRIPT /usr/sbin/upssched-cmd (or wherever this goes on a Mac) AT ONBATT UPS at NAS EXECUTE on-battery In upssched-cmd you need case $1 in (on-battery) MSG="Power failure. Save your work!"...
2011 Jun 16
1
Matching vector order by indicators in a matrix
...ing vector which is are the estimated parameter values output from "optim". $Rates [1] 0.006280048 0.330934659 I want to match the order in the vector by the number in the following matrix: $Index.matrix ALPHA 1 1 BETA 2 2 In other words, the first value in $Rates should go wherever there is a "1" in the $Index.matrix. And the second value should go wherever there is a "2", and so on. I have some pretty hacky solutions, but I wanted to see if there was an easy way to do this that I am completely missing. Thanks and all the best, Jeremy
2005 Jul 31
0
[Bug 2933] New: regression with hardlinked devices
...ery tag present in NEWS,v from here... cvs co -D '2005-07-31 00:00:00-0000' back in time through here... cvs co -r release-2-6-4-pre3 exhibits the following regression... if the source inode is both a dev and a hardlink, it will not be hardlinked in the destination. to repeat: rm -r /wherever/dev/ rsync -Haxv --delete /dev/ /wherever/dev/ rsync -Haxv --delete /dev/ /wherever/dev/ ls -i /dev/ | awk '{print $1}' | sort | uniq -c | egrep -v '^ 1 ' ls -i /wherever/dev/ | awk '{print $1}' | sort | uniq -c | egrep -v '^ 1 ' rm -r dst ls -aliT src 17 crw-r...
2012 Aug 14
3
set working directory to current source directory
Hi all, Is there a way to get cran R to set the working directory to be wherever the source file is? Each time I work on a project on different computers I keep having to set the working directory which is getting quite annoying. Thanks, Sachin [[alternative HTML version deleted]]
2008 Oct 20
3
Trying to pass arrays as arguments to a function
I'd like to avoid looping through an array in order to change values in the array as it takes too long. I red from an earlier post it can be done by "do.call" but never got it to work. The Idea is to change the value of "y" according to values in "x". Wherever "x" holds the value 3, the corresponding value in "y" should be set to 1. So I tried the following giving an error message: ################# x <- c(1,2,3,2,2,3,1,1,3,3) y <- c(0,0,1,1,0,0,1,0,0,1) Change_y <- function() { if (x == 3) {y <- 1} } do.call(&quo...
2012 Dec 06
1
Proposal for Chain-Loadable LDLINUX.SYS
...- 512 bytes of padding (never lands in memory) - ldlinux.sys, which is: - Sect1 code (494 bytes, leaving enough room for at least one extent, as planned) - Extent pointer patch space (1920 bytes) - The rest of the code ldlinux.bin's in-memory layout: - VBR @ 0:7C00 (or wherever else a crazy BIOS might put it) - ldlinux.sys @ 0:8000 - Sect1 code @ 0:8000 - Extent pointers @ 0:81EE - The rest of the code @ 0:896E Proposal for a future style: ldlinux.bin == ldlinux.sys ldlinux.sys' physical layout: - Sect1 code - Extent pointer patch spac...
2015 Feb 16
5
[LLVMdev] What is on the LLVM horizon for truly relocatable JITted code?
...//github.com/drmeister/clasp) in C++ that uses LLVM as the backend and interoperates with C++. It uses copying garbage collection via the Memory Pool System (MPS) garbage collector by Ravenbrook. This garbage collector is precise on the heap and conservative on the stack. Currently I JIT code to wherever LLVM drops the code and it remains fixed in memory. This causes some problems for implementing a dynamic language like Common Lisp because CL considers data and code to be equivalent. I’d like to move the code into the MPS managed memory and be able to apply copying garbage collection to it. Is...
2009 Aug 30
3
A couple questions about Wine
...er), I'm thinking of using Wine to run it in CentOS and getting rid of the Windows virtual machine. But a couple questions: 1) If I run Wine, do I introduce security or performance issues? 2) Is there any difference between Michael Harris' Wine repository and the ones available through... wherever yum is picking it up? (Actually it looks like it has two or three versions listed.) Thanks for any recommendations. I like VirtualBox, but it seems like overkill. -- RonB -- Using CentOS 5.3
2012 Jun 02
3
[LLVMdev] llvm-tv
...r the instructions from the link - http://llvm.org/svn/llvm-project/television/trunk/README.txt The poolalloc doesn't seem to be in synch with the llvm svn version mentioned (78786). It is giving lot of errors during compilation. I fixed a few of them by bringing in functions/header files etc. wherever required from the mainline llvm. But this exercise seems to be overwhelming. Is there a working version of llvm-tv that I can use with LLVM 3.1? -- Regards, Abhishek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attac...
2009 Jan 03
0
BerkeleyTIP - Hello, Introduction, Monthly Global GNU(Linux) BSD Free SW HW meeting
...ProgrammingParty http://groups.google.com/group/BerkTIPGlobal [Click "Join this group" on the right page side to join the mail list.] The 1st Saturday of every month. We are a bunch of friendly people. We get together to LEARN, TALK, HELP, HAVE FUN, & PRODUCE more FREE SOFTWARE. And, wherever you are, you're invited. :) Come to Berkeley, or join with us on line, using VOIP & IRC. Beginner to Expert - Old to Young - Student, Working or Retired - Male or Female - Everyone is INVITED & WELCOME. YOU DON'T HAVE TO PROGRAM, OR BE A PROGRAMMER. END USERS WELCOME TO LEARN, C...
2012 Mar 22
1
Rspec not loading fixtures
...crypted_password: "c8e5b51b237344fe0e72539af0cac7197f094a5e933ffacf6e7fa612363c5933f520710c6427ac31fc4c68a2d7bb48eae601c74b96e7838f9ca1a0740b67576a" password_salt: "Y4PPzYx2ert3vC0OhEMo" name: Rocky organization: Rock The Vote url: http://rockthevote.com address: 123 Wherever city: Washington state_id: 9 zip_code: 20001 phone: 555-555-1234 survey_question_1_en: "What school did you go to?" survey_question_2_en: "What is your favorite musical group?" created_at: <%= Time.now %> updated_at: <%= Time.now %> # TODO: remove par...
2017 Feb 28
2
[Bug 1125] New: Setting bit mark according to result of lookup
https://bugzilla.netfilter.org/show_bug.cgi?id=1125 Bug ID: 1125 Summary: Setting bit mark according to result of lookup Product: nftables Version: unspecified Hardware: x86_64 OS: Gentoo Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at
2020 Sep 04
4
Acls
...ain Admins is mapped as ID_TYPE_BOTH in idmap.ldb, this is to allow the group to own files in Sysvol on a Samba AD DC. It is suggested you create a new AD group (Unix Admins for instance), give this group a gidNumber attribute and add it to the Administrators group and then, on Unix, use the group wherever you would normally use Domain Admins. I am using a raspberry pi. And don?t know how to set this up. Philip p.s. can an admin block Emma the hooker?. She is sending spam. It?s anoying
2013 Feb 25
7
Optimistic Locking Enhancements: Gem or Core?
I''m working on an app that makes use of rails'' optimistic locking feature and seeing some possibilities for improvements. It seems a bit tedious to have to add :lock_version to forms wherever the model is used. You also have to "hack" around rails'' UJS feature to add it as a URL parameter when using remote: true, method: [:put, :patch, :post, :delete]. On the controller side in rails 4 (or if you''re just using the strong_parameters gem in 3.x) you have...
2003 Jun 24
3
Patching Festival
...t Festival, but I can't get it patched. I'm thinking that there is something missing from the steps listed at http://www.marko.net/asterisk/archives/0209/0389.html. >>tar xvzf festival-1.4.2-release.tar.gz >>patch -p0 </usr/src/asterisk-ng/festival-1.4.2-diff >> (or wherever the patch is located) When I run the patch command, I get the following: [root@Computer src]# patch -p0 </usr/src/asterisk/festival-1.4.2.diff can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: ------------------------...
2009 Nov 29
0
[LLVMdev] JVM Backend
...ost important operations to support are loads and stores, shifts and logical operations (and, or, xor). These are the ones that the optimizers like to introduce most. The logical operations are straightforward. Loads and stores of iN are equivalent to using memcpy of (N+7)/8 bytes from memory to wherever you are keeping the value (for a load), or the reverse for a store, so that's pretty easy as well [this assumes that you set things up right so that endianness is the same in memory and in "registers"]. Shifts are the most complicated, but still pretty simple. Ciao, Duncan.
2005 Oct 11
2
nat and wandering phones
Hi all I'm looking for a solution to this problem. *box--------internet-----------nat-----------softphone We have potential customers who will be travelling the world with laptops/pda's. They need to be able to connect to the asterisk box via ip wherever they are and will have no control over nat whatsoever. I have read that STUN offers this service, but cannot picture in my mind how this works, especially with no port forwarding on the nat (I mean, how the hell do packets traverse the firewall to find the end device). Any suggestions welcome...