search for: maniupl

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

Did you mean: manipul
2011 Apr 08
1
Maniuplate callerID based off of callerID
Hey all! I'm trying to figure out a way to manipulate a call's caller ID based off of the caller's caller ID. Basically, I've got a situation where anything that goes through an Nortel Opt11's IVR comes out with the caller ID 400 (the Opt11's IVR's ext). When the call goes out the trunk that the call is destined for, I'd like to grab the 400 caller ID and
2007 Oct 05
3
Distributing programs
I''m still a new user of Ruby, sort of trailling it at the moment. I''ve written a program using RealBasic which I can compile to Windows, Linux & Mac that accesses and maniuplates MySql databases. What I''m wanting to do is convert that program to wxRuby. Assuming the program is written and I''m satisfied that it works how simple is it to distribute, for people to download and run it. For user''s to download it I''m assuming they woul...
2008 Sep 12
4
reading in results from system(). There must be an easier way...
Hello, I am currently using R to run an external program and then read the results the external program sends to the stdout which are tsv data. When R reads the results in it converts it to to a list of strings which I then have to maniuplate with a whole slew of commands (which, figuring out how to do was a reall challenge for a newbie like myself)--see below. Here's the code I'm using. COMMAND runs the external program. rawInput= system(COMMAND,intern=TRUE);##read in tsv values rawInput = strsplit(rawInput, sp...
2011 Jun 20
0
searching through two different texts files to find a common variable
...the all.x and/or the all.y argument. HTH, Daniel casswilson6 wrote: > > I have two different text files one for the whole USA and one for KS. The > USA files contains stations numbers with the corresponding latitudes and > longititudes. The KS file contains all the data I need to maniuplate. But > I need to connect the latitude and longitude given in the US file to the > KS file. They are connected by station number. > I am trying to use a which function to sort through the two data sets > finding where ST_ID (USA file) is equal to the ID ( KS file) and finding > the...
2017 Mar 20
0
Announce: OpenSSH 7.5 released
...ill remove them by default entriely in the next release. Reported by Jean Paul Degabriele, Kenny Paterson, Martin Albrecht and Torben Hansen of Royal Holloway, University of London. * sftp-client(1): [portable OpenSSH only] On Cygwin, a client making a recursive file transfer could be maniuplated by a hostile server to perform a path-traversal attack. creating or modifying files outside of the intended target directory. Reported by Jann Horn of Google Project Zero. New Features ------------ * ssh(1), sshd(8): Support "=-" syntax to easily remove methods from alg...
2017 Mar 20
12
Announce: OpenSSH 7.5 released
...ill remove them by default entriely in the next release. Reported by Jean Paul Degabriele, Kenny Paterson, Martin Albrecht and Torben Hansen of Royal Holloway, University of London. * sftp-client(1): [portable OpenSSH only] On Cygwin, a client making a recursive file transfer could be maniuplated by a hostile server to perform a path-traversal attack. creating or modifying files outside of the intended target directory. Reported by Jann Horn of Google Project Zero. New Features ------------ * ssh(1), sshd(8): Support "=-" syntax to easily remove methods from alg...
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all, So I have finally finished the v1 of reflink for ocfs2. It has some bugs that I am still investigating, but the schema is almost there. So I'd like to send it out first for review. And Tristan and I will continue to work on the stability of the code. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all, Change from v1 to v2: bug fix and metadata/credits reservation improvement. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all, So I have finally finished the v3 of reflink for ocfs2. The biggest change is that we support 64bit cluster offset now(Thank Mark and Joel for it). [View] http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount [Pull] git://oss.oracle.com/git/tma/linux-2.6.git refcount The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.