Displaying 20 results from an estimated 2000 matches similar to: "Microsoft joins OIN - I think Samba is covered !"
2006 Feb 19
0
creating a model that has other models as elements
Say I have the following three tables:
dogs
-------
id (PK)
name
cats
------
id (PK)
name
recipies
-----------
id (PK)
recipie_text
I''ve made a model for each of them: Dog, Cat and Recipie.
Now I want to create a model, Cookoff, that will contain arrays of
Dog, Cat and Recipie objects. There is no associated database table
for Cookoff because it''s merely a container for a
2006 Jul 04
1
Has_many :through with checkboxes?
Just when I started getting the hang of has_and_belongs_to_many
relationships, I realize that I should probably convert several of my
app''s joins to has_many :through type relationships.
One example, pairing users with categories via subscriptions, where
each user can be the "owner" of a category, has given me particular
trouble when I try to update a user''s
2015 Jan 13
0
When will CentOS Publish Errata?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 13.01.2015 04:25, Somers-Harris, David | David | OPS wrote:
>> On 2015-01-06, Keith Keller wrote:
>>> On Mon, Jan 05, 2015 at 10:37:46AM -0600, Johnny Hughes wrote:
>>>> 2. If someone comes up with a place to get said data, THEN
>>>> we could properly publish that data in some way.
>>>
>>>
2012 May 07
0
[PATCH] Optionally, allow distros to use openssl for MD5 verification
Cristian Rodr?guez <crrodriguez at opensuse.org> wrote:
> El 07/05/12 06:23, Miroslav Lichvar escribi?:
> > On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodr?guez wrote:
> >> This has the advantage of being more efficient than the included
Btw, how much more efficient and on what hardware?
Based on previous experience (in a project not related to FLAC) on
x86_64
2004 Aug 06
0
Re: Some simple questions
> I'm being PHBed into a VOIP project, and Speex sprang to mind.
> Bandwidth is
> going to be a fairly serious issue for us. With regards to a Speex
> enc/decoder, I was wondering: Rick Kane and David Siebert have already
> asked
> about this, but seem to have gotten very different responses - the
> former a
> call to arms, and the latter a "well, if you do it,
2006 Apr 20
0
Please help me !
Hi To This Group!
I am new to ROR I have some problem in varible acessing in the rb file.
I worte the def in the strored controller .rb
def products_cat
$rid=params[:id]
@categories = Category.salable_items
@products_id = Product.find(params[:id])
@products = Product.salable_items1(params[:id])
flash[:notice] = "Succesfully"
end
I want to acess the varible that
2005 Dec 18
0
Difficulty with creatating a model
Hi everyone,
I''ve just started with Rails and Ruby. I just started to play one of
those RPG and to get my feet wet I''m writing an app to keep track of
item fusions. So the scoop is that item can be fused with another
items to create a higher level item. The higher level items can be
fused to create even higher level items ... etc.
I''m using MySQL to store the data.
2005 Dec 19
2
Difficulty using correct moldel for the data in DB
Hi everyone,
I''ve tried posting the same question to the list last Friday but
somehow did not see it being posted..
I''ve just started with Rails and Ruby. I just started to play one of
those RPG and to get my feet wet I''m writing an app to keep track of
item fusions. So the scoop is that item can be fused with another
items to create a higher level item. The higher
2012 Apr 09
5
Need to split long lines in mail archives
CentOS-6.2
I am investigating how to split long lines present in a
Mailman generated html archives. Mailman places the email
bodies within <pre></pre> tags and some users have MUAs
that send entire paragraphs as one long line.
I have looked at fmt and fold but these assume a pipeline
from stdout to a fixed filename, which presumably is best
done at the time of the original
2000 May 01
1
Microsoft Kerberos Specification...
>From THE INFOWORLD SCOOP:
==============================================================================
MICROSOFT FINALLY PUBLISHES SECRET KERBEROS FORMAT
Posted at Apr 28, 2000 04:17 PM
MICROSOFT ON FRIDAY published a key proprietary data
format that has been at the heart of interoperability
questions surrounding "standards-based"
Kerberos security in Windows 2000.
The data
2017 Mar 12
0
Possible issue with R-tools on Windows
Hmmm, you may know winbuilder: It has R not installed oin drive C: and
works well. Even with R installed on a network share I can easily
install packages.
using R-devel binary in, e.g. for 64 bit: in d:/RCompile/recent/R/bin/x64
working directory: d:/library-devel
specified library: c:/tmp
> install.packages("GO.db", lib="c:/tmp")
installing the source package
2016 Nov 02
2
Request - Javascript player using Media Source Extensions
Hi,
I was wondering if there is a javascript player that uses Media Source Extensions to play Icecast streams on modern browsers.
Based on my limited research, the following players do not seem to support Icecast streams:
Aurora.js - Icecast does not support HEAD requests, which Aurora.js seems to require.
Shaka - Needs DASH manifests, cannot play off a simple URL. IANAL but MPEG LA seems to
2016 Feb 11
2
inconsistency in treatment of USE.NAMES argument
Changing the vapply() behavior makes sense in principle. I analyzed
the CRAN code base using the R parser and found 143 instances of
calling vapply with USE.NAMES=FALSE. These would need to be inspected
to understand the consequences of the change.
For reference:
/AzureML/R/datasets.R:226
/BBmisc/R/toRangeStr.R:33
/DBI/R/DBDriver.R:205
/Kmisc/R/str_rev.R:37
/Matrix/R/diagMatrix.R:98
2006 Sep 17
1
R-base licensing question
It is my understanding that R is licensed under the GPL with the
exception of a few header files for the purposes of linking binary code
with R under non-GPL licenses.
However, the R-base package itself is licensed under the GPL, as are
many (but not all) packages in CRAN. Furthermore, basically any R
script will use functionality from R-base. As I understand it, the
situation isn't
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
El 07/05/12 06:23, Miroslav Lichvar escribi?:
> On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodr?guez wrote:
>> This has the advantage of being more efficient than the included
>> routines and allows distros to centralize crypto mainteniance on
>> a few libraries.
>
> Isn't the OpenSSL license incompatible with GPL? IANAL, but I think
> the flac and
2014 Mar 05
2
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On 2014 Mar 2, at 22:27, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Sun, Mar 2, 2014 at 10:13 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> On Sun, Mar 2, 2014 at 9:26 PM, Chris Lattner <sabre at nondot.org> wrote:
>
> On Mar 2, 2014, at 8:53 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> > On 3 March 2014
2011 Jul 08
1
CentOS 6 (and 5.6) doc on http://www.centos.org/docs
Hi documentation team,
As CentOS 6 is now being released to the mirrors, it would be a good
time to think about putting the accurate documentation on
http://www.centos.org/docs
Red Hat changed their documentation license in the past and they are now
using the CC-by-SA license.
My own understanding (but IANAL) is that we can just share the
documentation , and just linking back to upstream
2004 Aug 06
3
Some simple questions
I'm being PHBed into a VOIP project, and Speex sprang to mind. Bandwidth is
going to be a fairly serious issue for us. With regards to a Speex
enc/decoder, I was wondering: Rick Kane and David Siebert have already asked
about this, but seem to have gotten very different responses - the former a
call to arms, and the latter a "well, if you do it, it'll get done." What's
the
2015 Jul 30
1
[LLVMdev] Bi-Endian Compiler
On Fri, Jul 31, 2015 at 12:15 AM, Herbie Robinson
<HerbieRobinson at verizon.net> wrote:
> I have been quietly working on a port of LLVM to Stratus VOS. The OS is
> always big endian (because customers need to migrate data to new hardware
> quickly and can't afford to convert). This entails presenting a big endian
> programming model no matter what the hardware does. We
2004 Jul 19
1
QoS for Voip.
Thanks for the tips Brian,
Actually, I have many sorts of links, line PPOE ADSL, PPPOA ADSL
which a use PPTP over PPOA relay, radio links that connect in the
ethernet interface and cable modems.
To change the SFQ queue size I must recompile de kernel? I think a
saw some messages talking about that.
One other thing, I have the 1:10 a 1:20 class, let''s assume there
is no