search for: enhac

Displaying 18 results from an estimated 18 matches for "enhac".

Did you mean: ehac
2003 Mar 05
6
A couple of enhacements suggestions
... are they possible?, or better yet: Are they enhacements at all? First, make it possible to use the vars defined in the params file usable in the policy and shorewall.conf also. Second, make it possible to specify a pseudo log level like NULL, SWNULL (SW by Shorewall) or an appropiate name that would have the same effect as not specifying a log l...
2011 Oct 06
0
[LLVMdev] Enhacing TabelGen
greened at obbligato.org (David A. Greene) writes: > Also, I know I introduced the #..# "pasting" operation but I've found it > to be too limiting. In this example: [snip!] > what if we instead did this: > > (Equivalent TableGen code with a for-loop) > ---------------------------------------- > multiclass PTX_FLOAT_4OP<string opcstr, SDNode opnode1, SDNode
2008 Jan 02
2
Rice coding
Going in details through the FLAC format specification, I realize that there are 2 rice coding methods now supported for residual encoding. I thought I remembered in the 1.1.3 times that there was only 1 method (with 4-bit Rice parameter) [or was I drunk ? ;-)]. Going through the change log, I didn't find any reference to such an addition to the format. Now, the decoder implementation I'm
2004 Aug 06
4
[Interopcast-general] about translatingdocumentation, but not only documentation.
...aw this advice of adding PortAudio to IceS, I was going to begin implementing these ideas as a new project, tentatively called "PortStreamer." I'm quite enthusiastic about this eye catching project name, but I'm also open to the possibility of dropping this project in favor of enhacing IceS instead. Comments or suggestions? liulk Lee Azzarello wrote: >I think if Ices could incorporate PortAudio it would handle some serious >portability issues. > > > <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www....
2011 Feb 03
14
understanding users mapping
Hello all, Im Fran, and im from Spain. Im currently using an english book to setup my samba server, and im having problems understanding it. I explain my problem. I dont want to use root to join clients to the domain; i prefer creating a plain user. Ok, so, the steps i follow are: net groupmap add unixgroup=srvadmins ntgroup="Server Admins" net groupmap add ntgroup="Domain
2005 Dec 22
11
rforum engine
Here''s a question for those well-versed in rforum or engines -- or both, ideally :) I''ve spent some time today turning RForum into an engine, using rails 1.0, engines trunk, and rforum 0.1 (as rforum trunk didn''t appear to work out of the box). My rforum engine works, but only when I do two things that I found by trial and error: 1) All rforum controllers subclass
2008 Jan 02
0
Rice coding
...1.2.1 encoder .. neways i think Josh's( jcoalson ) reply on this thread is helpfull http://www.hydrogenaudio.org/forums/lofiversion/index.php/t57624.html my guess is u r not using 24 bit files thts why older decoder is able to decode it.. an then again not all 24 bit files will make use of that enhacement :) On 1/3/08, Pyt <py.thoulon@gmail.com> wrote: > > Going in details through the FLAC format specification, I realize that > there are 2 rice coding methods now supported for residual encoding. I > thought I remembered in the 1.1.3 times that there was only 1 method (with &g...
2004 Aug 06
0
[Interopcast-general] about translatingdocumentation, but not only documentation.
...f adding PortAudio to IceS, I was going to > begin implementing these ideas as a new project, tentatively called > "PortStreamer." I'm quite enthusiastic about this eye catching project > name, but I'm also open to the possibility of dropping this project in > favor of enhacing IceS instead. > > Comments or suggestions? I don't particularly want to add another mandatory dependency to ices2, but we could do it optionally (as all the audio-input modules currently are, so this is just adding a new one, and keeping the old ones for systems where they work). T...
2006 Apr 07
0
what goes where on ruby on rails?
I think this subject deserves a cheat page. Where would you put the following 1. enhacements to base classes (like Numeric.format_integer or Time.format_shor_date) I created files in \lib (like \lib\format.rb) and added require "format" in \app\controllers\application.rb 2. general helpers I want to be available to every view I created a file in \lib (like \lib\debug_hel...
2011 Aug 26
2
[Bug 680] Packets disappear after NAT on 2nd gateway
...nat'ed service's packets with --set-mark > and creating a rule (with ip rule add) to match them and use a special routing > table for them, but it doesn't work. > Despite the priority this issue receives and when or if it will be solved, I > dissagree to consider it "an enhacement", as there isn't a way of implementing > the same functionality in an alternative way. I set up a server to search for the bug. The problem is definitely in the ipv4 Large Receive Offload. This is what I did: untarred 2.6.29 patched to 2.6.30-rc5 I configured it compiled it: work...
2005 Sep 29
1
Does the "installWithVers=TRUE" setting for the install.packages/update.packages flag updates?
It might be my settings or improper use -- but if I use the "installWithVers=TRUE" flag for update.packages(), I don't seem to get updates; and if I use "install.packages(new.packages(),installWithVers=TRUE)", it seems to (re-)install identical versions of what I have. (this is with Rdevel from subversion from yesterday) best, -tony blindglobe at gmail.com Muttenz,
2006 Feb 03
0
Contribute: Center extension to Prototype''s Position object
...}, false); Event.observe(window, ''scroll'', function(evt){ Position.center(element); }, false); } } You could call Position.absolutize first to keep the dimensions of a relative positioned element. Tested in IE6, Mozilla 1.7 and FF 1.5. Any suggestions on enhacements or bugfixes are appreciated. It would be great too if anyone could tell me if it works in safari, konqueror or opera. brgds sigi -- Mit freundlichen Grüßen Siegfried Puchbauer _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/...
2014 Dec 03
4
[Bug 2323] New: Two factor authentication with two different SSH keys
...Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: slavik.dan12 at gmail.com Hello, I would like to raise an enhacement request to OpenSSH. I need users to authenticate with two factors, both of them being different SSH keys. In current OpenSSH 6.2+ configuration this is done be setting AuthenticationMethods property to ?publickey,publickey? in sshd_config file. But the problem is that SSH Daemon does not check...
2007 Sep 20
8
How are alternate superblocks repaired?
Hi, Using dumpe2fs I have been able to determine that all of my alternate ext3 superblocks are corrupted (not clean), and only the primary superblock is valid, i.e. mount works and the ordered journal is applied. When the primary superblock gets flakey, i.e. the ext_attr Filesystem feature goes missing - not sure why this occurs. At this point, the mount does not apply the journal using the
2004 Aug 06
5
[Interopcast-general] about translatingdocumentation, but not only documentation.
On Thu, 2003-07-31 at 17:07, Dave St John wrote: > What are the chances of getting ices0.3 and ices2 ported to windows as a > command line app? > and be able to run it as a NT serivce? It's a question of getting the compiler environment setup to do the port. Much of libshout and ices2 are ready but, certain things like live input are different from whats in windows. karl.
2007 Nov 20
7
Backups on external USB HDD
Hi, I'm trying to implement this: I have: - A windows 2000 server - A centos 4 server - Monday, Tuesday, Wednesday, Thursday, Friday, Monthly. The tape drive in the windows server died recently and I decided to switch to USB external drives. However, the USB controller in the windows server is only 1.1, so it is very slow. I didn't want to install a 2.0 USB controller in the
2011 Oct 06
3
[LLVMdev] Enhancing TableGen
On Oct 6, 2011, at 12:42 PM, David A. Greene wrote: > Jakob Stoklund Olesen <jolesen at apple.com> writes: > >> On Oct 6, 2011, at 7:59 AM, David A. Greene wrote: >> >>> For example, I want to be able to do this: >>> >>> defm MOVH : >>> vs1x_fps_binary_vv_node_rmonly< >>> 0x16, "movh", undef, 0, >>>
2012 Oct 26
0
Wine release 1.5.16
...file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.16 (total 77): 7933 c-evo doesnt play mp3 then has access violation 8667 Number of subitems in treeview keeps increasing 12069 native msvcp60.dll enhaces wines 15336 DirectInputCreate(): hInst is ignored; NULL value doesn't result in an error. 15510 Rockwell check for OS fails 15539 quartz: referencemapper.ok sometimes fails in pc-bsd (race condition?) 16366 A Vampyre Story (Demo) crashes 17849 Tree doesn't fold/unfold on mo...