similar to: unsubscribe

Displaying 20 results from an estimated 5000 matches similar to: "unsubscribe"

2016 Feb 10
2
StringSwitch class
Sorry for belaboring on a possibly minor point here, but is my understanding correct that even assuming that the case function is always inlined so we don't have extra function call overhead, we have the redundant if (!Result) checks when we use StringSwitch as opposed to a bunch of if- elses. Thanks. On Mon, Feb 8, 2016 at 12:00 PM, Anupama Chandrasekhar < anupama.lists at gmail.com>
2016 Feb 05
4
StringSwitch class
Hi: I have a question about the llvm StringSwitch class. Why is this more efficient than comparing the hashes of the strings or just using a bunch of if statements. Anupama -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160205/9be0fcc8/attachment.html>
2017 Nov 09
2
New LLVM License
Hi: I was wondering where I can find more information about LLVM's new licensing that was mentioned at the dev meeting and is scheduled to take effect from Feb 2018. Thanks, Anupama -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171108/7703217c/attachment.html>
2016 Feb 08
2
StringSwitch class
> On Feb 5, 2016, at 4:42 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > >> On Feb 5, 2016, at 2:43 PM, Anupama Chandrasekhar via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi: >> >> I have a question about the llvm StringSwitch class. Why is this more efficient than comparing the hashes of the strings or just
2007 Apr 13
2
SMB Printing on 5.0
Is it Me? Printing to a Windows Printer works like a charm under 4.4 but I can't get it working under 5.0 (yes, I read the documentation).
2012 Nov 05
2
New Memory Allocation
In Syslinux-5.00, is the goal that the core and .c32 modules alike will use the same heap? There is a bug I am thinking about: - QEmu with 1024 MiB RAM - Syslinux 4.06 - .c32 can realloc() up to 1013 MiB - QEmu with 1024 MiB RAM - Syslinux 5.00-pre9 - .c32 can realloc() up to 45 MiB I am wondering if there's a maximum-allocation-size being hit, or if it's actually a bug I should look
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all, i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend). Hardware is: HP XW8200 2x 3.0GHz Xeon 8Gb ECC Ram 1x TT3200-S2 card 1x DVBWordl S2 card 1x Nova-S2 card [many other card for other domUs...] Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo. DomU (Mythtv) is a 8.04 (using LVM) both using 2.6.24-23-xen kernels Dom0 configs: lspci: ... 02:01.0
2007 Nov 30
1
Conexant fax/modem not faxing with sendfax
I finally picked up a "real" modem (not a winmodem) and put it in my machine. I pulled down the hsfmodem driver from the source, got a license and installed the driver at full power. If I use wvdial, I can get out through the modem, so I know that works. However, sendfax is rejecting the fax capability (from /var/log/sendfax.log): 11/30 00:31:52 sendfax: interim release 1.1.33-Apr10
2007 Oct 02
1
denyhosts
Hi, My denyhosts stop working. How do i check why isnt it working anymore for me? Thanks Oct 2 22:59:17 beyond sshd[15690]: Failed password for root from 221.7.37.142 port 49836 ssh2 Oct 2 22:59:17 beyond sshd[15692]: Received disconnect from 221.7.37.142: 11: Bye Bye Oct 2 22:59:18 beyond sshd[15701]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser=
2010 Jul 20
6
boot process glitch due to missing 2nd disk
I just installed centos on a Dell that used to have 2 internal disks, but I removed one just before the install. Now when I boot it, it stops and outputs a message complaining about the missing disk and I have to hit F1 to get it to continue booting. Is there some bios setting that is causing this? Obviously, I'd like it to just forget about the missing disk and go ahead and boot with just
2014 Apr 18
2
[PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
On Fri, Apr 18, 2014 at 01:52:50PM -0400, Waiman Long wrote: > I am confused by your notation. Nah, I think I was confused :-) Make the 1 _Q_LOCKED_VAL though, as that's the proper constant to use.
2014 Apr 18
2
[PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
On Fri, Apr 18, 2014 at 01:52:50PM -0400, Waiman Long wrote: > I am confused by your notation. Nah, I think I was confused :-) Make the 1 _Q_LOCKED_VAL though, as that's the proper constant to use.
2009 Jul 23
3
PCI modems
Hi all, I'm currently searching for a PCI modem that will be used to receive faxes. I've tried out a few modems but they all use conexant chipsets, which need out-of-tree kernel drivers and currently doesn't work here (kernel oops when the installation script modprobes the driver). Does anyone know of a PCI modem that works out of the box with in-tree kernel drivers? Thanks,
2007 Sep 10
1
56k modem configuration
Hello everybody, I've got a 56k usb modem, lsusb says: Bus 002 Device 002: ID 0572:130 Conexant Systems (Rockwell), Inc. I'd like to let it work with Asterisk. I think that I should use chan_modem and/or chan_modem_bestdata, but I found little or no documentation. Can anybody please post some instructions? Thanks in advance, -- Dr. Andrea Spadaccini Multimedia Technologies Institute
2006 Mar 30
15
ActiveRecord 1.13.2 -> 1.14.0 breaks Postgres connectivity
To Whom It May Concern: I have an ActiveRecord-based application (non-Rails). Life was grand until I upgraded ActiveRecord yesterday, after which point I was getting TONNES of these errors from my app and in PostgreSQL''s logs: FATAL: terminating connection due to administrator command According to Google searching, this happens when an external process sends PostgreSQL SIGINT or
2006 May 15
33
acts_as_commentable release
I now have the acts_as_commentable plugin up on RubyForge. This plugin will allow you to add comments to any active_record object in your Rails application. So far the directions are simple, and there are only a few features: To install: ruby script/plugin install svn://rubyforge.org//var/svn/commentable/acts_as_commentable In the readme there is a sample migration you will need to use, with
2009 May 18
7
callcenter / dialer / predictive dialer / vicidial program is now open
This is a global message to all to announce our callcenter / dialer / predictive dialer / vicidial program is now open. Codecs: G711, GSM, G729, G723 Protocols: SIP Duration Rate : 30/6 (6/6 with monthly minutes over 100,000) Channels : 100 to start with , more on demand. We are predictive dialer friendly , your account will not be shut off. Contact us to do a test run. Mike
2015 Jan 09
2
C-6, Gnome question
Hi all! Using the default Gnome desktop on Centos-6, I keep having difficulty getting the mouse pointer to lineup exactly on the edge/corner of a window when I want to resize the window. It seems that you have to have it on a line exactly one pixel in width, and I'm finding it increasingly hard to do (who, me? getting old? nah!) Wondering if there is a gnome setting somewhere among the
1999 Jun 02
1
force create mode =
hi all, how do i set the mask in `force create mode =' if i want this mode on all files created inside the share (including files inside folders) -- -r-------- Francis
2013 Apr 03
2
Proxying, pertinent values and features, SNI
Hello, I'm looking into deploying dovecot as a proxy, currently using perdition. Have been using dovecot on the actual servers for years, nearly a decade. So far just 1.x, but for the proxy it will have to be 2.x (2.1.7 is the current Debian version), as the trigger for this change is the need to support multiple SSL certificates. All that happens on the proxy seems to be handled by the