Displaying 20 results from an estimated 1475 matches for "terminolog".
Did you mean:
terminology
2019 May 03
2
RFC: On removing magic numbers assuming 8-bit bytes
Jeroen Dobbelaere via llvm-dev <llvm-dev at lists.llvm.org> writes:
> Hi Jesper,
>
>> Thanks, these are interesting differences. The CHAR_BIT and byte
>> relation is established in the C standard and I would prefer the byte
>> terminology. It means the same thing as addressable unit but is a bit
>> shorter and probably more widely known.
>
> Looking purely from a c/c++ language viewpoint, this makes sense. We
> settled on using 'addressable unit size', but any abstraction will
> already be helpful.
Given...
1997 Aug 21
3
R-alpha: a question on terminology
Whereas we typically refer to the add-on `modules' as `libraries' (viz
also the way these are represented in the search list, and the variable
.Libraries), S speaks about `sections'.
Shall we stay with our terminology? Or instead, speak of `sections',
`packages', `modules', ...?
-k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe...
2007 Mar 02
2
Terminology merging
...hen I''ll try
to do my part to upkeep the official glossary of terms in the Wiki.
Here are the terms we use internally:
* class - a Puppet native that defines a container of resources, such as
File resources, Package resources, User resources, custom-defined
resources (see also terminology:definitions), etc. A class can
inherit from another class using the inherits keyword.
* clients - clients are server and/or application owners outside of the
ITS Unix group.
** See the corresponding directory in the file hierarchy
* declare - a declaration is a term used to ind...
2009 Apr 24
1
Terminology: Multiple Regression versus multivariate Regression
Hello R-Members,
can anyone explain the difference between
multiple and multivariate regression to me
in terms of the terminology and eventually
its respect to the mathematical foundation
respectively ?
Is multiple regression perhaps more related to GLM
and multivariate Regression rather applied,
if there are no explizit numeric factor levels ?
Thanks for elucidations on that topic.
Many thanks and best regrads
Bjoern...
2019 May 06
2
RFC: On removing magic numbers assuming 8-bit bytes
I agree, addressable unit size is probably a better abstraction.
However, in the lib/CodeGen directory alone, there's some 785 uses of
the word "byte" and a significant fraction of the code that we want to
modify is using the byte terminology today. An example of unmodified
code from my showcase patch set:
assert(!(Shift & 0x7) == 0 &&
"Shifts not aligned on Bytes are not supported.");
uint64_t Offset = Shift / 8;
unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8;
assert(!(O...
2024 Mar 29
2
[PATCH v0 02/14] drm/amdgpu,drm/radeon: Make I2C terminology more inclusive
...9;ll update
> next go-around.
not a binding comment, though. Just for completeness, because we
are giving the version to the i2c and smbus, but not i3c.
> >> with more appropriate terms. Inspired by and following on to Wolfram's
> >> series to fix drivers/i2c/[1], fix the terminology for users of
> >> I2C_ALGOBIT bitbanging interface, now that the approved verbiage exists
> >> in the specification.
> >
> > The specification talks about:
> >
> > - master -> controller
> > - slave -> target (and not client)
> >
>...
2011 Aug 15
1
Question about terminology
I'm having a minor disagreement with a colleague over terminology.
When you have a group of KVM Hosts which have access to the same network and storage (for purposes of migration) yet there is no clusterware or HA software involved...how does one refer to this group of hosts? I call them a "Host Group." He insists on the term "Cluster."
T...
2004 Mar 16
3
Terminology and canonical statistical user literature
Brian Ripley wrote (to somebody asking about "effect sizes"):
> ...
> Given that, I wonder if you are used to standard terminology.
Good point. But I think for many of us there is more behind that.
I personally belong to an (apparently fairly large) group of
R users who may be enthusiastic, but are statistical laymen
due to a lack of formal education in the area.
The half-knowledge that I have is often sufficient to see th...
2021 Mar 12
2
On retiring some terminology
Hello fellow NUTs :)
Some time ago an issue https://github.com/networkupstools/nut/issues/840
was raised, and with current work underway to publish a standard on NUT
protocol it became more urgent - to retire the master/slave terminology
from NUT configuration and documentation.
I looked around for suitable synonyms, and for our primary use-case with
upsmon roles - where it either manages an UPS by direct link and tells
others to shut down ASAP, or is one of such shutdown agents being told what
to do, words "manager"...
2021 Mar 12
2
On retiring some terminology
Hello fellow NUTs :)
Some time ago an issue https://github.com/networkupstools/nut/issues/840
was raised, and with current work underway to publish a standard on NUT
protocol it became more urgent - to retire the master/slave terminology
from NUT configuration and documentation.
I looked around for suitable synonyms, and for our primary use-case with
upsmon roles - where it either manages an UPS by direct link and tells
others to shut down ASAP, or is one of such shutdown agents being told what
to do, words "manager"...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
Jim,
The terminology I recall for that one-to-many relationship is publisher-subscriber.
Larry Baker
US Geological Survey
650-329-5608
baker at usgs.gov<mailto:baker at usgs.gov>
On Mar 12 2021, at 6:24:38 PM, Phil Stracchino via Nut-upsuser <nut-upsuser at alioth-lists.debian.net<mailto:nut-upsuser at...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
Jim,
The terminology I recall for that one-to-many relationship is publisher-subscriber.
Larry Baker
US Geological Survey
650-329-5608
baker at usgs.gov<mailto:baker at usgs.gov>
On Mar 12 2021, at 6:24:38 PM, Phil Stracchino via Nut-upsuser <nut-upsuser at alioth-lists.debian.net<mailto:nut-upsuser at...
2004 Jun 14
5
terminology for frames and environments
...ronment be searched?
I believe what it is saying is that if inherits is TRUE and it fails
to find the variable it will look in the parent environment and
the parent of the parent, etc. (as opposed to looking in the calling
frame next and the caller of the caller, etc.)
Now I thought that standard terminology in R was:
1. enclosing environment or parent environment if one wanted to
refer to the parent relative to the parent/child hierarchy
of environments
or
2. calling frame or parent frame if one
wanted to refer to a parent relative to the environments
corresponding to the functions in the stack...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
I didn't go there due to its use by Cisco.
On Fri, Mar 12, 2021, 10:03 PM Baker, Lawrence M via Nut-upsuser <
nut-upsuser at alioth-lists.debian.net> wrote:
> Jim,
>
> The terminology I recall for that one-to-many relationship is
> publisher-subscriber.
>
> Larry Baker
> US Geological Survey
> 650-329-5608
> baker at usgs.gov
>
>
>
> On Mar 12 2021, at 6:24:38 PM, Phil Stracchino via Nut-upsuser <
> nut-upsuser at alioth-lists.debian.net>...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
I didn't go there due to its use by Cisco.
On Fri, Mar 12, 2021, 10:03 PM Baker, Lawrence M via Nut-upsuser <
nut-upsuser at alioth-lists.debian.net> wrote:
> Jim,
>
> The terminology I recall for that one-to-many relationship is
> publisher-subscriber.
>
> Larry Baker
> US Geological Survey
> 650-329-5608
> baker at usgs.gov
>
>
>
> On Mar 12 2021, at 6:24:38 PM, Phil Stracchino via Nut-upsuser <
> nut-upsuser at alioth-lists.debian.net>...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
That is terminology from Computer Science. (Decades ago?) It is familiar. Not invented by Cisco. As in, producer-consumer, from the same time. Those were all different paradigms for client-server relationships. There must be Wikipedia citations that can be consulted. As I recall, there were distinctions, such...
2021 Mar 13
1
[EXTERNAL] Re: On retiring some terminology
That is terminology from Computer Science. (Decades ago?) It is familiar. Not invented by Cisco. As in, producer-consumer, from the same time. Those were all different paradigms for client-server relationships. There must be Wikipedia citations that can be consulted. As I recall, there were distinctions, such...
2016 May 05
0
[Bug 2567] New: Wrong terminology used for ssh-keygen "-m" option
https://bugzilla.mindrot.org/show_bug.cgi?id=2567
Bug ID: 2567
Summary: Wrong terminology used for ssh-keygen "-m" option
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Documentation
Assignee: unassigned-bug...
2015 Feb 22
0
dialplan contexts syntax and terminology
...ORD at sip.provider.net ; SIP trunk
>
> #include extensions-vicidial.conf
>
>
>
> Firstly, what language or format is this? Bash script?
>
> the line "#include ..." what is this called? An include statement?
>
> The "[globals]" -- what's the terminology for this? It's a context? And
> a context is a logical separation in the dialplan? Is that, in any way,
> analogous to a function or method?
>
> Once you create your this logical separation, what's the syntax
> surrounding invoking a specific context? For example:
>
&g...
2021 Mar 13
1
On retiring some terminology
On 3/12/21 9:14 PM, Rusty Bower wrote:
> Manager/subscriber seems most accurate
>
> Sent from my iPhone
>
>> On Mar 12, 2021, at 20:13, Douglas Parsons <doug at parsonsemail.com> wrote:
>>
>> ?
>> In place of secondary how about subscriber? It would be accurate to
>> the role.
I'd been going to suggest controller and ... something.