Displaying 19 results from an estimated 19 matches for "nks".
Did you mean:
nfs
2011 Dec 29
3
Array element is function of its position in the array
...elects values from an original array
based on a function of the indices. That is:
I want to create a new matrix Vnew[i,j,k]=Vold[i,j,ks] where ks is a
function of the index elements i,j,k. I want to do this WITHOUT a loop.
Call the function "ksfunction", and the array dimensions nis,njs,nks. I can
do this using a loop as follows:
# Loop version:
Vnew<-array(NA,c(nis,njs,nks)
for(i1 in 1:nis)for(j1 in 1:njs)for(k1 in
1:nks)Vnew[i1,j1,k1]<-Vold[i1,k1,ksfunction(i1,j1,k1)]
I already know how to create an array of the ks's:
ksarray[i,j,k]=ksfunction(i,j,k) # I have the array...
2006 Apr 22
1
Ruby bindings now pass all smoketests
....rb. (These tests are mostly drawn from
smoketest.py; a few tests that are not applicable to the Ruby version
have been removed.) I have also added Olly's patch to integrate the Ruby
bindings into the automake/configure scripts.
The latest version is available by anonymous SVN from
https://nks-svn-001.nks.net/xapian-bindings/ .
Usage information is in the included README.txt. I have not yet tried
any real world application of the Ruby bindings, just the smoketest, so
the Ruby bindings should be considered beta quality at best. There may
still be a few unknown bugs in there. I will be...
2003 Aug 14
1
Asterisk SIP calls failing - not a proxy? What of RTP codec transcoding?
...to be an Asterisk install on the public
Internet with *no* private connection and some kind of SIP proxy on my
firewall firewall (behind which the phones will sit). All phones will
need to register with the Asterisk PBX through the outbound proxied
connections.
--
- Ian C. Blenke <icblenke@nks.net>
(This message bound by the following:
http://www.nks.net/email_disclaimer.html)
2003 Aug 25
3
Grandstream firmware update DMTF Payload Type
Since firmware 1.0.3.81, unless I'm imagining things, Voicemail2 seems
to be having problems.
The Grandstream and sip.conf were set to RFC2833 now with that setting I
get extra digits during "Mailbox" and "Password" phases. 222001 instead
of 2201 for example.
When both are changed to "SIP info" there is no problem.
But what is the new setting "DTMF Payload
2006 Apr 19
1
ANN: Alpha Ruby bindings for Xapian now available
...indings for Xapian.
My work is still alpha-quality; expect bugs and expect API changes
before we're done. It's definitely not ready for production just yet.
But, it is a solid base for going forward. The current version is
available under the GPL via anonymous Subversion at:
https://nks-svn-001.nks.net/xapian-bindings/
This code base is drawn from the latest stable tarball. There are a few
minor changes to xapian.i, and a new ruby/ subdirectory. There is a
smoketest.rb which implements the tests from the Python and PHP
smoketests using the standard Ruby unit testing framework....
2003 Aug 20
1
IAX <> IAX trunking... DP cache?
I'm attempting to get two Asterisk 0.4.0 PBXes to communicate with one
another using IAX/IAX2 trunks.
I've managed to get a semi-functional NAT Firewall working as a PBX
(with Asterisk running directly on the firewall itself), but there are
issues with bind()ing to various interfaces which is causing outbound
SIP issues.
To get around these issues, the idea is to do something like this:...
2012 Jan 10
1
plotOHLC(alpha3): Error in plotOHLC(alpha3) : x is not a open/high/low/close time series
R version 2.12.0, 64 bit on Windows.
Here is a short script that illustrates the problem:
library(tseries)
library(xts)
setwd('C:\\cygwin\\home\\Ted\\New.Task\\NKs-01-08-12\\NKs\\tests')
x = read.table("quotes_h.2.dat", header = FALSE, sep="\t", skip=0)
str(x)
y <- data.frame(as.POSIXlt(paste(x$V2,substr(x$V4,4,8),sep="
"),format='%Y-%m-%d %H:%M'),x$V5)
colnames(y) <- c("tickdate","price"...
2012 Jan 24
1
problems with rollapply {zoo}
...are probably not needed here, but leaving them in
place harms nothing:
library(tseries)
library(xts)
library(quantmod)
library(fGarch)
library(fTrading)
library(ggplot2)
# Set the working directory, where the data file is located, and read the
raw data
setwd('C:/cygwin/home/Ted/New.Task/NKS-quotes/NKS-quotes')
x = read.table("quotes_M11.dat", header = FALSE, sep="\t", skip=0)
str(x)
# Set up the date column
dt<-sprintf("%s %04d",x$V2,x$V4)
dt<-as.POSIXlt(dt,format="%Y-%m-%d %H%M")
# Prepare a frame that gets converted to an xts...
2003 Aug 12
1
Working with FWD, IPTel, SIPPhone?
...nger to telephony).
The setup is simple: two Grandstream BudgeTel 100 phones (SIPPhone
specials) on a private segment calling to a Linux box acting as the
segment's firewall with a leg on our public network. The phones are
setup as SIP/phone1 (x1000) and SIP/phone2 (x1001), respectively (thanks
to the Asterisk HOWTO).
Getting IAX to work with IAXTEL wasn't a problem, but I'm still fighting
with inbound/outbound VoIP "trunks" with IAX2 or anything SIP. I can
call 1700NXXNXXX IAXTEL numbers, and anything gatewayed from that
network (ie, FWD 170099XXXXX gatewayed numbe...
2006 Apr 20
1
Odd stemmer behavior
...Best,
Paul
--
--------------------------------------------------
-- Paul Legato, Senior Software Engineer --
--- Networked Knowledge Systems ---
---- P.O. Box 20772 Tampa, FL. 33622-0772 ----
----- (813)594-0064 Voice (813)594-0045 FAX -----
------ plegato at nks.net ------
--------------------------------------------------
--------------------------------------------------
----- This email bound by the following: -----
---- http://www.nks.net/email_disclaimer.html ----
--------------------------------------------------
2003 Aug 21
1
Working example of "switch"?
Does anyone have a working example of how to use the "switch" directive
to peer two Asterisk PBXes?
--
- Ian C. Blenke <icblenke@nks.net>
(This message bound by the following:
http://www.nks.net/email_disclaimer.html)
2003 Aug 18
2
Grandstream, SIP encryption
...implementation, and
any possible toolkits or specs that might be relevant to efforts
towards getting Asterisk to work with it once introduced. SIP
message and RTP payload encryption would be really, really useful for
some of my clients who are at the end of cable modems and/or
international links. Currently, the fact that SIP and RTP are
unencrypted is just a "fact of life", but almost everyone has asked
about how to change that. A great answer would be "IAX2 runs on that
phone", but I am not hopeful for any such answer in the near term
with only a few exceptions,...
2006 May 10
2
ruby bindings odds and ends
In the Ruby bindings, set_X and get_X are renamed to remove the get/set,
so MSet::get_matches_estimated() becomes a read-only property (if I have
my terminology right) of the Ruby MSet class called matches_estimated.
This matches how a Ruby programmer would expect a class to be designed.
I was looking through the getters and setters list. I wonder if a few
entries shouldn't be there, (the
2009 Jan 16
0
No subject
Groups for implementing =91GSM Gateways=92" which leads me to believe (or h=
ope
at least) that more than one phone can be paired to a dongle.
Dongles are so cheap I guess it doesn't really matter other than more
complexity.
Anyone know for sure?
--=20
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
--001636c92545598447046efba265
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
Hello,<br><br>I read on the wiki that chan_mobile supports one device per d=
ongle.=...
2007 Aug 11
0
ZIP 197123 03-09-93 Mary Wollstonecraft.
H_u*g_e N e*w.s To Im,pact C+Y T+V
C+hina You+TV C-o.r'p_.
Symbol-: C'Y.T*V
We h,a+v-e al'ready s'e.e n CYTV''s mar+ket imp,act befor-e cl*imbin.g to o v.e.r $2.0'0 w*i't-h n e'w+s+.
Pr,ess Releas_e:
Chin*a YouTV'.s CnBo-o W+e,b S.i.t e Ra,nks N+o'.'1 on Mi'croso_ft L i'v+e S+earch En+gine
C nBoo Traff_ic Inc rea*ses 4*9-% O,v*e,r T'w+o Mon.ths
R,e a'd t h+e new,s, th_ink abou-t t+h,e i,mpact, and
j_u.m.p on t.h i s firs t thi*ng To.-morrow mornin' g! $0.*42 is a g'i+f't at t*h*i's price..&...
2018 Nov 12
1
off-topic question about RDP to Win-10
Not the answer you want but xfreerdp has worked for me where rdesktop
no longer does (I take because of the new security settings)
xfreerdp /bpp:16 /size:1200x720 /u:"raubvogel" /v:hostname:port
On Mon, Nov 12, 2018 at 5:11 AM <me at tdiehl.org> wrote:
>
> On Sun, 11 Nov 2018, Fred Smith wrote:
>
> > I have a win10 VM in virtualbox on my Linux (C7) desktop. I CAN
2011 Nov 03
8
Is there anything blocking wine apps from network access?
Hello!
I run Mandriva 2010 with wine 1.2.
I installed Philips Media Connect. (Projects computer screen to TV)
How ever it says that it do not got the network interface avaible, so it do not work for me.
>From Philips support thet said that I should turn off the firewalls.
(I did not mention that I used Linux )
My firewall is off, accept everything/no fire wall in my settings.
So there
2006 Aug 10
28
On the total nondisclosure of the 8/9/06 security vulnerability
...ised 1868).
--
--------------------------------------------------
-- Paul Legato, Senior Software Engineer --
--- Networked Knowledge Systems ---
---- P.O. Box 20772 Tampa, FL. 33622-0772 ----
----- (813)594-0064 Voice (813)594-0045 FAX -----
------ plegato@nks.net ------
--------------------------------------------------
--------------------------------------------------
----- This email bound by the following: -----
---- http://www.nks.net/email_disclaimer.html ----
--------------------------------------------------
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...y{%@WNN;T?$#7}b!?$7E`RRyR;eAw&GGK^b(CQWP1B
z*^>AD=^y2TKlwhqd*PWSFB!zTvT^uYdmO|*r&8#up-yV*Bq7VP_(70plad!9N at vzJ
zWm!^HHLkId70?2?+9FcQP!tNS6B3<Lss+<Utn&hrAU!CF7qDC|@!qfBze=iBH-z&I
z)A0x;C7n*6?Ow6YF#Sp`5<%lFK6n}@a9+|hHZHO{k9Q6T_ at F5pM`In<2Wm%D)M~YL
zyi_FFCc=1R$C3^lje|Nks-~n`mMoVQ%jKMUF=M=#()cC5UO-c#WFV!aqb+$>u$cw&
zs-kHc_V at Ss@P|LlpZ<||)9V(`6XbmvAa*-BH*el#HeaIC6xr at fNV!_kW}V<@ty|?`
z(^^?dmgPW<lhf&xvMgEF6~Wrrh*zrRoNDr{Ak_&vO_)xnESJl;q at xwH*^Jjc@(@K)
zFq_TRmbZ#2Aq48WWHy_jmEp{pb3AbIB6+WmK+-seb&-|e39Z-?@j35t4$9#0K_FcY
zAx>C~5LoMwqG3...