Displaying 20 results from an estimated 37 matches for "relentless".
2006 Oct 10
28
How big is *your* dialplan??
Hello!
In my relentless quest for knowledge, I pose this question: who's got
the biggest
dialplans, and how big are these monsters?
What's the biggest dialplan in use right now? If you feel you are a
competitor,
let me know how many contexts/extensions/priorities you are dealing
with. Maybe the
context with the m...
2020 Feb 19
2
test post1
funny guy!!!
A BIG thank you to Bjorn and Rowland for his relentless patience and
support.
Regards, Phil
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you are not the intended recipient, you are notified that disclosing,
copying, distributing or taking any act...
2010 May 04
2
Session Store Issues on Production Server
Hello,
I am using AuthLogic as my authentication gem. Everything is great on
my development server. When I upload to my passenger driven
production server at Dreamhost, the sessions are persisting
relentlessly. In other words, a user cannot log out. I have tried
implementing the Active Record session store and have changed
the :secret key in initializers/session_store.rb, but for some reason,
it is not resetting my users. Another interesting note is that in the
Appplication Controller if I force cur...
2016 Dec 16
2
Upgrading a package to which other packages are LinkingTo
...it's hard, and I'd argue, likely impossible.
For example I even added a "frozen" package [1] in the sources / unit tests
to test for just this. In practice you just cannot hit every possible access
point of the (rich, in our case) API so the tests pass too often.
Which is why we relentlessly test against reverse-depends to _at least ensure
buildability_ from our releases.
As for seamless binary upgrade, I don't think in can work in practice. Ask
Uwe one day we he rebuilds everything every time on Windows. And for what it
is worth, we essentially do the same in Debian.
Sometime...
2020 Feb 19
2
test post1
...the contents of this information is strictly prohibited.
>
>
> On Wed, Feb 19, 2020 at 9:01 AM Philippe LeCavalier
> <support at plecavalier.com <mailto:support at plecavalier.com>> wrote:
>
> funny guy!!!
>
> A BIG thank you to Bjorn and Rowland for his relentless patience
> and support.
>
> Regards, Phil
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom
> they are addressed. If you are not the intended recipient, you are
> notifie...
2016 Dec 16
2
Upgrading a package to which other packages are LinkingTo
...impossible.
| >
| > For example I even added a "frozen" package [1] in the sources / unit tests
| > to test for just this. In practice you just cannot hit every possible access
| > point of the (rich, in our case) API so the tests pass too often.
| >
| > Which is why we relentlessly test against reverse-depends to _at least ensure
| > buildability_ from our releases.
I meant to also add: "... against a large corpus of other packages."
The intent is to empirically answer this.
| > As for seamless binary upgrade, I don't think in can work in practice. A...
2015 May 07
3
[LLVMdev] OpenMP 3.1 Implementation Complete
...y Bataev, who wrote most of the code!
Apart of Alexey, many other people contributed to this effort; most
notably Alexander Musman (also from Intel), who implemented #pragma
simd; Mahesha S (then from AMD, now from Samsung), who wrote initial
patch that started it all; Intel Compiler QA team, that relentlessly
worked behind the scenes to test new developments all the way; and
last, but not least Richard Smith (Google), John McCall (Apple), Hal
Finkel (ANL), Dmitry Gribenko (Apple) and Doug Gregor (Apple) who did
a ton of code reviews and ensured high quality of the implementation.
Other people worth m...
2016 Dec 16
3
Upgrading a package to which other packages are LinkingTo
...or example I even added a "frozen" package [1] in the sources / unit tests
| > | > to test for just this. In practice you just cannot hit every possible access
| > | > point of the (rich, in our case) API so the tests pass too often.
| > | >
| > | > Which is why we relentlessly test against reverse-depends to _at least ensure
| > | > buildability_ from our releases.
| >
| > I meant to also add: "... against a large corpus of other packages."
| > The intent is to empirically answer this.
| >
| > | > As for seamless binary upgrade, I don...
2007 Dec 10
7
Serious Geek RoR newbie: wishes to know EXACTLY what/where all is installed by packages. Tnx!
[TOP lINE: is there a linux program that will tell me where all the
installed files went?]
Hi all....great to be here... i''m pretty relentless yet very new to
RoR and fairly new to Linux [went with ubuntu 7.10 for the time being
- learing pure Deb and/or Slack/BDS for the future]
anyhooo.. So...
Coming from my highly understood XP install [frankly it feels yuk
these days] i''m wishing to know the Linux way of finding out
EVERYTHI...
2007 Feb 20
8
xen time sync problem
Hi,
I am facing problem in sync time within DomU with Dom0. After gone
through mailing lists, I have set /proc/sys/xen/independent_wallclock
to 0. But still DomU are not syncing their time :-S Machine using
kernel-xen-2.6.19-1.2911.fc6
xen-3.0.3-3.fc6
xen-libs-3.0.3-3.fc6
Please advice to solve this weird problem, Thanks
_______________________________________________
Xen-users mailing list
2020 Feb 19
2
test post1
Hi Everyone,
Just a quick test. Been trying to get back on the list for years and
finally looks like there's a proverbial light at the end of the samba list
tunnel!
Phil
2020 Feb 19
0
test post1
...at disclosing,
copying, distributing or taking any action in reliance on the contents of
this information is strictly prohibited.
On Wed, Feb 19, 2020 at 9:01 AM Philippe LeCavalier <support at plecavalier.com>
wrote:
> funny guy!!!
>
> A BIG thank you to Bjorn and Rowland for his relentless patience and
> support.
>
> Regards, Phil
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you are not the intended recipient, you are notified that disclosing,
> copyi...
2020 Feb 19
0
post1
...is strictly prohibited.
>>
>>
>> On Wed, Feb 19, 2020 at 9:01 AM Philippe LeCavalier
>> <support at plecavalier.com <mailto:support at plecavalier.com>> wrote:
>>
>> ??? funny guy!!!
>>
>> ??? A BIG thank you to Bjorn and Rowland for his relentless patience
>> ??? and support.
>>
>> ??? Regards, Phil
>> ??? This email and any files transmitted with it are confidential and
>> ??? intended solely for the use of the individual or entity to whom
>> ??? they are addressed. If you are not the intended recipient,...
2016 Dec 16
0
Upgrading a package to which other packages are LinkingTo
...rgue, likely impossible.
>
> For example I even added a "frozen" package [1] in the sources / unit tests
> to test for just this. In practice you just cannot hit every possible access
> point of the (rich, in our case) API so the tests pass too often.
>
> Which is why we relentlessly test against reverse-depends to _at least ensure
> buildability_ from our releases.
>
> As for seamless binary upgrade, I don't think in can work in practice. Ask
> Uwe one day we he rebuilds everything every time on Windows. And for what it
> is worth, we essentially do the s...
2006 Oct 11
0
Re: asterisk-users Digest, Vol 27, Issue 49
...rdos.info>
> To: Asterisk Users Mailing List - Non-Commercial Discussion <
> asterisk-users@lists.digium.com>
> Date: Tue, 10 Oct 2006 16:25:11 -0400
> Subject: Re: [asterisk-users] How big is *your* dialplan??
> Steve Murphy wrote:
> > Hello!
> >
> > In my relentless quest for knowledge, I pose this question: who's got
> > the biggest
> > dialplans, and how big are these monsters?
> >
>
> Sounds interesting. Small facility of 60 users:
>
> -= 161 extensions (597 priorities) in 59 contexts. =-
>
> --
>
> Ben Frankli...
2007 Jul 27
0
A Thank you to the Developers for the Free Software
I was feeling a bit un-appreciated as a Developer and I thought of all
the other developers of Open Source (Free) Software who relentlessly
contribute to/make Open Source (free) software.
I just wanted to take some time to officially say *Thank You* for all
the good things which you guys/gals have made to my(/our) benefit, of
which has either saved my skin or improved my work efficiency.
To All of you, I say a Big Thank You for it....
2010 Feb 03
0
Ruby Job - SF [jobs]
...es.
- Appreciation for being part of a fast-paced startup environment-an
interest in working with a small team to create software used by
millions of people every day.
- Strong communication and time management skills-the ability to
balance high quality work standards against time constraints.-
- A relentless passion for creating industry leading products and the
highest quality user experiences.
- Major plus - development experience for the iPhone, MySpace
Facebook, or related platforms
Salary is competitive, and compensation includes stock options.
If interested, please send me an updated resumes....
2020 Feb 19
2
post1
...;>
>>>
>>> On Wed, Feb 19, 2020 at 9:01 AM Philippe LeCavalier
>>> <support at plecavalier.com <mailto:support at plecavalier.com>> wrote:
>>>
>>> ??? funny guy!!!
>>>
>>> ??? A BIG thank you to Bjorn and Rowland for his relentless patience
>>> ??? and support.
>>>
>>> ??? Regards, Phil
>>> ??? This email and any files transmitted with it are confidential and
>>> ??? intended solely for the use of the individual or entity to whom
>>> ??? they are addressed. If you are not...
2016 Dec 16
0
Upgrading a package to which other packages are LinkingTo
...| > For example I even added a "frozen" package [1] in the sources / unit tests
> | > to test for just this. In practice you just cannot hit every possible access
> | > point of the (rich, in our case) API so the tests pass too often.
> | >
> | > Which is why we relentlessly test against reverse-depends to _at least ensure
> | > buildability_ from our releases.
>
> I meant to also add: "... against a large corpus of other packages."
> The intent is to empirically answer this.
>
> | > As for seamless binary upgrade, I don't think...
2016 Jan 19
0
HDD badblocks
...orking? drive is one that is swapping sectors from the spare pool rarely enough that it is expected not to empty the pool before the warranty expires.
> Why each consecutive run of badblocks reports different results?
Because physics. The highly competitive nature of the HDD business plus the relentless drive of Moore?s Business Law ? as it should be called, since it is not a physical law, just an arbitrary fiction that the tech industry has bought into as the ground rules for the game ? pushes the manufacturers to design them right up against the ragged edge of functionality.
HDD manufacturers c...