Displaying 20 results from an estimated 264 matches for "endeavors".
Did you mean:
endeavor
2005 Jun 21
1
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam, Matt King <m@orderlysoftware.com> writes:
>> I am familiar with the OSI definitiion. I've read it again, but I
>> can't work out exactly how asking for permission contravenes this
>> definition.
>
>
Then Adam wrote:
> "6. No Discrimination Against Fields of Endeavor
>
> The license must not restrict anyone from making use of the
2009 Oct 22
3
To all of the group
I am pretty much a newbie at CentOS, and Linux on client side,
I would like to help out occasionally by helping the web development crew in
their endeavors and by sorting out some stuff.
such as repairing broken links, or just scanning for content and maybe even
doing a little bit of consulting.
Eric R. Clark
Dynamic Technology Systems
US Phone: (817) 704-4109
US Cell: (817) 706-8856
Email is the same here.
-------------- next part --------------
An...
2019 Mar 01
4
Swift help
...macOS application that takes audio in from an external mixer, and uses Apple core audio to process. I want to add a live streaming feature to an Icecast server. Is there any Swift API examples. I just want a basic API that will take the core audio and stream it out to an Icecast service.
In my endeavors to find this, I have found the dark ice source code. But there are many things in this code that I just don?t need or want. I just need to know how to wrap the audio and what chunks to give to you.
Thanks,
Chris
2005 Apr 03
8
CentOS for commercial use
...u use CentOS for production
servers and (perhaps?) desktops as well. I've read at leat one comment
like "I have 20 CentOS servers."
My employer is a firm believer in RHEL - license costs are just a
business decision.
I would like to know how those of you who use CentOS in commercial
endeavors justify the decsion - ethics, community vs. vendor support,
etc., etc. I've heard many comments to the effect that we CentOS users
are just leaches, since RedHat does the major work.
What do you think?
--
Collins
When I saw the Iraqi people voting three weeks ago, 8 million of them,...
2017 Jun 29
6
package to fit mixtures of student-t distributions
Hello!
I am new to R (before used python exclusively and would actually call the R solution for this issue inside a python notebook, hope that doesn?t disqualify me right of the batch).
Right now I am looking for a piece of software to fit a 1D data sample to a mixture of t-distributions.
I searched quite a while already and it seems to be that this is a somehwat obscure endeavor as most
2015 Mar 27
3
[LLVMdev] SFI and Artificial Diversity
I read a lot of white papers, but is there not any open source
implementation of SFI or artificial diversity? I google around, but I can't
find anywhere anything regarding what I could openly download. In the same
respect, I would also like to make an innovation proposal to create such an
endeavor if there is not one already.
-------------- next part --------------
An HTML attachment was
2024 May 16
2
R for the US Air Force
Hello,
The US Air Force used to have R available on our main network, but now those who need to accept it back are
being very particular about what they're accepting in terms of official documentation.
Would you be able to help me with this endeavor? I'm attaching a pdf that shows what documentation they'd
require for us to re-establish R as being acceptable on the network
2004 Nov 16
2
User package - Simple Ports
...package is never installed.
In R 1.8 manually added the build line and copied the package directory
into the library tree and library(X) worked without a formal install (As
you would guess this was a work-around for my earlier and evidently
persistent lack of success in my package installation endeavors.). The
same work-around approach seems not to work with 2.0.
Your suggestions are appreciated.
Thank you!
Keith Sabol
[[alternative HTML version deleted]]
2017 Feb 09
3
GCC 4.9 in CentOS 7 ??
...I mean is this - my LibreSSL package installs in /usr and not in
> /opt and that is intentional, so that it is not possible to have both
> opennsl-devel and libressl-devel installed at the same time, since they
> both are the same API.
That's the very problem that Software Collections endeavors to solve. If
you install a non-standard package that conflicts with OS defaults, install
it as a collection so that end users can choose whether to use the
enhancement or the default, on a per-session basis.
> But if LibreSSL was in /opt then RPM would have no problem having both
> libres...
2002 Aug 01
0
[Bug 376] New: HostbasedAuthentication, followed snailbook but not working! :-(
http://bugzilla.mindrot.org/show_bug.cgi?id=376
Summary: HostbasedAuthentication, followed snailbook but not
working! :-(
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
URL: http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-
2003 May 20
3
Tcltk question for R people
Hello...
Curious to know whether the TK extensions “Tktable” and “Iwidgets” will be
included in future versions of R (full installation). These are key
components of GUI construction and would be very useful in my current
R-tcltk endeavors. I realize that I could just install a version of
ActiveTcl, which includes the extensions; however, my goal is to eventually
distribute my work keeping installation procedures at a minimum.
I do have one question for individuals working with R and Tcl/Tk on Windows
XP. Has anyone experienced...
2010 Jan 09
2
[LLVMdev] Exception Implementation Example added to Wiki
If the powers at be want this, I could easily transform the source to the LLVM coding standards, and add
the necessary portable UNIX support--someone else would have to add non-UNIX support although the
System library probably helps with this. However I'm guessing the LLVM release flux of the exception system,
along with a lack of universal platform, dwarf JIT support might be a hinderance in
2012 Mar 25
1
[LLVMdev] GSOC 2012 Proposal Idea - Flexible and Efficient Realizations of Logic Based Languages.
...ion of logic based languages.
Specifically, Twelf(based on the Edinburgh Logical Framework) or Lambda
Prolog.
I wonder if such a proposal seems relevant, interesting, and executable
within the GSOC program.
If so, I am interested in thoughts on how to make such a proposal
consistent with other LLVM endeavors, and proper scoping.
If not, I appreciate your time in evaluating my idea.
Thanks!
Dan DaCosta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120325/bbdcaed0/attachment.html>
2013 Mar 08
1
[LLVMdev] Tool to convert to backend assembly instruction file "llc"
...cked my version of llc to make sure it worked on arm and
x86_64 respectively. The website llvm.org hosts a manual page for this
tool at http://llvm.org/docs/CommandGuide/llc.html. I think this tool
from the ample LLVM armory will accomplish what you are looking to do.
All the best in your endeavors,
Shaun
Shaun Hubbard
On Mar 7, 2013, at 10:39 PM, teja tamboli <tamboli.teja at gmail.com> wrote:
I am looking for tool to convert file from either (.s) bytecode or
(.bc) bitcode to .asm file. Basically assembly instruction file for my
x86 backend. I think so we can use llvm-objdu...
2008 Feb 18
1
CentOS 5.1 guide for VMware Fusion
Hello all,
I recently created a VM running CentOS 5.1 x86-64 for development
purposes. Along the way, I found a number of fixes to various issues
one can experience under VMware and decided to turn my documentation
into a general guide that others might benefit from. I have not found
any guides for VMware Fusion on OS X, so I figured it is a worthwhile
endeavor. It is likely that most or all of
2003 Aug 26
1
GWplot
For anyone wishing to see R-Tcl/Tk-MySQL in action (Windows XP)...
http://moffett.isis.ucla.edu/gwplot/
Examples were by far the most useful learning tool during my programming
endeavors so I hope this may help in your own projects.
Thanks,
Jason
_________________________________________________________________
Enter for your chance to IM with Bon Jovi, Seal, Bow Wow, or Mary J Blige
using MSN Messenger http://entertainment.msn.com/imastar
2005 Oct 18
1
How to get GLIBCXX_3.4.4 ??
Hi CentOS,
I just completed the yum update to 4.2, hoping to get included with
libstdc++.so.6(GLIBCXX_3.4.4) for the x86_64.
I need the libs to run cinelerra:
[ryan at dorje]# cinelerra
cinelerra: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.4' not found (required by cinelerra)
An: "rpm -q -i --provides -l libstdc++-3.4.4-2" returns:
(A bunch of stuff....)
2004 Mar 23
1
LDAP-Schema??
Hello,
there are a some fields in my LDAP-Tree, I do not understand.
What can I do with this fields?
# sambaKickoffTime
# sambaLogoffTime
# sambaLogonTime
# sambaMungedDial
Is there any endeavor by the maintaner to use the following fields?
# shadowExpire
# shadowLastChange
# shadowMax
# shadowWarning
by,
matze
2006 Feb 25
1
convert metaflac tags to utf-8?
Hi, I realize that this is not strictly flac-related, but...
I've got my collection in flac now, and at the end of the endeavor, I
realized that (I think...) I've managed to have a few different
encodings in the tags, one way or another.
For instance:
[root@localhost Zen Arcade]# metaflac --list 01-Something\ I\ Learned\
Today.flac > 1
[root@localhost Zen Arcade]# metaflac
2009 Jan 22
3
[LLVMdev] Leaving LLVM
Hi all,
about a month ago, I've started working on my master's thesis. Since I want to
focus on just that work, I've stopped my LLVM work for now. It is unclear
whether I will continue my work after graduation, but it seems unlikely.
I'll still keep track of LLVM from a personal interest (mostly watching the
IRC channel), but I won't have the time to track any mailing lists.