Displaying 20 results from an estimated 107 matches for "bargain".
2007 Feb 28
1
relay-ctrl works
In case anyone still cares, relay-ctrl works with Dovecot. Dovecot's
end of the bargain requires a dirty little script to set TCPREMOTEIP
based on the arguments passed from imap-login:
#!/bin/sh
TCPREMOTEIP=`echo "$@" | sed -e 's|.* ||' -e 's|]$||'`
export TCPREMOTEIP
exec "$@"
And this (long) line in dovecot.conf:
mail_executable: envdir /etc/...
2008 Sep 23
2
how to model this
...then choose from a list of truck carriers to deliver
goods,a cheapest one should be selected but might not available for the
limit of order-shipment time,so a more expensive one has to be used.
this logistics department run the process on case-by-case basis ,no forecast
from sale department and no bargain power against carriers. I have past 2
years order history and freight history,on which some descriptive statistics
is done and result is really ugly,expensive carriers were used
extensively.I'm trying to find some ways to benchmark or optimize the
process,but due to my lack of statistics modeli...
2013 Aug 30
1
Re: ext3 / ext4 on USB flash drive?
...at said, the user forums are full of lost souls, despairing for want
of an answer to the simple question of whether they could well or
should not format their USB in ext3/4. Are you implying that it cannot
be known unless the manuf gives you the specs and if this is the case
and you've bought a bargain bucket flash drive (and assuming that
without a decent flash h/w controller it is true that ext3/4 will
thrash your drive) then you should stick to ext2? What then are the
features a USB flash spec you should look for as the minimum required
before installing ext4?
cheers
mb.
On 29 August 2013 1...
2016 Feb 17
5
1000 analogue lines with asterisk
Hello all,
Can someone recommend what hardware to use for a 1000 analogue line
capacity asterisk PABX?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160217/2bcd322f/attachment.html>
2005 Jan 02
1
Using Dovecot with Thunderbird 1.0 on Macintosh
...'s Mail client (applemail) that is
part of Panther to using Thunderbird 1.0 and find that all of the
folders in my imap mailbox are messed up. Below is what Thunderbird is
claiming the folder structure looks like :
Inbox
Arch
Archiv
Archive
BMW
Co
E-Bay
M
Miscellaneous
ML
Bargains
CKF
Que
Sof
Sonn
Ideally, the way it looks in Applemail looks more like the following:
Inbox
Archive
BMW
CarFax
Coupons
E-Bay
Miscellaneous
ML
Bargains
CKF
[and a bunch of others that were missing from Thunderbird]
Nextel
OpexLD
Palm
Paypal
Quest SW
Rea...
2005 Feb 03
2
Good 800 Number provider
--On Thursday, February 03, 2005 2:20 PM -0500 Andrew Thompson
<asteriskuser@aktzero.com> wrote:
> What you are seeing with these bargain providers is they have a clause in
> their contract that says they own the number, not you. It is a lock, and
> it ought to be illegal, but sadly, it's probably not. If you choose one
> of these companies that doesn't allow you to "port" or "resporg" your
> n...
2005 Jan 20
1
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
On Thu, Jan 20, 2005 at 02:38:39AM -0800, John Cortes wrote:
> I tried including the SUIFvm header files and got more errors than I
> bargained for. Looks like it hasn't been updated to be portable. I
> need some help in getting these suifvm references into the code I'm
> writing.
While I understand that your current goal is translating LLVM -> SUIF,
it seems that you're running into problems with the SUIF IR itse...
2006 Mar 21
5
Getting a time select input
I''m having trouble workign out which ActionView DateHelpers to display a
time input for an ActiveRecord field of type :time.
I just want an hours input and a minuites input. I can get these with
time_select helper using :field_name and :prefix but it gives both hours
and miniutes the same name.
<%= select_time(Time.now, :prefix => "search", :field_name =>
2010 Nov 10
2
SimCity4 wants to do a VGA display, but wine gives me an HD
I get an HD display with this program, and a system lockup into the bargain. I can't even get in with the three finger salute.
I had to use the Magic Sysrq keys to safely close the system and reboot. At least nothing was lost, and I got the system back.
wine 1.3.6 freshly compiled this hour
UBUNTU 10.10 AMD64 updated after lunch.
Here is the application log:
[code...
2013 Aug 29
0
Re: ext3 / ext4 on USB flash drive?
...ut some FTL's are incredibly bad, and in the worst
case, if they aren't spreading the wear around at all, if you write a
single block 1,000 times, and the flash only supports 1,000 write
cycles, then that block will go bad.
Unfortunately, the cheapest USB flash devices that you find in the
bargain bin at the checkout counter of the Micro Center tend to use
the crappiest flash media possible, and the crappist FTL's. Some even
will only have 512MB of flash even though it is advertised as having
8GB of flash, such that if you ever write more than 512MB worth of
files on the flash, you will...
2016 Feb 17
2
1000 analogue lines with asterisk
...a motherboard, they
> will
> have to be split among three or more servers, linked to a gigabit switch.
>
> You might end up getting a better deal if you bought 1000 hardware SIP
> phones.
> (You also would probably increase your personal indispensability factor,
> into
> the bargain .....)
>
> --
> AJS
>
> Note: Originating address only accepts e-mail from list! If replying off-
> list, change address to asterisk1list at earthshod dot co dot uk .
>
> --
> _____________________________________________________________________
> -- Bandwidth and Co...
2004 Sep 12
2
Multiple MD 3200 (Intel 537) cards on a single system.
Has anyone been able to sucessfully use 2-4 X101P clones with Asterisk on a
single system ?
I'm using one Encore MD 3200 modem sucessfully, alongside a TDM400P (3 FXS, 1
FXO) and would like to be able to use up to 4 X101P on a single system. In
most cases I'll have 2 or 3 instead.
I understand all the issues with interrupt sharing and PC motherboard quality.
Just need to know if any
2005 Jan 20
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
...o the job.
> Interfacing to the SUIF IR (kind of object file format) is somewhat
> complex. It would need some work to convert between LLVM IR and SUIF IR
> in their internal format.
Yeah, i figured it was a hassle. I tried including the SUIFvm header files and
got more errors than I bargained for. Looks like it hasn't been updated to be
portable. I need some help in getting these suifvm references into the code I'm
writing. Could you have any specific information on the suifvm or suif ir so I
could write it by hand? The documentation available on the mach-suif website...
2013 Aug 29
3
ext3 / ext4 on USB flash drive?
I think this is really an attempt at user feedback, rather than user
discussion. But there's no such thing as a user-feedback mail list.
Nevertheless, others may find this pertinent: why doesn't mke2fs
handle USB's competently? And if it does, why doesn't it reassure me
so? And how can I handle a linux-formatted USB flash drive in the
absence of my system giving me any guidance?
2011 Jan 02
7
Rails, .swf, .flv
I have the following HAML code
ul{ ''id'' => tutorials_ul }
%li
%a{''href'' => ''/videos/create-command-001.swf''}
''Edition swf''
%li
%a{''href'' => ''/videos/create-command-001.flv''}
''Edition flv''
When the user clicks on
1999 May 21
6
Is this a bug?
In the course of tracking down a problem in Samba v2.0.4a, I set
"debuglevel=3" and noticed something strange in the log file.
While attempting to find the netlogon script, a number of variations on the
name are tried (e.g. for Windows, it's *.COM, *.EXE, *.BAT). Here's
the strangeness: the file NETLOGON"BAT is also looked for. Yes, that's a
quotation mark in place
2005 May 07
6
New to CentOS, is this a safe bet?
...ask, but I have to ask. I'm looking
for a new Linux distro to use and support. I've been a loyal purchaser
of SuSE Linux Pro for the last 3 years. I've paid my $90 loyally, in
part because I wanted money to actually go to someone working on OSS,
but also because I thought it was a good bargain, to get a quality,
tested distro for that cost.
The problem is that lately SuSE is sliding down the path towards being
considered Fedora-like by Novell. So when I install SuSE I don't know if
I'm going to get security updates next week or the week after. My $90
may have just gone to be a 6...
2008 Jan 24
5
Can''t boot from ISO image...
Hi,
I''ve been trying to boot from a RHEL4 install iso without much luck
(the xen way).
The Host is:
RHEL 5.1
xen-3.0.3-41.el5
Here is my guest config:
# -*- mode: python; -*-
#============================================================================
# Python configuration setup for ''xm create''.
# This script sets the parameters used when a domain is created using
2005 Jan 19
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary (Chris Lattner, John Cortes)
Dear friends,
I have been using the SUIF Machine infrastructure for sometime. Some
optimizations are available without using a target machine, i.e. at the
SUIFvm level. At this level you have "infinite" registers. Other
optimizations, including analyses as for profiling require the use of a
target library, a complete backend. It is very sad, that they have
discontinued their MIPS
2010 Sep 21
2
Trouble with Optimization in "Alabama" Package
...e decisions with randomly chosen partners.
The idea is, all agents can produce two goods which they want to consume,
they choose a value t in [0,10] which sets their production time allocated
to each good. Then they are matched with another individual with whom they
will trade according to various bargaining algorithms.
I want to write a general purpose optimization that takes their initial
allocations (what they produced) and computes, for example, the solution
which maximizes the product of their utilities from the final allocation,
subject to the constraint that their utilities must be at least...