Displaying 20 results from an estimated 26 matches for "glom".
Did you mean:
glm
2009 Feb 13
2
Asterisk on EC2 cloud computing - price assumptions - your brain needed
...sterisk on
the Amazon EC2 cloud computing system. Here are some calculations
I've made on costs based on current published prices on Amazon's
system. Feel free to tell me that I'm wrong with these calculations -
but be specific if you find any problems, as I suspect others may glom
onto these figures as gospel and I'd hate to have the wrong data in
there.
http://www.loligo.com/asterisk/misc/amazon-ec2.xls
The net of my calculations is that a small instance of 20 users in a
standard office environment would cost about $75 per month, which when
compared to runn...
2008 Sep 16
3
USDT probes in both static library and application
Hi All,
I''ve got a problem when I have USDT probes in a static library and in
the application code outside of the library.
I build the static library containing some USDT probes, glomming
everything together (ld -r) before creating the .a file to preserve the
probe symbols. This all works fine.
I build an application which also has some USDT probes.
When I build the application which links to the static library, the USDT
probes from the static library no longer show up with...
2004 Jun 01
1
Bug reporting
...ed product that supports resource forks
> when built on OSX.
>
> See http://www.macosxlabs.org./rsyncx/rsyncx.html
>
> Their CVS repository is at http://www.opendarwin.org
>
> It seems a shame to have two projects where one will do.
Well, sometimes there are reasons not to glom everything into one big
program.
--
Martin
2013 Jun 28
2
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
...be interesting layering issues if you do the latter. Then you
> have CodeGen depending upon DebugInfo instead of just a header in
> Support.
>
Well, the issue is that LLVM's "libraries" are really not fine grained due
to our build system/source tree layout, so we end up just glomming together
large pieces of (sometimes vaguely) related functionality into "libraries",
which are the units of physical dependency. Realistically, Support/ELF.h is
a fine piece of independent functionality that should be independently
reusable, but we don't have effective tools for m...
2009 Aug 13
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.7.0 released
...aries to
poke through the application's user interface. The framework also has tools
to record test-cases based on user events in the interface of the
application which is under testing. We strive to help in building a quality
desktop.
LDTP NEWS
Mago project uses LDTP - http://mago.ubuntu.com
GLOM uses LDTP - http://git.gnome.org/cgit/glom/tree/ldtp/
Whats new in this release:
Get the window uptime, maximize, minimize, close, activate all or any given
window name are some of the noticable new APIs in this release. Generate key
event function now uses xmodmap to determine the current local...
2013 Jul 04
0
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
...g issues if you do the latter. Then you
>> have CodeGen depending upon DebugInfo instead of just a header in
>> Support.
>
>
> Well, the issue is that LLVM's "libraries" are really not fine grained due
> to our build system/source tree layout, so we end up just glomming together
> large pieces of (sometimes vaguely) related functionality into "libraries",
> which are the units of physical dependency. Realistically, Support/ELF.h is
> a fine piece of independent functionality that should be independently
> reusable, but we don't have e...
2004 Oct 03
0
FW: Broadvoice
...**:XXXXXXX@sip.broadvoice.com/9999
;;
; Providers
[bvoice]
type=friend
canreinvite=no
username=847*******
fromuser=847*******
callerid=847*******
secret=*******
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
dtmfmode=inband
insecure=yes
Thanks!!
Zac
-----Original Message-----
From: Jerry Glomph Black [mailto:glomph@glom.ph]
Sent: Sunday, October 03, 2004 12:53 PM
To: Zac Amsler
Subject: Re: [Asterisk-Users] Broadvoice
No problems here. Inbound/Outbound both fine.
Their NAT behavior is pretty bad, I'm sure your
problem is probably related to that.
On Sun, 3 Oct 2004, Zac Amsler...
2012 Mar 07
1
wine creates weird pref file for mac program
i recently installed wine and now find that with a regular mac program (a
music program called sing&see) it somehow gloms onto it and screws it up so
it opens but won't do anything--and there is a "wine" menu item next to the
regular sing&see menu. i've uninstalled wine as per the directions in the
wiki. but it keeps somehow still recreating a pref file in the library
called org.kronenberg.Win...
2012 Mar 07
0
more on Re: wine creates weird pref file for mac program
...39;ll know
i need very basic instructions if you're able to help. MANY thanks, ds
On Wed, Mar 7, 2012 at 2:51 PM, daniel smith <dss1209 at gmail.com> wrote:
> i recently installed wine and now find that with a regular mac program (a
> music program called sing&see) it somehow gloms onto it and screws it up so
> it opens but won't do anything--and there is a "wine" menu item next to the
> regular sing&see menu. i've uninstalled wine as per the directions in the
> wiki. but it keeps somehow still recreating a pref file in the library
> calle...
2012 Mar 07
0
ignore previous: Re: wine creates weird pref file for mac program
...nadvertently deleting X11 that screwed
everything up. so ignore previous. thanks, ds
On Wed, Mar 7, 2012 at 2:51 PM, daniel smith <dss1209 at gmail.com> wrote:
> i recently installed wine and now find that with a regular mac program (a
> music program called sing&see) it somehow gloms onto it and screws it up so
> it opens but won't do anything--and there is a "wine" menu item next to the
> regular sing&see menu. i've uninstalled wine as per the directions in the
> wiki. but it keeps somehow still recreating a pref file in the library
> calle...
2013 Oct 14
2
setuid or other ideas
Everyone,
I am working on a Centos 5.9 system. I have an need to be able to
activate a piece of software from /etc/smrsh that is activated when
sendmail delivers the e-mail to this piece of software. I would like
this piece of software to take on the user and group identities that are
different than 'mail' which is what happens now. I want to use a user
and group that is not root), so
2013 Jun 28
0
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
Going to be interesting layering issues if you do the latter. Then you
have CodeGen depending upon DebugInfo instead of just a header in
Support.
-eric
On Fri, Jun 28, 2013 at 11:08 AM, 罗勇刚(Yonggang Luo)
<luoyonggang at gmail.com> wrote:
> For example,
> ELF.h MachO.h and COFF.h
> should moved into Object directory with new name.
> and Dwarf.h should moved into DebugInfo
2011 Mar 15
5
apache service start problem
...that down to one
run!
The reason seems to be that we have our own custom ssl vhost conf
that we use called 001-chrome-ssl.conf. What happens is that apache
gets installed and plops it''s own version of ssl.conf in there, then
my module puts OUR version of ssl.conf in there and both files glom
onto 443 thereby preventing the apache service from starting!
The solution I came up with is to tidy the default apache ssl.conf
file that gets installed by apache. However, on the first puppet run
it tries to tidy the ssl.conf file which isn''t there! then apache
installs it''s s...
2013 Jun 28
3
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
For example,
ELF.h MachO.h and COFF.h
should moved into Object directory with new name.
and Dwarf.h should moved into DebugInfo directory.
2013/6/29 Eric Christopher <echristo at gmail.com>:
> Where would you like to move them?
>
> -eric
>
> On Fri, Jun 28, 2013 at 10:38 AM, 罗勇刚(Yonggang Luo)
> <luoyonggang at gmail.com> wrote:
>> From my point of view, the
2007 Jul 06
4
JOINS clobbering ids or other fields.
...t HABTM links) in a typical Rails app is going to
have an id column, so that means any JOIN by default is going to be
clobbering ids. Most of the useful ad-hoc attributes that you would
want to add to an query would have to be specified in the :select
option anyway... how often do you just want to glom on all the
attributes of some other table directly?
A default of SELECT table_name.* in the presence of a :joins option
just seems to make sense all around. Is there some benefit to always
using SELECT * that warrants using it as the default even when it
opens the door for such dangerous and unex...
2012 Sep 11
4
[PATCH] libxl: Tolerate xl config files missing trailing newline
I wrote:
> Also I wrote:
> > However, xl fails on config files which are missing the final
> > newline. This should be fixed for 4.2.
>
> My patch for this didn''t make it into 4.2 RC4.
Should this go into 4.2.0 or be held for 4.2.1 (or is it not 4.2.x
material at all) ?
Ian.
From: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [PATCH] libxl: Tolerate xl
2004 Nov 22
9
asterisk gui?
hello is there a gui that would allow me to configure everything from phones, to extentions, to voice mail to basicly everything that asterisk can do?
I did go to
www.voip-info.org
and none of the guis I saw there do the trick and the ones that come close aren't downloadable just wanted to see status on this
thanks
hank
----------------------------------------
My Inbox is protected by
2019 Nov 07
0
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
...ops struct, and
> data struct too.
>
> Therefore, you need a separate events enum as well. This is important. MMN's
> won't be issuing MMN_NOTIFY_RELEASE events, nor will MNR's be issuing the first
> four prexisting MMU_NOTIFY_* items. So it would be a design mistake to glom them
> together, unless you ultimately decided to merge these MMN and MNR objects (which
> I don't really see any intention of, and that's fine).
>
> So this should read:
>
> enum mmu_range_notifier_event {
> MMU_NOTIFY_RELEASE,
> };
>
> ...assuming that we...
2007 Apr 30
25
escape regex code
hello,
i wondered if it would not be interesting to have some filters
function in puppet like
filter_integer(), filter_prelregex, filter_text, filter_email or such
so we can validate and make our defines a little more foolproof :)
i particulary see filter_regex as usefull in quite a lot of exec that
manipulates text files. What do you think about this ?
--
Cordialement,
Ghislain
2019 Nov 07
5
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
...need to an entirely new ops struct, and
data struct too.
Therefore, you need a separate events enum as well. This is important. MMN's
won't be issuing MMN_NOTIFY_RELEASE events, nor will MNR's be issuing the first
four prexisting MMU_NOTIFY_* items. So it would be a design mistake to glom them
together, unless you ultimately decided to merge these MMN and MNR objects (which
I don't really see any intention of, and that's fine).
So this should read:
enum mmu_range_notifier_event {
MMU_NOTIFY_RELEASE,
};
...assuming that we stay with "mmu_range_notifier" as a cor...