search for: throuh

Displaying 16 results from an estimated 16 matches for "throuh".

Did you mean: through
2009 Oct 28
2
Visual Studio Project file?
I am working on a project that transports audio in realtime from a linux box to a windows box throuh libcelt. The windows client program is written in C# and C++ and I therefore need the celt library in its most recent version (0.7) to be able to compile in Visual Studio 2008. In order to do this I, as I understand it, need a .vcproj file for the project. Are there any plans on making such a fil...
2007 Nov 07
3
Blacklist questions ...
...the list as answer to [Shorewall-users] Shorewall on a laptop Now - Is there a specific reason why you actually lock/blacklist the following ports ? - udp 1024:1033,1434 - tcp 57,1433,1434,2401,2745,3127,3306,3410,4899,5554,6101,8081,9898 These should IMHO be blocked by the outside world already throuh the default policies. Or has it rather something to do with making sure no requests goes from the Laptop to the outside world through these ports ? Thx for a hint ;) Cheers Joerg -- ------------------------------------------------------------------------ | Joerg Mertin : smurphy@so...
2009 Feb 13
1
Decoding from memory using libfishsound
Hi, I have a problem. I've started to develop crossplatform sound receiving application using qt4/openal/libfishsound. Server is streaming audio coded with speex in ogg container throuh http. I'm receiving packages and when I write them to file application example from libfishsound is properly decoding it. Problem starts, when I want to decode from memory, for example: receive few packages, decode them and send to sound card. This is code for decoding, which cast callback fun...
2019 Aug 07
2
[PATCH 1/2] drm/nouveau/dispnv04: Grab/put runtime PM refs on DPMS on/off
...->last_dpms = mode; > + if (mode == DRM_MODE_DPMS_ON) > + pm_runtime_get_noresume(dev->dev); > + else > + pm_runtime_put_noidle(dev->dev); it's after we filter out duplicate operations, so that part looks good. But not all of nouveau's legacy helper crtc callbacks go throuh ->dpms I think: nv_crtc_disable doesn't, and crtc helpers use that in preference over ->dpms in some cases. I think the only way to actually hit that path is if you switch an active connector from an active CRTC to an inactive one. This implicitly disables the crtc (well, should, nv_crtc...
2012 Feb 06
3
Intel CPU Comparison
I would like to gain some idea of the XCP impact of these two CPU versions: Intel Core i7-2600, 3.4 GHz Core i7-2600K, 3.5 GHz Both have VT-x Differences 2600K does not include: Embedded Opions Available vPro Technology Virtualization Technology for Directed I/O Trusted Execution Technology Is the difference critical? Thanks, ray
2005 Mar 06
1
IAX - Registration Problems
...s SCall: 00001 DCall: 26603 [192.168.1.101:4569] USERNAME : client1 DATE TIME : 174460996 REFRESH : 60 APPARENT ADDRES : IPV4 192.168.1.101:4569 Looks like the password is missing in the first transaction. Any ideas why??? I would like to move on to running iax throuh nat, but so far I am unable to make it running locally. Thanks Bartosz Wegrzyn
2007 Feb 07
0
Re: problem with windowsXP (again)
I try to send this same letter from an other account because the first replay only came throuh to henning /Lars Henning Sprang skrev: On 2/1/07, Lars Adiels <Lars@adiels.com> <Lars@adiels.com> wrote: Hi I run Open Suse 10.2 and try to create a windows XP domain. when I boot it stops with SESSION3_INITIALIZATION_FAILED on a blue screen any suggestions? Strange. Did you do a...
2003 Jul 07
0
Follow-up -- Using Asterisk with Nikotel
...ap/3 ; internal fax line IPPHONE1 => SIP/Sip1 ; IP phone #1 IPPHONE2 => SIP/Sip2 ; IP phone #2 ; International long distance through VoIP service ; [voipintl] exten => _00N.,1,Dial(SIP/${EXTEN:2}@nikotel,60,r) exten => _00N.,2,Congestion [voipnatl] ; ; National long distance and local throuh VoIP service ; exten => _0N.,1,Dial(SIP/${CC}${EXTEN:1}@nikotel,60,r) exten => _0N.,2,Congestion [international] include => voipintl [national] include => voipnatl [incoming] exten => s,1,Dial(${IPPHONE1}&${IPPHONE2),20,r) [internal] exten => 1001,1,Dial(${IPPHONE1},20,tr)...
2008 Mar 06
1
can't merge zoo ojects and convert to ts (been trying for 2 days)
...regular and the other is my irregular data. I am then merging to create the object I want but when I try to change to a ts class using as.ts I get the following error: Error in zoo(coredata(x), tt) : ?x? : attempt to define illegal zoo object. Can anyone show the error of my ways? I have looked throuh help and the zoo pdf's but can't see the answer. Many thanks for any help. All code and data below (short example). Darren R version 2.6.1 (2007-11-26) i386-pc-mingw32 locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom....
2005 Jan 07
1
Visualizing complex analytic functions using domain coloring
Hi has anyone coded up domain colouring for visualizing complex analytic functions (such as elliptic functions)? [ the idea is to depict a complex function f(z) using a filled.contour() variant in which the hue is given by Arg(f(z)), and the saturation by Mod(f(z)). ] -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre European Way, Southampton SO14 3ZH, UK tel
2019 Aug 07
0
[PATCH 1/2] drm/nouveau/dispnv04: Grab/put runtime PM refs on DPMS on/off
..._ON) > > + pm_runtime_get_noresume(dev->dev); > > + else > > + pm_runtime_put_noidle(dev->dev); > > it's after we filter out duplicate operations, so that part looks good. > But not all of nouveau's legacy helper crtc callbacks go throuh ->dpms I > think: nv_crtc_disable doesn't, and crtc helpers use that in preference > over ->dpms in some cases. > > I think the only way to actually hit that path is if you switch an active > connector from an active CRTC to an inactive one. This implicitly disables > th...
2006 Jul 05
2
Procmail patch for dovecot delivery
...for Mailboxes: # Mailbox is INBOX # 1.) Deliver through mbox # 2.) Deliver through external delivery program # Mailbox has an absolute path # 1.) Deliver through mbox # 2.) Deliver through external delivery program ############### # INBOX options ############### # When set, delivers the INBOX throuh the external program # When not set, absolute path mailboxes are delivered through procmail. DELIVER_INBOX=yes # When set and the mailbox is the INBOX (e.g. /var/spool/mail/$LOGNAME) # it is replaced with a custom string (default INBOX) DELIVER_REPLACE_INBOX_NAME=yes # When DELIVER_REPLACE_INBOX_NA...
2016 Apr 14
2
(rfc) too many keys, usecase?
On Thu, 14 Apr 2016, Jakub Jelen wrote: > On 04/14/2016 01:19 PM, Cristian Ionescu-Idbohrn wrote: > > There is no /root/.ssh/authorized_keys on remote host, so I have to > > authenticate with password. > > > > On the remote host: > > > > # /usr/sbin/sshd -T | egrep permitroot > > permitrootlogin yes > > > > Attempting: > > > >
2005 Apr 27
4
Shorewall and PPPoE
...9;'s connection to internet trough PPPoE over an ethernet card. On the ethernet card I have a static IP and I have access to all other ISP''s clients wich are in the same subnet (it''s a small neighbourhood ISP). Our addresses are from this type: 172.17.211.* The internet goes throuh PPPoE where I have dynamic real IP address. I installed shorewall and used the one interface sample (the two interface sample was for local and internet, while I want to treat the both as Internet in order to protect the both connections). My intention is to devide the two connections in order t...
2019 Aug 07
3
[PATCH 0/2] drm/nouveau: CRTC Runtime PM ref tracking fixes
Just some runtime PM fixes for some much less noticeable runtime PM ref tracking issues that I got reminded of when fixing some unrelated issues with nouveau. Lyude Paul (2): drm/nouveau/dispnv04: Grab/put runtime PM refs on DPMS on/off drm/nouveau/dispnv50: Fix runtime PM ref tracking for non-blocking modesets drivers/gpu/drm/nouveau/dispnv04/crtc.c | 18 +++---------
2003 Dec 01
0
No subject
...es or profiels between domains. Somewhere in NT/W2K (Settings, System, user profiles?) there is a posiblity to move a profile to a new location. I recomend the following: create a new test user with a blank profile and try if this works in your new set up. If not, ... :-( If yes, make your way throuh the NT tools to handel profiles or be crule to your users: Delete every bodies profile and let them start new. Things like outlook.pst or (big) files (Desktop, ...) shouldn't be in the profile any way. Christian > Hi all, > This is my first post to this list... it may get a little...