search for: disguise

Displaying 20 results from an estimated 146 matches for "disguise".

2004 Jul 12
3
Audio filters (was: feature - VM gain adjust?)
...nt. I was playing with this concept a while back, and trying to find programmers for a few ideas I have. I'll air them here, so I can take some credit for being the first clever monkey to publicly talk about integration into Asterisk (or any other VoIP system, as far as I know): - voice disguise/modulation. Think about how many customers you'd get with a module that sounds like they're Mickey Mouse. You think: 'That's really stupid!' but then look at how many people pay for Usher ringtones. Look at how many crazy truckers buy CB microphones with reverb. - voic...
2006 Aug 06
2
Acts as Most Popular plugin
.... This plugin retrieves the most frequently occurring values for each column. It adds methods of the form most_popular_[pluralized_column_name]. Check out <http://shanesbrain.net/articles/2006/08/04/acts-as-most-popular-rails-plugin> for sample usage. The plugin is mostly just a group_by in disguise. It is probably overkill if you just need to find the most popular items for one column, and probably doesn''t warrant a plugin. But if you are a newbie, then this plugin will do the heavy lifting for you. Shane Vitarana http://shanesbrain.net
2012 Mar 23
4
dsync redesign
In case anyone is interested in reading (and maybe helping!) with a dsync redesign that's intended to fix all of its current problems, here are some possibly incoherent ramblings about it: http://dovecot.org/tmp/dsync-redesign.txt and even if you don't understand that, here's another document disguising as an algorithm class problem :) If anyone has thoughts on how to solve it, would
2009 Nov 19
6
Surprising length() of POSIXlt vector (PR#14073)
Arrays of POSIXlt dates always return a length of 9. This is correct (they're really lists of vectors of seconds, hours, and so forth), but other methods disguise them as flat vectors, giving superficially surprising behaviour: strings <- paste('2009-1-', 1:31, sep='') dates <- strptime(strings, format="%Y-%m-%d") print(dates) # [1] "2009-01-01" "2009-01-02" "2009-01-03" "2009-01-0...
2005 Nov 15
1
Need to move mail
Hi all My imap server is getting to the stange where I need to start worring about the disk usage. Due to the number of users we seem to be hiring, I need to start looking at a new mail server, suppose its a blessing in disguise too. Would it be ok to just tar my current users mail (there home directory, I dont use virtual setup) and the untar it on the new mail server. Is there anything that dovecot on the new machine will complain about. Obviously I would tar everything, indexes etc. Just something I was wondering....
2009 Nov 05
1
combine UserDefinedDatabase and regular environments
Hello, Is it possible to have the effect of UserDefinedDatabase outside of "attached" environments ? Can I disguise an environment of the sys.frames() as a UserDefinedDatabase ? This seems to suggest that it might be possible : > f <- function(){ e <- environment(); class(e) <- "UserDefinedDatabase"; ff } > f() *** caught segfault *** address (nil), cause 'unknown' Trac...
2007 Apr 18
2
[Bridge] feeling sluggish?
...oints) BODY: HTML included in message HTML_FONT_COLOR_NAME (0.4 points) BODY: HTML font color has unusual name HTML_FONT_BIG (0.2 points) BODY: FONT Size +2 and up or 3 and up HTML_FONT_COLOR_BLUE (0.1 points) BODY: HTML font color is blue BASE64_ENC_TEXT (2.4 points) RAW: Message text disguised using base-64 encoding MSG_ID_ADDED_BY_MTA_3 (0.5 points) 'Message-Id' was added by a relay (3) CLICK_BELOW (0.5 points) Asks you to click below MIME_HTML_ONLY (0.1 points) Message only has text/html MIME parts
2017 Jul 06
2
Invalid parameter error
I'm sorry. I probably should have linked their samba fork: https://github.com/freenas/samba You can look at the commits from around the time period of the bug report. It looks like quite a lot of work in ./python/samba/provision/ On Thu, Jul 6, 2017 at 2:50 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Wed, 5 Jul 2017 17:23:28 -0500 > Andrew Walker via samba
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...rect use-case (or any explicit use of the virtio slave) (from MST) independent driver: 7. code reuse. separate device: 8. bond any netdev with any netdev. 9. reuse well-known device driver model. a. natural anchor for hypervisor configuration (switchdev etc.) b. next-gen silicon may be able to disguise as virtio device, and the loop check in virtio driver will prevent the legitimate bond it such case. AFAIU that's one of the goals of next-gen virtio spec as well.
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...rect use-case (or any explicit use of the virtio slave) (from MST) independent driver: 7. code reuse. separate device: 8. bond any netdev with any netdev. 9. reuse well-known device driver model. a. natural anchor for hypervisor configuration (switchdev etc.) b. next-gen silicon may be able to disguise as virtio device, and the loop check in virtio driver will prevent the legitimate bond it such case. AFAIU that's one of the goals of next-gen virtio spec as well.
2004 Jun 21
2
Help:how to filter P bits and schedule??
Hi,All I'd like to implement the function of "recognize and schedule traffic that makes use of the P bit as defined in IEEE 802.1P" by iproute2/tc in mips linux device.I think I should use iptables or u32 filter to recognize P bits of traffic and then put them into different queues(classes).But how to do this filter function by iptables or u32? Any suggestion is highly
2019 Sep 28
4
C8 install libreoffice
On 28.09.19 00:39, Ulf Volmer wrote: > On 28.09.19 00:07, Jerry Geis wrote: >> How do you install libreoffice. yum install libreoffice did not do it, >> doing a search on "centos 8 install libreoffice" did not provide anything. > > There is no single package libreoffice in CentOS 8. Instead there are > several packages for each libreoffice component like
2013 Dec 12
1
IAX2 bridge failing
...n? Since this is IAX in and IAX out, NAT should not be an issue (even through there is NAT on both sides). Since media moves on the same UDP port as call setup, also proves should not be a network problem (I think) Can someone point me to a solution? Thanks! (IP's and ISP and phone number disguised) - Executing [s at macro-dialexternal:57] GotoIf("IAX2/S-14468", "1?dialnormal") in new stack -- Goto (macro-dialexternal,s,60) -- Executing [s at macro-dialexternal:60] Dial("IAX2/S-14468", "IAX2/ISP123/1234567890|60|W") in new stack -- Called...
2017 Jul 06
3
Invalid parameter error
...ithub.com/freenas/samba You can look at the commits from > > around the time period of the bug report. It looks like quite a lot > > of work in ./python/samba/provision/ > > > > Yes I found them, patched 4.6.5 and I am now trying to build Samba on > ghostbsd (freebsd in disguise), if it works, then Freenas needs to > propose their patches to Samba. > > Rowland > Well it builds, but still doesn't provision: Setting up self join set_nt_acl_no_snum: fset_nt_acl returned NT_STATUS_INVALID_PARAMETER. ERROR(runtime): uncaught exception - (-1073741811, 'U...
2007 Apr 18
1
[Bridge] reverse the aging process now
...oints) BODY: HTML font color has unusual name HTML_FONT_BIG (0.2 points) BODY: FONT Size +2 and up or 3 and up HTML_FONT_COLOR_BLUE (0.1 points) BODY: HTML font color is blue HTML_70_80 (0.6 points) BODY: Message is 70% to 80% HTML BASE64_ENC_TEXT (2.4 points) RAW: Message text disguised using base-64 encoding USERPASS (1.5 points) URI: URL contains username and (optional) password HTTP_USERNAME_USED (0.7 points) URI: Uses a username in a URL MSG_ID_ADDED_BY_MTA_3 (0.5 points) 'Message-Id' was added by a relay (3) MIME_HTML_ONLY (0.1 points) Message only...
2005 Sep 19
8
upgrade problem
...gcc 2.96.x My mission, should I choose to accept it, involves moving our embedded application to CentOS 4.1 with gcc 3.x Problem is that about 1/2 million lines of code that gcc 2.96 accepts gives fatal fits to the gcc 3.x compiler from CentOS 4.1 I don't know how many fatal fits, as some disguise others etc. "Can't find register to spill" is a common exit-barf from gcc 3.x. What I'd like to find is a comparison of gcc 2.96.x to 3.x from the perspective of porting something from RH7.x to CentOS/RHEL 4.x What I did was make a fresh install of CentOS 4.1 and then load th...
2015 Aug 31
2
StringSet copy constructor
I'm trying to make a string set that has a flag to become the universal set, and figured StringSet might be a good starting point struct Selection : StringSet<> { bool all; Selection(const Selection &selection) : StringSet<>(selection), all(selection.all) {} Selection(bool all) : all(all) {} size_t count(const string &s) const { if (all) return
2005 Mar 02
1
General pre-processing prior to feeding sound to speex.
...anyway. I'm running VBR at quality 3 and get a "hissy-squelchy" background noise. This is fine, kinda, because the internal microphone in the laptop picks up hiss, the sound of the (actually very quiet) hard drive and generally speaking is of less than exemplary quality. To help disguise this I've been implementing various 'amplifier' style sample tricks including: * A pre-amplifier. * A self adjusting pre-amp that aimed for a target RMS (did an astounding job of listening to the roadworks outside). * A compressor. * A compressor that "expanded" at the bott...
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...separate netdev, really :) > > 8. bond any netdev with any netdev. > > 9. reuse well-known device driver model. > > a. natural anchor for hypervisor configuration (switchdev etc.) > > saparate netdev has the same property > > > b. next-gen silicon may be able to disguise as virtio device, and the > > loop check in virtio driver will prevent the legitimate bond it such > > case. AFAIU that's one of the goals of next-gen virtio spec as well. > > In fact we have a virtio feature bit for the fallback. > So this part does not depend on...
2018 Jan 23
2
[virtio-dev] [RFC PATCH net-next v2 1/2] virtio_net: Introduce VIRTIO_NET_F_BACKUP feature bit
...separate netdev, really :) > > 8. bond any netdev with any netdev. > > 9. reuse well-known device driver model. > > a. natural anchor for hypervisor configuration (switchdev etc.) > > saparate netdev has the same property > > > b. next-gen silicon may be able to disguise as virtio device, and the > > loop check in virtio driver will prevent the legitimate bond it such > > case. AFAIU that's one of the goals of next-gen virtio spec as well. > > In fact we have a virtio feature bit for the fallback. > So this part does not depend on...