Displaying 20 results from an estimated 40000 matches similar to: "conf from database"
2004 Nov 30
1
(no subject)
Hey All,
I would like to start moving all my .conf files into a database backend.
Before I go reinventing the wheel, I wanted to check on what is being worked
on. I don't think the Wiki has been updated on this subject (which I will be
happy to do one I am armed with the information)
Any tips, pointers, etc. would be greatly appreciated.
~chris
2007 Sep 09
1
Why I reinvented the wheel with M3F
Daniel,
nobody has accused you of reinventing the wheel. You give up too
easily. If you want to develop a standard, it takes a lot of
discussion and input - and it takes diplomacy. Attacking people and
attacking the community will not be helpful.
You have asked for feedback - feedback has been given. Now it's time
to think and digest. I for one have been motivated by the topic of
discussion,
2006 May 09
1
combn(n, k, ...) and all its re-inventions
It seems people are reinventing the wheel here:
The goal is to generate all combinations of 1:n of size k.
This (typically) results in a matrix of size k * choose(n,k)
i.e. needs O(n ^ k) space, hence is only applicable to
relatively small k.
Then alternatives have been devised to generate the combinations
"one by one", and I think I remember there has been a
quiz/challenge about 20
2007 Sep 09
0
Why I reinvented the wheel with M3F
Hi ogg-dev list,
I am not trying to ?get someone?. But I though this form would indeed prove
successful in making my point. Here we go:
I got accused of ?reinventing the wheel? for this little media description
format of mine. Fare enough. But I wanted to show everyone why it is
sometimes best to sometings that has been done before all over. See the
attached document. It uses existing
2012 May 24
0
[LLVMdev] -fbounds-checking vs {SAFECode,ASan}
Hi Kostya, I'm also curious to know where Nuno is going with this, and the
details of his design. I'm worried he might be reinventing the wheel. I'm
also worried that he may be inventing a square wheel :)
> I noticed your commits related to -fbounds-checking and have some questions.
> The functionality of this new phase seems to (partially?) overlap with
> AddressSanitizer
2011 May 31
0
Extlookup++
On Fri, May 27, 2011 at 1:08 PM, R.I.Pienaar <rip@devco.net> wrote:
> And for what its worth this afternoon just to see how hard it is
> and to again ask to myself ''wtf has no-one done this yet?'' and also
> ''wtf are people at Puppet Labs reinventing this wheel?'' I wrote
> a new extlookup that has pluggable backends.
>
The bit about
2012 May 24
2
[LLVMdev] -fbounds-checking vs {SAFECode,ASan}
On 5/24/12 5:41 AM, Duncan Sands wrote:
> Hi Kostya, I'm also curious to know where Nuno is going with this, and the
> details of his design. I'm worried he might be reinventing the wheel. I'm
> also worried that he may be inventing a square wheel :)
I believe Nuno's goal is to prevent run-time exploitation of software.
Nuno, please correct me if I'm wrong.
And
2012 May 25
0
[LLVMdev] -fbounds-checking vs {SAFECode,ASan}
On Thu, May 24, 2012 at 9:23 PM, John Criswell <criswell at illinois.edu>wrote:
> On 5/24/12 5:41 AM, Duncan Sands wrote:
> > Hi Kostya, I'm also curious to know where Nuno is going with this, and
> the
> > details of his design. I'm worried he might be reinventing the wheel.
> I'm
> > also worried that he may be inventing a square wheel :)
>
>
2008 Jan 29
1
Conditional kernel selection based on CPUID/DMI info
I'm network booting various systems via PXE using pxelinux, and I
would like to select a specific kernel and kernel options based on the
type of CPU and/or type of system (PAE, 64bit, vmx, etc.). I see that
some of this capability is present (e.g. Erwan Velu's nice
cpuid/dmi/pci code), but the infrastructure to make use of this
information in the config file is missing. It looks like it
2007 Jun 08
2
Can Asterisk RAS?
I am trying to set up somthing so I can dial into my asterisk box, and
have it behave as a modem bank. Is there anything like that already, or
am I going to have to write my own. I checked googls and found no
leads, but thought I would ask here before I tried writing my own, just
to make sure I wasnot reinventing the wheel.
Thank you in advance for any responses.
-Chris
2010 Jul 28
2
Recording interface (pause/PLAY/RERECORD)
Is there a prebuild module/dialplan which gives me a nice interface to recording messages? Assuming I can't use the voicemail command, I need to offer users a way to record, playback, erase, rerecord, etc.
I can probably do it through dialplan but it feels like I'm reinventing the wheel.
Thanks,
MD
2005 Dec 21
2
C#/.NET P/Invoke wrapper or native port of libFLAC
Before I start reinventing the wheel, has anything been done or is there any work ongoing to provide a P/Invoke based interface to parts or all of libFLAC or even a native port of libFLAC to C#/.NET?
Regards,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20051221/2b360697/attachment.html
2011 Nov 13
2
2^k experiment generator
Hello,
While looking for info on 2^k experimental design and anova I remember I saw somewhere there was a function to generate all the experiments. I can't find the function anymore can anyone suggest?
The function takes as input the factors and levels and generates all the experiments. I know I can do it myself using recursion but I want to avoid 1) reinventing the wheel and 2) making
2008 Apr 02
2
[LLVMdev] Proposal for GSoC project for clang front end
On Wednesday 19 March 2008 21:27:18 Chris Lattner wrote:
> On Wed, 19 Mar 2008, Argiris Kirtzidis wrote:
> > I'd like to hear your opinions and ideas for a proposal to improve
> > support for C++ parsing for LLVM's clang front end.
>
> Some meta feedback: C++ support in clang is a huge project, far and away
> more than any mortal can get done in a summer. While it
2005 Oct 18
1
smbd processes 99% cpu and end-user locks up
Still having a situation, in particular with Microsoft Office products
(Excel, MS Word, etc), wherein a user locks up while saving a file.
The scenario goes as follows:
user opens up a file (excel document, word document, etc), user changes
file, user hits save, user hangs...
`top` reports an smbd belonging to user locked in some sort of loop
causing 99% cpu utilization.
net status sessions
2009 Sep 04
1
Viewing pdfs from inst/doc
Writing R extensions says:
In addition to the help files in Rd format, R packages allow the inclusion
of documents in arbitrary other formats. The standard location for these is
subdirectory inst/doc of a source package, the contents will be copied to
subdirectory doc when the package is installed. Pointers from package help
indices to the installed documents are automatically created.
2009 Jan 15
14
Using ZFS for replication
Fairly new to ZFS. I am looking to replicate data between two thumper boxes.
Found quite a few articles about using zfs incremental snapshot send/receive. Just a cheeky question to see if anyone has anything working in a live environment and are happy to share the scripts, save me reinventing the wheel. thanks in advance.
--
This message posted from opensolaris.org
2020 Oct 22
0
Sieve_before
> On 21 Oct 2020, at 15:45, PGNet Dev <pgnet.dev at gmail.com> wrote:
>
> On 10/21/20 2:12 PM, @lbutlr wrote:
>> Do I HAVE to have a default.sieve, that's the only thing that I can think the has changed in that folder.
> RE: compile, fyi note @
>
> https://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Manually_Compiling_Sieve_Scripts
>
2023 Dec 01
2
Mann Kendall mutation package?
Hello - does anyone know whether there are any packages for Mann-Kendall
mutation tests in R available? The only one I could find online is this
MK_mut_test: Mann-Kendall mutation test in Sibada/sibadaR: Sibada's
accumulated R scripts for next probably use to avoid reinventing the wheel.
(rdrr.io) <https://rdrr.io/github/Sibada/sibadaR/man/MK_mut_test.html> but
there doesn't seem to
2009 Jun 01
2
[LLVMdev] Questions about LLVM
Dear list,
I am learning LLVM and would like to add JIT support to the F-Script
language. F-Script is a Smalltalk like scripting language that lives in the
Objective-C runtime. It is written by Philippe Mougin.
The goal is for me to become more familiar with LLVM, and learn about the
conclusions we can draw in terms performance improvements (or degradation
!), possible optimizations, etc. So